温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:BugNet0.7.881.0汉化免安装版源码
当前文件路径:BugNet/BugNET_WAP/Bugs/MyBugs.aspx.designer.cs

1//------------------------------------------------------------------------------ 2
// <auto-generated> 3
// This code was generated by a tool. 4
// Runtime Version:2.0.50727.312 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
12
13
/// <summary> 14
/// Bugs_MyBugs class. 15
/// </summary> 16
/// <remarks> 17
/// Auto-generated class. 18
/// </remarks> 19
public partial class Bugs_MyBugs { 20
21
/// <summary> 22
/// pnlBugsAssigned 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.WebControls.Panel pnlBugsAssigned; 29
30
/// <summary> 31
/// BugsAssigned 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::BugNET.UserControls.DisplayBugs BugsAssigned; 38
39
/// <summary> 40
/// pnlReportedBugs 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.Panel pnlReportedBugs; 47
48
/// <summary> 49
/// ReportedBugs 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::BugNET.UserControls.DisplayBugs ReportedBugs; 56
57
/// <summary> 58
/// pnlMonitoredBugs 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.Panel pnlMonitoredBugs; 65
66
/// <summary> 67
/// MonitoredBugs 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::BugNET.UserControls.DisplayBugs MonitoredBugs; 74
75
/// <summary> 76
/// pnlInProgressBugs 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.Panel pnlInProgressBugs; 83
84
/// <summary> 85
/// InProgressBugs 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::BugNET.UserControls.DisplayBugs InProgressBugs; 92
93
/// <summary> 94
/// pnlClosedBugs 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.Panel pnlClosedBugs; 101
102
/// <summary> 103
/// ClosedBugs 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::BugNET.UserControls.DisplayBugs ClosedBugs; 110
111
/// <summary> 112
/// pnlResolvedBugs 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.Panel pnlResolvedBugs; 119
120
/// <summary> 121
/// ResolvedBugs 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::BugNET.UserControls.DisplayBugs ResolvedBugs; 128
} 129







