156 |
pfowler |
1 |
namespace NITNavComm {
|
|
|
2 |
partial class NITAudioSelForm {
|
|
|
3 |
/// <summary>
|
|
|
4 |
/// Required designer variable.
|
|
|
5 |
/// </summary>
|
|
|
6 |
private System.ComponentModel.IContainer components = null;
|
|
|
7 |
|
|
|
8 |
/// <summary>
|
|
|
9 |
/// Clean up any resources being used.
|
|
|
10 |
/// </summary>
|
|
|
11 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
12 |
protected override void Dispose(bool disposing) {
|
|
|
13 |
if (disposing && (components != null)) {
|
|
|
14 |
components.Dispose();
|
|
|
15 |
}
|
|
|
16 |
base.Dispose(disposing);
|
|
|
17 |
}
|
|
|
18 |
|
|
|
19 |
#region Windows Form Designer generated code
|
|
|
20 |
|
|
|
21 |
/// <summary>
|
|
|
22 |
/// Required method for Designer support - do not modify
|
|
|
23 |
/// the contents of this method with the code editor.
|
|
|
24 |
/// </summary>
|
|
|
25 |
private void InitializeComponent() {
|
|
|
26 |
this.components = new System.ComponentModel.Container();
|
|
|
27 |
this.inputTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
28 |
this.cmdUpdate = new System.Windows.Forms.Button();
|
|
|
29 |
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
30 |
this.cmdClose = new System.Windows.Forms.Button();
|
|
|
31 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
32 |
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
33 |
this.button7 = new System.Windows.Forms.CheckBox();
|
|
|
34 |
this.button6 = new System.Windows.Forms.CheckBox();
|
|
|
35 |
this.button5 = new System.Windows.Forms.CheckBox();
|
|
|
36 |
this.button4 = new System.Windows.Forms.CheckBox();
|
|
|
37 |
this.button3 = new System.Windows.Forms.CheckBox();
|
|
|
38 |
this.button2 = new System.Windows.Forms.CheckBox();
|
|
|
39 |
this.button1 = new System.Windows.Forms.CheckBox();
|
|
|
40 |
this.button0 = new System.Windows.Forms.CheckBox();
|
|
|
41 |
this.led7 = new NITNavComm.LedLight();
|
|
|
42 |
this.led6 = new NITNavComm.LedLight();
|
|
|
43 |
this.led5 = new NITNavComm.LedLight();
|
|
|
44 |
this.led4 = new NITNavComm.LedLight();
|
|
|
45 |
this.led3 = new NITNavComm.LedLight();
|
|
|
46 |
this.led2 = new NITNavComm.LedLight();
|
|
|
47 |
this.led1 = new NITNavComm.LedLight();
|
|
|
48 |
this.led0 = new NITNavComm.LedLight();
|
|
|
49 |
this.panel2.SuspendLayout();
|
|
|
50 |
this.tableLayoutPanel1.SuspendLayout();
|
|
|
51 |
this.panel1.SuspendLayout();
|
|
|
52 |
this.SuspendLayout();
|
|
|
53 |
//
|
|
|
54 |
// inputTimer
|
|
|
55 |
//
|
|
|
56 |
this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
|
|
|
57 |
//
|
|
|
58 |
// cmdUpdate
|
|
|
59 |
//
|
|
|
60 |
this.cmdUpdate.Location = new System.Drawing.Point(200, 4);
|
|
|
61 |
this.cmdUpdate.Name = "cmdUpdate";
|
|
|
62 |
this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
|
|
|
63 |
this.cmdUpdate.TabIndex = 1;
|
|
|
64 |
this.cmdUpdate.Text = "Update";
|
|
|
65 |
this.cmdUpdate.UseVisualStyleBackColor = true;
|
|
|
66 |
//
|
|
|
67 |
// panel2
|
|
|
68 |
//
|
|
|
69 |
this.panel2.Controls.Add(this.cmdUpdate);
|
|
|
70 |
this.panel2.Controls.Add(this.cmdClose);
|
|
|
71 |
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
72 |
this.panel2.Location = new System.Drawing.Point(3, 171);
|
|
|
73 |
this.panel2.Name = "panel2";
|
|
|
74 |
this.panel2.Size = new System.Drawing.Size(394, 34);
|
|
|
75 |
this.panel2.TabIndex = 1;
|
|
|
76 |
//
|
|
|
77 |
// cmdClose
|
|
|
78 |
//
|
|
|
79 |
this.cmdClose.Location = new System.Drawing.Point(281, 4);
|
|
|
80 |
this.cmdClose.Name = "cmdClose";
|
|
|
81 |
this.cmdClose.Size = new System.Drawing.Size(75, 23);
|
|
|
82 |
this.cmdClose.TabIndex = 0;
|
|
|
83 |
this.cmdClose.Text = "Close";
|
|
|
84 |
this.cmdClose.UseVisualStyleBackColor = true;
|
|
|
85 |
this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
|
|
|
86 |
//
|
|
|
87 |
// tableLayoutPanel1
|
|
|
88 |
//
|
|
|
89 |
this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
90 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
91 |
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|
|
92 |
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
|
|
93 |
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
94 |
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
95 |
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
96 |
this.tableLayoutPanel1.RowCount = 2;
|
|
|
97 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
98 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
|
99 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(400, 208);
|
|
|
100 |
this.tableLayoutPanel1.TabIndex = 1;
|
|
|
101 |
//
|
|
|
102 |
// panel1
|
|
|
103 |
//
|
|
|
104 |
this.panel1.Controls.Add(this.button7);
|
|
|
105 |
this.panel1.Controls.Add(this.button6);
|
|
|
106 |
this.panel1.Controls.Add(this.button5);
|
|
|
107 |
this.panel1.Controls.Add(this.button4);
|
|
|
108 |
this.panel1.Controls.Add(this.button3);
|
|
|
109 |
this.panel1.Controls.Add(this.button2);
|
|
|
110 |
this.panel1.Controls.Add(this.button1);
|
|
|
111 |
this.panel1.Controls.Add(this.button0);
|
|
|
112 |
this.panel1.Controls.Add(this.led7);
|
|
|
113 |
this.panel1.Controls.Add(this.led6);
|
|
|
114 |
this.panel1.Controls.Add(this.led5);
|
|
|
115 |
this.panel1.Controls.Add(this.led4);
|
|
|
116 |
this.panel1.Controls.Add(this.led3);
|
|
|
117 |
this.panel1.Controls.Add(this.led2);
|
|
|
118 |
this.panel1.Controls.Add(this.led1);
|
|
|
119 |
this.panel1.Controls.Add(this.led0);
|
|
|
120 |
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
121 |
this.panel1.Location = new System.Drawing.Point(3, 3);
|
|
|
122 |
this.panel1.Name = "panel1";
|
|
|
123 |
this.panel1.Size = new System.Drawing.Size(394, 162);
|
|
|
124 |
this.panel1.TabIndex = 0;
|
|
|
125 |
//
|
|
|
126 |
// button7
|
|
|
127 |
//
|
|
|
128 |
this.button7.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
129 |
this.button7.AutoSize = true;
|
|
|
130 |
this.button7.Location = new System.Drawing.Point(314, 49);
|
|
|
131 |
this.button7.MinimumSize = new System.Drawing.Size(35, 40);
|
|
|
132 |
this.button7.Name = "button7";
|
|
|
133 |
this.button7.Size = new System.Drawing.Size(35, 40);
|
|
|
134 |
this.button7.TabIndex = 22;
|
|
|
135 |
this.button7.UseVisualStyleBackColor = true;
|
|
|
136 |
//
|
|
|
137 |
// button6
|
|
|
138 |
//
|
|
|
139 |
this.button6.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
140 |
this.button6.AutoSize = true;
|
|
|
141 |
this.button6.Location = new System.Drawing.Point(273, 49);
|
|
|
142 |
this.button6.MinimumSize = new System.Drawing.Size(35, 40);
|
|
|
143 |
this.button6.Name = "button6";
|
|
|
144 |
this.button6.Size = new System.Drawing.Size(35, 40);
|
|
|
145 |
this.button6.TabIndex = 21;
|
|
|
146 |
this.button6.UseVisualStyleBackColor = true;
|
|
|
147 |
//
|
|
|
148 |
// button5
|
|
|
149 |
//
|
|
|
150 |
this.button5.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
151 |
this.button5.AutoSize = true;
|
|
|
152 |
this.button5.Location = new System.Drawing.Point(232, 49);
|
|
|
153 |
this.button5.MinimumSize = new System.Drawing.Size(35, 40);
|
|
|
154 |
this.button5.Name = "button5";
|
|
|
155 |
this.button5.Size = new System.Drawing.Size(35, 40);
|
|
|
156 |
this.button5.TabIndex = 20;
|
|
|
157 |
this.button5.UseVisualStyleBackColor = true;
|
|
|
158 |
//
|
|
|
159 |
// button4
|
|
|
160 |
//
|
|
|
161 |
this.button4.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
162 |
this.button4.AutoSize = true;
|
|
|
163 |
this.button4.Location = new System.Drawing.Point(191, 49);
|
|
|
164 |
this.button4.MinimumSize = new System.Drawing.Size(35, 40);
|
|
|
165 |
this.button4.Name = "button4";
|
|
|
166 |
this.button4.Size = new System.Drawing.Size(35, 40);
|
|
|
167 |
this.button4.TabIndex = 19;
|
|
|
168 |
this.button4.UseVisualStyleBackColor = true;
|
|
|
169 |
//
|
|
|
170 |
// button3
|
|
|
171 |
//
|
|
|
172 |
this.button3.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
173 |
this.button3.AutoSize = true;
|
|
|
174 |
this.button3.Location = new System.Drawing.Point(150, 49);
|
|
|
175 |
this.button3.MinimumSize = new System.Drawing.Size(35, 40);
|
|
|
176 |
this.button3.Name = "button3";
|
|
|
177 |
this.button3.Size = new System.Drawing.Size(35, 40);
|
|
|
178 |
this.button3.TabIndex = 18;
|
|
|
179 |
this.button3.UseVisualStyleBackColor = true;
|
|
|
180 |
//
|
|
|
181 |
// button2
|
|
|
182 |
//
|
|
|
183 |
this.button2.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
184 |
this.button2.AutoSize = true;
|
|
|
185 |
this.button2.Location = new System.Drawing.Point(109, 49);
|
|
|
186 |
this.button2.MinimumSize = new System.Drawing.Size(35, 40);
|
|
|
187 |
this.button2.Name = "button2";
|
|
|
188 |
this.button2.Size = new System.Drawing.Size(35, 40);
|
|
|
189 |
this.button2.TabIndex = 17;
|
|
|
190 |
this.button2.UseVisualStyleBackColor = true;
|
|
|
191 |
//
|
|
|
192 |
// button1
|
|
|
193 |
//
|
|
|
194 |
this.button1.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
195 |
this.button1.AutoSize = true;
|
|
|
196 |
this.button1.Location = new System.Drawing.Point(68, 49);
|
|
|
197 |
this.button1.MinimumSize = new System.Drawing.Size(35, 40);
|
|
|
198 |
this.button1.Name = "button1";
|
|
|
199 |
this.button1.Size = new System.Drawing.Size(35, 40);
|
|
|
200 |
this.button1.TabIndex = 16;
|
|
|
201 |
this.button1.UseVisualStyleBackColor = true;
|
|
|
202 |
//
|
|
|
203 |
// button0
|
|
|
204 |
//
|
|
|
205 |
this.button0.Appearance = System.Windows.Forms.Appearance.Button;
|
|
|
206 |
this.button0.AutoSize = true;
|
|
|
207 |
this.button0.Location = new System.Drawing.Point(27, 49);
|
|
|
208 |
this.button0.MinimumSize = new System.Drawing.Size(35, 40);
|
|
|
209 |
this.button0.Name = "button0";
|
|
|
210 |
this.button0.Size = new System.Drawing.Size(35, 40);
|
|
|
211 |
this.button0.TabIndex = 15;
|
|
|
212 |
this.button0.UseVisualStyleBackColor = true;
|
|
|
213 |
//
|
|
|
214 |
// led7
|
|
|
215 |
//
|
|
|
216 |
this.led7.Color = System.Drawing.Color.Red;
|
|
|
217 |
this.led7.Flash = false;
|
|
|
218 |
this.led7.Location = new System.Drawing.Point(323, 26);
|
|
|
219 |
this.led7.Name = "led7";
|
|
|
220 |
this.led7.On = true;
|
|
|
221 |
this.led7.Size = new System.Drawing.Size(17, 17);
|
|
|
222 |
this.led7.TabIndex = 14;
|
|
|
223 |
this.led7.Click += new System.EventHandler(this.led7_Click);
|
|
|
224 |
//
|
|
|
225 |
// led6
|
|
|
226 |
//
|
|
|
227 |
this.led6.Color = System.Drawing.Color.Red;
|
|
|
228 |
this.led6.Flash = false;
|
|
|
229 |
this.led6.Location = new System.Drawing.Point(281, 26);
|
|
|
230 |
this.led6.Name = "led6";
|
|
|
231 |
this.led6.On = true;
|
|
|
232 |
this.led6.Size = new System.Drawing.Size(17, 17);
|
|
|
233 |
this.led6.TabIndex = 12;
|
|
|
234 |
this.led6.Click += new System.EventHandler(this.led6_Click);
|
|
|
235 |
//
|
|
|
236 |
// led5
|
|
|
237 |
//
|
|
|
238 |
this.led5.Color = System.Drawing.Color.Red;
|
|
|
239 |
this.led5.Flash = false;
|
|
|
240 |
this.led5.Location = new System.Drawing.Point(241, 26);
|
|
|
241 |
this.led5.Name = "led5";
|
|
|
242 |
this.led5.On = true;
|
|
|
243 |
this.led5.Size = new System.Drawing.Size(17, 17);
|
|
|
244 |
this.led5.TabIndex = 10;
|
|
|
245 |
this.led5.Click += new System.EventHandler(this.led5_Click);
|
|
|
246 |
//
|
|
|
247 |
// led4
|
|
|
248 |
//
|
|
|
249 |
this.led4.Color = System.Drawing.Color.Red;
|
|
|
250 |
this.led4.Flash = false;
|
|
|
251 |
this.led4.Location = new System.Drawing.Point(200, 26);
|
|
|
252 |
this.led4.Name = "led4";
|
|
|
253 |
this.led4.On = true;
|
|
|
254 |
this.led4.Size = new System.Drawing.Size(17, 17);
|
|
|
255 |
this.led4.TabIndex = 8;
|
|
|
256 |
this.led4.Click += new System.EventHandler(this.led4_Click);
|
|
|
257 |
//
|
|
|
258 |
// led3
|
|
|
259 |
//
|
|
|
260 |
this.led3.Color = System.Drawing.Color.Red;
|
|
|
261 |
this.led3.Flash = false;
|
|
|
262 |
this.led3.Location = new System.Drawing.Point(159, 26);
|
|
|
263 |
this.led3.Name = "led3";
|
|
|
264 |
this.led3.On = true;
|
|
|
265 |
this.led3.Size = new System.Drawing.Size(17, 17);
|
|
|
266 |
this.led3.TabIndex = 6;
|
|
|
267 |
this.led3.Click += new System.EventHandler(this.led3_Click);
|
|
|
268 |
//
|
|
|
269 |
// led2
|
|
|
270 |
//
|
|
|
271 |
this.led2.Color = System.Drawing.Color.Red;
|
|
|
272 |
this.led2.Flash = false;
|
|
|
273 |
this.led2.Location = new System.Drawing.Point(118, 26);
|
|
|
274 |
this.led2.Name = "led2";
|
|
|
275 |
this.led2.On = true;
|
|
|
276 |
this.led2.Size = new System.Drawing.Size(17, 17);
|
|
|
277 |
this.led2.TabIndex = 4;
|
|
|
278 |
this.led2.Click += new System.EventHandler(this.led2_Click);
|
|
|
279 |
//
|
|
|
280 |
// led1
|
|
|
281 |
//
|
|
|
282 |
this.led1.Color = System.Drawing.Color.Red;
|
|
|
283 |
this.led1.Flash = false;
|
|
|
284 |
this.led1.Location = new System.Drawing.Point(77, 26);
|
|
|
285 |
this.led1.Name = "led1";
|
|
|
286 |
this.led1.On = true;
|
|
|
287 |
this.led1.Size = new System.Drawing.Size(17, 17);
|
|
|
288 |
this.led1.TabIndex = 1;
|
|
|
289 |
this.led1.Click += new System.EventHandler(this.led1_Click);
|
|
|
290 |
//
|
|
|
291 |
// led0
|
|
|
292 |
//
|
|
|
293 |
this.led0.Color = System.Drawing.Color.Red;
|
|
|
294 |
this.led0.Flash = false;
|
|
|
295 |
this.led0.Location = new System.Drawing.Point(36, 26);
|
|
|
296 |
this.led0.Name = "led0";
|
|
|
297 |
this.led0.On = true;
|
|
|
298 |
this.led0.Size = new System.Drawing.Size(17, 17);
|
|
|
299 |
this.led0.TabIndex = 0;
|
|
|
300 |
this.led0.Click += new System.EventHandler(this.led0_Click);
|
|
|
301 |
//
|
|
|
302 |
// NITAudioSelForm
|
|
|
303 |
//
|
|
|
304 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
305 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
306 |
this.ClientSize = new System.Drawing.Size(400, 208);
|
|
|
307 |
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
308 |
this.Name = "NITAudioSelForm";
|
|
|
309 |
this.Text = "NITAudioSelForm";
|
|
|
310 |
this.panel2.ResumeLayout(false);
|
|
|
311 |
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
312 |
this.panel1.ResumeLayout(false);
|
|
|
313 |
this.panel1.PerformLayout();
|
|
|
314 |
this.ResumeLayout(false);
|
|
|
315 |
|
|
|
316 |
}
|
|
|
317 |
|
|
|
318 |
#endregion
|
|
|
319 |
|
|
|
320 |
private System.Windows.Forms.Timer inputTimer;
|
|
|
321 |
private System.Windows.Forms.Button cmdUpdate;
|
|
|
322 |
private System.Windows.Forms.Panel panel2;
|
|
|
323 |
private System.Windows.Forms.Button cmdClose;
|
|
|
324 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
325 |
private System.Windows.Forms.Panel panel1;
|
|
|
326 |
private LedLight led7;
|
|
|
327 |
private LedLight led6;
|
|
|
328 |
private LedLight led5;
|
|
|
329 |
private LedLight led4;
|
|
|
330 |
private LedLight led3;
|
|
|
331 |
private LedLight led2;
|
|
|
332 |
private LedLight led1;
|
|
|
333 |
private LedLight led0;
|
|
|
334 |
private System.Windows.Forms.CheckBox button7;
|
|
|
335 |
private System.Windows.Forms.CheckBox button6;
|
|
|
336 |
private System.Windows.Forms.CheckBox button5;
|
|
|
337 |
private System.Windows.Forms.CheckBox button4;
|
|
|
338 |
private System.Windows.Forms.CheckBox button3;
|
|
|
339 |
private System.Windows.Forms.CheckBox button2;
|
|
|
340 |
private System.Windows.Forms.CheckBox button1;
|
|
|
341 |
private System.Windows.Forms.CheckBox button0;
|
|
|
342 |
|
|
|
343 |
}
|
|
|
344 |
}
|