Subversion Repositories group.NITPanels

Rev

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