Subversion Repositories group.NITPanels

Rev

Rev 3 | Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 16
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.txtName = new System.Windows.Forms.TextBox();
-
 
34
            this.txtVol = new System.Windows.Forms.TextBox();
33
            this.button7 = new System.Windows.Forms.CheckBox();
35
            this.button7 = new System.Windows.Forms.CheckBox();
34
            this.button6 = new System.Windows.Forms.CheckBox();
36
            this.button6 = new System.Windows.Forms.CheckBox();
35
            this.button5 = new System.Windows.Forms.CheckBox();
37
            this.button5 = new System.Windows.Forms.CheckBox();
36
            this.button4 = new System.Windows.Forms.CheckBox();
38
            this.button4 = new System.Windows.Forms.CheckBox();
37
            this.button3 = new System.Windows.Forms.CheckBox();
39
            this.button3 = new System.Windows.Forms.CheckBox();
Line 44... Line 46...
44
            this.led4 = new NITNavComm.LedLight();
46
            this.led4 = new NITNavComm.LedLight();
45
            this.led3 = new NITNavComm.LedLight();
47
            this.led3 = new NITNavComm.LedLight();
46
            this.led2 = new NITNavComm.LedLight();
48
            this.led2 = new NITNavComm.LedLight();
47
            this.led1 = new NITNavComm.LedLight();
49
            this.led1 = new NITNavComm.LedLight();
48
            this.led0 = new NITNavComm.LedLight();
50
            this.led0 = new NITNavComm.LedLight();
-
 
51
            this.lstAudioDevices = new System.Windows.Forms.ComboBox();
49
            this.panel2.SuspendLayout();
52
            this.panel2.SuspendLayout();
50
            this.tableLayoutPanel1.SuspendLayout();
53
            this.tableLayoutPanel1.SuspendLayout();
51
            this.panel1.SuspendLayout();
54
            this.panel1.SuspendLayout();
52
            this.SuspendLayout();
55
            this.SuspendLayout();
53
            // 
56
            // 
Line 61... Line 64...
61
            this.cmdUpdate.Name = "cmdUpdate";
64
            this.cmdUpdate.Name = "cmdUpdate";
62
            this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
65
            this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
63
            this.cmdUpdate.TabIndex = 1;
66
            this.cmdUpdate.TabIndex = 1;
64
            this.cmdUpdate.Text = "Update";
67
            this.cmdUpdate.Text = "Update";
65
            this.cmdUpdate.UseVisualStyleBackColor = true;
68
            this.cmdUpdate.UseVisualStyleBackColor = true;
-
 
69
            this.cmdUpdate.Click += new System.EventHandler(this.cmdUpdate_Click);
66
            // 
70
            // 
67
            // panel2
71
            // panel2
68
            // 
72
            // 
69
            this.panel2.Controls.Add(this.cmdUpdate);
73
            this.panel2.Controls.Add(this.cmdUpdate);
70
            this.panel2.Controls.Add(this.cmdClose);
74
            this.panel2.Controls.Add(this.cmdClose);
71
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
75
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
72
            this.panel2.Location = new System.Drawing.Point(3, 171);
76
            this.panel2.Location = new System.Drawing.Point(3, 171);
73
            this.panel2.Name = "panel2";
77
            this.panel2.Name = "panel2";
74
            this.panel2.Size = new System.Drawing.Size(394, 34);
78
            this.panel2.Size = new System.Drawing.Size(444, 34);
75
            this.panel2.TabIndex = 1;
79
            this.panel2.TabIndex = 1;
76
            // 
80
            // 
77
            // cmdClose
81
            // cmdClose
78
            // 
82
            // 
79
            this.cmdClose.Location = new System.Drawing.Point(281, 4);
83
            this.cmdClose.Location = new System.Drawing.Point(281, 4);
Line 94... Line 98...
94
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
98
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
95
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
99
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
96
            this.tableLayoutPanel1.RowCount = 2;
100
            this.tableLayoutPanel1.RowCount = 2;
97
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
101
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
98
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
102
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
99
            this.tableLayoutPanel1.Size = new System.Drawing.Size(400, 208);
103
            this.tableLayoutPanel1.Size = new System.Drawing.Size(450, 208);
100
            this.tableLayoutPanel1.TabIndex = 1;
104
            this.tableLayoutPanel1.TabIndex = 1;
101
            // 
105
            // 
102
            // panel1
106
            // panel1
103
            // 
107
            // 
-
 
108
            this.panel1.Controls.Add(this.lstAudioDevices);
-
 
109
            this.panel1.Controls.Add(this.txtVol);
104
            this.panel1.Controls.Add(this.button7);
110
            this.panel1.Controls.Add(this.button7);
105
            this.panel1.Controls.Add(this.button6);
111
            this.panel1.Controls.Add(this.button6);
106
            this.panel1.Controls.Add(this.button5);
112
            this.panel1.Controls.Add(this.button5);
107
            this.panel1.Controls.Add(this.button4);
113
            this.panel1.Controls.Add(this.button4);
108
            this.panel1.Controls.Add(this.button3);
114
            this.panel1.Controls.Add(this.button3);
Line 118... Line 124...
118
            this.panel1.Controls.Add(this.led1);
124
            this.panel1.Controls.Add(this.led1);
119
            this.panel1.Controls.Add(this.led0);
125
            this.panel1.Controls.Add(this.led0);
120
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
126
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
121
            this.panel1.Location = new System.Drawing.Point(3, 3);
127
            this.panel1.Location = new System.Drawing.Point(3, 3);
122
            this.panel1.Name = "panel1";
128
            this.panel1.Name = "panel1";
123
            this.panel1.Size = new System.Drawing.Size(394, 162);
129
            this.panel1.Size = new System.Drawing.Size(444, 162);
124
            this.panel1.TabIndex = 0;
130
            this.panel1.TabIndex = 0;
125
            // 
131
            // 
-
 
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
            // 
126
            // button7
146
            // button7
127
            // 
147
            // 
128
            this.button7.Appearance = System.Windows.Forms.Appearance.Button;
148
            this.button7.Appearance = System.Windows.Forms.Appearance.Button;
129
            this.button7.AutoSize = true;
149
            this.button7.AutoSize = true;
130
            this.button7.Location = new System.Drawing.Point(314, 49);
150
            this.button7.Location = new System.Drawing.Point(314, 49);
Line 297... Line 317...
297
            this.led0.On = false;
317
            this.led0.On = false;
298
            this.led0.Size = new System.Drawing.Size(17, 17);
318
            this.led0.Size = new System.Drawing.Size(17, 17);
299
            this.led0.TabIndex = 0;
319
            this.led0.TabIndex = 0;
300
            this.led0.Click += new System.EventHandler(this.led0_Click);
320
            this.led0.Click += new System.EventHandler(this.led0_Click);
301
            // 
321
            // 
-
 
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
            // 
302
            // NITAudioSelForm
330
            // NITAudioSelForm
303
            // 
331
            // 
304
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
332
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
305
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
333
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
306
            this.ClientSize = new System.Drawing.Size(400, 208);
334
            this.ClientSize = new System.Drawing.Size(450, 208);
-
 
335
            this.Controls.Add(this.txtName);
307
            this.Controls.Add(this.tableLayoutPanel1);
336
            this.Controls.Add(this.tableLayoutPanel1);
308
            this.Name = "NITAudioSelForm";
337
            this.Name = "NITAudioSelForm";
309
            this.Text = "NITAudioSelForm";
338
            this.Text = "NITAudioSelForm";
310
            this.panel2.ResumeLayout(false);
339
            this.panel2.ResumeLayout(false);
311
            this.tableLayoutPanel1.ResumeLayout(false);
340
            this.tableLayoutPanel1.ResumeLayout(false);
312
            this.panel1.ResumeLayout(false);
341
            this.panel1.ResumeLayout(false);
313
            this.panel1.PerformLayout();
342
            this.panel1.PerformLayout();
314
            this.ResumeLayout(false);
343
            this.ResumeLayout(false);
-
 
344
            this.PerformLayout();
315
 
345
 
316
        }
346
        }
317
 
347
 
318
        #endregion
348
        #endregion
319
 
349
 
Line 337... Line 367...
337
        private System.Windows.Forms.CheckBox button4;
367
        private System.Windows.Forms.CheckBox button4;
338
        private System.Windows.Forms.CheckBox button3;
368
        private System.Windows.Forms.CheckBox button3;
339
        private System.Windows.Forms.CheckBox button2;
369
        private System.Windows.Forms.CheckBox button2;
340
        private System.Windows.Forms.CheckBox button1;
370
        private System.Windows.Forms.CheckBox button1;
341
        private System.Windows.Forms.CheckBox button0;
371
        private System.Windows.Forms.CheckBox button0;
-
 
372
        private System.Windows.Forms.TextBox txtVol;
-
 
373
        private System.Windows.Forms.TextBox txtName;
-
 
374
        private System.Windows.Forms.ComboBox lstAudioDevices;
342
 
375
 
343
    }
376
    }
344
}
377
}
345
378