Subversion Repositories group.NITPanels

Rev

Details | Last modification | View Log | RSS feed

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