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.
285 lines
16 KiB
285 lines
16 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSWareHouseLotAdd
|
|
{
|
|
/// <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(FormICSWareHouseLotAdd));
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtItemName = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtnewLotNO = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtLotQty = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtnumber = new System.Windows.Forms.TextBox();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtLotNO = new DevExpress.XtraEditors.TextEdit();
|
|
this.save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.can = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtnewLotNO.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLotQty.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLotNO.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(387, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(30, 38);
|
|
this.btnClose.TabIndex = 5;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// 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(1, 2);
|
|
this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(185, 29);
|
|
this.lblTitle.TabIndex = 6;
|
|
this.lblTitle.Text = " 分批";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(30, 38);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "物料批号:";
|
|
//
|
|
// 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.txtItemName);
|
|
this.panelControl1.Controls.Add(this.labelControl5);
|
|
this.panelControl1.Controls.Add(this.txtnewLotNO);
|
|
this.panelControl1.Controls.Add(this.labelControl4);
|
|
this.panelControl1.Controls.Add(this.txtLotQty);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.txtnumber);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Controls.Add(this.txtLotNO);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 34);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(415, 374);
|
|
this.panelControl1.TabIndex = 23;
|
|
//
|
|
// txtItemName
|
|
//
|
|
this.txtItemName.EnterMoveNextControl = true;
|
|
this.txtItemName.Location = new System.Drawing.Point(137, 162);
|
|
this.txtItemName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtItemName.Name = "txtItemName";
|
|
this.txtItemName.Size = new System.Drawing.Size(241, 24);
|
|
this.txtItemName.TabIndex = 102;
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Location = new System.Drawing.Point(30, 166);
|
|
this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl5.TabIndex = 101;
|
|
this.labelControl5.Text = "存货名称:";
|
|
//
|
|
// txtnewLotNO
|
|
//
|
|
this.txtnewLotNO.EnterMoveNextControl = true;
|
|
this.txtnewLotNO.Location = new System.Drawing.Point(137, 230);
|
|
this.txtnewLotNO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtnewLotNO.Name = "txtnewLotNO";
|
|
this.txtnewLotNO.Size = new System.Drawing.Size(241, 24);
|
|
this.txtnewLotNO.TabIndex = 100;
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(30, 234);
|
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(60, 18);
|
|
this.labelControl4.TabIndex = 99;
|
|
this.labelControl4.Text = "新批号:";
|
|
//
|
|
// txtLotQty
|
|
//
|
|
this.txtLotQty.EnterMoveNextControl = true;
|
|
this.txtLotQty.Location = new System.Drawing.Point(137, 101);
|
|
this.txtLotQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtLotQty.Name = "txtLotQty";
|
|
this.txtLotQty.Size = new System.Drawing.Size(241, 24);
|
|
this.txtLotQty.TabIndex = 98;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(30, 104);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(105, 18);
|
|
this.labelControl3.TabIndex = 97;
|
|
this.labelControl3.Text = "物料在库数量:";
|
|
//
|
|
// txtnumber
|
|
//
|
|
this.txtnumber.Location = new System.Drawing.Point(137, 299);
|
|
this.txtnumber.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtnumber.Name = "txtnumber";
|
|
this.txtnumber.Size = new System.Drawing.Size(241, 26);
|
|
this.txtnumber.TabIndex = 96;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(30, 302);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl2.TabIndex = 95;
|
|
this.labelControl2.Text = "分批数量:";
|
|
//
|
|
// txtLotNO
|
|
//
|
|
this.txtLotNO.EnterMoveNextControl = true;
|
|
this.txtLotNO.Location = new System.Drawing.Point(137, 34);
|
|
this.txtLotNO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtLotNO.Name = "txtLotNO";
|
|
this.txtLotNO.Size = new System.Drawing.Size(241, 24);
|
|
this.txtLotNO.TabIndex = 77;
|
|
//
|
|
// save
|
|
//
|
|
this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.save.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.save.Appearance.Options.UseFont = true;
|
|
this.save.Appearance.Options.UseForeColor = true;
|
|
this.save.Appearance.Options.UseTextOptions = true;
|
|
this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
|
|
this.save.Location = new System.Drawing.Point(254, 412);
|
|
this.save.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.save.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.save.Name = "save";
|
|
this.save.Size = new System.Drawing.Size(80, 38);
|
|
this.save.TabIndex = 81;
|
|
this.save.Text = "保存";
|
|
this.save.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// can
|
|
//
|
|
this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.can.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.can.Appearance.Options.UseFont = true;
|
|
this.can.Appearance.Options.UseForeColor = true;
|
|
this.can.Appearance.Options.UseTextOptions = true;
|
|
this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
|
|
this.can.Location = new System.Drawing.Point(336, 412);
|
|
this.can.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.can.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.can.Name = "can";
|
|
this.can.Size = new System.Drawing.Size(80, 38);
|
|
this.can.TabIndex = 91;
|
|
this.can.Text = "取消";
|
|
this.can.Click += new System.EventHandler(this.can_Click);
|
|
//
|
|
// FormICSWareHouseLotAdd
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(417, 452);
|
|
this.Controls.Add(this.can);
|
|
this.Controls.Add(this.save);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FormICSWareHouseLotAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormContainerAddEdit";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtnewLotNO.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLotQty.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLotNO.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton save;
|
|
private DevExpress.XtraEditors.SimpleButton can;
|
|
private System.Windows.Forms.TextBox txtnumber;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.TextEdit txtLotNO;
|
|
private DevExpress.XtraEditors.TextEdit txtLotQty;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.TextEdit txtnewLotNO;
|
|
private DevExpress.XtraEditors.TextEdit txtItemName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
}
|
|
}
|