Subversion Repositories Projects

Rev

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