温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:漂亮无限级分类源代码(三层实现)
当前文件路径:JohnTree/JohnTree.Web/Default.aspx.designer.cs

1//------------------------------------------------------------------------------ 2
// <auto-generated> 3
// 此代码由工具生成。 4
// 运行库版本:2.0.50727.1433 5
// 6
// 对此文件的更改可能会导致不正确的行为,并且如果 7
// 重新生成代码,这些更改将会丢失。 8
// </auto-generated> 9
//------------------------------------------------------------------------------ 10
11
namespace JohnTree.Web { 12
13
14
/// <summary> 15
/// _Default class. 16
/// </summary> 17
/// <remarks> 18
/// Auto-generated class. 19
/// </remarks> 20
public partial class _Default { 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
/// ScriptManager1 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::System.Web.UI.ScriptManager ScriptManager1; 39
40
/// <summary> 41
/// UpdatePanelRpt 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::System.Web.UI.UpdatePanel UpdatePanelRpt; 48
49
/// <summary> 50
/// DdlMenu control. 51
/// </summary> 52
/// <remarks> 53
/// Auto-generated field. 54
/// To modify move field declaration from designer file to code-behind file. 55
/// </remarks> 56
protected global::System.Web.UI.WebControls.DropDownList DdlMenu; 57
58
/// <summary> 59
/// HidClassId control. 60
/// </summary> 61
/// <remarks> 62
/// Auto-generated field. 63
/// To modify move field declaration from designer file to code-behind file. 64
/// </remarks> 65
protected global::System.Web.UI.WebControls.HiddenField HidClassId; 66
67
/// <summary> 68
/// txtClassName control. 69
/// </summary> 70
/// <remarks> 71
/// Auto-generated field. 72
/// To modify move field declaration from designer file to code-behind file. 73
/// </remarks> 74
protected global::System.Web.UI.WebControls.TextBox txtClassName; 75
76
/// <summary> 77
/// btnAdd control. 78
/// </summary> 79
/// <remarks> 80
/// Auto-generated field. 81
/// To modify move field declaration from designer file to code-behind file. 82
/// </remarks> 83
protected global::System.Web.UI.WebControls.Button btnAdd; 84
85
/// <summary> 86
/// btnEdit control. 87
/// </summary> 88
/// <remarks> 89
/// Auto-generated field. 90
/// To modify move field declaration from designer file to code-behind file. 91
/// </remarks> 92
protected global::System.Web.UI.WebControls.Button btnEdit; 93
94
/// <summary> 95
/// rptMenuList control. 96
/// </summary> 97
/// <remarks> 98
/// Auto-generated field. 99
/// To modify move field declaration from designer file to code-behind file. 100
/// </remarks> 101
protected global::System.Web.UI.WebControls.Repeater rptMenuList; 102
103
/// <summary> 104
/// BtnSave control. 105
/// </summary> 106
/// <remarks> 107
/// Auto-generated field. 108
/// To modify move field declaration from designer file to code-behind file. 109
/// </remarks> 110
protected global::System.Web.UI.WebControls.Button BtnSave; 111
} 112
} 113





}