Black Box
BBSensorPlugins.Designer.cs
1 namespace BBTasker
2 {
3  partial class BBSensorPlugins
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.label1 = new System.Windows.Forms.Label();
32  this.PrsesenseSensorFileBox = new System.Windows.Forms.TextBox();
33  this.ThermostatPluginFileBox = new System.Windows.Forms.TextBox();
34  this.label2 = new System.Windows.Forms.Label();
35  this.FitnessTrackerPluginFileBox = new System.Windows.Forms.TextBox();
36  this.label3 = new System.Windows.Forms.Label();
37  this.cancelBtn = new System.Windows.Forms.Button();
38  this.submitBtn = new System.Windows.Forms.Button();
39  this.PresenseBrowseBtn = new System.Windows.Forms.Button();
40  this.thermostatPluginBrowse = new System.Windows.Forms.Button();
41  this.FitnessTrackerBrowse = new System.Windows.Forms.Button();
42  this.SuspendLayout();
43  //
44  // label1
45  //
46  this.label1.AutoSize = true;
47  this.label1.Location = new System.Drawing.Point(12, 9);
48  this.label1.Name = "label1";
49  this.label1.Size = new System.Drawing.Size(122, 13);
50  this.label1.TabIndex = 0;
51  this.label1.Text = "Presense Sensor Plugin:";
52  //
53  // PrsesenseSensorFileBox
54  //
55  this.PrsesenseSensorFileBox.Location = new System.Drawing.Point(140, 6);
56  this.PrsesenseSensorFileBox.Name = "PrsesenseSensorFileBox";
57  this.PrsesenseSensorFileBox.Size = new System.Drawing.Size(136, 20);
58  this.PrsesenseSensorFileBox.TabIndex = 1;
59  //
60  // ThermostatPluginFileBox
61  //
62  this.ThermostatPluginFileBox.Location = new System.Drawing.Point(140, 34);
63  this.ThermostatPluginFileBox.Name = "ThermostatPluginFileBox";
64  this.ThermostatPluginFileBox.Size = new System.Drawing.Size(136, 20);
65  this.ThermostatPluginFileBox.TabIndex = 3;
66  //
67  // label2
68  //
69  this.label2.AutoSize = true;
70  this.label2.Location = new System.Drawing.Point(12, 37);
71  this.label2.Name = "label2";
72  this.label2.Size = new System.Drawing.Size(98, 13);
73  this.label2.TabIndex = 2;
74  this.label2.Text = "Thermostat Plugin:";
75  //
76  // FitnessTrackerPluginFileBox
77  //
78  this.FitnessTrackerPluginFileBox.Location = new System.Drawing.Point(140, 65);
79  this.FitnessTrackerPluginFileBox.Name = "FitnessTrackerPluginFileBox";
80  this.FitnessTrackerPluginFileBox.Size = new System.Drawing.Size(136, 20);
81  this.FitnessTrackerPluginFileBox.TabIndex = 5;
82  //
83  // label3
84  //
85  this.label3.AutoSize = true;
86  this.label3.Location = new System.Drawing.Point(12, 68);
87  this.label3.Name = "label3";
88  this.label3.Size = new System.Drawing.Size(115, 13);
89  this.label3.TabIndex = 4;
90  this.label3.Text = "Fitness Tracker Plugin:";
91  //
92  // cancelBtn
93  //
94  this.cancelBtn.Location = new System.Drawing.Point(282, 102);
95  this.cancelBtn.Name = "cancelBtn";
96  this.cancelBtn.Size = new System.Drawing.Size(75, 23);
97  this.cancelBtn.TabIndex = 6;
98  this.cancelBtn.Text = "Cancel";
99  this.cancelBtn.UseVisualStyleBackColor = true;
100  this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
101  //
102  // submitBtn
103  //
104  this.submitBtn.Location = new System.Drawing.Point(201, 102);
105  this.submitBtn.Name = "submitBtn";
106  this.submitBtn.Size = new System.Drawing.Size(75, 23);
107  this.submitBtn.TabIndex = 7;
108  this.submitBtn.Text = "Submit";
109  this.submitBtn.UseVisualStyleBackColor = true;
110  this.submitBtn.Click += new System.EventHandler(this.submitBtn_Click);
111  //
112  // PresenseBrowseBtn
113  //
114  this.PresenseBrowseBtn.Location = new System.Drawing.Point(282, 4);
115  this.PresenseBrowseBtn.Name = "PresenseBrowseBtn";
116  this.PresenseBrowseBtn.Size = new System.Drawing.Size(75, 23);
117  this.PresenseBrowseBtn.TabIndex = 8;
118  this.PresenseBrowseBtn.Text = "Browse";
119  this.PresenseBrowseBtn.UseVisualStyleBackColor = true;
120  this.PresenseBrowseBtn.Click += new System.EventHandler(this.PresenseBrowseBtn_Click);
121  //
122  // thermostatPluginBrowse
123  //
124  this.thermostatPluginBrowse.Location = new System.Drawing.Point(282, 31);
125  this.thermostatPluginBrowse.Name = "thermostatPluginBrowse";
126  this.thermostatPluginBrowse.Size = new System.Drawing.Size(75, 23);
127  this.thermostatPluginBrowse.TabIndex = 9;
128  this.thermostatPluginBrowse.Text = "Browse";
129  this.thermostatPluginBrowse.UseVisualStyleBackColor = true;
130  this.thermostatPluginBrowse.Click += new System.EventHandler(this.thermostatPluginBrowse_Click);
131  //
132  // FitnessTrackerBrowse
133  //
134  this.FitnessTrackerBrowse.Location = new System.Drawing.Point(282, 63);
135  this.FitnessTrackerBrowse.Name = "FitnessTrackerBrowse";
136  this.FitnessTrackerBrowse.Size = new System.Drawing.Size(75, 23);
137  this.FitnessTrackerBrowse.TabIndex = 10;
138  this.FitnessTrackerBrowse.Text = "Browse";
139  this.FitnessTrackerBrowse.UseVisualStyleBackColor = true;
140  this.FitnessTrackerBrowse.Click += new System.EventHandler(this.FitnessTrackerBrowse_Click);
141  //
142  // BBSensorPlugins
143  //
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;
149  this.Controls.Add(this.FitnessTrackerBrowse);
150  this.Controls.Add(this.thermostatPluginBrowse);
151  this.Controls.Add(this.PresenseBrowseBtn);
152  this.Controls.Add(this.submitBtn);
153  this.Controls.Add(this.cancelBtn);
154  this.Controls.Add(this.FitnessTrackerPluginFileBox);
155  this.Controls.Add(this.label3);
156  this.Controls.Add(this.ThermostatPluginFileBox);
157  this.Controls.Add(this.label2);
158  this.Controls.Add(this.PrsesenseSensorFileBox);
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();
167 
168  }
169 
170  #endregion
171 
172  private System.Windows.Forms.Label label1;
173  private System.Windows.Forms.TextBox PrsesenseSensorFileBox;
174  private System.Windows.Forms.TextBox ThermostatPluginFileBox;
175  private System.Windows.Forms.Label label2;
176  private System.Windows.Forms.TextBox FitnessTrackerPluginFileBox;
177  private System.Windows.Forms.Label label3;
178  private System.Windows.Forms.Button cancelBtn;
179  private System.Windows.Forms.Button submitBtn;
180  private System.Windows.Forms.Button PresenseBrowseBtn;
181  private System.Windows.Forms.Button thermostatPluginBrowse;
182  private System.Windows.Forms.Button FitnessTrackerBrowse;
183  }
184 }
override void Dispose(bool disposing)
Clean up any resources being used.