PipeQueryBase.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class PipeQueryBase
  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.chkSTEEL_GRADE = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  31. this.chkCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  32. this.chkHEAT_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  33. this.txtQueryHEAT_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.txtQueryCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  35. this.ultraQuerySTEEL_GRADE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  36. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  37. this.dateEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  38. this.chkCONSIGN_TIME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  39. this.dateBegin = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  40. this.chkPHY_NAME_MAX = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  41. this.ultraQueryPHY_NAME_MAX = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  42. this.chkSAMPLE_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  43. this.txtSAMPLE_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  44. ((System.ComponentModel.ISupportInitialize)(this.chkSTEEL_GRADE)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.chkHEAT_NO)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtQueryHEAT_NO)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraQuerySTEEL_GRADE)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.chkCONSIGN_TIME)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.chkPHY_NAME_MAX)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryPHY_NAME_MAX)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.chkSAMPLE_NO)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtSAMPLE_NO)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // chkSTEEL_GRADE
  60. //
  61. this.chkSTEEL_GRADE.AutoSize = true;
  62. this.chkSTEEL_GRADE.Location = new System.Drawing.Point(823, 15);
  63. this.chkSTEEL_GRADE.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  64. this.chkSTEEL_GRADE.Name = "chkSTEEL_GRADE";
  65. this.chkSTEEL_GRADE.Size = new System.Drawing.Size(71, 28);
  66. this.chkSTEEL_GRADE.TabIndex = 10;
  67. this.chkSTEEL_GRADE.Text = "钢级";
  68. this.chkSTEEL_GRADE.CheckedChanged += new System.EventHandler(this.chkSTEEL_GRADE_CheckedChanged);
  69. //
  70. // chkCHECK_NO
  71. //
  72. this.chkCHECK_NO.AutoSize = true;
  73. this.chkCHECK_NO.Location = new System.Drawing.Point(400, 15);
  74. this.chkCHECK_NO.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  75. this.chkCHECK_NO.Name = "chkCHECK_NO";
  76. this.chkCHECK_NO.Size = new System.Drawing.Size(112, 28);
  77. this.chkCHECK_NO.TabIndex = 8;
  78. this.chkCHECK_NO.Text = "检验编号";
  79. this.chkCHECK_NO.CheckedChanged += new System.EventHandler(this.chkCHECK_NO_CheckedChanged);
  80. //
  81. // chkHEAT_NO
  82. //
  83. this.chkHEAT_NO.AutoSize = true;
  84. this.chkHEAT_NO.Location = new System.Drawing.Point(628, 15);
  85. this.chkHEAT_NO.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  86. this.chkHEAT_NO.Name = "chkHEAT_NO";
  87. this.chkHEAT_NO.Size = new System.Drawing.Size(71, 28);
  88. this.chkHEAT_NO.TabIndex = 9;
  89. this.chkHEAT_NO.Text = "炉号";
  90. this.chkHEAT_NO.CheckedChanged += new System.EventHandler(this.chkHEAT_NO_CheckedChanged);
  91. //
  92. // txtQueryHEAT_NO
  93. //
  94. this.txtQueryHEAT_NO.Enabled = false;
  95. this.txtQueryHEAT_NO.Location = new System.Drawing.Point(695, 14);
  96. this.txtQueryHEAT_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  97. this.txtQueryHEAT_NO.MaxLength = 100;
  98. this.txtQueryHEAT_NO.Name = "txtQueryHEAT_NO";
  99. this.txtQueryHEAT_NO.Size = new System.Drawing.Size(123, 24);
  100. this.txtQueryHEAT_NO.TabIndex = 3;
  101. //
  102. // txtQueryCHECK_NO
  103. //
  104. this.txtQueryCHECK_NO.Enabled = false;
  105. this.txtQueryCHECK_NO.Location = new System.Drawing.Point(500, 14);
  106. this.txtQueryCHECK_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  107. this.txtQueryCHECK_NO.MaxLength = 100;
  108. this.txtQueryCHECK_NO.Name = "txtQueryCHECK_NO";
  109. this.txtQueryCHECK_NO.Size = new System.Drawing.Size(123, 24);
  110. this.txtQueryCHECK_NO.TabIndex = 2;
  111. this.txtQueryCHECK_NO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtQueryCHECK_NO_KeyDown);
  112. //
  113. // ultraQuerySTEEL_GRADE
  114. //
  115. this.ultraQuerySTEEL_GRADE.Enabled = false;
  116. this.ultraQuerySTEEL_GRADE.Location = new System.Drawing.Point(889, 14);
  117. this.ultraQuerySTEEL_GRADE.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  118. this.ultraQuerySTEEL_GRADE.Name = "ultraQuerySTEEL_GRADE";
  119. this.ultraQuerySTEEL_GRADE.Size = new System.Drawing.Size(141, 24);
  120. this.ultraQuerySTEEL_GRADE.TabIndex = 4;
  121. //
  122. // ultraLabel2
  123. //
  124. appearance15.TextHAlignAsString = "Center";
  125. appearance15.TextVAlignAsString = "Middle";
  126. this.ultraLabel2.Appearance = appearance15;
  127. this.ultraLabel2.AutoSize = true;
  128. this.ultraLabel2.Location = new System.Drawing.Point(244, 18);
  129. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  130. this.ultraLabel2.Name = "ultraLabel2";
  131. this.ultraLabel2.Size = new System.Drawing.Size(28, 24);
  132. this.ultraLabel2.TabIndex = 7;
  133. this.ultraLabel2.Text = "至";
  134. //
  135. // dateEnd
  136. //
  137. this.dateEnd.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  138. this.dateEnd.Location = new System.Drawing.Point(272, 14);
  139. this.dateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  140. this.dateEnd.MaskInput = "yyyy-mm-dd";
  141. this.dateEnd.Name = "dateEnd";
  142. this.dateEnd.Size = new System.Drawing.Size(123, 24);
  143. this.dateEnd.TabIndex = 1;
  144. //
  145. // chkCONSIGN_TIME
  146. //
  147. appearance7.TextHAlignAsString = "Left";
  148. this.chkCONSIGN_TIME.Appearance = appearance7;
  149. this.chkCONSIGN_TIME.AutoSize = true;
  150. this.chkCONSIGN_TIME.Checked = true;
  151. this.chkCONSIGN_TIME.CheckState = System.Windows.Forms.CheckState.Checked;
  152. this.chkCONSIGN_TIME.Location = new System.Drawing.Point(16, 15);
  153. this.chkCONSIGN_TIME.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  154. this.chkCONSIGN_TIME.Name = "chkCONSIGN_TIME";
  155. this.chkCONSIGN_TIME.Size = new System.Drawing.Size(112, 28);
  156. this.chkCONSIGN_TIME.TabIndex = 6;
  157. this.chkCONSIGN_TIME.Text = "委托时间";
  158. this.chkCONSIGN_TIME.CheckedChanged += new System.EventHandler(this.chkCONSIGN_TIME_CheckedChanged);
  159. //
  160. // dateBegin
  161. //
  162. this.dateBegin.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  163. this.dateBegin.FormatString = "";
  164. this.dateBegin.Location = new System.Drawing.Point(116, 14);
  165. this.dateBegin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  166. this.dateBegin.MaskInput = "yyyy-mm-dd";
  167. this.dateBegin.Name = "dateBegin";
  168. this.dateBegin.Size = new System.Drawing.Size(123, 24);
  169. this.dateBegin.TabIndex = 0;
  170. //
  171. // chkPHY_NAME_MAX
  172. //
  173. this.chkPHY_NAME_MAX.AutoSize = true;
  174. this.chkPHY_NAME_MAX.Location = new System.Drawing.Point(1267, 16);
  175. this.chkPHY_NAME_MAX.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  176. this.chkPHY_NAME_MAX.Name = "chkPHY_NAME_MAX";
  177. this.chkPHY_NAME_MAX.Size = new System.Drawing.Size(92, 28);
  178. this.chkPHY_NAME_MAX.TabIndex = 11;
  179. this.chkPHY_NAME_MAX.Text = "检验项";
  180. this.chkPHY_NAME_MAX.Visible = false;
  181. this.chkPHY_NAME_MAX.CheckedChanged += new System.EventHandler(this.chkPHY_NAME_MAX_CheckedChanged);
  182. //
  183. // ultraQueryPHY_NAME_MAX
  184. //
  185. this.ultraQueryPHY_NAME_MAX.Enabled = false;
  186. this.ultraQueryPHY_NAME_MAX.Location = new System.Drawing.Point(1351, 15);
  187. this.ultraQueryPHY_NAME_MAX.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  188. this.ultraQueryPHY_NAME_MAX.Name = "ultraQueryPHY_NAME_MAX";
  189. this.ultraQueryPHY_NAME_MAX.Size = new System.Drawing.Size(125, 24);
  190. this.ultraQueryPHY_NAME_MAX.TabIndex = 5;
  191. this.ultraQueryPHY_NAME_MAX.Visible = false;
  192. //
  193. // chkSAMPLE_NO
  194. //
  195. this.chkSAMPLE_NO.AutoSize = true;
  196. this.chkSAMPLE_NO.Location = new System.Drawing.Point(1037, 14);
  197. this.chkSAMPLE_NO.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  198. this.chkSAMPLE_NO.Name = "chkSAMPLE_NO";
  199. this.chkSAMPLE_NO.Size = new System.Drawing.Size(92, 28);
  200. this.chkSAMPLE_NO.TabIndex = 12;
  201. this.chkSAMPLE_NO.Text = "试样号";
  202. this.chkSAMPLE_NO.Visible = false;
  203. this.chkSAMPLE_NO.CheckedChanged += new System.EventHandler(this.chkSAMPLE_NO_CheckedChanged);
  204. //
  205. // txtSAMPLE_NO
  206. //
  207. this.txtSAMPLE_NO.Enabled = false;
  208. this.txtSAMPLE_NO.Location = new System.Drawing.Point(1123, 10);
  209. this.txtSAMPLE_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  210. this.txtSAMPLE_NO.MaxLength = 100;
  211. this.txtSAMPLE_NO.Name = "txtSAMPLE_NO";
  212. this.txtSAMPLE_NO.Size = new System.Drawing.Size(123, 24);
  213. this.txtSAMPLE_NO.TabIndex = 13;
  214. this.txtSAMPLE_NO.Visible = false;
  215. //
  216. // PipeQueryBase
  217. //
  218. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  219. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  220. this.Controls.Add(this.txtSAMPLE_NO);
  221. this.Controls.Add(this.chkSAMPLE_NO);
  222. this.Controls.Add(this.chkPHY_NAME_MAX);
  223. this.Controls.Add(this.ultraQueryPHY_NAME_MAX);
  224. this.Controls.Add(this.chkSTEEL_GRADE);
  225. this.Controls.Add(this.chkCHECK_NO);
  226. this.Controls.Add(this.chkHEAT_NO);
  227. this.Controls.Add(this.txtQueryHEAT_NO);
  228. this.Controls.Add(this.txtQueryCHECK_NO);
  229. this.Controls.Add(this.ultraQuerySTEEL_GRADE);
  230. this.Controls.Add(this.ultraLabel2);
  231. this.Controls.Add(this.dateEnd);
  232. this.Controls.Add(this.chkCONSIGN_TIME);
  233. this.Controls.Add(this.dateBegin);
  234. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  235. this.Name = "PipeQueryBase";
  236. this.Size = new System.Drawing.Size(1771, 50);
  237. this.Load += new System.EventHandler(this.PipeQueryBase_Load);
  238. ((System.ComponentModel.ISupportInitialize)(this.chkSTEEL_GRADE)).EndInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).EndInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.chkHEAT_NO)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.txtQueryHEAT_NO)).EndInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.ultraQuerySTEEL_GRADE)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.chkCONSIGN_TIME)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.chkPHY_NAME_MAX)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryPHY_NAME_MAX)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.chkSAMPLE_NO)).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.txtSAMPLE_NO)).EndInit();
  251. this.ResumeLayout(false);
  252. this.PerformLayout();
  253. }
  254. #endregion
  255. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSTEEL_GRADE;
  256. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCHECK_NO;
  257. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkHEAT_NO;
  258. internal Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryHEAT_NO;
  259. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryCHECK_NO;
  260. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQuerySTEEL_GRADE;
  261. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  262. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEnd;
  263. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCONSIGN_TIME;
  264. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegin;
  265. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPHY_NAME_MAX;
  266. internal Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQueryPHY_NAME_MAX;
  267. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSAMPLE_NO;
  268. internal Infragistics.Win.UltraWinEditors.UltraTextEditor txtSAMPLE_NO;
  269. }
  270. }