Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2261 → Rev 2264

/MKLiveView/Source/MainForm.Designer.cs
64,7 → 64,6
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.btnOSDAuto = new System.Windows.Forms.Button();
this.btnOSD = new System.Windows.Forms.Button();
88,7 → 87,6
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();
130,7 → 128,6
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();
177,6 → 174,9
this.btnConn = new System.Windows.Forms.Button();
this.rtfError = new System.Windows.Forms.RichTextBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.headingIndicator1 = new AvionicsInstrumentControl.HeadingIndicator();
this.artificialHorizon1 = new ArtificialHorizon.ArtificialHorizon();
this.simpleSerialPort = new SimpleSerialPort.SimpleSerialPort();
this.tabPage2.SuspendLayout();
this.groupBox37.SuspendLayout();
this.groupBox34.SuspendLayout();
228,7 → 228,7
this.btnReadDebugCont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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, -7);
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;
295,7 → 295,7
// 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, -9);
this.rtfTerminal.Location = new System.Drawing.Point(3, 0);
this.rtfTerminal.Name = "rtfTerminal";
this.rtfTerminal.Size = new System.Drawing.Size(259, 58);
this.rtfTerminal.TabIndex = 17;
303,6 → 303,7
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
this.tabPage2.Controls.Add(this.groupBox37);
this.tabPage2.Controls.Add(this.groupBox34);
this.tabPage2.Controls.Add(this.groupBox32);
311,10 → 312,9
this.tabPage2.Location = new System.Drawing.Point(4, 27);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(942, 489);
this.tabPage2.Size = new System.Drawing.Size(942, 480);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Settings";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox37
//
349,7 → 349,7
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.Location = new System.Drawing.Point(708, 320);
this.groupBox34.Name = "groupBox34";
this.groupBox34.Size = new System.Drawing.Size(226, 150);
this.groupBox34.TabIndex = 34;
697,16 → 697,6
this.groupBox30.TabStop = false;
this.groupBox30.Text = "Serial connection";
//
// 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;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
832,6 → 822,7
//
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
this.tabPage3.Controls.Add(this.lblNCDistHP1);
this.tabPage3.Controls.Add(this.groupBox8);
this.tabPage3.Controls.Add(this.groupBox38);
857,10 → 848,9
this.tabPage3.Location = new System.Drawing.Point(4, 27);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(942, 489);
this.tabPage3.Size = new System.Drawing.Size(942, 480);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Visual";
this.tabPage3.UseVisualStyleBackColor = true;
//
// lblNCDistHP1
//
979,13 → 969,6
this.lblNCGPSLong.TabIndex = 0;
this.lblNCGPSLong.Text = "Long";
//
// headingIndicator1
//
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;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.dgvMotors2);
1001,6 → 984,7
//
this.dgvMotors2.AllowUserToAddRows = false;
this.dgvMotors2.AllowUserToDeleteRows = false;
this.dgvMotors2.BackgroundColor = System.Drawing.SystemColors.Control;
this.dgvMotors2.ColumnHeadersHeight = 26;
this.dgvMotors2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1027,6 → 1011,7
//
this.dgvMotors1.AllowUserToAddRows = false;
this.dgvMotors1.AllowUserToDeleteRows = false;
this.dgvMotors1.BackgroundColor = System.Drawing.SystemColors.Control;
this.dgvMotors1.ColumnHeadersHeight = 26;
this.dgvMotors1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1181,7 → 1166,7
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, 342);
this.groupBox35.Location = new System.Drawing.Point(837, 333);
this.groupBox35.Name = "groupBox35";
this.groupBox35.Size = new System.Drawing.Size(101, 145);
this.groupBox35.TabIndex = 11;
1466,18 → 1451,6
this.lblNCAlt.TabIndex = 0;
this.lblNCAlt.Text = "Alt";
//
// artificialHorizon1
//
this.artificialHorizon1.AutoScroll = true;
this.artificialHorizon1.BackColor = System.Drawing.Color.White;
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;
//
// lblNCCompass
//
this.lblNCCompass.AutoSize = true;
1516,7 → 1489,7
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, 23);
this.lblCRCErr.Location = new System.Drawing.Point(638, 32);
this.lblCRCErr.Name = "lblCRCErr";
this.lblCRCErr.Size = new System.Drawing.Size(14, 16);
this.lblCRCErr.TabIndex = 12;
1527,7 → 1500,7
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, 23);
this.label6.Location = new System.Drawing.Point(557, 32);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(61, 16);
this.label6.TabIndex = 11;
1537,7 → 1510,7
//
this.lblLifeCounter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblLifeCounter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblLifeCounter.Location = new System.Drawing.Point(638, 4);
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;
1547,7 → 1520,7
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, 2);
this.label1.Location = new System.Drawing.Point(556, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 16);
this.label1.TabIndex = 9;
1558,7 → 1531,7
this.groupBox31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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, 2);
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;
1586,11 → 1559,12
this.TabControl1.Location = new System.Drawing.Point(0, 0);
this.TabControl1.Name = "TabControl1";
this.TabControl1.SelectedIndex = 0;
this.TabControl1.Size = new System.Drawing.Size(950, 520);
this.TabControl1.Size = new System.Drawing.Size(950, 511);
this.TabControl1.TabIndex = 15;
//
// tabPageSerial
//
this.tabPageSerial.BackColor = System.Drawing.SystemColors.Control;
this.tabPageSerial.Controls.Add(this.groupBox11);
this.tabPageSerial.Controls.Add(this.groupBox10);
this.tabPageSerial.Controls.Add(this.groupBox9);
1598,13 → 1572,13
this.tabPageSerial.Location = new System.Drawing.Point(4, 27);
this.tabPageSerial.Name = "tabPageSerial";
this.tabPageSerial.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSerial.Size = new System.Drawing.Size(942, 489);
this.tabPageSerial.Size = new System.Drawing.Size(942, 480);
this.tabPageSerial.TabIndex = 4;
this.tabPageSerial.Text = "Serial channels";
this.tabPageSerial.UseVisualStyleBackColor = true;
//
// groupBox11
//
this.groupBox11.BackColor = System.Drawing.SystemColors.Control;
this.groupBox11.Controls.Add(this.btnSer4_254);
this.groupBox11.Controls.Add(this.btnSer4_127);
this.groupBox11.Controls.Add(this.btnSer4_0);
1650,7 → 1624,7
//
// textBoxSerial4
//
this.textBoxSerial4.BackColor = System.Drawing.Color.White;
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;
1672,7 → 1646,7
//
// trckbarSerial4
//
this.trckbarSerial4.BackColor = System.Drawing.Color.White;
this.trckbarSerial4.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial4.Location = new System.Drawing.Point(11, 52);
this.trckbarSerial4.Maximum = 254;
this.trckbarSerial4.Name = "trckbarSerial4";
1683,6 → 1657,7
//
// groupBox10
//
this.groupBox10.BackColor = System.Drawing.SystemColors.Control;
this.groupBox10.Controls.Add(this.btnSer3_254);
this.groupBox10.Controls.Add(this.btnSer3_127);
this.groupBox10.Controls.Add(this.btnSer3_0);
1728,7 → 1703,7
//
// textBoxSerial3
//
this.textBoxSerial3.BackColor = System.Drawing.Color.White;
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;
1750,7 → 1725,7
//
// trckbarSerial3
//
this.trckbarSerial3.BackColor = System.Drawing.Color.White;
this.trckbarSerial3.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial3.Location = new System.Drawing.Point(11, 52);
this.trckbarSerial3.Maximum = 254;
this.trckbarSerial3.Name = "trckbarSerial3";
1761,6 → 1736,7
//
// groupBox9
//
this.groupBox9.BackColor = System.Drawing.SystemColors.Control;
this.groupBox9.Controls.Add(this.btnSer2_254);
this.groupBox9.Controls.Add(this.btnSer2_127);
this.groupBox9.Controls.Add(this.btnSer2_0);
1806,7 → 1782,7
//
// textBoxSerial2
//
this.textBoxSerial2.BackColor = System.Drawing.Color.White;
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;
1828,7 → 1804,7
//
// trckbarSerial2
//
this.trckbarSerial2.BackColor = System.Drawing.Color.White;
this.trckbarSerial2.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial2.Location = new System.Drawing.Point(11, 52);
this.trckbarSerial2.Maximum = 254;
this.trckbarSerial2.Name = "trckbarSerial2";
1839,6 → 1815,7
//
// groupBox6
//
this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
this.groupBox6.Controls.Add(this.btnSer1_254);
this.groupBox6.Controls.Add(this.btnSer1_127);
this.groupBox6.Controls.Add(this.btnSer1_0);
1884,7 → 1861,7
//
// textBoxSerial1
//
this.textBoxSerial1.BackColor = System.Drawing.Color.White;
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;
1906,7 → 1883,7
//
// trckbarSerial1
//
this.trckbarSerial1.BackColor = System.Drawing.Color.White;
this.trckbarSerial1.BackColor = System.Drawing.SystemColors.Control;
this.trckbarSerial1.Location = new System.Drawing.Point(11, 52);
this.trckbarSerial1.Maximum = 254;
this.trckbarSerial1.Name = "trckbarSerial1";
1934,7 → 1911,7
this.tabPageTesting.Location = new System.Drawing.Point(4, 27);
this.tabPageTesting.Name = "tabPageTesting";
this.tabPageTesting.Padding = new System.Windows.Forms.Padding(3);
this.tabPageTesting.Size = new System.Drawing.Size(942, 486);
this.tabPageTesting.Size = new System.Drawing.Size(942, 489);
this.tabPageTesting.TabIndex = 3;
this.tabPageTesting.Text = "testing";
this.tabPageTesting.UseVisualStyleBackColor = true;
1969,7 → 1946,7
//
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, -7);
this.btnConn.Location = new System.Drawing.Point(658, 2);
this.btnConn.Name = "btnConn";
this.btnConn.Size = new System.Drawing.Size(141, 55);
this.btnConn.TabIndex = 28;
1980,7 → 1957,7
// 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, -9);
this.rtfError.Location = new System.Drawing.Point(268, 0);
this.rtfError.Name = "rtfError";
this.rtfError.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rtfError.Size = new System.Drawing.Size(204, 58);
2013,10 → 1990,39
this.splitContainer1.Panel2.Controls.Add(this.btnConn);
this.splitContainer1.Panel2.Controls.Add(this.rtfError);
this.splitContainer1.Size = new System.Drawing.Size(950, 572);
this.splitContainer1.SplitterDistance = 520;
this.splitContainer1.SplitterDistance = 511;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 36;
//
// headingIndicator1
//
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;
//
// 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);