3 partial class BBSensorPlugins
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.
label1 =
new System.Windows.Forms.Label();
34 this.
label2 =
new System.Windows.Forms.Label();
36 this.
label3 =
new System.Windows.Forms.Label();
37 this.
cancelBtn =
new System.Windows.Forms.Button();
38 this.
submitBtn =
new System.Windows.Forms.Button();
47 this.
label1.Location =
new System.Drawing.Point(12, 9);
49 this.
label1.Size =
new System.Drawing.Size(122, 13);
51 this.
label1.Text =
"Presense Sensor Plugin:";
70 this.
label2.Location =
new System.Drawing.Point(12, 37);
72 this.
label2.Size =
new System.Drawing.Size(98, 13);
74 this.
label2.Text =
"Thermostat Plugin:";
86 this.
label3.Location =
new System.Drawing.Point(12, 68);
88 this.
label3.Size =
new System.Drawing.Size(115, 13);
90 this.
label3.Text =
"Fitness Tracker Plugin:";
94 this.
cancelBtn.Location =
new System.Drawing.Point(282, 102);
96 this.
cancelBtn.Size =
new System.Drawing.Size(75, 23);
99 this.
cancelBtn.UseVisualStyleBackColor =
true;
104 this.
submitBtn.Location =
new System.Drawing.Point(201, 102);
106 this.
submitBtn.Size =
new System.Drawing.Size(75, 23);
109 this.
submitBtn.UseVisualStyleBackColor =
true;
144 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
145 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
146 this.BackColor = System.Drawing.SystemColors.ActiveCaption;
147 this.ClientSize =
new System.Drawing.Size(375, 158);
148 this.ControlBox =
false;
155 this.Controls.Add(this.
label3);
157 this.Controls.Add(this.
label2);
159 this.Controls.Add(this.
label1);
160 this.DoubleBuffered =
true;
161 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
162 this.Name =
"BBSensorPlugins";
163 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
164 this.Text =
"Black Box Tasker Smart Setup";
165 this.ResumeLayout(
false);
166 this.PerformLayout();
void thermostatPluginBrowse_Click(object sender, EventArgs e)
System.Windows.Forms.Button FitnessTrackerBrowse
override void Dispose(bool disposing)
Clean up any resources being used.
void FitnessTrackerBrowse_Click(object sender, EventArgs e)
System.Windows.Forms.TextBox PrsesenseSensorFileBox
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Label label3
void cancelBtn_Click(object sender, EventArgs e)
System.Windows.Forms.Button thermostatPluginBrowse
System.Windows.Forms.TextBox FitnessTrackerPluginFileBox
System.Windows.Forms.Label label2
System.Windows.Forms.Button submitBtn
System.ComponentModel.IContainer components
Required designer variable.
void submitBtn_Click(object sender, EventArgs e)
System.Windows.Forms.Button PresenseBrowseBtn
System.Windows.Forms.Label label1
System.Windows.Forms.TextBox ThermostatPluginFileBox
System.Windows.Forms.Button cancelBtn
void PresenseBrowseBtn_Click(object sender, EventArgs e)