温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:51aspx修正版简单三层留言板源码
当前文件:
LeaveMessageMVC/LMListForPublic.aspx.designer.cs,打开代码结构图
LeaveMessageMVC/LMListForPublic.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
/// LMListForPublic class. 15
/// </summary> 16
/// <remarks> 17
/// Auto-generated class. 18
/// </remarks> 19
public partial class LMListForPublic { 20
21
/// <summary> 22
/// Head1 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.HtmlHead Head1; 29
30
/// <summary> 31
/// form1 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.HtmlControls.HtmlForm form1; 38
39
/// <summary> 40
/// LMGridView 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.GridView LMGridView; 47
48
/// <summary> 49
/// PageNumber 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 PageNumber; 56
57
/// <summary> 58
/// Prev 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.LinkButton Prev; 65
66
/// <summary> 67
/// Next 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.LinkButton Next; 74
75
/// <summary> 76
/// TBuser 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 TBuser; 83
84
/// <summary> 85
/// TBQQMSN 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.TextBox TBQQMSN; 92
93
/// <summary> 94
/// TBtitle 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.TextBox TBtitle; 101
102
/// <summary> 103
/// TBcontents control. 104
/// </summary> 105
/// <remarks> 106
/// Auto-generated field. 107
/// To modify move field declaration from designer file to code-behind file. 108
/// </remarks> 109
protected global::System.Web.UI.WebControls.TextBox TBcontents; 110
111
/// <summary> 112
/// Submit control. 113
/// </summary> 114
/// <remarks> 115
/// Auto-generated field. 116
/// To modify move field declaration from designer file to code-behind file. 117
/// </remarks> 118
protected global::System.Web.UI.WebControls.Button Submit; 119
120
/// <summary> 121
/// TextBox1 control. 122
/// </summary> 123
/// <remarks> 124
/// Auto-generated field. 125
/// To modify move field declaration from designer file to code-behind file. 126
/// </remarks> 127
protected global::System.Web.UI.WebControls.TextBox TextBox1; 128
129
/// <summary> 130
/// Button1 control. 131
/// </summary> 132
/// <remarks> 133
/// Auto-generated field. 134
/// To modify move field declaration from designer file to code-behind file. 135
/// </remarks> 136
protected global::System.Web.UI.WebControls.Button Button1; 137
} 138







