namespace VirtualSrm
|
{
|
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.btnStacker1 = new System.Windows.Forms.Button();
|
this.btnStacker2 = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// btnStacker1
|
//
|
this.btnStacker1.BackColor = System.Drawing.SystemColors.Highlight;
|
this.btnStacker1.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnStacker1.Location = new System.Drawing.Point(12, 12);
|
this.btnStacker1.Name = "btnStacker1";
|
this.btnStacker1.Size = new System.Drawing.Size(113, 95);
|
this.btnStacker1.TabIndex = 0;
|
this.btnStacker1.Text = "堆垛机1";
|
this.btnStacker1.UseVisualStyleBackColor = false;
|
this.btnStacker1.Click += new System.EventHandler(this.button_Click);
|
//
|
// btnStacker2
|
//
|
this.btnStacker2.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
this.btnStacker2.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnStacker2.Location = new System.Drawing.Point(144, 12);
|
this.btnStacker2.Name = "btnStacker2";
|
this.btnStacker2.Size = new System.Drawing.Size(113, 95);
|
this.btnStacker2.TabIndex = 1;
|
this.btnStacker2.Text = "堆垛机2";
|
this.btnStacker2.UseVisualStyleBackColor = false;
|
this.btnStacker2.Click += new System.EventHandler(this.button_Click);
|
//
|
// MainForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(274, 121);
|
this.Controls.Add(this.btnStacker2);
|
this.Controls.Add(this.btnStacker1);
|
this.Name = "MainForm";
|
this.Text = "堆垛机";
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button btnStacker1;
|
private System.Windows.Forms.Button btnStacker2;
|
}
|
}
|