温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:淘淘网电子商务网站源码(毕业设计)
当前文件:
TaoTaoBiz/Customer/CustomerPage.aspx.designer.cs,打开代码结构图
TaoTaoBiz/Customer/CustomerPage.aspx.designer.cs,打开代码结构图1//------------------------------------------------------------------------------ 2
// <auto-generated> 3
// 此代码由工具生成。 4
// 运行库版本:2.0.50727.1433 5
// 6
// 对此文件的更改可能会导致不正确的行为,并且如果 7
// 重新生成代码,这些更改将会丢失。 8
// </auto-generated> 9
//------------------------------------------------------------------------------ 10
11
namespace web.customer { 12
13
14
/// <summary> 15
/// CustomerPage class. 16
/// </summary> 17
/// <remarks> 18
/// Auto-generated class. 19
/// </remarks> 20
public partial class CustomerPage { 21
22
/// <summary> 23
/// Form1 control. 24
/// </summary> 25
/// <remarks> 26
/// Auto-generated field. 27
/// To modify move field declaration from designer file to code-behind file. 28
/// </remarks> 29
protected global::System.Web.UI.HtmlControls.HtmlForm Form1; 30
31
/// <summary> 32
/// Head1 control. 33
/// </summary> 34
/// <remarks> 35
/// Auto-generated field. 36
/// To modify move field declaration from designer file to code-behind file. 37
/// </remarks> 38
protected global::web.Controls.head1 Head1; 39
40
/// <summary> 41
/// Bottom1 control. 42
/// </summary> 43
/// <remarks> 44
/// Auto-generated field. 45
/// To modify move field declaration from designer file to code-behind file. 46
/// </remarks> 47
protected global::web.Controls.bottom1 Bottom1; 48
} 49
} 50





}