Subversion Repositories group.NITPanels

Rev

Rev 19 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 22
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();
-
 
34
            this.txtAnalog = new System.Windows.Forms.TextBox();
-
 
35
            this.lstAudioDevices = new System.Windows.Forms.ComboBox();
33
            this.lstAudioDevices = new System.Windows.Forms.ComboBox();
36
            this.txtVol = new System.Windows.Forms.TextBox();
34
            this.txtVol = new System.Windows.Forms.TextBox();
37
            this.button7 = new System.Windows.Forms.CheckBox();
35
            this.button7 = new System.Windows.Forms.CheckBox();
38
            this.button6 = new System.Windows.Forms.CheckBox();
36
            this.button6 = new System.Windows.Forms.CheckBox();
39
            this.button5 = new System.Windows.Forms.CheckBox();
37
            this.button5 = new System.Windows.Forms.CheckBox();
40
            this.button4 = new System.Windows.Forms.CheckBox();
38
            this.button4 = new System.Windows.Forms.CheckBox();
41
            this.button3 = new System.Windows.Forms.CheckBox();
39
            this.button3 = new System.Windows.Forms.CheckBox();
42
            this.button2 = new System.Windows.Forms.CheckBox();
40
            this.button2 = new System.Windows.Forms.CheckBox();
43
            this.button1 = new System.Windows.Forms.CheckBox();
41
            this.button1 = new System.Windows.Forms.CheckBox();
44
            this.button0 = new System.Windows.Forms.CheckBox();
42
            this.button0 = new System.Windows.Forms.CheckBox();
-
 
43
            this.ledPwr = new NITNavComm.LedLight();
45
            this.led7 = new NITNavComm.LedLight();
44
            this.led7 = new NITNavComm.LedLight();
46
            this.led6 = new NITNavComm.LedLight();
45
            this.led6 = new NITNavComm.LedLight();
47
            this.led5 = new NITNavComm.LedLight();
46
            this.led5 = new NITNavComm.LedLight();
48
            this.led4 = new NITNavComm.LedLight();
47
            this.led4 = new NITNavComm.LedLight();
49
            this.led3 = new NITNavComm.LedLight();
48
            this.led3 = new NITNavComm.LedLight();
50
            this.led2 = new NITNavComm.LedLight();
49
            this.led2 = new NITNavComm.LedLight();
51
            this.led1 = new NITNavComm.LedLight();
50
            this.led1 = new NITNavComm.LedLight();
52
            this.led0 = new NITNavComm.LedLight();
51
            this.led0 = new NITNavComm.LedLight();
53
            this.ledPwr = new NITNavComm.LedLight();
52
            this.label1 = new System.Windows.Forms.Label();
54
            this.panel2.SuspendLayout();
53
            this.panel2.SuspendLayout();
55
            this.tableLayoutPanel1.SuspendLayout();
54
            this.tableLayoutPanel1.SuspendLayout();
56
            this.panel1.SuspendLayout();
55
            this.panel1.SuspendLayout();
57
            this.SuspendLayout();
56
            this.SuspendLayout();
58
            // 
57
            // 
Line 105... Line 104...
105
            this.tableLayoutPanel1.Size = new System.Drawing.Size(450, 208);
104
            this.tableLayoutPanel1.Size = new System.Drawing.Size(450, 208);
106
            this.tableLayoutPanel1.TabIndex = 1;
105
            this.tableLayoutPanel1.TabIndex = 1;
107
            // 
106
            // 
108
            // panel1
107
            // panel1
109
            // 
108
            // 
-
 
109
            this.panel1.Controls.Add(this.label1);
110
            this.panel1.Controls.Add(this.ledPwr);
110
            this.panel1.Controls.Add(this.ledPwr);
111
            this.panel1.Controls.Add(this.txtScalar);
-
 
112
            this.panel1.Controls.Add(this.txtAnalog);
-
 
113
            this.panel1.Controls.Add(this.lstAudioDevices);
111
            this.panel1.Controls.Add(this.lstAudioDevices);
114
            this.panel1.Controls.Add(this.txtVol);
112
            this.panel1.Controls.Add(this.txtVol);
115
            this.panel1.Controls.Add(this.button7);
113
            this.panel1.Controls.Add(this.button7);
116
            this.panel1.Controls.Add(this.button6);
114
            this.panel1.Controls.Add(this.button6);
117
            this.panel1.Controls.Add(this.button5);
115
            this.panel1.Controls.Add(this.button5);
Line 132... Line 130...
132
            this.panel1.Location = new System.Drawing.Point(3, 3);
130
            this.panel1.Location = new System.Drawing.Point(3, 3);
133
            this.panel1.Name = "panel1";
131
            this.panel1.Name = "panel1";
134
            this.panel1.Size = new System.Drawing.Size(444, 162);
132
            this.panel1.Size = new System.Drawing.Size(444, 162);
135
            this.panel1.TabIndex = 0;
133
            this.panel1.TabIndex = 0;
136
            // 
134
            // 
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;
-
 
150
            // 
-
 
151
            // lstAudioDevices
135
            // lstAudioDevices
152
            // 
136
            // 
153
            this.lstAudioDevices.FormattingEnabled = true;
137
            this.lstAudioDevices.FormattingEnabled = true;
154
            this.lstAudioDevices.Location = new System.Drawing.Point(159, 101);
138
            this.lstAudioDevices.Location = new System.Drawing.Point(122, 95);
155
            this.lstAudioDevices.Name = "lstAudioDevices";
139
            this.lstAudioDevices.Name = "lstAudioDevices";
156
            this.lstAudioDevices.Size = new System.Drawing.Size(181, 21);
140
            this.lstAudioDevices.Size = new System.Drawing.Size(313, 21);
157
            this.lstAudioDevices.TabIndex = 24;
141
            this.lstAudioDevices.TabIndex = 24;
-
 
142
            this.lstAudioDevices.SelectedIndexChanged += new System.EventHandler(this.lstAudioDevices_SelectedIndexChanged);
158
            // 
143
            // 
159
            // txtVol
144
            // txtVol
160
            // 
145
            // 
161
            this.txtVol.Location = new System.Drawing.Point(355, 49);
146
            this.txtVol.Location = new System.Drawing.Point(374, 49);
162
            this.txtVol.Name = "txtVol";
147
            this.txtVol.Name = "txtVol";
163
            this.txtVol.Size = new System.Drawing.Size(80, 20);
148
            this.txtVol.Size = new System.Drawing.Size(39, 20);
164
            this.txtVol.TabIndex = 23;
149
            this.txtVol.TabIndex = 23;
165
            // 
150
            // 
166
            // button7
151
            // button7
167
            // 
152
            // 
168
            this.button7.Appearance = System.Windows.Forms.Appearance.Button;
153
            this.button7.Appearance = System.Windows.Forms.Appearance.Button;
Line 249... Line 234...
249
            this.button0.Name = "button0";
234
            this.button0.Name = "button0";
250
            this.button0.Size = new System.Drawing.Size(35, 40);
235
            this.button0.Size = new System.Drawing.Size(35, 40);
251
            this.button0.TabIndex = 15;
236
            this.button0.TabIndex = 15;
252
            this.button0.UseVisualStyleBackColor = true;
237
            this.button0.UseVisualStyleBackColor = true;
253
            // 
238
            // 
-
 
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
            // 
254
            // led7
250
            // led7
255
            // 
251
            // 
256
            this.led7.Color = System.Drawing.Color.Red;
252
            this.led7.Color = System.Drawing.Color.Red;
257
            this.led7.Flash = false;
253
            this.led7.Flash = false;
258
            this.led7.Location = new System.Drawing.Point(323, 26);
254
            this.led7.Location = new System.Drawing.Point(323, 26);
Line 337... Line 333...
337
            this.led0.On = false;
333
            this.led0.On = false;
338
            this.led0.Size = new System.Drawing.Size(17, 17);
334
            this.led0.Size = new System.Drawing.Size(17, 17);
339
            this.led0.TabIndex = 0;
335
            this.led0.TabIndex = 0;
340
            this.led0.Click += new System.EventHandler(this.led0_Click);
336
            this.led0.Click += new System.EventHandler(this.led0_Click);
341
            // 
337
            // 
342
            // ledPwr
338
            // label1
343
            // 
339
            // 
344
            this.ledPwr.Color = System.Drawing.Color.YellowGreen;
-
 
345
            this.ledPwr.Flash = false;
340
            this.label1.AutoSize = true;
346
            this.ledPwr.Location = new System.Drawing.Point(386, 26);
341
            this.label1.Location = new System.Drawing.Point(37, 98);
347
            this.ledPwr.Name = "ledPwr";
342
            this.label1.Name = "label1";
348
            this.ledPwr.On = false;
-
 
349
            this.ledPwr.Size = new System.Drawing.Size(17, 17);
343
            this.label1.Size = new System.Drawing.Size(79, 13);
350
            this.ledPwr.TabIndex = 26;
344
            this.label1.TabIndex = 27;
351
            this.ledPwr.Click += new System.EventHandler(this.ledPwr_Click);
345
            this.label1.Text = "Volume Device";
352
            // 
346
            // 
353
            // NITAudioSelForm
347
            // NITAudioSelForm
354
            // 
348
            // 
355
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
349
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
356
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
350
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
Line 389... Line 383...
389
        private System.Windows.Forms.CheckBox button3;
383
        private System.Windows.Forms.CheckBox button3;
390
        private System.Windows.Forms.CheckBox button2;
384
        private System.Windows.Forms.CheckBox button2;
391
        private System.Windows.Forms.CheckBox button1;
385
        private System.Windows.Forms.CheckBox button1;
392
        private System.Windows.Forms.CheckBox button0;
386
        private System.Windows.Forms.CheckBox button0;
393
        private System.Windows.Forms.TextBox txtVol;
387
        private System.Windows.Forms.TextBox txtVol;
394
        private System.Windows.Forms.TextBox txtScalar;
-
 
395
        private System.Windows.Forms.ComboBox lstAudioDevices;
388
        private System.Windows.Forms.ComboBox lstAudioDevices;
396
        private System.Windows.Forms.TextBox txtAnalog;
-
 
397
        private LedLight ledPwr;
389
        private LedLight ledPwr;
-
 
390
        private System.Windows.Forms.Label label1;
398
 
391
 
399
    }
392
    }
400
}
393
}
401
394