Subversion Repositories Projects

Rev

Rev 2264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2264 Rev 2265
Line 29... Line 29...
29
        private void InitializeComponent()
29
        private void InitializeComponent()
30
        {
30
        {
31
            this.components = new System.ComponentModel.Container();
31
            this.components = new System.ComponentModel.Container();
32
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
32
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
-
 
34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
-
 
35
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
34
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
36
            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);
37
            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();
-
 
67
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
38
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
68
            this.btnOSDAuto = new System.Windows.Forms.Button();
-
 
69
            this.btnOSD = new System.Windows.Forms.Button();
-
 
70
            this.button4 = new System.Windows.Forms.Button();
-
 
71
            this.button3 = new System.Windows.Forms.Button();
-
 
72
            this.btnReadFCFile = new System.Windows.Forms.Button();
-
 
73
            this.btnLoadFCLabels = new System.Windows.Forms.Button();
-
 
74
            this.btnSaveFCLabels = new System.Windows.Forms.Button();
-
 
75
            this.lbLabels = new System.Windows.Forms.ListBox();
-
 
76
            this.button2 = new System.Windows.Forms.Button();
39
            this.TabControl1 = new System.Windows.Forms.TabControl();
77
            this.lblFileName = new System.Windows.Forms.Label();
-
 
78
            this.tabPage3 = new System.Windows.Forms.TabPage();
40
            this.tabPage3 = new System.Windows.Forms.TabPage();
79
            this.lblNCDistHP1 = new System.Windows.Forms.Label();
41
            this.lblNCDistHP1 = new System.Windows.Forms.Label();
80
            this.groupBox8 = new System.Windows.Forms.GroupBox();
42
            this.groupBox8 = new System.Windows.Forms.GroupBox();
81
            this.lblNCWPCount = new System.Windows.Forms.Label();
43
            this.lblNCWPCount = new System.Windows.Forms.Label();
82
            this.label11 = new System.Windows.Forms.Label();
44
            this.label11 = new System.Windows.Forms.Label();
Line 129... Line 91...
129
            this.groupBox1 = new System.Windows.Forms.GroupBox();
91
            this.groupBox1 = new System.Windows.Forms.GroupBox();
130
            this.lblNCAlt = new System.Windows.Forms.Label();
92
            this.lblNCAlt = new System.Windows.Forms.Label();
131
            this.lblNCCompass = new System.Windows.Forms.Label();
93
            this.lblNCCompass = new System.Windows.Forms.Label();
132
            this.lblNCRoll = new System.Windows.Forms.Label();
94
            this.lblNCRoll = new System.Windows.Forms.Label();
133
            this.lblNCPitch = new System.Windows.Forms.Label();
95
            this.lblNCPitch = new System.Windows.Forms.Label();
134
            this.lblCRCErr = new System.Windows.Forms.Label();
-
 
135
            this.label6 = new System.Windows.Forms.Label();
-
 
136
            this.lblLifeCounter = new System.Windows.Forms.Label();
-
 
137
            this.label1 = new System.Windows.Forms.Label();
-
 
138
            this.groupBox31 = new System.Windows.Forms.GroupBox();
-
 
139
            this.lblNCCtrl = new System.Windows.Forms.Label();
-
 
140
            this.TabControl1 = new System.Windows.Forms.TabControl();
-
 
141
            this.tabPageSerial = new System.Windows.Forms.TabPage();
96
            this.tabPageSerial = new System.Windows.Forms.TabPage();
-
 
97
            this.groupBox12 = new System.Windows.Forms.GroupBox();
-
 
98
            this.btnSer8_254 = new System.Windows.Forms.Button();
-
 
99
            this.btnSer8_127 = new System.Windows.Forms.Button();
-
 
100
            this.btnSer8_0 = new System.Windows.Forms.Button();
-
 
101
            this.textBoxSerial8 = new System.Windows.Forms.TextBox();
-
 
102
            this.lblTbSerial8 = new System.Windows.Forms.Label();
-
 
103
            this.trckbarSerial8 = new System.Windows.Forms.TrackBar();
142
            this.groupBox11 = new System.Windows.Forms.GroupBox();
104
            this.groupBox11 = new System.Windows.Forms.GroupBox();
143
            this.btnSer4_254 = new System.Windows.Forms.Button();
105
            this.btnSer4_254 = new System.Windows.Forms.Button();
144
            this.btnSer4_127 = new System.Windows.Forms.Button();
106
            this.btnSer4_127 = new System.Windows.Forms.Button();
145
            this.btnSer4_0 = new System.Windows.Forms.Button();
107
            this.btnSer4_0 = new System.Windows.Forms.Button();
146
            this.textBoxSerial4 = new System.Windows.Forms.TextBox();
108
            this.textBoxSerial4 = new System.Windows.Forms.TextBox();
147
            this.lblTbSerial4 = new System.Windows.Forms.Label();
109
            this.lblTbSerial4 = new System.Windows.Forms.Label();
148
            this.trckbarSerial4 = new System.Windows.Forms.TrackBar();
110
            this.trckbarSerial4 = new System.Windows.Forms.TrackBar();
-
 
111
            this.groupBox13 = new System.Windows.Forms.GroupBox();
-
 
112
            this.btnSer7_254 = new System.Windows.Forms.Button();
-
 
113
            this.btnSer7_127 = new System.Windows.Forms.Button();
-
 
114
            this.btnSer7_0 = new System.Windows.Forms.Button();
-
 
115
            this.textBoxSerial7 = new System.Windows.Forms.TextBox();
-
 
116
            this.lblTbSerial7 = new System.Windows.Forms.Label();
-
 
117
            this.trckbarSerial7 = new System.Windows.Forms.TrackBar();
149
            this.groupBox10 = new System.Windows.Forms.GroupBox();
118
            this.groupBox10 = new System.Windows.Forms.GroupBox();
150
            this.btnSer3_254 = new System.Windows.Forms.Button();
119
            this.btnSer3_254 = new System.Windows.Forms.Button();
151
            this.btnSer3_127 = new System.Windows.Forms.Button();
120
            this.btnSer3_127 = new System.Windows.Forms.Button();
152
            this.btnSer3_0 = new System.Windows.Forms.Button();
121
            this.btnSer3_0 = new System.Windows.Forms.Button();
153
            this.textBoxSerial3 = new System.Windows.Forms.TextBox();
122
            this.textBoxSerial3 = new System.Windows.Forms.TextBox();
154
            this.lblTbSerial3 = new System.Windows.Forms.Label();
123
            this.lblTbSerial3 = new System.Windows.Forms.Label();
155
            this.trckbarSerial3 = new System.Windows.Forms.TrackBar();
124
            this.trckbarSerial3 = new System.Windows.Forms.TrackBar();
-
 
125
            this.groupBox14 = new System.Windows.Forms.GroupBox();
-
 
126
            this.btnSer6_254 = new System.Windows.Forms.Button();
-
 
127
            this.btnSer6_127 = new System.Windows.Forms.Button();
-
 
128
            this.btnSer6_0 = new System.Windows.Forms.Button();
-
 
129
            this.textBoxSerial6 = new System.Windows.Forms.TextBox();
-
 
130
            this.lblTbSerial6 = new System.Windows.Forms.Label();
-
 
131
            this.trckbarSerial6 = new System.Windows.Forms.TrackBar();
-
 
132
            this.groupBox15 = new System.Windows.Forms.GroupBox();
-
 
133
            this.btnSer5_254 = new System.Windows.Forms.Button();
-
 
134
            this.btnSer5_127 = new System.Windows.Forms.Button();
-
 
135
            this.btnSer5_0 = new System.Windows.Forms.Button();
-
 
136
            this.textBoxSerial5 = new System.Windows.Forms.TextBox();
-
 
137
            this.lblTbSerial5 = new System.Windows.Forms.Label();
-
 
138
            this.trckbarSerial5 = new System.Windows.Forms.TrackBar();
156
            this.groupBox9 = new System.Windows.Forms.GroupBox();
139
            this.groupBox9 = new System.Windows.Forms.GroupBox();
157
            this.btnSer2_254 = new System.Windows.Forms.Button();
140
            this.btnSer2_254 = new System.Windows.Forms.Button();
158
            this.btnSer2_127 = new System.Windows.Forms.Button();
141
            this.btnSer2_127 = new System.Windows.Forms.Button();
159
            this.btnSer2_0 = new System.Windows.Forms.Button();
142
            this.btnSer2_0 = new System.Windows.Forms.Button();
160
            this.textBoxSerial2 = new System.Windows.Forms.TextBox();
143
            this.textBoxSerial2 = new System.Windows.Forms.TextBox();
Line 165... Line 148...
165
            this.btnSer1_127 = new System.Windows.Forms.Button();
148
            this.btnSer1_127 = new System.Windows.Forms.Button();
166
            this.btnSer1_0 = new System.Windows.Forms.Button();
149
            this.btnSer1_0 = new System.Windows.Forms.Button();
167
            this.textBoxSerial1 = new System.Windows.Forms.TextBox();
150
            this.textBoxSerial1 = new System.Windows.Forms.TextBox();
168
            this.lblTbSerial1 = new System.Windows.Forms.Label();
151
            this.lblTbSerial1 = new System.Windows.Forms.Label();
169
            this.trckbarSerial1 = new System.Windows.Forms.TrackBar();
152
            this.trckbarSerial1 = new System.Windows.Forms.TrackBar();
-
 
153
            this.tabPage2 = new System.Windows.Forms.TabPage();
-
 
154
            this.groupBox37 = new System.Windows.Forms.GroupBox();
-
 
155
            this.btnSwitchNC = new System.Windows.Forms.Button();
-
 
156
            this.btnSwitchFC = new System.Windows.Forms.Button();
-
 
157
            this.lblCtrl = new System.Windows.Forms.Label();
-
 
158
            this.buttonReset = new System.Windows.Forms.Button();
-
 
159
            this.button1 = new System.Windows.Forms.Button();
-
 
160
            this.groupBox34 = new System.Windows.Forms.GroupBox();
-
 
161
            this.chkbAutoOSD = new System.Windows.Forms.CheckBox();
-
 
162
            this.chkbAutoBL = new System.Windows.Forms.CheckBox();
-
 
163
            this.chkbAutoNav = new System.Windows.Forms.CheckBox();
-
 
164
            this.chkbAutoDbg = new System.Windows.Forms.CheckBox();
-
 
165
            this.cbTimingOSD = new System.Windows.Forms.ComboBox();
-
 
166
            this.cbTimingBLCTRL = new System.Windows.Forms.ComboBox();
-
 
167
            this.cbTimingNAV = new System.Windows.Forms.ComboBox();
-
 
168
            this.cbTimingDebug = new System.Windows.Forms.ComboBox();
-
 
169
            this.labelTimingOSD = new System.Windows.Forms.Label();
-
 
170
            this.labelTimingBLCTRL = new System.Windows.Forms.Label();
-
 
171
            this.label5 = new System.Windows.Forms.Label();
-
 
172
            this.labelTimingNAV = new System.Windows.Forms.Label();
-
 
173
            this.label4 = new System.Windows.Forms.Label();
-
 
174
            this.labelTimingDebug = new System.Windows.Forms.Label();
-
 
175
            this.label3 = new System.Windows.Forms.Label();
-
 
176
            this.label2 = new System.Windows.Forms.Label();
-
 
177
            this.groupBox32 = new System.Windows.Forms.GroupBox();
-
 
178
            this.button5 = new System.Windows.Forms.Button();
-
 
179
            this.btnReadBLCtrl = new System.Windows.Forms.Button();
-
 
180
            this.btnGetNaviData = new System.Windows.Forms.Button();
-
 
181
            this.groupBox30 = new System.Windows.Forms.GroupBox();
-
 
182
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
170
            this.tabPageTesting = new System.Windows.Forms.TabPage();
183
            this.tabPageTesting = new System.Windows.Forms.TabPage();
171
            this.cbWPIndex = new System.Windows.Forms.ComboBox();
184
            this.cbWPIndex = new System.Windows.Forms.ComboBox();
172
            this.btnGetWP = new System.Windows.Forms.Button();
185
            this.btnGetWP = new System.Windows.Forms.Button();
173
            this.dgvWP = new System.Windows.Forms.DataGridView();
186
            this.dgvWP = new System.Windows.Forms.DataGridView();
-
 
187
            this.lbLabels = new System.Windows.Forms.ListBox();
-
 
188
            this.btnOSDAuto = new System.Windows.Forms.Button();
-
 
189
            this.btnOSD = new System.Windows.Forms.Button();
-
 
190
            this.btnSaveFCLabels = new System.Windows.Forms.Button();
-
 
191
            this.btnLoadFCLabels = new System.Windows.Forms.Button();
-
 
192
            this.button4 = new System.Windows.Forms.Button();
-
 
193
            this.lblFileName = new System.Windows.Forms.Label();
-
 
194
            this.btnReadFCFile = new System.Windows.Forms.Button();
-
 
195
            this.button3 = new System.Windows.Forms.Button();
-
 
196
            this.button2 = new System.Windows.Forms.Button();
-
 
197
            this.groupBox31 = new System.Windows.Forms.GroupBox();
-
 
198
            this.lblNCCtrl = new System.Windows.Forms.Label();
-
 
199
            this.lblCRCErr = new System.Windows.Forms.Label();
-
 
200
            this.rtfTerminal = new System.Windows.Forms.RichTextBox();
-
 
201
            this.label6 = new System.Windows.Forms.Label();
-
 
202
            this.btnReadDebugCont = new System.Windows.Forms.Button();
-
 
203
            this.lblLifeCounter = new System.Windows.Forms.Label();
-
 
204
            this.label1 = new System.Windows.Forms.Label();
174
            this.btnConn = new System.Windows.Forms.Button();
205
            this.btnConn = new System.Windows.Forms.Button();
175
            this.rtfError = new System.Windows.Forms.RichTextBox();
206
            this.rtfError = new System.Windows.Forms.RichTextBox();
176
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
-
 
177
            this.headingIndicator1 = new AvionicsInstrumentControl.HeadingIndicator();
207
            this.headingIndicator1 = new AvionicsInstrumentControl.HeadingIndicator();
178
            this.artificialHorizon1 = new ArtificialHorizon.ArtificialHorizon();
208
            this.artificialHorizon1 = new ArtificialHorizon.ArtificialHorizon();
179
            this.simpleSerialPort = new SimpleSerialPort.SimpleSerialPort();
209
            this.simpleSerialPort = new SimpleSerialPort.SimpleSerialPort();
180
            this.tabPage2.SuspendLayout();
210
            this.splitContainer1.Panel1.SuspendLayout();
181
            this.groupBox37.SuspendLayout();
-
 
182
            this.groupBox34.SuspendLayout();
211
            this.splitContainer1.Panel2.SuspendLayout();
183
            this.groupBox32.SuspendLayout();
212
            this.splitContainer1.SuspendLayout();
184
            this.groupBox30.SuspendLayout();
213
            this.TabControl1.SuspendLayout();
185
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
-
 
186
            this.tabPage3.SuspendLayout();
214
            this.tabPage3.SuspendLayout();
187
            this.groupBox8.SuspendLayout();
215
            this.groupBox8.SuspendLayout();
188
            this.groupBox38.SuspendLayout();
216
            this.groupBox38.SuspendLayout();
189
            this.groupBox7.SuspendLayout();
217
            this.groupBox7.SuspendLayout();
190
            ((System.ComponentModel.ISupportInitialize)(this.dgvMotors2)).BeginInit();
218
            ((System.ComponentModel.ISupportInitialize)(this.dgvMotors2)).BeginInit();
Line 203... Line 231...
203
            this.groupBox4.SuspendLayout();
231
            this.groupBox4.SuspendLayout();
204
            this.groupBox3.SuspendLayout();
232
            this.groupBox3.SuspendLayout();
205
            this.groupBox2.SuspendLayout();
233
            this.groupBox2.SuspendLayout();
206
            this.groupBox25.SuspendLayout();
234
            this.groupBox25.SuspendLayout();
207
            this.groupBox1.SuspendLayout();
235
            this.groupBox1.SuspendLayout();
208
            this.groupBox31.SuspendLayout();
-
 
209
            this.TabControl1.SuspendLayout();
-
 
210
            this.tabPageSerial.SuspendLayout();
236
            this.tabPageSerial.SuspendLayout();
-
 
237
            this.groupBox12.SuspendLayout();
-
 
238
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial8)).BeginInit();
211
            this.groupBox11.SuspendLayout();
239
            this.groupBox11.SuspendLayout();
212
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial4)).BeginInit();
240
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial4)).BeginInit();
-
 
241
            this.groupBox13.SuspendLayout();
-
 
242
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial7)).BeginInit();
213
            this.groupBox10.SuspendLayout();
243
            this.groupBox10.SuspendLayout();
214
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial3)).BeginInit();
244
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial3)).BeginInit();
-
 
245
            this.groupBox14.SuspendLayout();
-
 
246
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial6)).BeginInit();
-
 
247
            this.groupBox15.SuspendLayout();
-
 
248
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial5)).BeginInit();
215
            this.groupBox9.SuspendLayout();
249
            this.groupBox9.SuspendLayout();
216
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial2)).BeginInit();
250
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial2)).BeginInit();
217
            this.groupBox6.SuspendLayout();
251
            this.groupBox6.SuspendLayout();
218
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial1)).BeginInit();
252
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial1)).BeginInit();
-
 
253
            this.tabPage2.SuspendLayout();
-
 
254
            this.groupBox37.SuspendLayout();
-
 
255
            this.groupBox34.SuspendLayout();
-
 
256
            this.groupBox32.SuspendLayout();
-
 
257
            this.groupBox30.SuspendLayout();
-
 
258
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
219
            this.tabPageTesting.SuspendLayout();
259
            this.tabPageTesting.SuspendLayout();
220
            ((System.ComponentModel.ISupportInitialize)(this.dgvWP)).BeginInit();
260
            ((System.ComponentModel.ISupportInitialize)(this.dgvWP)).BeginInit();
221
            this.splitContainer1.Panel1.SuspendLayout();
-
 
222
            this.splitContainer1.Panel2.SuspendLayout();
-
 
223
            this.splitContainer1.SuspendLayout();
261
            this.groupBox31.SuspendLayout();
224
            this.SuspendLayout();
262
            this.SuspendLayout();
225
            // 
263
            // 
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)));
-
 
231
            this.btnReadDebugCont.Location = new System.Drawing.Point(803, 2);
-
 
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
264
            // timer1
290
            // 
265
            // 
291
            this.timer1.Enabled = true;
266
            this.timer1.Enabled = true;
292
            this.timer1.Interval = 4000;
267
            this.timer1.Interval = 4000;
293
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
268
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
294
            // 
269
            // 
295
            // rtfTerminal
-
 
296
            // 
-
 
297
            this.rtfTerminal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
-
 
298
            this.rtfTerminal.Location = new System.Drawing.Point(3, 0);
-
 
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.BackColor = System.Drawing.SystemColors.Control;
-
 
307
            this.tabPage2.Controls.Add(this.groupBox37);
-
 
308
            this.tabPage2.Controls.Add(this.groupBox34);
-
 
309
            this.tabPage2.Controls.Add(this.groupBox32);
-
 
310
            this.tabPage2.Controls.Add(this.groupBox30);
-
 
311
            this.tabPage2.Controls.Add(this.dataGridView1);
-
 
312
            this.tabPage2.Location = new System.Drawing.Point(4, 27);
-
 
313
            this.tabPage2.Name = "tabPage2";
-
 
314
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
-
 
315
            this.tabPage2.Size = new System.Drawing.Size(942, 480);
-
 
316
            this.tabPage2.TabIndex = 1;
-
 
317
            this.tabPage2.Text = "Settings";
-
 
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)));
-
 
352
            this.groupBox34.Location = new System.Drawing.Point(708, 320);
-
 
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);
-
 
693
            this.groupBox30.Location = new System.Drawing.Point(693, 8);
-
 
694
            this.groupBox30.Name = "groupBox30";
-
 
695
            this.groupBox30.Size = new System.Drawing.Size(241, 297);
-
 
696
            this.groupBox30.TabIndex = 30;
-
 
697
            this.groupBox30.TabStop = false;
-
 
698
            this.groupBox30.Text = "Serial connection";
-
 
699
            // 
-
 
700
            // dataGridView1
270
            // splitContainer1
701
            // 
-
 
702
            this.dataGridView1.AllowUserToAddRows = false;
-
 
703
            this.dataGridView1.AllowUserToDeleteRows = false;
-
 
704
            this.dataGridView1.AllowUserToResizeColumns = false;
-
 
705
            this.dataGridView1.AllowUserToResizeRows = false;
-
 
706
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
-
 
707
            this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
-
 
708
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
-
 
709
            this.dataGridView1.ColumnHeadersVisible = false;
-
 
710
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
-
 
711
            this.dataGridView1.EnableHeadersVisualStyles = false;
-
 
712
            this.dataGridView1.Location = new System.Drawing.Point(7, 8);
-
 
713
            this.dataGridView1.Name = "dataGridView1";
-
 
714
            this.dataGridView1.ReadOnly = true;
-
 
715
            this.dataGridView1.RowHeadersVisible = false;
-
 
716
            this.dataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
717
            this.dataGridView1.RowTemplate.Height = 14;
-
 
718
            this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.None;
-
 
719
            this.dataGridView1.Size = new System.Drawing.Size(213, 461);
-
 
720
            this.dataGridView1.TabIndex = 0;
-
 
721
            // 
-
 
722
            // btnOSDAuto
-
 
723
            // 
-
 
724
            this.btnOSDAuto.Location = new System.Drawing.Point(802, 148);
-
 
725
            this.btnOSDAuto.Name = "btnOSDAuto";
-
 
726
            this.btnOSDAuto.Size = new System.Drawing.Size(131, 41);
-
 
727
            this.btnOSDAuto.TabIndex = 33;
-
 
728
            this.btnOSDAuto.Text = "OSD Auto";
-
 
729
            this.btnOSDAuto.UseVisualStyleBackColor = true;
-
 
730
            this.btnOSDAuto.Visible = false;
-
 
731
            this.btnOSDAuto.Click += new System.EventHandler(this.btnOSDAuto_Click);
-
 
732
            // 
-
 
733
            // btnOSD
-
 
734
            // 
-
 
735
            this.btnOSD.Location = new System.Drawing.Point(802, 101);
-
 
736
            this.btnOSD.Name = "btnOSD";
-
 
737
            this.btnOSD.Size = new System.Drawing.Size(131, 41);
-
 
738
            this.btnOSD.TabIndex = 33;
-
 
739
            this.btnOSD.Text = "OSD";
-
 
740
            this.btnOSD.UseVisualStyleBackColor = true;
-
 
741
            this.btnOSD.Visible = false;
-
 
742
            this.btnOSD.Click += new System.EventHandler(this.btnOSD_Click);
-
 
743
            // 
-
 
744
            // button4
-
 
745
            // 
-
 
746
            this.button4.Location = new System.Drawing.Point(802, 54);
-
 
747
            this.button4.Name = "button4";
-
 
748
            this.button4.Size = new System.Drawing.Size(131, 41);
-
 
749
            this.button4.TabIndex = 33;
-
 
750
            this.button4.Text = "version NC";
-
 
751
            this.button4.UseVisualStyleBackColor = true;
-
 
752
            this.button4.Visible = false;
-
 
753
            this.button4.Click += new System.EventHandler(this.button4_Click);
-
 
754
            // 
-
 
755
            // button3
-
 
756
            // 
-
 
757
            this.button3.Location = new System.Drawing.Point(802, 12);
-
 
758
            this.button3.Name = "button3";
-
 
759
            this.button3.Size = new System.Drawing.Size(131, 36);
-
 
760
            this.button3.TabIndex = 32;
-
 
761
            this.button3.Text = "version FC";
-
 
762
            this.button3.UseVisualStyleBackColor = true;
-
 
763
            this.button3.Visible = false;
-
 
764
            this.button3.Click += new System.EventHandler(this.button3_Click);
-
 
765
            // 
-
 
766
            // btnReadFCFile
-
 
767
            // 
-
 
768
            this.btnReadFCFile.Location = new System.Drawing.Point(202, 7);
-
 
769
            this.btnReadFCFile.Name = "btnReadFCFile";
-
 
770
            this.btnReadFCFile.Size = new System.Drawing.Size(86, 28);
-
 
771
            this.btnReadFCFile.TabIndex = 25;
-
 
772
            this.btnReadFCFile.Text = "read file";
-
 
773
            this.btnReadFCFile.UseVisualStyleBackColor = true;
-
 
774
            this.btnReadFCFile.Click += new System.EventHandler(this.btnReadLabelFile_Click);
-
 
775
            // 
-
 
776
            // btnLoadFCLabels
-
 
777
            // 
-
 
778
            this.btnLoadFCLabels.Location = new System.Drawing.Point(7, 79);
-
 
779
            this.btnLoadFCLabels.Name = "btnLoadFCLabels";
-
 
780
            this.btnLoadFCLabels.Size = new System.Drawing.Size(75, 36);
-
 
781
            this.btnLoadFCLabels.TabIndex = 24;
-
 
782
            this.btnLoadFCLabels.Text = "< Load";
-
 
783
            this.btnLoadFCLabels.UseVisualStyleBackColor = true;
-
 
784
            this.btnLoadFCLabels.Click += new System.EventHandler(this.btnLoadLabels_Click);
-
 
785
            // 
-
 
786
            // btnSaveFCLabels
-
 
787
            // 
271
            // 
788
            this.btnSaveFCLabels.Location = new System.Drawing.Point(7, 39);
272
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
789
            this.btnSaveFCLabels.Name = "btnSaveFCLabels";
273
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
790
            this.btnSaveFCLabels.Size = new System.Drawing.Size(75, 36);
274
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
791
            this.btnSaveFCLabels.TabIndex = 23;
-
 
792
            this.btnSaveFCLabels.Text = "Save >";
275
            this.splitContainer1.Name = "splitContainer1";
793
            this.btnSaveFCLabels.UseVisualStyleBackColor = true;
-
 
794
            this.btnSaveFCLabels.Click += new System.EventHandler(this.btnSaveLabels_Click);
276
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
795
            // 
277
            // 
796
            // lbLabels
278
            // splitContainer1.Panel1
797
            // 
279
            // 
798
            this.lbLabels.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
799
            this.lbLabels.Location = new System.Drawing.Point(88, 39);
-
 
800
            this.lbLabels.Name = "lbLabels";
-
 
801
            this.lbLabels.Size = new System.Drawing.Size(200, 433);
280
            this.splitContainer1.Panel1.Controls.Add(this.TabControl1);
802
            this.lbLabels.TabIndex = 22;
-
 
803
            // 
281
            // 
804
            // button2
282
            // splitContainer1.Panel2
805
            // 
283
            // 
806
            this.button2.Location = new System.Drawing.Point(7, 137);
284
            this.splitContainer1.Panel2.Controls.Add(this.groupBox31);
-
 
285
            this.splitContainer1.Panel2.Controls.Add(this.lblCRCErr);
-
 
286
            this.splitContainer1.Panel2.Controls.Add(this.rtfTerminal);
-
 
287
            this.splitContainer1.Panel2.Controls.Add(this.label6);
-
 
288
            this.splitContainer1.Panel2.Controls.Add(this.btnReadDebugCont);
-
 
289
            this.splitContainer1.Panel2.Controls.Add(this.lblLifeCounter);
-
 
290
            this.splitContainer1.Panel2.Controls.Add(this.label1);
807
            this.button2.Name = "button2";
291
            this.splitContainer1.Panel2.Controls.Add(this.btnConn);
808
            this.button2.Size = new System.Drawing.Size(75, 52);
292
            this.splitContainer1.Panel2.Controls.Add(this.rtfError);
809
            this.button2.TabIndex = 18;
293
            this.splitContainer1.Panel2MinSize = 62;
-
 
294
            this.splitContainer1.Size = new System.Drawing.Size(950, 577);
810
            this.button2.Text = "get Analog labels";
295
            this.splitContainer1.SplitterDistance = 514;
811
            this.button2.UseVisualStyleBackColor = true;
296
            this.splitContainer1.SplitterWidth = 1;
812
            this.button2.Click += new System.EventHandler(this.btnAnalogLabels_Click);
297
            this.splitContainer1.TabIndex = 36;
813
            // 
298
            // 
814
            // lblFileName
299
            // TabControl1
815
            // 
300
            // 
816
            this.lblFileName.AutoSize = true;
301
            this.TabControl1.Controls.Add(this.tabPage3);
817
            this.lblFileName.Location = new System.Drawing.Point(87, 16);
302
            this.TabControl1.Controls.Add(this.tabPageSerial);
818
            this.lblFileName.Name = "lblFileName";
303
            this.TabControl1.Controls.Add(this.tabPage2);
-
 
304
            this.TabControl1.Controls.Add(this.tabPageTesting);
-
 
305
            this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
-
 
306
            this.TabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
819
            this.lblFileName.Size = new System.Drawing.Size(136, 18);
307
            this.TabControl1.Location = new System.Drawing.Point(0, 0);
-
 
308
            this.TabControl1.Name = "TabControl1";
820
            this.lblFileName.TabIndex = 8;
309
            this.TabControl1.SelectedIndex = 0;
-
 
310
            this.TabControl1.Size = new System.Drawing.Size(950, 514);
821
            this.lblFileName.Text = "1234567890123456";
311
            this.TabControl1.TabIndex = 15;
822
            // 
312
            // 
823
            // tabPage3
313
            // tabPage3
824
            // 
314
            // 
825
            this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
315
            this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
826
            this.tabPage3.Controls.Add(this.lblNCDistHP1);
316
            this.tabPage3.Controls.Add(this.lblNCDistHP1);
Line 846... Line 336...
846
            this.tabPage3.Controls.Add(this.lblNCRoll);
336
            this.tabPage3.Controls.Add(this.lblNCRoll);
847
            this.tabPage3.Controls.Add(this.lblNCPitch);
337
            this.tabPage3.Controls.Add(this.lblNCPitch);
848
            this.tabPage3.Location = new System.Drawing.Point(4, 27);
338
            this.tabPage3.Location = new System.Drawing.Point(4, 27);
849
            this.tabPage3.Name = "tabPage3";
339
            this.tabPage3.Name = "tabPage3";
850
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
340
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
851
            this.tabPage3.Size = new System.Drawing.Size(942, 480);
341
            this.tabPage3.Size = new System.Drawing.Size(942, 483);
852
            this.tabPage3.TabIndex = 2;
342
            this.tabPage3.TabIndex = 2;
853
            this.tabPage3.Text = "Visual";
343
            this.tabPage3.Text = "Visual";
854
            // 
344
            // 
855
            // lblNCDistHP1
345
            // lblNCDistHP1
856
            // 
346
            // 
Line 920... Line 410...
920
            this.groupBox38.Controls.Add(this.label9);
410
            this.groupBox38.Controls.Add(this.label9);
921
            this.groupBox38.Controls.Add(this.lblNCGPSLat);
411
            this.groupBox38.Controls.Add(this.lblNCGPSLat);
922
            this.groupBox38.Controls.Add(this.label8);
412
            this.groupBox38.Controls.Add(this.label8);
923
            this.groupBox38.Controls.Add(this.lblNCGPSLong);
413
            this.groupBox38.Controls.Add(this.lblNCGPSLong);
924
            this.groupBox38.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
414
            this.groupBox38.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
925
            this.groupBox38.Location = new System.Drawing.Point(8, 391);
415
            this.groupBox38.Location = new System.Drawing.Point(8, 389);
926
            this.groupBox38.Name = "groupBox38";
416
            this.groupBox38.Name = "groupBox38";
927
            this.groupBox38.Size = new System.Drawing.Size(191, 87);
417
            this.groupBox38.Size = new System.Drawing.Size(191, 87);
928
            this.groupBox38.TabIndex = 6;
418
            this.groupBox38.TabIndex = 6;
929
            this.groupBox38.TabStop = false;
419
            this.groupBox38.TabStop = false;
930
            this.groupBox38.Text = "GPS-Position";
420
            this.groupBox38.Text = "GPS-Position";
Line 971... Line 461...
971
            // 
461
            // 
972
            // groupBox7
462
            // groupBox7
973
            // 
463
            // 
974
            this.groupBox7.Controls.Add(this.dgvMotors2);
464
            this.groupBox7.Controls.Add(this.dgvMotors2);
975
            this.groupBox7.Controls.Add(this.dgvMotors1);
465
            this.groupBox7.Controls.Add(this.dgvMotors1);
976
            this.groupBox7.Location = new System.Drawing.Point(152, 12);
466
            this.groupBox7.Location = new System.Drawing.Point(140, 12);
977
            this.groupBox7.Name = "groupBox7";
467
            this.groupBox7.Name = "groupBox7";
978
            this.groupBox7.Size = new System.Drawing.Size(359, 196);
468
            this.groupBox7.Size = new System.Drawing.Size(359, 196);
979
            this.groupBox7.TabIndex = 38;
469
            this.groupBox7.TabIndex = 38;
980
            this.groupBox7.TabStop = false;
470
            this.groupBox7.TabStop = false;
981
            this.groupBox7.Text = "Motors";
471
            this.groupBox7.Text = "Motors";
Line 983... Line 473...
983
            // dgvMotors2
473
            // dgvMotors2
984
            // 
474
            // 
985
            this.dgvMotors2.AllowUserToAddRows = false;
475
            this.dgvMotors2.AllowUserToAddRows = false;
986
            this.dgvMotors2.AllowUserToDeleteRows = false;
476
            this.dgvMotors2.AllowUserToDeleteRows = false;
987
            this.dgvMotors2.BackgroundColor = System.Drawing.SystemColors.Control;
477
            this.dgvMotors2.BackgroundColor = System.Drawing.SystemColors.Control;
988
            this.dgvMotors2.ColumnHeadersHeight = 26;
-
 
989
            this.dgvMotors2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
-
 
990
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
478
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
991
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
479
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
992
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
480
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
481
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
-
 
482
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Control;
-
 
483
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
-
 
484
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
-
 
485
            this.dgvMotors2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
-
 
486
            this.dgvMotors2.ColumnHeadersHeight = 26;
-
 
487
            this.dgvMotors2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
-
 
488
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
-
 
489
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
-
 
490
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
993
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
491
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
994
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.White;
492
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
995
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
493
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
996
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
494
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
997
            this.dgvMotors2.DefaultCellStyle = dataGridViewCellStyle1;
495
            this.dgvMotors2.DefaultCellStyle = dataGridViewCellStyle2;
998
            this.dgvMotors2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
496
            this.dgvMotors2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
999
            this.dgvMotors2.Location = new System.Drawing.Point(181, 23);
497
            this.dgvMotors2.Location = new System.Drawing.Point(181, 23);
1000
            this.dgvMotors2.Name = "dgvMotors2";
498
            this.dgvMotors2.Name = "dgvMotors2";
1001
            this.dgvMotors2.ReadOnly = true;
499
            this.dgvMotors2.ReadOnly = true;
1002
            this.dgvMotors2.RowHeadersVisible = false;
500
            this.dgvMotors2.RowHeadersVisible = false;
-
 
501
            this.dgvMotors2.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.SystemColors.Control;
1003
            this.dgvMotors2.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
502
            this.dgvMotors2.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1004
            this.dgvMotors2.RowTemplate.Height = 34;
503
            this.dgvMotors2.RowTemplate.Height = 34;
1005
            this.dgvMotors2.ScrollBars = System.Windows.Forms.ScrollBars.None;
504
            this.dgvMotors2.ScrollBars = System.Windows.Forms.ScrollBars.None;
1006
            this.dgvMotors2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
505
            this.dgvMotors2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
1007
            this.dgvMotors2.Size = new System.Drawing.Size(172, 162);
506
            this.dgvMotors2.Size = new System.Drawing.Size(172, 162);
Line 1010... Line 509...
1010
            // dgvMotors1
509
            // dgvMotors1
1011
            // 
510
            // 
1012
            this.dgvMotors1.AllowUserToAddRows = false;
511
            this.dgvMotors1.AllowUserToAddRows = false;
1013
            this.dgvMotors1.AllowUserToDeleteRows = false;
512
            this.dgvMotors1.AllowUserToDeleteRows = false;
1014
            this.dgvMotors1.BackgroundColor = System.Drawing.SystemColors.Control;
513
            this.dgvMotors1.BackgroundColor = System.Drawing.SystemColors.Control;
-
 
514
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
-
 
515
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
-
 
516
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
517
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
-
 
518
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Control;
-
 
519
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
-
 
520
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
-
 
521
            this.dgvMotors1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
1015
            this.dgvMotors1.ColumnHeadersHeight = 26;
522
            this.dgvMotors1.ColumnHeadersHeight = 26;
1016
            this.dgvMotors1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
523
            this.dgvMotors1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
1017
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
524
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1018
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
525
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
1019
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
526
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1020
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
527
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
1021
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.White;
528
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Control;
1022
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
529
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
1023
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
530
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
1024
            this.dgvMotors1.DefaultCellStyle = dataGridViewCellStyle2;
531
            this.dgvMotors1.DefaultCellStyle = dataGridViewCellStyle4;
1025
            this.dgvMotors1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
532
            this.dgvMotors1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
1026
            this.dgvMotors1.Location = new System.Drawing.Point(6, 23);
533
            this.dgvMotors1.Location = new System.Drawing.Point(6, 23);
1027
            this.dgvMotors1.Name = "dgvMotors1";
534
            this.dgvMotors1.Name = "dgvMotors1";
1028
            this.dgvMotors1.ReadOnly = true;
535
            this.dgvMotors1.ReadOnly = true;
1029
            this.dgvMotors1.RowHeadersVisible = false;
536
            this.dgvMotors1.RowHeadersVisible = false;
-
 
537
            this.dgvMotors1.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.SystemColors.Control;
1030
            this.dgvMotors1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
538
            this.dgvMotors1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1031
            this.dgvMotors1.RowTemplate.Height = 34;
539
            this.dgvMotors1.RowTemplate.Height = 34;
1032
            this.dgvMotors1.ScrollBars = System.Windows.Forms.ScrollBars.None;
540
            this.dgvMotors1.ScrollBars = System.Windows.Forms.ScrollBars.None;
1033
            this.dgvMotors1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
541
            this.dgvMotors1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
1034
            this.dgvMotors1.Size = new System.Drawing.Size(172, 162);
542
            this.dgvMotors1.Size = new System.Drawing.Size(172, 162);
Line 1064... Line 572...
1064
            this.groupBox36.Controls.Add(this.cbOSD);
572
            this.groupBox36.Controls.Add(this.cbOSD);
1065
            this.groupBox36.Controls.Add(this.btnOSDBackward);
573
            this.groupBox36.Controls.Add(this.btnOSDBackward);
1066
            this.groupBox36.Controls.Add(this.btnOSDLeave);
574
            this.groupBox36.Controls.Add(this.btnOSDLeave);
1067
            this.groupBox36.Controls.Add(this.btnOSDEnter);
575
            this.groupBox36.Controls.Add(this.btnOSDEnter);
1068
            this.groupBox36.Controls.Add(this.btnOSDForward);
576
            this.groupBox36.Controls.Add(this.btnOSDForward);
1069
            this.groupBox36.Location = new System.Drawing.Point(517, 12);
577
            this.groupBox36.Location = new System.Drawing.Point(510, 12);
1070
            this.groupBox36.Name = "groupBox36";
578
            this.groupBox36.Name = "groupBox36";
1071
            this.groupBox36.Size = new System.Drawing.Size(280, 160);
579
            this.groupBox36.Size = new System.Drawing.Size(280, 160);
1072
            this.groupBox36.TabIndex = 36;
580
            this.groupBox36.TabIndex = 36;
1073
            this.groupBox36.TabStop = false;
581
            this.groupBox36.TabStop = false;
1074
            this.groupBox36.Text = "OSD";
582
            this.groupBox36.Text = "OSD";
Line 1164... Line 672...
1164
            // 
672
            // 
1165
            this.groupBox35.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
673
            this.groupBox35.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1166
            this.groupBox35.Controls.Add(this.groupBox27);
674
            this.groupBox35.Controls.Add(this.groupBox27);
1167
            this.groupBox35.Controls.Add(this.groupBox19);
675
            this.groupBox35.Controls.Add(this.groupBox19);
1168
            this.groupBox35.Controls.Add(this.groupBox18);
676
            this.groupBox35.Controls.Add(this.groupBox18);
1169
            this.groupBox35.Location = new System.Drawing.Point(837, 333);
677
            this.groupBox35.Location = new System.Drawing.Point(837, 337);
1170
            this.groupBox35.Name = "groupBox35";
678
            this.groupBox35.Name = "groupBox35";
1171
            this.groupBox35.Size = new System.Drawing.Size(101, 145);
679
            this.groupBox35.Size = new System.Drawing.Size(101, 145);
1172
            this.groupBox35.TabIndex = 11;
680
            this.groupBox35.TabIndex = 11;
1173
            this.groupBox35.TabStop = false;
681
            this.groupBox35.TabStop = false;
1174
            // 
682
            // 
Line 1482... Line 990...
1482
            this.lblNCPitch.Size = new System.Drawing.Size(66, 29);
990
            this.lblNCPitch.Size = new System.Drawing.Size(66, 29);
1483
            this.lblNCPitch.TabIndex = 0;
991
            this.lblNCPitch.TabIndex = 0;
1484
            this.lblNCPitch.Text = "Pitch";
992
            this.lblNCPitch.Text = "Pitch";
1485
            this.lblNCPitch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
993
            this.lblNCPitch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
1486
            // 
994
            // 
1487
            // lblCRCErr
-
 
1488
            // 
-
 
1489
            this.lblCRCErr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
1490
            this.lblCRCErr.AutoSize = true;
-
 
1491
            this.lblCRCErr.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1492
            this.lblCRCErr.Location = new System.Drawing.Point(638, 32);
-
 
1493
            this.lblCRCErr.Name = "lblCRCErr";
-
 
1494
            this.lblCRCErr.Size = new System.Drawing.Size(14, 16);
-
 
1495
            this.lblCRCErr.TabIndex = 12;
-
 
1496
            this.lblCRCErr.Text = "0";
-
 
1497
            // 
-
 
1498
            // label6
-
 
1499
            // 
-
 
1500
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
1501
            this.label6.AutoSize = true;
-
 
1502
            this.label6.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1503
            this.label6.Location = new System.Drawing.Point(557, 32);
-
 
1504
            this.label6.Name = "label6";
-
 
1505
            this.label6.Size = new System.Drawing.Size(61, 16);
-
 
1506
            this.label6.TabIndex = 11;
-
 
1507
            this.label6.Text = "CRC-Error";
-
 
1508
            // 
-
 
1509
            // lblLifeCounter
-
 
1510
            // 
-
 
1511
            this.lblLifeCounter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
1512
            this.lblLifeCounter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
-
 
1513
            this.lblLifeCounter.Location = new System.Drawing.Point(638, 13);
-
 
1514
            this.lblLifeCounter.Name = "lblLifeCounter";
-
 
1515
            this.lblLifeCounter.Size = new System.Drawing.Size(14, 14);
-
 
1516
            this.lblLifeCounter.TabIndex = 10;
-
 
1517
            // 
-
 
1518
            // label1
-
 
1519
            // 
-
 
1520
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
1521
            this.label1.AutoSize = true;
-
 
1522
            this.label1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1523
            this.label1.Location = new System.Drawing.Point(556, 11);
-
 
1524
            this.label1.Name = "label1";
-
 
1525
            this.label1.Size = new System.Drawing.Size(79, 16);
-
 
1526
            this.label1.TabIndex = 9;
-
 
1527
            this.label1.Text = "Communication";
-
 
1528
            // 
-
 
1529
            // groupBox31
-
 
1530
            // 
-
 
1531
            this.groupBox31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
1532
            this.groupBox31.Controls.Add(this.lblNCCtrl);
-
 
1533
            this.groupBox31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1534
            this.groupBox31.Location = new System.Drawing.Point(473, 11);
-
 
1535
            this.groupBox31.Name = "groupBox31";
-
 
1536
            this.groupBox31.Size = new System.Drawing.Size(82, 39);
-
 
1537
            this.groupBox31.TabIndex = 8;
-
 
1538
            this.groupBox31.TabStop = false;
-
 
1539
            this.groupBox31.Text = "Controller";
-
 
1540
            // 
-
 
1541
            // lblNCCtrl
-
 
1542
            // 
-
 
1543
            this.lblNCCtrl.AutoSize = true;
-
 
1544
            this.lblNCCtrl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1545
            this.lblNCCtrl.Location = new System.Drawing.Point(6, 16);
-
 
1546
            this.lblNCCtrl.Name = "lblNCCtrl";
-
 
1547
            this.lblNCCtrl.Size = new System.Drawing.Size(61, 20);
-
 
1548
            this.lblNCCtrl.TabIndex = 0;
-
 
1549
            this.lblNCCtrl.Text = "FC/NC";
-
 
1550
            // 
-
 
1551
            // TabControl1
-
 
1552
            // 
-
 
1553
            this.TabControl1.Controls.Add(this.tabPage3);
-
 
1554
            this.TabControl1.Controls.Add(this.tabPageSerial);
-
 
1555
            this.TabControl1.Controls.Add(this.tabPage2);
-
 
1556
            this.TabControl1.Controls.Add(this.tabPageTesting);
-
 
1557
            this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
-
 
1558
            this.TabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1559
            this.TabControl1.Location = new System.Drawing.Point(0, 0);
-
 
1560
            this.TabControl1.Name = "TabControl1";
-
 
1561
            this.TabControl1.SelectedIndex = 0;
-
 
1562
            this.TabControl1.Size = new System.Drawing.Size(950, 511);
-
 
1563
            this.TabControl1.TabIndex = 15;
-
 
1564
            // 
-
 
1565
            // tabPageSerial
995
            // tabPageSerial
1566
            // 
996
            // 
1567
            this.tabPageSerial.BackColor = System.Drawing.SystemColors.Control;
997
            this.tabPageSerial.BackColor = System.Drawing.SystemColors.Control;
-
 
998
            this.tabPageSerial.Controls.Add(this.groupBox12);
1568
            this.tabPageSerial.Controls.Add(this.groupBox11);
999
            this.tabPageSerial.Controls.Add(this.groupBox11);
-
 
1000
            this.tabPageSerial.Controls.Add(this.groupBox13);
1569
            this.tabPageSerial.Controls.Add(this.groupBox10);
1001
            this.tabPageSerial.Controls.Add(this.groupBox10);
-
 
1002
            this.tabPageSerial.Controls.Add(this.groupBox14);
-
 
1003
            this.tabPageSerial.Controls.Add(this.groupBox15);
1570
            this.tabPageSerial.Controls.Add(this.groupBox9);
1004
            this.tabPageSerial.Controls.Add(this.groupBox9);
1571
            this.tabPageSerial.Controls.Add(this.groupBox6);
1005
            this.tabPageSerial.Controls.Add(this.groupBox6);
1572
            this.tabPageSerial.Location = new System.Drawing.Point(4, 27);
1006
            this.tabPageSerial.Location = new System.Drawing.Point(4, 27);
1573
            this.tabPageSerial.Name = "tabPageSerial";
1007
            this.tabPageSerial.Name = "tabPageSerial";
1574
            this.tabPageSerial.Padding = new System.Windows.Forms.Padding(3);
1008
            this.tabPageSerial.Padding = new System.Windows.Forms.Padding(3);
1575
            this.tabPageSerial.Size = new System.Drawing.Size(942, 480);
1009
            this.tabPageSerial.Size = new System.Drawing.Size(942, 483);
1576
            this.tabPageSerial.TabIndex = 4;
1010
            this.tabPageSerial.TabIndex = 4;
1577
            this.tabPageSerial.Text = "Serial channels";
1011
            this.tabPageSerial.Text = "Serial channels";
1578
            // 
1012
            // 
-
 
1013
            // groupBox12
-
 
1014
            // 
-
 
1015
            this.groupBox12.BackColor = System.Drawing.SystemColors.Control;
-
 
1016
            this.groupBox12.Controls.Add(this.btnSer8_254);
-
 
1017
            this.groupBox12.Controls.Add(this.btnSer8_127);
-
 
1018
            this.groupBox12.Controls.Add(this.btnSer8_0);
-
 
1019
            this.groupBox12.Controls.Add(this.textBoxSerial8);
-
 
1020
            this.groupBox12.Controls.Add(this.lblTbSerial8);
-
 
1021
            this.groupBox12.Controls.Add(this.trckbarSerial8);
-
 
1022
            this.groupBox12.Location = new System.Drawing.Point(243, 360);
-
 
1023
            this.groupBox12.Name = "groupBox12";
-
 
1024
            this.groupBox12.Size = new System.Drawing.Size(225, 112);
-
 
1025
            this.groupBox12.TabIndex = 6;
-
 
1026
            this.groupBox12.TabStop = false;
-
 
1027
            this.groupBox12.Text = "Ch #8";
-
 
1028
            // 
-
 
1029
            // btnSer8_254
-
 
1030
            // 
-
 
1031
            this.btnSer8_254.Location = new System.Drawing.Point(149, 78);
-
 
1032
            this.btnSer8_254.Name = "btnSer8_254";
-
 
1033
            this.btnSer8_254.Size = new System.Drawing.Size(55, 29);
-
 
1034
            this.btnSer8_254.TabIndex = 3;
-
 
1035
            this.btnSer8_254.Text = "254";
-
 
1036
            this.btnSer8_254.UseVisualStyleBackColor = true;
-
 
1037
            this.btnSer8_254.Click += new System.EventHandler(this.btnSer8_254_Click);
-
 
1038
            // 
-
 
1039
            // btnSer8_127
-
 
1040
            // 
-
 
1041
            this.btnSer8_127.Location = new System.Drawing.Point(84, 78);
-
 
1042
            this.btnSer8_127.Name = "btnSer8_127";
-
 
1043
            this.btnSer8_127.Size = new System.Drawing.Size(55, 29);
-
 
1044
            this.btnSer8_127.TabIndex = 3;
-
 
1045
            this.btnSer8_127.Text = "127";
-
 
1046
            this.btnSer8_127.UseVisualStyleBackColor = true;
-
 
1047
            this.btnSer8_127.Click += new System.EventHandler(this.btnSer8_127_Click);
-
 
1048
            // 
-
 
1049
            // btnSer8_0
-
 
1050
            // 
-
 
1051
            this.btnSer8_0.Location = new System.Drawing.Point(19, 78);
-
 
1052
            this.btnSer8_0.Name = "btnSer8_0";
-
 
1053
            this.btnSer8_0.Size = new System.Drawing.Size(55, 29);
-
 
1054
            this.btnSer8_0.TabIndex = 3;
-
 
1055
            this.btnSer8_0.Text = "0";
-
 
1056
            this.btnSer8_0.UseVisualStyleBackColor = true;
-
 
1057
            this.btnSer8_0.Click += new System.EventHandler(this.btnSer8_0_Click);
-
 
1058
            // 
-
 
1059
            // textBoxSerial8
-
 
1060
            // 
-
 
1061
            this.textBoxSerial8.BackColor = System.Drawing.SystemColors.Control;
-
 
1062
            this.textBoxSerial8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-
 
1063
            this.textBoxSerial8.Location = new System.Drawing.Point(19, 26);
-
 
1064
            this.textBoxSerial8.MaxLength = 22;
-
 
1065
            this.textBoxSerial8.Name = "textBoxSerial8";
-
 
1066
            this.textBoxSerial8.Size = new System.Drawing.Size(155, 24);
-
 
1067
            this.textBoxSerial8.TabIndex = 2;
-
 
1068
            this.textBoxSerial8.WordWrap = false;
-
 
1069
            this.textBoxSerial8.TextChanged += new System.EventHandler(this.textBoxSerial8_TextChanged);
-
 
1070
            // 
-
 
1071
            // lblTbSerial8
-
 
1072
            // 
-
 
1073
            this.lblTbSerial8.AutoSize = true;
-
 
1074
            this.lblTbSerial8.BackColor = System.Drawing.Color.Transparent;
-
 
1075
            this.lblTbSerial8.Location = new System.Drawing.Point(181, 28);
-
 
1076
            this.lblTbSerial8.Name = "lblTbSerial8";
-
 
1077
            this.lblTbSerial8.Size = new System.Drawing.Size(57, 18);
-
 
1078
            this.lblTbSerial8.TabIndex = 1;
-
 
1079
            this.lblTbSerial8.Text = "Serial 2";
-
 
1080
            // 
-
 
1081
            // trckbarSerial8
-
 
1082
            // 
-
 
1083
            this.trckbarSerial8.BackColor = System.Drawing.SystemColors.Control;
-
 
1084
            this.trckbarSerial8.Location = new System.Drawing.Point(11, 52);
-
 
1085
            this.trckbarSerial8.Maximum = 254;
-
 
1086
            this.trckbarSerial8.Name = "trckbarSerial8";
-
 
1087
            this.trckbarSerial8.Size = new System.Drawing.Size(201, 45);
-
 
1088
            this.trckbarSerial8.TabIndex = 0;
-
 
1089
            this.trckbarSerial8.TickStyle = System.Windows.Forms.TickStyle.None;
-
 
1090
            this.trckbarSerial8.ValueChanged += new System.EventHandler(this.trckbarSerial8_ValueChanged);
-
 
1091
            // 
1579
            // groupBox11
1092
            // groupBox11
1580
            // 
1093
            // 
1581
            this.groupBox11.BackColor = System.Drawing.SystemColors.Control;
1094
            this.groupBox11.BackColor = System.Drawing.SystemColors.Control;
1582
            this.groupBox11.Controls.Add(this.btnSer4_254);
1095
            this.groupBox11.Controls.Add(this.btnSer4_254);
1583
            this.groupBox11.Controls.Add(this.btnSer4_127);
1096
            this.groupBox11.Controls.Add(this.btnSer4_127);
Line 1653... Line 1166...
1653
            this.trckbarSerial4.Size = new System.Drawing.Size(201, 45);
1166
            this.trckbarSerial4.Size = new System.Drawing.Size(201, 45);
1654
            this.trckbarSerial4.TabIndex = 0;
1167
            this.trckbarSerial4.TabIndex = 0;
1655
            this.trckbarSerial4.TickStyle = System.Windows.Forms.TickStyle.None;
1168
            this.trckbarSerial4.TickStyle = System.Windows.Forms.TickStyle.None;
1656
            this.trckbarSerial4.ValueChanged += new System.EventHandler(this.trckbarSerial4_ValueChanged);
1169
            this.trckbarSerial4.ValueChanged += new System.EventHandler(this.trckbarSerial4_ValueChanged);
1657
            // 
1170
            // 
-
 
1171
            // groupBox13
-
 
1172
            // 
-
 
1173
            this.groupBox13.BackColor = System.Drawing.SystemColors.Control;
-
 
1174
            this.groupBox13.Controls.Add(this.btnSer7_254);
-
 
1175
            this.groupBox13.Controls.Add(this.btnSer7_127);
-
 
1176
            this.groupBox13.Controls.Add(this.btnSer7_0);
-
 
1177
            this.groupBox13.Controls.Add(this.textBoxSerial7);
-
 
1178
            this.groupBox13.Controls.Add(this.lblTbSerial7);
-
 
1179
            this.groupBox13.Controls.Add(this.trckbarSerial7);
-
 
1180
            this.groupBox13.Location = new System.Drawing.Point(243, 242);
-
 
1181
            this.groupBox13.Name = "groupBox13";
-
 
1182
            this.groupBox13.Size = new System.Drawing.Size(225, 112);
-
 
1183
            this.groupBox13.TabIndex = 7;
-
 
1184
            this.groupBox13.TabStop = false;
-
 
1185
            this.groupBox13.Text = "Ch #7";
-
 
1186
            // 
-
 
1187
            // btnSer7_254
-
 
1188
            // 
-
 
1189
            this.btnSer7_254.Location = new System.Drawing.Point(149, 78);
-
 
1190
            this.btnSer7_254.Name = "btnSer7_254";
-
 
1191
            this.btnSer7_254.Size = new System.Drawing.Size(55, 29);
-
 
1192
            this.btnSer7_254.TabIndex = 3;
-
 
1193
            this.btnSer7_254.Text = "254";
-
 
1194
            this.btnSer7_254.UseVisualStyleBackColor = true;
-
 
1195
            this.btnSer7_254.Click += new System.EventHandler(this.btnSer7_254_Click);
-
 
1196
            // 
-
 
1197
            // btnSer7_127
-
 
1198
            // 
-
 
1199
            this.btnSer7_127.Location = new System.Drawing.Point(84, 78);
-
 
1200
            this.btnSer7_127.Name = "btnSer7_127";
-
 
1201
            this.btnSer7_127.Size = new System.Drawing.Size(55, 29);
-
 
1202
            this.btnSer7_127.TabIndex = 3;
-
 
1203
            this.btnSer7_127.Text = "127";
-
 
1204
            this.btnSer7_127.UseVisualStyleBackColor = true;
-
 
1205
            this.btnSer7_127.Click += new System.EventHandler(this.btnSer7_127_Click);
-
 
1206
            // 
-
 
1207
            // btnSer7_0
-
 
1208
            // 
-
 
1209
            this.btnSer7_0.Location = new System.Drawing.Point(19, 78);
-
 
1210
            this.btnSer7_0.Name = "btnSer7_0";
-
 
1211
            this.btnSer7_0.Size = new System.Drawing.Size(55, 29);
-
 
1212
            this.btnSer7_0.TabIndex = 3;
-
 
1213
            this.btnSer7_0.Text = "0";
-
 
1214
            this.btnSer7_0.UseVisualStyleBackColor = true;
-
 
1215
            this.btnSer7_0.Click += new System.EventHandler(this.btnSer7_0_Click);
-
 
1216
            // 
-
 
1217
            // textBoxSerial7
-
 
1218
            // 
-
 
1219
            this.textBoxSerial7.BackColor = System.Drawing.SystemColors.Control;
-
 
1220
            this.textBoxSerial7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-
 
1221
            this.textBoxSerial7.Location = new System.Drawing.Point(19, 26);
-
 
1222
            this.textBoxSerial7.MaxLength = 22;
-
 
1223
            this.textBoxSerial7.Name = "textBoxSerial7";
-
 
1224
            this.textBoxSerial7.Size = new System.Drawing.Size(155, 24);
-
 
1225
            this.textBoxSerial7.TabIndex = 2;
-
 
1226
            this.textBoxSerial7.WordWrap = false;
-
 
1227
            this.textBoxSerial7.TextChanged += new System.EventHandler(this.textBoxSerial7_TextChanged);
-
 
1228
            // 
-
 
1229
            // lblTbSerial7
-
 
1230
            // 
-
 
1231
            this.lblTbSerial7.AutoSize = true;
-
 
1232
            this.lblTbSerial7.BackColor = System.Drawing.Color.Transparent;
-
 
1233
            this.lblTbSerial7.Location = new System.Drawing.Point(181, 28);
-
 
1234
            this.lblTbSerial7.Name = "lblTbSerial7";
-
 
1235
            this.lblTbSerial7.Size = new System.Drawing.Size(57, 18);
-
 
1236
            this.lblTbSerial7.TabIndex = 1;
-
 
1237
            this.lblTbSerial7.Text = "Serial 2";
-
 
1238
            // 
-
 
1239
            // trckbarSerial7
-
 
1240
            // 
-
 
1241
            this.trckbarSerial7.BackColor = System.Drawing.SystemColors.Control;
-
 
1242
            this.trckbarSerial7.Location = new System.Drawing.Point(11, 52);
-
 
1243
            this.trckbarSerial7.Maximum = 254;
-
 
1244
            this.trckbarSerial7.Name = "trckbarSerial7";
-
 
1245
            this.trckbarSerial7.Size = new System.Drawing.Size(201, 45);
-
 
1246
            this.trckbarSerial7.TabIndex = 0;
-
 
1247
            this.trckbarSerial7.TickStyle = System.Windows.Forms.TickStyle.None;
-
 
1248
            this.trckbarSerial7.ValueChanged += new System.EventHandler(this.trckbarSerial7_ValueChanged);
-
 
1249
            // 
1658
            // groupBox10
1250
            // groupBox10
1659
            // 
1251
            // 
1660
            this.groupBox10.BackColor = System.Drawing.SystemColors.Control;
1252
            this.groupBox10.BackColor = System.Drawing.SystemColors.Control;
1661
            this.groupBox10.Controls.Add(this.btnSer3_254);
1253
            this.groupBox10.Controls.Add(this.btnSer3_254);
1662
            this.groupBox10.Controls.Add(this.btnSer3_127);
1254
            this.groupBox10.Controls.Add(this.btnSer3_127);
Line 1732... Line 1324...
1732
            this.trckbarSerial3.Size = new System.Drawing.Size(201, 45);
1324
            this.trckbarSerial3.Size = new System.Drawing.Size(201, 45);
1733
            this.trckbarSerial3.TabIndex = 0;
1325
            this.trckbarSerial3.TabIndex = 0;
1734
            this.trckbarSerial3.TickStyle = System.Windows.Forms.TickStyle.None;
1326
            this.trckbarSerial3.TickStyle = System.Windows.Forms.TickStyle.None;
1735
            this.trckbarSerial3.ValueChanged += new System.EventHandler(this.trckbarSerial3_ValueChanged);
1327
            this.trckbarSerial3.ValueChanged += new System.EventHandler(this.trckbarSerial3_ValueChanged);
1736
            // 
1328
            // 
-
 
1329
            // groupBox14
-
 
1330
            // 
-
 
1331
            this.groupBox14.BackColor = System.Drawing.SystemColors.Control;
-
 
1332
            this.groupBox14.Controls.Add(this.btnSer6_254);
-
 
1333
            this.groupBox14.Controls.Add(this.btnSer6_127);
-
 
1334
            this.groupBox14.Controls.Add(this.btnSer6_0);
-
 
1335
            this.groupBox14.Controls.Add(this.textBoxSerial6);
-
 
1336
            this.groupBox14.Controls.Add(this.lblTbSerial6);
-
 
1337
            this.groupBox14.Controls.Add(this.trckbarSerial6);
-
 
1338
            this.groupBox14.Location = new System.Drawing.Point(243, 124);
-
 
1339
            this.groupBox14.Name = "groupBox14";
-
 
1340
            this.groupBox14.Size = new System.Drawing.Size(225, 112);
-
 
1341
            this.groupBox14.TabIndex = 8;
-
 
1342
            this.groupBox14.TabStop = false;
-
 
1343
            this.groupBox14.Text = "Ch #6";
-
 
1344
            // 
-
 
1345
            // btnSer6_254
-
 
1346
            // 
-
 
1347
            this.btnSer6_254.Location = new System.Drawing.Point(149, 78);
-
 
1348
            this.btnSer6_254.Name = "btnSer6_254";
-
 
1349
            this.btnSer6_254.Size = new System.Drawing.Size(55, 29);
-
 
1350
            this.btnSer6_254.TabIndex = 3;
-
 
1351
            this.btnSer6_254.Text = "254";
-
 
1352
            this.btnSer6_254.UseVisualStyleBackColor = true;
-
 
1353
            this.btnSer6_254.Click += new System.EventHandler(this.btnSer6_254_Click);
-
 
1354
            // 
-
 
1355
            // btnSer6_127
-
 
1356
            // 
-
 
1357
            this.btnSer6_127.Location = new System.Drawing.Point(84, 78);
-
 
1358
            this.btnSer6_127.Name = "btnSer6_127";
-
 
1359
            this.btnSer6_127.Size = new System.Drawing.Size(55, 29);
-
 
1360
            this.btnSer6_127.TabIndex = 3;
-
 
1361
            this.btnSer6_127.Text = "127";
-
 
1362
            this.btnSer6_127.UseVisualStyleBackColor = true;
-
 
1363
            this.btnSer6_127.Click += new System.EventHandler(this.btnSer6_127_Click);
-
 
1364
            // 
-
 
1365
            // btnSer6_0
-
 
1366
            // 
-
 
1367
            this.btnSer6_0.Location = new System.Drawing.Point(19, 78);
-
 
1368
            this.btnSer6_0.Name = "btnSer6_0";
-
 
1369
            this.btnSer6_0.Size = new System.Drawing.Size(55, 29);
-
 
1370
            this.btnSer6_0.TabIndex = 3;
-
 
1371
            this.btnSer6_0.Text = "0";
-
 
1372
            this.btnSer6_0.UseVisualStyleBackColor = true;
-
 
1373
            this.btnSer6_0.Click += new System.EventHandler(this.btnSer6_0_Click);
-
 
1374
            // 
-
 
1375
            // textBoxSerial6
-
 
1376
            // 
-
 
1377
            this.textBoxSerial6.BackColor = System.Drawing.SystemColors.Control;
-
 
1378
            this.textBoxSerial6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-
 
1379
            this.textBoxSerial6.Location = new System.Drawing.Point(19, 26);
-
 
1380
            this.textBoxSerial6.MaxLength = 22;
-
 
1381
            this.textBoxSerial6.Name = "textBoxSerial6";
-
 
1382
            this.textBoxSerial6.Size = new System.Drawing.Size(155, 24);
-
 
1383
            this.textBoxSerial6.TabIndex = 2;
-
 
1384
            this.textBoxSerial6.WordWrap = false;
-
 
1385
            this.textBoxSerial6.TextChanged += new System.EventHandler(this.textBoxSerial6_TextChanged);
-
 
1386
            // 
-
 
1387
            // lblTbSerial6
-
 
1388
            // 
-
 
1389
            this.lblTbSerial6.AutoSize = true;
-
 
1390
            this.lblTbSerial6.BackColor = System.Drawing.Color.Transparent;
-
 
1391
            this.lblTbSerial6.Location = new System.Drawing.Point(181, 28);
-
 
1392
            this.lblTbSerial6.Name = "lblTbSerial6";
-
 
1393
            this.lblTbSerial6.Size = new System.Drawing.Size(57, 18);
-
 
1394
            this.lblTbSerial6.TabIndex = 1;
-
 
1395
            this.lblTbSerial6.Text = "Serial 2";
-
 
1396
            // 
-
 
1397
            // trckbarSerial6
-
 
1398
            // 
-
 
1399
            this.trckbarSerial6.BackColor = System.Drawing.SystemColors.Control;
-
 
1400
            this.trckbarSerial6.Location = new System.Drawing.Point(11, 52);
-
 
1401
            this.trckbarSerial6.Maximum = 254;
-
 
1402
            this.trckbarSerial6.Name = "trckbarSerial6";
-
 
1403
            this.trckbarSerial6.Size = new System.Drawing.Size(201, 45);
-
 
1404
            this.trckbarSerial6.TabIndex = 0;
-
 
1405
            this.trckbarSerial6.TickStyle = System.Windows.Forms.TickStyle.None;
-
 
1406
            this.trckbarSerial6.ValueChanged += new System.EventHandler(this.trckbarSerial6_ValueChanged);
-
 
1407
            // 
-
 
1408
            // groupBox15
-
 
1409
            // 
-
 
1410
            this.groupBox15.BackColor = System.Drawing.SystemColors.Control;
-
 
1411
            this.groupBox15.Controls.Add(this.btnSer5_254);
-
 
1412
            this.groupBox15.Controls.Add(this.btnSer5_127);
-
 
1413
            this.groupBox15.Controls.Add(this.btnSer5_0);
-
 
1414
            this.groupBox15.Controls.Add(this.textBoxSerial5);
-
 
1415
            this.groupBox15.Controls.Add(this.lblTbSerial5);
-
 
1416
            this.groupBox15.Controls.Add(this.trckbarSerial5);
-
 
1417
            this.groupBox15.Location = new System.Drawing.Point(243, 6);
-
 
1418
            this.groupBox15.Name = "groupBox15";
-
 
1419
            this.groupBox15.Size = new System.Drawing.Size(225, 112);
-
 
1420
            this.groupBox15.TabIndex = 5;
-
 
1421
            this.groupBox15.TabStop = false;
-
 
1422
            this.groupBox15.Text = "Ch #5";
-
 
1423
            // 
-
 
1424
            // btnSer5_254
-
 
1425
            // 
-
 
1426
            this.btnSer5_254.Location = new System.Drawing.Point(149, 78);
-
 
1427
            this.btnSer5_254.Name = "btnSer5_254";
-
 
1428
            this.btnSer5_254.Size = new System.Drawing.Size(55, 29);
-
 
1429
            this.btnSer5_254.TabIndex = 3;
-
 
1430
            this.btnSer5_254.Text = "254";
-
 
1431
            this.btnSer5_254.UseVisualStyleBackColor = true;
-
 
1432
            this.btnSer5_254.Click += new System.EventHandler(this.btnSer5_254_Click);
-
 
1433
            // 
-
 
1434
            // btnSer5_127
-
 
1435
            // 
-
 
1436
            this.btnSer5_127.Location = new System.Drawing.Point(84, 78);
-
 
1437
            this.btnSer5_127.Name = "btnSer5_127";
-
 
1438
            this.btnSer5_127.Size = new System.Drawing.Size(55, 29);
-
 
1439
            this.btnSer5_127.TabIndex = 3;
-
 
1440
            this.btnSer5_127.Text = "127";
-
 
1441
            this.btnSer5_127.UseVisualStyleBackColor = true;
-
 
1442
            this.btnSer5_127.Click += new System.EventHandler(this.btnSer5_127_Click);
-
 
1443
            // 
-
 
1444
            // btnSer5_0
-
 
1445
            // 
-
 
1446
            this.btnSer5_0.Location = new System.Drawing.Point(19, 78);
-
 
1447
            this.btnSer5_0.Name = "btnSer5_0";
-
 
1448
            this.btnSer5_0.Size = new System.Drawing.Size(55, 29);
-
 
1449
            this.btnSer5_0.TabIndex = 3;
-
 
1450
            this.btnSer5_0.Text = "0";
-
 
1451
            this.btnSer5_0.UseVisualStyleBackColor = true;
-
 
1452
            this.btnSer5_0.Click += new System.EventHandler(this.btnSer5_0_Click);
-
 
1453
            // 
-
 
1454
            // textBoxSerial5
-
 
1455
            // 
-
 
1456
            this.textBoxSerial5.BackColor = System.Drawing.SystemColors.Control;
-
 
1457
            this.textBoxSerial5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-
 
1458
            this.textBoxSerial5.Location = new System.Drawing.Point(19, 26);
-
 
1459
            this.textBoxSerial5.MaxLength = 22;
-
 
1460
            this.textBoxSerial5.Name = "textBoxSerial5";
-
 
1461
            this.textBoxSerial5.Size = new System.Drawing.Size(155, 24);
-
 
1462
            this.textBoxSerial5.TabIndex = 2;
-
 
1463
            this.textBoxSerial5.WordWrap = false;
-
 
1464
            this.textBoxSerial5.TextChanged += new System.EventHandler(this.textBoxSerial5_TextChanged);
-
 
1465
            // 
-
 
1466
            // lblTbSerial5
-
 
1467
            // 
-
 
1468
            this.lblTbSerial5.AutoSize = true;
-
 
1469
            this.lblTbSerial5.BackColor = System.Drawing.Color.Transparent;
-
 
1470
            this.lblTbSerial5.Location = new System.Drawing.Point(181, 28);
-
 
1471
            this.lblTbSerial5.Name = "lblTbSerial5";
-
 
1472
            this.lblTbSerial5.Size = new System.Drawing.Size(57, 18);
-
 
1473
            this.lblTbSerial5.TabIndex = 1;
-
 
1474
            this.lblTbSerial5.Text = "Serial 1";
-
 
1475
            // 
-
 
1476
            // trckbarSerial5
-
 
1477
            // 
-
 
1478
            this.trckbarSerial5.BackColor = System.Drawing.SystemColors.Control;
-
 
1479
            this.trckbarSerial5.Location = new System.Drawing.Point(11, 52);
-
 
1480
            this.trckbarSerial5.Maximum = 254;
-
 
1481
            this.trckbarSerial5.Name = "trckbarSerial5";
-
 
1482
            this.trckbarSerial5.Size = new System.Drawing.Size(201, 45);
-
 
1483
            this.trckbarSerial5.TabIndex = 0;
-
 
1484
            this.trckbarSerial5.TickStyle = System.Windows.Forms.TickStyle.None;
-
 
1485
            this.trckbarSerial5.ValueChanged += new System.EventHandler(this.trckbarSerial5_ValueChanged);
-
 
1486
            // 
1737
            // groupBox9
1487
            // groupBox9
1738
            // 
1488
            // 
1739
            this.groupBox9.BackColor = System.Drawing.SystemColors.Control;
1489
            this.groupBox9.BackColor = System.Drawing.SystemColors.Control;
1740
            this.groupBox9.Controls.Add(this.btnSer2_254);
1490
            this.groupBox9.Controls.Add(this.btnSer2_254);
1741
            this.groupBox9.Controls.Add(this.btnSer2_127);
1491
            this.groupBox9.Controls.Add(this.btnSer2_127);
Line 1891... Line 1641...
1891
            this.trckbarSerial1.TabIndex = 0;
1641
            this.trckbarSerial1.TabIndex = 0;
1892
            this.trckbarSerial1.TickStyle = System.Windows.Forms.TickStyle.None;
1642
            this.trckbarSerial1.TickStyle = System.Windows.Forms.TickStyle.None;
1893
            this.trckbarSerial1.Scroll += new System.EventHandler(this.tbSerial1_Scroll);
1643
            this.trckbarSerial1.Scroll += new System.EventHandler(this.tbSerial1_Scroll);
1894
            this.trckbarSerial1.ValueChanged += new System.EventHandler(this.trckbarSerial1_ValueChanged);
1644
            this.trckbarSerial1.ValueChanged += new System.EventHandler(this.trckbarSerial1_ValueChanged);
1895
            // 
1645
            // 
-
 
1646
            // tabPage2
-
 
1647
            // 
-
 
1648
            this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
-
 
1649
            this.tabPage2.Controls.Add(this.groupBox37);
-
 
1650
            this.tabPage2.Controls.Add(this.groupBox34);
-
 
1651
            this.tabPage2.Controls.Add(this.groupBox32);
-
 
1652
            this.tabPage2.Controls.Add(this.groupBox30);
-
 
1653
            this.tabPage2.Controls.Add(this.dataGridView1);
-
 
1654
            this.tabPage2.Location = new System.Drawing.Point(4, 27);
-
 
1655
            this.tabPage2.Name = "tabPage2";
-
 
1656
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
-
 
1657
            this.tabPage2.Size = new System.Drawing.Size(942, 483);
-
 
1658
            this.tabPage2.TabIndex = 1;
-
 
1659
            this.tabPage2.Text = "Settings";
-
 
1660
            // 
-
 
1661
            // groupBox37
-
 
1662
            // 
-
 
1663
            this.groupBox37.Controls.Add(this.btnSwitchNC);
-
 
1664
            this.groupBox37.Controls.Add(this.btnSwitchFC);
-
 
1665
            this.groupBox37.Controls.Add(this.lblCtrl);
-
 
1666
            this.groupBox37.Controls.Add(this.buttonReset);
-
 
1667
            this.groupBox37.Controls.Add(this.button1);
-
 
1668
            this.groupBox37.Location = new System.Drawing.Point(463, 8);
-
 
1669
            this.groupBox37.Name = "groupBox37";
-
 
1670
            this.groupBox37.Size = new System.Drawing.Size(178, 230);
-
 
1671
            this.groupBox37.TabIndex = 35;
-
 
1672
            this.groupBox37.TabStop = false;
-
 
1673
            // 
-
 
1674
            // btnSwitchNC
-
 
1675
            // 
-
 
1676
            this.btnSwitchNC.Location = new System.Drawing.Point(51, 67);
-
 
1677
            this.btnSwitchNC.Name = "btnSwitchNC";
-
 
1678
            this.btnSwitchNC.Size = new System.Drawing.Size(116, 43);
-
 
1679
            this.btnSwitchNC.TabIndex = 27;
-
 
1680
            this.btnSwitchNC.Text = "switch to NC";
-
 
1681
            this.btnSwitchNC.UseVisualStyleBackColor = true;
-
 
1682
            this.btnSwitchNC.Click += new System.EventHandler(this.btnSwitchNC_Click);
-
 
1683
            // 
-
 
1684
            // btnSwitchFC
-
 
1685
            // 
-
 
1686
            this.btnSwitchFC.Location = new System.Drawing.Point(51, 23);
-
 
1687
            this.btnSwitchFC.Name = "btnSwitchFC";
-
 
1688
            this.btnSwitchFC.Size = new System.Drawing.Size(116, 43);
-
 
1689
            this.btnSwitchFC.TabIndex = 26;
-
 
1690
            this.btnSwitchFC.Text = "switch to FC";
-
 
1691
            this.btnSwitchFC.UseVisualStyleBackColor = true;
-
 
1692
            this.btnSwitchFC.Click += new System.EventHandler(this.btnSwitchFC_Click);
-
 
1693
            // 
-
 
1694
            // lblCtrl
-
 
1695
            // 
-
 
1696
            this.lblCtrl.AutoSize = true;
-
 
1697
            this.lblCtrl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1698
            this.lblCtrl.Location = new System.Drawing.Point(10, 52);
-
 
1699
            this.lblCtrl.Name = "lblCtrl";
-
 
1700
            this.lblCtrl.Size = new System.Drawing.Size(24, 20);
-
 
1701
            this.lblCtrl.TabIndex = 16;
-
 
1702
            this.lblCtrl.Text = "...";
-
 
1703
            // 
-
 
1704
            // buttonReset
-
 
1705
            // 
-
 
1706
            this.buttonReset.Location = new System.Drawing.Point(51, 174);
-
 
1707
            this.buttonReset.Name = "buttonReset";
-
 
1708
            this.buttonReset.Size = new System.Drawing.Size(116, 43);
-
 
1709
            this.buttonReset.TabIndex = 15;
-
 
1710
            this.buttonReset.Text = "Reset";
-
 
1711
            this.buttonReset.UseVisualStyleBackColor = true;
-
 
1712
            this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
-
 
1713
            // 
-
 
1714
            // button1
-
 
1715
            // 
-
 
1716
            this.button1.Location = new System.Drawing.Point(51, 121);
-
 
1717
            this.button1.Name = "button1";
-
 
1718
            this.button1.Size = new System.Drawing.Size(116, 43);
-
 
1719
            this.button1.TabIndex = 16;
-
 
1720
            this.button1.Text = "Version";
-
 
1721
            this.button1.UseVisualStyleBackColor = true;
-
 
1722
            this.button1.Click += new System.EventHandler(this.btnVersion_Click);
-
 
1723
            // 
-
 
1724
            // groupBox34
-
 
1725
            // 
-
 
1726
            this.groupBox34.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
1727
            this.groupBox34.Controls.Add(this.chkbAutoOSD);
-
 
1728
            this.groupBox34.Controls.Add(this.chkbAutoBL);
-
 
1729
            this.groupBox34.Controls.Add(this.chkbAutoNav);
-
 
1730
            this.groupBox34.Controls.Add(this.chkbAutoDbg);
-
 
1731
            this.groupBox34.Controls.Add(this.cbTimingOSD);
-
 
1732
            this.groupBox34.Controls.Add(this.cbTimingBLCTRL);
-
 
1733
            this.groupBox34.Controls.Add(this.cbTimingNAV);
-
 
1734
            this.groupBox34.Controls.Add(this.cbTimingDebug);
-
 
1735
            this.groupBox34.Controls.Add(this.labelTimingOSD);
-
 
1736
            this.groupBox34.Controls.Add(this.labelTimingBLCTRL);
-
 
1737
            this.groupBox34.Controls.Add(this.label5);
-
 
1738
            this.groupBox34.Controls.Add(this.labelTimingNAV);
-
 
1739
            this.groupBox34.Controls.Add(this.label4);
-
 
1740
            this.groupBox34.Controls.Add(this.labelTimingDebug);
-
 
1741
            this.groupBox34.Controls.Add(this.label3);
-
 
1742
            this.groupBox34.Controls.Add(this.label2);
-
 
1743
            this.groupBox34.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1744
            this.groupBox34.Location = new System.Drawing.Point(708, 329);
-
 
1745
            this.groupBox34.Name = "groupBox34";
-
 
1746
            this.groupBox34.Size = new System.Drawing.Size(226, 150);
-
 
1747
            this.groupBox34.TabIndex = 34;
-
 
1748
            this.groupBox34.TabStop = false;
-
 
1749
            this.groupBox34.Text = "timings auto update (ms)";
-
 
1750
            // 
-
 
1751
            // chkbAutoOSD
-
 
1752
            // 
-
 
1753
            this.chkbAutoOSD.AutoSize = true;
-
 
1754
            this.chkbAutoOSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1755
            this.chkbAutoOSD.Location = new System.Drawing.Point(201, 120);
-
 
1756
            this.chkbAutoOSD.Name = "chkbAutoOSD";
-
 
1757
            this.chkbAutoOSD.Size = new System.Drawing.Size(15, 14);
-
 
1758
            this.chkbAutoOSD.TabIndex = 10;
-
 
1759
            this.chkbAutoOSD.UseVisualStyleBackColor = true;
-
 
1760
            this.chkbAutoOSD.CheckedChanged += new System.EventHandler(this.chkbAutoOSD_CheckedChanged);
-
 
1761
            // 
-
 
1762
            // chkbAutoBL
-
 
1763
            // 
-
 
1764
            this.chkbAutoBL.AutoSize = true;
-
 
1765
            this.chkbAutoBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1766
            this.chkbAutoBL.Location = new System.Drawing.Point(201, 94);
-
 
1767
            this.chkbAutoBL.Name = "chkbAutoBL";
-
 
1768
            this.chkbAutoBL.Size = new System.Drawing.Size(15, 14);
-
 
1769
            this.chkbAutoBL.TabIndex = 10;
-
 
1770
            this.chkbAutoBL.UseVisualStyleBackColor = true;
-
 
1771
            this.chkbAutoBL.CheckedChanged += new System.EventHandler(this.chkbAutoBL_CheckedChanged);
-
 
1772
            // 
-
 
1773
            // chkbAutoNav
-
 
1774
            // 
-
 
1775
            this.chkbAutoNav.AutoSize = true;
-
 
1776
            this.chkbAutoNav.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1777
            this.chkbAutoNav.Location = new System.Drawing.Point(201, 67);
-
 
1778
            this.chkbAutoNav.Name = "chkbAutoNav";
-
 
1779
            this.chkbAutoNav.Size = new System.Drawing.Size(15, 14);
-
 
1780
            this.chkbAutoNav.TabIndex = 10;
-
 
1781
            this.chkbAutoNav.UseVisualStyleBackColor = true;
-
 
1782
            this.chkbAutoNav.CheckedChanged += new System.EventHandler(this.chkbAutoNav_CheckedChanged);
-
 
1783
            // 
-
 
1784
            // chkbAutoDbg
-
 
1785
            // 
-
 
1786
            this.chkbAutoDbg.AutoSize = true;
-
 
1787
            this.chkbAutoDbg.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1788
            this.chkbAutoDbg.Location = new System.Drawing.Point(201, 41);
-
 
1789
            this.chkbAutoDbg.Name = "chkbAutoDbg";
-
 
1790
            this.chkbAutoDbg.Size = new System.Drawing.Size(15, 14);
-
 
1791
            this.chkbAutoDbg.TabIndex = 10;
-
 
1792
            this.chkbAutoDbg.UseVisualStyleBackColor = true;
-
 
1793
            this.chkbAutoDbg.CheckedChanged += new System.EventHandler(this.chkbAutoDbg_CheckedChanged);
-
 
1794
            // 
-
 
1795
            // cbTimingOSD
-
 
1796
            // 
-
 
1797
            this.cbTimingOSD.DropDownWidth = 60;
-
 
1798
            this.cbTimingOSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1799
            this.cbTimingOSD.FormattingEnabled = true;
-
 
1800
            this.cbTimingOSD.Items.AddRange(new object[] {
-
 
1801
            "100",
-
 
1802
            "150",
-
 
1803
            "200",
-
 
1804
            "250",
-
 
1805
            "300",
-
 
1806
            "350",
-
 
1807
            "400",
-
 
1808
            "450",
-
 
1809
            "500",
-
 
1810
            "550",
-
 
1811
            "600",
-
 
1812
            "650",
-
 
1813
            "700",
-
 
1814
            "750",
-
 
1815
            "800",
-
 
1816
            "850",
-
 
1817
            "900",
-
 
1818
            "950",
-
 
1819
            "1000",
-
 
1820
            "1100",
-
 
1821
            "1200",
-
 
1822
            "1300",
-
 
1823
            "1400",
-
 
1824
            "1500",
-
 
1825
            "1600",
-
 
1826
            "1700",
-
 
1827
            "1800",
-
 
1828
            "1900",
-
 
1829
            "2000"});
-
 
1830
            this.cbTimingOSD.Location = new System.Drawing.Point(176, 114);
-
 
1831
            this.cbTimingOSD.Name = "cbTimingOSD";
-
 
1832
            this.cbTimingOSD.Size = new System.Drawing.Size(18, 26);
-
 
1833
            this.cbTimingOSD.TabIndex = 9;
-
 
1834
            this.cbTimingOSD.SelectedIndexChanged += new System.EventHandler(this.cbTimingOSD_SelectedIndexChanged);
-
 
1835
            // 
-
 
1836
            // cbTimingBLCTRL
-
 
1837
            // 
-
 
1838
            this.cbTimingBLCTRL.DropDownWidth = 60;
-
 
1839
            this.cbTimingBLCTRL.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1840
            this.cbTimingBLCTRL.FormattingEnabled = true;
-
 
1841
            this.cbTimingBLCTRL.Items.AddRange(new object[] {
-
 
1842
            "100",
-
 
1843
            "150",
-
 
1844
            "200",
-
 
1845
            "250",
-
 
1846
            "300",
-
 
1847
            "350",
-
 
1848
            "400",
-
 
1849
            "450",
-
 
1850
            "500",
-
 
1851
            "550",
-
 
1852
            "600",
-
 
1853
            "650",
-
 
1854
            "700",
-
 
1855
            "750",
-
 
1856
            "800",
-
 
1857
            "850",
-
 
1858
            "900",
-
 
1859
            "950",
-
 
1860
            "1000",
-
 
1861
            "1100",
-
 
1862
            "1200",
-
 
1863
            "1300",
-
 
1864
            "1400",
-
 
1865
            "1500",
-
 
1866
            "1600",
-
 
1867
            "1700",
-
 
1868
            "1800",
-
 
1869
            "1900",
-
 
1870
            "2000"});
-
 
1871
            this.cbTimingBLCTRL.Location = new System.Drawing.Point(176, 87);
-
 
1872
            this.cbTimingBLCTRL.Name = "cbTimingBLCTRL";
-
 
1873
            this.cbTimingBLCTRL.Size = new System.Drawing.Size(18, 26);
-
 
1874
            this.cbTimingBLCTRL.TabIndex = 9;
-
 
1875
            this.cbTimingBLCTRL.SelectedIndexChanged += new System.EventHandler(this.cbTimingBLCTRL_SelectedIndexChanged);
-
 
1876
            // 
-
 
1877
            // cbTimingNAV
-
 
1878
            // 
-
 
1879
            this.cbTimingNAV.DropDownWidth = 60;
-
 
1880
            this.cbTimingNAV.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1881
            this.cbTimingNAV.FormattingEnabled = true;
-
 
1882
            this.cbTimingNAV.Items.AddRange(new object[] {
-
 
1883
            "100",
-
 
1884
            "150",
-
 
1885
            "200",
-
 
1886
            "250",
-
 
1887
            "300",
-
 
1888
            "350",
-
 
1889
            "400",
-
 
1890
            "450",
-
 
1891
            "500",
-
 
1892
            "550",
-
 
1893
            "600",
-
 
1894
            "650",
-
 
1895
            "700",
-
 
1896
            "750",
-
 
1897
            "800",
-
 
1898
            "850",
-
 
1899
            "900",
-
 
1900
            "950",
-
 
1901
            "1000",
-
 
1902
            "1100",
-
 
1903
            "1200",
-
 
1904
            "1300",
-
 
1905
            "1400",
-
 
1906
            "1500",
-
 
1907
            "1600",
-
 
1908
            "1700",
-
 
1909
            "1800",
-
 
1910
            "1900",
-
 
1911
            "2000"});
-
 
1912
            this.cbTimingNAV.Location = new System.Drawing.Point(176, 60);
-
 
1913
            this.cbTimingNAV.Name = "cbTimingNAV";
-
 
1914
            this.cbTimingNAV.Size = new System.Drawing.Size(18, 26);
-
 
1915
            this.cbTimingNAV.TabIndex = 9;
-
 
1916
            this.cbTimingNAV.SelectedIndexChanged += new System.EventHandler(this.cbTimingNAV_SelectedIndexChanged);
-
 
1917
            // 
-
 
1918
            // cbTimingDebug
-
 
1919
            // 
-
 
1920
            this.cbTimingDebug.DropDownWidth = 60;
-
 
1921
            this.cbTimingDebug.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1922
            this.cbTimingDebug.FormattingEnabled = true;
-
 
1923
            this.cbTimingDebug.Items.AddRange(new object[] {
-
 
1924
            "100",
-
 
1925
            "150",
-
 
1926
            "200",
-
 
1927
            "250",
-
 
1928
            "300",
-
 
1929
            "350",
-
 
1930
            "400",
-
 
1931
            "450",
-
 
1932
            "500",
-
 
1933
            "550",
-
 
1934
            "600",
-
 
1935
            "650",
-
 
1936
            "700",
-
 
1937
            "750",
-
 
1938
            "800",
-
 
1939
            "850",
-
 
1940
            "900",
-
 
1941
            "950",
-
 
1942
            "1000",
-
 
1943
            "1100",
-
 
1944
            "1200",
-
 
1945
            "1300",
-
 
1946
            "1400",
-
 
1947
            "1500",
-
 
1948
            "1600",
-
 
1949
            "1700",
-
 
1950
            "1800",
-
 
1951
            "1900",
-
 
1952
            "2000"});
-
 
1953
            this.cbTimingDebug.Location = new System.Drawing.Point(176, 33);
-
 
1954
            this.cbTimingDebug.Name = "cbTimingDebug";
-
 
1955
            this.cbTimingDebug.Size = new System.Drawing.Size(18, 26);
-
 
1956
            this.cbTimingDebug.TabIndex = 9;
-
 
1957
            this.cbTimingDebug.SelectedIndexChanged += new System.EventHandler(this.cbTimingDebug_SelectedIndexChanged);
-
 
1958
            // 
-
 
1959
            // labelTimingOSD
-
 
1960
            // 
-
 
1961
            this.labelTimingOSD.AutoSize = true;
-
 
1962
            this.labelTimingOSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1963
            this.labelTimingOSD.Location = new System.Drawing.Point(142, 118);
-
 
1964
            this.labelTimingOSD.Name = "labelTimingOSD";
-
 
1965
            this.labelTimingOSD.Size = new System.Drawing.Size(12, 18);
-
 
1966
            this.labelTimingOSD.TabIndex = 8;
-
 
1967
            this.labelTimingOSD.Text = " ";
-
 
1968
            // 
-
 
1969
            // labelTimingBLCTRL
-
 
1970
            // 
-
 
1971
            this.labelTimingBLCTRL.AutoSize = true;
-
 
1972
            this.labelTimingBLCTRL.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1973
            this.labelTimingBLCTRL.Location = new System.Drawing.Point(142, 91);
-
 
1974
            this.labelTimingBLCTRL.Name = "labelTimingBLCTRL";
-
 
1975
            this.labelTimingBLCTRL.Size = new System.Drawing.Size(12, 18);
-
 
1976
            this.labelTimingBLCTRL.TabIndex = 8;
-
 
1977
            this.labelTimingBLCTRL.Text = " ";
-
 
1978
            // 
-
 
1979
            // label5
-
 
1980
            // 
-
 
1981
            this.label5.AutoSize = true;
-
 
1982
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1983
            this.label5.Location = new System.Drawing.Point(10, 116);
-
 
1984
            this.label5.Name = "label5";
-
 
1985
            this.label5.Size = new System.Drawing.Size(87, 18);
-
 
1986
            this.label5.TabIndex = 8;
-
 
1987
            this.label5.Text = "OSD values";
-
 
1988
            // 
-
 
1989
            // labelTimingNAV
-
 
1990
            // 
-
 
1991
            this.labelTimingNAV.AutoSize = true;
-
 
1992
            this.labelTimingNAV.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
1993
            this.labelTimingNAV.Location = new System.Drawing.Point(142, 65);
-
 
1994
            this.labelTimingNAV.Name = "labelTimingNAV";
-
 
1995
            this.labelTimingNAV.Size = new System.Drawing.Size(12, 18);
-
 
1996
            this.labelTimingNAV.TabIndex = 8;
-
 
1997
            this.labelTimingNAV.Text = " ";
-
 
1998
            // 
-
 
1999
            // label4
-
 
2000
            // 
-
 
2001
            this.label4.AutoSize = true;
-
 
2002
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2003
            this.label4.Location = new System.Drawing.Point(10, 90);
-
 
2004
            this.label4.Name = "label4";
-
 
2005
            this.label4.Size = new System.Drawing.Size(116, 18);
-
 
2006
            this.label4.TabIndex = 8;
-
 
2007
            this.label4.Text = "BL-CTRL values";
-
 
2008
            // 
-
 
2009
            // labelTimingDebug
-
 
2010
            // 
-
 
2011
            this.labelTimingDebug.AutoSize = true;
-
 
2012
            this.labelTimingDebug.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2013
            this.labelTimingDebug.Location = new System.Drawing.Point(142, 38);
-
 
2014
            this.labelTimingDebug.Name = "labelTimingDebug";
-
 
2015
            this.labelTimingDebug.Size = new System.Drawing.Size(12, 18);
-
 
2016
            this.labelTimingDebug.TabIndex = 8;
-
 
2017
            this.labelTimingDebug.Text = " ";
-
 
2018
            // 
-
 
2019
            // label3
-
 
2020
            // 
-
 
2021
            this.label3.AutoSize = true;
-
 
2022
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2023
            this.label3.Location = new System.Drawing.Point(10, 65);
-
 
2024
            this.label3.Name = "label3";
-
 
2025
            this.label3.Size = new System.Drawing.Size(124, 18);
-
 
2026
            this.label3.TabIndex = 8;
-
 
2027
            this.label3.Text = "Nav-CTRL values";
-
 
2028
            // 
-
 
2029
            // label2
-
 
2030
            // 
-
 
2031
            this.label2.AutoSize = true;
-
 
2032
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2033
            this.label2.Location = new System.Drawing.Point(10, 40);
-
 
2034
            this.label2.Name = "label2";
-
 
2035
            this.label2.Size = new System.Drawing.Size(94, 18);
-
 
2036
            this.label2.TabIndex = 8;
-
 
2037
            this.label2.Text = "debug values";
-
 
2038
            // 
-
 
2039
            // groupBox32
-
 
2040
            // 
-
 
2041
            this.groupBox32.Controls.Add(this.button5);
-
 
2042
            this.groupBox32.Controls.Add(this.btnReadBLCtrl);
-
 
2043
            this.groupBox32.Controls.Add(this.btnGetNaviData);
-
 
2044
            this.groupBox32.Location = new System.Drawing.Point(488, 315);
-
 
2045
            this.groupBox32.Name = "groupBox32";
-
 
2046
            this.groupBox32.Size = new System.Drawing.Size(153, 154);
-
 
2047
            this.groupBox32.TabIndex = 31;
-
 
2048
            this.groupBox32.TabStop = false;
-
 
2049
            this.groupBox32.Text = "onetime query";
-
 
2050
            // 
-
 
2051
            // button5
-
 
2052
            // 
-
 
2053
            this.button5.Location = new System.Drawing.Point(6, 23);
-
 
2054
            this.button5.Name = "button5";
-
 
2055
            this.button5.Size = new System.Drawing.Size(133, 42);
-
 
2056
            this.button5.TabIndex = 19;
-
 
2057
            this.button5.Text = "read debug data";
-
 
2058
            this.button5.UseVisualStyleBackColor = true;
-
 
2059
            this.button5.Click += new System.EventHandler(this.btnDbgData_Click);
-
 
2060
            // 
-
 
2061
            // btnReadBLCtrl
-
 
2062
            // 
-
 
2063
            this.btnReadBLCtrl.Location = new System.Drawing.Point(6, 105);
-
 
2064
            this.btnReadBLCtrl.Name = "btnReadBLCtrl";
-
 
2065
            this.btnReadBLCtrl.Size = new System.Drawing.Size(133, 42);
-
 
2066
            this.btnReadBLCtrl.TabIndex = 29;
-
 
2067
            this.btnReadBLCtrl.Text = "read BLCtrl";
-
 
2068
            this.btnReadBLCtrl.UseVisualStyleBackColor = true;
-
 
2069
            this.btnReadBLCtrl.Click += new System.EventHandler(this.btnReadBLCtrl_Click);
-
 
2070
            // 
-
 
2071
            // btnGetNaviData
-
 
2072
            // 
-
 
2073
            this.btnGetNaviData.Location = new System.Drawing.Point(6, 64);
-
 
2074
            this.btnGetNaviData.Name = "btnGetNaviData";
-
 
2075
            this.btnGetNaviData.Size = new System.Drawing.Size(133, 42);
-
 
2076
            this.btnGetNaviData.TabIndex = 29;
-
 
2077
            this.btnGetNaviData.Text = "read Navi Data";
-
 
2078
            this.btnGetNaviData.UseVisualStyleBackColor = true;
-
 
2079
            this.btnGetNaviData.Click += new System.EventHandler(this.btnGetNaviData_Click);
-
 
2080
            // 
-
 
2081
            // groupBox30
-
 
2082
            // 
-
 
2083
            this.groupBox30.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-
 
2084
            this.groupBox30.Controls.Add(this.simpleSerialPort);
-
 
2085
            this.groupBox30.Location = new System.Drawing.Point(693, 8);
-
 
2086
            this.groupBox30.Name = "groupBox30";
-
 
2087
            this.groupBox30.Size = new System.Drawing.Size(241, 297);
-
 
2088
            this.groupBox30.TabIndex = 30;
-
 
2089
            this.groupBox30.TabStop = false;
-
 
2090
            this.groupBox30.Text = "Serial connection";
-
 
2091
            // 
-
 
2092
            // dataGridView1
-
 
2093
            // 
-
 
2094
            this.dataGridView1.AllowUserToAddRows = false;
-
 
2095
            this.dataGridView1.AllowUserToDeleteRows = false;
-
 
2096
            this.dataGridView1.AllowUserToResizeColumns = false;
-
 
2097
            this.dataGridView1.AllowUserToResizeRows = false;
-
 
2098
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
-
 
2099
            this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
-
 
2100
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
-
 
2101
            this.dataGridView1.ColumnHeadersVisible = false;
-
 
2102
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
-
 
2103
            this.dataGridView1.EnableHeadersVisualStyles = false;
-
 
2104
            this.dataGridView1.Location = new System.Drawing.Point(7, 8);
-
 
2105
            this.dataGridView1.Name = "dataGridView1";
-
 
2106
            this.dataGridView1.ReadOnly = true;
-
 
2107
            this.dataGridView1.RowHeadersVisible = false;
-
 
2108
            this.dataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2109
            this.dataGridView1.RowTemplate.Height = 14;
-
 
2110
            this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.None;
-
 
2111
            this.dataGridView1.Size = new System.Drawing.Size(213, 461);
-
 
2112
            this.dataGridView1.TabIndex = 0;
-
 
2113
            // 
1896
            // tabPageTesting
2114
            // tabPageTesting
1897
            // 
2115
            // 
1898
            this.tabPageTesting.Controls.Add(this.cbWPIndex);
2116
            this.tabPageTesting.Controls.Add(this.cbWPIndex);
1899
            this.tabPageTesting.Controls.Add(this.btnGetWP);
2117
            this.tabPageTesting.Controls.Add(this.btnGetWP);
1900
            this.tabPageTesting.Controls.Add(this.dgvWP);
2118
            this.tabPageTesting.Controls.Add(this.dgvWP);
Line 1909... Line 2127...
1909
            this.tabPageTesting.Controls.Add(this.button3);
2127
            this.tabPageTesting.Controls.Add(this.button3);
1910
            this.tabPageTesting.Controls.Add(this.button2);
2128
            this.tabPageTesting.Controls.Add(this.button2);
1911
            this.tabPageTesting.Location = new System.Drawing.Point(4, 27);
2129
            this.tabPageTesting.Location = new System.Drawing.Point(4, 27);
1912
            this.tabPageTesting.Name = "tabPageTesting";
2130
            this.tabPageTesting.Name = "tabPageTesting";
1913
            this.tabPageTesting.Padding = new System.Windows.Forms.Padding(3);
2131
            this.tabPageTesting.Padding = new System.Windows.Forms.Padding(3);
1914
            this.tabPageTesting.Size = new System.Drawing.Size(942, 489);
2132
            this.tabPageTesting.Size = new System.Drawing.Size(942, 483);
1915
            this.tabPageTesting.TabIndex = 3;
2133
            this.tabPageTesting.TabIndex = 3;
1916
            this.tabPageTesting.Text = "testing";
2134
            this.tabPageTesting.Text = "testing";
1917
            this.tabPageTesting.UseVisualStyleBackColor = true;
2135
            this.tabPageTesting.UseVisualStyleBackColor = true;
1918
            // 
2136
            // 
1919
            // cbWPIndex
2137
            // cbWPIndex
Line 1940... Line 2158...
1940
            this.dgvWP.Location = new System.Drawing.Point(294, 39);
2158
            this.dgvWP.Location = new System.Drawing.Point(294, 39);
1941
            this.dgvWP.Name = "dgvWP";
2159
            this.dgvWP.Name = "dgvWP";
1942
            this.dgvWP.Size = new System.Drawing.Size(502, 339);
2160
            this.dgvWP.Size = new System.Drawing.Size(502, 339);
1943
            this.dgvWP.TabIndex = 34;
2161
            this.dgvWP.TabIndex = 34;
1944
            // 
2162
            // 
-
 
2163
            // lbLabels
-
 
2164
            // 
-
 
2165
            this.lbLabels.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2166
            this.lbLabels.Location = new System.Drawing.Point(88, 39);
-
 
2167
            this.lbLabels.Name = "lbLabels";
-
 
2168
            this.lbLabels.Size = new System.Drawing.Size(200, 433);
-
 
2169
            this.lbLabels.TabIndex = 22;
-
 
2170
            // 
-
 
2171
            // btnOSDAuto
-
 
2172
            // 
-
 
2173
            this.btnOSDAuto.Location = new System.Drawing.Point(802, 148);
-
 
2174
            this.btnOSDAuto.Name = "btnOSDAuto";
-
 
2175
            this.btnOSDAuto.Size = new System.Drawing.Size(131, 41);
-
 
2176
            this.btnOSDAuto.TabIndex = 33;
-
 
2177
            this.btnOSDAuto.Text = "OSD Auto";
-
 
2178
            this.btnOSDAuto.UseVisualStyleBackColor = true;
-
 
2179
            this.btnOSDAuto.Visible = false;
-
 
2180
            this.btnOSDAuto.Click += new System.EventHandler(this.btnOSDAuto_Click);
-
 
2181
            // 
-
 
2182
            // btnOSD
-
 
2183
            // 
-
 
2184
            this.btnOSD.Location = new System.Drawing.Point(802, 101);
-
 
2185
            this.btnOSD.Name = "btnOSD";
-
 
2186
            this.btnOSD.Size = new System.Drawing.Size(131, 41);
-
 
2187
            this.btnOSD.TabIndex = 33;
-
 
2188
            this.btnOSD.Text = "OSD";
-
 
2189
            this.btnOSD.UseVisualStyleBackColor = true;
-
 
2190
            this.btnOSD.Visible = false;
-
 
2191
            this.btnOSD.Click += new System.EventHandler(this.btnOSD_Click);
-
 
2192
            // 
-
 
2193
            // btnSaveFCLabels
-
 
2194
            // 
-
 
2195
            this.btnSaveFCLabels.Location = new System.Drawing.Point(7, 39);
-
 
2196
            this.btnSaveFCLabels.Name = "btnSaveFCLabels";
-
 
2197
            this.btnSaveFCLabels.Size = new System.Drawing.Size(75, 36);
-
 
2198
            this.btnSaveFCLabels.TabIndex = 23;
-
 
2199
            this.btnSaveFCLabels.Text = "Save >";
-
 
2200
            this.btnSaveFCLabels.UseVisualStyleBackColor = true;
-
 
2201
            this.btnSaveFCLabels.Click += new System.EventHandler(this.btnSaveLabels_Click);
-
 
2202
            // 
-
 
2203
            // btnLoadFCLabels
-
 
2204
            // 
-
 
2205
            this.btnLoadFCLabels.Location = new System.Drawing.Point(7, 79);
-
 
2206
            this.btnLoadFCLabels.Name = "btnLoadFCLabels";
-
 
2207
            this.btnLoadFCLabels.Size = new System.Drawing.Size(75, 36);
-
 
2208
            this.btnLoadFCLabels.TabIndex = 24;
-
 
2209
            this.btnLoadFCLabels.Text = "< Load";
-
 
2210
            this.btnLoadFCLabels.UseVisualStyleBackColor = true;
-
 
2211
            this.btnLoadFCLabels.Click += new System.EventHandler(this.btnLoadLabels_Click);
-
 
2212
            // 
-
 
2213
            // button4
-
 
2214
            // 
-
 
2215
            this.button4.Location = new System.Drawing.Point(802, 54);
-
 
2216
            this.button4.Name = "button4";
-
 
2217
            this.button4.Size = new System.Drawing.Size(131, 41);
-
 
2218
            this.button4.TabIndex = 33;
-
 
2219
            this.button4.Text = "version NC";
-
 
2220
            this.button4.UseVisualStyleBackColor = true;
-
 
2221
            this.button4.Visible = false;
-
 
2222
            this.button4.Click += new System.EventHandler(this.button4_Click);
-
 
2223
            // 
-
 
2224
            // lblFileName
-
 
2225
            // 
-
 
2226
            this.lblFileName.AutoSize = true;
-
 
2227
            this.lblFileName.Location = new System.Drawing.Point(87, 16);
-
 
2228
            this.lblFileName.Name = "lblFileName";
-
 
2229
            this.lblFileName.Size = new System.Drawing.Size(136, 18);
-
 
2230
            this.lblFileName.TabIndex = 8;
-
 
2231
            this.lblFileName.Text = "1234567890123456";
-
 
2232
            // 
-
 
2233
            // btnReadFCFile
-
 
2234
            // 
-
 
2235
            this.btnReadFCFile.Location = new System.Drawing.Point(202, 7);
-
 
2236
            this.btnReadFCFile.Name = "btnReadFCFile";
-
 
2237
            this.btnReadFCFile.Size = new System.Drawing.Size(86, 28);
-
 
2238
            this.btnReadFCFile.TabIndex = 25;
-
 
2239
            this.btnReadFCFile.Text = "read file";
-
 
2240
            this.btnReadFCFile.UseVisualStyleBackColor = true;
-
 
2241
            this.btnReadFCFile.Click += new System.EventHandler(this.btnReadLabelFile_Click);
-
 
2242
            // 
-
 
2243
            // button3
-
 
2244
            // 
-
 
2245
            this.button3.Location = new System.Drawing.Point(802, 12);
-
 
2246
            this.button3.Name = "button3";
-
 
2247
            this.button3.Size = new System.Drawing.Size(131, 36);
-
 
2248
            this.button3.TabIndex = 32;
-
 
2249
            this.button3.Text = "version FC";
-
 
2250
            this.button3.UseVisualStyleBackColor = true;
-
 
2251
            this.button3.Visible = false;
-
 
2252
            this.button3.Click += new System.EventHandler(this.button3_Click);
-
 
2253
            // 
-
 
2254
            // button2
-
 
2255
            // 
-
 
2256
            this.button2.Location = new System.Drawing.Point(7, 137);
-
 
2257
            this.button2.Name = "button2";
-
 
2258
            this.button2.Size = new System.Drawing.Size(75, 52);
-
 
2259
            this.button2.TabIndex = 18;
-
 
2260
            this.button2.Text = "get Analog labels";
-
 
2261
            this.button2.UseVisualStyleBackColor = true;
-
 
2262
            this.button2.Click += new System.EventHandler(this.btnAnalogLabels_Click);
-
 
2263
            // 
-
 
2264
            // groupBox31
-
 
2265
            // 
-
 
2266
            this.groupBox31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
2267
            this.groupBox31.Controls.Add(this.lblNCCtrl);
-
 
2268
            this.groupBox31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2269
            this.groupBox31.Location = new System.Drawing.Point(473, 11);
-
 
2270
            this.groupBox31.Name = "groupBox31";
-
 
2271
            this.groupBox31.Size = new System.Drawing.Size(82, 39);
-
 
2272
            this.groupBox31.TabIndex = 8;
-
 
2273
            this.groupBox31.TabStop = false;
-
 
2274
            this.groupBox31.Text = "Controller";
-
 
2275
            // 
-
 
2276
            // lblNCCtrl
-
 
2277
            // 
-
 
2278
            this.lblNCCtrl.AutoSize = true;
-
 
2279
            this.lblNCCtrl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2280
            this.lblNCCtrl.Location = new System.Drawing.Point(6, 16);
-
 
2281
            this.lblNCCtrl.Name = "lblNCCtrl";
-
 
2282
            this.lblNCCtrl.Size = new System.Drawing.Size(61, 20);
-
 
2283
            this.lblNCCtrl.TabIndex = 0;
-
 
2284
            this.lblNCCtrl.Text = "FC/NC";
-
 
2285
            // 
-
 
2286
            // lblCRCErr
-
 
2287
            // 
-
 
2288
            this.lblCRCErr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
2289
            this.lblCRCErr.AutoSize = true;
-
 
2290
            this.lblCRCErr.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2291
            this.lblCRCErr.Location = new System.Drawing.Point(638, 32);
-
 
2292
            this.lblCRCErr.Name = "lblCRCErr";
-
 
2293
            this.lblCRCErr.Size = new System.Drawing.Size(14, 16);
-
 
2294
            this.lblCRCErr.TabIndex = 12;
-
 
2295
            this.lblCRCErr.Text = "0";
-
 
2296
            // 
-
 
2297
            // rtfTerminal
-
 
2298
            // 
-
 
2299
            this.rtfTerminal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
-
 
2300
            this.rtfTerminal.Location = new System.Drawing.Point(3, 1);
-
 
2301
            this.rtfTerminal.Name = "rtfTerminal";
-
 
2302
            this.rtfTerminal.Size = new System.Drawing.Size(259, 58);
-
 
2303
            this.rtfTerminal.TabIndex = 17;
-
 
2304
            this.rtfTerminal.Text = "";
-
 
2305
            // 
-
 
2306
            // label6
-
 
2307
            // 
-
 
2308
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
2309
            this.label6.AutoSize = true;
-
 
2310
            this.label6.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2311
            this.label6.Location = new System.Drawing.Point(557, 32);
-
 
2312
            this.label6.Name = "label6";
-
 
2313
            this.label6.Size = new System.Drawing.Size(61, 16);
-
 
2314
            this.label6.TabIndex = 11;
-
 
2315
            this.label6.Text = "CRC-Error";
-
 
2316
            // 
-
 
2317
            // btnReadDebugCont
-
 
2318
            // 
-
 
2319
            this.btnReadDebugCont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
2320
            this.btnReadDebugCont.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
-
 
2321
            this.btnReadDebugCont.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2322
            this.btnReadDebugCont.Location = new System.Drawing.Point(803, 2);
-
 
2323
            this.btnReadDebugCont.Name = "btnReadDebugCont";
-
 
2324
            this.btnReadDebugCont.Size = new System.Drawing.Size(141, 55);
-
 
2325
            this.btnReadDebugCont.TabIndex = 26;
-
 
2326
            this.btnReadDebugCont.Text = "start automatic\r\ndata update";
-
 
2327
            this.btnReadDebugCont.UseVisualStyleBackColor = false;
-
 
2328
            this.btnReadDebugCont.Click += new System.EventHandler(this.btnReadDbgCont_Click);
-
 
2329
            // 
-
 
2330
            // lblLifeCounter
-
 
2331
            // 
-
 
2332
            this.lblLifeCounter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
2333
            this.lblLifeCounter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
-
 
2334
            this.lblLifeCounter.Location = new System.Drawing.Point(638, 13);
-
 
2335
            this.lblLifeCounter.Name = "lblLifeCounter";
-
 
2336
            this.lblLifeCounter.Size = new System.Drawing.Size(14, 14);
-
 
2337
            this.lblLifeCounter.TabIndex = 10;
-
 
2338
            // 
-
 
2339
            // label1
-
 
2340
            // 
-
 
2341
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-
 
2342
            this.label1.AutoSize = true;
-
 
2343
            this.label1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-
 
2344
            this.label1.Location = new System.Drawing.Point(556, 11);
-
 
2345
            this.label1.Name = "label1";
-
 
2346
            this.label1.Size = new System.Drawing.Size(79, 16);
-
 
2347
            this.label1.TabIndex = 9;
-
 
2348
            this.label1.Text = "Communication";
-
 
2349
            // 
1945
            // btnConn
2350
            // btnConn
1946
            // 
2351
            // 
1947
            this.btnConn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
2352
            this.btnConn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1948
            this.btnConn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2353
            this.btnConn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1949
            this.btnConn.Location = new System.Drawing.Point(658, 2);
2354
            this.btnConn.Location = new System.Drawing.Point(658, 2);
Line 1955... Line 2360...
1955
            this.btnConn.Click += new System.EventHandler(this.btnConn_Click);
2360
            this.btnConn.Click += new System.EventHandler(this.btnConn_Click);
1956
            // 
2361
            // 
1957
            // rtfError
2362
            // rtfError
1958
            // 
2363
            // 
1959
            this.rtfError.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
2364
            this.rtfError.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1960
            this.rtfError.Location = new System.Drawing.Point(268, 0);
2365
            this.rtfError.Location = new System.Drawing.Point(268, 1);
1961
            this.rtfError.Name = "rtfError";
2366
            this.rtfError.Name = "rtfError";
1962
            this.rtfError.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
2367
            this.rtfError.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
1963
            this.rtfError.Size = new System.Drawing.Size(204, 58);
2368
            this.rtfError.Size = new System.Drawing.Size(204, 58);
1964
            this.rtfError.TabIndex = 29;
2369
            this.rtfError.TabIndex = 29;
1965
            this.rtfError.Text = "";
2370
            this.rtfError.Text = "";
1966
            this.rtfError.WordWrap = false;
2371
            this.rtfError.WordWrap = false;
1967
            this.rtfError.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtfError_LinkClicked);
2372
            this.rtfError.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtfError_LinkClicked);
1968
            // 
2373
            // 
1969
            // splitContainer1
-
 
1970
            // 
-
 
1971
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
-
 
1972
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
-
 
1973
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
-
 
1974
            this.splitContainer1.Name = "splitContainer1";
-
 
1975
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
-
 
1976
            // 
-
 
1977
            // splitContainer1.Panel1
-
 
1978
            // 
-
 
1979
            this.splitContainer1.Panel1.Controls.Add(this.TabControl1);
-
 
1980
            // 
-
 
1981
            // splitContainer1.Panel2
-
 
1982
            // 
-
 
1983
            this.splitContainer1.Panel2.Controls.Add(this.groupBox31);
-
 
1984
            this.splitContainer1.Panel2.Controls.Add(this.lblCRCErr);
-
 
1985
            this.splitContainer1.Panel2.Controls.Add(this.rtfTerminal);
-
 
1986
            this.splitContainer1.Panel2.Controls.Add(this.label6);
-
 
1987
            this.splitContainer1.Panel2.Controls.Add(this.btnReadDebugCont);
-
 
1988
            this.splitContainer1.Panel2.Controls.Add(this.lblLifeCounter);
-
 
1989
            this.splitContainer1.Panel2.Controls.Add(this.label1);
-
 
1990
            this.splitContainer1.Panel2.Controls.Add(this.btnConn);
-
 
1991
            this.splitContainer1.Panel2.Controls.Add(this.rtfError);
-
 
1992
            this.splitContainer1.Size = new System.Drawing.Size(950, 572);
-
 
1993
            this.splitContainer1.SplitterDistance = 511;
-
 
1994
            this.splitContainer1.SplitterWidth = 1;
-
 
1995
            this.splitContainer1.TabIndex = 36;
-
 
1996
            // 
-
 
1997
            // headingIndicator1
2374
            // headingIndicator1
1998
            // 
2375
            // 
1999
            this.headingIndicator1.Location = new System.Drawing.Point(188, 221);
2376
            this.headingIndicator1.Location = new System.Drawing.Point(188, 221);
2000
            this.headingIndicator1.Name = "headingIndicator1";
2377
            this.headingIndicator1.Name = "headingIndicator1";
2001
            this.headingIndicator1.Size = new System.Drawing.Size(210, 210);
2378
            this.headingIndicator1.Size = new System.Drawing.Size(210, 210);
Line 2025... Line 2402...
2025
            // 
2402
            // 
2026
            // MainForm
2403
            // MainForm
2027
            // 
2404
            // 
2028
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2405
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2029
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2406
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2030
            this.ClientSize = new System.Drawing.Size(950, 572);
2407
            this.ClientSize = new System.Drawing.Size(950, 577);
2031
            this.Controls.Add(this.splitContainer1);
2408
            this.Controls.Add(this.splitContainer1);
2032
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2409
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2033
            this.Name = "MainForm";
2410
            this.Name = "MainForm";
2034
            this.Text = "MikroKopter LiveView";
2411
            this.Text = "MikroKopter LiveView";
2035
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
2412
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
2036
            this.Shown += new System.EventHandler(this.MainForm_Shown);
2413
            this.Shown += new System.EventHandler(this.MainForm_Shown);
2037
            this.tabPage2.ResumeLayout(false);
2414
            this.splitContainer1.Panel1.ResumeLayout(false);
2038
            this.groupBox37.ResumeLayout(false);
2415
            this.splitContainer1.Panel2.ResumeLayout(false);
2039
            this.groupBox37.PerformLayout();
-
 
2040
            this.groupBox34.ResumeLayout(false);
-
 
2041
            this.groupBox34.PerformLayout();
2416
            this.splitContainer1.Panel2.PerformLayout();
2042
            this.groupBox32.ResumeLayout(false);
2417
            this.splitContainer1.ResumeLayout(false);
2043
            this.groupBox30.ResumeLayout(false);
2418
            this.TabControl1.ResumeLayout(false);
2044
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
-
 
2045
            this.tabPage3.ResumeLayout(false);
2419
            this.tabPage3.ResumeLayout(false);
2046
            this.tabPage3.PerformLayout();
2420
            this.tabPage3.PerformLayout();
2047
            this.groupBox8.ResumeLayout(false);
2421
            this.groupBox8.ResumeLayout(false);
2048
            this.groupBox8.PerformLayout();
2422
            this.groupBox8.PerformLayout();
2049
            this.groupBox38.ResumeLayout(false);
2423
            this.groupBox38.ResumeLayout(false);
Line 2080... Line 2454...
2080
            this.groupBox2.PerformLayout();
2454
            this.groupBox2.PerformLayout();
2081
            this.groupBox25.ResumeLayout(false);
2455
            this.groupBox25.ResumeLayout(false);
2082
            this.groupBox25.PerformLayout();
2456
            this.groupBox25.PerformLayout();
2083
            this.groupBox1.ResumeLayout(false);
2457
            this.groupBox1.ResumeLayout(false);
2084
            this.groupBox1.PerformLayout();
2458
            this.groupBox1.PerformLayout();
2085
            this.groupBox31.ResumeLayout(false);
-
 
2086
            this.groupBox31.PerformLayout();
-
 
2087
            this.TabControl1.ResumeLayout(false);
-
 
2088
            this.tabPageSerial.ResumeLayout(false);
2459
            this.tabPageSerial.ResumeLayout(false);
-
 
2460
            this.groupBox12.ResumeLayout(false);
-
 
2461
            this.groupBox12.PerformLayout();
-
 
2462
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial8)).EndInit();
2089
            this.groupBox11.ResumeLayout(false);
2463
            this.groupBox11.ResumeLayout(false);
2090
            this.groupBox11.PerformLayout();
2464
            this.groupBox11.PerformLayout();
2091
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial4)).EndInit();
2465
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial4)).EndInit();
-
 
2466
            this.groupBox13.ResumeLayout(false);
-
 
2467
            this.groupBox13.PerformLayout();
-
 
2468
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial7)).EndInit();
2092
            this.groupBox10.ResumeLayout(false);
2469
            this.groupBox10.ResumeLayout(false);
2093
            this.groupBox10.PerformLayout();
2470
            this.groupBox10.PerformLayout();
2094
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial3)).EndInit();
2471
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial3)).EndInit();
-
 
2472
            this.groupBox14.ResumeLayout(false);
-
 
2473
            this.groupBox14.PerformLayout();
-
 
2474
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial6)).EndInit();
-
 
2475
            this.groupBox15.ResumeLayout(false);
-
 
2476
            this.groupBox15.PerformLayout();
-
 
2477
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial5)).EndInit();
2095
            this.groupBox9.ResumeLayout(false);
2478
            this.groupBox9.ResumeLayout(false);
2096
            this.groupBox9.PerformLayout();
2479
            this.groupBox9.PerformLayout();
2097
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial2)).EndInit();
2480
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial2)).EndInit();
2098
            this.groupBox6.ResumeLayout(false);
2481
            this.groupBox6.ResumeLayout(false);
2099
            this.groupBox6.PerformLayout();
2482
            this.groupBox6.PerformLayout();
2100
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial1)).EndInit();
2483
            ((System.ComponentModel.ISupportInitialize)(this.trckbarSerial1)).EndInit();
-
 
2484
            this.tabPage2.ResumeLayout(false);
-
 
2485
            this.groupBox37.ResumeLayout(false);
-
 
2486
            this.groupBox37.PerformLayout();
-
 
2487
            this.groupBox34.ResumeLayout(false);
-
 
2488
            this.groupBox34.PerformLayout();
-
 
2489
            this.groupBox32.ResumeLayout(false);
-
 
2490
            this.groupBox30.ResumeLayout(false);
-
 
2491
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
2101
            this.tabPageTesting.ResumeLayout(false);
2492
            this.tabPageTesting.ResumeLayout(false);
2102
            this.tabPageTesting.PerformLayout();
2493
            this.tabPageTesting.PerformLayout();
2103
            ((System.ComponentModel.ISupportInitialize)(this.dgvWP)).EndInit();
2494
            ((System.ComponentModel.ISupportInitialize)(this.dgvWP)).EndInit();
2104
            this.splitContainer1.Panel1.ResumeLayout(false);
-
 
2105
            this.splitContainer1.Panel2.ResumeLayout(false);
2495
            this.groupBox31.ResumeLayout(false);
2106
            this.splitContainer1.Panel2.PerformLayout();
2496
            this.groupBox31.PerformLayout();
2107
            this.splitContainer1.ResumeLayout(false);
-
 
2108
            this.ResumeLayout(false);
2497
            this.ResumeLayout(false);
Line 2109... Line 2498...
2109
 
2498
 
Line 2110... Line 2499...
2110
        }
2499
        }
Line 2254... Line 2643...
2254
        private System.Windows.Forms.Button btnSer3_127;
2643
        private System.Windows.Forms.Button btnSer3_127;
2255
        private System.Windows.Forms.Button btnSer3_0;
2644
        private System.Windows.Forms.Button btnSer3_0;
2256
        private System.Windows.Forms.TextBox textBoxSerial3;
2645
        private System.Windows.Forms.TextBox textBoxSerial3;
2257
        private System.Windows.Forms.Label lblTbSerial3;
2646
        private System.Windows.Forms.Label lblTbSerial3;
2258
        private System.Windows.Forms.TrackBar trckbarSerial3;
2647
        private System.Windows.Forms.TrackBar trckbarSerial3;
-
 
2648
        private System.Windows.Forms.GroupBox groupBox12;
-
 
2649
        private System.Windows.Forms.Button btnSer8_254;
-
 
2650
        private System.Windows.Forms.Button btnSer8_127;
-
 
2651
        private System.Windows.Forms.Button btnSer8_0;
-
 
2652
        private System.Windows.Forms.TextBox textBoxSerial8;
-
 
2653
        private System.Windows.Forms.Label lblTbSerial8;
-
 
2654
        private System.Windows.Forms.TrackBar trckbarSerial8;
-
 
2655
        private System.Windows.Forms.GroupBox groupBox13;
-
 
2656
        private System.Windows.Forms.Button btnSer7_254;
-
 
2657
        private System.Windows.Forms.Button btnSer7_127;
-
 
2658
        private System.Windows.Forms.Button btnSer7_0;
-
 
2659
        private System.Windows.Forms.TextBox textBoxSerial7;
-
 
2660
        private System.Windows.Forms.Label lblTbSerial7;
-
 
2661
        private System.Windows.Forms.TrackBar trckbarSerial7;
-
 
2662
        private System.Windows.Forms.GroupBox groupBox14;
-
 
2663
        private System.Windows.Forms.Button btnSer6_254;
-
 
2664
        private System.Windows.Forms.Button btnSer6_127;
-
 
2665
        private System.Windows.Forms.Button btnSer6_0;
-
 
2666
        private System.Windows.Forms.TextBox textBoxSerial6;
-
 
2667
        private System.Windows.Forms.Label lblTbSerial6;
-
 
2668
        private System.Windows.Forms.TrackBar trckbarSerial6;
-
 
2669
        private System.Windows.Forms.GroupBox groupBox15;
-
 
2670
        private System.Windows.Forms.Button btnSer5_254;
-
 
2671
        private System.Windows.Forms.Button btnSer5_127;
-
 
2672
        private System.Windows.Forms.Button btnSer5_0;
-
 
2673
        private System.Windows.Forms.TextBox textBoxSerial5;
-
 
2674
        private System.Windows.Forms.Label lblTbSerial5;
-
 
2675
        private System.Windows.Forms.TrackBar trckbarSerial5;
2259
    }
2676
    }
2260
}
2677
}