|
|
namespace ICSSoft.Frame.APP { partial class FormICSAQLAdd { /// <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(FormICSAQLAdd)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.oqcTitle = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtRejectSize = new System.Windows.Forms.TextBox(); this.txtSampleSize = new System.Windows.Forms.TextBox(); this.txtLOTSIZEMAX = new System.Windows.Forms.TextBox(); this.txtLOTSIZEMIN = new System.Windows.Forms.TextBox(); this.txtAQLLEVEL = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txtAQLSEQ = new DevExpress.XtraEditors.TextEdit(); this.save = new DevExpress.XtraEditors.SimpleButton(); this.can = new DevExpress.XtraEditors.SimpleButton(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.txtmuser = new DevExpress.XtraEditors.TextEdit(); this.txttime = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtAQLLEVEL.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAQLSEQ.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txttime.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(268, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 27); this.btnClose.TabIndex = 5; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); //
// oqcTitle
//
this.oqcTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.oqcTitle.Appearance.ForeColor = System.Drawing.Color.White; this.oqcTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.oqcTitle.Location = new System.Drawing.Point(1, 1); this.oqcTitle.Name = "oqcTitle"; this.oqcTitle.Size = new System.Drawing.Size(121, 23); this.oqcTitle.TabIndex = 6; this.oqcTitle.Text = "质量抽检计划编辑"; //
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(26, 29); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(36, 14); this.labelControl1.TabIndex = 0; this.labelControl1.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.txttime); this.panelControl1.Controls.Add(this.txtmuser); this.panelControl1.Controls.Add(this.labelControl12); this.panelControl1.Controls.Add(this.labelControl13); this.panelControl1.Controls.Add(this.txtRejectSize); this.panelControl1.Controls.Add(this.txtSampleSize); this.panelControl1.Controls.Add(this.txtLOTSIZEMAX); this.panelControl1.Controls.Add(this.txtLOTSIZEMIN); this.panelControl1.Controls.Add(this.txtAQLLEVEL); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.txtAQLSEQ); this.panelControl1.Controls.Add(this.labelControl1); 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(293, 340); this.panelControl1.TabIndex = 23; //
// txtRejectSize
//
this.txtRejectSize.Location = new System.Drawing.Point(125, 228); this.txtRejectSize.Name = "txtRejectSize"; this.txtRejectSize.Size = new System.Drawing.Size(121, 22); this.txtRejectSize.TabIndex = 83; //
// txtSampleSize
//
this.txtSampleSize.Location = new System.Drawing.Point(125, 190); this.txtSampleSize.Name = "txtSampleSize"; this.txtSampleSize.Size = new System.Drawing.Size(121, 22); this.txtSampleSize.TabIndex = 82; //
// txtLOTSIZEMAX
//
this.txtLOTSIZEMAX.Location = new System.Drawing.Point(125, 148); this.txtLOTSIZEMAX.Name = "txtLOTSIZEMAX"; this.txtLOTSIZEMAX.Size = new System.Drawing.Size(121, 22); this.txtLOTSIZEMAX.TabIndex = 81; //
// txtLOTSIZEMIN
//
this.txtLOTSIZEMIN.Location = new System.Drawing.Point(125, 107); this.txtLOTSIZEMIN.Name = "txtLOTSIZEMIN"; this.txtLOTSIZEMIN.Size = new System.Drawing.Size(121, 22); this.txtLOTSIZEMIN.TabIndex = 80; //
// txtAQLLEVEL
//
this.txtAQLLEVEL.EnterMoveNextControl = true; this.txtAQLLEVEL.Location = new System.Drawing.Point(125, 68); this.txtAQLLEVEL.Name = "txtAQLLEVEL"; this.txtAQLLEVEL.Size = new System.Drawing.Size(121, 20); this.txtAQLLEVEL.TabIndex = 79; //
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(26, 231); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(60, 14); this.labelControl6.TabIndex = 78; this.labelControl6.Text = "判退数量:"; //
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(26, 193); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(60, 14); this.labelControl5.TabIndex = 77; this.labelControl5.Text = "样本数量:"; //
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(26, 151); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(84, 14); this.labelControl4.TabIndex = 76; this.labelControl4.Text = "批量截止数量:"; //
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(26, 110); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(84, 14); this.labelControl3.TabIndex = 75; this.labelControl3.Text = "批量起始数量:"; //
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(26, 71); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 74; this.labelControl2.Text = "检验标准:"; //
// txtAQLSEQ
//
this.txtAQLSEQ.EnterMoveNextControl = true; this.txtAQLSEQ.Location = new System.Drawing.Point(125, 26); this.txtAQLSEQ.Name = "txtAQLSEQ"; this.txtAQLSEQ.Size = new System.Drawing.Size(121, 20); this.txtAQLSEQ.TabIndex = 73; //
// save
//
this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.save.Appearance.ForeColor = System.Drawing.Color.White; this.save.Appearance.Options.UseFont = true; this.save.Appearance.Options.UseForeColor = true; this.save.Appearance.Options.UseTextOptions = true; this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image"))); this.save.Location = new System.Drawing.Point(152, 370); this.save.LookAndFeel.SkinName = "BlueButtonSkin"; this.save.LookAndFeel.UseDefaultLookAndFeel = false; this.save.Name = "save"; this.save.Size = new System.Drawing.Size(70, 30); this.save.TabIndex = 84; this.save.Text = "保存"; this.save.Click += new System.EventHandler(this.save_Click); //
// can
//
this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.can.Appearance.ForeColor = System.Drawing.Color.White; this.can.Appearance.Options.UseFont = true; this.can.Appearance.Options.UseForeColor = true; this.can.Appearance.Options.UseTextOptions = true; this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image"))); this.can.Location = new System.Drawing.Point(224, 370); this.can.LookAndFeel.SkinName = "BlueButtonSkin"; this.can.LookAndFeel.UseDefaultLookAndFeel = false; this.can.Name = "can"; this.can.Size = new System.Drawing.Size(70, 30); this.can.TabIndex = 85; this.can.Text = "取消"; this.can.Click += new System.EventHandler(this.can_Click); //
// labelControl13
//
this.labelControl13.Location = new System.Drawing.Point(26, 265); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(40, 14); this.labelControl13.TabIndex = 92; this.labelControl13.Text = "维护人:"; //
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(26, 300); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(52, 14); this.labelControl12.TabIndex = 93; this.labelControl12.Text = "维护时间:"; //
// txtmuser
//
this.txtmuser.EnterMoveNextControl = true; this.txtmuser.Location = new System.Drawing.Point(125, 262); this.txtmuser.Name = "txtmuser"; this.txtmuser.Properties.ReadOnly = true; this.txtmuser.Size = new System.Drawing.Size(121, 20); this.txtmuser.TabIndex = 94; //
// txttime
//
this.txttime.EnterMoveNextControl = true; this.txttime.Location = new System.Drawing.Point(125, 297); this.txttime.Name = "txttime"; this.txttime.Properties.ReadOnly = true; this.txttime.Size = new System.Drawing.Size(121, 20); this.txttime.TabIndex = 95; //
// FormICSAQLAdd
//
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(295, 402); this.Controls.Add(this.can); this.Controls.Add(this.panelControl1); this.Controls.Add(this.save); this.Controls.Add(this.oqcTitle); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSAQLAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormContainerAddEdit"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtAQLLEVEL.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAQLSEQ.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txttime.Properties)).EndInit(); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl oqcTitle; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.TextEdit txtAQLSEQ; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txtAQLLEVEL; private System.Windows.Forms.TextBox txtLOTSIZEMIN; private System.Windows.Forms.TextBox txtRejectSize; private System.Windows.Forms.TextBox txtSampleSize; private System.Windows.Forms.TextBox txtLOTSIZEMAX; private DevExpress.XtraEditors.SimpleButton save; private DevExpress.XtraEditors.SimpleButton can; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.TextEdit txtmuser; private DevExpress.XtraEditors.TextEdit txttime; } }
|