From 2c17164de42de1fe784165a6e4f2b7a5d3604ff2 Mon Sep 17 00:00:00 2001 From: mandrolic Date: Sun, 27 Mar 2011 14:54:06 +0000 Subject: [PATCH] Configurator.Net: Fixed Occlusion of Mag Enable check box git-svn-id: https://arducopter.googlecode.com/svn/trunk@1820 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- .../ArducopterConfigurator.csproj | 2 +- .../Views/FlightControlPidsView.Designer.cs | 40 +++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Configurator/Configurator.Net/ArducopterConfigurator.csproj b/Configurator/Configurator.Net/ArducopterConfigurator.csproj index 2a7281cf50..f580498b2c 100644 --- a/Configurator/Configurator.Net/ArducopterConfigurator.csproj +++ b/Configurator/Configurator.Net/ArducopterConfigurator.csproj @@ -33,7 +33,7 @@ true index.htm false - 10 + 11 1.0.0.%2a false true diff --git a/Configurator/Configurator.Net/Views/FlightControlPidsView.Designer.cs b/Configurator/Configurator.Net/Views/FlightControlPidsView.Designer.cs index f8c9fd1deb..64a4dda66f 100644 --- a/Configurator/Configurator.Net/Views/FlightControlPidsView.Designer.cs +++ b/Configurator/Configurator.Net/Views/FlightControlPidsView.Designer.cs @@ -34,10 +34,10 @@ namespace ArducopterConfigurator this.txtSend = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.FlightControlPidsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.stableConfigView1 = new ArducopterConfigurator.Views.StableConfigView(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); this.acroConfigView1 = new ArducopterConfigurator.Views.AcroConfigView(); + this.FlightControlPidsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.FlightControlPidsBindingSource)).BeginInit(); @@ -53,7 +53,7 @@ namespace ArducopterConfigurator // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.button1.Location = new System.Drawing.Point(838, 753); + this.button1.Location = new System.Drawing.Point(980, 929); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(104, 23); this.button1.TabIndex = 6; @@ -65,32 +65,28 @@ namespace ArducopterConfigurator this.groupBox1.Controls.Add(this.stableConfigView1); this.groupBox1.Location = new System.Drawing.Point(7, 9); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(283, 162); + this.groupBox1.Size = new System.Drawing.Size(283, 176); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "Stable Mode"; // - // groupBox2 - // - this.groupBox2.Controls.Add(this.acroConfigView1); - this.groupBox2.Location = new System.Drawing.Point(7, 177); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(283, 167); - this.groupBox2.TabIndex = 10; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Acro Mode"; - // - // FlightControlPidsBindingSource - // - this.FlightControlPidsBindingSource.DataSource = typeof(ArducopterConfigurator.PresentationModels.FlightControlPidsVm); - // // stableConfigView1 // this.stableConfigView1.Location = new System.Drawing.Point(7, 20); this.stableConfigView1.Name = "stableConfigView1"; - this.stableConfigView1.Size = new System.Drawing.Size(271, 135); + this.stableConfigView1.Size = new System.Drawing.Size(271, 150); this.stableConfigView1.TabIndex = 0; // + // groupBox2 + // + this.groupBox2.Controls.Add(this.acroConfigView1); + this.groupBox2.Location = new System.Drawing.Point(7, 191); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(283, 164); + this.groupBox2.TabIndex = 10; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Acro Mode"; + // // acroConfigView1 // this.acroConfigView1.Location = new System.Drawing.Point(7, 20); @@ -98,6 +94,10 @@ namespace ArducopterConfigurator this.acroConfigView1.Size = new System.Drawing.Size(271, 136); this.acroConfigView1.TabIndex = 0; // + // FlightControlPidsBindingSource + // + this.FlightControlPidsBindingSource.DataSource = typeof(ArducopterConfigurator.PresentationModels.FlightControlPidsVm); + // // FlightControlPidsView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -109,7 +109,7 @@ namespace ArducopterConfigurator this.Controls.Add(this.button1); this.Controls.Add(this.txtSend); this.Name = "FlightControlPidsView"; - this.Size = new System.Drawing.Size(400, 300); + this.Size = new System.Drawing.Size(542, 476); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.FlightControlPidsBindingSource)).EndInit();