Korero – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | |
2 | namespace Korero.Heartbeat |
||
3 | { |
||
4 | partial class HeartbeatForm |
||
5 | { |
||
6 | /// <summary> |
||
7 | /// Required designer variable. |
||
8 | /// </summary> |
||
9 | private System.ComponentModel.IContainer components = null; |
||
10 | |||
11 | #region Windows Form Designer generated code |
||
12 | |||
13 | /// <summary> |
||
14 | /// Required method for Designer support - do not modify |
||
15 | /// the contents of this method with the code editor. |
||
16 | /// </summary> |
||
17 | private void InitializeComponent() |
||
18 | { |
||
19 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); |
||
20 | System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); |
||
21 | System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
||
22 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeartbeatForm)); |
||
23 | this.aquaGauge1 = new AquaControls.AquaGauge(); |
||
24 | this.groupBox1 = new System.Windows.Forms.GroupBox(); |
||
25 | this.groupBox2 = new System.Windows.Forms.GroupBox(); |
||
26 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
||
27 | this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); |
||
28 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
||
29 | this.label1 = new System.Windows.Forms.Label(); |
||
30 | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
||
31 | this.groupBox1.SuspendLayout(); |
||
32 | this.groupBox2.SuspendLayout(); |
||
33 | this.tableLayoutPanel1.SuspendLayout(); |
||
34 | ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); |
||
35 | this.tableLayoutPanel2.SuspendLayout(); |
||
36 | this.tableLayoutPanel3.SuspendLayout(); |
||
37 | this.SuspendLayout(); |
||
38 | // |
||
39 | // aquaGauge1 |
||
40 | // |
||
41 | this.aquaGauge1.BackColor = System.Drawing.Color.Transparent; |
||
42 | this.aquaGauge1.DialColor = System.Drawing.Color.Lavender; |
||
43 | this.aquaGauge1.DialText = null; |
||
44 | this.aquaGauge1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
45 | this.aquaGauge1.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
46 | this.aquaGauge1.Glossiness = 11.36364F; |
||
47 | this.aquaGauge1.Location = new System.Drawing.Point(3, 16); |
||
48 | this.aquaGauge1.Margin = new System.Windows.Forms.Padding(0); |
||
49 | this.aquaGauge1.MaximumSize = new System.Drawing.Size(196, 196); |
||
50 | this.aquaGauge1.MaxValue = 100F; |
||
51 | this.aquaGauge1.MinimumSize = new System.Drawing.Size(196, 196); |
||
52 | this.aquaGauge1.MinValue = 0F; |
||
53 | this.aquaGauge1.Name = "aquaGauge1"; |
||
54 | this.aquaGauge1.NoOfDivisions = 5; |
||
55 | this.aquaGauge1.NoOfSubDivisions = 10; |
||
56 | this.aquaGauge1.RecommendedValue = 30F; |
||
57 | this.aquaGauge1.Size = new System.Drawing.Size(196, 196); |
||
58 | this.aquaGauge1.TabIndex = 0; |
||
59 | this.aquaGauge1.ThresholdPercent = 0F; |
||
60 | this.aquaGauge1.Value = 100F; |
||
61 | // |
||
62 | // groupBox1 |
||
63 | // |
||
64 | this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
65 | | System.Windows.Forms.AnchorStyles.Left) |
||
66 | | System.Windows.Forms.AnchorStyles.Right))); |
||
67 | this.groupBox1.Controls.Add(this.aquaGauge1); |
||
68 | this.groupBox1.Location = new System.Drawing.Point(3, 3); |
||
69 | this.groupBox1.MaximumSize = new System.Drawing.Size(212, 212); |
||
70 | this.groupBox1.MinimumSize = new System.Drawing.Size(212, 212); |
||
71 | this.groupBox1.Name = "groupBox1"; |
||
72 | this.groupBox1.Size = new System.Drawing.Size(212, 212); |
||
73 | this.groupBox1.TabIndex = 2; |
||
74 | this.groupBox1.TabStop = false; |
||
75 | this.groupBox1.Text = "CPU"; |
||
76 | // |
||
77 | // groupBox2 |
||
78 | // |
||
79 | this.groupBox2.Controls.Add(this.tableLayoutPanel1); |
||
80 | this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
81 | this.groupBox2.Location = new System.Drawing.Point(203, 3); |
||
82 | this.groupBox2.Name = "groupBox2"; |
||
83 | this.groupBox2.Size = new System.Drawing.Size(590, 216); |
||
84 | this.groupBox2.TabIndex = 3; |
||
85 | this.groupBox2.TabStop = false; |
||
86 | this.groupBox2.Text = "RAM over Time"; |
||
87 | // |
||
88 | // tableLayoutPanel1 |
||
89 | // |
||
90 | this.tableLayoutPanel1.ColumnCount = 1; |
||
91 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
92 | this.tableLayoutPanel1.Controls.Add(this.chart1, 0, 0); |
||
93 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); |
||
94 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
95 | this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16); |
||
96 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
||
97 | this.tableLayoutPanel1.RowCount = 2; |
||
98 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 84.66666F)); |
||
99 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.33333F)); |
||
100 | this.tableLayoutPanel1.Size = new System.Drawing.Size(584, 197); |
||
101 | this.tableLayoutPanel1.TabIndex = 1; |
||
102 | // |
||
103 | // chart1 |
||
104 | // |
||
105 | chartArea1.AxisY.MajorTickMark.Interval = 1024D; |
||
106 | chartArea1.AxisY.MinorGrid.Interval = double.NaN; |
||
107 | chartArea1.AxisY.MinorTickMark.Interval = 1024D; |
||
108 | chartArea1.Name = "ChartArea1"; |
||
109 | this.chart1.ChartAreas.Add(chartArea1); |
||
110 | this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
111 | legend1.Name = "Legend1"; |
||
112 | this.chart1.Legends.Add(legend1); |
||
113 | this.chart1.Location = new System.Drawing.Point(3, 3); |
||
114 | this.chart1.Name = "chart1"; |
||
115 | series1.ChartArea = "ChartArea1"; |
||
116 | series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; |
||
117 | series1.Legend = "Legend1"; |
||
118 | series1.Name = "RAM"; |
||
119 | series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime; |
||
120 | this.chart1.Series.Add(series1); |
||
121 | this.chart1.Size = new System.Drawing.Size(578, 160); |
||
122 | this.chart1.TabIndex = 0; |
||
123 | this.chart1.Text = "chart1"; |
||
124 | // |
||
125 | // tableLayoutPanel2 |
||
126 | // |
||
127 | this.tableLayoutPanel2.ColumnCount = 3; |
||
128 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); |
||
129 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); |
||
130 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); |
||
131 | this.tableLayoutPanel2.Controls.Add(this.label1, 1, 0); |
||
132 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
133 | this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 169); |
||
134 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
||
135 | this.tableLayoutPanel2.RowCount = 1; |
||
136 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
137 | this.tableLayoutPanel2.Size = new System.Drawing.Size(578, 25); |
||
138 | this.tableLayoutPanel2.TabIndex = 1; |
||
139 | // |
||
140 | // label1 |
||
141 | // |
||
142 | this.label1.AutoSize = true; |
||
143 | this.label1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
144 | this.label1.Location = new System.Drawing.Point(195, 0); |
||
145 | this.label1.Name = "label1"; |
||
146 | this.label1.Size = new System.Drawing.Size(186, 25); |
||
147 | this.label1.TabIndex = 0; |
||
148 | this.label1.Text = "label1"; |
||
149 | this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
||
150 | // |
||
151 | // tableLayoutPanel3 |
||
152 | // |
||
153 | this.tableLayoutPanel3.ColumnCount = 2; |
||
154 | this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F)); |
||
155 | this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); |
||
156 | this.tableLayoutPanel3.Controls.Add(this.groupBox2, 1, 0); |
||
157 | this.tableLayoutPanel3.Controls.Add(this.groupBox1, 0, 0); |
||
158 | this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
||
159 | this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); |
||
160 | this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
||
161 | this.tableLayoutPanel3.RowCount = 1; |
||
162 | this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
163 | this.tableLayoutPanel3.Size = new System.Drawing.Size(792, 222); |
||
164 | this.tableLayoutPanel3.TabIndex = 2; |
||
165 | // |
||
166 | // HeartbeatForm |
||
167 | // |
||
168 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
169 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
170 | this.ClientSize = new System.Drawing.Size(792, 222); |
||
171 | this.Controls.Add(this.tableLayoutPanel3); |
||
172 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
||
173 | this.Name = "HeartbeatForm"; |
||
174 | this.Text = "Korero: Heartbeat"; |
||
175 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HeartbeatForm_FormClosing); |
||
176 | this.Load += new System.EventHandler(this.HeartbeatForm_Load); |
||
177 | this.groupBox1.ResumeLayout(false); |
||
178 | this.groupBox2.ResumeLayout(false); |
||
179 | this.tableLayoutPanel1.ResumeLayout(false); |
||
180 | ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); |
||
181 | this.tableLayoutPanel2.ResumeLayout(false); |
||
182 | this.tableLayoutPanel2.PerformLayout(); |
||
183 | this.tableLayoutPanel3.ResumeLayout(false); |
||
184 | this.ResumeLayout(false); |
||
185 | |||
186 | } |
||
187 | |||
188 | #endregion |
||
189 | |||
190 | private AquaControls.AquaGauge aquaGauge1; |
||
191 | private System.Windows.Forms.GroupBox groupBox1; |
||
192 | private System.Windows.Forms.GroupBox groupBox2; |
||
193 | private System.Windows.Forms.DataVisualization.Charting.Chart chart1; |
||
194 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
||
195 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
||
196 | private System.Windows.Forms.Label label1; |
||
197 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; |
||
198 | } |
||
199 | } |