温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:51aspx修正版简单三层留言板源码
当前文件:
LeaveMessageMVC/ShowErrorMsg.aspx.designer.cs,打开代码结构图
LeaveMessageMVC/ShowErrorMsg.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
/// ShowErrorMsg class. 15
/// </summary> 16
/// <remarks> 17
/// Auto-generated class. 18
/// </remarks> 19
public partial class ShowErrorMsg { 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
/// Label1 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 Label1; 38
39
/// <summary> 40
/// Ex 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 Ex; 47
} 48







