温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:51aspx修正版简单三层留言板源码
当前文件:
LeaveMessageMVC/WriteBack.aspx.designer.cs,打开代码结构图
LeaveMessageMVC/WriteBack.aspx.designer.cs,打开代码结构图1//------------------------------------------------------------------------------ 2
// <auto-generated> 3
// 此代码由工具生成。 4
// 运行库版本:2.0.50727.1378 5
// 6
// 对此文件的更改可能会导致不正确的行为,并且如果 7
// 重新生成代码,这些更改将会丢失。 8
// </auto-generated> 9
//------------------------------------------------------------------------------ 10
11
12
13
/// <summary> 14
/// Default2 class. 15
/// </summary> 16
/// <remarks> 17
/// Auto-generated class. 18
/// </remarks> 19
public partial class Default2 { 20
21
/// <summary> 22
/// form1 control. 23
/// </summary> 24
/// <remarks> 25
/// Auto-generated field. 26
/// To modify move field declaration from designer file to code-behind file. 27
/// </remarks> 28
protected global::System.Web.UI.HtmlControls.HtmlForm form1; 29
30
/// <summary> 31
/// LMOwner control. 32
/// </summary> 33
/// <remarks> 34
/// Auto-generated field. 35
/// To modify move field declaration from designer file to code-behind file. 36
/// </remarks> 37
protected global::System.Web.UI.WebControls.Label LMOwner; 38
39
/// <summary> 40
/// LMSubmittime control. 41
/// </summary> 42
/// <remarks> 43
/// Auto-generated field. 44
/// To modify move field declaration from designer file to code-behind file. 45
/// </remarks> 46
protected global::System.Web.UI.WebControls.Label LMSubmittime; 47
48
/// <summary> 49
/// LMContents control. 50
/// </summary> 51
/// <remarks> 52
/// Auto-generated field. 53
/// To modify move field declaration from designer file to code-behind file. 54
/// </remarks> 55
protected global::System.Web.UI.WebControls.Label LMContents; 56
57
/// <summary> 58
/// YourName control. 59
/// </summary> 60
/// <remarks> 61
/// Auto-generated field. 62
/// To modify move field declaration from designer file to code-behind file. 63
/// </remarks> 64
protected global::System.Web.UI.WebControls.TextBox YourName; 65
66
/// <summary> 67
/// YourQQMSN control. 68
/// </summary> 69
/// <remarks> 70
/// Auto-generated field. 71
/// To modify move field declaration from designer file to code-behind file. 72
/// </remarks> 73
protected global::System.Web.UI.WebControls.TextBox YourQQMSN; 74
75
/// <summary> 76
/// WBContent control. 77
/// </summary> 78
/// <remarks> 79
/// Auto-generated field. 80
/// To modify move field declaration from designer file to code-behind file. 81
/// </remarks> 82
protected global::System.Web.UI.WebControls.TextBox WBContent; 83
84
/// <summary> 85
/// WBB control. 86
/// </summary> 87
/// <remarks> 88
/// Auto-generated field. 89
/// To modify move field declaration from designer file to code-behind file. 90
/// </remarks> 91
protected global::System.Web.UI.WebControls.Button WBB; 92
93
/// <summary> 94
/// Back control. 95
/// </summary> 96
/// <remarks> 97
/// Auto-generated field. 98
/// To modify move field declaration from designer file to code-behind file. 99
/// </remarks> 100
protected global::System.Web.UI.WebControls.Button Back; 101
} 102







