namespace UAS_DLLTest
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.Result = new UAS_DLLTest.GroupBoxwithborder();
this.operateResult = new System.Windows.Forms.RichTextBox();
this.Parameters = new UAS_DLLTest.GroupBoxwithborder();
this.clearResult = new System.Windows.Forms.CheckBox();
this.clearPara = new System.Windows.Forms.CheckBox();
this.clear = new System.Windows.Forms.Button();
this.confirm = new System.Windows.Forms.Button();
this.Methods = new UAS_DLLTest.GroupBoxwithborder();
this.Result.SuspendLayout();
this.Parameters.SuspendLayout();
this.SuspendLayout();
//
// Result
//
this.Result.BorderColor = System.Drawing.Color.Black;
this.Result.Controls.Add(this.operateResult);
this.Result.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Result.Location = new System.Drawing.Point(23, 323);
this.Result.Margin = new System.Windows.Forms.Padding(2);
this.Result.Name = "Result";
this.Result.Padding = new System.Windows.Forms.Padding(2);
this.Result.Size = new System.Drawing.Size(879, 141);
this.Result.TabIndex = 2;
this.Result.TabStop = false;
this.Result.Text = "Result";
this.Result.TextColor = System.Drawing.Color.Black;
//
// operateResult
//
this.operateResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.operateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.operateResult.Location = new System.Drawing.Point(2, 24);
this.operateResult.Margin = new System.Windows.Forms.Padding(2);
this.operateResult.Name = "operateResult";
this.operateResult.Size = new System.Drawing.Size(875, 115);
this.operateResult.TabIndex = 0;
this.operateResult.Text = "";
//
// Parameters
//
this.Parameters.BorderColor = System.Drawing.Color.Black;
this.Parameters.Controls.Add(this.clearResult);
this.Parameters.Controls.Add(this.clearPara);
this.Parameters.Controls.Add(this.clear);
this.Parameters.Controls.Add(this.confirm);
this.Parameters.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Parameters.Location = new System.Drawing.Point(23, 160);
this.Parameters.Margin = new System.Windows.Forms.Padding(2);
this.Parameters.Name = "Parameters";
this.Parameters.Padding = new System.Windows.Forms.Padding(2);
this.Parameters.Size = new System.Drawing.Size(879, 159);
this.Parameters.TabIndex = 1;
this.Parameters.TabStop = false;
this.Parameters.Text = "Parameter";
this.Parameters.TextColor = System.Drawing.Color.Black;
//
// clearResult
//
this.clearResult.AutoSize = true;
this.clearResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.clearResult.Location = new System.Drawing.Point(763, 129);
this.clearResult.Margin = new System.Windows.Forms.Padding(2);
this.clearResult.Name = "clearResult";
this.clearResult.Size = new System.Drawing.Size(111, 25);
this.clearResult.TabIndex = 3;
this.clearResult.Text = "clearResult";
this.clearResult.UseVisualStyleBackColor = true;
//
// clearPara
//
this.clearPara.AutoSize = true;
this.clearPara.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.clearPara.Location = new System.Drawing.Point(648, 129);
this.clearPara.Margin = new System.Windows.Forms.Padding(2);
this.clearPara.Name = "clearPara";
this.clearPara.Size = new System.Drawing.Size(99, 25);
this.clearPara.TabIndex = 2;
this.clearPara.Text = "clearPara";
this.clearPara.UseVisualStyleBackColor = true;
//
// clear
//
this.clear.Font = new System.Drawing.Font("微软雅黑", 9F);
this.clear.Location = new System.Drawing.Point(455, 123);
this.clear.Margin = new System.Windows.Forms.Padding(2);
this.clear.Name = "clear";
this.clear.Size = new System.Drawing.Size(61, 28);
this.clear.TabIndex = 1;
this.clear.Text = "clear";
this.clear.UseVisualStyleBackColor = true;
this.clear.Click += new System.EventHandler(this.clear_Click);
//
// confirm
//
this.confirm.Font = new System.Drawing.Font("微软雅黑", 9F);
this.confirm.Location = new System.Drawing.Point(362, 123);
this.confirm.Margin = new System.Windows.Forms.Padding(2);
this.confirm.Name = "confirm";
this.confirm.Size = new System.Drawing.Size(63, 28);
this.confirm.TabIndex = 0;
this.confirm.Text = "confirm";
this.confirm.UseVisualStyleBackColor = true;
this.confirm.Click += new System.EventHandler(this.confirm_Click);
//
// Methods
//
this.Methods.BorderColor = System.Drawing.Color.Black;
this.Methods.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Methods.Location = new System.Drawing.Point(23, 8);
this.Methods.Margin = new System.Windows.Forms.Padding(2);
this.Methods.Name = "Methods";
this.Methods.Padding = new System.Windows.Forms.Padding(2);
this.Methods.Size = new System.Drawing.Size(879, 148);
this.Methods.TabIndex = 0;
this.Methods.TabStop = false;
this.Methods.Text = "Method";
this.Methods.TextColor = System.Drawing.Color.Black;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(913, 471);
this.Controls.Add(this.Result);
this.Controls.Add(this.Parameters);
this.Controls.Add(this.Methods);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "Form1";
this.Text = "UAS_DLL测试工具";
this.Load += new System.EventHandler(this.Form1_Load);
this.Result.ResumeLayout(false);
this.Parameters.ResumeLayout(false);
this.Parameters.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private GroupBoxwithborder Methods;
private GroupBoxwithborder Parameters;
private GroupBoxwithborder Result;
private System.Windows.Forms.CheckBox clearResult;
private System.Windows.Forms.CheckBox clearPara;
private System.Windows.Forms.Button clear;
private System.Windows.Forms.Button confirm;
private System.Windows.Forms.RichTextBox operateResult;
}
}