1 | //------------------------------------------------------------------------------
|
---|
2 | // <auto-generated>
|
---|
3 | // This code was generated by a tool.
|
---|
4 | //
|
---|
5 | // Changes to this file may cause incorrect behavior and will be lost if
|
---|
6 | // the code is regenerated.
|
---|
7 | // </auto-generated>
|
---|
8 | //------------------------------------------------------------------------------
|
---|
9 |
|
---|
10 | namespace HeuristicLab.Services.Hive.WebRole {
|
---|
11 |
|
---|
12 |
|
---|
13 | public partial class Status {
|
---|
14 |
|
---|
15 | /// <summary>
|
---|
16 | /// Head1 control.
|
---|
17 | /// </summary>
|
---|
18 | /// <remarks>
|
---|
19 | /// Auto-generated field.
|
---|
20 | /// To modify move field declaration from designer file to code-behind file.
|
---|
21 | /// </remarks>
|
---|
22 | protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
|
---|
23 |
|
---|
24 | /// <summary>
|
---|
25 | /// form1 control.
|
---|
26 | /// </summary>
|
---|
27 | /// <remarks>
|
---|
28 | /// Auto-generated field.
|
---|
29 | /// To modify move field declaration from designer file to code-behind file.
|
---|
30 | /// </remarks>
|
---|
31 | protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
---|
32 |
|
---|
33 | /// <summary>
|
---|
34 | /// availableCoresLabel control.
|
---|
35 | /// </summary>
|
---|
36 | /// <remarks>
|
---|
37 | /// Auto-generated field.
|
---|
38 | /// To modify move field declaration from designer file to code-behind file.
|
---|
39 | /// </remarks>
|
---|
40 | protected global::System.Web.UI.WebControls.Label availableCoresLabel;
|
---|
41 |
|
---|
42 | /// <summary>
|
---|
43 | /// usedCoresLabel control.
|
---|
44 | /// </summary>
|
---|
45 | /// <remarks>
|
---|
46 | /// Auto-generated field.
|
---|
47 | /// To modify move field declaration from designer file to code-behind file.
|
---|
48 | /// </remarks>
|
---|
49 | protected global::System.Web.UI.WebControls.Label usedCoresLabel;
|
---|
50 |
|
---|
51 | /// <summary>
|
---|
52 | /// waitingJobsLabel control.
|
---|
53 | /// </summary>
|
---|
54 | /// <remarks>
|
---|
55 | /// Auto-generated field.
|
---|
56 | /// To modify move field declaration from designer file to code-behind file.
|
---|
57 | /// </remarks>
|
---|
58 | protected global::System.Web.UI.WebControls.Label waitingJobsLabel;
|
---|
59 |
|
---|
60 | /// <summary>
|
---|
61 | /// cpuUtilizationLabel control.
|
---|
62 | /// </summary>
|
---|
63 | /// <remarks>
|
---|
64 | /// Auto-generated field.
|
---|
65 | /// To modify move field declaration from designer file to code-behind file.
|
---|
66 | /// </remarks>
|
---|
67 | protected global::System.Web.UI.WebControls.Label cpuUtilizationLabel;
|
---|
68 |
|
---|
69 | /// <summary>
|
---|
70 | /// slavesLabel control.
|
---|
71 | /// </summary>
|
---|
72 | /// <remarks>
|
---|
73 | /// Auto-generated field.
|
---|
74 | /// To modify move field declaration from designer file to code-behind file.
|
---|
75 | /// </remarks>
|
---|
76 | protected global::System.Web.UI.WebControls.Label slavesLabel;
|
---|
77 |
|
---|
78 | /// <summary>
|
---|
79 | /// daysDropDownList control.
|
---|
80 | /// </summary>
|
---|
81 | /// <remarks>
|
---|
82 | /// Auto-generated field.
|
---|
83 | /// To modify move field declaration from designer file to code-behind file.
|
---|
84 | /// </remarks>
|
---|
85 | protected global::System.Web.UI.WebControls.DropDownList daysDropDownList;
|
---|
86 |
|
---|
87 | /// <summary>
|
---|
88 | /// cpuUtilizationChart control.
|
---|
89 | /// </summary>
|
---|
90 | /// <remarks>
|
---|
91 | /// Auto-generated field.
|
---|
92 | /// To modify move field declaration from designer file to code-behind file.
|
---|
93 | /// </remarks>
|
---|
94 | protected global::System.Web.UI.DataVisualization.Charting.Chart cpuUtilizationChart;
|
---|
95 |
|
---|
96 | /// <summary>
|
---|
97 | /// coresChart control.
|
---|
98 | /// </summary>
|
---|
99 | /// <remarks>
|
---|
100 | /// Auto-generated field.
|
---|
101 | /// To modify move field declaration from designer file to code-behind file.
|
---|
102 | /// </remarks>
|
---|
103 | protected global::System.Web.UI.DataVisualization.Charting.Chart coresChart;
|
---|
104 |
|
---|
105 | /// <summary>
|
---|
106 | /// memoryChart control.
|
---|
107 | /// </summary>
|
---|
108 | /// <remarks>
|
---|
109 | /// Auto-generated field.
|
---|
110 | /// To modify move field declaration from designer file to code-behind file.
|
---|
111 | /// </remarks>
|
---|
112 | protected global::System.Web.UI.DataVisualization.Charting.Chart memoryChart;
|
---|
113 | }
|
---|
114 | }
|
---|