Configurator.Net: Fixed Occlusion of Mag Enable check box

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1820 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
mandrolic 2011-03-27 14:54:06 +00:00
parent eead295208
commit 2c17164de4
2 changed files with 21 additions and 21 deletions

View File

@ -33,7 +33,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>10</ApplicationRevision>
<ApplicationRevision>11</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>

View File

@ -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();