QueryFrame.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. namespace Core.StlMes.Client.Mcp.Control
  2. {
  3. partial class QueryFrame
  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 appearance5 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  38. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.cmbProductionLine = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  41. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  42. this.txtDiameter = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  43. this.txtThickness = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  44. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  45. this.cmbThreadType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  47. this.cmbVariety = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  49. this.cmbMaterial = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  51. this.cmbGrade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  52. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  53. this.txtLotNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  54. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  55. this.dtEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  56. this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  57. this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  58. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  59. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  60. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  62. this.ultraGroupBox1.SuspendLayout();
  63. this.panel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.cmbProductionLine)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtDiameter)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtThickness)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.cmbThreadType)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.cmbVariety)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.cmbMaterial)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.cmbGrade)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // ultraGroupBox1
  78. //
  79. this.ultraGroupBox1.Controls.Add(this.panel1);
  80. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  82. this.ultraGroupBox1.Name = "ultraGroupBox1";
  83. this.ultraGroupBox1.Size = new System.Drawing.Size(948, 65);
  84. this.ultraGroupBox1.TabIndex = 1;
  85. //
  86. // panel1
  87. //
  88. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  89. this.panel1.Controls.Add(this.cmbProductionLine);
  90. this.panel1.Controls.Add(this.ultraLabel10);
  91. this.panel1.Controls.Add(this.txtDiameter);
  92. this.panel1.Controls.Add(this.txtThickness);
  93. this.panel1.Controls.Add(this.ultraLabel9);
  94. this.panel1.Controls.Add(this.cmbThreadType);
  95. this.panel1.Controls.Add(this.ultraLabel8);
  96. this.panel1.Controls.Add(this.cmbVariety);
  97. this.panel1.Controls.Add(this.ultraLabel7);
  98. this.panel1.Controls.Add(this.cmbMaterial);
  99. this.panel1.Controls.Add(this.ultraLabel6);
  100. this.panel1.Controls.Add(this.cmbGrade);
  101. this.panel1.Controls.Add(this.ultraLabel5);
  102. this.panel1.Controls.Add(this.txtLotNo);
  103. this.panel1.Controls.Add(this.ultraLabel4);
  104. this.panel1.Controls.Add(this.dtEndDate);
  105. this.panel1.Controls.Add(this.dtStartDate);
  106. this.panel1.Controls.Add(this.txtHeatNo);
  107. this.panel1.Controls.Add(this.ultraLabel1);
  108. this.panel1.Controls.Add(this.ultraLabel2);
  109. this.panel1.Controls.Add(this.ultraLabel3);
  110. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.panel1.Location = new System.Drawing.Point(3, 0);
  112. this.panel1.Name = "panel1";
  113. this.panel1.Size = new System.Drawing.Size(942, 62);
  114. this.panel1.TabIndex = 0;
  115. //
  116. // cmbProductionLine
  117. //
  118. this.cmbProductionLine.Location = new System.Drawing.Point(555, 35);
  119. this.cmbProductionLine.Name = "cmbProductionLine";
  120. this.cmbProductionLine.Size = new System.Drawing.Size(120, 21);
  121. this.cmbProductionLine.TabIndex = 49;
  122. //
  123. // ultraLabel10
  124. //
  125. appearance5.TextHAlignAsString = "Center";
  126. appearance5.TextVAlignAsString = "Middle";
  127. this.ultraLabel10.Appearance = appearance5;
  128. this.ultraLabel10.Location = new System.Drawing.Point(504, 35);
  129. this.ultraLabel10.Name = "ultraLabel10";
  130. this.ultraLabel10.Size = new System.Drawing.Size(65, 23);
  131. this.ultraLabel10.TabIndex = 48;
  132. this.ultraLabel10.Text = "产线";
  133. //
  134. // txtDiameter
  135. //
  136. this.txtDiameter.Location = new System.Drawing.Point(369, 35);
  137. this.txtDiameter.Name = "txtDiameter";
  138. this.txtDiameter.Size = new System.Drawing.Size(58, 21);
  139. this.txtDiameter.TabIndex = 47;
  140. //
  141. // txtThickness
  142. //
  143. this.txtThickness.Location = new System.Drawing.Point(431, 35);
  144. this.txtThickness.MaxValue = 999999;
  145. this.txtThickness.MinValue = 0;
  146. this.txtThickness.Name = "txtThickness";
  147. this.txtThickness.Size = new System.Drawing.Size(58, 21);
  148. this.txtThickness.TabIndex = 46;
  149. //
  150. // ultraLabel9
  151. //
  152. appearance4.TextHAlignAsString = "Center";
  153. appearance4.TextVAlignAsString = "Middle";
  154. this.ultraLabel9.Appearance = appearance4;
  155. this.ultraLabel9.Location = new System.Drawing.Point(318, 35);
  156. this.ultraLabel9.Name = "ultraLabel9";
  157. this.ultraLabel9.Size = new System.Drawing.Size(65, 23);
  158. this.ultraLabel9.TabIndex = 45;
  159. this.ultraLabel9.Text = "规格";
  160. //
  161. // cmbThreadType
  162. //
  163. this.cmbThreadType.Location = new System.Drawing.Point(741, 35);
  164. this.cmbThreadType.Name = "cmbThreadType";
  165. this.cmbThreadType.Size = new System.Drawing.Size(120, 21);
  166. this.cmbThreadType.TabIndex = 44;
  167. //
  168. // ultraLabel8
  169. //
  170. appearance1.TextHAlignAsString = "Center";
  171. appearance1.TextVAlignAsString = "Middle";
  172. this.ultraLabel8.Appearance = appearance1;
  173. this.ultraLabel8.Location = new System.Drawing.Point(690, 35);
  174. this.ultraLabel8.Name = "ultraLabel8";
  175. this.ultraLabel8.Size = new System.Drawing.Size(65, 23);
  176. this.ultraLabel8.TabIndex = 43;
  177. this.ultraLabel8.Text = "扣型";
  178. //
  179. // cmbVariety
  180. //
  181. this.cmbVariety.Location = new System.Drawing.Point(741, 9);
  182. this.cmbVariety.Name = "cmbVariety";
  183. this.cmbVariety.Size = new System.Drawing.Size(120, 21);
  184. this.cmbVariety.TabIndex = 42;
  185. //
  186. // ultraLabel7
  187. //
  188. appearance7.TextHAlignAsString = "Center";
  189. appearance7.TextVAlignAsString = "Middle";
  190. this.ultraLabel7.Appearance = appearance7;
  191. this.ultraLabel7.Location = new System.Drawing.Point(690, 9);
  192. this.ultraLabel7.Name = "ultraLabel7";
  193. this.ultraLabel7.Size = new System.Drawing.Size(65, 23);
  194. this.ultraLabel7.TabIndex = 41;
  195. this.ultraLabel7.Text = "品种";
  196. //
  197. // cmbMaterial
  198. //
  199. this.cmbMaterial.Location = new System.Drawing.Point(555, 9);
  200. this.cmbMaterial.Name = "cmbMaterial";
  201. this.cmbMaterial.Size = new System.Drawing.Size(120, 21);
  202. this.cmbMaterial.TabIndex = 40;
  203. //
  204. // ultraLabel6
  205. //
  206. appearance9.TextHAlignAsString = "Center";
  207. appearance9.TextVAlignAsString = "Middle";
  208. this.ultraLabel6.Appearance = appearance9;
  209. this.ultraLabel6.Location = new System.Drawing.Point(504, 9);
  210. this.ultraLabel6.Name = "ultraLabel6";
  211. this.ultraLabel6.Size = new System.Drawing.Size(65, 23);
  212. this.ultraLabel6.TabIndex = 39;
  213. this.ultraLabel6.Text = "钢种";
  214. //
  215. // cmbGrade
  216. //
  217. this.cmbGrade.Location = new System.Drawing.Point(369, 9);
  218. this.cmbGrade.Name = "cmbGrade";
  219. this.cmbGrade.Size = new System.Drawing.Size(120, 21);
  220. this.cmbGrade.TabIndex = 38;
  221. //
  222. // ultraLabel5
  223. //
  224. appearance6.TextHAlignAsString = "Center";
  225. appearance6.TextVAlignAsString = "Middle";
  226. this.ultraLabel5.Appearance = appearance6;
  227. this.ultraLabel5.Location = new System.Drawing.Point(318, 9);
  228. this.ultraLabel5.Name = "ultraLabel5";
  229. this.ultraLabel5.Size = new System.Drawing.Size(65, 23);
  230. this.ultraLabel5.TabIndex = 37;
  231. this.ultraLabel5.Text = "钢级";
  232. //
  233. // txtLotNo
  234. //
  235. this.txtLotNo.Location = new System.Drawing.Point(230, 34);
  236. this.txtLotNo.MaxLength = 100;
  237. this.txtLotNo.Name = "txtLotNo";
  238. this.txtLotNo.Size = new System.Drawing.Size(73, 21);
  239. this.txtLotNo.TabIndex = 35;
  240. //
  241. // ultraLabel4
  242. //
  243. appearance8.TextHAlignAsString = "Center";
  244. appearance8.TextVAlignAsString = "Middle";
  245. this.ultraLabel4.Appearance = appearance8;
  246. this.ultraLabel4.Location = new System.Drawing.Point(180, 34);
  247. this.ultraLabel4.Name = "ultraLabel4";
  248. this.ultraLabel4.Size = new System.Drawing.Size(65, 23);
  249. this.ultraLabel4.TabIndex = 36;
  250. this.ultraLabel4.Text = "批号";
  251. //
  252. // dtEndDate
  253. //
  254. this.dtEndDate.Location = new System.Drawing.Point(183, 9);
  255. this.dtEndDate.Name = "dtEndDate";
  256. this.dtEndDate.Size = new System.Drawing.Size(120, 21);
  257. this.dtEndDate.TabIndex = 32;
  258. //
  259. // dtStartDate
  260. //
  261. this.dtStartDate.Location = new System.Drawing.Point(51, 9);
  262. this.dtStartDate.Name = "dtStartDate";
  263. this.dtStartDate.Size = new System.Drawing.Size(120, 21);
  264. this.dtStartDate.TabIndex = 31;
  265. //
  266. // txtHeatNo
  267. //
  268. this.txtHeatNo.Location = new System.Drawing.Point(51, 34);
  269. this.txtHeatNo.MaxLength = 100;
  270. this.txtHeatNo.Name = "txtHeatNo";
  271. this.txtHeatNo.Size = new System.Drawing.Size(120, 21);
  272. this.txtHeatNo.TabIndex = 30;
  273. //
  274. // ultraLabel1
  275. //
  276. appearance2.TextHAlignAsString = "Center";
  277. appearance2.TextVAlignAsString = "Middle";
  278. this.ultraLabel1.Appearance = appearance2;
  279. this.ultraLabel1.Location = new System.Drawing.Point(-2, 9);
  280. this.ultraLabel1.Name = "ultraLabel1";
  281. this.ultraLabel1.Size = new System.Drawing.Size(65, 23);
  282. this.ultraLabel1.TabIndex = 29;
  283. this.ultraLabel1.Text = "时间";
  284. //
  285. // ultraLabel2
  286. //
  287. appearance18.TextHAlignAsString = "Center";
  288. appearance18.TextVAlignAsString = "Middle";
  289. this.ultraLabel2.Appearance = appearance18;
  290. this.ultraLabel2.Location = new System.Drawing.Point(170, 9);
  291. this.ultraLabel2.Name = "ultraLabel2";
  292. this.ultraLabel2.Size = new System.Drawing.Size(14, 23);
  293. this.ultraLabel2.TabIndex = 33;
  294. this.ultraLabel2.Text = "-";
  295. //
  296. // ultraLabel3
  297. //
  298. appearance3.TextHAlignAsString = "Center";
  299. appearance3.TextVAlignAsString = "Middle";
  300. this.ultraLabel3.Appearance = appearance3;
  301. this.ultraLabel3.Location = new System.Drawing.Point(-2, 34);
  302. this.ultraLabel3.Name = "ultraLabel3";
  303. this.ultraLabel3.Size = new System.Drawing.Size(65, 23);
  304. this.ultraLabel3.TabIndex = 34;
  305. this.ultraLabel3.Text = "炉号";
  306. //
  307. // QueryFrame
  308. //
  309. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  310. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  311. this.Controls.Add(this.ultraGroupBox1);
  312. this.Name = "QueryFrame";
  313. this.Size = new System.Drawing.Size(948, 65);
  314. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  315. this.ultraGroupBox1.ResumeLayout(false);
  316. this.panel1.ResumeLayout(false);
  317. this.panel1.PerformLayout();
  318. ((System.ComponentModel.ISupportInitialize)(this.cmbProductionLine)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.txtDiameter)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.txtThickness)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.cmbThreadType)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.cmbVariety)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.cmbMaterial)).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)(this.cmbGrade)).EndInit();
  325. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
  327. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
  329. this.ResumeLayout(false);
  330. }
  331. #endregion
  332. public Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  333. private System.Windows.Forms.Panel panel1;
  334. public Infragistics.Win.UltraWinEditors.UltraComboEditor cmbProductionLine;
  335. public Infragistics.Win.Misc.UltraLabel ultraLabel10;
  336. public Infragistics.Win.UltraWinEditors.UltraNumericEditor txtDiameter;
  337. public Infragistics.Win.UltraWinEditors.UltraNumericEditor txtThickness;
  338. public Infragistics.Win.Misc.UltraLabel ultraLabel9;
  339. public Infragistics.Win.UltraWinEditors.UltraComboEditor cmbThreadType;
  340. public Infragistics.Win.Misc.UltraLabel ultraLabel8;
  341. public Infragistics.Win.UltraWinEditors.UltraComboEditor cmbVariety;
  342. public Infragistics.Win.Misc.UltraLabel ultraLabel7;
  343. public Infragistics.Win.UltraWinEditors.UltraComboEditor cmbMaterial;
  344. public Infragistics.Win.Misc.UltraLabel ultraLabel6;
  345. public Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGrade;
  346. public Infragistics.Win.Misc.UltraLabel ultraLabel5;
  347. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtLotNo;
  348. public Infragistics.Win.Misc.UltraLabel ultraLabel4;
  349. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
  350. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
  351. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
  352. public Infragistics.Win.Misc.UltraLabel ultraLabel1;
  353. public Infragistics.Win.Misc.UltraLabel ultraLabel2;
  354. public Infragistics.Win.Misc.UltraLabel ultraLabel3;
  355. }
  356. }