namespace iWareTestForm
|
{
|
partial class MainForm
|
{
|
/// <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 Windows Form 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.btn_close = new System.Windows.Forms.Button();
|
this.btn_RCSWCS = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// btn_close
|
//
|
this.btn_close.BackColor = System.Drawing.Color.LightCoral;
|
this.btn_close.Location = new System.Drawing.Point(116, 449);
|
this.btn_close.Margin = new System.Windows.Forms.Padding(4);
|
this.btn_close.Name = "btn_close";
|
this.btn_close.Size = new System.Drawing.Size(387, 86);
|
this.btn_close.TabIndex = 2;
|
this.btn_close.Text = "关闭";
|
this.btn_close.UseVisualStyleBackColor = false;
|
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
|
//
|
// btn_RCSWCS
|
//
|
this.btn_RCSWCS.BackColor = System.Drawing.Color.Cyan;
|
this.btn_RCSWCS.Location = new System.Drawing.Point(116, 216);
|
this.btn_RCSWCS.Margin = new System.Windows.Forms.Padding(4);
|
this.btn_RCSWCS.Name = "btn_RCSWCS";
|
this.btn_RCSWCS.Size = new System.Drawing.Size(387, 86);
|
this.btn_RCSWCS.TabIndex = 3;
|
this.btn_RCSWCS.Text = "任务执行管理测试";
|
this.btn_RCSWCS.UseVisualStyleBackColor = false;
|
this.btn_RCSWCS.Click += new System.EventHandler(this.btn_RCSWCS_Click);
|
//
|
// MainForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(732, 672);
|
this.Controls.Add(this.btn_RCSWCS);
|
this.Controls.Add(this.btn_close);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "MainForm";
|
this.Text = "MainForm";
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button btn_close;
|
private System.Windows.Forms.Button btn_RCSWCS;
|
}
|
}
|