MatQueryBase.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace Core.StlMes.Client.Lims.Data.Mat
  2. {
  3. partial class MatQueryBase
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  30. this.chkCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  31. this.txtQueryCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  33. this.dateEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  34. this.chkCONSIGN_TIME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  35. this.dateBegin = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  36. this.chkSAMPLE_NAME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  37. this.ultraQuerySAMPLE_NAME = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  38. this.ultraPRODUCT_STD = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  39. this.chkPRODUCT_STD = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  40. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.chkCONSIGN_TIME)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.chkSAMPLE_NAME)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.ultraQuerySAMPLE_NAME)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.ultraPRODUCT_STD)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.chkPRODUCT_STD)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // chkCHECK_NO
  52. //
  53. this.chkCHECK_NO.AutoSize = true;
  54. this.chkCHECK_NO.Location = new System.Drawing.Point(300, 12);
  55. this.chkCHECK_NO.Margin = new System.Windows.Forms.Padding(2);
  56. this.chkCHECK_NO.Name = "chkCHECK_NO";
  57. this.chkCHECK_NO.Size = new System.Drawing.Size(71, 19);
  58. this.chkCHECK_NO.TabIndex = 8;
  59. this.chkCHECK_NO.Text = "检验编号";
  60. this.chkCHECK_NO.CheckedChanged += new System.EventHandler(this.chkCHECK_NO_CheckedChanged);
  61. //
  62. // txtQueryCHECK_NO
  63. //
  64. this.txtQueryCHECK_NO.Enabled = false;
  65. this.txtQueryCHECK_NO.Location = new System.Drawing.Point(375, 11);
  66. this.txtQueryCHECK_NO.MaxLength = 100;
  67. this.txtQueryCHECK_NO.Name = "txtQueryCHECK_NO";
  68. this.txtQueryCHECK_NO.Size = new System.Drawing.Size(92, 21);
  69. this.txtQueryCHECK_NO.TabIndex = 2;
  70. //
  71. // ultraLabel2
  72. //
  73. appearance15.TextHAlignAsString = "Center";
  74. appearance15.TextVAlignAsString = "Middle";
  75. this.ultraLabel2.Appearance = appearance15;
  76. this.ultraLabel2.AutoSize = true;
  77. this.ultraLabel2.Location = new System.Drawing.Point(183, 14);
  78. this.ultraLabel2.Name = "ultraLabel2";
  79. this.ultraLabel2.Size = new System.Drawing.Size(17, 16);
  80. this.ultraLabel2.TabIndex = 7;
  81. this.ultraLabel2.Text = "至";
  82. //
  83. // dateEnd
  84. //
  85. this.dateEnd.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  86. this.dateEnd.Location = new System.Drawing.Point(204, 11);
  87. this.dateEnd.MaskInput = "yyyy-mm-dd";
  88. this.dateEnd.Name = "dateEnd";
  89. this.dateEnd.Size = new System.Drawing.Size(92, 21);
  90. this.dateEnd.TabIndex = 1;
  91. //
  92. // chkCONSIGN_TIME
  93. //
  94. appearance7.TextHAlignAsString = "Left";
  95. this.chkCONSIGN_TIME.Appearance = appearance7;
  96. this.chkCONSIGN_TIME.AutoSize = true;
  97. this.chkCONSIGN_TIME.Checked = true;
  98. this.chkCONSIGN_TIME.CheckState = System.Windows.Forms.CheckState.Checked;
  99. this.chkCONSIGN_TIME.Enabled = false;
  100. this.chkCONSIGN_TIME.Location = new System.Drawing.Point(12, 12);
  101. this.chkCONSIGN_TIME.Name = "chkCONSIGN_TIME";
  102. this.chkCONSIGN_TIME.Size = new System.Drawing.Size(71, 19);
  103. this.chkCONSIGN_TIME.TabIndex = 6;
  104. this.chkCONSIGN_TIME.Text = "委托时间";
  105. this.chkCONSIGN_TIME.CheckedChanged += new System.EventHandler(this.chkCONSIGN_TIME_CheckedChanged);
  106. //
  107. // dateBegin
  108. //
  109. this.dateBegin.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  110. this.dateBegin.FormatString = "";
  111. this.dateBegin.Location = new System.Drawing.Point(87, 11);
  112. this.dateBegin.MaskInput = "yyyy-mm-dd";
  113. this.dateBegin.Name = "dateBegin";
  114. this.dateBegin.Size = new System.Drawing.Size(92, 21);
  115. this.dateBegin.TabIndex = 0;
  116. //
  117. // chkSAMPLE_NAME
  118. //
  119. this.chkSAMPLE_NAME.AutoSize = true;
  120. this.chkSAMPLE_NAME.Location = new System.Drawing.Point(471, 11);
  121. this.chkSAMPLE_NAME.Margin = new System.Windows.Forms.Padding(2);
  122. this.chkSAMPLE_NAME.Name = "chkSAMPLE_NAME";
  123. this.chkSAMPLE_NAME.Size = new System.Drawing.Size(71, 19);
  124. this.chkSAMPLE_NAME.TabIndex = 65;
  125. this.chkSAMPLE_NAME.Text = "试样名称";
  126. this.chkSAMPLE_NAME.CheckedChanged += new System.EventHandler(this.chkSAMPLE_NAME_CheckedChanged);
  127. //
  128. // ultraQuerySAMPLE_NAME
  129. //
  130. this.ultraQuerySAMPLE_NAME.Enabled = false;
  131. this.ultraQuerySAMPLE_NAME.Location = new System.Drawing.Point(546, 10);
  132. this.ultraQuerySAMPLE_NAME.Name = "ultraQuerySAMPLE_NAME";
  133. this.ultraQuerySAMPLE_NAME.Size = new System.Drawing.Size(110, 21);
  134. this.ultraQuerySAMPLE_NAME.TabIndex = 64;
  135. //
  136. // ultraPRODUCT_STD
  137. //
  138. this.ultraPRODUCT_STD.Enabled = false;
  139. this.ultraPRODUCT_STD.Location = new System.Drawing.Point(735, 10);
  140. this.ultraPRODUCT_STD.Name = "ultraPRODUCT_STD";
  141. this.ultraPRODUCT_STD.Size = new System.Drawing.Size(128, 21);
  142. this.ultraPRODUCT_STD.TabIndex = 213;
  143. //
  144. // chkPRODUCT_STD
  145. //
  146. this.chkPRODUCT_STD.AutoSize = true;
  147. this.chkPRODUCT_STD.Location = new System.Drawing.Point(660, 11);
  148. this.chkPRODUCT_STD.Margin = new System.Windows.Forms.Padding(2);
  149. this.chkPRODUCT_STD.Name = "chkPRODUCT_STD";
  150. this.chkPRODUCT_STD.Size = new System.Drawing.Size(71, 19);
  151. this.chkPRODUCT_STD.TabIndex = 214;
  152. this.chkPRODUCT_STD.Text = "技术标准";
  153. this.chkPRODUCT_STD.CheckedChanged += new System.EventHandler(this.chkPRODUCT_STD_CheckedChanged);
  154. //
  155. // MatQueryBase
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.Controls.Add(this.chkPRODUCT_STD);
  160. this.Controls.Add(this.ultraPRODUCT_STD);
  161. this.Controls.Add(this.chkSAMPLE_NAME);
  162. this.Controls.Add(this.ultraQuerySAMPLE_NAME);
  163. this.Controls.Add(this.chkCHECK_NO);
  164. this.Controls.Add(this.txtQueryCHECK_NO);
  165. this.Controls.Add(this.ultraLabel2);
  166. this.Controls.Add(this.dateEnd);
  167. this.Controls.Add(this.chkCONSIGN_TIME);
  168. this.Controls.Add(this.dateBegin);
  169. this.Name = "MatQueryBase";
  170. this.Size = new System.Drawing.Size(1328, 40);
  171. this.Load += new System.EventHandler(this.MatQueryBase_Load);
  172. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).EndInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).EndInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).EndInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.chkCONSIGN_TIME)).EndInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).EndInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.chkSAMPLE_NAME)).EndInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.ultraQuerySAMPLE_NAME)).EndInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.ultraPRODUCT_STD)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.chkPRODUCT_STD)).EndInit();
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCHECK_NO;
  186. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryCHECK_NO;
  187. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  188. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEnd;
  189. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCONSIGN_TIME;
  190. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegin;
  191. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSAMPLE_NAME;
  192. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQuerySAMPLE_NAME;
  193. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraPRODUCT_STD;
  194. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPRODUCT_STD;
  195. }
  196. }