FrmSteelManagement.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. namespace Core.StlMes.Client.PlnSaleOrd.炼钢计划
  2. {
  3. partial class FrmSteelManagement
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  36. this.upQueryFiller = new Infragistics.Win.Misc.UltraPanel();
  37. this.ugpMain = new Infragistics.Win.Misc.UltraGroupBox();
  38. this.upData = new Infragistics.Win.Misc.UltraPanel();
  39. this.dateEndtime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  40. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  41. this.dateBegintime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  42. this.chcMaketime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  43. this.ulQuerName = new Infragistics.Win.Misc.UltraLabel();
  44. this.upEfLine = new Infragistics.Win.Misc.UltraPanel();
  45. this.uceEafLine = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. this.ucEafLine = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  47. this.upLine = new Infragistics.Win.Misc.UltraPanel();
  48. this.ucLIne = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  49. this.uceLine = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.upStatus = new Infragistics.Win.Misc.UltraPanel();
  51. this.ultraCheckEditor5 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  52. this.ultraCheckEditor4 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  53. this.ultraCheckEditor3 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  54. this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  55. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  56. this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
  57. this.uceAll = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  58. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  59. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  60. this.ultraFlowLayoutManager1 = new Infragistics.Win.Misc.UltraFlowLayoutManager(this.components);
  61. this.SteelManagement = new Core.StlMes.Client.PlnSaleOrd.炼钢计划.control.ucSteelManagement();
  62. this.upQueryFiller.ClientArea.SuspendLayout();
  63. this.upQueryFiller.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.ugpMain)).BeginInit();
  65. this.ugpMain.SuspendLayout();
  66. this.upData.ClientArea.SuspendLayout();
  67. this.upData.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).BeginInit();
  71. this.upEfLine.ClientArea.SuspendLayout();
  72. this.upEfLine.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.uceEafLine)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.ucEafLine)).BeginInit();
  75. this.upLine.ClientArea.SuspendLayout();
  76. this.upLine.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.ucLIne)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.uceLine)).BeginInit();
  79. this.upStatus.ClientArea.SuspendLayout();
  80. this.upStatus.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor4)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  86. this.ultraPanel4.ClientArea.SuspendLayout();
  87. this.ultraPanel4.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.uceAll)).BeginInit();
  89. this.ultraPanel2.SuspendLayout();
  90. this.ultraPanel1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.ultraFlowLayoutManager1)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // upQueryFiller
  95. //
  96. //
  97. // upQueryFiller.ClientArea
  98. //
  99. this.upQueryFiller.ClientArea.Controls.Add(this.ugpMain);
  100. this.upQueryFiller.ClientArea.Controls.Add(this.ultraPanel2);
  101. this.upQueryFiller.ClientArea.Controls.Add(this.ultraPanel1);
  102. this.upQueryFiller.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.upQueryFiller.Location = new System.Drawing.Point(0, 0);
  104. this.upQueryFiller.Name = "upQueryFiller";
  105. this.upQueryFiller.Size = new System.Drawing.Size(957, 29);
  106. this.upQueryFiller.TabIndex = 0;
  107. //
  108. // ugpMain
  109. //
  110. this.ugpMain.Controls.Add(this.upData);
  111. this.ugpMain.Controls.Add(this.upEfLine);
  112. this.ugpMain.Controls.Add(this.upLine);
  113. this.ugpMain.Controls.Add(this.upStatus);
  114. this.ugpMain.Controls.Add(this.ultraPanel4);
  115. this.ugpMain.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.ugpMain.Location = new System.Drawing.Point(0, 0);
  117. this.ugpMain.Name = "ugpMain";
  118. this.ugpMain.Size = new System.Drawing.Size(957, 29);
  119. this.ugpMain.TabIndex = 2;
  120. this.ugpMain.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  121. //
  122. // upData
  123. //
  124. //
  125. // upData.ClientArea
  126. //
  127. this.upData.ClientArea.Controls.Add(this.dateEndtime);
  128. this.upData.ClientArea.Controls.Add(this.ultraLabel2);
  129. this.upData.ClientArea.Controls.Add(this.dateBegintime);
  130. this.upData.ClientArea.Controls.Add(this.chcMaketime);
  131. this.upData.ClientArea.Controls.Add(this.ulQuerName);
  132. this.upData.Location = new System.Drawing.Point(3, 2);
  133. this.upData.Name = "upData";
  134. this.upData.Size = new System.Drawing.Size(445, 27);
  135. this.upData.TabIndex = 12;
  136. //
  137. // dateEndtime
  138. //
  139. this.dateEndtime.Location = new System.Drawing.Point(299, 3);
  140. this.dateEndtime.Name = "dateEndtime";
  141. this.dateEndtime.Size = new System.Drawing.Size(123, 21);
  142. this.dateEndtime.TabIndex = 33;
  143. //
  144. // ultraLabel2
  145. //
  146. appearance6.TextHAlignAsString = "Center";
  147. appearance6.TextVAlignAsString = "Middle";
  148. this.ultraLabel2.Appearance = appearance6;
  149. this.ultraLabel2.Location = new System.Drawing.Point(284, 0);
  150. this.ultraLabel2.Name = "ultraLabel2";
  151. this.ultraLabel2.Size = new System.Drawing.Size(12, 27);
  152. this.ultraLabel2.TabIndex = 32;
  153. this.ultraLabel2.Text = "至";
  154. //
  155. // dateBegintime
  156. //
  157. appearance4.TextHAlignAsString = "Center";
  158. appearance4.TextVAlignAsString = "Middle";
  159. this.dateBegintime.Appearance = appearance4;
  160. appearance5.ImageHAlign = Infragistics.Win.HAlign.Center;
  161. appearance5.ImageVAlign = Infragistics.Win.VAlign.Middle;
  162. appearance5.TextHAlignAsString = "Center";
  163. appearance5.TextVAlignAsString = "Middle";
  164. this.dateBegintime.ButtonAppearance = appearance5;
  165. appearance8.TextHAlignAsString = "Center";
  166. appearance8.TextVAlignAsString = "Middle";
  167. this.dateBegintime.DropDownAppearance = appearance8;
  168. this.dateBegintime.FormatProvider = new System.Globalization.CultureInfo("zh-CN");
  169. this.dateBegintime.Location = new System.Drawing.Point(162, 3);
  170. this.dateBegintime.Name = "dateBegintime";
  171. this.dateBegintime.Size = new System.Drawing.Size(116, 21);
  172. this.dateBegintime.TabIndex = 31;
  173. //
  174. // chcMaketime
  175. //
  176. appearance3.TextHAlignAsString = "Center";
  177. appearance3.TextVAlignAsString = "Middle";
  178. this.chcMaketime.Appearance = appearance3;
  179. this.chcMaketime.AutoSize = true;
  180. this.chcMaketime.Checked = true;
  181. this.chcMaketime.CheckState = System.Windows.Forms.CheckState.Checked;
  182. this.chcMaketime.Dock = System.Windows.Forms.DockStyle.Left;
  183. this.chcMaketime.Enabled = false;
  184. this.chcMaketime.Location = new System.Drawing.Point(91, 0);
  185. this.chcMaketime.Name = "chcMaketime";
  186. this.chcMaketime.Size = new System.Drawing.Size(71, 27);
  187. this.chcMaketime.TabIndex = 30;
  188. this.chcMaketime.Text = "计划时间";
  189. //
  190. // ulQuerName
  191. //
  192. appearance1.TextHAlignAsString = "Center";
  193. appearance1.TextVAlignAsString = "Middle";
  194. this.ulQuerName.Appearance = appearance1;
  195. this.ulQuerName.AutoSize = true;
  196. this.ulQuerName.Dock = System.Windows.Forms.DockStyle.Left;
  197. this.ulQuerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.ulQuerName.Location = new System.Drawing.Point(0, 0);
  199. this.ulQuerName.Name = "ulQuerName";
  200. this.ulQuerName.Size = new System.Drawing.Size(91, 27);
  201. this.ulQuerName.TabIndex = 29;
  202. this.ulQuerName.Text = "浇次查询条件:";
  203. //
  204. // upEfLine
  205. //
  206. //
  207. // upEfLine.ClientArea
  208. //
  209. this.upEfLine.ClientArea.Controls.Add(this.uceEafLine);
  210. this.upEfLine.ClientArea.Controls.Add(this.ucEafLine);
  211. this.upEfLine.Location = new System.Drawing.Point(448, 2);
  212. this.upEfLine.Name = "upEfLine";
  213. this.upEfLine.Size = new System.Drawing.Size(193, 27);
  214. this.upEfLine.TabIndex = 13;
  215. //
  216. // uceEafLine
  217. //
  218. this.uceEafLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  219. | System.Windows.Forms.AnchorStyles.Left)
  220. | System.Windows.Forms.AnchorStyles.Right)));
  221. this.uceEafLine.AutoSize = false;
  222. this.uceEafLine.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  223. this.uceEafLine.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  224. this.uceEafLine.CheckedListSettings.ListSeparator = ",";
  225. this.uceEafLine.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  226. this.uceEafLine.Location = new System.Drawing.Point(77, 3);
  227. this.uceEafLine.Name = "uceEafLine";
  228. this.uceEafLine.Size = new System.Drawing.Size(94, 19);
  229. this.uceEafLine.TabIndex = 25;
  230. this.uceEafLine.AfterCloseUp += new System.EventHandler(this.uceEafLine_AfterCloseUp);
  231. //
  232. // ucEafLine
  233. //
  234. appearance7.TextHAlignAsString = "Center";
  235. appearance7.TextVAlignAsString = "Middle";
  236. this.ucEafLine.Appearance = appearance7;
  237. this.ucEafLine.AutoSize = true;
  238. this.ucEafLine.Checked = true;
  239. this.ucEafLine.CheckState = System.Windows.Forms.CheckState.Checked;
  240. this.ucEafLine.Dock = System.Windows.Forms.DockStyle.Left;
  241. this.ucEafLine.Location = new System.Drawing.Point(0, 0);
  242. this.ucEafLine.Name = "ucEafLine";
  243. this.ucEafLine.Size = new System.Drawing.Size(71, 27);
  244. this.ucEafLine.TabIndex = 23;
  245. this.ucEafLine.Text = "电炉产线";
  246. //
  247. // upLine
  248. //
  249. //
  250. // upLine.ClientArea
  251. //
  252. this.upLine.ClientArea.Controls.Add(this.ucLIne);
  253. this.upLine.ClientArea.Controls.Add(this.uceLine);
  254. this.upLine.Location = new System.Drawing.Point(641, 2);
  255. this.upLine.Name = "upLine";
  256. this.upLine.Size = new System.Drawing.Size(186, 27);
  257. this.upLine.TabIndex = 14;
  258. //
  259. // ucLIne
  260. //
  261. this.ucLIne.AutoSize = true;
  262. this.ucLIne.Checked = true;
  263. this.ucLIne.CheckState = System.Windows.Forms.CheckState.Checked;
  264. this.ucLIne.Dock = System.Windows.Forms.DockStyle.Left;
  265. this.ucLIne.Location = new System.Drawing.Point(0, 0);
  266. this.ucLIne.Name = "ucLIne";
  267. this.ucLIne.Size = new System.Drawing.Size(71, 27);
  268. this.ucLIne.TabIndex = 21;
  269. this.ucLIne.Text = "铸造产线";
  270. //
  271. // uceLine
  272. //
  273. this.uceLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  274. | System.Windows.Forms.AnchorStyles.Left)
  275. | System.Windows.Forms.AnchorStyles.Right)));
  276. this.uceLine.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  277. this.uceLine.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  278. this.uceLine.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  279. this.uceLine.Location = new System.Drawing.Point(77, 3);
  280. this.uceLine.Name = "uceLine";
  281. this.uceLine.Size = new System.Drawing.Size(86, 21);
  282. this.uceLine.TabIndex = 22;
  283. this.uceLine.AfterCloseUp += new System.EventHandler(this.uceLine_AfterCloseUp);
  284. //
  285. // upStatus
  286. //
  287. //
  288. // upStatus.ClientArea
  289. //
  290. this.upStatus.ClientArea.Controls.Add(this.ultraCheckEditor5);
  291. this.upStatus.ClientArea.Controls.Add(this.ultraCheckEditor4);
  292. this.upStatus.ClientArea.Controls.Add(this.ultraCheckEditor3);
  293. this.upStatus.ClientArea.Controls.Add(this.ultraCheckEditor2);
  294. this.upStatus.ClientArea.Controls.Add(this.ultraCheckEditor1);
  295. this.upStatus.Location = new System.Drawing.Point(827, 2);
  296. this.upStatus.Name = "upStatus";
  297. this.upStatus.Size = new System.Drawing.Size(291, 27);
  298. this.upStatus.TabIndex = 11;
  299. //
  300. // ultraCheckEditor5
  301. //
  302. this.ultraCheckEditor5.AutoSize = true;
  303. this.ultraCheckEditor5.Dock = System.Windows.Forms.DockStyle.Left;
  304. this.ultraCheckEditor5.Location = new System.Drawing.Point(236, 0);
  305. this.ultraCheckEditor5.Name = "ultraCheckEditor5";
  306. this.ultraCheckEditor5.Size = new System.Drawing.Size(46, 27);
  307. this.ultraCheckEditor5.TabIndex = 4;
  308. this.ultraCheckEditor5.Tag = "40";
  309. this.ultraCheckEditor5.Text = "关闭";
  310. //
  311. // ultraCheckEditor4
  312. //
  313. this.ultraCheckEditor4.AutoSize = true;
  314. this.ultraCheckEditor4.Dock = System.Windows.Forms.DockStyle.Left;
  315. this.ultraCheckEditor4.Location = new System.Drawing.Point(177, 0);
  316. this.ultraCheckEditor4.Name = "ultraCheckEditor4";
  317. this.ultraCheckEditor4.Size = new System.Drawing.Size(59, 27);
  318. this.ultraCheckEditor4.TabIndex = 3;
  319. this.ultraCheckEditor4.Tag = "30";
  320. this.ultraCheckEditor4.Text = "已生产";
  321. //
  322. // ultraCheckEditor3
  323. //
  324. this.ultraCheckEditor3.AutoSize = true;
  325. this.ultraCheckEditor3.Checked = true;
  326. this.ultraCheckEditor3.CheckState = System.Windows.Forms.CheckState.Checked;
  327. this.ultraCheckEditor3.Dock = System.Windows.Forms.DockStyle.Left;
  328. this.ultraCheckEditor3.Location = new System.Drawing.Point(118, 0);
  329. this.ultraCheckEditor3.Name = "ultraCheckEditor3";
  330. this.ultraCheckEditor3.Size = new System.Drawing.Size(59, 27);
  331. this.ultraCheckEditor3.TabIndex = 2;
  332. this.ultraCheckEditor3.Tag = "20";
  333. this.ultraCheckEditor3.Text = "生产中";
  334. //
  335. // ultraCheckEditor2
  336. //
  337. this.ultraCheckEditor2.AutoSize = true;
  338. this.ultraCheckEditor2.Checked = true;
  339. this.ultraCheckEditor2.CheckState = System.Windows.Forms.CheckState.Checked;
  340. this.ultraCheckEditor2.Dock = System.Windows.Forms.DockStyle.Left;
  341. this.ultraCheckEditor2.Location = new System.Drawing.Point(59, 0);
  342. this.ultraCheckEditor2.Name = "ultraCheckEditor2";
  343. this.ultraCheckEditor2.Size = new System.Drawing.Size(59, 27);
  344. this.ultraCheckEditor2.TabIndex = 1;
  345. this.ultraCheckEditor2.Tag = "10";
  346. this.ultraCheckEditor2.Text = "已下发";
  347. //
  348. // ultraCheckEditor1
  349. //
  350. this.ultraCheckEditor1.AutoSize = true;
  351. this.ultraCheckEditor1.Dock = System.Windows.Forms.DockStyle.Left;
  352. this.ultraCheckEditor1.Location = new System.Drawing.Point(0, 0);
  353. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  354. this.ultraCheckEditor1.Size = new System.Drawing.Size(59, 27);
  355. this.ultraCheckEditor1.TabIndex = 0;
  356. this.ultraCheckEditor1.Tag = "00";
  357. this.ultraCheckEditor1.Text = "编制中";
  358. this.ultraCheckEditor1.Visible = false;
  359. //
  360. // ultraPanel4
  361. //
  362. //
  363. // ultraPanel4.ClientArea
  364. //
  365. this.ultraPanel4.ClientArea.Controls.Add(this.uceAll);
  366. this.ultraPanel4.Location = new System.Drawing.Point(1118, 2);
  367. this.ultraPanel4.Name = "ultraPanel4";
  368. this.ultraPanel4.Size = new System.Drawing.Size(75, 27);
  369. this.ultraPanel4.TabIndex = 15;
  370. //
  371. // uceAll
  372. //
  373. this.uceAll.AutoSize = true;
  374. this.uceAll.Dock = System.Windows.Forms.DockStyle.Left;
  375. this.uceAll.Location = new System.Drawing.Point(0, 0);
  376. this.uceAll.Name = "uceAll";
  377. this.uceAll.Size = new System.Drawing.Size(46, 22);
  378. this.uceAll.TabIndex = 1;
  379. this.uceAll.Tag = "";
  380. this.uceAll.Text = "全部";
  381. this.uceAll.CheckedChanged += new System.EventHandler(this.uceAll_CheckedChanged);
  382. //
  383. // ultraPanel2
  384. //
  385. this.ultraPanel2.Location = new System.Drawing.Point(1302, 2);
  386. this.ultraPanel2.Name = "ultraPanel2";
  387. this.ultraPanel2.Size = new System.Drawing.Size(100, 43);
  388. this.ultraPanel2.TabIndex = 1;
  389. //
  390. // ultraPanel1
  391. //
  392. this.ultraPanel1.Location = new System.Drawing.Point(1402, 2);
  393. this.ultraPanel1.Name = "ultraPanel1";
  394. this.ultraPanel1.Size = new System.Drawing.Size(72, 43);
  395. this.ultraPanel1.TabIndex = 0;
  396. //
  397. // ultraFlowLayoutManager1
  398. //
  399. this.ultraFlowLayoutManager1.ContainerControl = this.ugpMain;
  400. this.ultraFlowLayoutManager1.HorizontalAlignment = Infragistics.Win.Layout.DefaultableFlowLayoutAlignment.Center;
  401. this.ultraFlowLayoutManager1.HorizontalGap = 0;
  402. this.ultraFlowLayoutManager1.Orientation = System.Windows.Forms.Orientation.Vertical;
  403. this.ultraFlowLayoutManager1.VerticalAlignment = Infragistics.Win.Layout.DefaultableFlowLayoutAlignment.Near;
  404. this.ultraFlowLayoutManager1.VerticalGap = 2;
  405. //
  406. // SteelManagement
  407. //
  408. this.SteelManagement.Dock = System.Windows.Forms.DockStyle.Fill;
  409. this.SteelManagement.Location = new System.Drawing.Point(0, 29);
  410. this.SteelManagement.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  411. this.SteelManagement.Name = "SteelManagement";
  412. this.SteelManagement.Ob = null;
  413. this.SteelManagement.Size = new System.Drawing.Size(957, 415);
  414. this.SteelManagement.TabIndex = 1;
  415. //
  416. // FrmSteelManagement
  417. //
  418. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  419. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  420. this.ClientSize = new System.Drawing.Size(957, 444);
  421. this.Controls.Add(this.SteelManagement);
  422. this.Controls.Add(this.upQueryFiller);
  423. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  424. this.Name = "FrmSteelManagement";
  425. this.Text = "FrmSteelManagement";
  426. this.Load += new System.EventHandler(this.FrmSteelManagement_Load);
  427. this.Shown += new System.EventHandler(this.FrmSteelManagement_Shown);
  428. this.upQueryFiller.ClientArea.ResumeLayout(false);
  429. this.upQueryFiller.ResumeLayout(false);
  430. ((System.ComponentModel.ISupportInitialize)(this.ugpMain)).EndInit();
  431. this.ugpMain.ResumeLayout(false);
  432. this.upData.ClientArea.ResumeLayout(false);
  433. this.upData.ClientArea.PerformLayout();
  434. this.upData.ResumeLayout(false);
  435. ((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).EndInit();
  436. ((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).EndInit();
  437. ((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).EndInit();
  438. this.upEfLine.ClientArea.ResumeLayout(false);
  439. this.upEfLine.ClientArea.PerformLayout();
  440. this.upEfLine.ResumeLayout(false);
  441. ((System.ComponentModel.ISupportInitialize)(this.uceEafLine)).EndInit();
  442. ((System.ComponentModel.ISupportInitialize)(this.ucEafLine)).EndInit();
  443. this.upLine.ClientArea.ResumeLayout(false);
  444. this.upLine.ClientArea.PerformLayout();
  445. this.upLine.ResumeLayout(false);
  446. ((System.ComponentModel.ISupportInitialize)(this.ucLIne)).EndInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.uceLine)).EndInit();
  448. this.upStatus.ClientArea.ResumeLayout(false);
  449. this.upStatus.ClientArea.PerformLayout();
  450. this.upStatus.ResumeLayout(false);
  451. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor4)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
  455. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  456. this.ultraPanel4.ClientArea.ResumeLayout(false);
  457. this.ultraPanel4.ClientArea.PerformLayout();
  458. this.ultraPanel4.ResumeLayout(false);
  459. ((System.ComponentModel.ISupportInitialize)(this.uceAll)).EndInit();
  460. this.ultraPanel2.ResumeLayout(false);
  461. this.ultraPanel1.ResumeLayout(false);
  462. ((System.ComponentModel.ISupportInitialize)(this.ultraFlowLayoutManager1)).EndInit();
  463. this.ResumeLayout(false);
  464. }
  465. #endregion
  466. private Infragistics.Win.Misc.UltraPanel upQueryFiller;
  467. private control.ucSteelManagement SteelManagement;
  468. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  469. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  470. private Infragistics.Win.Misc.UltraFlowLayoutManager ultraFlowLayoutManager1;
  471. private Infragistics.Win.Misc.UltraGroupBox ugpMain;
  472. private Infragistics.Win.Misc.UltraPanel upData;
  473. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEndtime;
  474. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  475. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegintime;
  476. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcMaketime;
  477. private Infragistics.Win.Misc.UltraLabel ulQuerName;
  478. private Infragistics.Win.Misc.UltraPanel upEfLine;
  479. private Infragistics.Win.UltraWinEditors.UltraComboEditor uceEafLine;
  480. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ucEafLine;
  481. private Infragistics.Win.Misc.UltraPanel upLine;
  482. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ucLIne;
  483. private Infragistics.Win.UltraWinEditors.UltraComboEditor uceLine;
  484. private Infragistics.Win.Misc.UltraPanel upStatus;
  485. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor5;
  486. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor4;
  487. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor3;
  488. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
  489. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  490. private Infragistics.Win.Misc.UltraPanel ultraPanel4;
  491. private Infragistics.Win.UltraWinEditors.UltraCheckEditor uceAll;
  492. }
  493. }