Subversion Repositories Projects

Rev

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