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