Subversion Repositories Projects

Rev

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

Rev Author Line No. Line
2233 - 1
namespace MKLiveView
2
{
3
    partial class MainForm
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22
 
23
        #region Windows Form Designer generated code
24
 
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.components = new System.ComponentModel.Container();
2274 - 32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
2254 - 33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
2265 - 35
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
36
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
37
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
38
            this.TabControl1 = new System.Windows.Forms.TabControl();
2233 - 39
            this.tabPage3 = new System.Windows.Forms.TabPage();
2257 - 40
            this.lblNCDistHP1 = new System.Windows.Forms.Label();
41
            this.groupBox8 = new System.Windows.Forms.GroupBox();
42
            this.lblNCWPCount = new System.Windows.Forms.Label();
43
            this.label11 = new System.Windows.Forms.Label();
44
            this.lblNCWPIndex = new System.Windows.Forms.Label();
45
            this.label10 = new System.Windows.Forms.Label();
2254 - 46
            this.groupBox38 = new System.Windows.Forms.GroupBox();
47
            this.label9 = new System.Windows.Forms.Label();
48
            this.lblNCGPSLat = new System.Windows.Forms.Label();
49
            this.label8 = new System.Windows.Forms.Label();
50
            this.lblNCGPSLong = new System.Windows.Forms.Label();
2274 - 51
            this.headingIndicator1 = new AvionicsInstrumentControl.HeadingIndicator();
2250 - 52
            this.groupBox7 = new System.Windows.Forms.GroupBox();
53
            this.dgvMotors2 = new System.Windows.Forms.DataGridView();
54
            this.dgvMotors1 = new System.Windows.Forms.DataGridView();
55
            this.groupBox39 = new System.Windows.Forms.GroupBox();
56
            this.lblNCDistWP = new System.Windows.Forms.Label();
2233 - 57
            this.groupBox36 = new System.Windows.Forms.GroupBox();
2250 - 58
            this.label7 = new System.Windows.Forms.Label();
2233 - 59
            this.lblOSDPageNr = new System.Windows.Forms.Label();
60
            this.rtfOSD = new System.Windows.Forms.RichTextBox();
61
            this.cbOSD = new System.Windows.Forms.ComboBox();
62
            this.btnOSDBackward = new System.Windows.Forms.Button();
63
            this.btnOSDLeave = new System.Windows.Forms.Button();
64
            this.btnOSDEnter = new System.Windows.Forms.Button();
65
            this.btnOSDForward = new System.Windows.Forms.Button();
66
            this.groupBox35 = new System.Windows.Forms.GroupBox();
67
            this.groupBox27 = new System.Windows.Forms.GroupBox();
68
            this.lblNCErrNmbr = new System.Windows.Forms.Label();
69
            this.groupBox19 = new System.Windows.Forms.GroupBox();
70
            this.lblNCSPI = new System.Windows.Forms.Label();
71
            this.groupBox18 = new System.Windows.Forms.GroupBox();
72
            this.lblNCI2C = new System.Windows.Forms.Label();
73
            this.groupBox33 = new System.Windows.Forms.GroupBox();
2250 - 74
            this.lblNCDistHP = new System.Windows.Forms.Label();
2233 - 75
            this.groupBox26 = new System.Windows.Forms.GroupBox();
76
            this.lblNCCap = new System.Windows.Forms.Label();
77
            this.groupBox29 = new System.Windows.Forms.GroupBox();
78
            this.lblNCFlTime = new System.Windows.Forms.Label();
79
            this.groupBox28 = new System.Windows.Forms.GroupBox();
80
            this.lblNCRC = new System.Windows.Forms.Label();
81
            this.groupBox5 = new System.Windows.Forms.GroupBox();
82
            this.lblNCSat = new System.Windows.Forms.Label();
83
            this.groupBox4 = new System.Windows.Forms.GroupBox();
84
            this.lblNCMF = new System.Windows.Forms.Label();
85
            this.groupBox3 = new System.Windows.Forms.GroupBox();
86
            this.lblNCCur = new System.Windows.Forms.Label();
87
            this.groupBox2 = new System.Windows.Forms.GroupBox();
88
            this.lblNCVolt = new System.Windows.Forms.Label();
89
            this.groupBox25 = new System.Windows.Forms.GroupBox();
90
            this.lblNCGSpeed = new System.Windows.Forms.Label();
91
            this.groupBox1 = new System.Windows.Forms.GroupBox();
92
            this.lblNCAlt = new System.Windows.Forms.Label();
2274 - 93
            this.artificialHorizon1 = new ArtificialHorizon.ArtificialHorizon();
2233 - 94
            this.lblNCCompass = new System.Windows.Forms.Label();
95
            this.lblNCRoll = new System.Windows.Forms.Label();
96
            this.lblNCPitch = new System.Windows.Forms.Label();
2257 - 97
            this.tabPageSerial = new System.Windows.Forms.TabPage();
2265 - 98
            this.groupBox12 = new System.Windows.Forms.GroupBox();
99
            this.btnSer8_254 = new System.Windows.Forms.Button();
100
            this.btnSer8_127 = new System.Windows.Forms.Button();
101
            this.btnSer8_0 = new System.Windows.Forms.Button();
102
            this.textBoxSerial8 = new System.Windows.Forms.TextBox();
103
            this.lblTbSerial8 = new System.Windows.Forms.Label();
104
            this.trckbarSerial8 = new System.Windows.Forms.TrackBar();
2259 - 105
            this.groupBox11 = new System.Windows.Forms.GroupBox();
106
            this.btnSer4_254 = new System.Windows.Forms.Button();
107
            this.btnSer4_127 = new System.Windows.Forms.Button();
108
            this.btnSer4_0 = new System.Windows.Forms.Button();
109
            this.textBoxSerial4 = new System.Windows.Forms.TextBox();
110
            this.lblTbSerial4 = new System.Windows.Forms.Label();
111
            this.trckbarSerial4 = new System.Windows.Forms.TrackBar();
2265 - 112
            this.groupBox13 = new System.Windows.Forms.GroupBox();
113
            this.btnSer7_254 = new System.Windows.Forms.Button();
114
            this.btnSer7_127 = new System.Windows.Forms.Button();
115
            this.btnSer7_0 = new System.Windows.Forms.Button();
116
            this.textBoxSerial7 = new System.Windows.Forms.TextBox();
117
            this.lblTbSerial7 = new System.Windows.Forms.Label();
118
            this.trckbarSerial7 = new System.Windows.Forms.TrackBar();
2259 - 119
            this.groupBox10 = new System.Windows.Forms.GroupBox();
120
            this.btnSer3_254 = new System.Windows.Forms.Button();
121
            this.btnSer3_127 = new System.Windows.Forms.Button();
122
            this.btnSer3_0 = new System.Windows.Forms.Button();
123
            this.textBoxSerial3 = new System.Windows.Forms.TextBox();
124
            this.lblTbSerial3 = new System.Windows.Forms.Label();
125
            this.trckbarSerial3 = new System.Windows.Forms.TrackBar();
2265 - 126
            this.groupBox14 = new System.Windows.Forms.GroupBox();
127
            this.btnSer6_254 = new System.Windows.Forms.Button();
128
            this.btnSer6_127 = new System.Windows.Forms.Button();
129
            this.btnSer6_0 = new System.Windows.Forms.Button();
130
            this.textBoxSerial6 = new System.Windows.Forms.TextBox();
131
            this.lblTbSerial6 = new System.Windows.Forms.Label();
132
            this.trckbarSerial6 = new System.Windows.Forms.TrackBar();
133
            this.groupBox15 = new System.Windows.Forms.GroupBox();
134
            this.btnSer5_254 = new System.Windows.Forms.Button();
135
            this.btnSer5_127 = new System.Windows.Forms.Button();
136
            this.btnSer5_0 = new System.Windows.Forms.Button();
137
            this.textBoxSerial5 = new System.Windows.Forms.TextBox();
138
            this.lblTbSerial5 = new System.Windows.Forms.Label();
139
            this.trckbarSerial5 = new System.Windows.Forms.TrackBar();
2257 - 140
            this.groupBox9 = new System.Windows.Forms.GroupBox();
141
            this.btnSer2_254 = new System.Windows.Forms.Button();
142
            this.btnSer2_127 = new System.Windows.Forms.Button();
143
            this.btnSer2_0 = new System.Windows.Forms.Button();
144
            this.textBoxSerial2 = new System.Windows.Forms.TextBox();
145
            this.lblTbSerial2 = new System.Windows.Forms.Label();
146
            this.trckbarSerial2 = new System.Windows.Forms.TrackBar();
147
            this.groupBox6 = new System.Windows.Forms.GroupBox();
148
            this.btnSer1_254 = new System.Windows.Forms.Button();
149
            this.btnSer1_127 = new System.Windows.Forms.Button();
150
            this.btnSer1_0 = new System.Windows.Forms.Button();
151
            this.textBoxSerial1 = new System.Windows.Forms.TextBox();
152
            this.lblTbSerial1 = new System.Windows.Forms.Label();
153
            this.trckbarSerial1 = new System.Windows.Forms.TrackBar();
2265 - 154
            this.tabPage2 = new System.Windows.Forms.TabPage();
2274 - 155
            this.cbLanguage = new System.Windows.Forms.ComboBox();
2265 - 156
            this.groupBox37 = new System.Windows.Forms.GroupBox();
157
            this.btnSwitchNC = new System.Windows.Forms.Button();
158
            this.btnSwitchFC = new System.Windows.Forms.Button();
159
            this.lblCtrl = new System.Windows.Forms.Label();
160
            this.buttonReset = new System.Windows.Forms.Button();
161
            this.button1 = new System.Windows.Forms.Button();
162
            this.groupBox34 = new System.Windows.Forms.GroupBox();
163
            this.chkbAutoOSD = new System.Windows.Forms.CheckBox();
164
            this.chkbAutoBL = new System.Windows.Forms.CheckBox();
165
            this.chkbAutoNav = new System.Windows.Forms.CheckBox();
166
            this.chkbAutoDbg = new System.Windows.Forms.CheckBox();
167
            this.cbTimingOSD = new System.Windows.Forms.ComboBox();
168
            this.cbTimingBLCTRL = new System.Windows.Forms.ComboBox();
169
            this.cbTimingNAV = new System.Windows.Forms.ComboBox();
170
            this.cbTimingDebug = new System.Windows.Forms.ComboBox();
171
            this.labelTimingOSD = new System.Windows.Forms.Label();
172
            this.labelTimingBLCTRL = new System.Windows.Forms.Label();
173
            this.label5 = new System.Windows.Forms.Label();
174
            this.labelTimingNAV = new System.Windows.Forms.Label();
175
            this.label4 = new System.Windows.Forms.Label();
176
            this.labelTimingDebug = new System.Windows.Forms.Label();
177
            this.label3 = new System.Windows.Forms.Label();
178
            this.label2 = new System.Windows.Forms.Label();
2274 - 179
            this.label12 = new System.Windows.Forms.Label();
2265 - 180
            this.groupBox32 = new System.Windows.Forms.GroupBox();
181
            this.button5 = new System.Windows.Forms.Button();
182
            this.btnReadBLCtrl = new System.Windows.Forms.Button();
183
            this.btnGetNaviData = new System.Windows.Forms.Button();
184
            this.groupBox30 = new System.Windows.Forms.GroupBox();
2274 - 185
            this.simpleSerialPort = new SimpleSerialPort.SimpleSerialPort();
2265 - 186
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
2233 - 187
            this.tabPageTesting = new System.Windows.Forms.TabPage();
2257 - 188
            this.cbWPIndex = new System.Windows.Forms.ComboBox();
189
            this.btnGetWP = new System.Windows.Forms.Button();
190
            this.dgvWP = new System.Windows.Forms.DataGridView();
2265 - 191
            this.lbLabels = new System.Windows.Forms.ListBox();
192
            this.btnOSDAuto = new System.Windows.Forms.Button();
193
            this.btnOSD = new System.Windows.Forms.Button();
194
            this.btnSaveFCLabels = new System.Windows.Forms.Button();
195
            this.btnLoadFCLabels = new System.Windows.Forms.Button();
196
            this.button4 = new System.Windows.Forms.Button();
197
            this.lblFileName = new System.Windows.Forms.Label();
198
            this.btnReadFCFile = new System.Windows.Forms.Button();
199
            this.button3 = new System.Windows.Forms.Button();
200
            this.button2 = new System.Windows.Forms.Button();
201
            this.groupBox31 = new System.Windows.Forms.GroupBox();
202
            this.lblNCCtrl = new System.Windows.Forms.Label();
203
            this.lblCRCErr = new System.Windows.Forms.Label();
204
            this.rtfTerminal = new System.Windows.Forms.RichTextBox();
205
            this.label6 = new System.Windows.Forms.Label();
206
            this.btnReadDebugCont = new System.Windows.Forms.Button();
207
            this.lblLifeCounter = new System.Windows.Forms.Label();
208
            this.label1 = new System.Windows.Forms.Label();
2233 - 209
            this.btnConn = new System.Windows.Forms.Button();
210
            this.rtfError = new System.Windows.Forms.RichTextBox();
2274 - 211
            this.timer1 = new System.Windows.Forms.Timer(this.components);
2265 - 212
            this.splitContainer1.Panel1.SuspendLayout();
213
            this.splitContainer1.Panel2.SuspendLayout();
214
            this.splitContainer1.SuspendLayout();
215
            this.TabControl1.SuspendLayout();
2233 - 216
            this.tabPage3.SuspendLayout();
2257 - 217
            this.groupBox8.SuspendLayout();
2254 - 218
            this.groupBox38.SuspendLayout();
2250 - 219
            this.groupBox7.SuspendLayout();
220
            ((System.ComponentModel.ISupportInitialize)(this.dgvMotors2)).BeginInit();
221
            ((System.ComponentModel.ISupportInitialize)(this.dgvMotors1)).BeginInit();
222
            this.groupBox39.SuspendLayout();
2233 - 223
            this.groupBox36.SuspendLayout();
224
            this.groupBox35.SuspendLayout();
225
            this.groupBox27.SuspendLayout();
226
            this.groupBox19.SuspendLayout();
227
            this.groupBox18.SuspendLayout();
228
            this.groupBox33.SuspendLayout();
229
            this.groupBox26.SuspendLayout();
230
            this.groupBox29.SuspendLayout();
231
            this.groupBox28.SuspendLayout();
232
            this.groupBox5.SuspendLayout();
233
            this.groupBox4.SuspendLayout();
234
            this.groupBox3.SuspendLayout();
235
            this.groupBox2.SuspendLayout();
236
            this.groupBox25.SuspendLayout();
237
            this.groupBox1.SuspendLayout();
2257 - 238
            this.tabPageSerial.SuspendLayout();
2265 - 239
            this.groupBox12.SuspendLayout();
240
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial8)).BeginInit();
2259 - 241
            this.groupBox11.SuspendLayout();
242
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial4)).BeginInit();
2265 - 243
            this.groupBox13.SuspendLayout();
244
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial7)).BeginInit();
2259 - 245
            this.groupBox10.SuspendLayout();
246
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial3)).BeginInit();
2265 - 247
            this.groupBox14.SuspendLayout();
248
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial6)).BeginInit();
249
            this.groupBox15.SuspendLayout();
250
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial5)).BeginInit();
2257 - 251
            this.groupBox9.SuspendLayout();
252
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial2)).BeginInit();
253
            this.groupBox6.SuspendLayout();
254
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial1)).BeginInit();
2265 - 255
            this.tabPage2.SuspendLayout();
256
            this.groupBox37.SuspendLayout();
257
            this.groupBox34.SuspendLayout();
258
            this.groupBox32.SuspendLayout();
259
            this.groupBox30.SuspendLayout();
260
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
2233 - 261
            this.tabPageTesting.SuspendLayout();
2257 - 262
            ((System.ComponentModel.ISupportInitialize)(this.dgvWP)).BeginInit();
2265 - 263
            this.groupBox31.SuspendLayout();
2233 - 264
            this.SuspendLayout();
265
            // 
2265 - 266
            // splitContainer1
2233 - 267
            // 
2274 - 268
            resources.ApplyResources(this.splitContainer1, "splitContainer1");
2265 - 269
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
270
            this.splitContainer1.Name = "splitContainer1";
2233 - 271
            // 
2265 - 272
            // splitContainer1.Panel1
2233 - 273
            // 
2265 - 274
            this.splitContainer1.Panel1.Controls.Add(this.TabControl1);
2233 - 275
            // 
2265 - 276
            // splitContainer1.Panel2
2233 - 277
            // 
2265 - 278
            this.splitContainer1.Panel2.Controls.Add(this.groupBox31);
279
            this.splitContainer1.Panel2.Controls.Add(this.lblCRCErr);
280
            this.splitContainer1.Panel2.Controls.Add(this.rtfTerminal);
281
            this.splitContainer1.Panel2.Controls.Add(this.label6);
282
            this.splitContainer1.Panel2.Controls.Add(this.btnReadDebugCont);
283
            this.splitContainer1.Panel2.Controls.Add(this.lblLifeCounter);
284
            this.splitContainer1.Panel2.Controls.Add(this.label1);
285
            this.splitContainer1.Panel2.Controls.Add(this.btnConn);
286
            this.splitContainer1.Panel2.Controls.Add(this.rtfError);
2233 - 287
            // 
2265 - 288
            // TabControl1
2233 - 289
            // 
2265 - 290
            this.TabControl1.Controls.Add(this.tabPage3);
291
            this.TabControl1.Controls.Add(this.tabPageSerial);
292
            this.TabControl1.Controls.Add(this.tabPage2);
293
            this.TabControl1.Controls.Add(this.tabPageTesting);
2274 - 294
            resources.ApplyResources(this.TabControl1, "TabControl1");
2265 - 295
            this.TabControl1.Name = "TabControl1";
296
            this.TabControl1.SelectedIndex = 0;
2233 - 297
            // 
298
            // tabPage3
299
            // 
2264 - 300
            this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
2254 - 301
            this.tabPage3.Controls.Add(this.lblNCDistHP1);
302
            this.tabPage3.Controls.Add(this.groupBox8);
2250 - 303
            this.tabPage3.Controls.Add(this.groupBox38);
304
            this.tabPage3.Controls.Add(this.headingIndicator1);
305
            this.tabPage3.Controls.Add(this.groupBox7);
306
            this.tabPage3.Controls.Add(this.groupBox39);
2233 - 307
            this.tabPage3.Controls.Add(this.groupBox36);
308
            this.tabPage3.Controls.Add(this.groupBox35);
309
            this.tabPage3.Controls.Add(this.groupBox33);
310
            this.tabPage3.Controls.Add(this.groupBox26);
311
            this.tabPage3.Controls.Add(this.groupBox29);
312
            this.tabPage3.Controls.Add(this.groupBox28);
313
            this.tabPage3.Controls.Add(this.groupBox5);
314
            this.tabPage3.Controls.Add(this.groupBox4);
315
            this.tabPage3.Controls.Add(this.groupBox3);
316
            this.tabPage3.Controls.Add(this.groupBox2);
317
            this.tabPage3.Controls.Add(this.groupBox25);
318
            this.tabPage3.Controls.Add(this.groupBox1);
319
            this.tabPage3.Controls.Add(this.artificialHorizon1);
320
            this.tabPage3.Controls.Add(this.lblNCCompass);
321
            this.tabPage3.Controls.Add(this.lblNCRoll);
322
            this.tabPage3.Controls.Add(this.lblNCPitch);
2274 - 323
            resources.ApplyResources(this.tabPage3, "tabPage3");
2233 - 324
            this.tabPage3.Name = "tabPage3";
325
            // 
2257 - 326
            // lblNCDistHP1
327
            // 
2274 - 328
            resources.ApplyResources(this.lblNCDistHP1, "lblNCDistHP1");
2257 - 329
            this.lblNCDistHP1.Name = "lblNCDistHP1";
330
            // 
331
            // groupBox8
332
            // 
2277 - 333
            resources.ApplyResources(this.groupBox8, "groupBox8");
2257 - 334
            this.groupBox8.Controls.Add(this.lblNCWPCount);
335
            this.groupBox8.Controls.Add(this.label11);
336
            this.groupBox8.Controls.Add(this.lblNCWPIndex);
337
            this.groupBox8.Controls.Add(this.label10);
338
            this.groupBox8.Name = "groupBox8";
339
            this.groupBox8.TabStop = false;
340
            // 
341
            // lblNCWPCount
342
            // 
2274 - 343
            resources.ApplyResources(this.lblNCWPCount, "lblNCWPCount");
2257 - 344
            this.lblNCWPCount.Name = "lblNCWPCount";
345
            // 
346
            // label11
347
            // 
2274 - 348
            resources.ApplyResources(this.label11, "label11");
2257 - 349
            this.label11.Name = "label11";
350
            // 
351
            // lblNCWPIndex
352
            // 
2274 - 353
            resources.ApplyResources(this.lblNCWPIndex, "lblNCWPIndex");
2257 - 354
            this.lblNCWPIndex.Name = "lblNCWPIndex";
355
            // 
356
            // label10
357
            // 
2274 - 358
            resources.ApplyResources(this.label10, "label10");
2257 - 359
            this.label10.Name = "label10";
360
            // 
2254 - 361
            // groupBox38
362
            // 
363
            this.groupBox38.Controls.Add(this.label9);
364
            this.groupBox38.Controls.Add(this.lblNCGPSLat);
365
            this.groupBox38.Controls.Add(this.label8);
366
            this.groupBox38.Controls.Add(this.lblNCGPSLong);
2274 - 367
            resources.ApplyResources(this.groupBox38, "groupBox38");
2254 - 368
            this.groupBox38.Name = "groupBox38";
369
            this.groupBox38.TabStop = false;
370
            // 
371
            // label9
372
            // 
2274 - 373
            resources.ApplyResources(this.label9, "label9");
2254 - 374
            this.label9.Name = "label9";
375
            // 
376
            // lblNCGPSLat
377
            // 
2274 - 378
            resources.ApplyResources(this.lblNCGPSLat, "lblNCGPSLat");
2254 - 379
            this.lblNCGPSLat.Name = "lblNCGPSLat";
380
            // 
381
            // label8
382
            // 
2274 - 383
            resources.ApplyResources(this.label8, "label8");
2254 - 384
            this.label8.Name = "label8";
385
            // 
386
            // lblNCGPSLong
387
            // 
2274 - 388
            resources.ApplyResources(this.lblNCGPSLong, "lblNCGPSLong");
2254 - 389
            this.lblNCGPSLong.Name = "lblNCGPSLong";
390
            // 
2274 - 391
            // headingIndicator1
392
            // 
393
            resources.ApplyResources(this.headingIndicator1, "headingIndicator1");
394
            this.headingIndicator1.Name = "headingIndicator1";
395
            // 
2250 - 396
            // groupBox7
397
            // 
398
            this.groupBox7.Controls.Add(this.dgvMotors2);
399
            this.groupBox7.Controls.Add(this.dgvMotors1);
2274 - 400
            resources.ApplyResources(this.groupBox7, "groupBox7");
2250 - 401
            this.groupBox7.Name = "groupBox7";
402
            this.groupBox7.TabStop = false;
403
            // 
404
            // dgvMotors2
405
            // 
406
            this.dgvMotors2.AllowUserToAddRows = false;
407
            this.dgvMotors2.AllowUserToDeleteRows = false;
2264 - 408
            this.dgvMotors2.BackgroundColor = System.Drawing.SystemColors.Control;
2265 - 409
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
410
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
2274 - 411
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
2265 - 412
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
413
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Control;
414
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
415
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
416
            this.dgvMotors2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
2274 - 417
            resources.ApplyResources(this.dgvMotors2, "dgvMotors2");
2250 - 418
            this.dgvMotors2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
2265 - 419
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
420
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
2274 - 421
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
2265 - 422
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
423
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
424
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
425
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
426
            this.dgvMotors2.DefaultCellStyle = dataGridViewCellStyle2;
2250 - 427
            this.dgvMotors2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
428
            this.dgvMotors2.Name = "dgvMotors2";
429
            this.dgvMotors2.ReadOnly = true;
430
            this.dgvMotors2.RowHeadersVisible = false;
2265 - 431
            this.dgvMotors2.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.SystemColors.Control;
2250 - 432
            this.dgvMotors2.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
433
            this.dgvMotors2.RowTemplate.Height = 34;
2254 - 434
            this.dgvMotors2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
2250 - 435
            // 
436
            // dgvMotors1
437
            // 
438
            this.dgvMotors1.AllowUserToAddRows = false;
439
            this.dgvMotors1.AllowUserToDeleteRows = false;
2264 - 440
            this.dgvMotors1.BackgroundColor = System.Drawing.SystemColors.Control;
2265 - 441
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
442
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
2274 - 443
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
2265 - 444
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
445
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Control;
446
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
447
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
448
            this.dgvMotors1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
2274 - 449
            resources.ApplyResources(this.dgvMotors1, "dgvMotors1");
2250 - 450
            this.dgvMotors1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
2265 - 451
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
452
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
2274 - 453
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
2265 - 454
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
455
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Control;
456
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
457
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
458
            this.dgvMotors1.DefaultCellStyle = dataGridViewCellStyle4;
2250 - 459
            this.dgvMotors1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
460
            this.dgvMotors1.Name = "dgvMotors1";
461
            this.dgvMotors1.ReadOnly = true;
462
            this.dgvMotors1.RowHeadersVisible = false;
2265 - 463
            this.dgvMotors1.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.SystemColors.Control;
2250 - 464
            this.dgvMotors1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
465
            this.dgvMotors1.RowTemplate.Height = 34;
2254 - 466
            this.dgvMotors1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
2250 - 467
            // 
468
            // groupBox39
469
            // 
2274 - 470
            resources.ApplyResources(this.groupBox39, "groupBox39");
2250 - 471
            this.groupBox39.Controls.Add(this.lblNCDistWP);
472
            this.groupBox39.Name = "groupBox39";
473
            this.groupBox39.TabStop = false;
474
            // 
475
            // lblNCDistWP
476
            // 
2274 - 477
            resources.ApplyResources(this.lblNCDistWP, "lblNCDistWP");
2250 - 478
            this.lblNCDistWP.Name = "lblNCDistWP";
479
            // 
2233 - 480
            // groupBox36
481
            // 
2250 - 482
            this.groupBox36.Controls.Add(this.label7);
2233 - 483
            this.groupBox36.Controls.Add(this.lblOSDPageNr);
484
            this.groupBox36.Controls.Add(this.rtfOSD);
485
            this.groupBox36.Controls.Add(this.cbOSD);
486
            this.groupBox36.Controls.Add(this.btnOSDBackward);
487
            this.groupBox36.Controls.Add(this.btnOSDLeave);
488
            this.groupBox36.Controls.Add(this.btnOSDEnter);
489
            this.groupBox36.Controls.Add(this.btnOSDForward);
2274 - 490
            resources.ApplyResources(this.groupBox36, "groupBox36");
2233 - 491
            this.groupBox36.Name = "groupBox36";
492
            this.groupBox36.TabStop = false;
493
            // 
2250 - 494
            // label7
495
            // 
2274 - 496
            resources.ApplyResources(this.label7, "label7");
2250 - 497
            this.label7.Name = "label7";
498
            // 
2233 - 499
            // lblOSDPageNr
500
            // 
2274 - 501
            resources.ApplyResources(this.lblOSDPageNr, "lblOSDPageNr");
2233 - 502
            this.lblOSDPageNr.Name = "lblOSDPageNr";
503
            // 
504
            // rtfOSD
505
            // 
2274 - 506
            resources.ApplyResources(this.rtfOSD, "rtfOSD");
2233 - 507
            this.rtfOSD.Name = "rtfOSD";
508
            // 
509
            // cbOSD
510
            // 
511
            this.cbOSD.DropDownWidth = 45;
2274 - 512
            resources.ApplyResources(this.cbOSD, "cbOSD");
2233 - 513
            this.cbOSD.FormattingEnabled = true;
514
            this.cbOSD.Name = "cbOSD";
515
            this.cbOSD.SelectedIndexChanged += new System.EventHandler(this.cbOSD_SelectedIndexChanged);
516
            // 
517
            // btnOSDBackward
518
            // 
2274 - 519
            resources.ApplyResources(this.btnOSDBackward, "btnOSDBackward");
2233 - 520
            this.btnOSDBackward.Name = "btnOSDBackward";
521
            this.btnOSDBackward.UseVisualStyleBackColor = true;
522
            this.btnOSDBackward.Click += new System.EventHandler(this.btnOSDBackward_Click);
523
            // 
524
            // btnOSDLeave
525
            // 
2274 - 526
            resources.ApplyResources(this.btnOSDLeave, "btnOSDLeave");
2233 - 527
            this.btnOSDLeave.Name = "btnOSDLeave";
528
            this.btnOSDLeave.UseVisualStyleBackColor = true;
529
            this.btnOSDLeave.Click += new System.EventHandler(this.btnOSDLeave_Click);
530
            // 
531
            // btnOSDEnter
532
            // 
2274 - 533
            resources.ApplyResources(this.btnOSDEnter, "btnOSDEnter");
2233 - 534
            this.btnOSDEnter.Name = "btnOSDEnter";
535
            this.btnOSDEnter.UseVisualStyleBackColor = true;
536
            this.btnOSDEnter.Click += new System.EventHandler(this.btnOSDEnter_Click);
537
            // 
538
            // btnOSDForward
539
            // 
2274 - 540
            resources.ApplyResources(this.btnOSDForward, "btnOSDForward");
2233 - 541
            this.btnOSDForward.Name = "btnOSDForward";
542
            this.btnOSDForward.UseVisualStyleBackColor = true;
543
            this.btnOSDForward.Click += new System.EventHandler(this.btnOSDForward_Click);
544
            // 
545
            // groupBox35
546
            // 
2274 - 547
            resources.ApplyResources(this.groupBox35, "groupBox35");
2233 - 548
            this.groupBox35.Controls.Add(this.groupBox27);
549
            this.groupBox35.Controls.Add(this.groupBox19);
550
            this.groupBox35.Controls.Add(this.groupBox18);
551
            this.groupBox35.Name = "groupBox35";
552
            this.groupBox35.TabStop = false;
553
            // 
554
            // groupBox27
555
            // 
2274 - 556
            resources.ApplyResources(this.groupBox27, "groupBox27");
2233 - 557
            this.groupBox27.Controls.Add(this.lblNCErrNmbr);
558
            this.groupBox27.Name = "groupBox27";
559
            this.groupBox27.TabStop = false;
560
            // 
561
            // lblNCErrNmbr
562
            // 
2274 - 563
            resources.ApplyResources(this.lblNCErrNmbr, "lblNCErrNmbr");
2233 - 564
            this.lblNCErrNmbr.Name = "lblNCErrNmbr";
565
            // 
566
            // groupBox19
567
            // 
2274 - 568
            resources.ApplyResources(this.groupBox19, "groupBox19");
2233 - 569
            this.groupBox19.Controls.Add(this.lblNCSPI);
570
            this.groupBox19.Name = "groupBox19";
571
            this.groupBox19.TabStop = false;
572
            // 
573
            // lblNCSPI
574
            // 
2274 - 575
            resources.ApplyResources(this.lblNCSPI, "lblNCSPI");
2233 - 576
            this.lblNCSPI.Name = "lblNCSPI";
577
            // 
578
            // groupBox18
579
            // 
2274 - 580
            resources.ApplyResources(this.groupBox18, "groupBox18");
2233 - 581
            this.groupBox18.Controls.Add(this.lblNCI2C);
582
            this.groupBox18.Name = "groupBox18";
583
            this.groupBox18.TabStop = false;
584
            // 
585
            // lblNCI2C
586
            // 
2274 - 587
            resources.ApplyResources(this.lblNCI2C, "lblNCI2C");
2233 - 588
            this.lblNCI2C.Name = "lblNCI2C";
589
            // 
590
            // groupBox33
591
            // 
2274 - 592
            resources.ApplyResources(this.groupBox33, "groupBox33");
2250 - 593
            this.groupBox33.Controls.Add(this.lblNCDistHP);
2233 - 594
            this.groupBox33.Name = "groupBox33";
595
            this.groupBox33.TabStop = false;
596
            // 
2250 - 597
            // lblNCDistHP
2233 - 598
            // 
2274 - 599
            resources.ApplyResources(this.lblNCDistHP, "lblNCDistHP");
2250 - 600
            this.lblNCDistHP.Name = "lblNCDistHP";
2233 - 601
            // 
602
            // groupBox26
603
            // 
604
            this.groupBox26.Controls.Add(this.lblNCCap);
2274 - 605
            resources.ApplyResources(this.groupBox26, "groupBox26");
2233 - 606
            this.groupBox26.Name = "groupBox26";
607
            this.groupBox26.TabStop = false;
608
            // 
609
            // lblNCCap
610
            // 
2274 - 611
            resources.ApplyResources(this.lblNCCap, "lblNCCap");
2233 - 612
            this.lblNCCap.Name = "lblNCCap";
613
            // 
614
            // groupBox29
615
            // 
616
            this.groupBox29.Controls.Add(this.lblNCFlTime);
2274 - 617
            resources.ApplyResources(this.groupBox29, "groupBox29");
2233 - 618
            this.groupBox29.Name = "groupBox29";
619
            this.groupBox29.TabStop = false;
620
            // 
621
            // lblNCFlTime
622
            // 
2274 - 623
            resources.ApplyResources(this.lblNCFlTime, "lblNCFlTime");
2233 - 624
            this.lblNCFlTime.Name = "lblNCFlTime";
625
            // 
626
            // groupBox28
627
            // 
628
            this.groupBox28.Controls.Add(this.lblNCRC);
2274 - 629
            resources.ApplyResources(this.groupBox28, "groupBox28");
2233 - 630
            this.groupBox28.Name = "groupBox28";
631
            this.groupBox28.TabStop = false;
632
            // 
633
            // lblNCRC
634
            // 
2274 - 635
            resources.ApplyResources(this.lblNCRC, "lblNCRC");
2233 - 636
            this.lblNCRC.Name = "lblNCRC";
637
            // 
638
            // groupBox5
639
            // 
640
            this.groupBox5.Controls.Add(this.lblNCSat);
2274 - 641
            resources.ApplyResources(this.groupBox5, "groupBox5");
2233 - 642
            this.groupBox5.Name = "groupBox5";
643
            this.groupBox5.TabStop = false;
644
            // 
645
            // lblNCSat
646
            // 
2274 - 647
            resources.ApplyResources(this.lblNCSat, "lblNCSat");
2233 - 648
            this.lblNCSat.Name = "lblNCSat";
649
            // 
650
            // groupBox4
651
            // 
652
            this.groupBox4.Controls.Add(this.lblNCMF);
2274 - 653
            resources.ApplyResources(this.groupBox4, "groupBox4");
2233 - 654
            this.groupBox4.Name = "groupBox4";
655
            this.groupBox4.TabStop = false;
656
            // 
657
            // lblNCMF
658
            // 
2274 - 659
            resources.ApplyResources(this.lblNCMF, "lblNCMF");
2233 - 660
            this.lblNCMF.Name = "lblNCMF";
661
            // 
662
            // groupBox3
663
            // 
664
            this.groupBox3.Controls.Add(this.lblNCCur);
2274 - 665
            resources.ApplyResources(this.groupBox3, "groupBox3");
2233 - 666
            this.groupBox3.Name = "groupBox3";
667
            this.groupBox3.TabStop = false;
668
            // 
669
            // lblNCCur
670
            // 
2274 - 671
            resources.ApplyResources(this.lblNCCur, "lblNCCur");
2233 - 672
            this.lblNCCur.Name = "lblNCCur";
673
            // 
674
            // groupBox2
675
            // 
676
            this.groupBox2.Controls.Add(this.lblNCVolt);
2274 - 677
            resources.ApplyResources(this.groupBox2, "groupBox2");
2233 - 678
            this.groupBox2.Name = "groupBox2";
679
            this.groupBox2.TabStop = false;
680
            // 
681
            // lblNCVolt
682
            // 
2274 - 683
            resources.ApplyResources(this.lblNCVolt, "lblNCVolt");
2233 - 684
            this.lblNCVolt.Name = "lblNCVolt";
685
            // 
686
            // groupBox25
687
            // 
2274 - 688
            resources.ApplyResources(this.groupBox25, "groupBox25");
2233 - 689
            this.groupBox25.Controls.Add(this.lblNCGSpeed);
690
            this.groupBox25.Name = "groupBox25";
691
            this.groupBox25.TabStop = false;
692
            // 
693
            // lblNCGSpeed
694
            // 
2274 - 695
            resources.ApplyResources(this.lblNCGSpeed, "lblNCGSpeed");
2233 - 696
            this.lblNCGSpeed.Name = "lblNCGSpeed";
697
            // 
698
            // groupBox1
699
            // 
2274 - 700
            resources.ApplyResources(this.groupBox1, "groupBox1");
2233 - 701
            this.groupBox1.Controls.Add(this.lblNCAlt);
702
            this.groupBox1.Name = "groupBox1";
703
            this.groupBox1.TabStop = false;
704
            // 
705
            // lblNCAlt
706
            // 
2274 - 707
            resources.ApplyResources(this.lblNCAlt, "lblNCAlt");
2233 - 708
            this.lblNCAlt.Name = "lblNCAlt";
709
            // 
2274 - 710
            // artificialHorizon1
711
            // 
712
            resources.ApplyResources(this.artificialHorizon1, "artificialHorizon1");
713
            this.artificialHorizon1.BackColor = System.Drawing.SystemColors.Control;
714
            this.artificialHorizon1.ForeColor = System.Drawing.Color.White;
715
            this.artificialHorizon1.Name = "artificialHorizon1";
716
            this.artificialHorizon1.pitch_angle = 0D;
717
            this.artificialHorizon1.roll_angle = 0D;
718
            // 
2233 - 719
            // lblNCCompass
720
            // 
2274 - 721
            resources.ApplyResources(this.lblNCCompass, "lblNCCompass");
2233 - 722
            this.lblNCCompass.Name = "lblNCCompass";
723
            // 
724
            // lblNCRoll
725
            // 
2274 - 726
            resources.ApplyResources(this.lblNCRoll, "lblNCRoll");
2233 - 727
            this.lblNCRoll.Name = "lblNCRoll";
728
            // 
729
            // lblNCPitch
730
            // 
2274 - 731
            resources.ApplyResources(this.lblNCPitch, "lblNCPitch");
2233 - 732
            this.lblNCPitch.Name = "lblNCPitch";
733
            // 
2265 - 734
            // tabPageSerial
2250 - 735
            // 
2265 - 736
            this.tabPageSerial.BackColor = System.Drawing.SystemColors.Control;
737
            this.tabPageSerial.Controls.Add(this.groupBox12);
738
            this.tabPageSerial.Controls.Add(this.groupBox11);
739
            this.tabPageSerial.Controls.Add(this.groupBox13);
740
            this.tabPageSerial.Controls.Add(this.groupBox10);
741
            this.tabPageSerial.Controls.Add(this.groupBox14);
742
            this.tabPageSerial.Controls.Add(this.groupBox15);
743
            this.tabPageSerial.Controls.Add(this.groupBox9);
744
            this.tabPageSerial.Controls.Add(this.groupBox6);
2274 - 745
            resources.ApplyResources(this.tabPageSerial, "tabPageSerial");
2265 - 746
            this.tabPageSerial.Name = "tabPageSerial";
2250 - 747
            // 
2265 - 748
            // groupBox12
2250 - 749
            // 
2265 - 750
            this.groupBox12.BackColor = System.Drawing.SystemColors.Control;
751
            this.groupBox12.Controls.Add(this.btnSer8_254);
752
            this.groupBox12.Controls.Add(this.btnSer8_127);
753
            this.groupBox12.Controls.Add(this.btnSer8_0);
754
            this.groupBox12.Controls.Add(this.textBoxSerial8);
755
            this.groupBox12.Controls.Add(this.lblTbSerial8);
756
            this.groupBox12.Controls.Add(this.trckbarSerial8);
2274 - 757
            resources.ApplyResources(this.groupBox12, "groupBox12");
2265 - 758
            this.groupBox12.Name = "groupBox12";
759
            this.groupBox12.TabStop = false;
2250 - 760
            // 
2265 - 761
            // btnSer8_254
2250 - 762
            // 
2274 - 763
            resources.ApplyResources(this.btnSer8_254, "btnSer8_254");
2265 - 764
            this.btnSer8_254.Name = "btnSer8_254";
765
            this.btnSer8_254.UseVisualStyleBackColor = true;
766
            this.btnSer8_254.Click += new System.EventHandler(this.btnSer8_254_Click);
2250 - 767
            // 
2265 - 768
            // btnSer8_127
2250 - 769
            // 
2274 - 770
            resources.ApplyResources(this.btnSer8_127, "btnSer8_127");
2265 - 771
            this.btnSer8_127.Name = "btnSer8_127";
772
            this.btnSer8_127.UseVisualStyleBackColor = true;
773
            this.btnSer8_127.Click += new System.EventHandler(this.btnSer8_127_Click);
2250 - 774
            // 
2265 - 775
            // btnSer8_0
2250 - 776
            // 
2274 - 777
            resources.ApplyResources(this.btnSer8_0, "btnSer8_0");
2265 - 778
            this.btnSer8_0.Name = "btnSer8_0";
779
            this.btnSer8_0.UseVisualStyleBackColor = true;
780
            this.btnSer8_0.Click += new System.EventHandler(this.btnSer8_0_Click);
2250 - 781
            // 
2265 - 782
            // textBoxSerial8
2250 - 783
            // 
2265 - 784
            this.textBoxSerial8.BackColor = System.Drawing.SystemColors.Control;
785
            this.textBoxSerial8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2274 - 786
            resources.ApplyResources(this.textBoxSerial8, "textBoxSerial8");
2265 - 787
            this.textBoxSerial8.Name = "textBoxSerial8";
788
            this.textBoxSerial8.TextChanged += new System.EventHandler(this.textBoxSerial8_TextChanged);
2250 - 789
            // 
2265 - 790
            // lblTbSerial8
2233 - 791
            // 
2274 - 792
            resources.ApplyResources(this.lblTbSerial8, "lblTbSerial8");
2265 - 793
            this.lblTbSerial8.BackColor = System.Drawing.Color.Transparent;
794
            this.lblTbSerial8.Name = "lblTbSerial8";
2233 - 795
            // 
2265 - 796
            // trckbarSerial8
2233 - 797
            // 
2265 - 798
            this.trckbarSerial8.BackColor = System.Drawing.SystemColors.Control;
2274 - 799
            resources.ApplyResources(this.trckbarSerial8, "trckbarSerial8");
2265 - 800
            this.trckbarSerial8.Maximum = 254;
801
            this.trckbarSerial8.Name = "trckbarSerial8";
802
            this.trckbarSerial8.TickStyle = System.Windows.Forms.TickStyle.None;
803
            this.trckbarSerial8.ValueChanged += new System.EventHandler(this.trckbarSerial8_ValueChanged);
2233 - 804
            // 
2259 - 805
            // groupBox11
806
            // 
2264 - 807
            this.groupBox11.BackColor = System.Drawing.SystemColors.Control;
2259 - 808
            this.groupBox11.Controls.Add(this.btnSer4_254);
809
            this.groupBox11.Controls.Add(this.btnSer4_127);
810
            this.groupBox11.Controls.Add(this.btnSer4_0);
811
            this.groupBox11.Controls.Add(this.textBoxSerial4);
812
            this.groupBox11.Controls.Add(this.lblTbSerial4);
813
            this.groupBox11.Controls.Add(this.trckbarSerial4);
2274 - 814
            resources.ApplyResources(this.groupBox11, "groupBox11");
2259 - 815
            this.groupBox11.Name = "groupBox11";
816
            this.groupBox11.TabStop = false;
817
            // 
818
            // btnSer4_254
819
            // 
2274 - 820
            resources.ApplyResources(this.btnSer4_254, "btnSer4_254");
2259 - 821
            this.btnSer4_254.Name = "btnSer4_254";
822
            this.btnSer4_254.UseVisualStyleBackColor = true;
823
            this.btnSer4_254.Click += new System.EventHandler(this.btnSer4_254_Click);
824
            // 
825
            // btnSer4_127
826
            // 
2274 - 827
            resources.ApplyResources(this.btnSer4_127, "btnSer4_127");
2259 - 828
            this.btnSer4_127.Name = "btnSer4_127";
829
            this.btnSer4_127.UseVisualStyleBackColor = true;
830
            this.btnSer4_127.Click += new System.EventHandler(this.btnSer4_127_Click);
831
            // 
832
            // btnSer4_0
833
            // 
2274 - 834
            resources.ApplyResources(this.btnSer4_0, "btnSer4_0");
2259 - 835
            this.btnSer4_0.Name = "btnSer4_0";
836
            this.btnSer4_0.UseVisualStyleBackColor = true;
837
            this.btnSer4_0.Click += new System.EventHandler(this.btnSer4_0_Click);
838
            // 
839
            // textBoxSerial4
840
            // 
2264 - 841
            this.textBoxSerial4.BackColor = System.Drawing.SystemColors.Control;
2259 - 842
            this.textBoxSerial4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2274 - 843
            resources.ApplyResources(this.textBoxSerial4, "textBoxSerial4");
2259 - 844
            this.textBoxSerial4.Name = "textBoxSerial4";
845
            this.textBoxSerial4.TextChanged += new System.EventHandler(this.textBoxSerial4_TextChanged);
846
            // 
847
            // lblTbSerial4
848
            // 
2274 - 849
            resources.ApplyResources(this.lblTbSerial4, "lblTbSerial4");
2259 - 850
            this.lblTbSerial4.BackColor = System.Drawing.Color.Transparent;
851
            this.lblTbSerial4.Name = "lblTbSerial4";
852
            // 
853
            // trckbarSerial4
854
            // 
2264 - 855
            this.trckbarSerial4.BackColor = System.Drawing.SystemColors.Control;
2274 - 856
            resources.ApplyResources(this.trckbarSerial4, "trckbarSerial4");
2259 - 857
            this.trckbarSerial4.Maximum = 254;
858
            this.trckbarSerial4.Name = "trckbarSerial4";
859
            this.trckbarSerial4.TickStyle = System.Windows.Forms.TickStyle.None;
860
            this.trckbarSerial4.ValueChanged += new System.EventHandler(this.trckbarSerial4_ValueChanged);
861
            // 
2265 - 862
            // groupBox13
863
            // 
864
            this.groupBox13.BackColor = System.Drawing.SystemColors.Control;
865
            this.groupBox13.Controls.Add(this.btnSer7_254);
866
            this.groupBox13.Controls.Add(this.btnSer7_127);
867
            this.groupBox13.Controls.Add(this.btnSer7_0);
868
            this.groupBox13.Controls.Add(this.textBoxSerial7);
869
            this.groupBox13.Controls.Add(this.lblTbSerial7);
870
            this.groupBox13.Controls.Add(this.trckbarSerial7);
2274 - 871
            resources.ApplyResources(this.groupBox13, "groupBox13");
2265 - 872
            this.groupBox13.Name = "groupBox13";
873
            this.groupBox13.TabStop = false;
874
            // 
875
            // btnSer7_254
876
            // 
2274 - 877
            resources.ApplyResources(this.btnSer7_254, "btnSer7_254");
2265 - 878
            this.btnSer7_254.Name = "btnSer7_254";
879
            this.btnSer7_254.UseVisualStyleBackColor = true;
880
            this.btnSer7_254.Click += new System.EventHandler(this.btnSer7_254_Click);
881
            // 
882
            // btnSer7_127
883
            // 
2274 - 884
            resources.ApplyResources(this.btnSer7_127, "btnSer7_127");
2265 - 885
            this.btnSer7_127.Name = "btnSer7_127";
886
            this.btnSer7_127.UseVisualStyleBackColor = true;
887
            this.btnSer7_127.Click += new System.EventHandler(this.btnSer7_127_Click);
888
            // 
889
            // btnSer7_0
890
            // 
2274 - 891
            resources.ApplyResources(this.btnSer7_0, "btnSer7_0");
2265 - 892
            this.btnSer7_0.Name = "btnSer7_0";
893
            this.btnSer7_0.UseVisualStyleBackColor = true;
894
            this.btnSer7_0.Click += new System.EventHandler(this.btnSer7_0_Click);
895
            // 
896
            // textBoxSerial7
897
            // 
898
            this.textBoxSerial7.BackColor = System.Drawing.SystemColors.Control;
899
            this.textBoxSerial7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2274 - 900
            resources.ApplyResources(this.textBoxSerial7, "textBoxSerial7");
2265 - 901
            this.textBoxSerial7.Name = "textBoxSerial7";
902
            this.textBoxSerial7.TextChanged += new System.EventHandler(this.textBoxSerial7_TextChanged);
903
            // 
904
            // lblTbSerial7
905
            // 
2274 - 906
            resources.ApplyResources(this.lblTbSerial7, "lblTbSerial7");
2265 - 907
            this.lblTbSerial7.BackColor = System.Drawing.Color.Transparent;
908
            this.lblTbSerial7.Name = "lblTbSerial7";
909
            // 
910
            // trckbarSerial7
911
            // 
912
            this.trckbarSerial7.BackColor = System.Drawing.SystemColors.Control;
2274 - 913
            resources.ApplyResources(this.trckbarSerial7, "trckbarSerial7");
2265 - 914
            this.trckbarSerial7.Maximum = 254;
915
            this.trckbarSerial7.Name = "trckbarSerial7";
916
            this.trckbarSerial7.TickStyle = System.Windows.Forms.TickStyle.None;
917
            this.trckbarSerial7.ValueChanged += new System.EventHandler(this.trckbarSerial7_ValueChanged);
918
            // 
2259 - 919
            // groupBox10
920
            // 
2264 - 921
            this.groupBox10.BackColor = System.Drawing.SystemColors.Control;
2259 - 922
            this.groupBox10.Controls.Add(this.btnSer3_254);
923
            this.groupBox10.Controls.Add(this.btnSer3_127);
924
            this.groupBox10.Controls.Add(this.btnSer3_0);
925
            this.groupBox10.Controls.Add(this.textBoxSerial3);
926
            this.groupBox10.Controls.Add(this.lblTbSerial3);
927
            this.groupBox10.Controls.Add(this.trckbarSerial3);
2274 - 928
            resources.ApplyResources(this.groupBox10, "groupBox10");
2259 - 929
            this.groupBox10.Name = "groupBox10";
930
            this.groupBox10.TabStop = false;
931
            // 
932
            // btnSer3_254
933
            // 
2274 - 934
            resources.ApplyResources(this.btnSer3_254, "btnSer3_254");
2259 - 935
            this.btnSer3_254.Name = "btnSer3_254";
936
            this.btnSer3_254.UseVisualStyleBackColor = true;
937
            this.btnSer3_254.Click += new System.EventHandler(this.btnSer3_254_Click);
938
            // 
939
            // btnSer3_127
940
            // 
2274 - 941
            resources.ApplyResources(this.btnSer3_127, "btnSer3_127");
2259 - 942
            this.btnSer3_127.Name = "btnSer3_127";
943
            this.btnSer3_127.UseVisualStyleBackColor = true;
944
            this.btnSer3_127.Click += new System.EventHandler(this.btnSer3_127_Click);
945
            // 
946
            // btnSer3_0
947
            // 
2274 - 948
            resources.ApplyResources(this.btnSer3_0, "btnSer3_0");
2259 - 949
            this.btnSer3_0.Name = "btnSer3_0";
950
            this.btnSer3_0.UseVisualStyleBackColor = true;
951
            this.btnSer3_0.Click += new System.EventHandler(this.btnSer3_0_Click);
952
            // 
953
            // textBoxSerial3
954
            // 
2264 - 955
            this.textBoxSerial3.BackColor = System.Drawing.SystemColors.Control;
2259 - 956
            this.textBoxSerial3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2274 - 957
            resources.ApplyResources(this.textBoxSerial3, "textBoxSerial3");
2259 - 958
            this.textBoxSerial3.Name = "textBoxSerial3";
959
            this.textBoxSerial3.TextChanged += new System.EventHandler(this.textBoxSerial3_TextChanged);
960
            // 
961
            // lblTbSerial3
962
            // 
2274 - 963
            resources.ApplyResources(this.lblTbSerial3, "lblTbSerial3");
2259 - 964
            this.lblTbSerial3.BackColor = System.Drawing.Color.Transparent;
965
            this.lblTbSerial3.Name = "lblTbSerial3";
966
            // 
967
            // trckbarSerial3
968
            // 
2264 - 969
            this.trckbarSerial3.BackColor = System.Drawing.SystemColors.Control;
2274 - 970
            resources.ApplyResources(this.trckbarSerial3, "trckbarSerial3");
2259 - 971
            this.trckbarSerial3.Maximum = 254;
972
            this.trckbarSerial3.Name = "trckbarSerial3";
973
            this.trckbarSerial3.TickStyle = System.Windows.Forms.TickStyle.None;
974
            this.trckbarSerial3.ValueChanged += new System.EventHandler(this.trckbarSerial3_ValueChanged);
975
            // 
2265 - 976
            // groupBox14
977
            // 
978
            this.groupBox14.BackColor = System.Drawing.SystemColors.Control;
979
            this.groupBox14.Controls.Add(this.btnSer6_254);
980
            this.groupBox14.Controls.Add(this.btnSer6_127);
981
            this.groupBox14.Controls.Add(this.btnSer6_0);
982
            this.groupBox14.Controls.Add(this.textBoxSerial6);
983
            this.groupBox14.Controls.Add(this.lblTbSerial6);
984
            this.groupBox14.Controls.Add(this.trckbarSerial6);
2274 - 985
            resources.ApplyResources(this.groupBox14, "groupBox14");
2265 - 986
            this.groupBox14.Name = "groupBox14";
987
            this.groupBox14.TabStop = false;
988
            // 
989
            // btnSer6_254
990
            // 
2274 - 991
            resources.ApplyResources(this.btnSer6_254, "btnSer6_254");
2265 - 992
            this.btnSer6_254.Name = "btnSer6_254";
993
            this.btnSer6_254.UseVisualStyleBackColor = true;
994
            this.btnSer6_254.Click += new System.EventHandler(this.btnSer6_254_Click);
995
            // 
996
            // btnSer6_127
997
            // 
2274 - 998
            resources.ApplyResources(this.btnSer6_127, "btnSer6_127");
2265 - 999
            this.btnSer6_127.Name = "btnSer6_127";
1000
            this.btnSer6_127.UseVisualStyleBackColor = true;
1001
            this.btnSer6_127.Click += new System.EventHandler(this.btnSer6_127_Click);
1002
            // 
1003
            // btnSer6_0
1004
            // 
2274 - 1005
            resources.ApplyResources(this.btnSer6_0, "btnSer6_0");
2265 - 1006
            this.btnSer6_0.Name = "btnSer6_0";
1007
            this.btnSer6_0.UseVisualStyleBackColor = true;
1008
            this.btnSer6_0.Click += new System.EventHandler(this.btnSer6_0_Click);
1009
            // 
1010
            // textBoxSerial6
1011
            // 
1012
            this.textBoxSerial6.BackColor = System.Drawing.SystemColors.Control;
1013
            this.textBoxSerial6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2274 - 1014
            resources.ApplyResources(this.textBoxSerial6, "textBoxSerial6");
2265 - 1015
            this.textBoxSerial6.Name = "textBoxSerial6";
1016
            this.textBoxSerial6.TextChanged += new System.EventHandler(this.textBoxSerial6_TextChanged);
1017
            // 
1018
            // lblTbSerial6
1019
            // 
2274 - 1020
            resources.ApplyResources(this.lblTbSerial6, "lblTbSerial6");
2265 - 1021
            this.lblTbSerial6.BackColor = System.Drawing.Color.Transparent;
1022
            this.lblTbSerial6.Name = "lblTbSerial6";
1023
            // 
1024
            // trckbarSerial6
1025
            // 
1026
            this.trckbarSerial6.BackColor = System.Drawing.SystemColors.Control;
2274 - 1027
            resources.ApplyResources(this.trckbarSerial6, "trckbarSerial6");
2265 - 1028
            this.trckbarSerial6.Maximum = 254;
1029
            this.trckbarSerial6.Name = "trckbarSerial6";
1030
            this.trckbarSerial6.TickStyle = System.Windows.Forms.TickStyle.None;
1031
            this.trckbarSerial6.ValueChanged += new System.EventHandler(this.trckbarSerial6_ValueChanged);
1032
            // 
1033
            // groupBox15
1034
            // 
1035
            this.groupBox15.BackColor = System.Drawing.SystemColors.Control;
1036
            this.groupBox15.Controls.Add(this.btnSer5_254);
1037
            this.groupBox15.Controls.Add(this.btnSer5_127);
1038
            this.groupBox15.Controls.Add(this.btnSer5_0);
1039
            this.groupBox15.Controls.Add(this.textBoxSerial5);
1040
            this.groupBox15.Controls.Add(this.lblTbSerial5);
1041
            this.groupBox15.Controls.Add(this.trckbarSerial5);
2274 - 1042
            resources.ApplyResources(this.groupBox15, "groupBox15");
2265 - 1043
            this.groupBox15.Name = "groupBox15";
1044
            this.groupBox15.TabStop = false;
1045
            // 
1046
            // btnSer5_254
1047
            // 
2274 - 1048
            resources.ApplyResources(this.btnSer5_254, "btnSer5_254");
2265 - 1049
            this.btnSer5_254.Name = "btnSer5_254";
1050
            this.btnSer5_254.UseVisualStyleBackColor = true;
1051
            this.btnSer5_254.Click += new System.EventHandler(this.btnSer5_254_Click);
1052
            // 
1053
            // btnSer5_127
1054
            // 
2274 - 1055
            resources.ApplyResources(this.btnSer5_127, "btnSer5_127");
2265 - 1056
            this.btnSer5_127.Name = "btnSer5_127";
1057
            this.btnSer5_127.UseVisualStyleBackColor = true;
1058
            this.btnSer5_127.Click += new System.EventHandler(this.btnSer5_127_Click);
1059
            // 
1060
            // btnSer5_0
1061
            // 
2274 - 1062
            resources.ApplyResources(this.btnSer5_0, "btnSer5_0");
2265 - 1063
            this.btnSer5_0.Name = "btnSer5_0";
1064
            this.btnSer5_0.UseVisualStyleBackColor = true;
1065
            this.btnSer5_0.Click += new System.EventHandler(this.btnSer5_0_Click);
1066
            // 
1067
            // textBoxSerial5
1068
            // 
1069
            this.textBoxSerial5.BackColor = System.Drawing.SystemColors.Control;
1070
            this.textBoxSerial5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2274 - 1071
            resources.ApplyResources(this.textBoxSerial5, "textBoxSerial5");
2265 - 1072
            this.textBoxSerial5.Name = "textBoxSerial5";
1073
            this.textBoxSerial5.TextChanged += new System.EventHandler(this.textBoxSerial5_TextChanged);
1074
            // 
1075
            // lblTbSerial5
1076
            // 
2274 - 1077
            resources.ApplyResources(this.lblTbSerial5, "lblTbSerial5");
2265 - 1078
            this.lblTbSerial5.BackColor = System.Drawing.Color.Transparent;
1079
            this.lblTbSerial5.Name = "lblTbSerial5";
1080
            // 
1081
            // trckbarSerial5
1082
            // 
1083
            this.trckbarSerial5.BackColor = System.Drawing.SystemColors.Control;
2274 - 1084
            resources.ApplyResources(this.trckbarSerial5, "trckbarSerial5");
2265 - 1085
            this.trckbarSerial5.Maximum = 254;
1086
            this.trckbarSerial5.Name = "trckbarSerial5";
1087
            this.trckbarSerial5.TickStyle = System.Windows.Forms.TickStyle.None;
1088
            this.trckbarSerial5.ValueChanged += new System.EventHandler(this.trckbarSerial5_ValueChanged);
1089
            // 
2257 - 1090
            // groupBox9
2250 - 1091
            // 
2264 - 1092
            this.groupBox9.BackColor = System.Drawing.SystemColors.Control;
2257 - 1093
            this.groupBox9.Controls.Add(this.btnSer2_254);
1094
            this.groupBox9.Controls.Add(this.btnSer2_127);
1095
            this.groupBox9.Controls.Add(this.btnSer2_0);
1096
            this.groupBox9.Controls.Add(this.textBoxSerial2);
1097
            this.groupBox9.Controls.Add(this.lblTbSerial2);
1098
            this.groupBox9.Controls.Add(this.trckbarSerial2);
2274 - 1099
            resources.ApplyResources(this.groupBox9, "groupBox9");
2257 - 1100
            this.groupBox9.Name = "groupBox9";
1101
            this.groupBox9.TabStop = false;
2250 - 1102
            // 
2257 - 1103
            // btnSer2_254
2250 - 1104
            // 
2274 - 1105
            resources.ApplyResources(this.btnSer2_254, "btnSer2_254");
2257 - 1106
            this.btnSer2_254.Name = "btnSer2_254";
1107
            this.btnSer2_254.UseVisualStyleBackColor = true;
1108
            this.btnSer2_254.Click += new System.EventHandler(this.btnSer2_254_Click);
2250 - 1109
            // 
2257 - 1110
            // btnSer2_127
2250 - 1111
            // 
2274 - 1112
            resources.ApplyResources(this.btnSer2_127, "btnSer2_127");
2257 - 1113
            this.btnSer2_127.Name = "btnSer2_127";
1114
            this.btnSer2_127.UseVisualStyleBackColor = true;
1115
            this.btnSer2_127.Click += new System.EventHandler(this.btnSer2_127_Click);
2250 - 1116
            // 
2257 - 1117
            // btnSer2_0
2250 - 1118
            // 
2274 - 1119
            resources.ApplyResources(this.btnSer2_0, "btnSer2_0");
2257 - 1120
            this.btnSer2_0.Name = "btnSer2_0";
1121
            this.btnSer2_0.UseVisualStyleBackColor = true;
1122
            this.btnSer2_0.Click += new System.EventHandler(this.btnSer2_0_Click);
2250 - 1123
            // 
2257 - 1124
            // textBoxSerial2
2250 - 1125
            // 
2264 - 1126
            this.textBoxSerial2.BackColor = System.Drawing.SystemColors.Control;
2257 - 1127
            this.textBoxSerial2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2274 - 1128
            resources.ApplyResources(this.textBoxSerial2, "textBoxSerial2");
2257 - 1129
            this.textBoxSerial2.Name = "textBoxSerial2";
1130
            this.textBoxSerial2.TextChanged += new System.EventHandler(this.textBoxSerial2_TextChanged);
2250 - 1131
            // 
2257 - 1132
            // lblTbSerial2
2250 - 1133
            // 
2274 - 1134
            resources.ApplyResources(this.lblTbSerial2, "lblTbSerial2");
2257 - 1135
            this.lblTbSerial2.BackColor = System.Drawing.Color.Transparent;
1136
            this.lblTbSerial2.Name = "lblTbSerial2";
2250 - 1137
            // 
2257 - 1138
            // trckbarSerial2
2250 - 1139
            // 
2264 - 1140
            this.trckbarSerial2.BackColor = System.Drawing.SystemColors.Control;
2274 - 1141
            resources.ApplyResources(this.trckbarSerial2, "trckbarSerial2");
2257 - 1142
            this.trckbarSerial2.Maximum = 254;
1143
            this.trckbarSerial2.Name = "trckbarSerial2";
1144
            this.trckbarSerial2.TickStyle = System.Windows.Forms.TickStyle.None;
1145
            this.trckbarSerial2.ValueChanged += new System.EventHandler(this.trckbarSerial2_ValueChanged);
2250 - 1146
            // 
2257 - 1147
            // groupBox6
2250 - 1148
            // 
2264 - 1149
            this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
2257 - 1150
            this.groupBox6.Controls.Add(this.btnSer1_254);
1151
            this.groupBox6.Controls.Add(this.btnSer1_127);
1152
            this.groupBox6.Controls.Add(this.btnSer1_0);
1153
            this.groupBox6.Controls.Add(this.textBoxSerial1);
1154
            this.groupBox6.Controls.Add(this.lblTbSerial1);
1155
            this.groupBox6.Controls.Add(this.trckbarSerial1);
2274 - 1156
            resources.ApplyResources(this.groupBox6, "groupBox6");
2257 - 1157
            this.groupBox6.Name = "groupBox6";
1158
            this.groupBox6.TabStop = false;
2250 - 1159
            // 
2257 - 1160
            // btnSer1_254
2250 - 1161
            // 
2274 - 1162
            resources.ApplyResources(this.btnSer1_254, "btnSer1_254");
2257 - 1163
            this.btnSer1_254.Name = "btnSer1_254";
1164
            this.btnSer1_254.UseVisualStyleBackColor = true;
1165
            this.btnSer1_254.Click += new System.EventHandler(this.btnSer1_254_Click);
2250 - 1166
            // 
2257 - 1167
            // btnSer1_127
2250 - 1168
            // 
2274 - 1169
            resources.ApplyResources(this.btnSer1_127, "btnSer1_127");
2257 - 1170
            this.btnSer1_127.Name = "btnSer1_127";
1171
            this.btnSer1_127.UseVisualStyleBackColor = true;
1172
            this.btnSer1_127.Click += new System.EventHandler(this.btnSer1_127_Click);
2250 - 1173
            // 
2257 - 1174
            // btnSer1_0
2250 - 1175
            // 
2274 - 1176
            resources.ApplyResources(this.btnSer1_0, "btnSer1_0");
2257 - 1177
            this.btnSer1_0.Name = "btnSer1_0";
1178
            this.btnSer1_0.UseVisualStyleBackColor = true;
1179
            this.btnSer1_0.Click += new System.EventHandler(this.btnSer1_0_Click);
2250 - 1180
            // 
2257 - 1181
            // textBoxSerial1
2250 - 1182
            // 
2264 - 1183
            this.textBoxSerial1.BackColor = System.Drawing.SystemColors.Control;
2257 - 1184
            this.textBoxSerial1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2274 - 1185
            resources.ApplyResources(this.textBoxSerial1, "textBoxSerial1");
2257 - 1186
            this.textBoxSerial1.Name = "textBoxSerial1";
1187
            this.textBoxSerial1.TextChanged += new System.EventHandler(this.textBoxSerial1_TextChanged);
2250 - 1188
            // 
2257 - 1189
            // lblTbSerial1
2250 - 1190
            // 
2274 - 1191
            resources.ApplyResources(this.lblTbSerial1, "lblTbSerial1");
2257 - 1192
            this.lblTbSerial1.BackColor = System.Drawing.Color.Transparent;
1193
            this.lblTbSerial1.Name = "lblTbSerial1";
2250 - 1194
            // 
2257 - 1195
            // trckbarSerial1
2250 - 1196
            // 
2264 - 1197
            this.trckbarSerial1.BackColor = System.Drawing.SystemColors.Control;
2274 - 1198
            resources.ApplyResources(this.trckbarSerial1, "trckbarSerial1");
2257 - 1199
            this.trckbarSerial1.Maximum = 254;
1200
            this.trckbarSerial1.Name = "trckbarSerial1";
1201
            this.trckbarSerial1.TickStyle = System.Windows.Forms.TickStyle.None;
1202
            this.trckbarSerial1.Scroll += new System.EventHandler(this.tbSerial1_Scroll);
1203
            this.trckbarSerial1.ValueChanged += new System.EventHandler(this.trckbarSerial1_ValueChanged);
2250 - 1204
            // 
2265 - 1205
            // tabPage2
1206
            // 
1207
            this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
2274 - 1208
            this.tabPage2.Controls.Add(this.cbLanguage);
2265 - 1209
            this.tabPage2.Controls.Add(this.groupBox37);
1210
            this.tabPage2.Controls.Add(this.groupBox34);
2274 - 1211
            this.tabPage2.Controls.Add(this.label12);
2265 - 1212
            this.tabPage2.Controls.Add(this.groupBox32);
1213
            this.tabPage2.Controls.Add(this.groupBox30);
1214
            this.tabPage2.Controls.Add(this.dataGridView1);
2274 - 1215
            resources.ApplyResources(this.tabPage2, "tabPage2");
2265 - 1216
            this.tabPage2.Name = "tabPage2";
1217
            // 
2274 - 1218
            // cbLanguage
1219
            // 
1220
            this.cbLanguage.FormattingEnabled = true;
1221
            this.cbLanguage.Items.AddRange(new object[] {
1222
            resources.GetString("cbLanguage.Items"),
1223
            resources.GetString("cbLanguage.Items1")});
1224
            resources.ApplyResources(this.cbLanguage, "cbLanguage");
1225
            this.cbLanguage.Name = "cbLanguage";
1226
            this.cbLanguage.SelectedIndexChanged += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
1227
            // 
2265 - 1228
            // groupBox37
1229
            // 
1230
            this.groupBox37.Controls.Add(this.btnSwitchNC);
1231
            this.groupBox37.Controls.Add(this.btnSwitchFC);
1232
            this.groupBox37.Controls.Add(this.lblCtrl);
1233
            this.groupBox37.Controls.Add(this.buttonReset);
1234
            this.groupBox37.Controls.Add(this.button1);
2274 - 1235
            resources.ApplyResources(this.groupBox37, "groupBox37");
2265 - 1236
            this.groupBox37.Name = "groupBox37";
1237
            this.groupBox37.TabStop = false;
1238
            // 
1239
            // btnSwitchNC
1240
            // 
2274 - 1241
            resources.ApplyResources(this.btnSwitchNC, "btnSwitchNC");
2265 - 1242
            this.btnSwitchNC.Name = "btnSwitchNC";
1243
            this.btnSwitchNC.UseVisualStyleBackColor = true;
1244
            this.btnSwitchNC.Click += new System.EventHandler(this.btnSwitchNC_Click);
1245
            // 
1246
            // btnSwitchFC
1247
            // 
2274 - 1248
            resources.ApplyResources(this.btnSwitchFC, "btnSwitchFC");
2265 - 1249
            this.btnSwitchFC.Name = "btnSwitchFC";
1250
            this.btnSwitchFC.UseVisualStyleBackColor = true;
1251
            this.btnSwitchFC.Click += new System.EventHandler(this.btnSwitchFC_Click);
1252
            // 
1253
            // lblCtrl
1254
            // 
2274 - 1255
            resources.ApplyResources(this.lblCtrl, "lblCtrl");
2265 - 1256
            this.lblCtrl.Name = "lblCtrl";
1257
            // 
1258
            // buttonReset
1259
            // 
2274 - 1260
            resources.ApplyResources(this.buttonReset, "buttonReset");
2265 - 1261
            this.buttonReset.Name = "buttonReset";
1262
            this.buttonReset.UseVisualStyleBackColor = true;
1263
            this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
1264
            // 
1265
            // button1
1266
            // 
2274 - 1267
            resources.ApplyResources(this.button1, "button1");
2265 - 1268
            this.button1.Name = "button1";
1269
            this.button1.UseVisualStyleBackColor = true;
1270
            this.button1.Click += new System.EventHandler(this.btnVersion_Click);
1271
            // 
1272
            // groupBox34
1273
            // 
2274 - 1274
            resources.ApplyResources(this.groupBox34, "groupBox34");
2265 - 1275
            this.groupBox34.Controls.Add(this.chkbAutoOSD);
1276
            this.groupBox34.Controls.Add(this.chkbAutoBL);
1277
            this.groupBox34.Controls.Add(this.chkbAutoNav);
1278
            this.groupBox34.Controls.Add(this.chkbAutoDbg);
1279
            this.groupBox34.Controls.Add(this.cbTimingOSD);
1280
            this.groupBox34.Controls.Add(this.cbTimingBLCTRL);
1281
            this.groupBox34.Controls.Add(this.cbTimingNAV);
1282
            this.groupBox34.Controls.Add(this.cbTimingDebug);
1283
            this.groupBox34.Controls.Add(this.labelTimingOSD);
1284
            this.groupBox34.Controls.Add(this.labelTimingBLCTRL);
1285
            this.groupBox34.Controls.Add(this.label5);
1286
            this.groupBox34.Controls.Add(this.labelTimingNAV);
1287
            this.groupBox34.Controls.Add(this.label4);
1288
            this.groupBox34.Controls.Add(this.labelTimingDebug);
1289
            this.groupBox34.Controls.Add(this.label3);
1290
            this.groupBox34.Controls.Add(this.label2);
1291
            this.groupBox34.Name = "groupBox34";
1292
            this.groupBox34.TabStop = false;
1293
            // 
1294
            // chkbAutoOSD
1295
            // 
2274 - 1296
            resources.ApplyResources(this.chkbAutoOSD, "chkbAutoOSD");
2265 - 1297
            this.chkbAutoOSD.Name = "chkbAutoOSD";
1298
            this.chkbAutoOSD.UseVisualStyleBackColor = true;
1299
            this.chkbAutoOSD.CheckedChanged += new System.EventHandler(this.chkbAutoOSD_CheckedChanged);
1300
            // 
1301
            // chkbAutoBL
1302
            // 
2274 - 1303
            resources.ApplyResources(this.chkbAutoBL, "chkbAutoBL");
2265 - 1304
            this.chkbAutoBL.Name = "chkbAutoBL";
1305
            this.chkbAutoBL.UseVisualStyleBackColor = true;
1306
            this.chkbAutoBL.CheckedChanged += new System.EventHandler(this.chkbAutoBL_CheckedChanged);
1307
            // 
1308
            // chkbAutoNav
1309
            // 
2274 - 1310
            resources.ApplyResources(this.chkbAutoNav, "chkbAutoNav");
2265 - 1311
            this.chkbAutoNav.Name = "chkbAutoNav";
1312
            this.chkbAutoNav.UseVisualStyleBackColor = true;
1313
            this.chkbAutoNav.CheckedChanged += new System.EventHandler(this.chkbAutoNav_CheckedChanged);
1314
            // 
1315
            // chkbAutoDbg
1316
            // 
2274 - 1317
            resources.ApplyResources(this.chkbAutoDbg, "chkbAutoDbg");
2265 - 1318
            this.chkbAutoDbg.Name = "chkbAutoDbg";
1319
            this.chkbAutoDbg.UseVisualStyleBackColor = true;
1320
            this.chkbAutoDbg.CheckedChanged += new System.EventHandler(this.chkbAutoDbg_CheckedChanged);
1321
            // 
1322
            // cbTimingOSD
1323
            // 
1324
            this.cbTimingOSD.DropDownWidth = 60;
2274 - 1325
            resources.ApplyResources(this.cbTimingOSD, "cbTimingOSD");
2265 - 1326
            this.cbTimingOSD.FormattingEnabled = true;
1327
            this.cbTimingOSD.Items.AddRange(new object[] {
2274 - 1328
            resources.GetString("cbTimingOSD.Items"),
1329
            resources.GetString("cbTimingOSD.Items1"),
1330
            resources.GetString("cbTimingOSD.Items2"),
1331
            resources.GetString("cbTimingOSD.Items3"),
1332
            resources.GetString("cbTimingOSD.Items4"),
1333
            resources.GetString("cbTimingOSD.Items5"),
1334
            resources.GetString("cbTimingOSD.Items6"),
1335
            resources.GetString("cbTimingOSD.Items7"),
1336
            resources.GetString("cbTimingOSD.Items8"),
1337
            resources.GetString("cbTimingOSD.Items9"),
1338
            resources.GetString("cbTimingOSD.Items10"),
1339
            resources.GetString("cbTimingOSD.Items11"),
1340
            resources.GetString("cbTimingOSD.Items12"),
1341
            resources.GetString("cbTimingOSD.Items13"),
1342
            resources.GetString("cbTimingOSD.Items14"),
1343
            resources.GetString("cbTimingOSD.Items15"),
1344
            resources.GetString("cbTimingOSD.Items16"),
1345
            resources.GetString("cbTimingOSD.Items17"),
1346
            resources.GetString("cbTimingOSD.Items18"),
1347
            resources.GetString("cbTimingOSD.Items19"),
1348
            resources.GetString("cbTimingOSD.Items20"),
1349
            resources.GetString("cbTimingOSD.Items21"),
1350
            resources.GetString("cbTimingOSD.Items22"),
1351
            resources.GetString("cbTimingOSD.Items23"),
1352
            resources.GetString("cbTimingOSD.Items24"),
1353
            resources.GetString("cbTimingOSD.Items25"),
1354
            resources.GetString("cbTimingOSD.Items26"),
1355
            resources.GetString("cbTimingOSD.Items27"),
1356
            resources.GetString("cbTimingOSD.Items28")});
2265 - 1357
            this.cbTimingOSD.Name = "cbTimingOSD";
1358
            this.cbTimingOSD.SelectedIndexChanged += new System.EventHandler(this.cbTimingOSD_SelectedIndexChanged);
1359
            // 
1360
            // cbTimingBLCTRL
1361
            // 
1362
            this.cbTimingBLCTRL.DropDownWidth = 60;
2274 - 1363
            resources.ApplyResources(this.cbTimingBLCTRL, "cbTimingBLCTRL");
2265 - 1364
            this.cbTimingBLCTRL.FormattingEnabled = true;
1365
            this.cbTimingBLCTRL.Items.AddRange(new object[] {
2274 - 1366
            resources.GetString("cbTimingBLCTRL.Items"),
1367
            resources.GetString("cbTimingBLCTRL.Items1"),
1368
            resources.GetString("cbTimingBLCTRL.Items2"),
1369
            resources.GetString("cbTimingBLCTRL.Items3"),
1370
            resources.GetString("cbTimingBLCTRL.Items4"),
1371
            resources.GetString("cbTimingBLCTRL.Items5"),
1372
            resources.GetString("cbTimingBLCTRL.Items6"),
1373
            resources.GetString("cbTimingBLCTRL.Items7"),
1374
            resources.GetString("cbTimingBLCTRL.Items8"),
1375
            resources.GetString("cbTimingBLCTRL.Items9"),
1376
            resources.GetString("cbTimingBLCTRL.Items10"),
1377
            resources.GetString("cbTimingBLCTRL.Items11"),
1378
            resources.GetString("cbTimingBLCTRL.Items12"),
1379
            resources.GetString("cbTimingBLCTRL.Items13"),
1380
            resources.GetString("cbTimingBLCTRL.Items14"),
1381
            resources.GetString("cbTimingBLCTRL.Items15"),
1382
            resources.GetString("cbTimingBLCTRL.Items16"),
1383
            resources.GetString("cbTimingBLCTRL.Items17"),
1384
            resources.GetString("cbTimingBLCTRL.Items18"),
1385
            resources.GetString("cbTimingBLCTRL.Items19"),
1386
            resources.GetString("cbTimingBLCTRL.Items20"),
1387
            resources.GetString("cbTimingBLCTRL.Items21"),
1388
            resources.GetString("cbTimingBLCTRL.Items22"),
1389
            resources.GetString("cbTimingBLCTRL.Items23"),
1390
            resources.GetString("cbTimingBLCTRL.Items24"),
1391
            resources.GetString("cbTimingBLCTRL.Items25"),
1392
            resources.GetString("cbTimingBLCTRL.Items26"),
1393
            resources.GetString("cbTimingBLCTRL.Items27"),
1394
            resources.GetString("cbTimingBLCTRL.Items28")});
2265 - 1395
            this.cbTimingBLCTRL.Name = "cbTimingBLCTRL";
1396
            this.cbTimingBLCTRL.SelectedIndexChanged += new System.EventHandler(this.cbTimingBLCTRL_SelectedIndexChanged);
1397
            // 
1398
            // cbTimingNAV
1399
            // 
1400
            this.cbTimingNAV.DropDownWidth = 60;
2274 - 1401
            resources.ApplyResources(this.cbTimingNAV, "cbTimingNAV");
2265 - 1402
            this.cbTimingNAV.FormattingEnabled = true;
1403
            this.cbTimingNAV.Items.AddRange(new object[] {
2274 - 1404
            resources.GetString("cbTimingNAV.Items"),
1405
            resources.GetString("cbTimingNAV.Items1"),
1406
            resources.GetString("cbTimingNAV.Items2"),
1407
            resources.GetString("cbTimingNAV.Items3"),
1408
            resources.GetString("cbTimingNAV.Items4"),
1409
            resources.GetString("cbTimingNAV.Items5"),
1410
            resources.GetString("cbTimingNAV.Items6"),
1411
            resources.GetString("cbTimingNAV.Items7"),
1412
            resources.GetString("cbTimingNAV.Items8"),
1413
            resources.GetString("cbTimingNAV.Items9"),
1414
            resources.GetString("cbTimingNAV.Items10"),
1415
            resources.GetString("cbTimingNAV.Items11"),
1416
            resources.GetString("cbTimingNAV.Items12"),
1417
            resources.GetString("cbTimingNAV.Items13"),
1418
            resources.GetString("cbTimingNAV.Items14"),
1419
            resources.GetString("cbTimingNAV.Items15"),
1420
            resources.GetString("cbTimingNAV.Items16"),
1421
            resources.GetString("cbTimingNAV.Items17"),
1422
            resources.GetString("cbTimingNAV.Items18"),
1423
            resources.GetString("cbTimingNAV.Items19"),
1424
            resources.GetString("cbTimingNAV.Items20"),
1425
            resources.GetString("cbTimingNAV.Items21"),
1426
            resources.GetString("cbTimingNAV.Items22"),
1427
            resources.GetString("cbTimingNAV.Items23"),
1428
            resources.GetString("cbTimingNAV.Items24"),
1429
            resources.GetString("cbTimingNAV.Items25"),
1430
            resources.GetString("cbTimingNAV.Items26"),
1431
            resources.GetString("cbTimingNAV.Items27"),
1432
            resources.GetString("cbTimingNAV.Items28")});
2265 - 1433
            this.cbTimingNAV.Name = "cbTimingNAV";
1434
            this.cbTimingNAV.SelectedIndexChanged += new System.EventHandler(this.cbTimingNAV_SelectedIndexChanged);
1435
            // 
1436
            // cbTimingDebug
1437
            // 
1438
            this.cbTimingDebug.DropDownWidth = 60;
2274 - 1439
            resources.ApplyResources(this.cbTimingDebug, "cbTimingDebug");
2265 - 1440
            this.cbTimingDebug.FormattingEnabled = true;
1441
            this.cbTimingDebug.Items.AddRange(new object[] {
2274 - 1442
            resources.GetString("cbTimingDebug.Items"),
1443
            resources.GetString("cbTimingDebug.Items1"),
1444
            resources.GetString("cbTimingDebug.Items2"),
1445
            resources.GetString("cbTimingDebug.Items3"),
1446
            resources.GetString("cbTimingDebug.Items4"),
1447
            resources.GetString("cbTimingDebug.Items5"),
1448
            resources.GetString("cbTimingDebug.Items6"),
1449
            resources.GetString("cbTimingDebug.Items7"),
1450
            resources.GetString("cbTimingDebug.Items8"),
1451
            resources.GetString("cbTimingDebug.Items9"),
1452
            resources.GetString("cbTimingDebug.Items10"),
1453
            resources.GetString("cbTimingDebug.Items11"),
1454
            resources.GetString("cbTimingDebug.Items12"),
1455
            resources.GetString("cbTimingDebug.Items13"),
1456
            resources.GetString("cbTimingDebug.Items14"),
1457
            resources.GetString("cbTimingDebug.Items15"),
1458
            resources.GetString("cbTimingDebug.Items16"),
1459
            resources.GetString("cbTimingDebug.Items17"),
1460
            resources.GetString("cbTimingDebug.Items18"),
1461
            resources.GetString("cbTimingDebug.Items19"),
1462
            resources.GetString("cbTimingDebug.Items20"),
1463
            resources.GetString("cbTimingDebug.Items21"),
1464
            resources.GetString("cbTimingDebug.Items22"),
1465
            resources.GetString("cbTimingDebug.Items23"),
1466
            resources.GetString("cbTimingDebug.Items24"),
1467
            resources.GetString("cbTimingDebug.Items25"),
1468
            resources.GetString("cbTimingDebug.Items26"),
1469
            resources.GetString("cbTimingDebug.Items27"),
1470
            resources.GetString("cbTimingDebug.Items28")});
2265 - 1471
            this.cbTimingDebug.Name = "cbTimingDebug";
1472
            this.cbTimingDebug.SelectedIndexChanged += new System.EventHandler(this.cbTimingDebug_SelectedIndexChanged);
1473
            // 
1474
            // labelTimingOSD
1475
            // 
2274 - 1476
            resources.ApplyResources(this.labelTimingOSD, "labelTimingOSD");
2265 - 1477
            this.labelTimingOSD.Name = "labelTimingOSD";
1478
            // 
1479
            // labelTimingBLCTRL
1480
            // 
2274 - 1481
            resources.ApplyResources(this.labelTimingBLCTRL, "labelTimingBLCTRL");
2265 - 1482
            this.labelTimingBLCTRL.Name = "labelTimingBLCTRL";
1483
            // 
1484
            // label5
1485
            // 
2274 - 1486
            resources.ApplyResources(this.label5, "label5");
2265 - 1487
            this.label5.Name = "label5";
1488
            // 
1489
            // labelTimingNAV
1490
            // 
2274 - 1491
            resources.ApplyResources(this.labelTimingNAV, "labelTimingNAV");
2265 - 1492
            this.labelTimingNAV.Name = "labelTimingNAV";
1493
            // 
1494
            // label4
1495
            // 
2274 - 1496
            resources.ApplyResources(this.label4, "label4");
2265 - 1497
            this.label4.Name = "label4";
1498
            // 
1499
            // labelTimingDebug
1500
            // 
2274 - 1501
            resources.ApplyResources(this.labelTimingDebug, "labelTimingDebug");
2265 - 1502
            this.labelTimingDebug.Name = "labelTimingDebug";
1503
            // 
1504
            // label3
1505
            // 
2274 - 1506
            resources.ApplyResources(this.label3, "label3");
2265 - 1507
            this.label3.Name = "label3";
1508
            // 
1509
            // label2
1510
            // 
2274 - 1511
            resources.ApplyResources(this.label2, "label2");
2265 - 1512
            this.label2.Name = "label2";
1513
            // 
2274 - 1514
            // label12
1515
            // 
1516
            resources.ApplyResources(this.label12, "label12");
1517
            this.label12.Name = "label12";
1518
            // 
2265 - 1519
            // groupBox32
1520
            // 
1521
            this.groupBox32.Controls.Add(this.button5);
1522
            this.groupBox32.Controls.Add(this.btnReadBLCtrl);
1523
            this.groupBox32.Controls.Add(this.btnGetNaviData);
2274 - 1524
            resources.ApplyResources(this.groupBox32, "groupBox32");
2265 - 1525
            this.groupBox32.Name = "groupBox32";
1526
            this.groupBox32.TabStop = false;
1527
            // 
1528
            // button5
1529
            // 
2274 - 1530
            resources.ApplyResources(this.button5, "button5");
2265 - 1531
            this.button5.Name = "button5";
1532
            this.button5.UseVisualStyleBackColor = true;
1533
            this.button5.Click += new System.EventHandler(this.btnDbgData_Click);
1534
            // 
1535
            // btnReadBLCtrl
1536
            // 
2274 - 1537
            resources.ApplyResources(this.btnReadBLCtrl, "btnReadBLCtrl");
2265 - 1538
            this.btnReadBLCtrl.Name = "btnReadBLCtrl";
1539
            this.btnReadBLCtrl.UseVisualStyleBackColor = true;
1540
            this.btnReadBLCtrl.Click += new System.EventHandler(this.btnReadBLCtrl_Click);
1541
            // 
1542
            // btnGetNaviData
1543
            // 
2274 - 1544
            resources.ApplyResources(this.btnGetNaviData, "btnGetNaviData");
2265 - 1545
            this.btnGetNaviData.Name = "btnGetNaviData";
1546
            this.btnGetNaviData.UseVisualStyleBackColor = true;
1547
            this.btnGetNaviData.Click += new System.EventHandler(this.btnGetNaviData_Click);
1548
            // 
1549
            // groupBox30
1550
            // 
2274 - 1551
            resources.ApplyResources(this.groupBox30, "groupBox30");
2265 - 1552
            this.groupBox30.Controls.Add(this.simpleSerialPort);
1553
            this.groupBox30.Name = "groupBox30";
1554
            this.groupBox30.TabStop = false;
1555
            // 
2274 - 1556
            // simpleSerialPort
1557
            // 
1558
            resources.ApplyResources(this.simpleSerialPort, "simpleSerialPort");
1559
            this.simpleSerialPort.Name = "simpleSerialPort";
1560
            // 
2265 - 1561
            // dataGridView1
1562
            // 
1563
            this.dataGridView1.AllowUserToAddRows = false;
1564
            this.dataGridView1.AllowUserToDeleteRows = false;
1565
            this.dataGridView1.AllowUserToResizeColumns = false;
1566
            this.dataGridView1.AllowUserToResizeRows = false;
1567
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
1568
            this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
1569
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
1570
            this.dataGridView1.ColumnHeadersVisible = false;
1571
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
1572
            this.dataGridView1.EnableHeadersVisualStyles = false;
2274 - 1573
            resources.ApplyResources(this.dataGridView1, "dataGridView1");
2265 - 1574
            this.dataGridView1.Name = "dataGridView1";
1575
            this.dataGridView1.ReadOnly = true;
1576
            this.dataGridView1.RowHeadersVisible = false;
1577
            this.dataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1578
            this.dataGridView1.RowTemplate.Height = 14;
1579
            // 
2257 - 1580
            // tabPageTesting
2250 - 1581
            // 
2257 - 1582
            this.tabPageTesting.Controls.Add(this.cbWPIndex);
1583
            this.tabPageTesting.Controls.Add(this.btnGetWP);
1584
            this.tabPageTesting.Controls.Add(this.dgvWP);
1585
            this.tabPageTesting.Controls.Add(this.lbLabels);
1586
            this.tabPageTesting.Controls.Add(this.btnOSDAuto);
1587
            this.tabPageTesting.Controls.Add(this.btnOSD);
1588
            this.tabPageTesting.Controls.Add(this.btnSaveFCLabels);
1589
            this.tabPageTesting.Controls.Add(this.btnLoadFCLabels);
1590
            this.tabPageTesting.Controls.Add(this.button4);
1591
            this.tabPageTesting.Controls.Add(this.lblFileName);
1592
            this.tabPageTesting.Controls.Add(this.btnReadFCFile);
1593
            this.tabPageTesting.Controls.Add(this.button3);
1594
            this.tabPageTesting.Controls.Add(this.button2);
2274 - 1595
            resources.ApplyResources(this.tabPageTesting, "tabPageTesting");
2257 - 1596
            this.tabPageTesting.Name = "tabPageTesting";
1597
            this.tabPageTesting.UseVisualStyleBackColor = true;
2250 - 1598
            // 
2257 - 1599
            // cbWPIndex
2250 - 1600
            // 
2257 - 1601
            this.cbWPIndex.FormattingEnabled = true;
2274 - 1602
            resources.ApplyResources(this.cbWPIndex, "cbWPIndex");
2257 - 1603
            this.cbWPIndex.Name = "cbWPIndex";
2250 - 1604
            // 
2257 - 1605
            // btnGetWP
2250 - 1606
            // 
2274 - 1607
            resources.ApplyResources(this.btnGetWP, "btnGetWP");
2257 - 1608
            this.btnGetWP.Name = "btnGetWP";
1609
            this.btnGetWP.UseVisualStyleBackColor = true;
1610
            this.btnGetWP.Click += new System.EventHandler(this.btnGetWP_Click);
2250 - 1611
            // 
2257 - 1612
            // dgvWP
2250 - 1613
            // 
2257 - 1614
            this.dgvWP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2274 - 1615
            resources.ApplyResources(this.dgvWP, "dgvWP");
2257 - 1616
            this.dgvWP.Name = "dgvWP";
2250 - 1617
            // 
2265 - 1618
            // lbLabels
1619
            // 
2274 - 1620
            resources.ApplyResources(this.lbLabels, "lbLabels");
2265 - 1621
            this.lbLabels.Name = "lbLabels";
1622
            // 
1623
            // btnOSDAuto
1624
            // 
2274 - 1625
            resources.ApplyResources(this.btnOSDAuto, "btnOSDAuto");
2265 - 1626
            this.btnOSDAuto.Name = "btnOSDAuto";
1627
            this.btnOSDAuto.UseVisualStyleBackColor = true;
1628
            this.btnOSDAuto.Click += new System.EventHandler(this.btnOSDAuto_Click);
1629
            // 
1630
            // btnOSD
1631
            // 
2274 - 1632
            resources.ApplyResources(this.btnOSD, "btnOSD");
2265 - 1633
            this.btnOSD.Name = "btnOSD";
1634
            this.btnOSD.UseVisualStyleBackColor = true;
1635
            this.btnOSD.Click += new System.EventHandler(this.btnOSD_Click);
1636
            // 
1637
            // btnSaveFCLabels
1638
            // 
2274 - 1639
            resources.ApplyResources(this.btnSaveFCLabels, "btnSaveFCLabels");
2265 - 1640
            this.btnSaveFCLabels.Name = "btnSaveFCLabels";
1641
            this.btnSaveFCLabels.UseVisualStyleBackColor = true;
1642
            this.btnSaveFCLabels.Click += new System.EventHandler(this.btnSaveLabels_Click);
1643
            // 
1644
            // btnLoadFCLabels
1645
            // 
2274 - 1646
            resources.ApplyResources(this.btnLoadFCLabels, "btnLoadFCLabels");
2265 - 1647
            this.btnLoadFCLabels.Name = "btnLoadFCLabels";
1648
            this.btnLoadFCLabels.UseVisualStyleBackColor = true;
1649
            this.btnLoadFCLabels.Click += new System.EventHandler(this.btnLoadLabels_Click);
1650
            // 
1651
            // button4
1652
            // 
2274 - 1653
            resources.ApplyResources(this.button4, "button4");
2265 - 1654
            this.button4.Name = "button4";
1655
            this.button4.UseVisualStyleBackColor = true;
1656
            this.button4.Click += new System.EventHandler(this.button4_Click);
1657
            // 
1658
            // lblFileName
1659
            // 
2274 - 1660
            resources.ApplyResources(this.lblFileName, "lblFileName");
2265 - 1661
            this.lblFileName.Name = "lblFileName";
1662
            // 
1663
            // btnReadFCFile
1664
            // 
2274 - 1665
            resources.ApplyResources(this.btnReadFCFile, "btnReadFCFile");
2265 - 1666
            this.btnReadFCFile.Name = "btnReadFCFile";
1667
            this.btnReadFCFile.UseVisualStyleBackColor = true;
1668
            this.btnReadFCFile.Click += new System.EventHandler(this.btnReadLabelFile_Click);
1669
            // 
1670
            // button3
1671
            // 
2274 - 1672
            resources.ApplyResources(this.button3, "button3");
2265 - 1673
            this.button3.Name = "button3";
1674
            this.button3.UseVisualStyleBackColor = true;
1675
            this.button3.Click += new System.EventHandler(this.button3_Click);
1676
            // 
1677
            // button2
1678
            // 
2274 - 1679
            resources.ApplyResources(this.button2, "button2");
2265 - 1680
            this.button2.Name = "button2";
1681
            this.button2.UseVisualStyleBackColor = true;
1682
            this.button2.Click += new System.EventHandler(this.btnAnalogLabels_Click);
1683
            // 
1684
            // groupBox31
1685
            // 
2274 - 1686
            resources.ApplyResources(this.groupBox31, "groupBox31");
2265 - 1687
            this.groupBox31.Controls.Add(this.lblNCCtrl);
1688
            this.groupBox31.Name = "groupBox31";
1689
            this.groupBox31.TabStop = false;
1690
            // 
1691
            // lblNCCtrl
1692
            // 
2274 - 1693
            resources.ApplyResources(this.lblNCCtrl, "lblNCCtrl");
2265 - 1694
            this.lblNCCtrl.Name = "lblNCCtrl";
1695
            // 
1696
            // lblCRCErr
1697
            // 
2274 - 1698
            resources.ApplyResources(this.lblCRCErr, "lblCRCErr");
2265 - 1699
            this.lblCRCErr.Name = "lblCRCErr";
1700
            // 
1701
            // rtfTerminal
1702
            // 
2274 - 1703
            resources.ApplyResources(this.rtfTerminal, "rtfTerminal");
2265 - 1704
            this.rtfTerminal.Name = "rtfTerminal";
1705
            // 
1706
            // label6
1707
            // 
2274 - 1708
            resources.ApplyResources(this.label6, "label6");
2265 - 1709
            this.label6.Name = "label6";
1710
            // 
1711
            // btnReadDebugCont
1712
            // 
2274 - 1713
            resources.ApplyResources(this.btnReadDebugCont, "btnReadDebugCont");
2265 - 1714
            this.btnReadDebugCont.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
1715
            this.btnReadDebugCont.Name = "btnReadDebugCont";
1716
            this.btnReadDebugCont.UseVisualStyleBackColor = false;
1717
            this.btnReadDebugCont.Click += new System.EventHandler(this.btnReadDbgCont_Click);
1718
            // 
1719
            // lblLifeCounter
1720
            // 
2274 - 1721
            resources.ApplyResources(this.lblLifeCounter, "lblLifeCounter");
2265 - 1722
            this.lblLifeCounter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
1723
            this.lblLifeCounter.Name = "lblLifeCounter";
1724
            // 
1725
            // label1
1726
            // 
2274 - 1727
            resources.ApplyResources(this.label1, "label1");
2265 - 1728
            this.label1.Name = "label1";
1729
            // 
2233 - 1730
            // btnConn
1731
            // 
2274 - 1732
            resources.ApplyResources(this.btnConn, "btnConn");
2233 - 1733
            this.btnConn.Name = "btnConn";
1734
            this.btnConn.UseVisualStyleBackColor = true;
1735
            this.btnConn.Click += new System.EventHandler(this.btnConn_Click);
1736
            // 
1737
            // rtfError
1738
            // 
2274 - 1739
            resources.ApplyResources(this.rtfError, "rtfError");
2233 - 1740
            this.rtfError.Name = "rtfError";
2254 - 1741
            this.rtfError.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtfError_LinkClicked);
2233 - 1742
            // 
2274 - 1743
            // timer1
2264 - 1744
            // 
2274 - 1745
            this.timer1.Enabled = true;
1746
            this.timer1.Interval = 4000;
1747
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
2264 - 1748
            // 
2233 - 1749
            // MainForm
1750
            // 
2274 - 1751
            resources.ApplyResources(this, "$this");
2233 - 1752
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1753
            this.Controls.Add(this.splitContainer1);
1754
            this.Name = "MainForm";
1755
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
1756
            this.Shown += new System.EventHandler(this.MainForm_Shown);
2265 - 1757
            this.splitContainer1.Panel1.ResumeLayout(false);
1758
            this.splitContainer1.Panel2.ResumeLayout(false);
1759
            this.splitContainer1.Panel2.PerformLayout();
1760
            this.splitContainer1.ResumeLayout(false);
1761
            this.TabControl1.ResumeLayout(false);
2233 - 1762
            this.tabPage3.ResumeLayout(false);
1763
            this.tabPage3.PerformLayout();
2257 - 1764
            this.groupBox8.ResumeLayout(false);
1765
            this.groupBox8.PerformLayout();
2254 - 1766
            this.groupBox38.ResumeLayout(false);
1767
            this.groupBox38.PerformLayout();
2250 - 1768
            this.groupBox7.ResumeLayout(false);
1769
            ((System.ComponentModel.ISupportInitialize)(this.dgvMotors2)).EndInit();
1770
            ((System.ComponentModel.ISupportInitialize)(this.dgvMotors1)).EndInit();
1771
            this.groupBox39.ResumeLayout(false);
1772
            this.groupBox39.PerformLayout();
2233 - 1773
            this.groupBox36.ResumeLayout(false);
1774
            this.groupBox36.PerformLayout();
1775
            this.groupBox35.ResumeLayout(false);
1776
            this.groupBox27.ResumeLayout(false);
1777
            this.groupBox27.PerformLayout();
1778
            this.groupBox19.ResumeLayout(false);
1779
            this.groupBox19.PerformLayout();
1780
            this.groupBox18.ResumeLayout(false);
1781
            this.groupBox18.PerformLayout();
1782
            this.groupBox33.ResumeLayout(false);
1783
            this.groupBox33.PerformLayout();
1784
            this.groupBox26.ResumeLayout(false);
1785
            this.groupBox26.PerformLayout();
1786
            this.groupBox29.ResumeLayout(false);
1787
            this.groupBox29.PerformLayout();
1788
            this.groupBox28.ResumeLayout(false);
1789
            this.groupBox28.PerformLayout();
1790
            this.groupBox5.ResumeLayout(false);
1791
            this.groupBox5.PerformLayout();
1792
            this.groupBox4.ResumeLayout(false);
1793
            this.groupBox4.PerformLayout();
1794
            this.groupBox3.ResumeLayout(false);
1795
            this.groupBox3.PerformLayout();
1796
            this.groupBox2.ResumeLayout(false);
1797
            this.groupBox2.PerformLayout();
1798
            this.groupBox25.ResumeLayout(false);
1799
            this.groupBox25.PerformLayout();
1800
            this.groupBox1.ResumeLayout(false);
1801
            this.groupBox1.PerformLayout();
2257 - 1802
            this.tabPageSerial.ResumeLayout(false);
2265 - 1803
            this.groupBox12.ResumeLayout(false);
1804
            this.groupBox12.PerformLayout();
1805
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial8)).EndInit();
2259 - 1806
            this.groupBox11.ResumeLayout(false);
1807
            this.groupBox11.PerformLayout();
1808
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial4)).EndInit();
2265 - 1809
            this.groupBox13.ResumeLayout(false);
1810
            this.groupBox13.PerformLayout();
1811
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial7)).EndInit();
2259 - 1812
            this.groupBox10.ResumeLayout(false);
1813
            this.groupBox10.PerformLayout();
1814
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial3)).EndInit();
2265 - 1815
            this.groupBox14.ResumeLayout(false);
1816
            this.groupBox14.PerformLayout();
1817
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial6)).EndInit();
1818
            this.groupBox15.ResumeLayout(false);
1819
            this.groupBox15.PerformLayout();
1820
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial5)).EndInit();
2257 - 1821
            this.groupBox9.ResumeLayout(false);
1822
            this.groupBox9.PerformLayout();
1823
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial2)).EndInit();
1824
            this.groupBox6.ResumeLayout(false);
1825
            this.groupBox6.PerformLayout();
1826
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial1)).EndInit();
2265 - 1827
            this.tabPage2.ResumeLayout(false);
2274 - 1828
            this.tabPage2.PerformLayout();
2265 - 1829
            this.groupBox37.ResumeLayout(false);
1830
            this.groupBox37.PerformLayout();
1831
            this.groupBox34.ResumeLayout(false);
1832
            this.groupBox34.PerformLayout();
1833
            this.groupBox32.ResumeLayout(false);
1834
            this.groupBox30.ResumeLayout(false);
1835
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
2233 - 1836
            this.tabPageTesting.ResumeLayout(false);
1837
            this.tabPageTesting.PerformLayout();
2257 - 1838
            ((System.ComponentModel.ISupportInitialize)(this.dgvWP)).EndInit();
2265 - 1839
            this.groupBox31.ResumeLayout(false);
1840
            this.groupBox31.PerformLayout();
2233 - 1841
            this.ResumeLayout(false);
1842
 
1843
        }
1844
 
1845
        #endregion
1846
 
1847
        private SimpleSerialPort.SimpleSerialPort simpleSerialPort;
1848
        private System.Windows.Forms.Button buttonReset;
1849
        private System.Windows.Forms.Button button1;
1850
        private System.Windows.Forms.Button btnSwitchFC;
1851
        private System.Windows.Forms.Button btnSwitchNC;
1852
        private System.Windows.Forms.Label lblCtrl;
1853
        private System.Windows.Forms.Timer timer1;
1854
        private System.Windows.Forms.RichTextBox rtfTerminal;
1855
        private System.Windows.Forms.Button btnReadDebugCont;
1856
        private System.Windows.Forms.TabPage tabPage2;
1857
        private System.Windows.Forms.Button btnGetNaviData;
1858
        private System.Windows.Forms.Button btnReadBLCtrl;
1859
        private System.Windows.Forms.DataGridView dataGridView1;
1860
        private System.Windows.Forms.Button btnReadFCFile;
1861
        private System.Windows.Forms.Button btnLoadFCLabels;
1862
        private System.Windows.Forms.Button btnSaveFCLabels;
1863
        private System.Windows.Forms.ListBox lbLabels;
1864
        private System.Windows.Forms.Button button5;
1865
        private System.Windows.Forms.Button button2;
1866
        private System.Windows.Forms.Label lblFileName;
1867
        private System.Windows.Forms.TabPage tabPage3;
1868
        private System.Windows.Forms.GroupBox groupBox26;
1869
        private System.Windows.Forms.Label lblNCCap;
1870
        private System.Windows.Forms.GroupBox groupBox29;
1871
        private System.Windows.Forms.Label lblNCFlTime;
1872
        private System.Windows.Forms.GroupBox groupBox28;
1873
        private System.Windows.Forms.Label lblNCRC;
1874
        private System.Windows.Forms.GroupBox groupBox27;
1875
        private System.Windows.Forms.Label lblNCErrNmbr;
1876
        private System.Windows.Forms.GroupBox groupBox19;
1877
        private System.Windows.Forms.Label lblNCSPI;
1878
        private System.Windows.Forms.GroupBox groupBox18;
1879
        private System.Windows.Forms.Label lblNCI2C;
1880
        private System.Windows.Forms.GroupBox groupBox5;
1881
        private System.Windows.Forms.Label lblNCSat;
1882
        private System.Windows.Forms.GroupBox groupBox4;
1883
        private System.Windows.Forms.Label lblNCMF;
1884
        private System.Windows.Forms.GroupBox groupBox3;
1885
        private System.Windows.Forms.Label lblNCCur;
1886
        private System.Windows.Forms.GroupBox groupBox2;
1887
        private System.Windows.Forms.Label lblNCVolt;
1888
        private System.Windows.Forms.GroupBox groupBox25;
1889
        private System.Windows.Forms.Label lblNCGSpeed;
1890
        private System.Windows.Forms.GroupBox groupBox1;
1891
        private System.Windows.Forms.Label lblNCAlt;
1892
        private AvionicsInstrumentControl.HeadingIndicator headingIndicator1;
1893
        private ArtificialHorizon.ArtificialHorizon artificialHorizon1;
1894
        private System.Windows.Forms.Label lblNCCompass;
1895
        private System.Windows.Forms.Label lblNCRoll;
1896
        private System.Windows.Forms.Label lblNCPitch;
2257 - 1897
        private System.Windows.Forms.TabControl TabControl1;
2233 - 1898
        private System.Windows.Forms.GroupBox groupBox30;
1899
        private System.Windows.Forms.Button btnConn;
1900
        private System.Windows.Forms.GroupBox groupBox31;
1901
        private System.Windows.Forms.Label lblNCCtrl;
1902
        private System.Windows.Forms.GroupBox groupBox32;
1903
        private System.Windows.Forms.Button button3;
1904
        private System.Windows.Forms.Button button4;
1905
        private System.Windows.Forms.Label label1;
1906
        private System.Windows.Forms.Label lblLifeCounter;
1907
        private System.Windows.Forms.GroupBox groupBox33;
2250 - 1908
        private System.Windows.Forms.Label lblNCDistHP;
2233 - 1909
        private System.Windows.Forms.RichTextBox rtfOSD;
1910
        private System.Windows.Forms.Button btnOSD;
1911
        private System.Windows.Forms.Button btnOSDForward;
1912
        private System.Windows.Forms.Button btnOSDBackward;
1913
        private System.Windows.Forms.Button btnOSDAuto;
1914
        private System.Windows.Forms.ComboBox cbOSD;
1915
        private System.Windows.Forms.GroupBox groupBox34;
1916
        private System.Windows.Forms.ComboBox cbTimingBLCTRL;
1917
        private System.Windows.Forms.ComboBox cbTimingNAV;
1918
        private System.Windows.Forms.ComboBox cbTimingDebug;
1919
        private System.Windows.Forms.Label label4;
1920
        private System.Windows.Forms.Label label3;
1921
        private System.Windows.Forms.Label label2;
1922
        private System.Windows.Forms.ComboBox cbTimingOSD;
1923
        private System.Windows.Forms.Label label5;
1924
        private System.Windows.Forms.GroupBox groupBox35;
1925
        private System.Windows.Forms.RichTextBox rtfError;
1926
        private System.Windows.Forms.CheckBox chkbAutoOSD;
1927
        private System.Windows.Forms.CheckBox chkbAutoBL;
1928
        private System.Windows.Forms.CheckBox chkbAutoNav;
1929
        private System.Windows.Forms.CheckBox chkbAutoDbg;
1930
        private System.Windows.Forms.Label labelTimingOSD;
1931
        private System.Windows.Forms.Label labelTimingBLCTRL;
1932
        private System.Windows.Forms.Label labelTimingNAV;
1933
        private System.Windows.Forms.Label labelTimingDebug;
1934
        private System.Windows.Forms.TabPage tabPageTesting;
1935
        private System.Windows.Forms.GroupBox groupBox37;
1936
        private System.Windows.Forms.GroupBox groupBox36;
1937
        private System.Windows.Forms.Label lblOSDPageNr;
1938
        private System.Windows.Forms.SplitContainer splitContainer1;
1939
        private System.Windows.Forms.Button btnOSDLeave;
1940
        private System.Windows.Forms.Button btnOSDEnter;
1941
        private System.Windows.Forms.Label lblCRCErr;
1942
        private System.Windows.Forms.Label label6;
2250 - 1943
        private System.Windows.Forms.GroupBox groupBox38;
1944
        private System.Windows.Forms.Label label9;
1945
        private System.Windows.Forms.Label lblNCGPSLat;
1946
        private System.Windows.Forms.Label label8;
1947
        private System.Windows.Forms.Label lblNCGPSLong;
1948
        private System.Windows.Forms.Label label7;
1949
        private System.Windows.Forms.GroupBox groupBox39;
1950
        private System.Windows.Forms.Label lblNCDistWP;
1951
        private System.Windows.Forms.DataGridView dgvMotors1;
1952
        private System.Windows.Forms.GroupBox groupBox7;
1953
        private System.Windows.Forms.DataGridView dgvMotors2;
2254 - 1954
        private System.Windows.Forms.GroupBox groupBox8;
1955
        private System.Windows.Forms.Label lblNCWPCount;
1956
        private System.Windows.Forms.Label label11;
1957
        private System.Windows.Forms.Label lblNCWPIndex;
1958
        private System.Windows.Forms.Label label10;
1959
        private System.Windows.Forms.Label lblNCDistHP1;
2257 - 1960
        private System.Windows.Forms.DataGridView dgvWP;
1961
        private System.Windows.Forms.Button btnGetWP;
1962
        private System.Windows.Forms.ComboBox cbWPIndex;
1963
        private System.Windows.Forms.TabPage tabPageSerial;
1964
        private System.Windows.Forms.Label lblTbSerial1;
1965
        private System.Windows.Forms.TrackBar trckbarSerial1;
1966
        private System.Windows.Forms.TextBox textBoxSerial1;
1967
        private System.Windows.Forms.GroupBox groupBox6;
1968
        private System.Windows.Forms.Button btnSer1_254;
1969
        private System.Windows.Forms.Button btnSer1_127;
1970
        private System.Windows.Forms.Button btnSer1_0;
1971
        private System.Windows.Forms.GroupBox groupBox9;
1972
        private System.Windows.Forms.Button btnSer2_254;
1973
        private System.Windows.Forms.Button btnSer2_127;
1974
        private System.Windows.Forms.Button btnSer2_0;
1975
        private System.Windows.Forms.TextBox textBoxSerial2;
1976
        private System.Windows.Forms.Label lblTbSerial2;
1977
        private System.Windows.Forms.TrackBar trckbarSerial2;
2259 - 1978
        private System.Windows.Forms.GroupBox groupBox11;
1979
        private System.Windows.Forms.Button btnSer4_254;
1980
        private System.Windows.Forms.Button btnSer4_127;
1981
        private System.Windows.Forms.Button btnSer4_0;
1982
        private System.Windows.Forms.TextBox textBoxSerial4;
1983
        private System.Windows.Forms.Label lblTbSerial4;
1984
        private System.Windows.Forms.TrackBar trckbarSerial4;
1985
        private System.Windows.Forms.GroupBox groupBox10;
1986
        private System.Windows.Forms.Button btnSer3_254;
1987
        private System.Windows.Forms.Button btnSer3_127;
1988
        private System.Windows.Forms.Button btnSer3_0;
1989
        private System.Windows.Forms.TextBox textBoxSerial3;
1990
        private System.Windows.Forms.Label lblTbSerial3;
1991
        private System.Windows.Forms.TrackBar trckbarSerial3;
2265 - 1992
        private System.Windows.Forms.GroupBox groupBox12;
1993
        private System.Windows.Forms.Button btnSer8_254;
1994
        private System.Windows.Forms.Button btnSer8_127;
1995
        private System.Windows.Forms.Button btnSer8_0;
1996
        private System.Windows.Forms.TextBox textBoxSerial8;
1997
        private System.Windows.Forms.Label lblTbSerial8;
1998
        private System.Windows.Forms.TrackBar trckbarSerial8;
1999
        private System.Windows.Forms.GroupBox groupBox13;
2000
        private System.Windows.Forms.Button btnSer7_254;
2001
        private System.Windows.Forms.Button btnSer7_127;
2002
        private System.Windows.Forms.Button btnSer7_0;
2003
        private System.Windows.Forms.TextBox textBoxSerial7;
2004
        private System.Windows.Forms.Label lblTbSerial7;
2005
        private System.Windows.Forms.TrackBar trckbarSerial7;
2006
        private System.Windows.Forms.GroupBox groupBox14;
2007
        private System.Windows.Forms.Button btnSer6_254;
2008
        private System.Windows.Forms.Button btnSer6_127;
2009
        private System.Windows.Forms.Button btnSer6_0;
2010
        private System.Windows.Forms.TextBox textBoxSerial6;
2011
        private System.Windows.Forms.Label lblTbSerial6;
2012
        private System.Windows.Forms.TrackBar trckbarSerial6;
2013
        private System.Windows.Forms.GroupBox groupBox15;
2014
        private System.Windows.Forms.Button btnSer5_254;
2015
        private System.Windows.Forms.Button btnSer5_127;
2016
        private System.Windows.Forms.Button btnSer5_0;
2017
        private System.Windows.Forms.TextBox textBoxSerial5;
2018
        private System.Windows.Forms.Label lblTbSerial5;
2019
        private System.Windows.Forms.TrackBar trckbarSerial5;
2274 - 2020
        private System.Windows.Forms.ComboBox cbLanguage;
2021
        private System.Windows.Forms.Label label12;
2233 - 2022
    }
2023
}
2024