Subversion Repositories group.electronics

Rev

Rev 148 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
139 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();
149 pfowler 29
            this.cmdFlip1 = new System.Windows.Forms.CheckBox();
30
            this.cmdSwap1 = new System.Windows.Forms.CheckBox();
31
            this.txtRot1 = new System.Windows.Forms.TextBox();
142 pfowler 32
            this.cmdFlip0 = new System.Windows.Forms.CheckBox();
33
            this.cmdSwap0 = new System.Windows.Forms.CheckBox();
139 pfowler 34
            this.txtSend1 = new System.Windows.Forms.TextBox();
35
            this.cmdSend1 = new System.Windows.Forms.Button();
142 pfowler 36
            this.txtSend0 = new System.Windows.Forms.TextBox();
37
            this.cmdSend0 = new System.Windows.Forms.Button();
38
            this.txtRot0 = new System.Windows.Forms.TextBox();
149 pfowler 39
            this.panel2 = new System.Windows.Forms.Panel();
40
            this.cmdUpdate = new System.Windows.Forms.Button();
41
            this.cmdClose = new System.Windows.Forms.Button();
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();
139 pfowler 51
            this.freq3 = new NITNavComm.SevenSegmentArray();
52
            this.freq2 = new NITNavComm.SevenSegmentArray();
53
            this.freq1 = new NITNavComm.SevenSegmentArray();
54
            this.freq0 = new NITNavComm.SevenSegmentArray();
149 pfowler 55
            this.label9 = new System.Windows.Forms.Label();
56
            this.label10 = new System.Windows.Forms.Label();
139 pfowler 57
            this.tableLayoutPanel1.SuspendLayout();
58
            this.panel1.SuspendLayout();
59
            this.panel2.SuspendLayout();
60
            this.SuspendLayout();
61
            // 
62
            // tableLayoutPanel1
63
            // 
64
            this.tableLayoutPanel1.ColumnCount = 1;
65
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
66
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
67
            this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
68
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
69
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
70
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
71
            this.tableLayoutPanel1.RowCount = 2;
72
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
73
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
74
            this.tableLayoutPanel1.Size = new System.Drawing.Size(683, 236);
75
            this.tableLayoutPanel1.TabIndex = 0;
76
            // 
77
            // panel1
78
            // 
149 pfowler 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);
139 pfowler 92
            this.panel1.Controls.Add(this.cmdFlip0);
93
            this.panel1.Controls.Add(this.cmdSwap0);
94
            this.panel1.Controls.Add(this.txtSend1);
95
            this.panel1.Controls.Add(this.cmdSend1);
96
            this.panel1.Controls.Add(this.txtSend0);
97
            this.panel1.Controls.Add(this.cmdSend0);
98
            this.panel1.Controls.Add(this.txtRot0);
99
            this.panel1.Controls.Add(this.freq3);
100
            this.panel1.Controls.Add(this.freq2);
101
            this.panel1.Controls.Add(this.freq1);
102
            this.panel1.Controls.Add(this.freq0);
103
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
104
            this.panel1.Location = new System.Drawing.Point(3, 3);
105
            this.panel1.Name = "panel1";
106
            this.panel1.Size = new System.Drawing.Size(677, 190);
107
            this.panel1.TabIndex = 0;
108
            // 
149 pfowler 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
            // 
142 pfowler 144
            // cmdFlip0
139 pfowler 145
            // 
142 pfowler 146
            this.cmdFlip0.Appearance = System.Windows.Forms.Appearance.Button;
147
            this.cmdFlip0.AutoSize = true;
149 pfowler 148
            this.cmdFlip0.Location = new System.Drawing.Point(298, 102);
142 pfowler 149
            this.cmdFlip0.Name = "cmdFlip0";
150
            this.cmdFlip0.Size = new System.Drawing.Size(26, 23);
151
            this.cmdFlip0.TabIndex = 4;
152
            this.cmdFlip0.Text = "...";
153
            this.cmdFlip0.UseVisualStyleBackColor = true;
139 pfowler 154
            // 
142 pfowler 155
            // cmdSwap0
139 pfowler 156
            // 
142 pfowler 157
            this.cmdSwap0.Appearance = System.Windows.Forms.Appearance.Button;
158
            this.cmdSwap0.AutoSize = true;
149 pfowler 159
            this.cmdSwap0.Location = new System.Drawing.Point(218, 103);
142 pfowler 160
            this.cmdSwap0.Name = "cmdSwap0";
161
            this.cmdSwap0.Size = new System.Drawing.Size(26, 23);
162
            this.cmdSwap0.TabIndex = 3;
163
            this.cmdSwap0.Text = "...";
164
            this.cmdSwap0.UseVisualStyleBackColor = true;
165
            this.cmdSwap0.CheckedChanged += new System.EventHandler(this.cmdSwap0_CheckedChanged);
166
            this.cmdSwap0.Click += new System.EventHandler(this.cmdSwap0_Click);
139 pfowler 167
            // 
168
            // txtSend1
169
            // 
149 pfowler 170
            this.txtSend1.Location = new System.Drawing.Point(350, 103);
139 pfowler 171
            this.txtSend1.Name = "txtSend1";
172
            this.txtSend1.Size = new System.Drawing.Size(63, 20);
173
            this.txtSend1.TabIndex = 5;
174
            // 
175
            // cmdSend1
176
            // 
149 pfowler 177
            this.cmdSend1.Location = new System.Drawing.Point(420, 102);
139 pfowler 178
            this.cmdSend1.Name = "cmdSend1";
179
            this.cmdSend1.Size = new System.Drawing.Size(43, 23);
180
            this.cmdSend1.TabIndex = 6;
181
            this.cmdSend1.Text = "Send";
182
            this.cmdSend1.UseVisualStyleBackColor = true;
183
            this.cmdSend1.Click += new System.EventHandler(this.cmdSend1_Click);
184
            // 
142 pfowler 185
            // txtSend0
139 pfowler 186
            // 
149 pfowler 187
            this.txtSend0.Location = new System.Drawing.Point(8, 103);
142 pfowler 188
            this.txtSend0.Name = "txtSend0";
189
            this.txtSend0.Size = new System.Drawing.Size(63, 20);
190
            this.txtSend0.TabIndex = 1;
139 pfowler 191
            // 
142 pfowler 192
            // cmdSend0
139 pfowler 193
            // 
149 pfowler 194
            this.cmdSend0.Location = new System.Drawing.Point(78, 102);
142 pfowler 195
            this.cmdSend0.Name = "cmdSend0";
196
            this.cmdSend0.Size = new System.Drawing.Size(43, 23);
197
            this.cmdSend0.TabIndex = 2;
198
            this.cmdSend0.Text = "Send";
199
            this.cmdSend0.UseVisualStyleBackColor = true;
200
            this.cmdSend0.Click += new System.EventHandler(this.cmdSend0_Click);
139 pfowler 201
            // 
142 pfowler 202
            // txtRot0
203
            // 
149 pfowler 204
            this.txtRot0.Location = new System.Drawing.Point(255, 103);
142 pfowler 205
            this.txtRot0.Name = "txtRot0";
206
            this.txtRot0.ReadOnly = true;
207
            this.txtRot0.Size = new System.Drawing.Size(32, 20);
208
            this.txtRot0.TabIndex = 12;
209
            this.txtRot0.TabStop = false;
149 pfowler 210
            this.txtRot0.Click += new System.EventHandler(this.txtRot0_Click);
142 pfowler 211
            // 
149 pfowler 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";
319
            // 
139 pfowler 320
            // freq3
321
            // 
322
            this.freq3.ArrayCount = 5;
323
            this.freq3.ColorBackground = System.Drawing.Color.Black;
324
            this.freq3.ColorDark = System.Drawing.Color.DimGray;
325
            this.freq3.ColorLight = System.Drawing.Color.Red;
326
            this.freq3.DecimalShow = true;
327
            this.freq3.ElementPadding = new System.Windows.Forms.Padding(4);
328
            this.freq3.ElementWidth = 10;
329
            this.freq3.ItalicFactor = 0F;
149 pfowler 330
            this.freq3.Location = new System.Drawing.Point(511, 25);
139 pfowler 331
            this.freq3.Name = "freq3";
148 pfowler 332
            this.freq3.Size = new System.Drawing.Size(155, 45);
139 pfowler 333
            this.freq3.TabIndex = 2;
334
            this.freq3.TabStop = false;
335
            this.freq3.Value = null;
149 pfowler 336
            this.freq3.Click += new System.EventHandler(this.freq3_Click);
139 pfowler 337
            // 
338
            // freq2
339
            // 
340
            this.freq2.ArrayCount = 5;
341
            this.freq2.ColorBackground = System.Drawing.Color.Black;
342
            this.freq2.ColorDark = System.Drawing.Color.DimGray;
343
            this.freq2.ColorLight = System.Drawing.Color.Red;
344
            this.freq2.DecimalShow = true;
345
            this.freq2.ElementPadding = new System.Windows.Forms.Padding(4);
346
            this.freq2.ElementWidth = 10;
347
            this.freq2.ItalicFactor = 0F;
149 pfowler 348
            this.freq2.Location = new System.Drawing.Point(350, 25);
139 pfowler 349
            this.freq2.Name = "freq2";
148 pfowler 350
            this.freq2.Size = new System.Drawing.Size(155, 45);
139 pfowler 351
            this.freq2.TabIndex = 2;
352
            this.freq2.TabStop = false;
353
            this.freq2.Value = null;
149 pfowler 354
            this.freq2.Click += new System.EventHandler(this.freq2_Click);
139 pfowler 355
            // 
356
            // freq1
357
            // 
358
            this.freq1.ArrayCount = 5;
359
            this.freq1.ColorBackground = System.Drawing.Color.Black;
360
            this.freq1.ColorDark = System.Drawing.Color.DimGray;
361
            this.freq1.ColorLight = System.Drawing.Color.Red;
362
            this.freq1.DecimalShow = true;
363
            this.freq1.ElementPadding = new System.Windows.Forms.Padding(4);
364
            this.freq1.ElementWidth = 10;
365
            this.freq1.ItalicFactor = 0F;
149 pfowler 366
            this.freq1.Location = new System.Drawing.Point(170, 25);
139 pfowler 367
            this.freq1.Name = "freq1";
148 pfowler 368
            this.freq1.Size = new System.Drawing.Size(155, 45);
139 pfowler 369
            this.freq1.TabIndex = 1;
370
            this.freq1.TabStop = false;
371
            this.freq1.Value = null;
149 pfowler 372
            this.freq1.Click += new System.EventHandler(this.freq1_Click);
139 pfowler 373
            // 
374
            // freq0
375
            // 
376
            this.freq0.ArrayCount = 5;
377
            this.freq0.ColorBackground = System.Drawing.Color.Black;
378
            this.freq0.ColorDark = System.Drawing.Color.DimGray;
379
            this.freq0.ColorLight = System.Drawing.Color.Red;
380
            this.freq0.DecimalShow = true;
381
            this.freq0.ElementPadding = new System.Windows.Forms.Padding(4);
382
            this.freq0.ElementWidth = 10;
383
            this.freq0.ItalicFactor = 0F;
149 pfowler 384
            this.freq0.Location = new System.Drawing.Point(9, 25);
139 pfowler 385
            this.freq0.Name = "freq0";
148 pfowler 386
            this.freq0.Size = new System.Drawing.Size(155, 45);
139 pfowler 387
            this.freq0.TabIndex = 0;
388
            this.freq0.TabStop = false;
389
            this.freq0.Value = null;
149 pfowler 390
            this.freq0.Click += new System.EventHandler(this.freq0_Click);
139 pfowler 391
            // 
149 pfowler 392
            // label9
142 pfowler 393
            // 
149 pfowler 394
            this.label9.AutoSize = true;
395
            this.label9.Location = new System.Drawing.Point(6, 132);
396
            this.label9.Name = "label9";
397
            this.label9.Size = new System.Drawing.Size(68, 13);
398
            this.label9.TabIndex = 24;
399
            this.label9.Text = "Freq to Send";
142 pfowler 400
            // 
149 pfowler 401
            // label10
142 pfowler 402
            // 
149 pfowler 403
            this.label10.AutoSize = true;
404
            this.label10.Location = new System.Drawing.Point(347, 132);
405
            this.label10.Name = "label10";
406
            this.label10.Size = new System.Drawing.Size(68, 13);
407
            this.label10.TabIndex = 25;
408
            this.label10.Text = "Freq to Send";
142 pfowler 409
            // 
139 pfowler 410
            // NITCommNavForm
411
            // 
412
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
413
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
414
            this.ClientSize = new System.Drawing.Size(683, 236);
415
            this.Controls.Add(this.tableLayoutPanel1);
416
            this.Name = "NITCommNavForm";
417
            this.Text = "NITCommNavForm";
418
            this.tableLayoutPanel1.ResumeLayout(false);
419
            this.panel1.ResumeLayout(false);
420
            this.panel1.PerformLayout();
421
            this.panel2.ResumeLayout(false);
422
            this.ResumeLayout(false);
423
 
424
        }
425
 
426
        #endregion
427
 
428
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
429
        private System.Windows.Forms.Panel panel1;
430
        private System.Windows.Forms.TextBox txtRot0;
431
        private SevenSegmentArray freq3;
432
        private SevenSegmentArray freq2;
433
        private SevenSegmentArray freq1;
434
        private SevenSegmentArray freq0;
435
        private System.Windows.Forms.Panel panel2;
436
        private System.Windows.Forms.Button cmdClose;
437
        private System.Windows.Forms.Button cmdUpdate;
438
        private System.Windows.Forms.TextBox txtSend1;
439
        private System.Windows.Forms.Button cmdSend1;
440
        private System.Windows.Forms.TextBox txtSend0;
441
        private System.Windows.Forms.Button cmdSend0;
442
        private System.Windows.Forms.CheckBox cmdSwap0;
443
        private System.Windows.Forms.CheckBox cmdFlip0;
444
        private System.Windows.Forms.Timer inputTimer;
149 pfowler 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;
139 pfowler 458
    }
459
}