2012-04-05 21:50:04 -03:00
|
|
|
|
namespace ArdupilotMega.GCSViews.ConfigurationView
|
|
|
|
|
{
|
|
|
|
|
partial class Setup
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.backstageView = new ArdupilotMega.Controls.BackstageView.BackstageView();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// backstageView
|
|
|
|
|
//
|
|
|
|
|
this.backstageView.AutoSize = true;
|
|
|
|
|
this.backstageView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.backstageView.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.backstageView.Name = "backstageView";
|
2012-05-05 10:54:53 -03:00
|
|
|
|
this.backstageView.Size = new System.Drawing.Size(1008, 506);
|
2012-04-05 21:50:04 -03:00
|
|
|
|
this.backstageView.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// Setup
|
|
|
|
|
//
|
|
|
|
|
this.Controls.Add(this.backstageView);
|
2012-05-05 10:54:53 -03:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(1000, 450);
|
2012-04-05 21:50:04 -03:00
|
|
|
|
this.Name = "Setup";
|
2012-05-05 10:54:53 -03:00
|
|
|
|
this.Size = new System.Drawing.Size(1008, 506);
|
2012-04-06 05:27:26 -03:00
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Setup_FormClosing);
|
|
|
|
|
this.Load += new System.EventHandler(this.Setup_Load);
|
2012-04-05 21:50:04 -03:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Controls.BackstageView.BackstageView backstageView;
|
|
|
|
|
}
|
|
|
|
|
}
|