Subversion Repositories group.electronics

Rev

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

Rev 148 Rev 149
Line 24... Line 24...
24
        /// </summary>
24
        /// </summary>
25
        private void InitializeComponent() {
25
        private void InitializeComponent() {
26
            this.components = new System.ComponentModel.Container();
26
            this.components = new System.ComponentModel.Container();
27
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
27
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
28
            this.panel1 = new System.Windows.Forms.Panel();
28
            this.panel1 = new System.Windows.Forms.Panel();
-
 
29
            this.cmdFlip1 = new System.Windows.Forms.CheckBox();
-
 
30
            this.cmdSwap1 = new System.Windows.Forms.CheckBox();
-
 
31
            this.txtRot1 = new System.Windows.Forms.TextBox();
29
            this.cmdFlip0 = new System.Windows.Forms.CheckBox();
32
            this.cmdFlip0 = new System.Windows.Forms.CheckBox();
30
            this.cmdSwap0 = new System.Windows.Forms.CheckBox();
33
            this.cmdSwap0 = new System.Windows.Forms.CheckBox();
31
            this.txtSend1 = new System.Windows.Forms.TextBox();
34
            this.txtSend1 = new System.Windows.Forms.TextBox();
32
            this.cmdSend1 = new System.Windows.Forms.Button();
35
            this.cmdSend1 = new System.Windows.Forms.Button();
33
            this.txtSend0 = new System.Windows.Forms.TextBox();
36
            this.txtSend0 = new System.Windows.Forms.TextBox();
34
            this.cmdSend0 = new System.Windows.Forms.Button();
37
            this.cmdSend0 = new System.Windows.Forms.Button();
35
            this.txtRot1 = new System.Windows.Forms.TextBox();
-
 
36
            this.txtRot0 = new System.Windows.Forms.TextBox();
38
            this.txtRot0 = new System.Windows.Forms.TextBox();
37
            this.freq3 = new NITNavComm.SevenSegmentArray();
-
 
38
            this.freq2 = new NITNavComm.SevenSegmentArray();
-
 
39
            this.freq1 = new NITNavComm.SevenSegmentArray();
-
 
40
            this.freq0 = new NITNavComm.SevenSegmentArray();
-
 
41
            this.panel2 = new System.Windows.Forms.Panel();
39
            this.panel2 = new System.Windows.Forms.Panel();
42
            this.cmdUpdate = new System.Windows.Forms.Button();
40
            this.cmdUpdate = new System.Windows.Forms.Button();
43
            this.cmdClose = new System.Windows.Forms.Button();
41
            this.cmdClose = new System.Windows.Forms.Button();
44
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
42
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
-
 
43
            this.label1 = new System.Windows.Forms.Label();
-
 
44
            this.label2 = new System.Windows.Forms.Label();
-
 
45
            this.label3 = new System.Windows.Forms.Label();
-
 
46
            this.label4 = new System.Windows.Forms.Label();
-
 
47
            this.label5 = new System.Windows.Forms.Label();
-
 
48
            this.label6 = new System.Windows.Forms.Label();
-
 
49
            this.label7 = new System.Windows.Forms.Label();
-
 
50
            this.label8 = new System.Windows.Forms.Label();
-
 
51
            this.freq3 = new NITNavComm.SevenSegmentArray();
-
 
52
            this.freq2 = new NITNavComm.SevenSegmentArray();
-
 
53
            this.freq1 = new NITNavComm.SevenSegmentArray();
-
 
54
            this.freq0 = new NITNavComm.SevenSegmentArray();
-
 
55
            this.label9 = new System.Windows.Forms.Label();
-
 
56
            this.label10 = new System.Windows.Forms.Label();
45
            this.tableLayoutPanel1.SuspendLayout();
57
            this.tableLayoutPanel1.SuspendLayout();
46
            this.panel1.SuspendLayout();
58
            this.panel1.SuspendLayout();
47
            this.panel2.SuspendLayout();
59
            this.panel2.SuspendLayout();
48
            this.SuspendLayout();
60
            this.SuspendLayout();
49
            // 
61
            // 
Line 62... Line 74...
62
            this.tableLayoutPanel1.Size = new System.Drawing.Size(683, 236);
74
            this.tableLayoutPanel1.Size = new System.Drawing.Size(683, 236);
63
            this.tableLayoutPanel1.TabIndex = 0;
75
            this.tableLayoutPanel1.TabIndex = 0;
64
            // 
76
            // 
65
            // panel1
77
            // panel1
66
            // 
78
            // 
-
 
79
            this.panel1.Controls.Add(this.label10);
-
 
80
            this.panel1.Controls.Add(this.label9);
-
 
81
            this.panel1.Controls.Add(this.label8);
-
 
82
            this.panel1.Controls.Add(this.label7);
-
 
83
            this.panel1.Controls.Add(this.label4);
-
 
84
            this.panel1.Controls.Add(this.label5);
-
 
85
            this.panel1.Controls.Add(this.label6);
-
 
86
            this.panel1.Controls.Add(this.label3);
-
 
87
            this.panel1.Controls.Add(this.label2);
-
 
88
            this.panel1.Controls.Add(this.label1);
-
 
89
            this.panel1.Controls.Add(this.cmdFlip1);
-
 
90
            this.panel1.Controls.Add(this.cmdSwap1);
-
 
91
            this.panel1.Controls.Add(this.txtRot1);
67
            this.panel1.Controls.Add(this.cmdFlip0);
92
            this.panel1.Controls.Add(this.cmdFlip0);
68
            this.panel1.Controls.Add(this.cmdSwap0);
93
            this.panel1.Controls.Add(this.cmdSwap0);
69
            this.panel1.Controls.Add(this.txtSend1);
94
            this.panel1.Controls.Add(this.txtSend1);
70
            this.panel1.Controls.Add(this.cmdSend1);
95
            this.panel1.Controls.Add(this.cmdSend1);
71
            this.panel1.Controls.Add(this.txtSend0);
96
            this.panel1.Controls.Add(this.txtSend0);
72
            this.panel1.Controls.Add(this.cmdSend0);
97
            this.panel1.Controls.Add(this.cmdSend0);
73
            this.panel1.Controls.Add(this.txtRot1);
-
 
74
            this.panel1.Controls.Add(this.txtRot0);
98
            this.panel1.Controls.Add(this.txtRot0);
75
            this.panel1.Controls.Add(this.freq3);
99
            this.panel1.Controls.Add(this.freq3);
76
            this.panel1.Controls.Add(this.freq2);
100
            this.panel1.Controls.Add(this.freq2);
77
            this.panel1.Controls.Add(this.freq1);
101
            this.panel1.Controls.Add(this.freq1);
78
            this.panel1.Controls.Add(this.freq0);
102
            this.panel1.Controls.Add(this.freq0);
Line 80... Line 104...
80
            this.panel1.Location = new System.Drawing.Point(3, 3);
104
            this.panel1.Location = new System.Drawing.Point(3, 3);
81
            this.panel1.Name = "panel1";
105
            this.panel1.Name = "panel1";
82
            this.panel1.Size = new System.Drawing.Size(677, 190);
106
            this.panel1.Size = new System.Drawing.Size(677, 190);
83
            this.panel1.TabIndex = 0;
107
            this.panel1.TabIndex = 0;
84
            // 
108
            // 
-
 
109
            // cmdFlip1
-
 
110
            // 
-
 
111
            this.cmdFlip1.Appearance = System.Windows.Forms.Appearance.Button;
-
 
112
            this.cmdFlip1.AutoSize = true;
-
 
113
            this.cmdFlip1.Location = new System.Drawing.Point(637, 101);
-
 
114
            this.cmdFlip1.Name = "cmdFlip1";
-
 
115
            this.cmdFlip1.Size = new System.Drawing.Size(26, 23);
-
 
116
            this.cmdFlip1.TabIndex = 14;
-
 
117
            this.cmdFlip1.Text = "...";
-
 
118
            this.cmdFlip1.UseVisualStyleBackColor = true;
-
 
119
            this.cmdFlip1.CheckedChanged += new System.EventHandler(this.cmdFlip1_CheckedChanged);
-
 
120
            // 
-
 
121
            // cmdSwap1
-
 
122
            // 
-
 
123
            this.cmdSwap1.Appearance = System.Windows.Forms.Appearance.Button;
-
 
124
            this.cmdSwap1.AutoSize = true;
-
 
125
            this.cmdSwap1.Location = new System.Drawing.Point(557, 101);
-
 
126
            this.cmdSwap1.Name = "cmdSwap1";
-
 
127
            this.cmdSwap1.Size = new System.Drawing.Size(26, 23);
-
 
128
            this.cmdSwap1.TabIndex = 13;
-
 
129
            this.cmdSwap1.Text = "...";
-
 
130
            this.cmdSwap1.UseVisualStyleBackColor = true;
-
 
131
            this.cmdSwap1.CheckedChanged += new System.EventHandler(this.cmdSwap1_CheckedChanged);
-
 
132
            this.cmdSwap1.Click += new System.EventHandler(this.cmdSwap1_Click);
-
 
133
            // 
-
 
134
            // txtRot1
-
 
135
            // 
-
 
136
            this.txtRot1.Location = new System.Drawing.Point(594, 102);
-
 
137
            this.txtRot1.Name = "txtRot1";
-
 
138
            this.txtRot1.ReadOnly = true;
-
 
139
            this.txtRot1.Size = new System.Drawing.Size(32, 20);
-
 
140
            this.txtRot1.TabIndex = 15;
-
 
141
            this.txtRot1.TabStop = false;
-
 
142
            this.txtRot1.Click += new System.EventHandler(this.txtRot1_Click);
-
 
143
            // 
85
            // cmdFlip0
144
            // cmdFlip0
86
            // 
145
            // 
87
            this.cmdFlip0.Appearance = System.Windows.Forms.Appearance.Button;
146
            this.cmdFlip0.Appearance = System.Windows.Forms.Appearance.Button;
88
            this.cmdFlip0.AutoSize = true;
147
            this.cmdFlip0.AutoSize = true;
89
            this.cmdFlip0.Location = new System.Drawing.Point(300, 81);
148
            this.cmdFlip0.Location = new System.Drawing.Point(298, 102);
90
            this.cmdFlip0.Name = "cmdFlip0";
149
            this.cmdFlip0.Name = "cmdFlip0";
91
            this.cmdFlip0.Size = new System.Drawing.Size(26, 23);
150
            this.cmdFlip0.Size = new System.Drawing.Size(26, 23);
92
            this.cmdFlip0.TabIndex = 4;
151
            this.cmdFlip0.TabIndex = 4;
93
            this.cmdFlip0.Text = "...";
152
            this.cmdFlip0.Text = "...";
94
            this.cmdFlip0.UseVisualStyleBackColor = true;
153
            this.cmdFlip0.UseVisualStyleBackColor = true;
95
            // 
154
            // 
96
            // cmdSwap0
155
            // cmdSwap0
97
            // 
156
            // 
98
            this.cmdSwap0.Appearance = System.Windows.Forms.Appearance.Button;
157
            this.cmdSwap0.Appearance = System.Windows.Forms.Appearance.Button;
99
            this.cmdSwap0.AutoSize = true;
158
            this.cmdSwap0.AutoSize = true;
100
            this.cmdSwap0.Location = new System.Drawing.Point(230, 81);
159
            this.cmdSwap0.Location = new System.Drawing.Point(218, 103);
101
            this.cmdSwap0.Name = "cmdSwap0";
160
            this.cmdSwap0.Name = "cmdSwap0";
102
            this.cmdSwap0.Size = new System.Drawing.Size(26, 23);
161
            this.cmdSwap0.Size = new System.Drawing.Size(26, 23);
103
            this.cmdSwap0.TabIndex = 3;
162
            this.cmdSwap0.TabIndex = 3;
104
            this.cmdSwap0.Text = "...";
163
            this.cmdSwap0.Text = "...";
105
            this.cmdSwap0.UseVisualStyleBackColor = true;
164
            this.cmdSwap0.UseVisualStyleBackColor = true;
106
            this.cmdSwap0.CheckedChanged += new System.EventHandler(this.cmdSwap0_CheckedChanged);
165
            this.cmdSwap0.CheckedChanged += new System.EventHandler(this.cmdSwap0_CheckedChanged);
107
            this.cmdSwap0.Click += new System.EventHandler(this.cmdSwap0_Click);
166
            this.cmdSwap0.Click += new System.EventHandler(this.cmdSwap0_Click);
108
            // 
167
            // 
109
            // txtSend1
168
            // txtSend1
110
            // 
169
            // 
111
            this.txtSend1.Location = new System.Drawing.Point(351, 82);
170
            this.txtSend1.Location = new System.Drawing.Point(350, 103);
112
            this.txtSend1.Name = "txtSend1";
171
            this.txtSend1.Name = "txtSend1";
113
            this.txtSend1.Size = new System.Drawing.Size(63, 20);
172
            this.txtSend1.Size = new System.Drawing.Size(63, 20);
114
            this.txtSend1.TabIndex = 5;
173
            this.txtSend1.TabIndex = 5;
115
            // 
174
            // 
116
            // cmdSend1
175
            // cmdSend1
117
            // 
176
            // 
118
            this.cmdSend1.Location = new System.Drawing.Point(421, 81);
177
            this.cmdSend1.Location = new System.Drawing.Point(420, 102);
119
            this.cmdSend1.Name = "cmdSend1";
178
            this.cmdSend1.Name = "cmdSend1";
120
            this.cmdSend1.Size = new System.Drawing.Size(43, 23);
179
            this.cmdSend1.Size = new System.Drawing.Size(43, 23);
121
            this.cmdSend1.TabIndex = 6;
180
            this.cmdSend1.TabIndex = 6;
122
            this.cmdSend1.Text = "Send";
181
            this.cmdSend1.Text = "Send";
123
            this.cmdSend1.UseVisualStyleBackColor = true;
182
            this.cmdSend1.UseVisualStyleBackColor = true;
124
            this.cmdSend1.Click += new System.EventHandler(this.cmdSend1_Click);
183
            this.cmdSend1.Click += new System.EventHandler(this.cmdSend1_Click);
125
            // 
184
            // 
126
            // txtSend0
185
            // txtSend0
127
            // 
186
            // 
128
            this.txtSend0.Location = new System.Drawing.Point(9, 82);
187
            this.txtSend0.Location = new System.Drawing.Point(8, 103);
129
            this.txtSend0.Name = "txtSend0";
188
            this.txtSend0.Name = "txtSend0";
130
            this.txtSend0.Size = new System.Drawing.Size(63, 20);
189
            this.txtSend0.Size = new System.Drawing.Size(63, 20);
131
            this.txtSend0.TabIndex = 1;
190
            this.txtSend0.TabIndex = 1;
132
            // 
191
            // 
133
            // cmdSend0
192
            // cmdSend0
134
            // 
193
            // 
135
            this.cmdSend0.Location = new System.Drawing.Point(79, 81);
194
            this.cmdSend0.Location = new System.Drawing.Point(78, 102);
136
            this.cmdSend0.Name = "cmdSend0";
195
            this.cmdSend0.Name = "cmdSend0";
137
            this.cmdSend0.Size = new System.Drawing.Size(43, 23);
196
            this.cmdSend0.Size = new System.Drawing.Size(43, 23);
138
            this.cmdSend0.TabIndex = 2;
197
            this.cmdSend0.TabIndex = 2;
139
            this.cmdSend0.Text = "Send";
198
            this.cmdSend0.Text = "Send";
140
            this.cmdSend0.UseVisualStyleBackColor = true;
199
            this.cmdSend0.UseVisualStyleBackColor = true;
141
            this.cmdSend0.Click += new System.EventHandler(this.cmdSend0_Click);
200
            this.cmdSend0.Click += new System.EventHandler(this.cmdSend0_Click);
142
            // 
201
            // 
143
            // txtRot1
-
 
144
            // 
-
 
145
            this.txtRot1.Location = new System.Drawing.Point(612, 82);
-
 
146
            this.txtRot1.Name = "txtRot1";
-
 
147
            this.txtRot1.ReadOnly = true;
-
 
148
            this.txtRot1.Size = new System.Drawing.Size(32, 20);
-
 
149
            this.txtRot1.TabIndex = 13;
-
 
150
            this.txtRot1.TabStop = false;
-
 
151
            // 
-
 
152
            // txtRot0
202
            // txtRot0
153
            // 
203
            // 
154
            this.txtRot0.Location = new System.Drawing.Point(262, 82);
204
            this.txtRot0.Location = new System.Drawing.Point(255, 103);
155
            this.txtRot0.Name = "txtRot0";
205
            this.txtRot0.Name = "txtRot0";
156
            this.txtRot0.ReadOnly = true;
206
            this.txtRot0.ReadOnly = true;
157
            this.txtRot0.Size = new System.Drawing.Size(32, 20);
207
            this.txtRot0.Size = new System.Drawing.Size(32, 20);
158
            this.txtRot0.TabIndex = 12;
208
            this.txtRot0.TabIndex = 12;
159
            this.txtRot0.TabStop = false;
209
            this.txtRot0.TabStop = false;
-
 
210
            this.txtRot0.Click += new System.EventHandler(this.txtRot0_Click);
-
 
211
            // 
-
 
212
            // panel2
-
 
213
            // 
-
 
214
            this.panel2.Controls.Add(this.cmdUpdate);
-
 
215
            this.panel2.Controls.Add(this.cmdClose);
-
 
216
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
-
 
217
            this.panel2.Location = new System.Drawing.Point(3, 199);
-
 
218
            this.panel2.Name = "panel2";
-
 
219
            this.panel2.Size = new System.Drawing.Size(677, 34);
-
 
220
            this.panel2.TabIndex = 1;
-
 
221
            // 
-
 
222
            // cmdUpdate
-
 
223
            // 
-
 
224
            this.cmdUpdate.Location = new System.Drawing.Point(512, 4);
-
 
225
            this.cmdUpdate.Name = "cmdUpdate";
-
 
226
            this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
-
 
227
            this.cmdUpdate.TabIndex = 1;
-
 
228
            this.cmdUpdate.Text = "Update";
-
 
229
            this.cmdUpdate.UseVisualStyleBackColor = true;
-
 
230
            this.cmdUpdate.Click += new System.EventHandler(this.cmdUpdate_Click);
-
 
231
            // 
-
 
232
            // cmdClose
-
 
233
            // 
-
 
234
            this.cmdClose.Location = new System.Drawing.Point(593, 4);
-
 
235
            this.cmdClose.Name = "cmdClose";
-
 
236
            this.cmdClose.Size = new System.Drawing.Size(75, 23);
-
 
237
            this.cmdClose.TabIndex = 0;
-
 
238
            this.cmdClose.Text = "Close";
-
 
239
            this.cmdClose.UseVisualStyleBackColor = true;
-
 
240
            this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
-
 
241
            // 
-
 
242
            // inputTimer
-
 
243
            // 
-
 
244
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
-
 
245
            // 
-
 
246
            // label1
-
 
247
            // 
-
 
248
            this.label1.AutoSize = true;
-
 
249
            this.label1.Location = new System.Drawing.Point(214, 132);
-
 
250
            this.label1.Name = "label1";
-
 
251
            this.label1.Size = new System.Drawing.Size(34, 13);
-
 
252
            this.label1.TabIndex = 16;
-
 
253
            this.label1.Text = "Swap";
-
 
254
            // 
-
 
255
            // label2
-
 
256
            // 
-
 
257
            this.label2.AutoSize = true;
-
 
258
            this.label2.Location = new System.Drawing.Point(252, 132);
-
 
259
            this.label2.Name = "label2";
-
 
260
            this.label2.Size = new System.Drawing.Size(38, 13);
-
 
261
            this.label2.TabIndex = 17;
-
 
262
            this.label2.Text = "Rotary";
-
 
263
            // 
-
 
264
            // label3
-
 
265
            // 
-
 
266
            this.label3.AutoSize = true;
-
 
267
            this.label3.Location = new System.Drawing.Point(291, 132);
-
 
268
            this.label3.Name = "label3";
-
 
269
            this.label3.Size = new System.Drawing.Size(41, 13);
-
 
270
            this.label3.TabIndex = 18;
-
 
271
            this.label3.Text = "M/KHz";
-
 
272
            // 
-
 
273
            // label4
-
 
274
            // 
-
 
275
            this.label4.AutoSize = true;
-
 
276
            this.label4.Location = new System.Drawing.Point(630, 127);
-
 
277
            this.label4.Name = "label4";
-
 
278
            this.label4.Size = new System.Drawing.Size(41, 13);
-
 
279
            this.label4.TabIndex = 21;
-
 
280
            this.label4.Text = "M/KHz";
-
 
281
            // 
-
 
282
            // label5
-
 
283
            // 
-
 
284
            this.label5.AutoSize = true;
-
 
285
            this.label5.Location = new System.Drawing.Point(591, 127);
-
 
286
            this.label5.Name = "label5";
-
 
287
            this.label5.Size = new System.Drawing.Size(38, 13);
-
 
288
            this.label5.TabIndex = 20;
-
 
289
            this.label5.Text = "Rotary";
-
 
290
            // 
-
 
291
            // label6
-
 
292
            // 
-
 
293
            this.label6.AutoSize = true;
-
 
294
            this.label6.Location = new System.Drawing.Point(553, 127);
-
 
295
            this.label6.Name = "label6";
-
 
296
            this.label6.Size = new System.Drawing.Size(34, 13);
-
 
297
            this.label6.TabIndex = 19;
-
 
298
            this.label6.Text = "Swap";
-
 
299
            // 
-
 
300
            // label7
-
 
301
            // 
-
 
302
            this.label7.AutoSize = true;
-
 
303
            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
304
            this.label7.Location = new System.Drawing.Point(10, 4);
-
 
305
            this.label7.Name = "label7";
-
 
306
            this.label7.Size = new System.Drawing.Size(75, 17);
-
 
307
            this.label7.TabIndex = 22;
-
 
308
            this.label7.Text = "Display 0";
-
 
309
            // 
-
 
310
            // label8
-
 
311
            // 
-
 
312
            this.label8.AutoSize = true;
-
 
313
            this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
314
            this.label8.Location = new System.Drawing.Point(347, 4);
-
 
315
            this.label8.Name = "label8";
-
 
316
            this.label8.Size = new System.Drawing.Size(75, 17);
-
 
317
            this.label8.TabIndex = 23;
-
 
318
            this.label8.Text = "Display 1";
160
            // 
319
            // 
161
            // freq3
320
            // freq3
162
            // 
321
            // 
163
            this.freq3.ArrayCount = 5;
322
            this.freq3.ArrayCount = 5;
164
            this.freq3.ColorBackground = System.Drawing.Color.Black;
323
            this.freq3.ColorBackground = System.Drawing.Color.Black;
Line 166... Line 325...
166
            this.freq3.ColorLight = System.Drawing.Color.Red;
325
            this.freq3.ColorLight = System.Drawing.Color.Red;
167
            this.freq3.DecimalShow = true;
326
            this.freq3.DecimalShow = true;
168
            this.freq3.ElementPadding = new System.Windows.Forms.Padding(4);
327
            this.freq3.ElementPadding = new System.Windows.Forms.Padding(4);
169
            this.freq3.ElementWidth = 10;
328
            this.freq3.ElementWidth = 10;
170
            this.freq3.ItalicFactor = 0F;
329
            this.freq3.ItalicFactor = 0F;
171
            this.freq3.Location = new System.Drawing.Point(512, 4);
330
            this.freq3.Location = new System.Drawing.Point(511, 25);
172
            this.freq3.Name = "freq3";
331
            this.freq3.Name = "freq3";
173
            this.freq3.Size = new System.Drawing.Size(155, 45);
332
            this.freq3.Size = new System.Drawing.Size(155, 45);
174
            this.freq3.TabIndex = 2;
333
            this.freq3.TabIndex = 2;
175
            this.freq3.TabStop = false;
334
            this.freq3.TabStop = false;
176
            this.freq3.Value = null;
335
            this.freq3.Value = null;
-
 
336
            this.freq3.Click += new System.EventHandler(this.freq3_Click);
177
            // 
337
            // 
178
            // freq2
338
            // freq2
179
            // 
339
            // 
180
            this.freq2.ArrayCount = 5;
340
            this.freq2.ArrayCount = 5;
181
            this.freq2.ColorBackground = System.Drawing.Color.Black;
341
            this.freq2.ColorBackground = System.Drawing.Color.Black;
Line 183... Line 343...
183
            this.freq2.ColorLight = System.Drawing.Color.Red;
343
            this.freq2.ColorLight = System.Drawing.Color.Red;
184
            this.freq2.DecimalShow = true;
344
            this.freq2.DecimalShow = true;
185
            this.freq2.ElementPadding = new System.Windows.Forms.Padding(4);
345
            this.freq2.ElementPadding = new System.Windows.Forms.Padding(4);
186
            this.freq2.ElementWidth = 10;
346
            this.freq2.ElementWidth = 10;
187
            this.freq2.ItalicFactor = 0F;
347
            this.freq2.ItalicFactor = 0F;
188
            this.freq2.Location = new System.Drawing.Point(351, 4);
348
            this.freq2.Location = new System.Drawing.Point(350, 25);
189
            this.freq2.Name = "freq2";
349
            this.freq2.Name = "freq2";
190
            this.freq2.Size = new System.Drawing.Size(155, 45);
350
            this.freq2.Size = new System.Drawing.Size(155, 45);
191
            this.freq2.TabIndex = 2;
351
            this.freq2.TabIndex = 2;
192
            this.freq2.TabStop = false;
352
            this.freq2.TabStop = false;
193
            this.freq2.Value = null;
353
            this.freq2.Value = null;
-
 
354
            this.freq2.Click += new System.EventHandler(this.freq2_Click);
194
            // 
355
            // 
195
            // freq1
356
            // freq1
196
            // 
357
            // 
197
            this.freq1.ArrayCount = 5;
358
            this.freq1.ArrayCount = 5;
198
            this.freq1.ColorBackground = System.Drawing.Color.Black;
359
            this.freq1.ColorBackground = System.Drawing.Color.Black;
Line 200... Line 361...
200
            this.freq1.ColorLight = System.Drawing.Color.Red;
361
            this.freq1.ColorLight = System.Drawing.Color.Red;
201
            this.freq1.DecimalShow = true;
362
            this.freq1.DecimalShow = true;
202
            this.freq1.ElementPadding = new System.Windows.Forms.Padding(4);
363
            this.freq1.ElementPadding = new System.Windows.Forms.Padding(4);
203
            this.freq1.ElementWidth = 10;
364
            this.freq1.ElementWidth = 10;
204
            this.freq1.ItalicFactor = 0F;
365
            this.freq1.ItalicFactor = 0F;
205
            this.freq1.Location = new System.Drawing.Point(171, 4);
366
            this.freq1.Location = new System.Drawing.Point(170, 25);
206
            this.freq1.Name = "freq1";
367
            this.freq1.Name = "freq1";
207
            this.freq1.Size = new System.Drawing.Size(155, 45);
368
            this.freq1.Size = new System.Drawing.Size(155, 45);
208
            this.freq1.TabIndex = 1;
369
            this.freq1.TabIndex = 1;
209
            this.freq1.TabStop = false;
370
            this.freq1.TabStop = false;
210
            this.freq1.Value = null;
371
            this.freq1.Value = null;
-
 
372
            this.freq1.Click += new System.EventHandler(this.freq1_Click);
211
            // 
373
            // 
212
            // freq0
374
            // freq0
213
            // 
375
            // 
214
            this.freq0.ArrayCount = 5;
376
            this.freq0.ArrayCount = 5;
215
            this.freq0.ColorBackground = System.Drawing.Color.Black;
377
            this.freq0.ColorBackground = System.Drawing.Color.Black;
Line 217... Line 379...
217
            this.freq0.ColorLight = System.Drawing.Color.Red;
379
            this.freq0.ColorLight = System.Drawing.Color.Red;
218
            this.freq0.DecimalShow = true;
380
            this.freq0.DecimalShow = true;
219
            this.freq0.ElementPadding = new System.Windows.Forms.Padding(4);
381
            this.freq0.ElementPadding = new System.Windows.Forms.Padding(4);
220
            this.freq0.ElementWidth = 10;
382
            this.freq0.ElementWidth = 10;
221
            this.freq0.ItalicFactor = 0F;
383
            this.freq0.ItalicFactor = 0F;
222
            this.freq0.Location = new System.Drawing.Point(10, 4);
384
            this.freq0.Location = new System.Drawing.Point(9, 25);
223
            this.freq0.Name = "freq0";
385
            this.freq0.Name = "freq0";
224
            this.freq0.Size = new System.Drawing.Size(155, 45);
386
            this.freq0.Size = new System.Drawing.Size(155, 45);
225
            this.freq0.TabIndex = 0;
387
            this.freq0.TabIndex = 0;
226
            this.freq0.TabStop = false;
388
            this.freq0.TabStop = false;
227
            this.freq0.Value = null;
389
            this.freq0.Value = null;
-
 
390
            this.freq0.Click += new System.EventHandler(this.freq0_Click);
228
            // 
391
            // 
229
            // panel2
392
            // label9
230
            // 
-
 
231
            this.panel2.Controls.Add(this.cmdUpdate);
-
 
232
            this.panel2.Controls.Add(this.cmdClose);
-
 
233
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
-
 
234
            this.panel2.Location = new System.Drawing.Point(3, 199);
-
 
235
            this.panel2.Name = "panel2";
-
 
236
            this.panel2.Size = new System.Drawing.Size(677, 34);
-
 
237
            this.panel2.TabIndex = 1;
-
 
238
            // 
393
            // 
239
            // cmdUpdate
394
            this.label9.AutoSize = true;
240
            // 
-
 
241
            this.cmdUpdate.Location = new System.Drawing.Point(512, 4);
395
            this.label9.Location = new System.Drawing.Point(6, 132);
242
            this.cmdUpdate.Name = "cmdUpdate";
396
            this.label9.Name = "label9";
243
            this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
397
            this.label9.Size = new System.Drawing.Size(68, 13);
244
            this.cmdUpdate.TabIndex = 1;
398
            this.label9.TabIndex = 24;
245
            this.cmdUpdate.Text = "Update";
399
            this.label9.Text = "Freq to Send";
246
            this.cmdUpdate.UseVisualStyleBackColor = true;
-
 
247
            this.cmdUpdate.Click += new System.EventHandler(this.cmdUpdate_Click);
-
 
248
            // 
400
            // 
249
            // cmdClose
401
            // label10
250
            // 
402
            // 
-
 
403
            this.label10.AutoSize = true;
251
            this.cmdClose.Location = new System.Drawing.Point(593, 4);
404
            this.label10.Location = new System.Drawing.Point(347, 132);
252
            this.cmdClose.Name = "cmdClose";
405
            this.label10.Name = "label10";
253
            this.cmdClose.Size = new System.Drawing.Size(75, 23);
406
            this.label10.Size = new System.Drawing.Size(68, 13);
254
            this.cmdClose.TabIndex = 0;
407
            this.label10.TabIndex = 25;
255
            this.cmdClose.Text = "Close";
408
            this.label10.Text = "Freq to Send";
256
            this.cmdClose.UseVisualStyleBackColor = true;
-
 
257
            this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
-
 
258
            // 
-
 
259
            // inputTimer
-
 
260
            // 
-
 
261
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
-
 
262
            // 
409
            // 
263
            // NITCommNavForm
410
            // NITCommNavForm
264
            // 
411
            // 
265
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
412
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
266
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
413
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
Line 278... Line 425...
278
 
425
 
279
        #endregion
426
        #endregion
280
 
427
 
281
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
428
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
282
        private System.Windows.Forms.Panel panel1;
429
        private System.Windows.Forms.Panel panel1;
283
        private System.Windows.Forms.TextBox txtRot1;
-
 
284
        private System.Windows.Forms.TextBox txtRot0;
430
        private System.Windows.Forms.TextBox txtRot0;
285
        private SevenSegmentArray freq3;
431
        private SevenSegmentArray freq3;
286
        private SevenSegmentArray freq2;
432
        private SevenSegmentArray freq2;
287
        private SevenSegmentArray freq1;
433
        private SevenSegmentArray freq1;
288
        private SevenSegmentArray freq0;
434
        private SevenSegmentArray freq0;
Line 294... Line 440...
294
        private System.Windows.Forms.TextBox txtSend0;
440
        private System.Windows.Forms.TextBox txtSend0;
295
        private System.Windows.Forms.Button cmdSend0;
441
        private System.Windows.Forms.Button cmdSend0;
296
        private System.Windows.Forms.CheckBox cmdSwap0;
442
        private System.Windows.Forms.CheckBox cmdSwap0;
297
        private System.Windows.Forms.CheckBox cmdFlip0;
443
        private System.Windows.Forms.CheckBox cmdFlip0;
298
        private System.Windows.Forms.Timer inputTimer;
444
        private System.Windows.Forms.Timer inputTimer;
-
 
445
        private System.Windows.Forms.CheckBox cmdFlip1;
-
 
446
        private System.Windows.Forms.CheckBox cmdSwap1;
-
 
447
        private System.Windows.Forms.TextBox txtRot1;
-
 
448
        private System.Windows.Forms.Label label8;
-
 
449
        private System.Windows.Forms.Label label7;
-
 
450
        private System.Windows.Forms.Label label4;
-
 
451
        private System.Windows.Forms.Label label5;
-
 
452
        private System.Windows.Forms.Label label6;
-
 
453
        private System.Windows.Forms.Label label3;
-
 
454
        private System.Windows.Forms.Label label2;
-
 
455
        private System.Windows.Forms.Label label1;
-
 
456
        private System.Windows.Forms.Label label10;
-
 
457
        private System.Windows.Forms.Label label9;
299
    }
458
    }
300
}
459
}
301
460