namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_0603 { /// /// 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_0603)); this.txtKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtKilnCarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.SuspendLayout(); // // txtKiln // this.txtKiln.BackColor = System.Drawing.SystemColors.Window; 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.Location = new System.Drawing.Point(91, 17); this.txtKiln.MaxLength = 20; this.txtKiln.Name = "txtKiln"; this.txtKiln.Size = new System.Drawing.Size(176, 21); this.txtKiln.TabIndex = 3; this.txtKiln.TextValue = ""; this.txtKiln.Validating += new System.ComponentModel.CancelEventHandler(this.txtKiln_Validating); // // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblKiln.IsMustInput = true; this.lblKiln.Location = new System.Drawing.Point(22, 20); this.lblKiln.Name = "lblKiln"; this.lblKiln.Size = new System.Drawing.Size(53, 12); this.lblKiln.TabIndex = 7; this.lblKiln.Text = "窑炉编码"; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.c_Label1.IsMustInput = true; this.c_Label1.Location = new System.Drawing.Point(22, 53); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 8; this.c_Label1.Text = "窑炉车号"; // // txtKilnCarCode // this.txtKilnCarCode.BackColor = System.Drawing.SystemColors.Window; this.txtKilnCarCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtKilnCarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtKilnCarCode.ErrorMessage = ""; this.txtKilnCarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtKilnCarCode.Location = new System.Drawing.Point(91, 50); this.txtKilnCarCode.MaxLength = 50; this.txtKilnCarCode.Name = "txtKilnCarCode"; this.txtKilnCarCode.Size = new System.Drawing.Size(176, 21); this.txtKilnCarCode.TabIndex = 0; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.CausesValidation = false; this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(182, 80); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 2; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; // // 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(91, 80); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 1; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // F_PM_0603 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(284, 147); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSave); this.Controls.Add(this.c_Label1); this.Controls.Add(this.txtKilnCarCode); this.Controls.Add(this.txtKiln); this.Controls.Add(this.lblKiln); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_0603"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "撤销入窑"; this.Load += new System.EventHandler(this.F_PM_0603_Load); this.Controls.SetChildIndex(this.lblKiln, 0); this.Controls.SetChildIndex(this.txtKiln, 0); this.Controls.SetChildIndex(this.txtKilnCarCode, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_TextBox txtKiln; private Basics.BaseControls.C_Label lblKiln; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TextBox txtKilnCarCode; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnSave; } }