PipeQueryBaseSampleState.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class PipeQueryBaseSampleState
  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. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  33. this.chkSTEEL_GRADE = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  34. this.chkCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  35. this.chkHEAT_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  36. this.txtQueryHEAT_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  37. this.txtQueryCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  38. this.ultraQuerySTEEL_GRADE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  39. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  40. this.dateEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  41. this.chkCONSIGN_TIME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  42. this.dateBegin = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  43. this.chkPHY_NAME_MAX = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  44. this.ultraQueryPHY_NAME_MAX = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.ultraFLAG = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. this.chkFLAG = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  47. this.chkSAMPLE_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  48. this.txtSAMPLE_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  49. ((System.ComponentModel.ISupportInitialize)(this.chkSTEEL_GRADE)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.chkHEAT_NO)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtQueryHEAT_NO)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraQuerySTEEL_GRADE)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.chkCONSIGN_TIME)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.chkPHY_NAME_MAX)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryPHY_NAME_MAX)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.ultraFLAG)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.chkFLAG)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.chkSAMPLE_NO)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtSAMPLE_NO)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // chkSTEEL_GRADE
  67. //
  68. this.chkSTEEL_GRADE.AutoSize = true;
  69. this.chkSTEEL_GRADE.Location = new System.Drawing.Point(617, 12);
  70. this.chkSTEEL_GRADE.Margin = new System.Windows.Forms.Padding(2);
  71. this.chkSTEEL_GRADE.Name = "chkSTEEL_GRADE";
  72. this.chkSTEEL_GRADE.Size = new System.Drawing.Size(46, 19);
  73. this.chkSTEEL_GRADE.TabIndex = 10;
  74. this.chkSTEEL_GRADE.Text = "钢级";
  75. this.chkSTEEL_GRADE.CheckedChanged += new System.EventHandler(this.chkSTEEL_GRADE_CheckedChanged);
  76. //
  77. // chkCHECK_NO
  78. //
  79. this.chkCHECK_NO.AutoSize = true;
  80. this.chkCHECK_NO.Location = new System.Drawing.Point(300, 12);
  81. this.chkCHECK_NO.Margin = new System.Windows.Forms.Padding(2);
  82. this.chkCHECK_NO.Name = "chkCHECK_NO";
  83. this.chkCHECK_NO.Size = new System.Drawing.Size(71, 19);
  84. this.chkCHECK_NO.TabIndex = 8;
  85. this.chkCHECK_NO.Text = "检验编号";
  86. this.chkCHECK_NO.CheckedChanged += new System.EventHandler(this.chkCHECK_NO_CheckedChanged);
  87. //
  88. // chkHEAT_NO
  89. //
  90. this.chkHEAT_NO.AutoSize = true;
  91. this.chkHEAT_NO.Location = new System.Drawing.Point(471, 12);
  92. this.chkHEAT_NO.Margin = new System.Windows.Forms.Padding(2);
  93. this.chkHEAT_NO.Name = "chkHEAT_NO";
  94. this.chkHEAT_NO.Size = new System.Drawing.Size(46, 19);
  95. this.chkHEAT_NO.TabIndex = 9;
  96. this.chkHEAT_NO.Text = "炉号";
  97. this.chkHEAT_NO.CheckedChanged += new System.EventHandler(this.chkHEAT_NO_CheckedChanged);
  98. //
  99. // txtQueryHEAT_NO
  100. //
  101. this.txtQueryHEAT_NO.Enabled = false;
  102. this.txtQueryHEAT_NO.Location = new System.Drawing.Point(521, 11);
  103. this.txtQueryHEAT_NO.MaxLength = 100;
  104. this.txtQueryHEAT_NO.Name = "txtQueryHEAT_NO";
  105. this.txtQueryHEAT_NO.Size = new System.Drawing.Size(92, 21);
  106. this.txtQueryHEAT_NO.TabIndex = 3;
  107. //
  108. // txtQueryCHECK_NO
  109. //
  110. this.txtQueryCHECK_NO.Enabled = false;
  111. this.txtQueryCHECK_NO.Location = new System.Drawing.Point(375, 11);
  112. this.txtQueryCHECK_NO.MaxLength = 100;
  113. this.txtQueryCHECK_NO.Name = "txtQueryCHECK_NO";
  114. this.txtQueryCHECK_NO.Size = new System.Drawing.Size(92, 21);
  115. this.txtQueryCHECK_NO.TabIndex = 2;
  116. this.txtQueryCHECK_NO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtQueryCHECK_NO_KeyDown);
  117. //
  118. // ultraQuerySTEEL_GRADE
  119. //
  120. this.ultraQuerySTEEL_GRADE.Enabled = false;
  121. this.ultraQuerySTEEL_GRADE.Location = new System.Drawing.Point(667, 11);
  122. this.ultraQuerySTEEL_GRADE.Name = "ultraQuerySTEEL_GRADE";
  123. this.ultraQuerySTEEL_GRADE.Size = new System.Drawing.Size(106, 21);
  124. this.ultraQuerySTEEL_GRADE.TabIndex = 4;
  125. //
  126. // ultraLabel2
  127. //
  128. appearance15.TextHAlignAsString = "Center";
  129. appearance15.TextVAlignAsString = "Middle";
  130. this.ultraLabel2.Appearance = appearance15;
  131. this.ultraLabel2.AutoSize = true;
  132. this.ultraLabel2.Location = new System.Drawing.Point(183, 14);
  133. this.ultraLabel2.Name = "ultraLabel2";
  134. this.ultraLabel2.Size = new System.Drawing.Size(17, 16);
  135. this.ultraLabel2.TabIndex = 7;
  136. this.ultraLabel2.Text = "至";
  137. //
  138. // dateEnd
  139. //
  140. this.dateEnd.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  141. this.dateEnd.Location = new System.Drawing.Point(204, 11);
  142. this.dateEnd.MaskInput = "yyyy-mm-dd";
  143. this.dateEnd.Name = "dateEnd";
  144. this.dateEnd.Size = new System.Drawing.Size(92, 21);
  145. this.dateEnd.TabIndex = 1;
  146. //
  147. // chkCONSIGN_TIME
  148. //
  149. appearance7.TextHAlignAsString = "Left";
  150. this.chkCONSIGN_TIME.Appearance = appearance7;
  151. this.chkCONSIGN_TIME.AutoSize = true;
  152. this.chkCONSIGN_TIME.Checked = true;
  153. this.chkCONSIGN_TIME.CheckState = System.Windows.Forms.CheckState.Checked;
  154. this.chkCONSIGN_TIME.Location = new System.Drawing.Point(12, 12);
  155. this.chkCONSIGN_TIME.Name = "chkCONSIGN_TIME";
  156. this.chkCONSIGN_TIME.Size = new System.Drawing.Size(71, 19);
  157. this.chkCONSIGN_TIME.TabIndex = 6;
  158. this.chkCONSIGN_TIME.Text = "委托时间";
  159. this.chkCONSIGN_TIME.CheckedChanged += new System.EventHandler(this.chkCONSIGN_TIME_CheckedChanged);
  160. //
  161. // dateBegin
  162. //
  163. this.dateBegin.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  164. this.dateBegin.FormatString = "";
  165. this.dateBegin.Location = new System.Drawing.Point(87, 11);
  166. this.dateBegin.MaskInput = "yyyy-mm-dd";
  167. this.dateBegin.Name = "dateBegin";
  168. this.dateBegin.Size = new System.Drawing.Size(92, 21);
  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(1103, 13);
  175. this.chkPHY_NAME_MAX.Margin = new System.Windows.Forms.Padding(2);
  176. this.chkPHY_NAME_MAX.Name = "chkPHY_NAME_MAX";
  177. this.chkPHY_NAME_MAX.Size = new System.Drawing.Size(59, 19);
  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(1167, 12);
  187. this.ultraQueryPHY_NAME_MAX.Name = "ultraQueryPHY_NAME_MAX";
  188. this.ultraQueryPHY_NAME_MAX.Size = new System.Drawing.Size(94, 21);
  189. this.ultraQueryPHY_NAME_MAX.TabIndex = 5;
  190. this.ultraQueryPHY_NAME_MAX.Visible = false;
  191. //
  192. // ultraFLAG
  193. //
  194. this.ultraFLAG.DropDownListWidth = -1;
  195. this.ultraFLAG.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  196. this.ultraFLAG.Enabled = false;
  197. valueListItem9.DataValue = "0125";
  198. valueListItem9.DisplayText = "全部";
  199. valueListItem10.DataValue = "012";
  200. valueListItem10.DisplayText = "在途";
  201. valueListItem1.DataValue = "5";
  202. valueListItem1.DisplayText = "判断已接收";
  203. this.ultraFLAG.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  204. valueListItem9,
  205. valueListItem10,
  206. valueListItem1});
  207. this.ultraFLAG.Location = new System.Drawing.Point(836, 12);
  208. this.ultraFLAG.Name = "ultraFLAG";
  209. this.ultraFLAG.Size = new System.Drawing.Size(101, 21);
  210. this.ultraFLAG.TabIndex = 13;
  211. //
  212. // chkFLAG
  213. //
  214. this.chkFLAG.AutoSize = true;
  215. this.chkFLAG.Location = new System.Drawing.Point(785, 11);
  216. this.chkFLAG.Margin = new System.Windows.Forms.Padding(2);
  217. this.chkFLAG.Name = "chkFLAG";
  218. this.chkFLAG.Size = new System.Drawing.Size(46, 19);
  219. this.chkFLAG.TabIndex = 14;
  220. this.chkFLAG.Text = "状态";
  221. this.chkFLAG.CheckedChanged += new System.EventHandler(this.chkFLAG_CheckedChanged);
  222. //
  223. // chkSAMPLE_NO
  224. //
  225. this.chkSAMPLE_NO.AutoSize = true;
  226. this.chkSAMPLE_NO.Location = new System.Drawing.Point(942, 11);
  227. this.chkSAMPLE_NO.Margin = new System.Windows.Forms.Padding(2);
  228. this.chkSAMPLE_NO.Name = "chkSAMPLE_NO";
  229. this.chkSAMPLE_NO.Size = new System.Drawing.Size(59, 19);
  230. this.chkSAMPLE_NO.TabIndex = 15;
  231. this.chkSAMPLE_NO.Text = "试样号";
  232. this.chkSAMPLE_NO.CheckedChanged += new System.EventHandler(this.chkSAMPLE_NO_CheckedChanged);
  233. //
  234. // txtSAMPLE_NO
  235. //
  236. this.txtSAMPLE_NO.Enabled = false;
  237. this.txtSAMPLE_NO.Location = new System.Drawing.Point(1006, 12);
  238. this.txtSAMPLE_NO.MaxLength = 100;
  239. this.txtSAMPLE_NO.Name = "txtSAMPLE_NO";
  240. this.txtSAMPLE_NO.Size = new System.Drawing.Size(92, 21);
  241. this.txtSAMPLE_NO.TabIndex = 16;
  242. //
  243. // PipeQueryBaseSampleState
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.Controls.Add(this.txtSAMPLE_NO);
  248. this.Controls.Add(this.chkSAMPLE_NO);
  249. this.Controls.Add(this.chkFLAG);
  250. this.Controls.Add(this.ultraFLAG);
  251. this.Controls.Add(this.chkPHY_NAME_MAX);
  252. this.Controls.Add(this.ultraQueryPHY_NAME_MAX);
  253. this.Controls.Add(this.chkSTEEL_GRADE);
  254. this.Controls.Add(this.chkCHECK_NO);
  255. this.Controls.Add(this.chkHEAT_NO);
  256. this.Controls.Add(this.txtQueryHEAT_NO);
  257. this.Controls.Add(this.txtQueryCHECK_NO);
  258. this.Controls.Add(this.ultraQuerySTEEL_GRADE);
  259. this.Controls.Add(this.ultraLabel2);
  260. this.Controls.Add(this.dateEnd);
  261. this.Controls.Add(this.chkCONSIGN_TIME);
  262. this.Controls.Add(this.dateBegin);
  263. this.Name = "PipeQueryBaseSampleState";
  264. this.Size = new System.Drawing.Size(1328, 40);
  265. this.Load += new System.EventHandler(this.PipeQueryBaseSampleState_Load);
  266. ((System.ComponentModel.ISupportInitialize)(this.chkSTEEL_GRADE)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.chkHEAT_NO)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.txtQueryHEAT_NO)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.ultraQuerySTEEL_GRADE)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.chkCONSIGN_TIME)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.chkPHY_NAME_MAX)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryPHY_NAME_MAX)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.ultraFLAG)).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.chkFLAG)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.chkSAMPLE_NO)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.txtSAMPLE_NO)).EndInit();
  281. this.ResumeLayout(false);
  282. this.PerformLayout();
  283. }
  284. #endregion
  285. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSTEEL_GRADE;
  286. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCHECK_NO;
  287. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkHEAT_NO;
  288. internal Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryHEAT_NO;
  289. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryCHECK_NO;
  290. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQuerySTEEL_GRADE;
  291. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  292. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEnd;
  293. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCONSIGN_TIME;
  294. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegin;
  295. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPHY_NAME_MAX;
  296. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQueryPHY_NAME_MAX;
  297. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraFLAG;
  298. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkFLAG;
  299. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSAMPLE_NO;
  300. internal Infragistics.Win.UltraWinEditors.UltraTextEditor txtSAMPLE_NO;
  301. }
  302. }