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.
278 lines
15 KiB
278 lines
15 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSPACKINGINPUTADD
|
|
{
|
|
/// <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(FormICSPACKINGINPUTADD));
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtQTY = new DevExpress.XtraEditors.TextEdit();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cBMOBITEMCODE = new System.Windows.Forms.ComboBox();
|
|
this.txtMOBITEMQTY = new DevExpress.XtraEditors.TextEdit();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.txtCINVNAME = new DevExpress.XtraEditors.TextEdit();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.cBTransNO = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtQTY.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMOBITEMQTY.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCINVNAME.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(1, 1);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(140, 23);
|
|
this.lblTitle.TabIndex = 6;
|
|
this.lblTitle.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.cBTransNO);
|
|
this.panelControl1.Controls.Add(this.label3);
|
|
this.panelControl1.Controls.Add(this.txtQTY);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Controls.Add(this.cBMOBITEMCODE);
|
|
this.panelControl1.Controls.Add(this.txtMOBITEMQTY);
|
|
this.panelControl1.Controls.Add(this.label11);
|
|
this.panelControl1.Controls.Add(this.txtCINVNAME);
|
|
this.panelControl1.Controls.Add(this.label7);
|
|
this.panelControl1.Controls.Add(this.label8);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 27);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(255, 159);
|
|
this.panelControl1.TabIndex = 23;
|
|
//
|
|
// txtQTY
|
|
//
|
|
this.txtQTY.Enabled = false;
|
|
this.txtQTY.Location = new System.Drawing.Point(111, 96);
|
|
this.txtQTY.Name = "txtQTY";
|
|
this.txtQTY.Size = new System.Drawing.Size(123, 20);
|
|
this.txtQTY.TabIndex = 25;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(27, 99);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(67, 14);
|
|
this.label1.TabIndex = 24;
|
|
this.label1.Text = "应领数量:";
|
|
//
|
|
// cBMOBITEMCODE
|
|
//
|
|
this.cBMOBITEMCODE.Enabled = false;
|
|
this.cBMOBITEMCODE.FormattingEnabled = true;
|
|
this.cBMOBITEMCODE.Location = new System.Drawing.Point(111, 42);
|
|
this.cBMOBITEMCODE.Name = "cBMOBITEMCODE";
|
|
this.cBMOBITEMCODE.Size = new System.Drawing.Size(123, 22);
|
|
this.cBMOBITEMCODE.TabIndex = 23;
|
|
this.cBMOBITEMCODE.SelectedIndexChanged += new System.EventHandler(this.cBMOBITEMCODE_SelectedIndexChanged);
|
|
//
|
|
// txtMOBITEMQTY
|
|
//
|
|
this.txtMOBITEMQTY.Enabled = false;
|
|
this.txtMOBITEMQTY.Location = new System.Drawing.Point(111, 122);
|
|
this.txtMOBITEMQTY.Name = "txtMOBITEMQTY";
|
|
this.txtMOBITEMQTY.Size = new System.Drawing.Size(123, 20);
|
|
this.txtMOBITEMQTY.TabIndex = 22;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(27, 125);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(67, 14);
|
|
this.label11.TabIndex = 19;
|
|
this.label11.Text = "实际数量:";
|
|
//
|
|
// txtCINVNAME
|
|
//
|
|
this.txtCINVNAME.Enabled = false;
|
|
this.txtCINVNAME.Location = new System.Drawing.Point(111, 70);
|
|
this.txtCINVNAME.Name = "txtCINVNAME";
|
|
this.txtCINVNAME.Properties.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.txtCINVNAME.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtCINVNAME.Size = new System.Drawing.Size(123, 20);
|
|
this.txtCINVNAME.TabIndex = 15;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(27, 47);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(67, 14);
|
|
this.label7.TabIndex = 11;
|
|
this.label7.Text = "子件存货编码:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(27, 73);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(67, 14);
|
|
this.label8.TabIndex = 14;
|
|
this.label8.Text = "子件存货名称:";
|
|
//
|
|
// btnCancle
|
|
//
|
|
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancle.Appearance.Options.UseFont = true;
|
|
this.btnCancle.Appearance.Options.UseForeColor = true;
|
|
this.btnCancle.Appearance.Options.UseTextOptions = true;
|
|
this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
|
|
this.btnCancle.Location = new System.Drawing.Point(186, 189);
|
|
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCancle.Name = "btnCancle";
|
|
this.btnCancle.Size = new System.Drawing.Size(70, 30);
|
|
this.btnCancle.TabIndex = 122;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.can_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnOK.Appearance.Options.UseFont = true;
|
|
this.btnOK.Appearance.Options.UseForeColor = true;
|
|
this.btnOK.Appearance.Options.UseTextOptions = true;
|
|
this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
|
|
this.btnOK.Location = new System.Drawing.Point(110, 189);
|
|
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(70, 30);
|
|
this.btnOK.TabIndex = 121;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// 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(230, 1);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 23);
|
|
this.btnClose.TabIndex = 5;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// cBTransNO
|
|
//
|
|
this.cBTransNO.FormattingEnabled = true;
|
|
this.cBTransNO.Location = new System.Drawing.Point(111, 14);
|
|
this.cBTransNO.Name = "cBTransNO";
|
|
this.cBTransNO.Size = new System.Drawing.Size(123, 22);
|
|
this.cBTransNO.TabIndex = 29;
|
|
this.cBTransNO.SelectedIndexChanged += new System.EventHandler(this.cBTransNO_SelectedIndexChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(27, 19);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(67, 14);
|
|
this.label3.TabIndex = 28;
|
|
this.label3.Text = "调拨单号:";
|
|
//
|
|
// FormICSPACKINGINPUTADD
|
|
//
|
|
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(257, 222);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSPACKINGINPUTADD";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtQTY.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMOBITEMQTY.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCINVNAME.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 btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private System.Windows.Forms.Label label7;
|
|
private DevExpress.XtraEditors.TextEdit txtMOBITEMQTY;
|
|
private System.Windows.Forms.Label label11;
|
|
private DevExpress.XtraEditors.TextEdit txtCINVNAME;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.ComboBox cBMOBITEMCODE;
|
|
private DevExpress.XtraEditors.TextEdit txtQTY;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cBTransNO;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
}
|