3 partial class BBTaskerAdvSetting
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 29 private void InitializeComponent()
31 this.groupBox2 =
new System.Windows.Forms.GroupBox();
32 this.comboBox4 =
new System.Windows.Forms.ComboBox();
33 this.label2 =
new System.Windows.Forms.Label();
34 this.label3 =
new System.Windows.Forms.Label();
35 this.comboBox3 =
new System.Windows.Forms.ComboBox();
36 this.label1 =
new System.Windows.Forms.Label();
37 this.comboBox2 =
new System.Windows.Forms.ComboBox();
38 this.StartDateObj =
new System.Windows.Forms.DateTimePicker();
39 this.groupBox3 =
new System.Windows.Forms.GroupBox();
40 this.groupBox4 =
new System.Windows.Forms.GroupBox();
41 this.StopDateObj =
new System.Windows.Forms.DateTimePicker();
42 this.submitBtn =
new System.Windows.Forms.Button();
43 this.cancelBtn =
new System.Windows.Forms.Button();
44 this.groupBox2.SuspendLayout();
45 this.groupBox3.SuspendLayout();
46 this.groupBox4.SuspendLayout();
51 this.groupBox2.Controls.Add(this.comboBox4);
52 this.groupBox2.Controls.Add(this.label2);
53 this.groupBox2.Controls.Add(this.label3);
54 this.groupBox2.Controls.Add(this.comboBox3);
55 this.groupBox2.Controls.Add(this.label1);
56 this.groupBox2.Controls.Add(this.comboBox2);
57 this.groupBox2.Location =
new System.Drawing.Point(12, 12);
58 this.groupBox2.Name =
"groupBox2";
59 this.groupBox2.Size =
new System.Drawing.Size(259, 54);
60 this.groupBox2.TabIndex = 1;
61 this.groupBox2.TabStop =
false;
62 this.groupBox2.Text =
"Fitness Data Collection Interval";
66 this.comboBox4.FormattingEnabled =
true;
67 this.comboBox4.Items.AddRange(
new object[] {
128 this.comboBox4.Location =
new System.Drawing.Point(208, 19);
129 this.comboBox4.Name =
"comboBox4";
130 this.comboBox4.Size =
new System.Drawing.Size(45, 21);
131 this.comboBox4.TabIndex = 3;
135 this.label2.AutoSize =
true;
136 this.label2.Location =
new System.Drawing.Point(171, 22);
137 this.label2.Name =
"label2";
138 this.label2.Size =
new System.Drawing.Size(31, 13);
139 this.label2.TabIndex = 3;
140 this.label2.Text =
"SEC:";
144 this.label3.AutoSize =
true;
145 this.label3.Location =
new System.Drawing.Point(85, 22);
146 this.label3.Name =
"label3";
147 this.label3.Size =
new System.Drawing.Size(30, 13);
148 this.label3.TabIndex = 4;
149 this.label3.Text =
"MIN:";
153 this.comboBox3.FormattingEnabled =
true;
154 this.comboBox3.Items.AddRange(
new object[] {
215 this.comboBox3.Location =
new System.Drawing.Point(121, 19);
216 this.comboBox3.Name =
"comboBox3";
217 this.comboBox3.Size =
new System.Drawing.Size(44, 21);
218 this.comboBox3.TabIndex = 2;
222 this.label1.AutoSize =
true;
223 this.label1.Location =
new System.Drawing.Point(6, 22);
224 this.label1.Name =
"label1";
225 this.label1.Size =
new System.Drawing.Size(26, 13);
226 this.label1.TabIndex = 2;
227 this.label1.Text =
"HR:";
231 this.comboBox2.FormattingEnabled =
true;
232 this.comboBox2.Items.AddRange(
new object[] {
257 this.comboBox2.Location =
new System.Drawing.Point(38, 19);
258 this.comboBox2.Name =
"comboBox2";
259 this.comboBox2.Size =
new System.Drawing.Size(41, 21);
260 this.comboBox2.TabIndex = 1;
264 this.StartDateObj.Location =
new System.Drawing.Point(10, 19);
265 this.StartDateObj.Name =
"StartDateObj";
266 this.StartDateObj.Size =
new System.Drawing.Size(200, 20);
267 this.StartDateObj.TabIndex = 2;
271 this.groupBox3.Controls.Add(this.StartDateObj);
272 this.groupBox3.Location =
new System.Drawing.Point(30, 72);
273 this.groupBox3.Name =
"groupBox3";
274 this.groupBox3.Size =
new System.Drawing.Size(226, 56);
275 this.groupBox3.TabIndex = 3;
276 this.groupBox3.TabStop =
false;
277 this.groupBox3.Text =
"Start Research";
281 this.groupBox4.Controls.Add(this.StopDateObj);
282 this.groupBox4.Location =
new System.Drawing.Point(30, 134);
283 this.groupBox4.Name =
"groupBox4";
284 this.groupBox4.Size =
new System.Drawing.Size(226, 56);
285 this.groupBox4.TabIndex = 4;
286 this.groupBox4.TabStop =
false;
287 this.groupBox4.Text =
"Stop Research";
291 this.StopDateObj.Location =
new System.Drawing.Point(10, 19);
292 this.StopDateObj.Name =
"StopDateObj";
293 this.StopDateObj.Size =
new System.Drawing.Size(200, 20);
294 this.StopDateObj.TabIndex = 2;
298 this.submitBtn.Location =
new System.Drawing.Point(39, 196);
299 this.submitBtn.Name =
"submitBtn";
300 this.submitBtn.Size =
new System.Drawing.Size(75, 23);
301 this.submitBtn.TabIndex = 5;
302 this.submitBtn.Text =
"Submit";
303 this.submitBtn.UseVisualStyleBackColor =
true;
304 this.submitBtn.Click +=
new System.EventHandler(this.submitBtn_Click);
308 this.cancelBtn.Location =
new System.Drawing.Point(165, 196);
309 this.cancelBtn.Name =
"cancelBtn";
310 this.cancelBtn.Size =
new System.Drawing.Size(75, 23);
311 this.cancelBtn.TabIndex = 6;
312 this.cancelBtn.Text =
"Cancel";
313 this.cancelBtn.UseVisualStyleBackColor =
true;
314 this.cancelBtn.Click +=
new System.EventHandler(this.cancelBtn_Click);
318 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
319 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
320 this.BackColor = System.Drawing.SystemColors.ActiveCaption;
321 this.ClientSize =
new System.Drawing.Size(284, 258);
322 this.ControlBox =
false;
323 this.Controls.Add(this.cancelBtn);
324 this.Controls.Add(this.submitBtn);
325 this.Controls.Add(this.groupBox4);
326 this.Controls.Add(this.groupBox3);
327 this.Controls.Add(this.groupBox2);
328 this.DoubleBuffered =
true;
329 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
330 this.Name =
"BBTaskerAdvSetting";
331 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
332 this.Text =
"BBTasker Advanced Setting";
333 this.groupBox2.ResumeLayout(
false);
334 this.groupBox2.PerformLayout();
335 this.groupBox3.ResumeLayout(
false);
336 this.groupBox4.ResumeLayout(
false);
337 this.ResumeLayout(
false);
342 private System.Windows.Forms.GroupBox groupBox2;
343 private System.Windows.Forms.ComboBox comboBox2;
344 private System.Windows.Forms.ComboBox comboBox4;
345 private System.Windows.Forms.Label label2;
346 private System.Windows.Forms.Label label3;
347 private System.Windows.Forms.ComboBox comboBox3;
348 private System.Windows.Forms.Label label1;
349 private System.Windows.Forms.DateTimePicker StartDateObj;
350 private System.Windows.Forms.GroupBox groupBox3;
351 private System.Windows.Forms.GroupBox groupBox4;
352 private System.Windows.Forms.DateTimePicker StopDateObj;
353 private System.Windows.Forms.Button submitBtn;
354 private System.Windows.Forms.Button cancelBtn;
override void Dispose(bool disposing)
Clean up any resources being used.