| Line 28... |
Line 28... |
| 28 |
this.cmdUpdate = new System.Windows.Forms.Button();
|
28 |
this.cmdUpdate = new System.Windows.Forms.Button();
|
| 29 |
this.panel2 = new System.Windows.Forms.Panel();
|
29 |
this.panel2 = new System.Windows.Forms.Panel();
|
| 30 |
this.cmdClose = new System.Windows.Forms.Button();
|
30 |
this.cmdClose = new System.Windows.Forms.Button();
|
| 31 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
31 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
| 32 |
this.panel1 = new System.Windows.Forms.Panel();
|
32 |
this.panel1 = new System.Windows.Forms.Panel();
|
| - |
|
33 |
this.txtScalar = new System.Windows.Forms.TextBox();
|
| 33 |
this.txtName = new System.Windows.Forms.TextBox();
|
34 |
this.txtAnalog = new System.Windows.Forms.TextBox();
|
| - |
|
35 |
this.lstAudioDevices = new System.Windows.Forms.ComboBox();
|
| 34 |
this.txtVol = new System.Windows.Forms.TextBox();
|
36 |
this.txtVol = new System.Windows.Forms.TextBox();
|
| 35 |
this.button7 = new System.Windows.Forms.CheckBox();
|
37 |
this.button7 = new System.Windows.Forms.CheckBox();
|
| 36 |
this.button6 = new System.Windows.Forms.CheckBox();
|
38 |
this.button6 = new System.Windows.Forms.CheckBox();
|
| 37 |
this.button5 = new System.Windows.Forms.CheckBox();
|
39 |
this.button5 = new System.Windows.Forms.CheckBox();
|
| 38 |
this.button4 = new System.Windows.Forms.CheckBox();
|
40 |
this.button4 = new System.Windows.Forms.CheckBox();
|
| Line 46... |
Line 48... |
| 46 |
this.led4 = new NITNavComm.LedLight();
|
48 |
this.led4 = new NITNavComm.LedLight();
|
| 47 |
this.led3 = new NITNavComm.LedLight();
|
49 |
this.led3 = new NITNavComm.LedLight();
|
| 48 |
this.led2 = new NITNavComm.LedLight();
|
50 |
this.led2 = new NITNavComm.LedLight();
|
| 49 |
this.led1 = new NITNavComm.LedLight();
|
51 |
this.led1 = new NITNavComm.LedLight();
|
| 50 |
this.led0 = new NITNavComm.LedLight();
|
52 |
this.led0 = new NITNavComm.LedLight();
|
| 51 |
this.lstAudioDevices = new System.Windows.Forms.ComboBox();
|
53 |
this.ledPwr = new NITNavComm.LedLight();
|
| 52 |
this.panel2.SuspendLayout();
|
54 |
this.panel2.SuspendLayout();
|
| 53 |
this.tableLayoutPanel1.SuspendLayout();
|
55 |
this.tableLayoutPanel1.SuspendLayout();
|
| 54 |
this.panel1.SuspendLayout();
|
56 |
this.panel1.SuspendLayout();
|
| 55 |
this.SuspendLayout();
|
57 |
this.SuspendLayout();
|
| 56 |
//
|
58 |
//
|
| Line 103... |
Line 105... |
| 103 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(450, 208);
|
105 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(450, 208);
|
| 104 |
this.tableLayoutPanel1.TabIndex = 1;
|
106 |
this.tableLayoutPanel1.TabIndex = 1;
|
| 105 |
//
|
107 |
//
|
| 106 |
// panel1
|
108 |
// panel1
|
| 107 |
//
|
109 |
//
|
| - |
|
110 |
this.panel1.Controls.Add(this.ledPwr);
|
| - |
|
111 |
this.panel1.Controls.Add(this.txtScalar);
|
| - |
|
112 |
this.panel1.Controls.Add(this.txtAnalog);
|
| 108 |
this.panel1.Controls.Add(this.lstAudioDevices);
|
113 |
this.panel1.Controls.Add(this.lstAudioDevices);
|
| 109 |
this.panel1.Controls.Add(this.txtVol);
|
114 |
this.panel1.Controls.Add(this.txtVol);
|
| 110 |
this.panel1.Controls.Add(this.button7);
|
115 |
this.panel1.Controls.Add(this.button7);
|
| 111 |
this.panel1.Controls.Add(this.button6);
|
116 |
this.panel1.Controls.Add(this.button6);
|
| 112 |
this.panel1.Controls.Add(this.button5);
|
117 |
this.panel1.Controls.Add(this.button5);
|
| Line 127... |
Line 132... |
| 127 |
this.panel1.Location = new System.Drawing.Point(3, 3);
|
132 |
this.panel1.Location = new System.Drawing.Point(3, 3);
|
| 128 |
this.panel1.Name = "panel1";
|
133 |
this.panel1.Name = "panel1";
|
| 129 |
this.panel1.Size = new System.Drawing.Size(444, 162);
|
134 |
this.panel1.Size = new System.Drawing.Size(444, 162);
|
| 130 |
this.panel1.TabIndex = 0;
|
135 |
this.panel1.TabIndex = 0;
|
| 131 |
//
|
136 |
//
|
| 132 |
// txtName
|
137 |
// txtScalar
|
| - |
|
138 |
//
|
| - |
|
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;
|
| - |
|
143 |
//
|
| - |
|
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;
|
| 133 |
//
|
150 |
//
|
| - |
|
151 |
// lstAudioDevices
|
| - |
|
152 |
//
|
| - |
|
153 |
this.lstAudioDevices.FormattingEnabled = true;
|
| 134 |
this.txtName.Location = new System.Drawing.Point(28, 128);
|
154 |
this.lstAudioDevices.Location = new System.Drawing.Point(159, 101);
|
| 135 |
this.txtName.Name = "txtName";
|
155 |
this.lstAudioDevices.Name = "lstAudioDevices";
|
| 136 |
this.txtName.Size = new System.Drawing.Size(201, 20);
|
156 |
this.lstAudioDevices.Size = new System.Drawing.Size(181, 21);
|
| 137 |
this.txtName.TabIndex = 24;
|
157 |
this.lstAudioDevices.TabIndex = 24;
|
| 138 |
//
|
158 |
//
|
| 139 |
// txtVol
|
159 |
// txtVol
|
| 140 |
//
|
160 |
//
|
| 141 |
this.txtVol.Location = new System.Drawing.Point(355, 49);
|
161 |
this.txtVol.Location = new System.Drawing.Point(355, 49);
|
| 142 |
this.txtVol.Name = "txtVol";
|
162 |
this.txtVol.Name = "txtVol";
|
| Line 317... |
Line 337... |
| 317 |
this.led0.On = false;
|
337 |
this.led0.On = false;
|
| 318 |
this.led0.Size = new System.Drawing.Size(17, 17);
|
338 |
this.led0.Size = new System.Drawing.Size(17, 17);
|
| 319 |
this.led0.TabIndex = 0;
|
339 |
this.led0.TabIndex = 0;
|
| 320 |
this.led0.Click += new System.EventHandler(this.led0_Click);
|
340 |
this.led0.Click += new System.EventHandler(this.led0_Click);
|
| 321 |
//
|
341 |
//
|
| 322 |
// lstAudioDevices
|
342 |
// ledPwr
|
| 323 |
//
|
343 |
//
|
| 324 |
this.lstAudioDevices.FormattingEnabled = true;
|
344 |
this.ledPwr.Color = System.Drawing.Color.YellowGreen;
|
| - |
|
345 |
this.ledPwr.Flash = false;
|
| 325 |
this.lstAudioDevices.Location = new System.Drawing.Point(256, 125);
|
346 |
this.ledPwr.Location = new System.Drawing.Point(386, 26);
|
| 326 |
this.lstAudioDevices.Name = "lstAudioDevices";
|
347 |
this.ledPwr.Name = "ledPwr";
|
| - |
|
348 |
this.ledPwr.On = false;
|
| 327 |
this.lstAudioDevices.Size = new System.Drawing.Size(121, 21);
|
349 |
this.ledPwr.Size = new System.Drawing.Size(17, 17);
|
| 328 |
this.lstAudioDevices.TabIndex = 24;
|
350 |
this.ledPwr.TabIndex = 26;
|
| - |
|
351 |
this.ledPwr.Click += new System.EventHandler(this.ledPwr_Click);
|
| 329 |
//
|
352 |
//
|
| 330 |
// NITAudioSelForm
|
353 |
// NITAudioSelForm
|
| 331 |
//
|
354 |
//
|
| 332 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
355 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
| 333 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
356 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
| 334 |
this.ClientSize = new System.Drawing.Size(450, 208);
|
357 |
this.ClientSize = new System.Drawing.Size(450, 208);
|
| 335 |
this.Controls.Add(this.txtName);
|
- |
|
| 336 |
this.Controls.Add(this.tableLayoutPanel1);
|
358 |
this.Controls.Add(this.tableLayoutPanel1);
|
| 337 |
this.Name = "NITAudioSelForm";
|
359 |
this.Name = "NITAudioSelForm";
|
| 338 |
this.Text = "NITAudioSelForm";
|
360 |
this.Text = "NITAudioSelForm";
|
| 339 |
this.panel2.ResumeLayout(false);
|
361 |
this.panel2.ResumeLayout(false);
|
| 340 |
this.tableLayoutPanel1.ResumeLayout(false);
|
362 |
this.tableLayoutPanel1.ResumeLayout(false);
|
| 341 |
this.panel1.ResumeLayout(false);
|
363 |
this.panel1.ResumeLayout(false);
|
| 342 |
this.panel1.PerformLayout();
|
364 |
this.panel1.PerformLayout();
|
| 343 |
this.ResumeLayout(false);
|
365 |
this.ResumeLayout(false);
|
| 344 |
this.PerformLayout();
|
- |
|
| 345 |
|
366 |
|
| 346 |
}
|
367 |
}
|
| 347 |
|
368 |
|
| 348 |
#endregion
|
369 |
#endregion
|
| 349 |
|
370 |
|
| Line 368... |
Line 389... |
| 368 |
private System.Windows.Forms.CheckBox button3;
|
389 |
private System.Windows.Forms.CheckBox button3;
|
| 369 |
private System.Windows.Forms.CheckBox button2;
|
390 |
private System.Windows.Forms.CheckBox button2;
|
| 370 |
private System.Windows.Forms.CheckBox button1;
|
391 |
private System.Windows.Forms.CheckBox button1;
|
| 371 |
private System.Windows.Forms.CheckBox button0;
|
392 |
private System.Windows.Forms.CheckBox button0;
|
| 372 |
private System.Windows.Forms.TextBox txtVol;
|
393 |
private System.Windows.Forms.TextBox txtVol;
|
| 373 |
private System.Windows.Forms.TextBox txtName;
|
394 |
private System.Windows.Forms.TextBox txtScalar;
|
| 374 |
private System.Windows.Forms.ComboBox lstAudioDevices;
|
395 |
private System.Windows.Forms.ComboBox lstAudioDevices;
|
| - |
|
396 |
private System.Windows.Forms.TextBox txtAnalog;
|
| - |
|
397 |
private LedLight ledPwr;
|
| 375 |
|
398 |
|
| 376 |
}
|
399 |
}
|
| 377 |
}
|
400 |
}
|
| 378 |
|
401 |
|