You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
359 lines
20 KiB
359 lines
20 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSMaterielCreate
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSMaterielCreate));
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
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.txtNowPackQty = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtNowNo = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtNowQty = new DevExpress.XtraEditors.TextEdit();
|
|
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.txtAllNo.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAllQty.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSumNo.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowPackQty.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowNo.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowQty.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSumQty.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
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(111, 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(639, 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.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.txtNowPackQty);
|
|
this.panelControl1.Controls.Add(this.txtNowNo);
|
|
this.panelControl1.Controls.Add(this.labelControl24);
|
|
this.panelControl1.Controls.Add(this.labelControl26);
|
|
this.panelControl1.Controls.Add(this.txtNowQty);
|
|
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(665, 128);
|
|
this.panelControl1.TabIndex = 25;
|
|
//
|
|
// chkBtnPack
|
|
//
|
|
this.chkBtnPack.Image = ((System.Drawing.Image)(resources.GetObject("chkBtnPack.Image")));
|
|
this.chkBtnPack.Location = new System.Drawing.Point(408, 67);
|
|
this.chkBtnPack.Margin = new System.Windows.Forms.Padding(0);
|
|
this.chkBtnPack.Name = "chkBtnPack";
|
|
this.chkBtnPack.Size = new System.Drawing.Size(20, 20);
|
|
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(634, 67);
|
|
this.chkBtnNo.Name = "chkBtnNo";
|
|
this.chkBtnNo.Size = new System.Drawing.Size(20, 20);
|
|
this.chkBtnNo.TabIndex = 8;
|
|
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(222, 68);
|
|
this.chkBtnAll.Name = "chkBtnAll";
|
|
this.chkBtnAll.Size = new System.Drawing.Size(20, 20);
|
|
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(390, 95);
|
|
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(122, 95);
|
|
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(32, 98);
|
|
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(334, 23);
|
|
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(32, 26);
|
|
this.labelControl22.Name = "labelControl22";
|
|
this.labelControl22.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl22.TabIndex = 3;
|
|
this.labelControl22.Text = "条码生成总数量";
|
|
//
|
|
// txtNowPackQty
|
|
//
|
|
this.txtNowPackQty.Location = new System.Drawing.Point(308, 67);
|
|
this.txtNowPackQty.Name = "txtNowPackQty";
|
|
this.txtNowPackQty.Properties.Mask.EditMask = "f4";
|
|
this.txtNowPackQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtNowPackQty.Properties.Mask.UseMaskAsDisplayFormat = true;
|
|
this.txtNowPackQty.Size = new System.Drawing.Size(100, 20);
|
|
this.txtNowPackQty.TabIndex = 4;
|
|
this.txtNowPackQty.EditValueChanged += new System.EventHandler(this.txtNowPackQty_EditValueChanged_1);
|
|
this.txtNowPackQty.TextChanged += new System.EventHandler(this.txtNowPackQty_TextChanged);
|
|
this.txtNowPackQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNowPackQty_KeyDown);
|
|
//
|
|
// txtNowNo
|
|
//
|
|
this.txtNowNo.Location = new System.Drawing.Point(534, 68);
|
|
this.txtNowNo.Name = "txtNowNo";
|
|
this.txtNowNo.Properties.Mask.EditMask = "f0";
|
|
this.txtNowNo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtNowNo.Properties.Mask.UseMaskAsDisplayFormat = true;
|
|
this.txtNowNo.Size = new System.Drawing.Size(100, 20);
|
|
this.txtNowNo.TabIndex = 4;
|
|
this.txtNowNo.EditValueChanged += new System.EventHandler(this.txtNowNo_EditValueChanged);
|
|
//
|
|
// labelControl24
|
|
//
|
|
this.labelControl24.Location = new System.Drawing.Point(32, 71);
|
|
this.labelControl24.Name = "labelControl24";
|
|
this.labelControl24.Size = new System.Drawing.Size(72, 14);
|
|
this.labelControl24.TabIndex = 3;
|
|
this.labelControl24.Text = "本次生成总数";
|
|
//
|
|
// labelControl26
|
|
//
|
|
this.labelControl26.Location = new System.Drawing.Point(266, 70);
|
|
this.labelControl26.Name = "labelControl26";
|
|
this.labelControl26.Size = new System.Drawing.Size(36, 14);
|
|
this.labelControl26.TabIndex = 3;
|
|
this.labelControl26.Text = "包装量";
|
|
//
|
|
// txtNowQty
|
|
//
|
|
this.txtNowQty.Location = new System.Drawing.Point(122, 68);
|
|
this.txtNowQty.Name = "txtNowQty";
|
|
this.txtNowQty.Properties.Mask.EditMask = "f4";
|
|
this.txtNowQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtNowQty.Properties.Mask.UseMaskAsDisplayFormat = true;
|
|
this.txtNowQty.Size = new System.Drawing.Size(100, 20);
|
|
this.txtNowQty.TabIndex = 4;
|
|
this.txtNowQty.EditValueChanged += new System.EventHandler(this.txtNowQty_EditValueChanged);
|
|
//
|
|
// labelControl23
|
|
//
|
|
this.labelControl23.Location = new System.Drawing.Point(456, 71);
|
|
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(122, 23);
|
|
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(244, 26);
|
|
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(529, 166);
|
|
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(598, 166);
|
|
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);
|
|
//
|
|
// FormICSMaterielCreate
|
|
//
|
|
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(667, 199);
|
|
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 = "FormICSMaterielCreate";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((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.txtNowPackQty.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowNo.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNowQty.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.TextEdit txtNowNo;
|
|
private DevExpress.XtraEditors.LabelControl labelControl24;
|
|
private DevExpress.XtraEditors.TextEdit txtNowQty;
|
|
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.TextEdit txtNowPackQty;
|
|
private DevExpress.XtraEditors.LabelControl labelControl26;
|
|
private DevExpress.XtraEditors.CheckButton chkBtnAll;
|
|
private DevExpress.XtraEditors.CheckButton chkBtnPack;
|
|
private DevExpress.XtraEditors.CheckButton chkBtnNo;
|
|
private DevExpress.XtraEditors.SimpleButton btnExit;
|
|
}
|
|
}
|