3 partial class BBTaskerAdvSetting
8 private System.ComponentModel.IContainer
components =
null;
14 protected override void Dispose(
bool disposing)
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code 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();
57 this.
groupBox2.Location =
new System.Drawing.Point(12, 12);
59 this.
groupBox2.Size =
new System.Drawing.Size(259, 54);
62 this.
groupBox2.Text =
"Fitness Data Collection Interval";
128 this.
comboBox4.Location =
new System.Drawing.Point(208, 19);
130 this.
comboBox4.Size =
new System.Drawing.Size(45, 21);
136 this.
label2.Location =
new System.Drawing.Point(171, 22);
138 this.
label2.Size =
new System.Drawing.Size(31, 13);
145 this.
label3.Location =
new System.Drawing.Point(85, 22);
147 this.
label3.Size =
new System.Drawing.Size(30, 13);
215 this.
comboBox3.Location =
new System.Drawing.Point(121, 19);
217 this.
comboBox3.Size =
new System.Drawing.Size(44, 21);
223 this.
label1.Location =
new System.Drawing.Point(6, 22);
225 this.
label1.Size =
new System.Drawing.Size(26, 13);
257 this.
comboBox2.Location =
new System.Drawing.Point(38, 19);
259 this.
comboBox2.Size =
new System.Drawing.Size(41, 21);
264 this.
StartDateObj.Location =
new System.Drawing.Point(10, 19);
272 this.
groupBox3.Location =
new System.Drawing.Point(30, 72);
274 this.
groupBox3.Size =
new System.Drawing.Size(226, 56);
282 this.
groupBox4.Location =
new System.Drawing.Point(30, 134);
284 this.
groupBox4.Size =
new System.Drawing.Size(226, 56);
291 this.
StopDateObj.Location =
new System.Drawing.Point(10, 19);
293 this.
StopDateObj.Size =
new System.Drawing.Size(200, 20);
298 this.
submitBtn.Location =
new System.Drawing.Point(39, 196);
300 this.
submitBtn.Size =
new System.Drawing.Size(75, 23);
303 this.
submitBtn.UseVisualStyleBackColor =
true;
308 this.
cancelBtn.Location =
new System.Drawing.Point(165, 196);
310 this.
cancelBtn.Size =
new System.Drawing.Size(75, 23);
313 this.
cancelBtn.UseVisualStyleBackColor =
true;
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;
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";
337 this.ResumeLayout(
false);
System.Windows.Forms.GroupBox groupBox4
System.Windows.Forms.DateTimePicker StopDateObj
System.ComponentModel.IContainer components
Required designer variable.
System.Windows.Forms.GroupBox groupBox3
System.Windows.Forms.Button cancelBtn
System.Windows.Forms.GroupBox groupBox2
System.Windows.Forms.Label label3
System.Windows.Forms.DateTimePicker StartDateObj
System.Windows.Forms.Button submitBtn
System.Windows.Forms.ComboBox comboBox4
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Label label1
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.ComboBox comboBox3
System.Windows.Forms.ComboBox comboBox2
void submitBtn_Click(object sender, EventArgs e)
System.Windows.Forms.Label label2
void cancelBtn_Click(object sender, EventArgs e)