Subversion Repositories group.NITPanels

Rev

Rev 16 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 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();
19 pfowler 33
            this.txtScalar = new System.Windows.Forms.TextBox();
34
            this.txtAnalog = new System.Windows.Forms.TextBox();
35
            this.lstAudioDevices = new System.Windows.Forms.ComboBox();
16 pfowler 36
            this.txtVol = new System.Windows.Forms.TextBox();
3 pfowler 37
            this.button7 = new System.Windows.Forms.CheckBox();
38
            this.button6 = new System.Windows.Forms.CheckBox();
39
            this.button5 = new System.Windows.Forms.CheckBox();
40
            this.button4 = new System.Windows.Forms.CheckBox();
41
            this.button3 = new System.Windows.Forms.CheckBox();
42
            this.button2 = new System.Windows.Forms.CheckBox();
43
            this.button1 = new System.Windows.Forms.CheckBox();
44
            this.button0 = new System.Windows.Forms.CheckBox();
45
            this.led7 = new NITNavComm.LedLight();
46
            this.led6 = new NITNavComm.LedLight();
47
            this.led5 = new NITNavComm.LedLight();
48
            this.led4 = new NITNavComm.LedLight();
49
            this.led3 = new NITNavComm.LedLight();
50
            this.led2 = new NITNavComm.LedLight();
51
            this.led1 = new NITNavComm.LedLight();
52
            this.led0 = new NITNavComm.LedLight();
19 pfowler 53
            this.ledPwr = new NITNavComm.LedLight();
3 pfowler 54
            this.panel2.SuspendLayout();
55
            this.tableLayoutPanel1.SuspendLayout();
56
            this.panel1.SuspendLayout();
57
            this.SuspendLayout();
58
            // 
59
            // inputTimer
60
            // 
61
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
62
            // 
63
            // cmdUpdate
64
            // 
65
            this.cmdUpdate.Location = new System.Drawing.Point(200, 4);
66
            this.cmdUpdate.Name = "cmdUpdate";
67
            this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
68
            this.cmdUpdate.TabIndex = 1;
69
            this.cmdUpdate.Text = "Update";
70
            this.cmdUpdate.UseVisualStyleBackColor = true;
16 pfowler 71
            this.cmdUpdate.Click += new System.EventHandler(this.cmdUpdate_Click);
3 pfowler 72
            // 
73
            // panel2
74
            // 
75
            this.panel2.Controls.Add(this.cmdUpdate);
76
            this.panel2.Controls.Add(this.cmdClose);
77
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
78
            this.panel2.Location = new System.Drawing.Point(3, 171);
79
            this.panel2.Name = "panel2";
16 pfowler 80
            this.panel2.Size = new System.Drawing.Size(444, 34);
3 pfowler 81
            this.panel2.TabIndex = 1;
82
            // 
83
            // cmdClose
84
            // 
85
            this.cmdClose.Location = new System.Drawing.Point(281, 4);
86
            this.cmdClose.Name = "cmdClose";
87
            this.cmdClose.Size = new System.Drawing.Size(75, 23);
88
            this.cmdClose.TabIndex = 0;
89
            this.cmdClose.Text = "Close";
90
            this.cmdClose.UseVisualStyleBackColor = true;
91
            this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
92
            // 
93
            // tableLayoutPanel1
94
            // 
95
            this.tableLayoutPanel1.ColumnCount = 1;
96
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
97
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
98
            this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
99
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
100
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
101
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
102
            this.tableLayoutPanel1.RowCount = 2;
103
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
104
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
16 pfowler 105
            this.tableLayoutPanel1.Size = new System.Drawing.Size(450, 208);
3 pfowler 106
            this.tableLayoutPanel1.TabIndex = 1;
107
            // 
108
            // panel1
109
            // 
19 pfowler 110
            this.panel1.Controls.Add(this.ledPwr);
111
            this.panel1.Controls.Add(this.txtScalar);
112
            this.panel1.Controls.Add(this.txtAnalog);
16 pfowler 113
            this.panel1.Controls.Add(this.lstAudioDevices);
114
            this.panel1.Controls.Add(this.txtVol);
3 pfowler 115
            this.panel1.Controls.Add(this.button7);
116
            this.panel1.Controls.Add(this.button6);
117
            this.panel1.Controls.Add(this.button5);
118
            this.panel1.Controls.Add(this.button4);
119
            this.panel1.Controls.Add(this.button3);
120
            this.panel1.Controls.Add(this.button2);
121
            this.panel1.Controls.Add(this.button1);
122
            this.panel1.Controls.Add(this.button0);
123
            this.panel1.Controls.Add(this.led7);
124
            this.panel1.Controls.Add(this.led6);
125
            this.panel1.Controls.Add(this.led5);
126
            this.panel1.Controls.Add(this.led4);
127
            this.panel1.Controls.Add(this.led3);
128
            this.panel1.Controls.Add(this.led2);
129
            this.panel1.Controls.Add(this.led1);
130
            this.panel1.Controls.Add(this.led0);
131
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
132
            this.panel1.Location = new System.Drawing.Point(3, 3);
133
            this.panel1.Name = "panel1";
16 pfowler 134
            this.panel1.Size = new System.Drawing.Size(444, 162);
3 pfowler 135
            this.panel1.TabIndex = 0;
136
            // 
19 pfowler 137
            // txtScalar
16 pfowler 138
            // 
19 pfowler 139
            this.txtScalar.Location = new System.Drawing.Point(355, 101);
140
            this.txtScalar.Name = "txtScalar";
141
            this.txtScalar.Size = new System.Drawing.Size(80, 20);
142
            this.txtScalar.TabIndex = 24;
16 pfowler 143
            // 
19 pfowler 144
            // txtAnalog
145
            // 
146
            this.txtAnalog.Location = new System.Drawing.Point(355, 75);
147
            this.txtAnalog.Name = "txtAnalog";
148
            this.txtAnalog.Size = new System.Drawing.Size(80, 20);
149
            this.txtAnalog.TabIndex = 25;
150
            // 
151
            // lstAudioDevices
152
            // 
153
            this.lstAudioDevices.FormattingEnabled = true;
154
            this.lstAudioDevices.Location = new System.Drawing.Point(159, 101);
155
            this.lstAudioDevices.Name = "lstAudioDevices";
156
            this.lstAudioDevices.Size = new System.Drawing.Size(181, 21);
157
            this.lstAudioDevices.TabIndex = 24;
158
            // 
16 pfowler 159
            // txtVol
160
            // 
161
            this.txtVol.Location = new System.Drawing.Point(355, 49);
162
            this.txtVol.Name = "txtVol";
163
            this.txtVol.Size = new System.Drawing.Size(80, 20);
164
            this.txtVol.TabIndex = 23;
165
            // 
3 pfowler 166
            // button7
167
            // 
168
            this.button7.Appearance = System.Windows.Forms.Appearance.Button;
169
            this.button7.AutoSize = true;
170
            this.button7.Location = new System.Drawing.Point(314, 49);
171
            this.button7.MinimumSize = new System.Drawing.Size(35, 40);
172
            this.button7.Name = "button7";
173
            this.button7.Size = new System.Drawing.Size(35, 40);
174
            this.button7.TabIndex = 22;
175
            this.button7.UseVisualStyleBackColor = true;
176
            // 
177
            // button6
178
            // 
179
            this.button6.Appearance = System.Windows.Forms.Appearance.Button;
180
            this.button6.AutoSize = true;
181
            this.button6.Location = new System.Drawing.Point(273, 49);
182
            this.button6.MinimumSize = new System.Drawing.Size(35, 40);
183
            this.button6.Name = "button6";
184
            this.button6.Size = new System.Drawing.Size(35, 40);
185
            this.button6.TabIndex = 21;
186
            this.button6.UseVisualStyleBackColor = true;
187
            // 
188
            // button5
189
            // 
190
            this.button5.Appearance = System.Windows.Forms.Appearance.Button;
191
            this.button5.AutoSize = true;
192
            this.button5.Location = new System.Drawing.Point(232, 49);
193
            this.button5.MinimumSize = new System.Drawing.Size(35, 40);
194
            this.button5.Name = "button5";
195
            this.button5.Size = new System.Drawing.Size(35, 40);
196
            this.button5.TabIndex = 20;
197
            this.button5.UseVisualStyleBackColor = true;
198
            // 
199
            // button4
200
            // 
201
            this.button4.Appearance = System.Windows.Forms.Appearance.Button;
202
            this.button4.AutoSize = true;
203
            this.button4.Location = new System.Drawing.Point(191, 49);
204
            this.button4.MinimumSize = new System.Drawing.Size(35, 40);
205
            this.button4.Name = "button4";
206
            this.button4.Size = new System.Drawing.Size(35, 40);
207
            this.button4.TabIndex = 19;
208
            this.button4.UseVisualStyleBackColor = true;
209
            // 
210
            // button3
211
            // 
212
            this.button3.Appearance = System.Windows.Forms.Appearance.Button;
213
            this.button3.AutoSize = true;
214
            this.button3.Location = new System.Drawing.Point(150, 49);
215
            this.button3.MinimumSize = new System.Drawing.Size(35, 40);
216
            this.button3.Name = "button3";
217
            this.button3.Size = new System.Drawing.Size(35, 40);
218
            this.button3.TabIndex = 18;
219
            this.button3.UseVisualStyleBackColor = true;
220
            // 
221
            // button2
222
            // 
223
            this.button2.Appearance = System.Windows.Forms.Appearance.Button;
224
            this.button2.AutoSize = true;
225
            this.button2.Location = new System.Drawing.Point(109, 49);
226
            this.button2.MinimumSize = new System.Drawing.Size(35, 40);
227
            this.button2.Name = "button2";
228
            this.button2.Size = new System.Drawing.Size(35, 40);
229
            this.button2.TabIndex = 17;
230
            this.button2.UseVisualStyleBackColor = true;
231
            // 
232
            // button1
233
            // 
234
            this.button1.Appearance = System.Windows.Forms.Appearance.Button;
235
            this.button1.AutoSize = true;
236
            this.button1.Location = new System.Drawing.Point(68, 49);
237
            this.button1.MinimumSize = new System.Drawing.Size(35, 40);
238
            this.button1.Name = "button1";
239
            this.button1.Size = new System.Drawing.Size(35, 40);
240
            this.button1.TabIndex = 16;
241
            this.button1.UseVisualStyleBackColor = true;
242
            // 
243
            // button0
244
            // 
245
            this.button0.Appearance = System.Windows.Forms.Appearance.Button;
246
            this.button0.AutoSize = true;
247
            this.button0.Location = new System.Drawing.Point(27, 49);
248
            this.button0.MinimumSize = new System.Drawing.Size(35, 40);
249
            this.button0.Name = "button0";
250
            this.button0.Size = new System.Drawing.Size(35, 40);
251
            this.button0.TabIndex = 15;
252
            this.button0.UseVisualStyleBackColor = true;
253
            // 
254
            // led7
255
            // 
256
            this.led7.Color = System.Drawing.Color.Red;
257
            this.led7.Flash = false;
258
            this.led7.Location = new System.Drawing.Point(323, 26);
259
            this.led7.Name = "led7";
260
            this.led7.On = false;
261
            this.led7.Size = new System.Drawing.Size(17, 17);
262
            this.led7.TabIndex = 14;
263
            this.led7.Click += new System.EventHandler(this.led7_Click);
264
            // 
265
            // led6
266
            // 
267
            this.led6.Color = System.Drawing.Color.Red;
268
            this.led6.Flash = false;
269
            this.led6.Location = new System.Drawing.Point(281, 26);
270
            this.led6.Name = "led6";
271
            this.led6.On = false;
272
            this.led6.Size = new System.Drawing.Size(17, 17);
273
            this.led6.TabIndex = 12;
274
            this.led6.Click += new System.EventHandler(this.led6_Click);
275
            // 
276
            // led5
277
            // 
278
            this.led5.Color = System.Drawing.Color.Red;
279
            this.led5.Flash = false;
280
            this.led5.Location = new System.Drawing.Point(241, 26);
281
            this.led5.Name = "led5";
282
            this.led5.On = false;
283
            this.led5.Size = new System.Drawing.Size(17, 17);
284
            this.led5.TabIndex = 10;
285
            this.led5.Click += new System.EventHandler(this.led5_Click);
286
            // 
287
            // led4
288
            // 
289
            this.led4.Color = System.Drawing.Color.Red;
290
            this.led4.Flash = false;
291
            this.led4.Location = new System.Drawing.Point(200, 26);
292
            this.led4.Name = "led4";
293
            this.led4.On = false;
294
            this.led4.Size = new System.Drawing.Size(17, 17);
295
            this.led4.TabIndex = 8;
296
            this.led4.Click += new System.EventHandler(this.led4_Click);
297
            // 
298
            // led3
299
            // 
300
            this.led3.Color = System.Drawing.Color.Red;
301
            this.led3.Flash = false;
302
            this.led3.Location = new System.Drawing.Point(159, 26);
303
            this.led3.Name = "led3";
304
            this.led3.On = false;
305
            this.led3.Size = new System.Drawing.Size(17, 17);
306
            this.led3.TabIndex = 6;
307
            this.led3.Click += new System.EventHandler(this.led3_Click);
308
            // 
309
            // led2
310
            // 
311
            this.led2.Color = System.Drawing.Color.Red;
312
            this.led2.Flash = false;
313
            this.led2.Location = new System.Drawing.Point(118, 26);
314
            this.led2.Name = "led2";
315
            this.led2.On = false;
316
            this.led2.Size = new System.Drawing.Size(17, 17);
317
            this.led2.TabIndex = 4;
318
            this.led2.Click += new System.EventHandler(this.led2_Click);
319
            // 
320
            // led1
321
            // 
322
            this.led1.Color = System.Drawing.Color.Red;
323
            this.led1.Flash = false;
324
            this.led1.Location = new System.Drawing.Point(77, 26);
325
            this.led1.Name = "led1";
326
            this.led1.On = false;
327
            this.led1.Size = new System.Drawing.Size(17, 17);
328
            this.led1.TabIndex = 1;
329
            this.led1.Click += new System.EventHandler(this.led1_Click);
330
            // 
331
            // led0
332
            // 
333
            this.led0.Color = System.Drawing.Color.Red;
334
            this.led0.Flash = false;
335
            this.led0.Location = new System.Drawing.Point(36, 26);
336
            this.led0.Name = "led0";
337
            this.led0.On = false;
338
            this.led0.Size = new System.Drawing.Size(17, 17);
339
            this.led0.TabIndex = 0;
340
            this.led0.Click += new System.EventHandler(this.led0_Click);
341
            // 
19 pfowler 342
            // ledPwr
16 pfowler 343
            // 
19 pfowler 344
            this.ledPwr.Color = System.Drawing.Color.YellowGreen;
345
            this.ledPwr.Flash = false;
346
            this.ledPwr.Location = new System.Drawing.Point(386, 26);
347
            this.ledPwr.Name = "ledPwr";
348
            this.ledPwr.On = false;
349
            this.ledPwr.Size = new System.Drawing.Size(17, 17);
350
            this.ledPwr.TabIndex = 26;
351
            this.ledPwr.Click += new System.EventHandler(this.ledPwr_Click);
16 pfowler 352
            // 
3 pfowler 353
            // NITAudioSelForm
354
            // 
355
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
356
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
16 pfowler 357
            this.ClientSize = new System.Drawing.Size(450, 208);
3 pfowler 358
            this.Controls.Add(this.tableLayoutPanel1);
359
            this.Name = "NITAudioSelForm";
360
            this.Text = "NITAudioSelForm";
361
            this.panel2.ResumeLayout(false);
362
            this.tableLayoutPanel1.ResumeLayout(false);
363
            this.panel1.ResumeLayout(false);
364
            this.panel1.PerformLayout();
365
            this.ResumeLayout(false);
366
 
367
        }
368
 
369
        #endregion
370
 
371
        private System.Windows.Forms.Timer inputTimer;
372
        private System.Windows.Forms.Button cmdUpdate;
373
        private System.Windows.Forms.Panel panel2;
374
        private System.Windows.Forms.Button cmdClose;
375
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
376
        private System.Windows.Forms.Panel panel1;
377
        private LedLight led7;
378
        private LedLight led6;
379
        private LedLight led5;
380
        private LedLight led4;
381
        private LedLight led3;
382
        private LedLight led2;
383
        private LedLight led1;
384
        private LedLight led0;
385
        private System.Windows.Forms.CheckBox button7;
386
        private System.Windows.Forms.CheckBox button6;
387
        private System.Windows.Forms.CheckBox button5;
388
        private System.Windows.Forms.CheckBox button4;
389
        private System.Windows.Forms.CheckBox button3;
390
        private System.Windows.Forms.CheckBox button2;
391
        private System.Windows.Forms.CheckBox button1;
392
        private System.Windows.Forms.CheckBox button0;
16 pfowler 393
        private System.Windows.Forms.TextBox txtVol;
19 pfowler 394
        private System.Windows.Forms.TextBox txtScalar;
16 pfowler 395
        private System.Windows.Forms.ComboBox lstAudioDevices;
19 pfowler 396
        private System.Windows.Forms.TextBox txtAnalog;
397
        private LedLight ledPwr;
3 pfowler 398
 
399
    }
400
}