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
16 KiB
295 lines
16 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSASNIQCMPAdd
|
|
{
|
|
/// <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(FormICSASNIQCMPAdd));
|
|
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.save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.can = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtCreateTIME = new System.Windows.Forms.DateTimePicker();
|
|
this.txtPIC = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtRESULT = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtSTANDARD = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtLOTNO = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtINSPECTOR = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPIC.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtRESULT.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSTANDARD.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtINSPECTOR.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(461, 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, 36);
|
|
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, 2);
|
|
this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(157, 36);
|
|
this.lblTitle.TabIndex = 6;
|
|
this.lblTitle.Text = "新增";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(83, 91);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(78, 22);
|
|
this.labelControl2.TabIndex = 0;
|
|
this.labelControl2.Text = "检验批号:";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(83, 38);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(60, 22);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "检验员:";
|
|
//
|
|
// save
|
|
//
|
|
this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.save.Location = new System.Drawing.Point(136, 371);
|
|
this.save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.save.Name = "save";
|
|
this.save.Size = new System.Drawing.Size(97, 36);
|
|
this.save.TabIndex = 30;
|
|
this.save.Text = "保存";
|
|
this.save.Click += new System.EventHandler(this.save_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(260, 371);
|
|
this.can.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.can.Name = "can";
|
|
this.can.Size = new System.Drawing.Size(97, 36);
|
|
this.can.TabIndex = 31;
|
|
this.can.Text = "取消";
|
|
this.can.Click += new System.EventHandler(this.btnClose_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.txtCreateTIME);
|
|
this.panelControl1.Controls.Add(this.txtPIC);
|
|
this.panelControl1.Controls.Add(this.txtRESULT);
|
|
this.panelControl1.Controls.Add(this.txtSTANDARD);
|
|
this.panelControl1.Controls.Add(this.txtLOTNO);
|
|
this.panelControl1.Controls.Add(this.labelControl6);
|
|
this.panelControl1.Controls.Add(this.txtINSPECTOR);
|
|
this.panelControl1.Controls.Add(this.labelControl5);
|
|
this.panelControl1.Controls.Add(this.can);
|
|
this.panelControl1.Controls.Add(this.labelControl4);
|
|
this.panelControl1.Controls.Add(this.save);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 42);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(497, 434);
|
|
this.panelControl1.TabIndex = 23;
|
|
//
|
|
// txtCreateTIME
|
|
//
|
|
this.txtCreateTIME.Location = new System.Drawing.Point(184, 295);
|
|
this.txtCreateTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtCreateTIME.Name = "txtCreateTIME";
|
|
this.txtCreateTIME.Size = new System.Drawing.Size(214, 29);
|
|
this.txtCreateTIME.TabIndex = 94;
|
|
//
|
|
// txtPIC
|
|
//
|
|
this.txtPIC.EnterMoveNextControl = true;
|
|
this.txtPIC.Location = new System.Drawing.Point(187, 247);
|
|
this.txtPIC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtPIC.Name = "txtPIC";
|
|
this.txtPIC.Size = new System.Drawing.Size(213, 28);
|
|
this.txtPIC.TabIndex = 73;
|
|
//
|
|
// txtRESULT
|
|
//
|
|
this.txtRESULT.EnterMoveNextControl = true;
|
|
this.txtRESULT.Location = new System.Drawing.Point(187, 193);
|
|
this.txtRESULT.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtRESULT.Name = "txtRESULT";
|
|
this.txtRESULT.Size = new System.Drawing.Size(213, 28);
|
|
this.txtRESULT.TabIndex = 73;
|
|
//
|
|
// txtSTANDARD
|
|
//
|
|
this.txtSTANDARD.EnterMoveNextControl = true;
|
|
this.txtSTANDARD.Location = new System.Drawing.Point(187, 140);
|
|
this.txtSTANDARD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtSTANDARD.Name = "txtSTANDARD";
|
|
this.txtSTANDARD.Size = new System.Drawing.Size(213, 28);
|
|
this.txtSTANDARD.TabIndex = 73;
|
|
//
|
|
// txtLOTNO
|
|
//
|
|
this.txtLOTNO.EnterMoveNextControl = true;
|
|
this.txtLOTNO.Location = new System.Drawing.Point(187, 86);
|
|
this.txtLOTNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtLOTNO.Name = "txtLOTNO";
|
|
this.txtLOTNO.Size = new System.Drawing.Size(213, 28);
|
|
this.txtLOTNO.TabIndex = 73;
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Location = new System.Drawing.Point(83, 305);
|
|
this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(78, 22);
|
|
this.labelControl6.TabIndex = 0;
|
|
this.labelControl6.Text = "签收日期:";
|
|
//
|
|
// txtINSPECTOR
|
|
//
|
|
this.txtINSPECTOR.EnterMoveNextControl = true;
|
|
this.txtINSPECTOR.Location = new System.Drawing.Point(187, 33);
|
|
this.txtINSPECTOR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtINSPECTOR.Name = "txtINSPECTOR";
|
|
this.txtINSPECTOR.Size = new System.Drawing.Size(213, 28);
|
|
this.txtINSPECTOR.TabIndex = 73;
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Location = new System.Drawing.Point(83, 251);
|
|
this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(60, 22);
|
|
this.labelControl5.TabIndex = 0;
|
|
this.labelControl5.Text = "负责人:";
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(83, 198);
|
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(78, 22);
|
|
this.labelControl4.TabIndex = 0;
|
|
this.labelControl4.Text = "检验结果:";
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(83, 145);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(78, 22);
|
|
this.labelControl3.TabIndex = 0;
|
|
this.labelControl3.Text = "检验依据:";
|
|
//
|
|
// FormICSASNIQCMPAdd
|
|
//
|
|
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(500, 519);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "FormICSASNIQCMPAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormContainerAddEdit";
|
|
this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPIC.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtRESULT.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSTANDARD.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtINSPECTOR.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.SimpleButton save;
|
|
private DevExpress.XtraEditors.SimpleButton can;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtINSPECTOR;
|
|
private DevExpress.XtraEditors.TextEdit txtPIC;
|
|
private DevExpress.XtraEditors.TextEdit txtRESULT;
|
|
private DevExpress.XtraEditors.TextEdit txtSTANDARD;
|
|
private DevExpress.XtraEditors.TextEdit txtLOTNO;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private System.Windows.Forms.DateTimePicker txtCreateTIME;
|
|
}
|
|
}
|