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.
316 lines
16 KiB
316 lines
16 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSOQCCKGROUPAdd
|
|
{
|
|
/// <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(FormICSOQCCKGROUPAdd));
|
|
this.labTOP = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtID = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtISREF = new System.Windows.Forms.CheckBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tetCKGROUPDESC = new DevExpress.XtraEditors.TextEdit();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.txtCKGROUPDNAME = new DevExpress.XtraEditors.TextEdit();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txtCKGROUP = new DevExpress.XtraEditors.TextEdit();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtMTIME = new System.Windows.Forms.TextBox();
|
|
this.txtMUSER = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
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.txtID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tetCKGROUPDESC.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCKGROUPDNAME.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labTOP
|
|
//
|
|
this.labTOP.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labTOP.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labTOP.Location = new System.Drawing.Point(14, 9);
|
|
this.labTOP.Name = "labTOP";
|
|
this.labTOP.Size = new System.Drawing.Size(128, 21);
|
|
this.labTOP.TabIndex = 26;
|
|
this.labTOP.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.txtID);
|
|
this.panelControl1.Controls.Add(this.txtISREF);
|
|
this.panelControl1.Controls.Add(this.label5);
|
|
this.panelControl1.Controls.Add(this.tetCKGROUPDESC);
|
|
this.panelControl1.Controls.Add(this.label11);
|
|
this.panelControl1.Controls.Add(this.txtCKGROUPDNAME);
|
|
this.panelControl1.Controls.Add(this.label8);
|
|
this.panelControl1.Controls.Add(this.txtCKGROUP);
|
|
this.panelControl1.Controls.Add(this.label6);
|
|
this.panelControl1.Controls.Add(this.txtMTIME);
|
|
this.panelControl1.Controls.Add(this.txtMUSER);
|
|
this.panelControl1.Controls.Add(this.label3);
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Location = new System.Drawing.Point(3, 38);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.panelControl1.Size = new System.Drawing.Size(297, 166);
|
|
this.panelControl1.TabIndex = 27;
|
|
//
|
|
// txtID
|
|
//
|
|
this.txtID.Location = new System.Drawing.Point(269, 115);
|
|
this.txtID.Name = "txtID";
|
|
this.txtID.Size = new System.Drawing.Size(45, 20);
|
|
this.txtID.TabIndex = 232;
|
|
this.txtID.Visible = false;
|
|
//
|
|
// txtISREF
|
|
//
|
|
this.txtISREF.AutoSize = true;
|
|
this.txtISREF.Location = new System.Drawing.Point(117, 64);
|
|
this.txtISREF.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtISREF.Name = "txtISREF";
|
|
this.txtISREF.Size = new System.Drawing.Size(15, 14);
|
|
this.txtISREF.TabIndex = 231;
|
|
this.txtISREF.UseVisualStyleBackColor = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(63, 63);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(43, 14);
|
|
this.label5.TabIndex = 230;
|
|
this.label5.Text = "启用:";
|
|
//
|
|
// tetCKGROUPDESC
|
|
//
|
|
this.tetCKGROUPDESC.Location = new System.Drawing.Point(122, 277);
|
|
this.tetCKGROUPDESC.Name = "tetCKGROUPDESC";
|
|
this.tetCKGROUPDESC.Size = new System.Drawing.Size(132, 20);
|
|
this.tetCKGROUPDESC.TabIndex = 229;
|
|
this.tetCKGROUPDESC.Visible = false;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(56, 279);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(43, 14);
|
|
this.label11.TabIndex = 228;
|
|
this.label11.Text = "描述:";
|
|
this.label11.Visible = false;
|
|
//
|
|
// txtCKGROUPDNAME
|
|
//
|
|
this.txtCKGROUPDNAME.Location = new System.Drawing.Point(122, 243);
|
|
this.txtCKGROUPDNAME.Name = "txtCKGROUPDNAME";
|
|
this.txtCKGROUPDNAME.Size = new System.Drawing.Size(132, 20);
|
|
this.txtCKGROUPDNAME.TabIndex = 215;
|
|
this.txtCKGROUPDNAME.Visible = false;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(56, 245);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(43, 14);
|
|
this.label8.TabIndex = 214;
|
|
this.label8.Text = "名称:";
|
|
this.label8.Visible = false;
|
|
//
|
|
// txtCKGROUP
|
|
//
|
|
this.txtCKGROUP.Location = new System.Drawing.Point(117, 29);
|
|
this.txtCKGROUP.Name = "txtCKGROUP";
|
|
this.txtCKGROUP.Properties.Mask.EditMask = "d";
|
|
this.txtCKGROUP.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtCKGROUP.Size = new System.Drawing.Size(125, 20);
|
|
this.txtCKGROUP.TabIndex = 207;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(39, 32);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(67, 14);
|
|
this.label6.TabIndex = 206;
|
|
this.label6.Text = "检验序号:";
|
|
//
|
|
// txtMTIME
|
|
//
|
|
this.txtMTIME.Location = new System.Drawing.Point(117, 127);
|
|
this.txtMTIME.Name = "txtMTIME";
|
|
this.txtMTIME.ReadOnly = true;
|
|
this.txtMTIME.Size = new System.Drawing.Size(125, 22);
|
|
this.txtMTIME.TabIndex = 77;
|
|
//
|
|
// txtMUSER
|
|
//
|
|
this.txtMUSER.Location = new System.Drawing.Point(117, 89);
|
|
this.txtMUSER.Name = "txtMUSER";
|
|
this.txtMUSER.ReadOnly = true;
|
|
this.txtMUSER.Size = new System.Drawing.Size(125, 22);
|
|
this.txtMUSER.TabIndex = 76;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(41, 127);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 14);
|
|
this.label3.TabIndex = 74;
|
|
this.label3.Text = "维护时间:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(52, 89);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(47, 14);
|
|
this.label2.TabIndex = 72;
|
|
this.label2.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(276, 2);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 30);
|
|
this.btnClose.TabIndex = 30;
|
|
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(233, 210);
|
|
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 = 29;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.can_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(153, 210);
|
|
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 = 28;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// FormICSOQCCKGROUPAdd
|
|
//
|
|
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(303, 241);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.labTOP);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSOQCCKGROUPAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormICSShifTypeAdd";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tetCKGROUPDESC.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCKGROUPDNAME.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCKGROUP.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labTOP;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtMTIME;
|
|
private System.Windows.Forms.TextBox txtMUSER;
|
|
private DevExpress.XtraEditors.TextEdit tetCKGROUPDESC;
|
|
private System.Windows.Forms.Label label11;
|
|
private DevExpress.XtraEditors.TextEdit txtCKGROUPDNAME;
|
|
private System.Windows.Forms.Label label8;
|
|
private DevExpress.XtraEditors.TextEdit txtCKGROUP;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.CheckBox txtISREF;
|
|
private System.Windows.Forms.Label label5;
|
|
private DevExpress.XtraEditors.TextEdit txtID;
|
|
}
|
|
}
|