1 namespace SeciUserInterface.Dialogs.Graphs
3 partial class ConfigureGraph
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
31 this.btnOK =
new System.Windows.Forms.Button();
32 this.btnCancel =
new System.Windows.Forms.Button();
33 this.label1 =
new System.Windows.Forms.Label();
34 this.txtTitle =
new System.Windows.Forms.TextBox();
35 this.txtYlabel =
new System.Windows.Forms.TextBox();
36 this.label2 =
new System.Windows.Forms.Label();
37 this.txtY2label =
new System.Windows.Forms.TextBox();
38 this.label3 =
new System.Windows.Forms.Label();
39 this.btnAdd =
new System.Windows.Forms.Button();
40 this.btnEdit =
new System.Windows.Forms.Button();
41 this.btnDelete =
new System.Windows.Forms.Button();
42 this.groupBox1 =
new System.Windows.Forms.GroupBox();
43 this.chkShowZero2 =
new System.Windows.Forms.CheckBox();
44 this.chkShowZero1 =
new System.Windows.Forms.CheckBox();
45 this.label5 =
new System.Windows.Forms.Label();
46 this.comboRate =
new System.Windows.Forms.ComboBox();
47 this.label4 =
new System.Windows.Forms.Label();
48 this.lstPlots =
new System.Windows.Forms.ListBox();
49 this.groupBox2 =
new System.Windows.Forms.GroupBox();
50 this.groupBox1.SuspendLayout();
51 this.groupBox2.SuspendLayout();
56 this.btnOK.Location =
new System.Drawing.Point(150, 286);
57 this.btnOK.Name =
"btnOK";
58 this.btnOK.Size =
new System.Drawing.Size(75, 23);
59 this.btnOK.TabIndex = 21;
60 this.btnOK.Text =
"OK";
61 this.btnOK.UseVisualStyleBackColor =
true;
62 this.btnOK.Click +=
new System.EventHandler(this.btnOK_Click);
66 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
67 this.btnCancel.Location =
new System.Drawing.Point(231, 286);
68 this.btnCancel.Name =
"btnCancel";
69 this.btnCancel.Size =
new System.Drawing.Size(75, 23);
70 this.btnCancel.TabIndex = 22;
71 this.btnCancel.Text =
"Cancel";
72 this.btnCancel.UseVisualStyleBackColor =
true;
76 this.label1.AutoSize =
true;
77 this.label1.Location =
new System.Drawing.Point(32, 26);
78 this.label1.Name =
"label1";
79 this.label1.Size =
new System.Drawing.Size(62, 13);
80 this.label1.TabIndex = 23;
81 this.label1.Text =
"Graph Title:";
85 this.txtTitle.Location =
new System.Drawing.Point(100, 23);
86 this.txtTitle.Name =
"txtTitle";
87 this.txtTitle.Size =
new System.Drawing.Size(100, 20);
88 this.txtTitle.TabIndex = 24;
92 this.txtYlabel.Location =
new System.Drawing.Point(100, 49);
93 this.txtYlabel.Name =
"txtYlabel";
94 this.txtYlabel.Size =
new System.Drawing.Size(100, 20);
95 this.txtYlabel.TabIndex = 26;
99 this.label2.AutoSize =
true;
100 this.label2.Location =
new System.Drawing.Point(27, 52);
101 this.label2.Name =
"label2";
102 this.label2.Size =
new System.Drawing.Size(67, 13);
103 this.label2.TabIndex = 25;
104 this.label2.Text =
"Y-axis Label:";
108 this.txtY2label.Location =
new System.Drawing.Point(100, 75);
109 this.txtY2label.Name =
"txtY2label";
110 this.txtY2label.Size =
new System.Drawing.Size(100, 20);
111 this.txtY2label.TabIndex = 29;
115 this.label3.AutoSize =
true;
116 this.label3.Location =
new System.Drawing.Point(6, 78);
117 this.label3.Name =
"label3";
118 this.label3.Size =
new System.Drawing.Size(88, 13);
119 this.label3.TabIndex = 28;
120 this.label3.Text =
"2nd Y-axis Label:";
124 this.btnAdd.Location =
new System.Drawing.Point(212, 19);
125 this.btnAdd.Name =
"btnAdd";
126 this.btnAdd.Size =
new System.Drawing.Size(75, 23);
127 this.btnAdd.TabIndex = 30;
128 this.btnAdd.Text =
"Add Plot";
129 this.btnAdd.UseVisualStyleBackColor =
true;
130 this.btnAdd.Click +=
new System.EventHandler(this.btnAdd_Click);
134 this.btnEdit.Location =
new System.Drawing.Point(212, 48);
135 this.btnEdit.Name =
"btnEdit";
136 this.btnEdit.Size =
new System.Drawing.Size(75, 23);
137 this.btnEdit.TabIndex = 31;
138 this.btnEdit.Text =
"Edit Plot";
139 this.btnEdit.UseVisualStyleBackColor =
true;
140 this.btnEdit.Click +=
new System.EventHandler(this.btnEdit_Click);
144 this.btnDelete.Location =
new System.Drawing.Point(212, 77);
145 this.btnDelete.Name =
"btnDelete";
146 this.btnDelete.Size =
new System.Drawing.Size(75, 23);
147 this.btnDelete.TabIndex = 32;
148 this.btnDelete.Text =
"Delete Plot";
149 this.btnDelete.UseVisualStyleBackColor =
true;
150 this.btnDelete.Click +=
new System.EventHandler(this.btnDelete_Click);
154 this.groupBox1.Controls.Add(this.chkShowZero2);
155 this.groupBox1.Controls.Add(this.chkShowZero1);
156 this.groupBox1.Controls.Add(this.label5);
157 this.groupBox1.Controls.Add(this.comboRate);
158 this.groupBox1.Controls.Add(this.label4);
159 this.groupBox1.Controls.Add(this.txtYlabel);
160 this.groupBox1.Controls.Add(this.label1);
161 this.groupBox1.Controls.Add(this.txtTitle);
162 this.groupBox1.Controls.Add(this.label2);
163 this.groupBox1.Controls.Add(this.txtY2label);
164 this.groupBox1.Controls.Add(this.label3);
165 this.groupBox1.Location =
new System.Drawing.Point(12, 12);
166 this.groupBox1.Name =
"groupBox1";
167 this.groupBox1.Size =
new System.Drawing.Size(293, 136);
168 this.groupBox1.TabIndex = 33;
169 this.groupBox1.TabStop =
false;
170 this.groupBox1.Text =
"Graph Settings";
174 this.chkShowZero2.AutoSize =
true;
175 this.chkShowZero2.Location =
new System.Drawing.Point(206, 78);
176 this.chkShowZero2.Name =
"chkShowZero2";
177 this.chkShowZero2.Size =
new System.Drawing.Size(78, 17);
178 this.chkShowZero2.TabIndex = 34;
179 this.chkShowZero2.Text =
"Show Zero";
180 this.chkShowZero2.UseVisualStyleBackColor =
true;
184 this.chkShowZero1.AutoSize =
true;
185 this.chkShowZero1.Location =
new System.Drawing.Point(207, 51);
186 this.chkShowZero1.Name =
"chkShowZero1";
187 this.chkShowZero1.Size =
new System.Drawing.Size(78, 17);
188 this.chkShowZero1.TabIndex = 33;
189 this.chkShowZero1.Text =
"Show Zero";
190 this.chkShowZero1.UseVisualStyleBackColor =
true;
194 this.label5.AutoSize =
true;
195 this.label5.Location =
new System.Drawing.Point(6, 104);
196 this.label5.Name =
"label5";
197 this.label5.Size =
new System.Drawing.Size(71, 13);
198 this.label5.TabIndex = 32;
199 this.label5.Text =
"Update Rate:";
203 this.comboRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
204 this.comboRate.FormattingEnabled =
true;
205 this.comboRate.Items.AddRange(
new object[] {
214 this.comboRate.Location =
new System.Drawing.Point(100, 101);
215 this.comboRate.Name =
"comboRate";
216 this.comboRate.Size =
new System.Drawing.Size(100, 21);
217 this.comboRate.TabIndex = 31;
221 this.label4.AutoSize =
true;
222 this.label4.Location =
new System.Drawing.Point(207, 26);
223 this.label4.Name =
"label4";
224 this.label4.Size =
new System.Drawing.Size(56, 13);
225 this.label4.TabIndex = 30;
226 this.label4.Text =
"(Required)";
230 this.lstPlots.FormattingEnabled =
true;
231 this.lstPlots.Location =
new System.Drawing.Point(6, 19);
232 this.lstPlots.Name =
"lstPlots";
233 this.lstPlots.Size =
new System.Drawing.Size(194, 95);
234 this.lstPlots.TabIndex = 34;
238 this.groupBox2.Controls.Add(this.btnAdd);
239 this.groupBox2.Controls.Add(this.lstPlots);
240 this.groupBox2.Controls.Add(this.btnEdit);
241 this.groupBox2.Controls.Add(this.btnDelete);
242 this.groupBox2.Location =
new System.Drawing.Point(12, 154);
243 this.groupBox2.Name =
"groupBox2";
244 this.groupBox2.Size =
new System.Drawing.Size(293, 126);
245 this.groupBox2.TabIndex = 35;
246 this.groupBox2.TabStop =
false;
247 this.groupBox2.Text =
"Plot Settings";
251 this.AcceptButton = this.btnOK;
252 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
253 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
254 this.CancelButton = this.btnCancel;
255 this.ClientSize =
new System.Drawing.Size(318, 321);
256 this.ControlBox =
false;
257 this.Controls.Add(this.groupBox2);
258 this.Controls.Add(this.groupBox1);
259 this.Controls.Add(this.btnOK);
260 this.Controls.Add(this.btnCancel);
261 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
262 this.Name =
"ConfigureGraph";
263 this.ShowInTaskbar =
false;
264 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
265 this.Text =
"Add/Edit Graph - SECI";
266 this.Load +=
new System.EventHandler(this.ConfigureGraph_Load);
267 this.groupBox1.ResumeLayout(
false);
268 this.groupBox1.PerformLayout();
269 this.groupBox2.ResumeLayout(
false);
270 this.ResumeLayout(
false);
276 internal System.Windows.Forms.Button btnOK;
277 internal System.Windows.Forms.Button btnCancel;
278 private System.Windows.Forms.Label
label1;
281 private System.Windows.Forms.Label
label2;
283 private System.Windows.Forms.Label
label3;
284 private System.Windows.Forms.Button
btnAdd;
289 private System.Windows.Forms.Label
label4;
291 private System.Windows.Forms.Label
label5;