温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:NChat简易聊天室源码(.Net 3.5,LINQ,AJAX)
当前文件路径:NChat/Web/Room.aspx.designer.cs

1//------------------------------------------------------------------------------ 2
// <auto-generated> 3
// This code was generated by a tool. 4
// Runtime Version:2.0.50727.1433 5
// 6
// Changes to this file may cause incorrect behavior and will be lost if 7
// the code is regenerated. 8
// </auto-generated> 9
//------------------------------------------------------------------------------ 10
11
namespace NChat.Web { 12
13
14
public partial class Room { 15
16
/// <summary> 17
/// form1 control. 18
/// </summary> 19
/// <remarks> 20
/// Auto-generated field. 21
/// To modify move field declaration from designer file to code-behind file. 22
/// </remarks> 23
protected global::System.Web.UI.HtmlControls.HtmlForm form1; 24
25
/// <summary> 26
/// ScriptManager1 control. 27
/// </summary> 28
/// <remarks> 29
/// Auto-generated field. 30
/// To modify move field declaration from designer file to code-behind file. 31
/// </remarks> 32
protected global::System.Web.UI.ScriptManager ScriptManager1; 33
34
/// <summary> 35
/// Msg control. 36
/// </summary> 37
/// <remarks> 38
/// Auto-generated field. 39
/// To modify move field declaration from designer file to code-behind file. 40
/// </remarks> 41
protected global::System.Web.UI.UpdatePanel Msg; 42
43
/// <summary> 44
/// MsgText control. 45
/// </summary> 46
/// <remarks> 47
/// Auto-generated field. 48
/// To modify move field declaration from designer file to code-behind file. 49
/// </remarks> 50
protected global::NChat.Controls.Panel MsgText; 51
52
/// <summary> 53
/// Timer1 control. 54
/// </summary> 55
/// <remarks> 56
/// Auto-generated field. 57
/// To modify move field declaration from designer file to code-behind file. 58
/// </remarks> 59
protected global::System.Web.UI.Timer Timer1; 60
61
/// <summary> 62
/// UpdatePanel3 control. 63
/// </summary> 64
/// <remarks> 65
/// Auto-generated field. 66
/// To modify move field declaration from designer file to code-behind file. 67
/// </remarks> 68
protected global::System.Web.UI.UpdatePanel UpdatePanel3; 69
70
/// <summary> 71
/// TextBox1 control. 72
/// </summary> 73
/// <remarks> 74
/// Auto-generated field. 75
/// To modify move field declaration from designer file to code-behind file. 76
/// </remarks> 77
protected global::System.Web.UI.WebControls.TextBox TextBox1; 78
79
/// <summary> 80
/// Button1 control. 81
/// </summary> 82
/// <remarks> 83
/// Auto-generated field. 84
/// To modify move field declaration from designer file to code-behind file. 85
/// </remarks> 86
protected global::System.Web.UI.WebControls.Button Button1; 87
88
/// <summary> 89
/// UpdatePanel2 control. 90
/// </summary> 91
/// <remarks> 92
/// Auto-generated field. 93
/// To modify move field declaration from designer file to code-behind file. 94
/// </remarks> 95
protected global::System.Web.UI.UpdatePanel UpdatePanel2; 96
97
/// <summary> 98
/// UserList control. 99
/// </summary> 100
/// <remarks> 101
/// Auto-generated field. 102
/// To modify move field declaration from designer file to code-behind file. 103
/// </remarks> 104
protected global::System.Web.UI.WebControls.CheckBoxList UserList; 105
106
/// <summary> 107
/// Timer2 control. 108
/// </summary> 109
/// <remarks> 110
/// Auto-generated field. 111
/// To modify move field declaration from designer file to code-behind file. 112
/// </remarks> 113
protected global::System.Web.UI.Timer Timer2; 114
} 115
} 116





}