namespace PMSUI.UI.库位状态显示
{
partial class FrmShowWareHouseStatus
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.btn_Up1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btn_Up2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btn_Up1
//
this.btn_Up1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Up1.Font = new System.Drawing.Font("宋体", 35F);
this.btn_Up1.Location = new System.Drawing.Point(57, 181);
this.btn_Up1.Name = "btn_Up1";
this.btn_Up1.Size = new System.Drawing.Size(327, 209);
this.btn_Up1.TabIndex = 0;
this.btn_Up1.Text = "41";
this.btn_Up1.UseVisualStyleBackColor = true;
this.btn_Up1.Click += new System.EventHandler(this.btn_Up1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 35F);
this.label1.Location = new System.Drawing.Point(41, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(181, 94);
this.label1.TabIndex = 1;
this.label1.Text = "空:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Red;
this.label2.Font = new System.Drawing.Font("宋体", 35F);
this.label2.Location = new System.Drawing.Point(203, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(181, 94);
this.label2.TabIndex = 1;
this.label2.Text = " ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 35F);
this.label3.Location = new System.Drawing.Point(422, 28);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(181, 94);
this.label3.TabIndex = 1;
this.label3.Text = "满:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Green;
this.label4.Font = new System.Drawing.Font("宋体", 35F);
this.label4.Location = new System.Drawing.Point(597, 28);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(181, 94);
this.label4.TabIndex = 1;
this.label4.Text = " ";
//
// btn_Up2
//
this.btn_Up2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Up2.Font = new System.Drawing.Font("宋体", 35F);
this.btn_Up2.Location = new System.Drawing.Point(438, 181);
this.btn_Up2.Name = "btn_Up2";
this.btn_Up2.Size = new System.Drawing.Size(340, 209);
this.btn_Up2.TabIndex = 0;
this.btn_Up2.Text = "42";
this.btn_Up2.UseVisualStyleBackColor = true;
this.btn_Up2.Click += new System.EventHandler(this.btn_Up2_Click);
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("宋体", 35F);
this.button1.Location = new System.Drawing.Point(219, 405);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(384, 159);
this.button1.TabIndex = 2;
this.button1.Text = "刷新";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// FrmShowWareHouseStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(949, 576);
this.Controls.Add(this.button1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_Up2);
this.Controls.Add(this.btn_Up1);
this.Name = "FrmShowWareHouseStatus";
this.Text = "库位状态显示";
this.Load += new System.EventHandler(this.FrmShowWareHouseStatus_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_Up1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btn_Up2;
private System.Windows.Forms.Button button1;
}
}