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.
295 lines
15 KiB
295 lines
15 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSEQPMaterialINVAdd
|
|
|
|
{
|
|
/// <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(FormICSEQPMaterialINVAdd));
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtMtype = new System.Windows.Forms.ComboBox();
|
|
this.txtMCODE = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtMINVQty = new DevExpress.XtraEditors.TextEdit();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMINVQty.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.txtMtype);
|
|
this.panelControl1.Controls.Add(this.txtMCODE);
|
|
this.panelControl1.Controls.Add(this.label3);
|
|
this.panelControl1.Controls.Add(this.txtMTIME);
|
|
this.panelControl1.Controls.Add(this.txtMUSERName);
|
|
this.panelControl1.Controls.Add(this.txtMINVQty);
|
|
this.panelControl1.Controls.Add(this.label11);
|
|
this.panelControl1.Controls.Add(this.label10);
|
|
this.panelControl1.Controls.Add(this.label8);
|
|
this.panelControl1.Controls.Add(this.label4);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 29);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(311, 221);
|
|
this.panelControl1.TabIndex = 24;
|
|
//
|
|
// txtMtype
|
|
//
|
|
this.txtMtype.FormattingEnabled = true;
|
|
this.txtMtype.Items.AddRange(new object[] {
|
|
"A",
|
|
"B",
|
|
"C"});
|
|
this.txtMtype.Location = new System.Drawing.Point(121, 61);
|
|
this.txtMtype.Name = "txtMtype";
|
|
this.txtMtype.Size = new System.Drawing.Size(156, 22);
|
|
this.txtMtype.TabIndex = 88;
|
|
this.txtMtype.SelectedIndexChanged += new System.EventHandler(this.txtMtype_SelectedIndexChanged);
|
|
//
|
|
// txtMCODE
|
|
//
|
|
this.txtMCODE.EditValue = "";
|
|
this.txtMCODE.Location = new System.Drawing.Point(121, 23);
|
|
this.txtMCODE.Name = "txtMCODE";
|
|
this.txtMCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtMCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.txtMCODE.Size = new System.Drawing.Size(156, 20);
|
|
this.txtMCODE.TabIndex = 85;
|
|
this.txtMCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtMCODE_ButtonClick);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(35, 26);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 14);
|
|
this.label3.TabIndex = 83;
|
|
this.label3.Text = "备件料号:";
|
|
//
|
|
// txtMTIME
|
|
//
|
|
this.txtMTIME.Location = new System.Drawing.Point(122, 176);
|
|
this.txtMTIME.Name = "txtMTIME";
|
|
this.txtMTIME.Size = new System.Drawing.Size(156, 20);
|
|
this.txtMTIME.TabIndex = 68;
|
|
//
|
|
// txtMUSERName
|
|
//
|
|
this.txtMUSERName.Location = new System.Drawing.Point(121, 137);
|
|
this.txtMUSERName.Name = "txtMUSERName";
|
|
this.txtMUSERName.Size = new System.Drawing.Size(158, 20);
|
|
this.txtMUSERName.TabIndex = 67;
|
|
//
|
|
// txtMINVQty
|
|
//
|
|
this.txtMINVQty.Location = new System.Drawing.Point(122, 99);
|
|
this.txtMINVQty.Name = "txtMINVQty";
|
|
this.txtMINVQty.Properties.Mask.EditMask = "d";
|
|
this.txtMINVQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtMINVQty.Size = new System.Drawing.Size(156, 20);
|
|
this.txtMINVQty.TabIndex = 66;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(32, 179);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(59, 14);
|
|
this.label11.TabIndex = 61;
|
|
this.label11.Text = "维护时间:";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(37, 140);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(47, 14);
|
|
this.label10.TabIndex = 60;
|
|
this.label10.Text = "维护人:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(34, 182);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(0, 14);
|
|
this.label8.TabIndex = 48;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(34, 102);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(83, 14);
|
|
this.label4.TabIndex = 41;
|
|
this.label4.Text = "备件库存数量:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(34, 61);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 14);
|
|
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, 3);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(160, 21);
|
|
this.labelControl1.TabIndex = 25;
|
|
this.labelControl1.Text = "备品备件物料信息编辑";
|
|
//
|
|
// 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(286, 3);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 21);
|
|
this.btnClose.TabIndex = 27;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// 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(220, 256);
|
|
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 = 26;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.btnCancle_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(144, 256);
|
|
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 = 23;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// FormICSEQPMaterialINVAdd
|
|
//
|
|
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(313, 290);
|
|
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.Name = "FormICSEQPMaterialINVAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "备品备件物料信息编辑";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMINVQty.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 label8;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label1;
|
|
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.TextEdit txtMINVQty;
|
|
private System.Windows.Forms.Label label3;
|
|
private DevExpress.XtraEditors.ButtonEdit txtMCODE;
|
|
private System.Windows.Forms.ComboBox txtMtype;
|
|
}
|
|
}
|