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.
310 lines
17 KiB
310 lines
17 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSINVReceiptDetailAdd
|
|
{
|
|
/// <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(FormICSINVReceiptDetailAdd));
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.can = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtPLANQTY = new System.Windows.Forms.TextBox();
|
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtITEMCODE = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMEMO = new System.Windows.Forms.RichTextBox();
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtORDERLINE = new System.Windows.Forms.TextBox();
|
|
this.txtORDERNO = new System.Windows.Forms.TextBox();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtReceiptLine = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtReceiptLine.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(780, 2);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(37, 36);
|
|
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(4, 5, 4, 5);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(200, 36);
|
|
this.lblTitle.TabIndex = 6;
|
|
this.lblTitle.Text = "到货单明细编辑";
|
|
//
|
|
// 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(614, 369);
|
|
this.save.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.save.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.save.Name = "save";
|
|
this.save.Size = new System.Drawing.Size(100, 47);
|
|
this.save.TabIndex = 30;
|
|
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(717, 369);
|
|
this.can.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.can.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.can.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.can.Name = "can";
|
|
this.can.Size = new System.Drawing.Size(100, 47);
|
|
this.can.TabIndex = 79;
|
|
this.can.Text = "取消";
|
|
this.can.Click += new System.EventHandler(this.can_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.txtPLANQTY);
|
|
this.panelControl1.Controls.Add(this.labelControl9);
|
|
this.panelControl1.Controls.Add(this.txtITEMCODE);
|
|
this.panelControl1.Controls.Add(this.labelControl8);
|
|
this.panelControl1.Controls.Add(this.txtMEMO);
|
|
this.panelControl1.Controls.Add(this.labelControl6);
|
|
this.panelControl1.Controls.Add(this.txtORDERLINE);
|
|
this.panelControl1.Controls.Add(this.txtORDERNO);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Controls.Add(this.txtReceiptLine);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 42);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(816, 325);
|
|
this.panelControl1.TabIndex = 23;
|
|
this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint);
|
|
//
|
|
// txtPLANQTY
|
|
//
|
|
this.txtPLANQTY.Location = new System.Drawing.Point(193, 176);
|
|
this.txtPLANQTY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtPLANQTY.Name = "txtPLANQTY";
|
|
this.txtPLANQTY.Size = new System.Drawing.Size(164, 29);
|
|
this.txtPLANQTY.TabIndex = 108;
|
|
//
|
|
// labelControl9
|
|
//
|
|
this.labelControl9.Location = new System.Drawing.Point(47, 181);
|
|
this.labelControl9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl9.Name = "labelControl9";
|
|
this.labelControl9.Size = new System.Drawing.Size(90, 22);
|
|
this.labelControl9.TabIndex = 99;
|
|
this.labelControl9.Text = "计划数量:";
|
|
//
|
|
// txtITEMCODE
|
|
//
|
|
this.txtITEMCODE.EditValue = "";
|
|
this.txtITEMCODE.Location = new System.Drawing.Point(570, 38);
|
|
this.txtITEMCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtITEMCODE.Name = "txtITEMCODE";
|
|
this.txtITEMCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtITEMCODE.Size = new System.Drawing.Size(179, 28);
|
|
this.txtITEMCODE.TabIndex = 98;
|
|
this.txtITEMCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtITEMCODE_ButtonClick);
|
|
this.txtITEMCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtITEMCODE_KeyDown);
|
|
this.txtITEMCODE.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtITEMCODE_KeyPress);
|
|
//
|
|
// labelControl8
|
|
//
|
|
this.labelControl8.Location = new System.Drawing.Point(437, 42);
|
|
this.labelControl8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl8.Name = "labelControl8";
|
|
this.labelControl8.Size = new System.Drawing.Size(90, 22);
|
|
this.labelControl8.TabIndex = 97;
|
|
this.labelControl8.Text = "存货编码:";
|
|
//
|
|
// txtMEMO
|
|
//
|
|
this.txtMEMO.Location = new System.Drawing.Point(570, 176);
|
|
this.txtMEMO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtMEMO.Name = "txtMEMO";
|
|
this.txtMEMO.Size = new System.Drawing.Size(177, 109);
|
|
this.txtMEMO.TabIndex = 94;
|
|
this.txtMEMO.Text = "";
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Location = new System.Drawing.Point(440, 176);
|
|
this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(54, 22);
|
|
this.labelControl6.TabIndex = 93;
|
|
this.labelControl6.Text = "备注:";
|
|
//
|
|
// txtORDERLINE
|
|
//
|
|
this.txtORDERLINE.Location = new System.Drawing.Point(570, 107);
|
|
this.txtORDERLINE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtORDERLINE.Name = "txtORDERLINE";
|
|
this.txtORDERLINE.Size = new System.Drawing.Size(177, 29);
|
|
this.txtORDERLINE.TabIndex = 78;
|
|
//
|
|
// txtORDERNO
|
|
//
|
|
this.txtORDERNO.Location = new System.Drawing.Point(193, 107);
|
|
this.txtORDERNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtORDERNO.Name = "txtORDERNO";
|
|
this.txtORDERNO.Size = new System.Drawing.Size(164, 29);
|
|
this.txtORDERNO.TabIndex = 77;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(440, 112);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(108, 22);
|
|
this.labelControl3.TabIndex = 76;
|
|
this.labelControl3.Text = "采购单行号:";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(47, 112);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(90, 22);
|
|
this.labelControl2.TabIndex = 75;
|
|
this.labelControl2.Text = "采购单号:";
|
|
//
|
|
// txtReceiptLine
|
|
//
|
|
this.txtReceiptLine.EnterMoveNextControl = true;
|
|
this.txtReceiptLine.Location = new System.Drawing.Point(193, 42);
|
|
this.txtReceiptLine.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtReceiptLine.Name = "txtReceiptLine";
|
|
this.txtReceiptLine.Size = new System.Drawing.Size(166, 28);
|
|
this.txtReceiptLine.TabIndex = 74;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(47, 47);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(108, 22);
|
|
this.labelControl1.TabIndex = 1;
|
|
this.labelControl1.Text = "到货单行号:";
|
|
//
|
|
// FormICSINVReceiptDetailAdd
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(819, 420);
|
|
this.Controls.Add(this.save);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.can);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "FormICSINVReceiptDetailAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormContainerAddEdit";
|
|
this.Load += new System.EventHandler(this.FormICSINVReceiptDetailAdd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtReceiptLine.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.SimpleButton save;
|
|
private DevExpress.XtraEditors.SimpleButton can;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtReceiptLine;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private System.Windows.Forms.TextBox txtORDERLINE;
|
|
private System.Windows.Forms.TextBox txtORDERNO;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private System.Windows.Forms.RichTextBox txtMEMO;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private DevExpress.XtraEditors.ButtonEdit txtITEMCODE;
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|
private System.Windows.Forms.TextBox txtPLANQTY;
|
|
}
|
|
}
|