namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_0503 { /// /// 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_0503)); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtKilnCarNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtBarcodeStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.SuspendLayout(); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.CausesValidation = false; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(246, 170); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 9; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // 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(155, 170); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 8; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // 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(13, 15); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 0; this.c_Label1.Text = "产品条码"; // // txtBarcode // this.txtBarcode.BackColor = System.Drawing.SystemColors.Window; this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBarcode.ErrorMessage = ""; this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarcode.Location = new System.Drawing.Point(72, 12); this.txtBarcode.MaxLength = 11; this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(258, 21); this.txtBarcode.TabIndex = 1; this.txtBarcode.TextValue = ""; this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress); // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.Location = new System.Drawing.Point(13, 42); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 2; this.c_Label2.Text = "产品编码"; // // txtGoodsCode // this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Control; this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGoodsCode.ErrorMessage = ""; this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGoodsCode.Location = new System.Drawing.Point(72, 39); this.txtGoodsCode.Name = "txtGoodsCode"; this.txtGoodsCode.ReadOnly = true; this.txtGoodsCode.Size = new System.Drawing.Size(258, 21); this.txtGoodsCode.TabIndex = 3; this.txtGoodsCode.TextValue = ""; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.Location = new System.Drawing.Point(13, 69); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 4; this.c_Label3.Text = "产品名称"; // // txtGoodsName // this.txtGoodsName.BackColor = System.Drawing.SystemColors.Control; this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGoodsName.ErrorMessage = ""; this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGoodsName.Location = new System.Drawing.Point(72, 66); this.txtGoodsName.Name = "txtGoodsName"; this.txtGoodsName.ReadOnly = true; this.txtGoodsName.Size = new System.Drawing.Size(258, 21); this.txtGoodsName.TabIndex = 5; this.txtGoodsName.TextValue = ""; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.Location = new System.Drawing.Point(25, 96); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(41, 12); this.c_Label4.TabIndex = 6; this.c_Label4.Text = "窑车号"; // // txtKilnCarNo // this.txtKilnCarNo.BackColor = System.Drawing.SystemColors.Control; this.txtKilnCarNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtKilnCarNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtKilnCarNo.ErrorMessage = ""; this.txtKilnCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtKilnCarNo.Location = new System.Drawing.Point(72, 93); this.txtKilnCarNo.Name = "txtKilnCarNo"; this.txtKilnCarNo.ReadOnly = true; this.txtKilnCarNo.Size = new System.Drawing.Size(258, 21); this.txtKilnCarNo.TabIndex = 7; this.txtKilnCarNo.TextValue = ""; // // lblStatus // this.lblStatus.AutoSize = true; this.lblStatus.BackColor = System.Drawing.Color.Transparent; this.lblStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblStatus.Location = new System.Drawing.Point(13, 123); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(53, 12); this.lblStatus.TabIndex = 6; this.lblStatus.Text = "条码状态"; // // txtBarcodeStatus // this.txtBarcodeStatus.BackColor = System.Drawing.SystemColors.Control; this.txtBarcodeStatus.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarcodeStatus.ErrorMessage = ""; this.txtBarcodeStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarcodeStatus.Location = new System.Drawing.Point(72, 120); this.txtBarcodeStatus.Multiline = true; this.txtBarcodeStatus.Name = "txtBarcodeStatus"; this.txtBarcodeStatus.ReadOnly = true; this.txtBarcodeStatus.Size = new System.Drawing.Size(258, 44); this.txtBarcodeStatus.TabIndex = 7; this.txtBarcodeStatus.TextValue = ""; // // F_PM_0503 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(343, 225); this.Controls.Add(this.txtBarcodeStatus); this.Controls.Add(this.lblStatus); this.Controls.Add(this.txtKilnCarNo); this.Controls.Add(this.c_Label4); this.Controls.Add(this.txtGoodsName); this.Controls.Add(this.c_Label3); this.Controls.Add(this.txtGoodsCode); this.Controls.Add(this.c_Label2); this.Controls.Add(this.txtBarcode); this.Controls.Add(this.c_Label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_0503"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "撤销装车"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0503_FormClosing); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtBarcode, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.txtGoodsCode, 0); this.Controls.SetChildIndex(this.c_Label3, 0); this.Controls.SetChildIndex(this.txtGoodsName, 0); this.Controls.SetChildIndex(this.c_Label4, 0); this.Controls.SetChildIndex(this.txtKilnCarNo, 0); this.Controls.SetChildIndex(this.lblStatus, 0); this.Controls.SetChildIndex(this.txtBarcodeStatus, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TextBox txtBarcode; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtGoodsCode; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_TextBox txtGoodsName; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_TextBox txtKilnCarNo; private Basics.BaseControls.C_Label lblStatus; private Basics.BaseControls.C_TextBox txtBarcodeStatus; } }