namespace Core.StlMes.Client.Lims.Data.Mat { partial class MatQueryBase { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); this.chkCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.txtQueryCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.dateEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.chkCONSIGN_TIME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.dateBegin = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.chkSAMPLE_NAME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.ultraQuerySAMPLE_NAME = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ultraPRODUCT_STD = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.chkPRODUCT_STD = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkCONSIGN_TIME)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSAMPLE_NAME)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraQuerySAMPLE_NAME)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraPRODUCT_STD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkPRODUCT_STD)).BeginInit(); this.SuspendLayout(); // // chkCHECK_NO // this.chkCHECK_NO.AutoSize = true; this.chkCHECK_NO.Location = new System.Drawing.Point(300, 12); this.chkCHECK_NO.Margin = new System.Windows.Forms.Padding(2); this.chkCHECK_NO.Name = "chkCHECK_NO"; this.chkCHECK_NO.Size = new System.Drawing.Size(71, 19); this.chkCHECK_NO.TabIndex = 8; this.chkCHECK_NO.Text = "检验编号"; this.chkCHECK_NO.CheckedChanged += new System.EventHandler(this.chkCHECK_NO_CheckedChanged); // // txtQueryCHECK_NO // this.txtQueryCHECK_NO.Enabled = false; this.txtQueryCHECK_NO.Location = new System.Drawing.Point(375, 11); this.txtQueryCHECK_NO.MaxLength = 100; this.txtQueryCHECK_NO.Name = "txtQueryCHECK_NO"; this.txtQueryCHECK_NO.Size = new System.Drawing.Size(92, 21); this.txtQueryCHECK_NO.TabIndex = 2; // // ultraLabel2 // appearance15.TextHAlignAsString = "Center"; appearance15.TextVAlignAsString = "Middle"; this.ultraLabel2.Appearance = appearance15; this.ultraLabel2.AutoSize = true; this.ultraLabel2.Location = new System.Drawing.Point(183, 14); this.ultraLabel2.Name = "ultraLabel2"; this.ultraLabel2.Size = new System.Drawing.Size(17, 16); this.ultraLabel2.TabIndex = 7; this.ultraLabel2.Text = "至"; // // dateEnd // this.dateEnd.FormatProvider = new System.Globalization.CultureInfo("sq-AL"); this.dateEnd.Location = new System.Drawing.Point(204, 11); this.dateEnd.MaskInput = "yyyy-mm-dd"; this.dateEnd.Name = "dateEnd"; this.dateEnd.Size = new System.Drawing.Size(92, 21); this.dateEnd.TabIndex = 1; // // chkCONSIGN_TIME // appearance7.TextHAlignAsString = "Left"; this.chkCONSIGN_TIME.Appearance = appearance7; this.chkCONSIGN_TIME.AutoSize = true; this.chkCONSIGN_TIME.Checked = true; this.chkCONSIGN_TIME.CheckState = System.Windows.Forms.CheckState.Checked; this.chkCONSIGN_TIME.Enabled = false; this.chkCONSIGN_TIME.Location = new System.Drawing.Point(12, 12); this.chkCONSIGN_TIME.Name = "chkCONSIGN_TIME"; this.chkCONSIGN_TIME.Size = new System.Drawing.Size(71, 19); this.chkCONSIGN_TIME.TabIndex = 6; this.chkCONSIGN_TIME.Text = "委托时间"; this.chkCONSIGN_TIME.CheckedChanged += new System.EventHandler(this.chkCONSIGN_TIME_CheckedChanged); // // dateBegin // this.dateBegin.FormatProvider = new System.Globalization.CultureInfo("sq-AL"); this.dateBegin.FormatString = ""; this.dateBegin.Location = new System.Drawing.Point(87, 11); this.dateBegin.MaskInput = "yyyy-mm-dd"; this.dateBegin.Name = "dateBegin"; this.dateBegin.Size = new System.Drawing.Size(92, 21); this.dateBegin.TabIndex = 0; // // chkSAMPLE_NAME // this.chkSAMPLE_NAME.AutoSize = true; this.chkSAMPLE_NAME.Location = new System.Drawing.Point(471, 11); this.chkSAMPLE_NAME.Margin = new System.Windows.Forms.Padding(2); this.chkSAMPLE_NAME.Name = "chkSAMPLE_NAME"; this.chkSAMPLE_NAME.Size = new System.Drawing.Size(71, 19); this.chkSAMPLE_NAME.TabIndex = 65; this.chkSAMPLE_NAME.Text = "试样名称"; this.chkSAMPLE_NAME.CheckedChanged += new System.EventHandler(this.chkSAMPLE_NAME_CheckedChanged); // // ultraQuerySAMPLE_NAME // this.ultraQuerySAMPLE_NAME.Enabled = false; this.ultraQuerySAMPLE_NAME.Location = new System.Drawing.Point(546, 10); this.ultraQuerySAMPLE_NAME.Name = "ultraQuerySAMPLE_NAME"; this.ultraQuerySAMPLE_NAME.Size = new System.Drawing.Size(110, 21); this.ultraQuerySAMPLE_NAME.TabIndex = 64; // // ultraPRODUCT_STD // this.ultraPRODUCT_STD.Enabled = false; this.ultraPRODUCT_STD.Location = new System.Drawing.Point(735, 10); this.ultraPRODUCT_STD.Name = "ultraPRODUCT_STD"; this.ultraPRODUCT_STD.Size = new System.Drawing.Size(128, 21); this.ultraPRODUCT_STD.TabIndex = 213; // // chkPRODUCT_STD // this.chkPRODUCT_STD.AutoSize = true; this.chkPRODUCT_STD.Location = new System.Drawing.Point(660, 11); this.chkPRODUCT_STD.Margin = new System.Windows.Forms.Padding(2); this.chkPRODUCT_STD.Name = "chkPRODUCT_STD"; this.chkPRODUCT_STD.Size = new System.Drawing.Size(71, 19); this.chkPRODUCT_STD.TabIndex = 214; this.chkPRODUCT_STD.Text = "技术标准"; this.chkPRODUCT_STD.CheckedChanged += new System.EventHandler(this.chkPRODUCT_STD_CheckedChanged); // // MatQueryBase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chkPRODUCT_STD); this.Controls.Add(this.ultraPRODUCT_STD); this.Controls.Add(this.chkSAMPLE_NAME); this.Controls.Add(this.ultraQuerySAMPLE_NAME); this.Controls.Add(this.chkCHECK_NO); this.Controls.Add(this.txtQueryCHECK_NO); this.Controls.Add(this.ultraLabel2); this.Controls.Add(this.dateEnd); this.Controls.Add(this.chkCONSIGN_TIME); this.Controls.Add(this.dateBegin); this.Name = "MatQueryBase"; this.Size = new System.Drawing.Size(1328, 40); this.Load += new System.EventHandler(this.MatQueryBase_Load); ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkCONSIGN_TIME)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSAMPLE_NAME)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraQuerySAMPLE_NAME)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraPRODUCT_STD)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkPRODUCT_STD)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCHECK_NO; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryCHECK_NO; private Infragistics.Win.Misc.UltraLabel ultraLabel2; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEnd; internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCONSIGN_TIME; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegin; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSAMPLE_NAME; private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQuerySAMPLE_NAME; private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraPRODUCT_STD; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPRODUCT_STD; } }