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.
338 lines
18 KiB
338 lines
18 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSTuiKuAdd
|
|
{
|
|
/// <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(FormICSTuiKuAdd));
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtStorageCode = new System.Windows.Forms.ComboBox();
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtVouchRow = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtNO = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtSubInvCode = new System.Windows.Forms.ComboBox();
|
|
this.txtTransferNO = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtQuantity = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtInvName = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtmuser = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
|
|
this.can = new DevExpress.XtraEditors.SimpleButton();
|
|
this.save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVouchRow.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNO.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtInvName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtmuser.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(144, 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.txtStorageCode);
|
|
this.panelControl1.Controls.Add(this.labelControl6);
|
|
this.panelControl1.Controls.Add(this.txtVouchRow);
|
|
this.panelControl1.Controls.Add(this.labelControl4);
|
|
this.panelControl1.Controls.Add(this.txtNO);
|
|
this.panelControl1.Controls.Add(this.txtSubInvCode);
|
|
this.panelControl1.Controls.Add(this.txtTransferNO);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Controls.Add(this.txtQuantity);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Controls.Add(this.txtInvName);
|
|
this.panelControl1.Controls.Add(this.labelControl5);
|
|
this.panelControl1.Controls.Add(this.txtmuser);
|
|
this.panelControl1.Controls.Add(this.labelControl13);
|
|
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(276, 257);
|
|
this.panelControl1.TabIndex = 23;
|
|
//
|
|
// txtStorageCode
|
|
//
|
|
this.txtStorageCode.FormattingEnabled = true;
|
|
this.txtStorageCode.Location = new System.Drawing.Point(96, 139);
|
|
this.txtStorageCode.Name = "txtStorageCode";
|
|
this.txtStorageCode.Size = new System.Drawing.Size(155, 22);
|
|
this.txtStorageCode.TabIndex = 110;
|
|
this.txtStorageCode.SelectedIndexChanged += new System.EventHandler(this.ICSStorageCode_SelectedIndexChanged);
|
|
//this.txtStorageCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ICSStorageCode_KeyDown);
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Location = new System.Drawing.Point(18, 147);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl6.TabIndex = 109;
|
|
this.labelControl6.Text = "库房编码:";
|
|
//
|
|
// txtVouchRow
|
|
//
|
|
this.txtVouchRow.Enabled = false;
|
|
this.txtVouchRow.Location = new System.Drawing.Point(96, 45);
|
|
this.txtVouchRow.Name = "txtVouchRow";
|
|
this.txtVouchRow.Size = new System.Drawing.Size(155, 20);
|
|
this.txtVouchRow.TabIndex = 108;
|
|
this.txtVouchRow.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtTransLine_KeyDown);
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(19, 48);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(72, 14);
|
|
this.labelControl4.TabIndex = 107;
|
|
this.labelControl4.Text = "领料单行号:";
|
|
//
|
|
// txtNO
|
|
//
|
|
this.txtNO.EnterMoveNextControl = true;
|
|
this.txtNO.Location = new System.Drawing.Point(192, 12);
|
|
this.txtNO.Name = "txtNO";
|
|
this.txtNO.Size = new System.Drawing.Size(59, 20);
|
|
this.txtNO.TabIndex = 106;
|
|
this.txtNO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNO_KeyDown);
|
|
//
|
|
// txtSubInvCode
|
|
//
|
|
this.txtSubInvCode.FormattingEnabled = true;
|
|
this.txtSubInvCode.Location = new System.Drawing.Point(96, 78);
|
|
this.txtSubInvCode.Name = "txtSubInvCode";
|
|
this.txtSubInvCode.Size = new System.Drawing.Size(155, 22);
|
|
this.txtSubInvCode.TabIndex = 105;
|
|
this.txtSubInvCode.SelectedIndexChanged += new System.EventHandler(this.cBINVCode_SelectedIndexChanged);
|
|
this.txtSubInvCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cBINVCode_KeyDown);
|
|
//
|
|
// txtTransferNO
|
|
//
|
|
this.txtTransferNO.Location = new System.Drawing.Point(96, 12);
|
|
this.txtTransferNO.Name = "txtTransferNO";
|
|
this.txtTransferNO.Size = new System.Drawing.Size(90, 20);
|
|
this.txtTransferNO.TabIndex = 104;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(24, 15);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl3.TabIndex = 103;
|
|
this.labelControl3.Text = "领料单号:";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(12, 81);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl2.TabIndex = 101;
|
|
this.labelControl2.Text = "子件存货编码:";
|
|
//
|
|
// txtQuantity
|
|
//
|
|
this.txtQuantity.EnterMoveNextControl = true;
|
|
this.txtQuantity.Location = new System.Drawing.Point(96, 177);
|
|
this.txtQuantity.Name = "txtQuantity";
|
|
this.txtQuantity.Size = new System.Drawing.Size(155, 20);
|
|
this.txtQuantity.TabIndex = 100;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(27, 180);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(36, 14);
|
|
this.labelControl1.TabIndex = 99;
|
|
this.labelControl1.Text = "数量:";
|
|
//
|
|
// txtInvName
|
|
//
|
|
this.txtInvName.Enabled = false;
|
|
this.txtInvName.EnterMoveNextControl = true;
|
|
this.txtInvName.Location = new System.Drawing.Point(96, 110);
|
|
this.txtInvName.Name = "txtInvName";
|
|
this.txtInvName.Size = new System.Drawing.Size(155, 20);
|
|
this.txtInvName.TabIndex = 96;
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Location = new System.Drawing.Point(21, 113);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl5.TabIndex = 95;
|
|
this.labelControl5.Text = "存货名称:";
|
|
//
|
|
// txtmuser
|
|
//
|
|
this.txtmuser.EnterMoveNextControl = true;
|
|
this.txtmuser.Location = new System.Drawing.Point(96, 211);
|
|
this.txtmuser.Name = "txtmuser";
|
|
this.txtmuser.Properties.ReadOnly = true;
|
|
this.txtmuser.Size = new System.Drawing.Size(155, 20);
|
|
this.txtmuser.TabIndex = 93;
|
|
//
|
|
// labelControl13
|
|
//
|
|
this.labelControl13.Location = new System.Drawing.Point(27, 214);
|
|
this.labelControl13.Name = "labelControl13";
|
|
this.labelControl13.Size = new System.Drawing.Size(36, 14);
|
|
this.labelControl13.TabIndex = 91;
|
|
this.labelControl13.Text = "维护人";
|
|
//
|
|
// 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(207, 286);
|
|
this.can.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.can.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.can.Name = "can";
|
|
this.can.Size = new System.Drawing.Size(70, 30);
|
|
this.can.TabIndex = 91;
|
|
this.can.Text = "取消";
|
|
this.can.Click += new System.EventHandler(this.can_Click);
|
|
//
|
|
// 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(135, 286);
|
|
this.save.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.save.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.save.Name = "save";
|
|
this.save.Size = new System.Drawing.Size(70, 30);
|
|
this.save.TabIndex = 81;
|
|
this.save.Text = "保存";
|
|
this.save.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(251, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 29);
|
|
this.btnClose.TabIndex = 5;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// FormICSTuiKuAdd
|
|
//
|
|
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(278, 318);
|
|
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.Name = "FormICSTuiKuAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormContainerAddEdit";
|
|
this.Load += new System.EventHandler(this.FormICSChuKuAdd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVouchRow.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNO.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtInvName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtmuser.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 save;
|
|
private DevExpress.XtraEditors.SimpleButton can;
|
|
private DevExpress.XtraEditors.LabelControl labelControl13;
|
|
private DevExpress.XtraEditors.TextEdit txtmuser;
|
|
private DevExpress.XtraEditors.TextEdit txtInvName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.TextEdit txtQuantity;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.TextEdit txtTransferNO;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private System.Windows.Forms.ComboBox txtSubInvCode;
|
|
private DevExpress.XtraEditors.TextEdit txtNO;
|
|
private DevExpress.XtraEditors.TextEdit txtVouchRow;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private System.Windows.Forms.ComboBox txtStorageCode;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
}
|
|
}
|