namespace ICSSoft.Frame.APP
{
partial class FormICSPOArriveLOTCreate
{
///
/// 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(FormICSPOArriveLOTCreate));
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txtBatch = new DevExpress.XtraEditors.TextEdit();
this.txtVenBatch = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.txtNowNo = new System.Windows.Forms.TextBox();
this.txtNowPackQty = new System.Windows.Forms.TextBox();
this.txtNowQty = new System.Windows.Forms.TextBox();
this.chkBtnPack = new DevExpress.XtraEditors.CheckButton();
this.chkBtnNo = new DevExpress.XtraEditors.CheckButton();
this.chkBtnAll = new DevExpress.XtraEditors.CheckButton();
this.txtAllNo = new DevExpress.XtraEditors.TextEdit();
this.txtAllQty = new DevExpress.XtraEditors.TextEdit();
this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
this.txtSumNo = new DevExpress.XtraEditors.TextEdit();
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
this.txtSumQty = new DevExpress.XtraEditors.TextEdit();
this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
this.btnLabelCreate = new DevExpress.XtraEditors.SimpleButton();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBatch.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVenBatch.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAllNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAllQty.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSumNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSumQty.Properties)).BeginInit();
this.SuspendLayout();
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.Red;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(12, 7);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(153, 23);
this.lblTitle.TabIndex = 19;
this.lblTitle.Text = "采购到货单生成条码";
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Appearance.Options.UseForeColor = true;
this.btnClose.Appearance.Options.UseTextOptions = true;
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(673, 3);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 30);
this.btnClose.TabIndex = 14;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.txtBatch);
this.panelControl1.Controls.Add(this.txtVenBatch);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.txtNowNo);
this.panelControl1.Controls.Add(this.txtNowPackQty);
this.panelControl1.Controls.Add(this.txtNowQty);
this.panelControl1.Controls.Add(this.chkBtnPack);
this.panelControl1.Controls.Add(this.chkBtnNo);
this.panelControl1.Controls.Add(this.chkBtnAll);
this.panelControl1.Controls.Add(this.txtAllNo);
this.panelControl1.Controls.Add(this.txtAllQty);
this.panelControl1.Controls.Add(this.labelControl25);
this.panelControl1.Controls.Add(this.txtSumNo);
this.panelControl1.Controls.Add(this.labelControl22);
this.panelControl1.Controls.Add(this.labelControl24);
this.panelControl1.Controls.Add(this.labelControl23);
this.panelControl1.Controls.Add(this.txtSumQty);
this.panelControl1.Controls.Add(this.labelControl21);
this.panelControl1.Location = new System.Drawing.Point(1, 36);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(699, 143);
this.panelControl1.TabIndex = 25;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(248, 115);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(36, 14);
this.labelControl2.TabIndex = 141;
this.labelControl2.Text = "批次号";
//
// txtBatch
//
this.txtBatch.Location = new System.Drawing.Point(338, 112);
this.txtBatch.Name = "txtBatch";
this.txtBatch.Size = new System.Drawing.Size(100, 20);
this.txtBatch.TabIndex = 140;
//
// txtVenBatch
//
this.txtVenBatch.Location = new System.Drawing.Point(110, 112);
this.txtVenBatch.Name = "txtVenBatch";
this.txtVenBatch.Size = new System.Drawing.Size(100, 20);
this.txtVenBatch.TabIndex = 139;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(20, 115);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(72, 14);
this.labelControl1.TabIndex = 138;
this.labelControl1.Text = "供应商炉批号";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(248, 61);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(48, 14);
this.labelControl3.TabIndex = 137;
this.labelControl3.Text = "生成数量";
//
// txtNowNo
//
this.txtNowNo.Enabled = false;
this.txtNowNo.Location = new System.Drawing.Point(556, 58);
this.txtNowNo.Name = "txtNowNo";
this.txtNowNo.Size = new System.Drawing.Size(100, 22);
this.txtNowNo.TabIndex = 11;
//
// txtNowPackQty
//
this.txtNowPackQty.Location = new System.Drawing.Point(338, 58);
this.txtNowPackQty.Name = "txtNowPackQty";
this.txtNowPackQty.Size = new System.Drawing.Size(100, 22);
this.txtNowPackQty.TabIndex = 10;
this.txtNowPackQty.TextChanged += new System.EventHandler(this.txtNowPackQty_TextChanged);
this.txtNowPackQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNowQty_KeyDown);
//
// txtNowQty
//
this.txtNowQty.Location = new System.Drawing.Point(110, 58);
this.txtNowQty.Name = "txtNowQty";
this.txtNowQty.Size = new System.Drawing.Size(100, 22);
this.txtNowQty.TabIndex = 9;
this.txtNowQty.TextChanged += new System.EventHandler(this.txtNowQty_TextChanged);
this.txtNowQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNowQty_KeyDown);
//
// chkBtnPack
//
this.chkBtnPack.Image = ((System.Drawing.Image)(resources.GetObject("chkBtnPack.Image")));
this.chkBtnPack.Location = new System.Drawing.Point(441, 58);
this.chkBtnPack.Margin = new System.Windows.Forms.Padding(0);
this.chkBtnPack.Name = "chkBtnPack";
this.chkBtnPack.Size = new System.Drawing.Size(20, 22);
this.chkBtnPack.TabIndex = 8;
this.chkBtnPack.Visible = false;
this.chkBtnPack.CheckedChanged += new System.EventHandler(this.chkBtnPack_CheckedChanged);
//
// chkBtnNo
//
this.chkBtnNo.Image = ((System.Drawing.Image)(resources.GetObject("chkBtnNo.Image")));
this.chkBtnNo.Location = new System.Drawing.Point(662, 58);
this.chkBtnNo.Name = "chkBtnNo";
this.chkBtnNo.Size = new System.Drawing.Size(20, 22);
this.chkBtnNo.TabIndex = 8;
this.chkBtnNo.Visible = false;
this.chkBtnNo.CheckedChanged += new System.EventHandler(this.chkBtnNo_CheckedChanged);
//
// chkBtnAll
//
this.chkBtnAll.Image = ((System.Drawing.Image)(resources.GetObject("chkBtnAll.Image")));
this.chkBtnAll.Location = new System.Drawing.Point(216, 58);
this.chkBtnAll.Name = "chkBtnAll";
this.chkBtnAll.Size = new System.Drawing.Size(20, 22);
this.chkBtnAll.TabIndex = 8;
this.chkBtnAll.Visible = false;
this.chkBtnAll.CheckedChanged += new System.EventHandler(this.chkBtnAll_CheckedChanged);
//
// txtAllNo
//
this.txtAllNo.Location = new System.Drawing.Point(338, 86);
this.txtAllNo.Name = "txtAllNo";
this.txtAllNo.Properties.ReadOnly = true;
this.txtAllNo.Size = new System.Drawing.Size(100, 20);
this.txtAllNo.TabIndex = 7;
this.txtAllNo.Visible = false;
//
// txtAllQty
//
this.txtAllQty.Location = new System.Drawing.Point(110, 86);
this.txtAllQty.Name = "txtAllQty";
this.txtAllQty.Properties.ReadOnly = true;
this.txtAllQty.Size = new System.Drawing.Size(100, 20);
this.txtAllQty.TabIndex = 6;
this.txtAllQty.Visible = false;
//
// labelControl25
//
this.labelControl25.Location = new System.Drawing.Point(20, 89);
this.labelControl25.Name = "labelControl25";
this.labelControl25.Size = new System.Drawing.Size(24, 14);
this.labelControl25.TabIndex = 5;
this.labelControl25.Text = "合计";
this.labelControl25.Visible = false;
//
// txtSumNo
//
this.txtSumNo.Location = new System.Drawing.Point(338, 14);
this.txtSumNo.Name = "txtSumNo";
this.txtSumNo.Properties.ReadOnly = true;
this.txtSumNo.Size = new System.Drawing.Size(100, 20);
this.txtSumNo.TabIndex = 4;
//
// labelControl22
//
this.labelControl22.Location = new System.Drawing.Point(20, 17);
this.labelControl22.Name = "labelControl22";
this.labelControl22.Size = new System.Drawing.Size(84, 14);
this.labelControl22.TabIndex = 3;
this.labelControl22.Text = "条码生成总数量";
//
// labelControl24
//
this.labelControl24.Location = new System.Drawing.Point(20, 61);
this.labelControl24.Name = "labelControl24";
this.labelControl24.Size = new System.Drawing.Size(72, 14);
this.labelControl24.TabIndex = 3;
this.labelControl24.Text = "本次生成总数";
//
// labelControl23
//
this.labelControl23.Location = new System.Drawing.Point(478, 61);
this.labelControl23.Name = "labelControl23";
this.labelControl23.Size = new System.Drawing.Size(72, 14);
this.labelControl23.TabIndex = 3;
this.labelControl23.Text = "本次生成张数";
//
// txtSumQty
//
this.txtSumQty.Location = new System.Drawing.Point(110, 14);
this.txtSumQty.Name = "txtSumQty";
this.txtSumQty.Properties.ReadOnly = true;
this.txtSumQty.Size = new System.Drawing.Size(100, 20);
this.txtSumQty.TabIndex = 4;
//
// labelControl21
//
this.labelControl21.Location = new System.Drawing.Point(248, 17);
this.labelControl21.Name = "labelControl21";
this.labelControl21.Size = new System.Drawing.Size(84, 14);
this.labelControl21.TabIndex = 3;
this.labelControl21.Text = "条码生成总张数";
//
// btnLabelCreate
//
this.btnLabelCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLabelCreate.Appearance.ForeColor = System.Drawing.Color.White;
this.btnLabelCreate.Appearance.Options.UseFont = true;
this.btnLabelCreate.Appearance.Options.UseForeColor = true;
this.btnLabelCreate.Appearance.Options.UseTextOptions = true;
this.btnLabelCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnLabelCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnLabelCreate.Image")));
this.btnLabelCreate.Location = new System.Drawing.Point(518, 181);
this.btnLabelCreate.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnLabelCreate.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnLabelCreate.Name = "btnLabelCreate";
this.btnLabelCreate.Size = new System.Drawing.Size(55, 30);
this.btnLabelCreate.TabIndex = 10;
this.btnLabelCreate.Text = "保存";
this.btnLabelCreate.Click += new System.EventHandler(this.btnLabelCreate_Click);
//
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnExit.Appearance.Options.UseFont = true;
this.btnExit.Appearance.Options.UseForeColor = true;
this.btnExit.Appearance.Options.UseTextOptions = true;
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.Location = new System.Drawing.Point(602, 181);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(55, 30);
this.btnExit.TabIndex = 26;
this.btnExit.Text = "取消";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// FormICSPOArriveLOTCreate
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(701, 214);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnLabelCreate);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSPOArriveLOTCreate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBatch.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVenBatch.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAllNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAllQty.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSumNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSumQty.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnLabelCreate;
private DevExpress.XtraEditors.LabelControl labelControl25;
private DevExpress.XtraEditors.TextEdit txtSumNo;
private DevExpress.XtraEditors.LabelControl labelControl22;
private DevExpress.XtraEditors.LabelControl labelControl24;
private DevExpress.XtraEditors.LabelControl labelControl23;
private DevExpress.XtraEditors.TextEdit txtSumQty;
private DevExpress.XtraEditors.LabelControl labelControl21;
private DevExpress.XtraEditors.TextEdit txtAllNo;
private DevExpress.XtraEditors.TextEdit txtAllQty;
private DevExpress.XtraEditors.CheckButton chkBtnAll;
private DevExpress.XtraEditors.CheckButton chkBtnPack;
private DevExpress.XtraEditors.CheckButton chkBtnNo;
private DevExpress.XtraEditors.SimpleButton btnExit;
private System.Windows.Forms.TextBox txtNowNo;
private System.Windows.Forms.TextBox txtNowPackQty;
private System.Windows.Forms.TextBox txtNowQty;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit txtBatch;
private DevExpress.XtraEditors.TextEdit txtVenBatch;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
}
}