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.
354 lines
19 KiB
354 lines
19 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSShipToStockAdd
|
|
|
|
{
|
|
/// <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(FormICSShipToStockAdd));
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtITEMCODE = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.txtVENDORCODE = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.txtACTIVE = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.dtIVLDATE = new System.Windows.Forms.DateTimePicker();
|
|
this.dtEFFDATE = new System.Windows.Forms.DateTimePicker();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVENDORCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(233, 512);
|
|
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(100, 47);
|
|
this.btnOK.TabIndex = 23;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_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.txtITEMCODE);
|
|
this.panelControl1.Controls.Add(this.txtVENDORCODE);
|
|
this.panelControl1.Controls.Add(this.txtMTIME);
|
|
this.panelControl1.Controls.Add(this.txtMUSERName);
|
|
this.panelControl1.Controls.Add(this.label11);
|
|
this.panelControl1.Controls.Add(this.label10);
|
|
this.panelControl1.Controls.Add(this.txtACTIVE);
|
|
this.panelControl1.Controls.Add(this.label9);
|
|
this.panelControl1.Controls.Add(this.dtIVLDATE);
|
|
this.panelControl1.Controls.Add(this.dtEFFDATE);
|
|
this.panelControl1.Controls.Add(this.label7);
|
|
this.panelControl1.Controls.Add(this.label3);
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 46);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(471, 457);
|
|
this.panelControl1.TabIndex = 24;
|
|
//
|
|
// txtITEMCODE
|
|
//
|
|
this.txtITEMCODE.EditValue = "";
|
|
this.txtITEMCODE.Location = new System.Drawing.Point(186, 36);
|
|
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.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.txtITEMCODE.Size = new System.Drawing.Size(223, 28);
|
|
this.txtITEMCODE.TabIndex = 70;
|
|
this.txtITEMCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtITEMCODE_ButtonClick);
|
|
//
|
|
// txtVENDORCODE
|
|
//
|
|
this.txtVENDORCODE.EditValue = "";
|
|
this.txtVENDORCODE.Location = new System.Drawing.Point(186, 88);
|
|
this.txtVENDORCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtVENDORCODE.Name = "txtVENDORCODE";
|
|
this.txtVENDORCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtVENDORCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.txtVENDORCODE.Size = new System.Drawing.Size(223, 28);
|
|
this.txtVENDORCODE.TabIndex = 69;
|
|
this.txtVENDORCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtVENDORCODE_ButtonClick);
|
|
//
|
|
// txtMTIME
|
|
//
|
|
this.txtMTIME.Location = new System.Drawing.Point(184, 382);
|
|
this.txtMTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtMTIME.Name = "txtMTIME";
|
|
this.txtMTIME.Size = new System.Drawing.Size(223, 28);
|
|
this.txtMTIME.TabIndex = 68;
|
|
//
|
|
// txtMUSERName
|
|
//
|
|
this.txtMUSERName.Location = new System.Drawing.Point(184, 325);
|
|
this.txtMUSERName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtMUSERName.Name = "txtMUSERName";
|
|
this.txtMUSERName.Size = new System.Drawing.Size(223, 28);
|
|
this.txtMUSERName.TabIndex = 67;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(59, 387);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(88, 22);
|
|
this.label11.TabIndex = 61;
|
|
this.label11.Text = "维护时间:";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(59, 335);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(70, 22);
|
|
this.label10.TabIndex = 60;
|
|
this.label10.Text = "维护人:";
|
|
//
|
|
// txtACTIVE
|
|
//
|
|
this.txtACTIVE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtACTIVE.FormattingEnabled = true;
|
|
this.txtACTIVE.Items.AddRange(new object[] {
|
|
"Y",
|
|
"N"});
|
|
this.txtACTIVE.Location = new System.Drawing.Point(184, 259);
|
|
this.txtACTIVE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtACTIVE.Name = "txtACTIVE";
|
|
this.txtACTIVE.Size = new System.Drawing.Size(221, 30);
|
|
this.txtACTIVE.TabIndex = 59;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(59, 264);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(95, 22);
|
|
this.label9.TabIndex = 58;
|
|
this.label9.Text = "有效/无效:";
|
|
//
|
|
// dtIVLDATE
|
|
//
|
|
this.dtIVLDATE.CustomFormat = "";
|
|
this.dtIVLDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtIVLDATE.Location = new System.Drawing.Point(184, 207);
|
|
this.dtIVLDATE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.dtIVLDATE.Name = "dtIVLDATE";
|
|
this.dtIVLDATE.Size = new System.Drawing.Size(223, 29);
|
|
this.dtIVLDATE.TabIndex = 57;
|
|
//
|
|
// dtEFFDATE
|
|
//
|
|
this.dtEFFDATE.CustomFormat = "";
|
|
this.dtEFFDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtEFFDATE.Location = new System.Drawing.Point(186, 149);
|
|
this.dtEFFDATE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.dtEFFDATE.Name = "dtEFFDATE";
|
|
this.dtEFFDATE.Size = new System.Drawing.Size(221, 29);
|
|
this.dtEFFDATE.TabIndex = 56;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(59, 207);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(100, 22);
|
|
this.label7.TabIndex = 55;
|
|
this.label7.Text = "失效日期:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(59, 149);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(100, 22);
|
|
this.label3.TabIndex = 54;
|
|
this.label3.Text = "生效日期:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(60, 93);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(88, 22);
|
|
this.label2.TabIndex = 39;
|
|
this.label2.Text = "厂商代码:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(60, 41);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(88, 22);
|
|
this.label1.TabIndex = 38;
|
|
this.label1.Text = "物料代码:";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl1.Location = new System.Drawing.Point(1, 5);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(144, 31);
|
|
this.labelControl1.TabIndex = 25;
|
|
this.labelControl1.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(341, 512);
|
|
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnCancle.Name = "btnCancle";
|
|
this.btnCancle.Size = new System.Drawing.Size(100, 47);
|
|
this.btnCancle.TabIndex = 26;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.btnCancle_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(436, -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, 47);
|
|
this.btnClose.TabIndex = 27;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// FormICSShipToStockAdd
|
|
//
|
|
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(474, 566);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.btnOK);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "FormICSShipToStockAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormICSShiftAdd";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVENDORCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.DateTimePicker dtIVLDATE;
|
|
private System.Windows.Forms.DateTimePicker dtEFFDATE;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox txtACTIVE;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private DevExpress.XtraEditors.TextEdit txtMTIME;
|
|
private DevExpress.XtraEditors.TextEdit txtMUSERName;
|
|
private DevExpress.XtraEditors.ButtonEdit txtVENDORCODE;
|
|
private DevExpress.XtraEditors.ButtonEdit txtITEMCODE;
|
|
}
|
|
}
|