Subversion Repositories group.NITPanels

Rev

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