namespace AUCMA.STORE { partial class StoreLocationInfo { /// /// 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.tb_LOCATION_CODE = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tb_LOCATION_NAME = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tb_MATERIAL_TYPE = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cb_LOCATION_STATUS = new System.Windows.Forms.ComboBox(); this.btn_OK = new System.Windows.Forms.Button(); this.btn_Cancle = new System.Windows.Forms.Button(); this.SuspendLayout(); // // tb_LOCATION_CODE // this.tb_LOCATION_CODE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.tb_LOCATION_CODE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tb_LOCATION_CODE.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_LOCATION_CODE.ForeColor = System.Drawing.Color.LightGreen; this.tb_LOCATION_CODE.Location = new System.Drawing.Point(214, 12); this.tb_LOCATION_CODE.Name = "tb_LOCATION_CODE"; this.tb_LOCATION_CODE.ReadOnly = true; this.tb_LOCATION_CODE.Size = new System.Drawing.Size(157, 41); this.tb_LOCATION_CODE.TabIndex = 440; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.LightGreen; this.label1.Location = new System.Drawing.Point(50, 80); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(158, 29); this.label1.TabIndex = 439; this.label1.Text = "库位名称:"; // // tb_LOCATION_NAME // this.tb_LOCATION_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.tb_LOCATION_NAME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tb_LOCATION_NAME.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_LOCATION_NAME.ForeColor = System.Drawing.Color.LightGreen; this.tb_LOCATION_NAME.Location = new System.Drawing.Point(214, 78); this.tb_LOCATION_NAME.Name = "tb_LOCATION_NAME"; this.tb_LOCATION_NAME.ReadOnly = true; this.tb_LOCATION_NAME.Size = new System.Drawing.Size(157, 41); this.tb_LOCATION_NAME.TabIndex = 442; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.LightGreen; this.label2.Location = new System.Drawing.Point(52, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(158, 29); this.label2.TabIndex = 441; this.label2.Text = "库位编号:"; // // tb_MATERIAL_TYPE // this.tb_MATERIAL_TYPE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.tb_MATERIAL_TYPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tb_MATERIAL_TYPE.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_MATERIAL_TYPE.ForeColor = System.Drawing.Color.LightGreen; this.tb_MATERIAL_TYPE.Location = new System.Drawing.Point(214, 147); this.tb_MATERIAL_TYPE.Name = "tb_MATERIAL_TYPE"; this.tb_MATERIAL_TYPE.ReadOnly = true; this.tb_MATERIAL_TYPE.Size = new System.Drawing.Size(157, 41); this.tb_MATERIAL_TYPE.TabIndex = 444; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.LightGreen; this.label3.Location = new System.Drawing.Point(50, 149); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(158, 29); this.label3.TabIndex = 443; this.label3.Text = "物料类别:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.LightGreen; this.label4.Location = new System.Drawing.Point(52, 215); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(158, 29); this.label4.TabIndex = 445; this.label4.Text = "库位状态:"; // // cb_LOCATION_STATUS // this.cb_LOCATION_STATUS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.cb_LOCATION_STATUS.Font = new System.Drawing.Font("宋体", 21.75F); this.cb_LOCATION_STATUS.ForeColor = System.Drawing.Color.LightGreen; this.cb_LOCATION_STATUS.FormattingEnabled = true; this.cb_LOCATION_STATUS.Items.AddRange(new object[] { "锁库", "占用", "空闲", "异常"}); this.cb_LOCATION_STATUS.Location = new System.Drawing.Point(214, 215); this.cb_LOCATION_STATUS.Name = "cb_LOCATION_STATUS"; this.cb_LOCATION_STATUS.Size = new System.Drawing.Size(155, 37); this.cb_LOCATION_STATUS.TabIndex = 446; // // btn_OK // this.btn_OK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.btn_OK.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_OK.ForeColor = System.Drawing.Color.LightGreen; this.btn_OK.Location = new System.Drawing.Point(87, 281); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(95, 48); this.btn_OK.TabIndex = 449; this.btn_OK.Text = "确定"; this.btn_OK.UseVisualStyleBackColor = false; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // btn_Cancle // this.btn_Cancle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.btn_Cancle.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Cancle.ForeColor = System.Drawing.Color.LightGreen; this.btn_Cancle.Location = new System.Drawing.Point(258, 281); this.btn_Cancle.Name = "btn_Cancle"; this.btn_Cancle.Size = new System.Drawing.Size(95, 48); this.btn_Cancle.TabIndex = 450; this.btn_Cancle.Text = "取消"; this.btn_Cancle.UseVisualStyleBackColor = false; this.btn_Cancle.Click += new System.EventHandler(this.btn_Cancle_Click); // // StoreLocationInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.ClientSize = new System.Drawing.Size(450, 341); this.Controls.Add(this.btn_Cancle); this.Controls.Add(this.btn_OK); this.Controls.Add(this.cb_LOCATION_STATUS); this.Controls.Add(this.label4); this.Controls.Add(this.tb_MATERIAL_TYPE); this.Controls.Add(this.label3); this.Controls.Add(this.tb_LOCATION_NAME); this.Controls.Add(this.label2); this.Controls.Add(this.tb_LOCATION_CODE); this.Controls.Add(this.label1); this.Name = "StoreLocationInfo"; this.Text = "StoreLocationInfo"; this.Load += new System.EventHandler(this.StoreLocationInfo_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox tb_LOCATION_CODE; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tb_LOCATION_NAME; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tb_MATERIAL_TYPE; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cb_LOCATION_STATUS; private System.Windows.Forms.Button btn_OK; private System.Windows.Forms.Button btn_Cancle; } }