Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2273 → Rev 2274

/MKLiveView/Source/MainForm.Designer.cs
29,12 → 29,11
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.TabControl1 = new System.Windows.Forms.TabControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
49,6 → 48,7
this.lblNCGPSLat = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lblNCGPSLong = new System.Windows.Forms.Label();
this.headingIndicator1 = new AvionicsInstrumentControl.HeadingIndicator();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.dgvMotors2 = new System.Windows.Forms.DataGridView();
this.dgvMotors1 = new System.Windows.Forms.DataGridView();
90,6 → 90,7
this.lblNCGSpeed = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblNCAlt = new System.Windows.Forms.Label();
this.artificialHorizon1 = new ArtificialHorizon.ArtificialHorizon();
this.lblNCCompass = new System.Windows.Forms.Label();
this.lblNCRoll = new System.Windows.Forms.Label();
this.lblNCPitch = new System.Windows.Forms.Label();
151,6 → 152,7
this.lblTbSerial1 = new System.Windows.Forms.Label();
this.trckbarSerial1 = new System.Windows.Forms.TrackBar();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.cbLanguage = new System.Windows.Forms.ComboBox();
this.groupBox37 = new System.Windows.Forms.GroupBox();
this.btnSwitchNC = new System.Windows.Forms.Button();
this.btnSwitchFC = new System.Windows.Forms.Button();
174,11 → 176,13
this.labelTimingDebug = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.groupBox32 = new System.Windows.Forms.GroupBox();
this.button5 = new System.Windows.Forms.Button();
this.btnReadBLCtrl = new System.Windows.Forms.Button();
this.btnGetNaviData = new System.Windows.Forms.Button();
this.groupBox30 = new System.Windows.Forms.GroupBox();
this.simpleSerialPort = new SimpleSerialPort.SimpleSerialPort();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.tabPageTesting = new System.Windows.Forms.TabPage();
this.cbWPIndex = new System.Windows.Forms.ComboBox();
204,9 → 208,7
this.label1 = new System.Windows.Forms.Label();
this.btnConn = new System.Windows.Forms.Button();
this.rtfError = new System.Windows.Forms.RichTextBox();
this.headingIndicator1 = new AvionicsInstrumentControl.HeadingIndicator();
this.artificialHorizon1 = new ArtificialHorizon.ArtificialHorizon();
this.simpleSerialPort = new SimpleSerialPort.SimpleSerialPort();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
261,19 → 263,11
this.groupBox31.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 4000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
290,11 → 284,6
this.splitContainer1.Panel2.Controls.Add(this.label1);
this.splitContainer1.Panel2.Controls.Add(this.btnConn);
this.splitContainer1.Panel2.Controls.Add(this.rtfError);
this.splitContainer1.Panel2MinSize = 62;
this.splitContainer1.Size = new System.Drawing.Size(950, 577);
this.splitContainer1.SplitterDistance = 514;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 36;
//
// TabControl1
//
302,13 → 291,9
this.TabControl1.Controls.Add(this.tabPageSerial);
this.TabControl1.Controls.Add(this.tabPage2);
this.TabControl1.Controls.Add(this.tabPageTesting);
this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.TabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TabControl1.Location = new System.Drawing.Point(0, 0);
resources.ApplyResources(this.TabControl1, "TabControl1");
this.TabControl1.Name = "TabControl1";
this.TabControl1.SelectedIndex = 0;
this.TabControl1.Size = new System.Drawing.Size(950, 514);
this.TabControl1.TabIndex = 15;
//
// tabPage3
//
335,22 → 320,13
this.tabPage3.Controls.Add(this.lblNCCompass);
this.tabPage3.Controls.Add(this.lblNCRoll);
this.tabPage3.Controls.Add(this.lblNCPitch);
this.tabPage3.Location = new System.Drawing.Point(4, 27);
resources.ApplyResources(this.tabPage3, "tabPage3");
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(942, 483);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Visual";
//
// lblNCDistHP1
//
this.lblNCDistHP1.AutoSize = true;
this.lblNCDistHP1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCDistHP1.Location = new System.Drawing.Point(704, 194);
resources.ApplyResources(this.lblNCDistHP1, "lblNCDistHP1");
this.lblNCDistHP1.Name = "lblNCDistHP1";
this.lblNCDistHP1.Size = new System.Drawing.Size(54, 29);
this.lblNCDistHP1.TabIndex = 0;
this.lblNCDistHP1.Text = "Dist";
//
// groupBox8
//
358,52 → 334,29
this.groupBox8.Controls.Add(this.label11);
this.groupBox8.Controls.Add(this.lblNCWPIndex);
this.groupBox8.Controls.Add(this.label10);
this.groupBox8.Location = new System.Drawing.Point(803, 257);
resources.ApplyResources(this.groupBox8, "groupBox8");
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(134, 72);
this.groupBox8.TabIndex = 39;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "Waypoint list";
//
// lblNCWPCount
//
this.lblNCWPCount.AutoSize = true;
this.lblNCWPCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCWPCount.Location = new System.Drawing.Point(100, 41);
resources.ApplyResources(this.lblNCWPCount, "lblNCWPCount");
this.lblNCWPCount.Name = "lblNCWPCount";
this.lblNCWPCount.Size = new System.Drawing.Size(18, 20);
this.lblNCWPCount.TabIndex = 40;
this.lblNCWPCount.Text = "#";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(15, 41);
resources.ApplyResources(this.label11, "label11");
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(49, 20);
this.label11.TabIndex = 40;
this.label11.Text = "count";
//
// lblNCWPIndex
//
this.lblNCWPIndex.AutoSize = true;
this.lblNCWPIndex.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCWPIndex.Location = new System.Drawing.Point(100, 21);
resources.ApplyResources(this.lblNCWPIndex, "lblNCWPIndex");
this.lblNCWPIndex.Name = "lblNCWPIndex";
this.lblNCWPIndex.Size = new System.Drawing.Size(18, 20);
this.lblNCWPIndex.TabIndex = 40;
this.lblNCWPIndex.Text = "#";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(15, 21);
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(76, 20);
this.label10.TabIndex = 40;
this.label10.Text = "act. index";
//
// groupBox38
//
411,64 → 364,42
this.groupBox38.Controls.Add(this.lblNCGPSLat);
this.groupBox38.Controls.Add(this.label8);
this.groupBox38.Controls.Add(this.lblNCGPSLong);
this.groupBox38.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox38.Location = new System.Drawing.Point(8, 389);
resources.ApplyResources(this.groupBox38, "groupBox38");
this.groupBox38.Name = "groupBox38";
this.groupBox38.Size = new System.Drawing.Size(191, 87);
this.groupBox38.TabIndex = 6;
this.groupBox38.TabStop = false;
this.groupBox38.Text = "GPS-Position";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(5, 58);
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(40, 20);
this.label9.TabIndex = 1;
this.label9.Text = "Lat.:";
//
// lblNCGPSLat
//
this.lblNCGPSLat.AutoSize = true;
this.lblNCGPSLat.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCGPSLat.Location = new System.Drawing.Point(56, 53);
resources.ApplyResources(this.lblNCGPSLat, "lblNCGPSLat");
this.lblNCGPSLat.Name = "lblNCGPSLat";
this.lblNCGPSLat.Size = new System.Drawing.Size(45, 29);
this.lblNCGPSLat.TabIndex = 2;
this.lblNCGPSLat.Text = "Lat";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(5, 29);
resources.ApplyResources(this.label8, "label8");
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 20);
this.label8.TabIndex = 0;
this.label8.Text = "Long.:";
//
// lblNCGPSLong
//
this.lblNCGPSLong.AutoSize = true;
this.lblNCGPSLong.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCGPSLong.Location = new System.Drawing.Point(56, 24);
resources.ApplyResources(this.lblNCGPSLong, "lblNCGPSLong");
this.lblNCGPSLong.Name = "lblNCGPSLong";
this.lblNCGPSLong.Size = new System.Drawing.Size(67, 29);
this.lblNCGPSLong.TabIndex = 0;
this.lblNCGPSLong.Text = "Long";
//
// headingIndicator1
//
resources.ApplyResources(this.headingIndicator1, "headingIndicator1");
this.headingIndicator1.Name = "headingIndicator1";
//
// groupBox7
//
this.groupBox7.Controls.Add(this.dgvMotors2);
this.groupBox7.Controls.Add(this.dgvMotors1);
this.groupBox7.Location = new System.Drawing.Point(140, 12);
resources.ApplyResources(this.groupBox7, "groupBox7");
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(359, 196);
this.groupBox7.TabIndex = 38;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "Motors";
//
// dgvMotors2
//
477,17 → 408,17
this.dgvMotors2.BackgroundColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvMotors2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvMotors2.ColumnHeadersHeight = 26;
resources.ApplyResources(this.dgvMotors2, "dgvMotors2");
this.dgvMotors2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
494,7 → 425,6
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvMotors2.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvMotors2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgvMotors2.Location = new System.Drawing.Point(181, 23);
this.dgvMotors2.Name = "dgvMotors2";
this.dgvMotors2.ReadOnly = true;
this.dgvMotors2.RowHeadersVisible = false;
501,10 → 431,7
this.dgvMotors2.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.SystemColors.Control;
this.dgvMotors2.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dgvMotors2.RowTemplate.Height = 34;
this.dgvMotors2.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.dgvMotors2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dgvMotors2.Size = new System.Drawing.Size(172, 162);
this.dgvMotors2.TabIndex = 38;
//
// dgvMotors1
//
513,17 → 440,17
this.dgvMotors1.BackgroundColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvMotors1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvMotors1.ColumnHeadersHeight = 26;
resources.ApplyResources(this.dgvMotors1, "dgvMotors1");
this.dgvMotors1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
530,7 → 457,6
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvMotors1.DefaultCellStyle = dataGridViewCellStyle4;
this.dgvMotors1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgvMotors1.Location = new System.Drawing.Point(6, 23);
this.dgvMotors1.Name = "dgvMotors1";
this.dgvMotors1.ReadOnly = true;
this.dgvMotors1.RowHeadersVisible = false;
537,32 → 463,19
this.dgvMotors1.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.SystemColors.Control;
this.dgvMotors1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dgvMotors1.RowTemplate.Height = 34;
this.dgvMotors1.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.dgvMotors1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dgvMotors1.Size = new System.Drawing.Size(172, 162);
this.dgvMotors1.TabIndex = 37;
//
// groupBox39
//
this.groupBox39.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox39, "groupBox39");
this.groupBox39.Controls.Add(this.lblNCDistWP);
this.groupBox39.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox39.Location = new System.Drawing.Point(800, 194);
this.groupBox39.Name = "groupBox39";
this.groupBox39.Size = new System.Drawing.Size(135, 57);
this.groupBox39.TabIndex = 5;
this.groupBox39.TabStop = false;
this.groupBox39.Text = "Distance (WP)";
//
// lblNCDistWP
//
this.lblNCDistWP.AutoSize = true;
this.lblNCDistWP.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCDistWP.Location = new System.Drawing.Point(5, 23);
resources.ApplyResources(this.lblNCDistWP, "lblNCDistWP");
this.lblNCDistWP.Name = "lblNCDistWP";
this.lblNCDistWP.Size = new System.Drawing.Size(92, 29);
this.lblNCDistWP.TabIndex = 0;
this.lblNCDistWP.Text = "DistWP";
//
// groupBox36
//
574,423 → 487,249
this.groupBox36.Controls.Add(this.btnOSDLeave);
this.groupBox36.Controls.Add(this.btnOSDEnter);
this.groupBox36.Controls.Add(this.btnOSDForward);
this.groupBox36.Location = new System.Drawing.Point(510, 12);
resources.ApplyResources(this.groupBox36, "groupBox36");
this.groupBox36.Name = "groupBox36";
this.groupBox36.Size = new System.Drawing.Size(280, 160);
this.groupBox36.TabIndex = 36;
this.groupBox36.TabStop = false;
this.groupBox36.Text = "OSD";
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(220, 108);
resources.ApplyResources(this.label7, "label7");
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(33, 16);
this.label7.TabIndex = 30;
this.label7.Text = "Page";
//
// lblOSDPageNr
//
this.lblOSDPageNr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblOSDPageNr.AutoSize = true;
this.lblOSDPageNr.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOSDPageNr.Location = new System.Drawing.Point(226, 132);
resources.ApplyResources(this.lblOSDPageNr, "lblOSDPageNr");
this.lblOSDPageNr.Name = "lblOSDPageNr";
this.lblOSDPageNr.Size = new System.Drawing.Size(15, 16);
this.lblOSDPageNr.TabIndex = 11;
this.lblOSDPageNr.Text = "0";
//
// rtfOSD
//
this.rtfOSD.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtfOSD.Location = new System.Drawing.Point(9, 27);
resources.ApplyResources(this.rtfOSD, "rtfOSD");
this.rtfOSD.Name = "rtfOSD";
this.rtfOSD.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rtfOSD.Size = new System.Drawing.Size(208, 96);
this.rtfOSD.TabIndex = 29;
this.rtfOSD.Text = "";
this.rtfOSD.WordWrap = false;
//
// cbOSD
//
this.cbOSD.DropDownWidth = 45;
this.cbOSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
resources.ApplyResources(this.cbOSD, "cbOSD");
this.cbOSD.FormattingEnabled = true;
this.cbOSD.Location = new System.Drawing.Point(256, 126);
this.cbOSD.MaxDropDownItems = 32;
this.cbOSD.Name = "cbOSD";
this.cbOSD.Size = new System.Drawing.Size(19, 28);
this.cbOSD.TabIndex = 35;
this.cbOSD.SelectedIndexChanged += new System.EventHandler(this.cbOSD_SelectedIndexChanged);
//
// btnOSDBackward
//
this.btnOSDBackward.Font = new System.Drawing.Font("Wingdings 3", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.btnOSDBackward.Location = new System.Drawing.Point(220, 67);
resources.ApplyResources(this.btnOSDBackward, "btnOSDBackward");
this.btnOSDBackward.Name = "btnOSDBackward";
this.btnOSDBackward.Size = new System.Drawing.Size(55, 38);
this.btnOSDBackward.TabIndex = 34;
this.btnOSDBackward.Text = "Å";
this.btnOSDBackward.UseVisualStyleBackColor = true;
this.btnOSDBackward.Click += new System.EventHandler(this.btnOSDBackward_Click);
//
// btnOSDLeave
//
this.btnOSDLeave.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.btnOSDLeave.Location = new System.Drawing.Point(161, 124);
resources.ApplyResources(this.btnOSDLeave, "btnOSDLeave");
this.btnOSDLeave.Name = "btnOSDLeave";
this.btnOSDLeave.Size = new System.Drawing.Size(55, 31);
this.btnOSDLeave.TabIndex = 34;
this.btnOSDLeave.UseVisualStyleBackColor = true;
this.btnOSDLeave.Click += new System.EventHandler(this.btnOSDLeave_Click);
//
// btnOSDEnter
//
this.btnOSDEnter.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.btnOSDEnter.Location = new System.Drawing.Point(104, 124);
resources.ApplyResources(this.btnOSDEnter, "btnOSDEnter");
this.btnOSDEnter.Name = "btnOSDEnter";
this.btnOSDEnter.Size = new System.Drawing.Size(55, 31);
this.btnOSDEnter.TabIndex = 34;
this.btnOSDEnter.UseVisualStyleBackColor = true;
this.btnOSDEnter.Click += new System.EventHandler(this.btnOSDEnter_Click);
//
// btnOSDForward
//
this.btnOSDForward.Font = new System.Drawing.Font("Wingdings 3", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.btnOSDForward.Location = new System.Drawing.Point(220, 27);
resources.ApplyResources(this.btnOSDForward, "btnOSDForward");
this.btnOSDForward.Name = "btnOSDForward";
this.btnOSDForward.Size = new System.Drawing.Size(55, 38);
this.btnOSDForward.TabIndex = 34;
this.btnOSDForward.Text = "Æ";
this.btnOSDForward.UseVisualStyleBackColor = true;
this.btnOSDForward.Click += new System.EventHandler(this.btnOSDForward_Click);
//
// groupBox35
//
this.groupBox35.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox35, "groupBox35");
this.groupBox35.Controls.Add(this.groupBox27);
this.groupBox35.Controls.Add(this.groupBox19);
this.groupBox35.Controls.Add(this.groupBox18);
this.groupBox35.Location = new System.Drawing.Point(837, 337);
this.groupBox35.Name = "groupBox35";
this.groupBox35.Size = new System.Drawing.Size(101, 145);
this.groupBox35.TabIndex = 11;
this.groupBox35.TabStop = false;
//
// groupBox27
//
this.groupBox27.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox27, "groupBox27");
this.groupBox27.Controls.Add(this.lblNCErrNmbr);
this.groupBox27.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox27.Location = new System.Drawing.Point(8, 97);
this.groupBox27.Name = "groupBox27";
this.groupBox27.Size = new System.Drawing.Size(86, 39);
this.groupBox27.TabIndex = 7;
this.groupBox27.TabStop = false;
this.groupBox27.Text = "NC Error #";
//
// lblNCErrNmbr
//
this.lblNCErrNmbr.AutoSize = true;
this.lblNCErrNmbr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCErrNmbr.Location = new System.Drawing.Point(6, 16);
resources.ApplyResources(this.lblNCErrNmbr, "lblNCErrNmbr");
this.lblNCErrNmbr.Name = "lblNCErrNmbr";
this.lblNCErrNmbr.Size = new System.Drawing.Size(52, 20);
this.lblNCErrNmbr.TabIndex = 0;
this.lblNCErrNmbr.Text = "NCErr";
//
// groupBox19
//
this.groupBox19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox19, "groupBox19");
this.groupBox19.Controls.Add(this.lblNCSPI);
this.groupBox19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox19.Location = new System.Drawing.Point(8, 54);
this.groupBox19.Name = "groupBox19";
this.groupBox19.Size = new System.Drawing.Size(86, 39);
this.groupBox19.TabIndex = 7;
this.groupBox19.TabStop = false;
this.groupBox19.Text = "SPI Error";
//
// lblNCSPI
//
this.lblNCSPI.AutoSize = true;
this.lblNCSPI.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCSPI.Location = new System.Drawing.Point(6, 16);
resources.ApplyResources(this.lblNCSPI, "lblNCSPI");
this.lblNCSPI.Name = "lblNCSPI";
this.lblNCSPI.Size = new System.Drawing.Size(35, 20);
this.lblNCSPI.TabIndex = 0;
this.lblNCSPI.Text = "SPI";
//
// groupBox18
//
this.groupBox18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox18, "groupBox18");
this.groupBox18.Controls.Add(this.lblNCI2C);
this.groupBox18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox18.Location = new System.Drawing.Point(8, 11);
this.groupBox18.Name = "groupBox18";
this.groupBox18.Size = new System.Drawing.Size(86, 39);
this.groupBox18.TabIndex = 6;
this.groupBox18.TabStop = false;
this.groupBox18.Text = "I2C Error";
//
// lblNCI2C
//
this.lblNCI2C.AutoSize = true;
this.lblNCI2C.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCI2C.Location = new System.Drawing.Point(6, 16);
resources.ApplyResources(this.lblNCI2C, "lblNCI2C");
this.lblNCI2C.Name = "lblNCI2C";
this.lblNCI2C.Size = new System.Drawing.Size(34, 20);
this.lblNCI2C.TabIndex = 0;
this.lblNCI2C.Text = "I2C";
//
// groupBox33
//
this.groupBox33.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox33, "groupBox33");
this.groupBox33.Controls.Add(this.lblNCDistHP);
this.groupBox33.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox33.Location = new System.Drawing.Point(800, 131);
this.groupBox33.Name = "groupBox33";
this.groupBox33.Size = new System.Drawing.Size(135, 57);
this.groupBox33.TabIndex = 4;
this.groupBox33.TabStop = false;
this.groupBox33.Text = "Distance (HP)";
//
// lblNCDistHP
//
this.lblNCDistHP.AutoSize = true;
this.lblNCDistHP.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCDistHP.Location = new System.Drawing.Point(5, 23);
resources.ApplyResources(this.lblNCDistHP, "lblNCDistHP");
this.lblNCDistHP.Name = "lblNCDistHP";
this.lblNCDistHP.Size = new System.Drawing.Size(54, 29);
this.lblNCDistHP.TabIndex = 0;
this.lblNCDistHP.Text = "Dist";
//
// groupBox26
//
this.groupBox26.Controls.Add(this.lblNCCap);
this.groupBox26.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox26.Location = new System.Drawing.Point(7, 122);
resources.ApplyResources(this.groupBox26, "groupBox26");
this.groupBox26.Name = "groupBox26";
this.groupBox26.Size = new System.Drawing.Size(124, 52);
this.groupBox26.TabIndex = 8;
this.groupBox26.TabStop = false;
this.groupBox26.Text = "Capacity used";
//
// lblNCCap
//
this.lblNCCap.AutoSize = true;
this.lblNCCap.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCCap.Location = new System.Drawing.Point(3, 19);
resources.ApplyResources(this.lblNCCap, "lblNCCap");
this.lblNCCap.Name = "lblNCCap";
this.lblNCCap.Size = new System.Drawing.Size(57, 29);
this.lblNCCap.TabIndex = 0;
this.lblNCCap.Text = "Cap";
//
// groupBox29
//
this.groupBox29.Controls.Add(this.lblNCFlTime);
this.groupBox29.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox29.Location = new System.Drawing.Point(7, 182);
resources.ApplyResources(this.groupBox29, "groupBox29");
this.groupBox29.Name = "groupBox29";
this.groupBox29.Size = new System.Drawing.Size(100, 39);
this.groupBox29.TabIndex = 7;
this.groupBox29.TabStop = false;
this.groupBox29.Text = "Flying time";
//
// lblNCFlTime
//
this.lblNCFlTime.AutoSize = true;
this.lblNCFlTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCFlTime.Location = new System.Drawing.Point(6, 16);
resources.ApplyResources(this.lblNCFlTime, "lblNCFlTime");
this.lblNCFlTime.Name = "lblNCFlTime";
this.lblNCFlTime.Size = new System.Drawing.Size(53, 20);
this.lblNCFlTime.TabIndex = 0;
this.lblNCFlTime.Text = "FTime";
//
// groupBox28
//
this.groupBox28.Controls.Add(this.lblNCRC);
this.groupBox28.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox28.Location = new System.Drawing.Point(7, 228);
resources.ApplyResources(this.groupBox28, "groupBox28");
this.groupBox28.Name = "groupBox28";
this.groupBox28.Size = new System.Drawing.Size(100, 39);
this.groupBox28.TabIndex = 7;
this.groupBox28.TabStop = false;
this.groupBox28.Text = "RC quality";
//
// lblNCRC
//
this.lblNCRC.AutoSize = true;
this.lblNCRC.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCRC.Location = new System.Drawing.Point(6, 16);
resources.ApplyResources(this.lblNCRC, "lblNCRC");
this.lblNCRC.Name = "lblNCRC";
this.lblNCRC.Size = new System.Drawing.Size(32, 20);
this.lblNCRC.TabIndex = 0;
this.lblNCRC.Text = "RC";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.lblNCSat);
this.groupBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox5.Location = new System.Drawing.Point(7, 333);
resources.ApplyResources(this.groupBox5, "groupBox5");
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(124, 52);
this.groupBox5.TabIndex = 5;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Satellites";
//
// lblNCSat
//
this.lblNCSat.AutoSize = true;
this.lblNCSat.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCSat.Location = new System.Drawing.Point(3, 19);
resources.ApplyResources(this.lblNCSat, "lblNCSat");
this.lblNCSat.Name = "lblNCSat";
this.lblNCSat.Size = new System.Drawing.Size(60, 29);
this.lblNCSat.TabIndex = 0;
this.lblNCSat.Text = "Sats";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.lblNCMF);
this.groupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox4.Location = new System.Drawing.Point(7, 278);
resources.ApplyResources(this.groupBox4, "groupBox4");
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(124, 52);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Magnetic field";
//
// lblNCMF
//
this.lblNCMF.AutoSize = true;
this.lblNCMF.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCMF.Location = new System.Drawing.Point(3, 20);
resources.ApplyResources(this.lblNCMF, "lblNCMF");
this.lblNCMF.Name = "lblNCMF";
this.lblNCMF.Size = new System.Drawing.Size(48, 29);
this.lblNCMF.TabIndex = 0;
this.lblNCMF.Text = "MF";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lblNCCur);
this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox3.Location = new System.Drawing.Point(7, 67);
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(124, 52);
this.groupBox3.TabIndex = 5;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Current";
//
// lblNCCur
//
this.lblNCCur.AutoSize = true;
this.lblNCCur.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCCur.Location = new System.Drawing.Point(3, 19);
resources.ApplyResources(this.lblNCCur, "lblNCCur");
this.lblNCCur.Name = "lblNCCur";
this.lblNCCur.Size = new System.Drawing.Size(51, 29);
this.lblNCCur.TabIndex = 0;
this.lblNCCur.Text = "Cur";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lblNCVolt);
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(7, 12);
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(124, 52);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Voltage";
//
// lblNCVolt
//
this.lblNCVolt.AutoSize = true;
this.lblNCVolt.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCVolt.Location = new System.Drawing.Point(4, 20);
resources.ApplyResources(this.lblNCVolt, "lblNCVolt");
this.lblNCVolt.Name = "lblNCVolt";
this.lblNCVolt.Size = new System.Drawing.Size(54, 29);
this.lblNCVolt.TabIndex = 0;
this.lblNCVolt.Text = "Volt";
//
// groupBox25
//
this.groupBox25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox25, "groupBox25");
this.groupBox25.Controls.Add(this.lblNCGSpeed);
this.groupBox25.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox25.Location = new System.Drawing.Point(800, 12);
this.groupBox25.Name = "groupBox25";
this.groupBox25.Size = new System.Drawing.Size(135, 57);
this.groupBox25.TabIndex = 3;
this.groupBox25.TabStop = false;
this.groupBox25.Text = "Ground Speed";
//
// lblNCGSpeed
//
this.lblNCGSpeed.AutoSize = true;
this.lblNCGSpeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCGSpeed.Location = new System.Drawing.Point(5, 23);
resources.ApplyResources(this.lblNCGSpeed, "lblNCGSpeed");
this.lblNCGSpeed.Name = "lblNCGSpeed";
this.lblNCGSpeed.Size = new System.Drawing.Size(85, 29);
this.lblNCGSpeed.TabIndex = 0;
this.lblNCGSpeed.Text = "Speed";
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.lblNCAlt);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.Location = new System.Drawing.Point(800, 71);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(135, 57);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Altitude";
//
// lblNCAlt
//
this.lblNCAlt.AutoSize = true;
this.lblNCAlt.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCAlt.Location = new System.Drawing.Point(5, 23);
resources.ApplyResources(this.lblNCAlt, "lblNCAlt");
this.lblNCAlt.Name = "lblNCAlt";
this.lblNCAlt.Size = new System.Drawing.Size(40, 29);
this.lblNCAlt.TabIndex = 0;
this.lblNCAlt.Text = "Alt";
//
// artificialHorizon1
//
resources.ApplyResources(this.artificialHorizon1, "artificialHorizon1");
this.artificialHorizon1.BackColor = System.Drawing.SystemColors.Control;
this.artificialHorizon1.ForeColor = System.Drawing.Color.White;
this.artificialHorizon1.Name = "artificialHorizon1";
this.artificialHorizon1.pitch_angle = 0D;
this.artificialHorizon1.roll_angle = 0D;
//
// lblNCCompass
//
this.lblNCCompass.AutoSize = true;
this.lblNCCompass.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCCompass.Location = new System.Drawing.Point(270, 430);
resources.ApplyResources(this.lblNCCompass, "lblNCCompass");
this.lblNCCompass.Name = "lblNCCompass";
this.lblNCCompass.Size = new System.Drawing.Size(115, 29);
this.lblNCCompass.TabIndex = 0;
this.lblNCCompass.Text = "Compass";
this.lblNCCompass.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblNCRoll
//
this.lblNCRoll.AutoSize = true;
this.lblNCRoll.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCRoll.Location = new System.Drawing.Point(545, 430);
resources.ApplyResources(this.lblNCRoll, "lblNCRoll");
this.lblNCRoll.Name = "lblNCRoll";
this.lblNCRoll.Size = new System.Drawing.Size(56, 29);
this.lblNCRoll.TabIndex = 0;
this.lblNCRoll.Text = "Roll";
this.lblNCRoll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblNCPitch
//
this.lblNCPitch.AutoSize = true;
this.lblNCPitch.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCPitch.Location = new System.Drawing.Point(413, 313);
resources.ApplyResources(this.lblNCPitch, "lblNCPitch");
this.lblNCPitch.Name = "lblNCPitch";
this.lblNCPitch.Size = new System.Drawing.Size(66, 29);
this.lblNCPitch.TabIndex = 0;
this.lblNCPitch.Text = "Pitch";
this.lblNCPitch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tabPageSerial
//
1003,12 → 742,8
this.tabPageSerial.Controls.Add(this.groupBox15);
this.tabPageSerial.Controls.Add(this.groupBox9);
this.tabPageSerial.Controls.Add(this.groupBox6);
this.tabPageSerial.Location = new System.Drawing.Point(4, 27);
resources.ApplyResources(this.tabPageSerial, "tabPageSerial");
this.tabPageSerial.Name = "tabPageSerial";
this.tabPageSerial.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSerial.Size = new System.Drawing.Size(942, 483);
this.tabPageSerial.TabIndex = 4;
this.tabPageSerial.Text = "Serial channels";
//
// groupBox12
//
1019,40 → 754,28
this.groupBox12.Controls.Add(this.textBoxSerial8);
this.groupBox12.Controls.Add(this.lblTbSerial8);
this.groupBox12.Controls.Add(this.trckbarSerial8);
this.groupBox12.Location = new System.Drawing.Point(243, 360);
resources.ApplyResources(this.groupBox12, "groupBox12");
this.groupBox12.Name = "groupBox12";
this.groupBox12.Size = new System.Drawing.Size(225, 112);
this.groupBox12.TabIndex = 6;
this.groupBox12.TabStop = false;
this.groupBox12.Text = "Ch #8";
//
// btnSer8_254
//
this.btnSer8_254.Location = new System.Drawing.Point(149, 78);
resources.ApplyResources(this.btnSer8_254, "btnSer8_254");
this.btnSer8_254.Name = "btnSer8_254";
this.btnSer8_254.Size = new System.Drawing.Size(55, 29);
this.btnSer8_254.TabIndex = 3;
this.btnSer8_254.Text = "254";
this.btnSer8_254.UseVisualStyleBackColor = true;
this.btnSer8_254.Click += new System.EventHandler(this.btnSer8_254_Click);
//
// btnSer8_127
//
this.btnSer8_127.Location = new System.Drawing.Point(84, 78);
resources.ApplyResources(this.btnSer8_127, "btnSer8_127");
this.btnSer8_127.Name = "btnSer8_127";
this.btnSer8_127.Size = new System.Drawing.Size(55, 29);
this.btnSer8_127.TabIndex = 3;
this.btnSer8_127.Text = "127";
this.btnSer8_127.UseVisualStyleBackColor = true;
this.btnSer8_127.Click += new System.EventHandler(this.btnSer8_127_Click);
//
// btnSer8_0
//
this.btnSer8_0.Location = new System.Drawing.Point(19, 78);
resources.ApplyResources(this.btnSer8_0, "btnSer8_0");
this.btnSer8_0.Name = "btnSer8_0";
this.btnSer8_0.Size = new System.Drawing.Size(55, 29);
this.btnSer8_0.TabIndex = 3;
this.btnSer8_0.Text = "0";
this.btnSer8_0.UseVisualStyleBackColor = true;
this.btnSer8_0.Click += new System.EventHandler(this.btnSer8_0_Click);
//
1060,32 → 783,22
//
this.textBoxSerial8.BackColor = System.Drawing.SystemColors.Control;
this.textBoxSerial8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxSerial8.Location = new System.Drawing.Point(19, 26);
this.textBoxSerial8.MaxLength = 22;
resources.ApplyResources(this.textBoxSerial8, "textBoxSerial8");
this.textBoxSerial8.Name = "textBoxSerial8";
this.textBoxSerial8.Size = new System.Drawing.Size(155, 24);
this.textBoxSerial8.TabIndex = 2;
this.textBoxSerial8.WordWrap = false;
this.textBoxSerial8.TextChanged += new System.EventHandler(this.textBoxSerial8_TextChanged);
//
// lblTbSerial8
//
this.lblTbSerial8.AutoSize = true;
resources.ApplyResources(this.lblTbSerial8, "lblTbSerial8");
this.lblTbSerial8.BackColor = System.Drawing.Color.Transparent;
this.lblTbSerial8.Location = new System.Drawing.Point(181, 28);
this.lblTbSerial8.Name = "lblTbSerial8";
this.lblTbSerial8.Size = new System.Drawing.Size(57, 18);
this.lblTbSerial8.TabIndex = 1;
this.lblTbSerial8.Text = "Serial 2";
//
// trckbarSerial8
//
this.trckbarSerial8.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial8.Location = new System.Drawing.Point(11, 52);
resources.ApplyResources(this.trckbarSerial8, "trckbarSerial8");
this.trckbarSerial8.Maximum = 254;
this.trckbarSerial8.Name = "trckbarSerial8";
this.trckbarSerial8.Size = new System.Drawing.Size(201, 45);
this.trckbarSerial8.TabIndex = 0;
this.trckbarSerial8.TickStyle = System.Windows.Forms.TickStyle.None;
this.trckbarSerial8.ValueChanged += new System.EventHandler(this.trckbarSerial8_ValueChanged);
//
1098,40 → 811,28
this.groupBox11.Controls.Add(this.textBoxSerial4);
this.groupBox11.Controls.Add(this.lblTbSerial4);
this.groupBox11.Controls.Add(this.trckbarSerial4);
this.groupBox11.Location = new System.Drawing.Point(8, 360);
resources.ApplyResources(this.groupBox11, "groupBox11");
this.groupBox11.Name = "groupBox11";
this.groupBox11.Size = new System.Drawing.Size(225, 112);
this.groupBox11.TabIndex = 4;
this.groupBox11.TabStop = false;
this.groupBox11.Text = "Ch #4";
//
// btnSer4_254
//
this.btnSer4_254.Location = new System.Drawing.Point(149, 78);
resources.ApplyResources(this.btnSer4_254, "btnSer4_254");
this.btnSer4_254.Name = "btnSer4_254";
this.btnSer4_254.Size = new System.Drawing.Size(55, 29);
this.btnSer4_254.TabIndex = 3;
this.btnSer4_254.Text = "254";
this.btnSer4_254.UseVisualStyleBackColor = true;
this.btnSer4_254.Click += new System.EventHandler(this.btnSer4_254_Click);
//
// btnSer4_127
//
this.btnSer4_127.Location = new System.Drawing.Point(84, 78);
resources.ApplyResources(this.btnSer4_127, "btnSer4_127");
this.btnSer4_127.Name = "btnSer4_127";
this.btnSer4_127.Size = new System.Drawing.Size(55, 29);
this.btnSer4_127.TabIndex = 3;
this.btnSer4_127.Text = "127";
this.btnSer4_127.UseVisualStyleBackColor = true;
this.btnSer4_127.Click += new System.EventHandler(this.btnSer4_127_Click);
//
// btnSer4_0
//
this.btnSer4_0.Location = new System.Drawing.Point(19, 78);
resources.ApplyResources(this.btnSer4_0, "btnSer4_0");
this.btnSer4_0.Name = "btnSer4_0";
this.btnSer4_0.Size = new System.Drawing.Size(55, 29);
this.btnSer4_0.TabIndex = 3;
this.btnSer4_0.Text = "0";
this.btnSer4_0.UseVisualStyleBackColor = true;
this.btnSer4_0.Click += new System.EventHandler(this.btnSer4_0_Click);
//
1139,32 → 840,22
//
this.textBoxSerial4.BackColor = System.Drawing.SystemColors.Control;
this.textBoxSerial4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxSerial4.Location = new System.Drawing.Point(19, 26);
this.textBoxSerial4.MaxLength = 22;
resources.ApplyResources(this.textBoxSerial4, "textBoxSerial4");
this.textBoxSerial4.Name = "textBoxSerial4";
this.textBoxSerial4.Size = new System.Drawing.Size(155, 24);
this.textBoxSerial4.TabIndex = 2;
this.textBoxSerial4.WordWrap = false;
this.textBoxSerial4.TextChanged += new System.EventHandler(this.textBoxSerial4_TextChanged);
//
// lblTbSerial4
//
this.lblTbSerial4.AutoSize = true;
resources.ApplyResources(this.lblTbSerial4, "lblTbSerial4");
this.lblTbSerial4.BackColor = System.Drawing.Color.Transparent;
this.lblTbSerial4.Location = new System.Drawing.Point(181, 28);
this.lblTbSerial4.Name = "lblTbSerial4";
this.lblTbSerial4.Size = new System.Drawing.Size(57, 18);
this.lblTbSerial4.TabIndex = 1;
this.lblTbSerial4.Text = "Serial 2";
//
// trckbarSerial4
//
this.trckbarSerial4.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial4.Location = new System.Drawing.Point(11, 52);
resources.ApplyResources(this.trckbarSerial4, "trckbarSerial4");
this.trckbarSerial4.Maximum = 254;
this.trckbarSerial4.Name = "trckbarSerial4";
this.trckbarSerial4.Size = new System.Drawing.Size(201, 45);
this.trckbarSerial4.TabIndex = 0;
this.trckbarSerial4.TickStyle = System.Windows.Forms.TickStyle.None;
this.trckbarSerial4.ValueChanged += new System.EventHandler(this.trckbarSerial4_ValueChanged);
//
1177,40 → 868,28
this.groupBox13.Controls.Add(this.textBoxSerial7);
this.groupBox13.Controls.Add(this.lblTbSerial7);
this.groupBox13.Controls.Add(this.trckbarSerial7);
this.groupBox13.Location = new System.Drawing.Point(243, 242);
resources.ApplyResources(this.groupBox13, "groupBox13");
this.groupBox13.Name = "groupBox13";
this.groupBox13.Size = new System.Drawing.Size(225, 112);
this.groupBox13.TabIndex = 7;
this.groupBox13.TabStop = false;
this.groupBox13.Text = "Ch #7";
//
// btnSer7_254
//
this.btnSer7_254.Location = new System.Drawing.Point(149, 78);
resources.ApplyResources(this.btnSer7_254, "btnSer7_254");
this.btnSer7_254.Name = "btnSer7_254";
this.btnSer7_254.Size = new System.Drawing.Size(55, 29);
this.btnSer7_254.TabIndex = 3;
this.btnSer7_254.Text = "254";
this.btnSer7_254.UseVisualStyleBackColor = true;
this.btnSer7_254.Click += new System.EventHandler(this.btnSer7_254_Click);
//
// btnSer7_127
//
this.btnSer7_127.Location = new System.Drawing.Point(84, 78);
resources.ApplyResources(this.btnSer7_127, "btnSer7_127");
this.btnSer7_127.Name = "btnSer7_127";
this.btnSer7_127.Size = new System.Drawing.Size(55, 29);
this.btnSer7_127.TabIndex = 3;
this.btnSer7_127.Text = "127";
this.btnSer7_127.UseVisualStyleBackColor = true;
this.btnSer7_127.Click += new System.EventHandler(this.btnSer7_127_Click);
//
// btnSer7_0
//
this.btnSer7_0.Location = new System.Drawing.Point(19, 78);
resources.ApplyResources(this.btnSer7_0, "btnSer7_0");
this.btnSer7_0.Name = "btnSer7_0";
this.btnSer7_0.Size = new System.Drawing.Size(55, 29);
this.btnSer7_0.TabIndex = 3;
this.btnSer7_0.Text = "0";
this.btnSer7_0.UseVisualStyleBackColor = true;
this.btnSer7_0.Click += new System.EventHandler(this.btnSer7_0_Click);
//
1218,32 → 897,22
//
this.textBoxSerial7.BackColor = System.Drawing.SystemColors.Control;
this.textBoxSerial7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxSerial7.Location = new System.Drawing.Point(19, 26);
this.textBoxSerial7.MaxLength = 22;
resources.ApplyResources(this.textBoxSerial7, "textBoxSerial7");
this.textBoxSerial7.Name = "textBoxSerial7";
this.textBoxSerial7.Size = new System.Drawing.Size(155, 24);
this.textBoxSerial7.TabIndex = 2;
this.textBoxSerial7.WordWrap = false;
this.textBoxSerial7.TextChanged += new System.EventHandler(this.textBoxSerial7_TextChanged);
//
// lblTbSerial7
//
this.lblTbSerial7.AutoSize = true;
resources.ApplyResources(this.lblTbSerial7, "lblTbSerial7");
this.lblTbSerial7.BackColor = System.Drawing.Color.Transparent;
this.lblTbSerial7.Location = new System.Drawing.Point(181, 28);
this.lblTbSerial7.Name = "lblTbSerial7";
this.lblTbSerial7.Size = new System.Drawing.Size(57, 18);
this.lblTbSerial7.TabIndex = 1;
this.lblTbSerial7.Text = "Serial 2";
//
// trckbarSerial7
//
this.trckbarSerial7.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial7.Location = new System.Drawing.Point(11, 52);
resources.ApplyResources(this.trckbarSerial7, "trckbarSerial7");
this.trckbarSerial7.Maximum = 254;
this.trckbarSerial7.Name = "trckbarSerial7";
this.trckbarSerial7.Size = new System.Drawing.Size(201, 45);
this.trckbarSerial7.TabIndex = 0;
this.trckbarSerial7.TickStyle = System.Windows.Forms.TickStyle.None;
this.trckbarSerial7.ValueChanged += new System.EventHandler(this.trckbarSerial7_ValueChanged);
//
1256,40 → 925,28
this.groupBox10.Controls.Add(this.textBoxSerial3);
this.groupBox10.Controls.Add(this.lblTbSerial3);
this.groupBox10.Controls.Add(this.trckbarSerial3);
this.groupBox10.Location = new System.Drawing.Point(8, 242);
resources.ApplyResources(this.groupBox10, "groupBox10");
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(225, 112);
this.groupBox10.TabIndex = 4;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "Ch #3";
//
// btnSer3_254
//
this.btnSer3_254.Location = new System.Drawing.Point(149, 78);
resources.ApplyResources(this.btnSer3_254, "btnSer3_254");
this.btnSer3_254.Name = "btnSer3_254";
this.btnSer3_254.Size = new System.Drawing.Size(55, 29);
this.btnSer3_254.TabIndex = 3;
this.btnSer3_254.Text = "254";
this.btnSer3_254.UseVisualStyleBackColor = true;
this.btnSer3_254.Click += new System.EventHandler(this.btnSer3_254_Click);
//
// btnSer3_127
//
this.btnSer3_127.Location = new System.Drawing.Point(84, 78);
resources.ApplyResources(this.btnSer3_127, "btnSer3_127");
this.btnSer3_127.Name = "btnSer3_127";
this.btnSer3_127.Size = new System.Drawing.Size(55, 29);
this.btnSer3_127.TabIndex = 3;
this.btnSer3_127.Text = "127";
this.btnSer3_127.UseVisualStyleBackColor = true;
this.btnSer3_127.Click += new System.EventHandler(this.btnSer3_127_Click);
//
// btnSer3_0
//
this.btnSer3_0.Location = new System.Drawing.Point(19, 78);
resources.ApplyResources(this.btnSer3_0, "btnSer3_0");
this.btnSer3_0.Name = "btnSer3_0";
this.btnSer3_0.Size = new System.Drawing.Size(55, 29);
this.btnSer3_0.TabIndex = 3;
this.btnSer3_0.Text = "0";
this.btnSer3_0.UseVisualStyleBackColor = true;
this.btnSer3_0.Click += new System.EventHandler(this.btnSer3_0_Click);
//
1297,32 → 954,22
//
this.textBoxSerial3.BackColor = System.Drawing.SystemColors.Control;
this.textBoxSerial3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxSerial3.Location = new System.Drawing.Point(19, 26);
this.textBoxSerial3.MaxLength = 22;
resources.ApplyResources(this.textBoxSerial3, "textBoxSerial3");
this.textBoxSerial3.Name = "textBoxSerial3";
this.textBoxSerial3.Size = new System.Drawing.Size(155, 24);
this.textBoxSerial3.TabIndex = 2;
this.textBoxSerial3.WordWrap = false;
this.textBoxSerial3.TextChanged += new System.EventHandler(this.textBoxSerial3_TextChanged);
//
// lblTbSerial3
//
this.lblTbSerial3.AutoSize = true;
resources.ApplyResources(this.lblTbSerial3, "lblTbSerial3");
this.lblTbSerial3.BackColor = System.Drawing.Color.Transparent;
this.lblTbSerial3.Location = new System.Drawing.Point(181, 28);
this.lblTbSerial3.Name = "lblTbSerial3";
this.lblTbSerial3.Size = new System.Drawing.Size(57, 18);
this.lblTbSerial3.TabIndex = 1;
this.lblTbSerial3.Text = "Serial 2";
//
// trckbarSerial3
//
this.trckbarSerial3.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial3.Location = new System.Drawing.Point(11, 52);
resources.ApplyResources(this.trckbarSerial3, "trckbarSerial3");
this.trckbarSerial3.Maximum = 254;
this.trckbarSerial3.Name = "trckbarSerial3";
this.trckbarSerial3.Size = new System.Drawing.Size(201, 45);
this.trckbarSerial3.TabIndex = 0;
this.trckbarSerial3.TickStyle = System.Windows.Forms.TickStyle.None;
this.trckbarSerial3.ValueChanged += new System.EventHandler(this.trckbarSerial3_ValueChanged);
//
1335,40 → 982,28
this.groupBox14.Controls.Add(this.textBoxSerial6);
this.groupBox14.Controls.Add(this.lblTbSerial6);
this.groupBox14.Controls.Add(this.trckbarSerial6);
this.groupBox14.Location = new System.Drawing.Point(243, 124);
resources.ApplyResources(this.groupBox14, "groupBox14");
this.groupBox14.Name = "groupBox14";
this.groupBox14.Size = new System.Drawing.Size(225, 112);
this.groupBox14.TabIndex = 8;
this.groupBox14.TabStop = false;
this.groupBox14.Text = "Ch #6";
//
// btnSer6_254
//
this.btnSer6_254.Location = new System.Drawing.Point(149, 78);
resources.ApplyResources(this.btnSer6_254, "btnSer6_254");
this.btnSer6_254.Name = "btnSer6_254";
this.btnSer6_254.Size = new System.Drawing.Size(55, 29);
this.btnSer6_254.TabIndex = 3;
this.btnSer6_254.Text = "254";
this.btnSer6_254.UseVisualStyleBackColor = true;
this.btnSer6_254.Click += new System.EventHandler(this.btnSer6_254_Click);
//
// btnSer6_127
//
this.btnSer6_127.Location = new System.Drawing.Point(84, 78);
resources.ApplyResources(this.btnSer6_127, "btnSer6_127");
this.btnSer6_127.Name = "btnSer6_127";
this.btnSer6_127.Size = new System.Drawing.Size(55, 29);
this.btnSer6_127.TabIndex = 3;
this.btnSer6_127.Text = "127";
this.btnSer6_127.UseVisualStyleBackColor = true;
this.btnSer6_127.Click += new System.EventHandler(this.btnSer6_127_Click);
//
// btnSer6_0
//
this.btnSer6_0.Location = new System.Drawing.Point(19, 78);
resources.ApplyResources(this.btnSer6_0, "btnSer6_0");
this.btnSer6_0.Name = "btnSer6_0";
this.btnSer6_0.Size = new System.Drawing.Size(55, 29);
this.btnSer6_0.TabIndex = 3;
this.btnSer6_0.Text = "0";
this.btnSer6_0.UseVisualStyleBackColor = true;
this.btnSer6_0.Click += new System.EventHandler(this.btnSer6_0_Click);
//
1376,32 → 1011,22
//
this.textBoxSerial6.BackColor = System.Drawing.SystemColors.Control;
this.textBoxSerial6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxSerial6.Location = new System.Drawing.Point(19, 26);
this.textBoxSerial6.MaxLength = 22;
resources.ApplyResources(this.textBoxSerial6, "textBoxSerial6");
this.textBoxSerial6.Name = "textBoxSerial6";
this.textBoxSerial6.Size = new System.Drawing.Size(155, 24);
this.textBoxSerial6.TabIndex = 2;
this.textBoxSerial6.WordWrap = false;
this.textBoxSerial6.TextChanged += new System.EventHandler(this.textBoxSerial6_TextChanged);
//
// lblTbSerial6
//
this.lblTbSerial6.AutoSize = true;
resources.ApplyResources(this.lblTbSerial6, "lblTbSerial6");
this.lblTbSerial6.BackColor = System.Drawing.Color.Transparent;
this.lblTbSerial6.Location = new System.Drawing.Point(181, 28);
this.lblTbSerial6.Name = "lblTbSerial6";
this.lblTbSerial6.Size = new System.Drawing.Size(57, 18);
this.lblTbSerial6.TabIndex = 1;
this.lblTbSerial6.Text = "Serial 2";
//
// trckbarSerial6
//
this.trckbarSerial6.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial6.Location = new System.Drawing.Point(11, 52);
resources.ApplyResources(this.trckbarSerial6, "trckbarSerial6");
this.trckbarSerial6.Maximum = 254;
this.trckbarSerial6.Name = "trckbarSerial6";
this.trckbarSerial6.Size = new System.Drawing.Size(201, 45);
this.trckbarSerial6.TabIndex = 0;
this.trckbarSerial6.TickStyle = System.Windows.Forms.TickStyle.None;
this.trckbarSerial6.ValueChanged += new System.EventHandler(this.trckbarSerial6_ValueChanged);
//
1414,40 → 1039,28
this.groupBox15.Controls.Add(this.textBoxSerial5);
this.groupBox15.Controls.Add(this.lblTbSerial5);
this.groupBox15.Controls.Add(this.trckbarSerial5);
this.groupBox15.Location = new System.Drawing.Point(243, 6);
resources.ApplyResources(this.groupBox15, "groupBox15");
this.groupBox15.Name = "groupBox15";
this.groupBox15.Size = new System.Drawing.Size(225, 112);
this.groupBox15.TabIndex = 5;
this.groupBox15.TabStop = false;
this.groupBox15.Text = "Ch #5";
//
// btnSer5_254
//
this.btnSer5_254.Location = new System.Drawing.Point(149, 78);
resources.ApplyResources(this.btnSer5_254, "btnSer5_254");
this.btnSer5_254.Name = "btnSer5_254";
this.btnSer5_254.Size = new System.Drawing.Size(55, 29);
this.btnSer5_254.TabIndex = 3;
this.btnSer5_254.Text = "254";
this.btnSer5_254.UseVisualStyleBackColor = true;
this.btnSer5_254.Click += new System.EventHandler(this.btnSer5_254_Click);
//
// btnSer5_127
//
this.btnSer5_127.Location = new System.Drawing.Point(84, 78);
resources.ApplyResources(this.btnSer5_127, "btnSer5_127");
this.btnSer5_127.Name = "btnSer5_127";
this.btnSer5_127.Size = new System.Drawing.Size(55, 29);
this.btnSer5_127.TabIndex = 3;
this.btnSer5_127.Text = "127";
this.btnSer5_127.UseVisualStyleBackColor = true;
this.btnSer5_127.Click += new System.EventHandler(this.btnSer5_127_Click);
//
// btnSer5_0
//
this.btnSer5_0.Location = new System.Drawing.Point(19, 78);
resources.ApplyResources(this.btnSer5_0, "btnSer5_0");
this.btnSer5_0.Name = "btnSer5_0";
this.btnSer5_0.Size = new System.Drawing.Size(55, 29);
this.btnSer5_0.TabIndex = 3;
this.btnSer5_0.Text = "0";
this.btnSer5_0.UseVisualStyleBackColor = true;
this.btnSer5_0.Click += new System.EventHandler(this.btnSer5_0_Click);
//
1455,32 → 1068,22
//
this.textBoxSerial5.BackColor = System.Drawing.SystemColors.Control;
this.textBoxSerial5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxSerial5.Location = new System.Drawing.Point(19, 26);
this.textBoxSerial5.MaxLength = 22;
resources.ApplyResources(this.textBoxSerial5, "textBoxSerial5");
this.textBoxSerial5.Name = "textBoxSerial5";
this.textBoxSerial5.Size = new System.Drawing.Size(155, 24);
this.textBoxSerial5.TabIndex = 2;
this.textBoxSerial5.WordWrap = false;
this.textBoxSerial5.TextChanged += new System.EventHandler(this.textBoxSerial5_TextChanged);
//
// lblTbSerial5
//
this.lblTbSerial5.AutoSize = true;
resources.ApplyResources(this.lblTbSerial5, "lblTbSerial5");
this.lblTbSerial5.BackColor = System.Drawing.Color.Transparent;
this.lblTbSerial5.Location = new System.Drawing.Point(181, 28);
this.lblTbSerial5.Name = "lblTbSerial5";
this.lblTbSerial5.Size = new System.Drawing.Size(57, 18);
this.lblTbSerial5.TabIndex = 1;
this.lblTbSerial5.Text = "Serial 1";
//
// trckbarSerial5
//
this.trckbarSerial5.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial5.Location = new System.Drawing.Point(11, 52);
resources.ApplyResources(this.trckbarSerial5, "trckbarSerial5");
this.trckbarSerial5.Maximum = 254;
this.trckbarSerial5.Name = "trckbarSerial5";
this.trckbarSerial5.Size = new System.Drawing.Size(201, 45);
this.trckbarSerial5.TabIndex = 0;
this.trckbarSerial5.TickStyle = System.Windows.Forms.TickStyle.None;
this.trckbarSerial5.ValueChanged += new System.EventHandler(this.trckbarSerial5_ValueChanged);
//
1493,40 → 1096,28
this.groupBox9.Controls.Add(this.textBoxSerial2);
this.groupBox9.Controls.Add(this.lblTbSerial2);
this.groupBox9.Controls.Add(this.trckbarSerial2);
this.groupBox9.Location = new System.Drawing.Point(8, 124);
resources.ApplyResources(this.groupBox9, "groupBox9");
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(225, 112);
this.groupBox9.TabIndex = 4;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "Ch #2";
//
// btnSer2_254
//
this.btnSer2_254.Location = new System.Drawing.Point(149, 78);
resources.ApplyResources(this.btnSer2_254, "btnSer2_254");
this.btnSer2_254.Name = "btnSer2_254";
this.btnSer2_254.Size = new System.Drawing.Size(55, 29);
this.btnSer2_254.TabIndex = 3;
this.btnSer2_254.Text = "254";
this.btnSer2_254.UseVisualStyleBackColor = true;
this.btnSer2_254.Click += new System.EventHandler(this.btnSer2_254_Click);
//
// btnSer2_127
//
this.btnSer2_127.Location = new System.Drawing.Point(84, 78);
resources.ApplyResources(this.btnSer2_127, "btnSer2_127");
this.btnSer2_127.Name = "btnSer2_127";
this.btnSer2_127.Size = new System.Drawing.Size(55, 29);
this.btnSer2_127.TabIndex = 3;
this.btnSer2_127.Text = "127";
this.btnSer2_127.UseVisualStyleBackColor = true;
this.btnSer2_127.Click += new System.EventHandler(this.btnSer2_127_Click);
//
// btnSer2_0
//
this.btnSer2_0.Location = new System.Drawing.Point(19, 78);
resources.ApplyResources(this.btnSer2_0, "btnSer2_0");
this.btnSer2_0.Name = "btnSer2_0";
this.btnSer2_0.Size = new System.Drawing.Size(55, 29);
this.btnSer2_0.TabIndex = 3;
this.btnSer2_0.Text = "0";
this.btnSer2_0.UseVisualStyleBackColor = true;
this.btnSer2_0.Click += new System.EventHandler(this.btnSer2_0_Click);
//
1534,32 → 1125,22
//
this.textBoxSerial2.BackColor = System.Drawing.SystemColors.Control;
this.textBoxSerial2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxSerial2.Location = new System.Drawing.Point(19, 26);
this.textBoxSerial2.MaxLength = 22;
resources.ApplyResources(this.textBoxSerial2, "textBoxSerial2");
this.textBoxSerial2.Name = "textBoxSerial2";
this.textBoxSerial2.Size = new System.Drawing.Size(155, 24);
this.textBoxSerial2.TabIndex = 2;
this.textBoxSerial2.WordWrap = false;
this.textBoxSerial2.TextChanged += new System.EventHandler(this.textBoxSerial2_TextChanged);
//
// lblTbSerial2
//
this.lblTbSerial2.AutoSize = true;
resources.ApplyResources(this.lblTbSerial2, "lblTbSerial2");
this.lblTbSerial2.BackColor = System.Drawing.Color.Transparent;
this.lblTbSerial2.Location = new System.Drawing.Point(181, 28);
this.lblTbSerial2.Name = "lblTbSerial2";
this.lblTbSerial2.Size = new System.Drawing.Size(57, 18);
this.lblTbSerial2.TabIndex = 1;
this.lblTbSerial2.Text = "Serial 2";
//
// trckbarSerial2
//
this.trckbarSerial2.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial2.Location = new System.Drawing.Point(11, 52);
resources.ApplyResources(this.trckbarSerial2, "trckbarSerial2");
this.trckbarSerial2.Maximum = 254;
this.trckbarSerial2.Name = "trckbarSerial2";
this.trckbarSerial2.Size = new System.Drawing.Size(201, 45);
this.trckbarSerial2.TabIndex = 0;
this.trckbarSerial2.TickStyle = System.Windows.Forms.TickStyle.None;
this.trckbarSerial2.ValueChanged += new System.EventHandler(this.trckbarSerial2_ValueChanged);
//
1572,40 → 1153,28
this.groupBox6.Controls.Add(this.textBoxSerial1);
this.groupBox6.Controls.Add(this.lblTbSerial1);
this.groupBox6.Controls.Add(this.trckbarSerial1);
this.groupBox6.Location = new System.Drawing.Point(8, 6);
resources.ApplyResources(this.groupBox6, "groupBox6");
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(225, 112);
this.groupBox6.TabIndex = 3;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Ch #1";
//
// btnSer1_254
//
this.btnSer1_254.Location = new System.Drawing.Point(149, 78);
resources.ApplyResources(this.btnSer1_254, "btnSer1_254");
this.btnSer1_254.Name = "btnSer1_254";
this.btnSer1_254.Size = new System.Drawing.Size(55, 29);
this.btnSer1_254.TabIndex = 3;
this.btnSer1_254.Text = "254";
this.btnSer1_254.UseVisualStyleBackColor = true;
this.btnSer1_254.Click += new System.EventHandler(this.btnSer1_254_Click);
//
// btnSer1_127
//
this.btnSer1_127.Location = new System.Drawing.Point(84, 78);
resources.ApplyResources(this.btnSer1_127, "btnSer1_127");
this.btnSer1_127.Name = "btnSer1_127";
this.btnSer1_127.Size = new System.Drawing.Size(55, 29);
this.btnSer1_127.TabIndex = 3;
this.btnSer1_127.Text = "127";
this.btnSer1_127.UseVisualStyleBackColor = true;
this.btnSer1_127.Click += new System.EventHandler(this.btnSer1_127_Click);
//
// btnSer1_0
//
this.btnSer1_0.Location = new System.Drawing.Point(19, 78);
resources.ApplyResources(this.btnSer1_0, "btnSer1_0");
this.btnSer1_0.Name = "btnSer1_0";
this.btnSer1_0.Size = new System.Drawing.Size(55, 29);
this.btnSer1_0.TabIndex = 3;
this.btnSer1_0.Text = "0";
this.btnSer1_0.UseVisualStyleBackColor = true;
this.btnSer1_0.Click += new System.EventHandler(this.btnSer1_0_Click);
//
1613,32 → 1182,22
//
this.textBoxSerial1.BackColor = System.Drawing.SystemColors.Control;
this.textBoxSerial1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxSerial1.Location = new System.Drawing.Point(19, 26);
this.textBoxSerial1.MaxLength = 22;
resources.ApplyResources(this.textBoxSerial1, "textBoxSerial1");
this.textBoxSerial1.Name = "textBoxSerial1";
this.textBoxSerial1.Size = new System.Drawing.Size(155, 24);
this.textBoxSerial1.TabIndex = 2;
this.textBoxSerial1.WordWrap = false;
this.textBoxSerial1.TextChanged += new System.EventHandler(this.textBoxSerial1_TextChanged);
//
// lblTbSerial1
//
this.lblTbSerial1.AutoSize = true;
resources.ApplyResources(this.lblTbSerial1, "lblTbSerial1");
this.lblTbSerial1.BackColor = System.Drawing.Color.Transparent;
this.lblTbSerial1.Location = new System.Drawing.Point(181, 28);
this.lblTbSerial1.Name = "lblTbSerial1";
this.lblTbSerial1.Size = new System.Drawing.Size(57, 18);
this.lblTbSerial1.TabIndex = 1;
this.lblTbSerial1.Text = "Serial 1";
//
// trckbarSerial1
//
this.trckbarSerial1.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial1.Location = new System.Drawing.Point(11, 52);
resources.ApplyResources(this.trckbarSerial1, "trckbarSerial1");
this.trckbarSerial1.Maximum = 254;
this.trckbarSerial1.Name = "trckbarSerial1";
this.trckbarSerial1.Size = new System.Drawing.Size(201, 45);
this.trckbarSerial1.TabIndex = 0;
this.trckbarSerial1.TickStyle = System.Windows.Forms.TickStyle.None;
this.trckbarSerial1.Scroll += new System.EventHandler(this.tbSerial1_Scroll);
this.trckbarSerial1.ValueChanged += new System.EventHandler(this.trckbarSerial1_ValueChanged);
1646,18 → 1205,26
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
this.tabPage2.Controls.Add(this.cbLanguage);
this.tabPage2.Controls.Add(this.groupBox37);
this.tabPage2.Controls.Add(this.groupBox34);
this.tabPage2.Controls.Add(this.label12);
this.tabPage2.Controls.Add(this.groupBox32);
this.tabPage2.Controls.Add(this.groupBox30);
this.tabPage2.Controls.Add(this.dataGridView1);
this.tabPage2.Location = new System.Drawing.Point(4, 27);
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(942, 483);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Settings";
//
// cbLanguage
//
this.cbLanguage.FormattingEnabled = true;
this.cbLanguage.Items.AddRange(new object[] {
resources.GetString("cbLanguage.Items"),
resources.GetString("cbLanguage.Items1")});
resources.ApplyResources(this.cbLanguage, "cbLanguage");
this.cbLanguage.Name = "cbLanguage";
this.cbLanguage.SelectedIndexChanged += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
//
// groupBox37
//
this.groupBox37.Controls.Add(this.btnSwitchNC);
1665,65 → 1232,46
this.groupBox37.Controls.Add(this.lblCtrl);
this.groupBox37.Controls.Add(this.buttonReset);
this.groupBox37.Controls.Add(this.button1);
this.groupBox37.Location = new System.Drawing.Point(463, 8);
resources.ApplyResources(this.groupBox37, "groupBox37");
this.groupBox37.Name = "groupBox37";
this.groupBox37.Size = new System.Drawing.Size(178, 230);
this.groupBox37.TabIndex = 35;
this.groupBox37.TabStop = false;
//
// btnSwitchNC
//
this.btnSwitchNC.Location = new System.Drawing.Point(51, 67);
resources.ApplyResources(this.btnSwitchNC, "btnSwitchNC");
this.btnSwitchNC.Name = "btnSwitchNC";
this.btnSwitchNC.Size = new System.Drawing.Size(116, 43);
this.btnSwitchNC.TabIndex = 27;
this.btnSwitchNC.Text = "switch to NC";
this.btnSwitchNC.UseVisualStyleBackColor = true;
this.btnSwitchNC.Click += new System.EventHandler(this.btnSwitchNC_Click);
//
// btnSwitchFC
//
this.btnSwitchFC.Location = new System.Drawing.Point(51, 23);
resources.ApplyResources(this.btnSwitchFC, "btnSwitchFC");
this.btnSwitchFC.Name = "btnSwitchFC";
this.btnSwitchFC.Size = new System.Drawing.Size(116, 43);
this.btnSwitchFC.TabIndex = 26;
this.btnSwitchFC.Text = "switch to FC";
this.btnSwitchFC.UseVisualStyleBackColor = true;
this.btnSwitchFC.Click += new System.EventHandler(this.btnSwitchFC_Click);
//
// lblCtrl
//
this.lblCtrl.AutoSize = true;
this.lblCtrl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCtrl.Location = new System.Drawing.Point(10, 52);
resources.ApplyResources(this.lblCtrl, "lblCtrl");
this.lblCtrl.Name = "lblCtrl";
this.lblCtrl.Size = new System.Drawing.Size(24, 20);
this.lblCtrl.TabIndex = 16;
this.lblCtrl.Text = "...";
//
// buttonReset
//
this.buttonReset.Location = new System.Drawing.Point(51, 174);
resources.ApplyResources(this.buttonReset, "buttonReset");
this.buttonReset.Name = "buttonReset";
this.buttonReset.Size = new System.Drawing.Size(116, 43);
this.buttonReset.TabIndex = 15;
this.buttonReset.Text = "Reset";
this.buttonReset.UseVisualStyleBackColor = true;
this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(51, 121);
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(116, 43);
this.button1.TabIndex = 16;
this.button1.Text = "Version";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnVersion_Click);
//
// groupBox34
//
this.groupBox34.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox34, "groupBox34");
this.groupBox34.Controls.Add(this.chkbAutoOSD);
this.groupBox34.Controls.Add(this.chkbAutoBL);
this.groupBox34.Controls.Add(this.chkbAutoNav);
1740,55 → 1288,34
this.groupBox34.Controls.Add(this.labelTimingDebug);
this.groupBox34.Controls.Add(this.label3);
this.groupBox34.Controls.Add(this.label2);
this.groupBox34.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox34.Location = new System.Drawing.Point(708, 329);
this.groupBox34.Name = "groupBox34";
this.groupBox34.Size = new System.Drawing.Size(226, 150);
this.groupBox34.TabIndex = 34;
this.groupBox34.TabStop = false;
this.groupBox34.Text = "timings auto update (ms)";
//
// chkbAutoOSD
//
this.chkbAutoOSD.AutoSize = true;
this.chkbAutoOSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkbAutoOSD.Location = new System.Drawing.Point(201, 120);
resources.ApplyResources(this.chkbAutoOSD, "chkbAutoOSD");
this.chkbAutoOSD.Name = "chkbAutoOSD";
this.chkbAutoOSD.Size = new System.Drawing.Size(15, 14);
this.chkbAutoOSD.TabIndex = 10;
this.chkbAutoOSD.UseVisualStyleBackColor = true;
this.chkbAutoOSD.CheckedChanged += new System.EventHandler(this.chkbAutoOSD_CheckedChanged);
//
// chkbAutoBL
//
this.chkbAutoBL.AutoSize = true;
this.chkbAutoBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkbAutoBL.Location = new System.Drawing.Point(201, 94);
resources.ApplyResources(this.chkbAutoBL, "chkbAutoBL");
this.chkbAutoBL.Name = "chkbAutoBL";
this.chkbAutoBL.Size = new System.Drawing.Size(15, 14);
this.chkbAutoBL.TabIndex = 10;
this.chkbAutoBL.UseVisualStyleBackColor = true;
this.chkbAutoBL.CheckedChanged += new System.EventHandler(this.chkbAutoBL_CheckedChanged);
//
// chkbAutoNav
//
this.chkbAutoNav.AutoSize = true;
this.chkbAutoNav.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkbAutoNav.Location = new System.Drawing.Point(201, 67);
resources.ApplyResources(this.chkbAutoNav, "chkbAutoNav");
this.chkbAutoNav.Name = "chkbAutoNav";
this.chkbAutoNav.Size = new System.Drawing.Size(15, 14);
this.chkbAutoNav.TabIndex = 10;
this.chkbAutoNav.UseVisualStyleBackColor = true;
this.chkbAutoNav.CheckedChanged += new System.EventHandler(this.chkbAutoNav_CheckedChanged);
//
// chkbAutoDbg
//
this.chkbAutoDbg.AutoSize = true;
this.chkbAutoDbg.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkbAutoDbg.Location = new System.Drawing.Point(201, 41);
resources.ApplyResources(this.chkbAutoDbg, "chkbAutoDbg");
this.chkbAutoDbg.Name = "chkbAutoDbg";
this.chkbAutoDbg.Size = new System.Drawing.Size(15, 14);
this.chkbAutoDbg.TabIndex = 10;
this.chkbAutoDbg.UseVisualStyleBackColor = true;
this.chkbAutoDbg.CheckedChanged += new System.EventHandler(this.chkbAutoDbg_CheckedChanged);
//
1795,300 → 1322,242
// cbTimingOSD
//
this.cbTimingOSD.DropDownWidth = 60;
this.cbTimingOSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
resources.ApplyResources(this.cbTimingOSD, "cbTimingOSD");
this.cbTimingOSD.FormattingEnabled = true;
this.cbTimingOSD.Items.AddRange(new object[] {
"100",
"150",
"200",
"250",
"300",
"350",
"400",
"450",
"500",
"550",
"600",
"650",
"700",
"750",
"800",
"850",
"900",
"950",
"1000",
"1100",
"1200",
"1300",
"1400",
"1500",
"1600",
"1700",
"1800",
"1900",
"2000"});
this.cbTimingOSD.Location = new System.Drawing.Point(176, 114);
resources.GetString("cbTimingOSD.Items"),
resources.GetString("cbTimingOSD.Items1"),
resources.GetString("cbTimingOSD.Items2"),
resources.GetString("cbTimingOSD.Items3"),
resources.GetString("cbTimingOSD.Items4"),
resources.GetString("cbTimingOSD.Items5"),
resources.GetString("cbTimingOSD.Items6"),
resources.GetString("cbTimingOSD.Items7"),
resources.GetString("cbTimingOSD.Items8"),
resources.GetString("cbTimingOSD.Items9"),
resources.GetString("cbTimingOSD.Items10"),
resources.GetString("cbTimingOSD.Items11"),
resources.GetString("cbTimingOSD.Items12"),
resources.GetString("cbTimingOSD.Items13"),
resources.GetString("cbTimingOSD.Items14"),
resources.GetString("cbTimingOSD.Items15"),
resources.GetString("cbTimingOSD.Items16"),
resources.GetString("cbTimingOSD.Items17"),
resources.GetString("cbTimingOSD.Items18"),
resources.GetString("cbTimingOSD.Items19"),
resources.GetString("cbTimingOSD.Items20"),
resources.GetString("cbTimingOSD.Items21"),
resources.GetString("cbTimingOSD.Items22"),
resources.GetString("cbTimingOSD.Items23"),
resources.GetString("cbTimingOSD.Items24"),
resources.GetString("cbTimingOSD.Items25"),
resources.GetString("cbTimingOSD.Items26"),
resources.GetString("cbTimingOSD.Items27"),
resources.GetString("cbTimingOSD.Items28")});
this.cbTimingOSD.Name = "cbTimingOSD";
this.cbTimingOSD.Size = new System.Drawing.Size(18, 26);
this.cbTimingOSD.TabIndex = 9;
this.cbTimingOSD.SelectedIndexChanged += new System.EventHandler(this.cbTimingOSD_SelectedIndexChanged);
//
// cbTimingBLCTRL
//
this.cbTimingBLCTRL.DropDownWidth = 60;
this.cbTimingBLCTRL.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
resources.ApplyResources(this.cbTimingBLCTRL, "cbTimingBLCTRL");
this.cbTimingBLCTRL.FormattingEnabled = true;
this.cbTimingBLCTRL.Items.AddRange(new object[] {
"100",
"150",
"200",
"250",
"300",
"350",
"400",
"450",
"500",
"550",
"600",
"650",
"700",
"750",
"800",
"850",
"900",
"950",
"1000",
"1100",
"1200",
"1300",
"1400",
"1500",
"1600",
"1700",
"1800",
"1900",
"2000"});
this.cbTimingBLCTRL.Location = new System.Drawing.Point(176, 87);
resources.GetString("cbTimingBLCTRL.Items"),
resources.GetString("cbTimingBLCTRL.Items1"),
resources.GetString("cbTimingBLCTRL.Items2"),
resources.GetString("cbTimingBLCTRL.Items3"),
resources.GetString("cbTimingBLCTRL.Items4"),
resources.GetString("cbTimingBLCTRL.Items5"),
resources.GetString("cbTimingBLCTRL.Items6"),
resources.GetString("cbTimingBLCTRL.Items7"),
resources.GetString("cbTimingBLCTRL.Items8"),
resources.GetString("cbTimingBLCTRL.Items9"),
resources.GetString("cbTimingBLCTRL.Items10"),
resources.GetString("cbTimingBLCTRL.Items11"),
resources.GetString("cbTimingBLCTRL.Items12"),
resources.GetString("cbTimingBLCTRL.Items13"),
resources.GetString("cbTimingBLCTRL.Items14"),
resources.GetString("cbTimingBLCTRL.Items15"),
resources.GetString("cbTimingBLCTRL.Items16"),
resources.GetString("cbTimingBLCTRL.Items17"),
resources.GetString("cbTimingBLCTRL.Items18"),
resources.GetString("cbTimingBLCTRL.Items19"),
resources.GetString("cbTimingBLCTRL.Items20"),
resources.GetString("cbTimingBLCTRL.Items21"),
resources.GetString("cbTimingBLCTRL.Items22"),
resources.GetString("cbTimingBLCTRL.Items23"),
resources.GetString("cbTimingBLCTRL.Items24"),
resources.GetString("cbTimingBLCTRL.Items25"),
resources.GetString("cbTimingBLCTRL.Items26"),
resources.GetString("cbTimingBLCTRL.Items27"),
resources.GetString("cbTimingBLCTRL.Items28")});
this.cbTimingBLCTRL.Name = "cbTimingBLCTRL";
this.cbTimingBLCTRL.Size = new System.Drawing.Size(18, 26);
this.cbTimingBLCTRL.TabIndex = 9;
this.cbTimingBLCTRL.SelectedIndexChanged += new System.EventHandler(this.cbTimingBLCTRL_SelectedIndexChanged);
//
// cbTimingNAV
//
this.cbTimingNAV.DropDownWidth = 60;
this.cbTimingNAV.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
resources.ApplyResources(this.cbTimingNAV, "cbTimingNAV");
this.cbTimingNAV.FormattingEnabled = true;
this.cbTimingNAV.Items.AddRange(new object[] {
"100",
"150",
"200",
"250",
"300",
"350",
"400",
"450",
"500",
"550",
"600",
"650",
"700",
"750",
"800",
"850",
"900",
"950",
"1000",
"1100",
"1200",
"1300",
"1400",
"1500",
"1600",
"1700",
"1800",
"1900",
"2000"});
this.cbTimingNAV.Location = new System.Drawing.Point(176, 60);
resources.GetString("cbTimingNAV.Items"),
resources.GetString("cbTimingNAV.Items1"),
resources.GetString("cbTimingNAV.Items2"),
resources.GetString("cbTimingNAV.Items3"),
resources.GetString("cbTimingNAV.Items4"),
resources.GetString("cbTimingNAV.Items5"),
resources.GetString("cbTimingNAV.Items6"),
resources.GetString("cbTimingNAV.Items7"),
resources.GetString("cbTimingNAV.Items8"),
resources.GetString("cbTimingNAV.Items9"),
resources.GetString("cbTimingNAV.Items10"),
resources.GetString("cbTimingNAV.Items11"),
resources.GetString("cbTimingNAV.Items12"),
resources.GetString("cbTimingNAV.Items13"),
resources.GetString("cbTimingNAV.Items14"),
resources.GetString("cbTimingNAV.Items15"),
resources.GetString("cbTimingNAV.Items16"),
resources.GetString("cbTimingNAV.Items17"),
resources.GetString("cbTimingNAV.Items18"),
resources.GetString("cbTimingNAV.Items19"),
resources.GetString("cbTimingNAV.Items20"),
resources.GetString("cbTimingNAV.Items21"),
resources.GetString("cbTimingNAV.Items22"),
resources.GetString("cbTimingNAV.Items23"),
resources.GetString("cbTimingNAV.Items24"),
resources.GetString("cbTimingNAV.Items25"),
resources.GetString("cbTimingNAV.Items26"),
resources.GetString("cbTimingNAV.Items27"),
resources.GetString("cbTimingNAV.Items28")});
this.cbTimingNAV.Name = "cbTimingNAV";
this.cbTimingNAV.Size = new System.Drawing.Size(18, 26);
this.cbTimingNAV.TabIndex = 9;
this.cbTimingNAV.SelectedIndexChanged += new System.EventHandler(this.cbTimingNAV_SelectedIndexChanged);
//
// cbTimingDebug
//
this.cbTimingDebug.DropDownWidth = 60;
this.cbTimingDebug.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
resources.ApplyResources(this.cbTimingDebug, "cbTimingDebug");
this.cbTimingDebug.FormattingEnabled = true;
this.cbTimingDebug.Items.AddRange(new object[] {
"100",
"150",
"200",
"250",
"300",
"350",
"400",
"450",
"500",
"550",
"600",
"650",
"700",
"750",
"800",
"850",
"900",
"950",
"1000",
"1100",
"1200",
"1300",
"1400",
"1500",
"1600",
"1700",
"1800",
"1900",
"2000"});
this.cbTimingDebug.Location = new System.Drawing.Point(176, 33);
resources.GetString("cbTimingDebug.Items"),
resources.GetString("cbTimingDebug.Items1"),
resources.GetString("cbTimingDebug.Items2"),
resources.GetString("cbTimingDebug.Items3"),
resources.GetString("cbTimingDebug.Items4"),
resources.GetString("cbTimingDebug.Items5"),
resources.GetString("cbTimingDebug.Items6"),
resources.GetString("cbTimingDebug.Items7"),
resources.GetString("cbTimingDebug.Items8"),
resources.GetString("cbTimingDebug.Items9"),
resources.GetString("cbTimingDebug.Items10"),
resources.GetString("cbTimingDebug.Items11"),
resources.GetString("cbTimingDebug.Items12"),
resources.GetString("cbTimingDebug.Items13"),
resources.GetString("cbTimingDebug.Items14"),
resources.GetString("cbTimingDebug.Items15"),
resources.GetString("cbTimingDebug.Items16"),
resources.GetString("cbTimingDebug.Items17"),
resources.GetString("cbTimingDebug.Items18"),
resources.GetString("cbTimingDebug.Items19"),
resources.GetString("cbTimingDebug.Items20"),
resources.GetString("cbTimingDebug.Items21"),
resources.GetString("cbTimingDebug.Items22"),
resources.GetString("cbTimingDebug.Items23"),
resources.GetString("cbTimingDebug.Items24"),
resources.GetString("cbTimingDebug.Items25"),
resources.GetString("cbTimingDebug.Items26"),
resources.GetString("cbTimingDebug.Items27"),
resources.GetString("cbTimingDebug.Items28")});
this.cbTimingDebug.Name = "cbTimingDebug";
this.cbTimingDebug.Size = new System.Drawing.Size(18, 26);
this.cbTimingDebug.TabIndex = 9;
this.cbTimingDebug.SelectedIndexChanged += new System.EventHandler(this.cbTimingDebug_SelectedIndexChanged);
//
// labelTimingOSD
//
this.labelTimingOSD.AutoSize = true;
this.labelTimingOSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTimingOSD.Location = new System.Drawing.Point(142, 118);
resources.ApplyResources(this.labelTimingOSD, "labelTimingOSD");
this.labelTimingOSD.Name = "labelTimingOSD";
this.labelTimingOSD.Size = new System.Drawing.Size(12, 18);
this.labelTimingOSD.TabIndex = 8;
this.labelTimingOSD.Text = " ";
//
// labelTimingBLCTRL
//
this.labelTimingBLCTRL.AutoSize = true;
this.labelTimingBLCTRL.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTimingBLCTRL.Location = new System.Drawing.Point(142, 91);
resources.ApplyResources(this.labelTimingBLCTRL, "labelTimingBLCTRL");
this.labelTimingBLCTRL.Name = "labelTimingBLCTRL";
this.labelTimingBLCTRL.Size = new System.Drawing.Size(12, 18);
this.labelTimingBLCTRL.TabIndex = 8;
this.labelTimingBLCTRL.Text = " ";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(10, 116);
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 18);
this.label5.TabIndex = 8;
this.label5.Text = "OSD values";
//
// labelTimingNAV
//
this.labelTimingNAV.AutoSize = true;
this.labelTimingNAV.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTimingNAV.Location = new System.Drawing.Point(142, 65);
resources.ApplyResources(this.labelTimingNAV, "labelTimingNAV");
this.labelTimingNAV.Name = "labelTimingNAV";
this.labelTimingNAV.Size = new System.Drawing.Size(12, 18);
this.labelTimingNAV.TabIndex = 8;
this.labelTimingNAV.Text = " ";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(10, 90);
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(116, 18);
this.label4.TabIndex = 8;
this.label4.Text = "BL-CTRL values";
//
// labelTimingDebug
//
this.labelTimingDebug.AutoSize = true;
this.labelTimingDebug.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTimingDebug.Location = new System.Drawing.Point(142, 38);
resources.ApplyResources(this.labelTimingDebug, "labelTimingDebug");
this.labelTimingDebug.Name = "labelTimingDebug";
this.labelTimingDebug.Size = new System.Drawing.Size(12, 18);
this.labelTimingDebug.TabIndex = 8;
this.labelTimingDebug.Text = " ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(10, 65);
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(124, 18);
this.label3.TabIndex = 8;
this.label3.Text = "Nav-CTRL values";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(10, 40);
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(94, 18);
this.label2.TabIndex = 8;
this.label2.Text = "debug values";
//
// label12
//
resources.ApplyResources(this.label12, "label12");
this.label12.Name = "label12";
//
// groupBox32
//
this.groupBox32.Controls.Add(this.button5);
this.groupBox32.Controls.Add(this.btnReadBLCtrl);
this.groupBox32.Controls.Add(this.btnGetNaviData);
this.groupBox32.Location = new System.Drawing.Point(488, 315);
resources.ApplyResources(this.groupBox32, "groupBox32");
this.groupBox32.Name = "groupBox32";
this.groupBox32.Size = new System.Drawing.Size(153, 154);
this.groupBox32.TabIndex = 31;
this.groupBox32.TabStop = false;
this.groupBox32.Text = "onetime query";
//
// button5
//
this.button5.Location = new System.Drawing.Point(6, 23);
resources.ApplyResources(this.button5, "button5");
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(133, 42);
this.button5.TabIndex = 19;
this.button5.Text = "read debug data";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.btnDbgData_Click);
//
// btnReadBLCtrl
//
this.btnReadBLCtrl.Location = new System.Drawing.Point(6, 105);
resources.ApplyResources(this.btnReadBLCtrl, "btnReadBLCtrl");
this.btnReadBLCtrl.Name = "btnReadBLCtrl";
this.btnReadBLCtrl.Size = new System.Drawing.Size(133, 42);
this.btnReadBLCtrl.TabIndex = 29;
this.btnReadBLCtrl.Text = "read BLCtrl";
this.btnReadBLCtrl.UseVisualStyleBackColor = true;
this.btnReadBLCtrl.Click += new System.EventHandler(this.btnReadBLCtrl_Click);
//
// btnGetNaviData
//
this.btnGetNaviData.Location = new System.Drawing.Point(6, 64);
resources.ApplyResources(this.btnGetNaviData, "btnGetNaviData");
this.btnGetNaviData.Name = "btnGetNaviData";
this.btnGetNaviData.Size = new System.Drawing.Size(133, 42);
this.btnGetNaviData.TabIndex = 29;
this.btnGetNaviData.Text = "read Navi Data";
this.btnGetNaviData.UseVisualStyleBackColor = true;
this.btnGetNaviData.Click += new System.EventHandler(this.btnGetNaviData_Click);
//
// groupBox30
//
this.groupBox30.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox30, "groupBox30");
this.groupBox30.Controls.Add(this.simpleSerialPort);
this.groupBox30.Location = new System.Drawing.Point(693, 8);
this.groupBox30.Name = "groupBox30";
this.groupBox30.Size = new System.Drawing.Size(241, 297);
this.groupBox30.TabIndex = 30;
this.groupBox30.TabStop = false;
this.groupBox30.Text = "Serial connection";
//
// simpleSerialPort
//
resources.ApplyResources(this.simpleSerialPort, "simpleSerialPort");
this.simpleSerialPort.Name = "simpleSerialPort";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
2101,15 → 1570,12
this.dataGridView1.ColumnHeadersVisible = false;
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.EnableHeadersVisualStyles = false;
this.dataGridView1.Location = new System.Drawing.Point(7, 8);
resources.ApplyResources(this.dataGridView1, "dataGridView1");
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dataGridView1.RowTemplate.Height = 14;
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.dataGridView1.Size = new System.Drawing.Size(213, 461);
this.dataGridView1.TabIndex = 0;
//
// tabPageTesting
//
2126,29 → 1592,20
this.tabPageTesting.Controls.Add(this.btnReadFCFile);
this.tabPageTesting.Controls.Add(this.button3);
this.tabPageTesting.Controls.Add(this.button2);
this.tabPageTesting.Location = new System.Drawing.Point(4, 27);
resources.ApplyResources(this.tabPageTesting, "tabPageTesting");
this.tabPageTesting.Name = "tabPageTesting";
this.tabPageTesting.Padding = new System.Windows.Forms.Padding(3);
this.tabPageTesting.Size = new System.Drawing.Size(942, 483);
this.tabPageTesting.TabIndex = 3;
this.tabPageTesting.Text = "testing";
this.tabPageTesting.UseVisualStyleBackColor = true;
//
// cbWPIndex
//
this.cbWPIndex.FormattingEnabled = true;
this.cbWPIndex.Location = new System.Drawing.Point(384, 400);
resources.ApplyResources(this.cbWPIndex, "cbWPIndex");
this.cbWPIndex.Name = "cbWPIndex";
this.cbWPIndex.Size = new System.Drawing.Size(63, 26);
this.cbWPIndex.TabIndex = 36;
//
// btnGetWP
//
this.btnGetWP.Location = new System.Drawing.Point(294, 396);
resources.ApplyResources(this.btnGetWP, "btnGetWP");
this.btnGetWP.Name = "btnGetWP";
this.btnGetWP.Size = new System.Drawing.Size(84, 32);
this.btnGetWP.TabIndex = 35;
this.btnGetWP.Text = "button6";
this.btnGetWP.UseVisualStyleBackColor = true;
this.btnGetWP.Click += new System.EventHandler(this.btnGetWP_Click);
//
2155,260 → 1612,146
// dgvWP
//
this.dgvWP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvWP.Location = new System.Drawing.Point(294, 39);
resources.ApplyResources(this.dgvWP, "dgvWP");
this.dgvWP.Name = "dgvWP";
this.dgvWP.Size = new System.Drawing.Size(502, 339);
this.dgvWP.TabIndex = 34;
//
// lbLabels
//
this.lbLabels.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbLabels.Location = new System.Drawing.Point(88, 39);
resources.ApplyResources(this.lbLabels, "lbLabels");
this.lbLabels.Name = "lbLabels";
this.lbLabels.Size = new System.Drawing.Size(200, 433);
this.lbLabels.TabIndex = 22;
//
// btnOSDAuto
//
this.btnOSDAuto.Location = new System.Drawing.Point(802, 148);
resources.ApplyResources(this.btnOSDAuto, "btnOSDAuto");
this.btnOSDAuto.Name = "btnOSDAuto";
this.btnOSDAuto.Size = new System.Drawing.Size(131, 41);
this.btnOSDAuto.TabIndex = 33;
this.btnOSDAuto.Text = "OSD Auto";
this.btnOSDAuto.UseVisualStyleBackColor = true;
this.btnOSDAuto.Visible = false;
this.btnOSDAuto.Click += new System.EventHandler(this.btnOSDAuto_Click);
//
// btnOSD
//
this.btnOSD.Location = new System.Drawing.Point(802, 101);
resources.ApplyResources(this.btnOSD, "btnOSD");
this.btnOSD.Name = "btnOSD";
this.btnOSD.Size = new System.Drawing.Size(131, 41);
this.btnOSD.TabIndex = 33;
this.btnOSD.Text = "OSD";
this.btnOSD.UseVisualStyleBackColor = true;
this.btnOSD.Visible = false;
this.btnOSD.Click += new System.EventHandler(this.btnOSD_Click);
//
// btnSaveFCLabels
//
this.btnSaveFCLabels.Location = new System.Drawing.Point(7, 39);
resources.ApplyResources(this.btnSaveFCLabels, "btnSaveFCLabels");
this.btnSaveFCLabels.Name = "btnSaveFCLabels";
this.btnSaveFCLabels.Size = new System.Drawing.Size(75, 36);
this.btnSaveFCLabels.TabIndex = 23;
this.btnSaveFCLabels.Text = "Save >";
this.btnSaveFCLabels.UseVisualStyleBackColor = true;
this.btnSaveFCLabels.Click += new System.EventHandler(this.btnSaveLabels_Click);
//
// btnLoadFCLabels
//
this.btnLoadFCLabels.Location = new System.Drawing.Point(7, 79);
resources.ApplyResources(this.btnLoadFCLabels, "btnLoadFCLabels");
this.btnLoadFCLabels.Name = "btnLoadFCLabels";
this.btnLoadFCLabels.Size = new System.Drawing.Size(75, 36);
this.btnLoadFCLabels.TabIndex = 24;
this.btnLoadFCLabels.Text = "< Load";
this.btnLoadFCLabels.UseVisualStyleBackColor = true;
this.btnLoadFCLabels.Click += new System.EventHandler(this.btnLoadLabels_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(802, 54);
resources.ApplyResources(this.button4, "button4");
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(131, 41);
this.button4.TabIndex = 33;
this.button4.Text = "version NC";
this.button4.UseVisualStyleBackColor = true;
this.button4.Visible = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// lblFileName
//
this.lblFileName.AutoSize = true;
this.lblFileName.Location = new System.Drawing.Point(87, 16);
resources.ApplyResources(this.lblFileName, "lblFileName");
this.lblFileName.Name = "lblFileName";
this.lblFileName.Size = new System.Drawing.Size(136, 18);
this.lblFileName.TabIndex = 8;
this.lblFileName.Text = "1234567890123456";
//
// btnReadFCFile
//
this.btnReadFCFile.Location = new System.Drawing.Point(202, 7);
resources.ApplyResources(this.btnReadFCFile, "btnReadFCFile");
this.btnReadFCFile.Name = "btnReadFCFile";
this.btnReadFCFile.Size = new System.Drawing.Size(86, 28);
this.btnReadFCFile.TabIndex = 25;
this.btnReadFCFile.Text = "read file";
this.btnReadFCFile.UseVisualStyleBackColor = true;
this.btnReadFCFile.Click += new System.EventHandler(this.btnReadLabelFile_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(802, 12);
resources.ApplyResources(this.button3, "button3");
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(131, 36);
this.button3.TabIndex = 32;
this.button3.Text = "version FC";
this.button3.UseVisualStyleBackColor = true;
this.button3.Visible = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(7, 137);
resources.ApplyResources(this.button2, "button2");
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 52);
this.button2.TabIndex = 18;
this.button2.Text = "get Analog labels";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.btnAnalogLabels_Click);
//
// groupBox31
//
this.groupBox31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.groupBox31, "groupBox31");
this.groupBox31.Controls.Add(this.lblNCCtrl);
this.groupBox31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox31.Location = new System.Drawing.Point(473, 11);
this.groupBox31.Name = "groupBox31";
this.groupBox31.Size = new System.Drawing.Size(82, 39);
this.groupBox31.TabIndex = 8;
this.groupBox31.TabStop = false;
this.groupBox31.Text = "Controller";
//
// lblNCCtrl
//
this.lblNCCtrl.AutoSize = true;
this.lblNCCtrl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNCCtrl.Location = new System.Drawing.Point(6, 16);
resources.ApplyResources(this.lblNCCtrl, "lblNCCtrl");
this.lblNCCtrl.Name = "lblNCCtrl";
this.lblNCCtrl.Size = new System.Drawing.Size(61, 20);
this.lblNCCtrl.TabIndex = 0;
this.lblNCCtrl.Text = "FC/NC";
//
// lblCRCErr
//
this.lblCRCErr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblCRCErr.AutoSize = true;
this.lblCRCErr.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCRCErr.Location = new System.Drawing.Point(638, 32);
resources.ApplyResources(this.lblCRCErr, "lblCRCErr");
this.lblCRCErr.Name = "lblCRCErr";
this.lblCRCErr.Size = new System.Drawing.Size(14, 16);
this.lblCRCErr.TabIndex = 12;
this.lblCRCErr.Text = "0";
//
// rtfTerminal
//
this.rtfTerminal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.rtfTerminal.Location = new System.Drawing.Point(3, 1);
resources.ApplyResources(this.rtfTerminal, "rtfTerminal");
this.rtfTerminal.Name = "rtfTerminal";
this.rtfTerminal.Size = new System.Drawing.Size(259, 58);
this.rtfTerminal.TabIndex = 17;
this.rtfTerminal.Text = "";
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(557, 32);
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(61, 16);
this.label6.TabIndex = 11;
this.label6.Text = "CRC-Error";
//
// btnReadDebugCont
//
this.btnReadDebugCont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.btnReadDebugCont, "btnReadDebugCont");
this.btnReadDebugCont.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnReadDebugCont.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnReadDebugCont.Location = new System.Drawing.Point(803, 2);
this.btnReadDebugCont.Name = "btnReadDebugCont";
this.btnReadDebugCont.Size = new System.Drawing.Size(141, 55);
this.btnReadDebugCont.TabIndex = 26;
this.btnReadDebugCont.Text = "start automatic\r\ndata update";
this.btnReadDebugCont.UseVisualStyleBackColor = false;
this.btnReadDebugCont.Click += new System.EventHandler(this.btnReadDbgCont_Click);
//
// lblLifeCounter
//
this.lblLifeCounter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.lblLifeCounter, "lblLifeCounter");
this.lblLifeCounter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblLifeCounter.Location = new System.Drawing.Point(638, 13);
this.lblLifeCounter.Name = "lblLifeCounter";
this.lblLifeCounter.Size = new System.Drawing.Size(14, 14);
this.lblLifeCounter.TabIndex = 10;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(556, 11);
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 16);
this.label1.TabIndex = 9;
this.label1.Text = "Communication";
//
// btnConn
//
this.btnConn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnConn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnConn.Location = new System.Drawing.Point(658, 2);
resources.ApplyResources(this.btnConn, "btnConn");
this.btnConn.Name = "btnConn";
this.btnConn.Size = new System.Drawing.Size(141, 55);
this.btnConn.TabIndex = 28;
this.btnConn.Text = "open\r\nserial port";
this.btnConn.UseVisualStyleBackColor = true;
this.btnConn.Click += new System.EventHandler(this.btnConn_Click);
//
// rtfError
//
this.rtfError.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.rtfError.Location = new System.Drawing.Point(268, 1);
resources.ApplyResources(this.rtfError, "rtfError");
this.rtfError.Name = "rtfError";
this.rtfError.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rtfError.Size = new System.Drawing.Size(204, 58);
this.rtfError.TabIndex = 29;
this.rtfError.Text = "";
this.rtfError.WordWrap = false;
this.rtfError.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtfError_LinkClicked);
//
// headingIndicator1
// timer1
//
this.headingIndicator1.Location = new System.Drawing.Point(188, 221);
this.headingIndicator1.Name = "headingIndicator1";
this.headingIndicator1.Size = new System.Drawing.Size(210, 210);
this.headingIndicator1.TabIndex = 2;
this.timer1.Enabled = true;
this.timer1.Interval = 4000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// artificialHorizon1
//
this.artificialHorizon1.AutoScroll = true;
this.artificialHorizon1.BackColor = System.Drawing.SystemColors.Control;
this.artificialHorizon1.ForeColor = System.Drawing.Color.White;
this.artificialHorizon1.Location = new System.Drawing.Point(467, 221);
this.artificialHorizon1.Name = "artificialHorizon1";
this.artificialHorizon1.pitch_angle = 0D;
this.artificialHorizon1.roll_angle = 0D;
this.artificialHorizon1.Size = new System.Drawing.Size(210, 210);
this.artificialHorizon1.TabIndex = 1;
//
// simpleSerialPort
//
this.simpleSerialPort.Dock = System.Windows.Forms.DockStyle.Fill;
this.simpleSerialPort.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleSerialPort.Location = new System.Drawing.Point(3, 20);
this.simpleSerialPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.simpleSerialPort.Name = "simpleSerialPort";
this.simpleSerialPort.Size = new System.Drawing.Size(235, 274);
this.simpleSerialPort.TabIndex = 0;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(950, 577);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.Text = "MikroKopter LiveView";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
this.Shown += new System.EventHandler(this.MainForm_Shown);
this.splitContainer1.Panel1.ResumeLayout(false);
2482,6 → 1825,7
this.groupBox6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trckbarSerial1)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox37.ResumeLayout(false);
this.groupBox37.PerformLayout();
this.groupBox34.ResumeLayout(false);
2673,6 → 2017,8
private System.Windows.Forms.TextBox textBoxSerial5;
private System.Windows.Forms.Label lblTbSerial5;
private System.Windows.Forms.TrackBar trckbarSerial5;
private System.Windows.Forms.ComboBox cbLanguage;
private System.Windows.Forms.Label label12;
}
}