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.
291 lines
16 KiB
291 lines
16 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSMODELOP2CKGROUPAdd
|
|
{
|
|
/// <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(FormICSMODELOP2CKGROUPAdd));
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
|
|
this.save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.can = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtITEMCODE = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.txtOPCODE = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.txtCKGROUP = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtSEQ = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSEQ.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(261, 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);
|
|
//
|
|
// 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(110, 23);
|
|
this.lblTitle.TabIndex = 6;
|
|
this.lblTitle.Text = "编辑";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(26, 70);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl2.TabIndex = 0;
|
|
this.labelControl2.Text = "工序代码";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(26, 29);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(24, 14);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "产品";
|
|
//
|
|
// txtMUSERName
|
|
//
|
|
this.txtMUSERName.EnterMoveNextControl = true;
|
|
this.txtMUSERName.Location = new System.Drawing.Point(104, 175);
|
|
this.txtMUSERName.Name = "txtMUSERName";
|
|
this.txtMUSERName.Properties.ReadOnly = true;
|
|
this.txtMUSERName.Size = new System.Drawing.Size(149, 20);
|
|
this.txtMUSERName.TabIndex = 18;
|
|
//
|
|
// labelControl12
|
|
//
|
|
this.labelControl12.Location = new System.Drawing.Point(25, 215);
|
|
this.labelControl12.Name = "labelControl12";
|
|
this.labelControl12.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl12.TabIndex = 22;
|
|
this.labelControl12.Text = "维护时间";
|
|
//
|
|
// labelControl13
|
|
//
|
|
this.labelControl13.Location = new System.Drawing.Point(26, 176);
|
|
this.labelControl13.Name = "labelControl13";
|
|
this.labelControl13.Size = new System.Drawing.Size(36, 14);
|
|
this.labelControl13.TabIndex = 23;
|
|
this.labelControl13.Text = "维护人";
|
|
//
|
|
// save
|
|
//
|
|
this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.save.Location = new System.Drawing.Point(143, 306);
|
|
this.save.Name = "save";
|
|
this.save.Size = new System.Drawing.Size(68, 23);
|
|
this.save.TabIndex = 30;
|
|
this.save.Text = "保存";
|
|
this.save.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// can
|
|
//
|
|
this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.can.Location = new System.Drawing.Point(217, 306);
|
|
this.can.Name = "can";
|
|
this.can.Size = new System.Drawing.Size(68, 23);
|
|
this.can.TabIndex = 31;
|
|
this.can.Text = "取消";
|
|
this.can.Click += new System.EventHandler(this.btnCancle_Click);
|
|
//
|
|
// txtMTIME
|
|
//
|
|
this.txtMTIME.EnterMoveNextControl = true;
|
|
this.txtMTIME.Location = new System.Drawing.Point(103, 214);
|
|
this.txtMTIME.Name = "txtMTIME";
|
|
this.txtMTIME.Properties.ReadOnly = true;
|
|
this.txtMTIME.Size = new System.Drawing.Size(149, 20);
|
|
this.txtMTIME.TabIndex = 35;
|
|
//
|
|
// 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.txtOPCODE);
|
|
this.panelControl1.Controls.Add(this.txtCKGROUP);
|
|
this.panelControl1.Controls.Add(this.labelControl4);
|
|
this.panelControl1.Controls.Add(this.txtSEQ);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.txtMTIME);
|
|
this.panelControl1.Controls.Add(this.labelControl13);
|
|
this.panelControl1.Controls.Add(this.labelControl12);
|
|
this.panelControl1.Controls.Add(this.txtMUSERName);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
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(286, 276);
|
|
this.panelControl1.TabIndex = 23;
|
|
//
|
|
// txtITEMCODE
|
|
//
|
|
this.txtITEMCODE.Location = new System.Drawing.Point(103, 26);
|
|
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(149, 20);
|
|
this.txtITEMCODE.TabIndex = 80;
|
|
this.txtITEMCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtITEMCODE_ButtonClick);
|
|
//
|
|
// txtOPCODE
|
|
//
|
|
this.txtOPCODE.Location = new System.Drawing.Point(104, 64);
|
|
this.txtOPCODE.Name = "txtOPCODE";
|
|
this.txtOPCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtOPCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.txtOPCODE.Size = new System.Drawing.Size(149, 20);
|
|
this.txtOPCODE.TabIndex = 79;
|
|
this.txtOPCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtOPCODE_ButtonClick);
|
|
//
|
|
// txtCKGROUP
|
|
//
|
|
this.txtCKGROUP.Location = new System.Drawing.Point(106, 101);
|
|
this.txtCKGROUP.Name = "txtCKGROUP";
|
|
this.txtCKGROUP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.txtCKGROUP.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.txtCKGROUP.Size = new System.Drawing.Size(147, 20);
|
|
this.txtCKGROUP.TabIndex = 78;
|
|
this.txtCKGROUP.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtCKGROUP_ButtonClick);
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(26, 141);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(24, 14);
|
|
this.labelControl4.TabIndex = 77;
|
|
this.labelControl4.Text = "次序";
|
|
//
|
|
// txtSEQ
|
|
//
|
|
this.txtSEQ.EnterMoveNextControl = true;
|
|
this.txtSEQ.Location = new System.Drawing.Point(104, 138);
|
|
this.txtSEQ.Name = "txtSEQ";
|
|
this.txtSEQ.Size = new System.Drawing.Size(149, 20);
|
|
this.txtSEQ.TabIndex = 76;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(26, 105);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl3.TabIndex = 75;
|
|
this.labelControl3.Text = "检验类型";
|
|
//
|
|
// FormICSMODELOP2CKGROUPAdd
|
|
//
|
|
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(288, 330);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.save);
|
|
this.Controls.Add(this.can);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSMODELOP2CKGROUPAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormContainerAddEdit";
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSEQ.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtMUSERName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl12;
|
|
private DevExpress.XtraEditors.LabelControl labelControl13;
|
|
private DevExpress.XtraEditors.SimpleButton save;
|
|
private DevExpress.XtraEditors.SimpleButton can;
|
|
private DevExpress.XtraEditors.TextEdit txtMTIME;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.ButtonEdit txtCKGROUP;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.TextEdit txtSEQ;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.ButtonEdit txtOPCODE;
|
|
private DevExpress.XtraEditors.ButtonEdit txtITEMCODE;
|
|
}
|
|
}
|