namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_0505
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0505));
this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblSKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtSKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblSKBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtSKBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.pnlBack.SuspendLayout();
this.SuspendLayout();
//
// pnlBack
//
this.pnlBack.Controls.Add(this.txtRemarks);
this.pnlBack.Controls.Add(this.lblRemarks);
this.pnlBack.Controls.Add(this.lblKiln);
this.pnlBack.Controls.Add(this.lblSKBatchNo);
this.pnlBack.Controls.Add(this.txtSKBatchNo);
this.pnlBack.Controls.Add(this.lblSKDate);
this.pnlBack.Controls.Add(this.txtSKDate);
this.pnlBack.Controls.Add(this.txtKiln);
this.pnlBack.Controls.Add(this.btnSave);
this.pnlBack.Size = new System.Drawing.Size(287, 268);
//
// lblKiln
//
this.lblKiln.AutoSize = true;
this.lblKiln.BackColor = System.Drawing.Color.Transparent;
this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblKiln.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblKiln.Location = new System.Drawing.Point(12, 24);
this.lblKiln.Name = "lblKiln";
this.lblKiln.Size = new System.Drawing.Size(53, 12);
this.lblKiln.TabIndex = 0;
this.lblKiln.Text = "窑炉编码";
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(189, 224);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 19;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtKiln
//
this.txtKiln.BackColor = System.Drawing.Color.Yellow;
this.txtKiln.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtKiln.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtKiln.ErrorMessage = "";
this.txtKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtKiln.IsMustInput = true;
this.txtKiln.Location = new System.Drawing.Point(71, 21);
this.txtKiln.MaxLength = 20;
this.txtKiln.Name = "txtKiln";
this.txtKiln.Size = new System.Drawing.Size(205, 21);
this.txtKiln.TabIndex = 30;
this.txtKiln.TextValue = "";
this.txtKiln.TextChanged += new System.EventHandler(this.txtKiln_TextChanged);
this.txtKiln.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKiln_KeyPress);
//
// lblSKDate
//
this.lblSKDate.AutoSize = true;
this.lblSKDate.BackColor = System.Drawing.Color.Transparent;
this.lblSKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSKDate.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblSKDate.Location = new System.Drawing.Point(36, 51);
this.lblSKDate.Name = "lblSKDate";
this.lblSKDate.Size = new System.Drawing.Size(29, 12);
this.lblSKDate.TabIndex = 31;
this.lblSKDate.Text = "财年";
//
// txtSKDate
//
this.txtSKDate.BackColor = System.Drawing.SystemColors.Control;
this.txtSKDate.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtSKDate.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtSKDate.ErrorMessage = "";
this.txtSKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSKDate.Location = new System.Drawing.Point(71, 48);
this.txtSKDate.MaxLength = 20;
this.txtSKDate.Name = "txtSKDate";
this.txtSKDate.ReadOnly = true;
this.txtSKDate.Size = new System.Drawing.Size(205, 21);
this.txtSKDate.TabIndex = 32;
this.txtSKDate.TextValue = "";
//
// lblSKBatchNo
//
this.lblSKBatchNo.AutoSize = true;
this.lblSKBatchNo.BackColor = System.Drawing.Color.Transparent;
this.lblSKBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSKBatchNo.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblSKBatchNo.Location = new System.Drawing.Point(12, 78);
this.lblSKBatchNo.Name = "lblSKBatchNo";
this.lblSKBatchNo.Size = new System.Drawing.Size(53, 12);
this.lblSKBatchNo.TabIndex = 33;
this.lblSKBatchNo.Text = "当前窑号";
//
// txtSKBatchNo
//
this.txtSKBatchNo.BackColor = System.Drawing.SystemColors.Control;
this.txtSKBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtSKBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtSKBatchNo.ErrorMessage = "";
this.txtSKBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSKBatchNo.Location = new System.Drawing.Point(71, 75);
this.txtSKBatchNo.MaxLength = 20;
this.txtSKBatchNo.Name = "txtSKBatchNo";
this.txtSKBatchNo.ReadOnly = true;
this.txtSKBatchNo.Size = new System.Drawing.Size(205, 21);
this.txtSKBatchNo.TabIndex = 34;
this.txtSKBatchNo.TextValue = "";
//
// txtRemarks
//
this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRemarks.ErrorMessage = "";
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.Location = new System.Drawing.Point(71, 105);
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(205, 107);
this.txtRemarks.TabIndex = 36;
this.txtRemarks.TextValue = "";
//
// lblRemarks
//
this.lblRemarks.AutoSize = true;
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.Location = new System.Drawing.Point(36, 108);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRemarks.TabIndex = 35;
this.lblRemarks.Text = "备注";
//
// F_PM_0505
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(287, 290);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "F_PM_0505";
this.Text = "梭式窑入窑";
this.Load += new System.EventHandler(this.F_PM_0505_Load);
this.pnlBack.ResumeLayout(false);
this.pnlBack.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblKiln;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_TextBox txtKiln;
private Basics.BaseControls.C_Label lblSKBatchNo;
private Basics.BaseControls.C_TextBox txtSKBatchNo;
private Basics.BaseControls.C_Label lblSKDate;
private Basics.BaseControls.C_TextBox txtSKDate;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_Label lblRemarks;
}
}