frmGroupHeatMgt.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  1. namespace Core.StlMes.Client.LgResMgt
  2. {
  3. partial class frmGroupHeatMgt
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHOOSE");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_NO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STOVE_NO");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL_NO");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL_NAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_ORDER_NO");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_ORDER_ID");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_SEQ");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_LEN");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_DIM");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WEIGHT");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_THEORY_WEIGHT");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BELONG_CODE");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMAIN_RSN_CODE");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FACE_RESULT_CODE");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_RESULT_CODE");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_RESULT_CODE");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUG_NO");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INSTOCK_TIME");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_BC");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_BZ");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RPO_TIME");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column1");
  55. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGroupHeatMgt));
  56. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  60. this.ulgCKinfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.dSStockInfo = new System.Data.DataSet();
  62. this.dataTable2 = new System.Data.DataTable();
  63. this.dataColumn72 = new System.Data.DataColumn();
  64. this.dataColumn75 = new System.Data.DataColumn();
  65. this.dataColumn76 = new System.Data.DataColumn();
  66. this.dataColumn77 = new System.Data.DataColumn();
  67. this.dataColumn78 = new System.Data.DataColumn();
  68. this.dataColumn79 = new System.Data.DataColumn();
  69. this.dataColumn80 = new System.Data.DataColumn();
  70. this.dataColumn81 = new System.Data.DataColumn();
  71. this.dataColumn82 = new System.Data.DataColumn();
  72. this.dataColumn83 = new System.Data.DataColumn();
  73. this.dataColumn84 = new System.Data.DataColumn();
  74. this.dataColumn58 = new System.Data.DataColumn();
  75. this.dataColumn62 = new System.Data.DataColumn();
  76. this.dataColumn71 = new System.Data.DataColumn();
  77. this.dataColumn85 = new System.Data.DataColumn();
  78. this.dataColumn86 = new System.Data.DataColumn();
  79. this.dataColumn87 = new System.Data.DataColumn();
  80. this.dataColumn97 = new System.Data.DataColumn();
  81. this.dataColumn98 = new System.Data.DataColumn();
  82. this.dataColumn99 = new System.Data.DataColumn();
  83. this.dataColumn100 = new System.Data.DataColumn();
  84. this.dataColumn101 = new System.Data.DataColumn();
  85. this.dataColumn102 = new System.Data.DataColumn();
  86. this.dataColumn55 = new System.Data.DataColumn();
  87. this.dataColumn33 = new System.Data.DataColumn();
  88. this.txtLH = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  89. this.chkLH = new System.Windows.Forms.CheckBox();
  90. this.cbosteel = new System.Windows.Forms.ComboBox();
  91. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  92. this.txtOrderNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  93. this.chkOrderNo = new System.Windows.Forms.CheckBox();
  94. this.ultraEndDateTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  95. this.ultraBeginDateTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  96. this.label2 = new System.Windows.Forms.Label();
  97. this.chkRpoTime = new System.Windows.Forms.CheckBox();
  98. this.chkSteel = new System.Windows.Forms.CheckBox();
  99. this.ultragpbNonPlan = new Infragistics.Win.Misc.UltraGroupBox();
  100. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  101. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  102. this.dataColumn1 = new System.Data.DataColumn();
  103. this.label1 = new System.Windows.Forms.Label();
  104. this.textBox1 = new System.Windows.Forms.TextBox();
  105. ((System.ComponentModel.ISupportInitialize)(this.ulgCKinfo)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.dSStockInfo)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.txtLH)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  110. this.ultraGroupBox1.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.txtOrderNO)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraEndDateTime)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraBeginDateTime)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.ultragpbNonPlan)).BeginInit();
  115. this.ultragpbNonPlan.SuspendLayout();
  116. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  118. this.ultraExpandableGroupBox1.SuspendLayout();
  119. this.SuspendLayout();
  120. //
  121. // ulgCKinfo
  122. //
  123. this.ulgCKinfo.DataSource = this.dSStockInfo;
  124. ultraGridColumn1.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  125. ultraGridColumn1.Header.VisiblePosition = 0;
  126. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  127. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  128. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
  129. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  130. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  131. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  132. ultraGridColumn1.Width = 28;
  133. ultraGridColumn2.Header.VisiblePosition = 1;
  134. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 8;
  135. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  136. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
  137. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  138. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  139. ultraGridColumn3.Header.VisiblePosition = 2;
  140. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  141. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  142. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
  143. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  144. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  145. ultraGridColumn4.Header.VisiblePosition = 3;
  146. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  147. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  148. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
  149. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  150. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  151. ultraGridColumn5.Header.VisiblePosition = 4;
  152. ultraGridColumn5.Hidden = true;
  153. ultraGridColumn6.Header.VisiblePosition = 5;
  154. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 18;
  155. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  156. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  157. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  158. ultraGridColumn7.Header.VisiblePosition = 6;
  159. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 24;
  160. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  161. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  162. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  163. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  164. ultraGridColumn8.Header.VisiblePosition = 7;
  165. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 26;
  166. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  167. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
  168. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  169. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  170. ultraGridColumn9.Header.VisiblePosition = 8;
  171. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 28;
  172. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  173. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  174. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  175. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  176. ultraGridColumn10.Header.VisiblePosition = 9;
  177. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 30;
  178. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  179. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
  180. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  181. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  182. ultraGridColumn11.Header.VisiblePosition = 10;
  183. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 20;
  184. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  185. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0);
  186. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  187. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  188. ultraGridColumn12.Header.VisiblePosition = 11;
  189. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 10;
  190. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  191. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(61, 0);
  192. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  193. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  194. ultraGridColumn13.Header.VisiblePosition = 12;
  195. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 12;
  196. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  197. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(61, 0);
  198. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  199. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  200. ultraGridColumn14.Header.VisiblePosition = 13;
  201. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 16;
  202. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  203. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  204. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  205. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  206. ultraGridColumn15.Header.VisiblePosition = 14;
  207. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
  208. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  209. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
  210. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  211. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  212. ultraGridColumn16.Header.VisiblePosition = 15;
  213. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 22;
  214. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  215. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
  216. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  217. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  218. ultraGridColumn17.Header.VisiblePosition = 16;
  219. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 32;
  220. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  221. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  222. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  223. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  224. ultraGridColumn18.Header.VisiblePosition = 17;
  225. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 34;
  226. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  227. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(94, 0);
  228. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  229. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  230. ultraGridColumn19.Header.VisiblePosition = 18;
  231. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 36;
  232. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  233. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
  234. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  235. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  236. ultraGridColumn20.Header.VisiblePosition = 19;
  237. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 38;
  238. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  239. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(96, 0);
  240. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  241. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  242. ultraGridColumn21.Header.VisiblePosition = 20;
  243. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 40;
  244. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  245. ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
  246. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  247. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  248. ultraGridColumn22.Header.VisiblePosition = 21;
  249. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 48;
  250. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  251. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  252. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  253. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  254. ultraGridColumn23.Header.VisiblePosition = 22;
  255. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 42;
  256. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  257. ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
  258. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  259. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  260. ultraGridColumn24.Header.VisiblePosition = 23;
  261. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 44;
  262. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  263. ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
  264. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  265. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  266. ultraGridColumn25.Header.VisiblePosition = 24;
  267. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 46;
  268. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  269. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  270. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  271. ultraGridColumn26.Header.VisiblePosition = 25;
  272. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 2;
  273. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  274. ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
  275. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  276. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  277. ultraGridBand1.Columns.AddRange(new object[] {
  278. ultraGridColumn1,
  279. ultraGridColumn2,
  280. ultraGridColumn3,
  281. ultraGridColumn4,
  282. ultraGridColumn5,
  283. ultraGridColumn6,
  284. ultraGridColumn7,
  285. ultraGridColumn8,
  286. ultraGridColumn9,
  287. ultraGridColumn10,
  288. ultraGridColumn11,
  289. ultraGridColumn12,
  290. ultraGridColumn13,
  291. ultraGridColumn14,
  292. ultraGridColumn15,
  293. ultraGridColumn16,
  294. ultraGridColumn17,
  295. ultraGridColumn18,
  296. ultraGridColumn19,
  297. ultraGridColumn20,
  298. ultraGridColumn21,
  299. ultraGridColumn22,
  300. ultraGridColumn23,
  301. ultraGridColumn24,
  302. ultraGridColumn25,
  303. ultraGridColumn26});
  304. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  305. this.ulgCKinfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  306. this.ulgCKinfo.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  307. this.ulgCKinfo.Dock = System.Windows.Forms.DockStyle.Fill;
  308. this.ulgCKinfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.ulgCKinfo.Location = new System.Drawing.Point(3, 0);
  310. this.ulgCKinfo.Name = "ulgCKinfo";
  311. this.ulgCKinfo.Size = new System.Drawing.Size(1175, 498);
  312. this.ulgCKinfo.TabIndex = 6;
  313. this.ulgCKinfo.Tag = ((object)(resources.GetObject("ulgCKinfo.Tag")));
  314. //
  315. // dSStockInfo
  316. //
  317. this.dSStockInfo.DataSetName = "NewDataSet";
  318. this.dSStockInfo.Tables.AddRange(new System.Data.DataTable[] {
  319. this.dataTable2});
  320. //
  321. // dataTable2
  322. //
  323. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  324. this.dataColumn72,
  325. this.dataColumn75,
  326. this.dataColumn76,
  327. this.dataColumn77,
  328. this.dataColumn78,
  329. this.dataColumn79,
  330. this.dataColumn80,
  331. this.dataColumn81,
  332. this.dataColumn82,
  333. this.dataColumn83,
  334. this.dataColumn84,
  335. this.dataColumn58,
  336. this.dataColumn62,
  337. this.dataColumn71,
  338. this.dataColumn85,
  339. this.dataColumn86,
  340. this.dataColumn87,
  341. this.dataColumn97,
  342. this.dataColumn98,
  343. this.dataColumn99,
  344. this.dataColumn100,
  345. this.dataColumn101,
  346. this.dataColumn102,
  347. this.dataColumn55,
  348. this.dataColumn33,
  349. this.dataColumn1});
  350. this.dataTable2.TableName = "Table1";
  351. //
  352. // dataColumn72
  353. //
  354. this.dataColumn72.Caption = "选择";
  355. this.dataColumn72.ColumnName = "CHOOSE";
  356. this.dataColumn72.DefaultValue = "False";
  357. //
  358. // dataColumn75
  359. //
  360. this.dataColumn75.Caption = "材料号";
  361. this.dataColumn75.ColumnName = "MAT_NO";
  362. //
  363. // dataColumn76
  364. //
  365. this.dataColumn76.Caption = "熔炼炉号";
  366. this.dataColumn76.ColumnName = "STOVE_NO";
  367. //
  368. // dataColumn77
  369. //
  370. this.dataColumn77.Caption = "判定炉号";
  371. this.dataColumn77.ColumnName = "JUDGE_STOVE_NO";
  372. //
  373. // dataColumn78
  374. //
  375. this.dataColumn78.Caption = "物料码";
  376. this.dataColumn78.ColumnName = "MATERIAL_NO";
  377. //
  378. // dataColumn79
  379. //
  380. this.dataColumn79.Caption = "物料描叙";
  381. this.dataColumn79.ColumnName = "MATERIAL_NAME";
  382. //
  383. // dataColumn80
  384. //
  385. this.dataColumn80.Caption = "生产合同号";
  386. this.dataColumn80.ColumnName = "PRO_ORDER_NO";
  387. //
  388. // dataColumn81
  389. //
  390. this.dataColumn81.Caption = "生产订单号";
  391. this.dataColumn81.ColumnName = "PRO_ORDER_ID";
  392. //
  393. // dataColumn82
  394. //
  395. this.dataColumn82.Caption = "合同号";
  396. this.dataColumn82.ColumnName = "ORDER_NO";
  397. //
  398. // dataColumn83
  399. //
  400. this.dataColumn83.Caption = "合同行号";
  401. this.dataColumn83.ColumnName = "ORDER_SEQ";
  402. //
  403. // dataColumn84
  404. //
  405. this.dataColumn84.Caption = "产线";
  406. this.dataColumn84.ColumnName = "PLINE_CODE";
  407. //
  408. // dataColumn58
  409. //
  410. this.dataColumn58.Caption = "长度";
  411. this.dataColumn58.ColumnName = "ACT_LEN";
  412. //
  413. // dataColumn62
  414. //
  415. this.dataColumn62.Caption = "直径";
  416. this.dataColumn62.ColumnName = "ACT_DIM";
  417. //
  418. // dataColumn71
  419. //
  420. this.dataColumn71.Caption = "实重";
  421. this.dataColumn71.ColumnName = "ACT_WEIGHT";
  422. //
  423. // dataColumn85
  424. //
  425. this.dataColumn85.Caption = "理重";
  426. this.dataColumn85.ColumnName = "ACT_THEORY_WEIGHT";
  427. //
  428. // dataColumn86
  429. //
  430. this.dataColumn86.Caption = "所属单位";
  431. this.dataColumn86.ColumnName = "BELONG_CODE";
  432. //
  433. // dataColumn87
  434. //
  435. this.dataColumn87.Caption = "余材原因";
  436. this.dataColumn87.ColumnName = "REMAIN_RSN_CODE";
  437. //
  438. // dataColumn97
  439. //
  440. this.dataColumn97.Caption = "表面判定结果";
  441. this.dataColumn97.ColumnName = "FACE_RESULT_CODE";
  442. //
  443. // dataColumn98
  444. //
  445. this.dataColumn98.Caption = "成分判定结果";
  446. this.dataColumn98.ColumnName = "CHEM_RESULT_CODE";
  447. //
  448. // dataColumn99
  449. //
  450. this.dataColumn99.Caption = "综合判定结果";
  451. this.dataColumn99.ColumnName = "JUDGE_RESULT_CODE";
  452. //
  453. // dataColumn100
  454. //
  455. this.dataColumn100.Caption = "缺陷记录编号";
  456. this.dataColumn100.ColumnName = "BUG_NO";
  457. //
  458. // dataColumn101
  459. //
  460. this.dataColumn101.Caption = "入库时间";
  461. this.dataColumn101.ColumnName = "INSTOCK_TIME";
  462. //
  463. // dataColumn102
  464. //
  465. this.dataColumn102.Caption = "生产班次";
  466. this.dataColumn102.ColumnName = "PRO_BC";
  467. //
  468. // dataColumn55
  469. //
  470. this.dataColumn55.Caption = "生产班组";
  471. this.dataColumn55.ColumnName = "PRO_BZ";
  472. this.dataColumn55.DataType = typeof(int);
  473. //
  474. // dataColumn33
  475. //
  476. this.dataColumn33.Caption = "生产下线时间";
  477. this.dataColumn33.ColumnName = "RPO_TIME";
  478. //
  479. // txtLH
  480. //
  481. appearance8.BackColor = System.Drawing.Color.LightCyan;
  482. this.txtLH.Appearance = appearance8;
  483. this.txtLH.BackColor = System.Drawing.Color.LightCyan;
  484. this.txtLH.Enabled = false;
  485. this.txtLH.Location = new System.Drawing.Point(831, 9);
  486. this.txtLH.MaxLength = 10;
  487. this.txtLH.Name = "txtLH";
  488. this.txtLH.Size = new System.Drawing.Size(94, 21);
  489. this.txtLH.TabIndex = 97;
  490. this.txtLH.WordWrap = false;
  491. //
  492. // chkLH
  493. //
  494. this.chkLH.AutoSize = true;
  495. this.chkLH.BackColor = System.Drawing.Color.Transparent;
  496. this.chkLH.Location = new System.Drawing.Point(786, 11);
  497. this.chkLH.Name = "chkLH";
  498. this.chkLH.Size = new System.Drawing.Size(48, 16);
  499. this.chkLH.TabIndex = 96;
  500. this.chkLH.Text = "炉号";
  501. this.chkLH.UseVisualStyleBackColor = false;
  502. //
  503. // cbosteel
  504. //
  505. this.cbosteel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  506. this.cbosteel.Enabled = false;
  507. this.cbosteel.FormattingEnabled = true;
  508. this.cbosteel.Location = new System.Drawing.Point(478, 9);
  509. this.cbosteel.Name = "cbosteel";
  510. this.cbosteel.Size = new System.Drawing.Size(94, 20);
  511. this.cbosteel.TabIndex = 90;
  512. //
  513. // ultraGroupBox1
  514. //
  515. this.ultraGroupBox1.Controls.Add(this.txtLH);
  516. this.ultraGroupBox1.Controls.Add(this.chkLH);
  517. this.ultraGroupBox1.Controls.Add(this.cbosteel);
  518. this.ultraGroupBox1.Controls.Add(this.txtOrderNO);
  519. this.ultraGroupBox1.Controls.Add(this.chkOrderNo);
  520. this.ultraGroupBox1.Controls.Add(this.ultraEndDateTime);
  521. this.ultraGroupBox1.Controls.Add(this.ultraBeginDateTime);
  522. this.ultraGroupBox1.Controls.Add(this.label2);
  523. this.ultraGroupBox1.Controls.Add(this.chkRpoTime);
  524. this.ultraGroupBox1.Controls.Add(this.chkSteel);
  525. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  526. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F);
  527. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  528. this.ultraGroupBox1.Name = "ultraGroupBox1";
  529. this.ultraGroupBox1.Size = new System.Drawing.Size(1181, 38);
  530. this.ultraGroupBox1.TabIndex = 30;
  531. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  532. //
  533. // txtOrderNO
  534. //
  535. appearance12.BackColor = System.Drawing.Color.LightCyan;
  536. this.txtOrderNO.Appearance = appearance12;
  537. this.txtOrderNO.BackColor = System.Drawing.Color.LightCyan;
  538. this.txtOrderNO.Enabled = false;
  539. this.txtOrderNO.Location = new System.Drawing.Point(663, 9);
  540. this.txtOrderNO.MaxLength = 20;
  541. this.txtOrderNO.Name = "txtOrderNO";
  542. this.txtOrderNO.Size = new System.Drawing.Size(117, 21);
  543. this.txtOrderNO.TabIndex = 41;
  544. //
  545. // chkOrderNo
  546. //
  547. this.chkOrderNo.AutoSize = true;
  548. this.chkOrderNo.BackColor = System.Drawing.Color.Transparent;
  549. this.chkOrderNo.Location = new System.Drawing.Point(581, 11);
  550. this.chkOrderNo.Name = "chkOrderNo";
  551. this.chkOrderNo.Size = new System.Drawing.Size(84, 16);
  552. this.chkOrderNo.TabIndex = 29;
  553. this.chkOrderNo.Text = "生产订单号";
  554. this.chkOrderNo.UseVisualStyleBackColor = false;
  555. //
  556. // ultraEndDateTime
  557. //
  558. appearance23.BackColor = System.Drawing.Color.LightCyan;
  559. this.ultraEndDateTime.Appearance = appearance23;
  560. this.ultraEndDateTime.BackColor = System.Drawing.Color.LightCyan;
  561. this.ultraEndDateTime.DateTime = new System.DateTime(2015, 5, 8, 0, 0, 0, 0);
  562. this.ultraEndDateTime.Enabled = false;
  563. this.ultraEndDateTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  564. this.ultraEndDateTime.FormatString = "yyyy-MM-dd HH:mm:ss";
  565. this.ultraEndDateTime.Location = new System.Drawing.Point(278, 9);
  566. this.ultraEndDateTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
  567. this.ultraEndDateTime.Name = "ultraEndDateTime";
  568. this.ultraEndDateTime.Size = new System.Drawing.Size(147, 21);
  569. this.ultraEndDateTime.TabIndex = 33;
  570. this.ultraEndDateTime.Value = new System.DateTime(2015, 5, 8, 0, 0, 0, 0);
  571. //
  572. // ultraBeginDateTime
  573. //
  574. appearance24.BackColor = System.Drawing.Color.LightCyan;
  575. this.ultraBeginDateTime.Appearance = appearance24;
  576. this.ultraBeginDateTime.BackColor = System.Drawing.Color.LightCyan;
  577. this.ultraBeginDateTime.DateTime = new System.DateTime(2015, 5, 8, 0, 0, 0, 0);
  578. this.ultraBeginDateTime.Enabled = false;
  579. this.ultraBeginDateTime.FormatString = "yyyy-MM-dd HH:mm:ss";
  580. this.ultraBeginDateTime.Location = new System.Drawing.Point(105, 9);
  581. this.ultraBeginDateTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
  582. this.ultraBeginDateTime.Name = "ultraBeginDateTime";
  583. this.ultraBeginDateTime.Size = new System.Drawing.Size(147, 21);
  584. this.ultraBeginDateTime.TabIndex = 33;
  585. this.ultraBeginDateTime.Value = new System.DateTime(2015, 5, 8, 0, 0, 0, 0);
  586. //
  587. // label2
  588. //
  589. this.label2.AutoSize = true;
  590. this.label2.BackColor = System.Drawing.Color.Transparent;
  591. this.label2.Location = new System.Drawing.Point(255, 13);
  592. this.label2.Name = "label2";
  593. this.label2.Size = new System.Drawing.Size(17, 12);
  594. this.label2.TabIndex = 32;
  595. this.label2.Text = "至";
  596. //
  597. // chkRpoTime
  598. //
  599. this.chkRpoTime.AutoSize = true;
  600. this.chkRpoTime.BackColor = System.Drawing.Color.Transparent;
  601. this.chkRpoTime.Location = new System.Drawing.Point(11, 11);
  602. this.chkRpoTime.Name = "chkRpoTime";
  603. this.chkRpoTime.Size = new System.Drawing.Size(96, 16);
  604. this.chkRpoTime.TabIndex = 19;
  605. this.chkRpoTime.Text = "生产开始时间";
  606. this.chkRpoTime.UseVisualStyleBackColor = false;
  607. //
  608. // chkSteel
  609. //
  610. this.chkSteel.AutoSize = true;
  611. this.chkSteel.BackColor = System.Drawing.Color.Transparent;
  612. this.chkSteel.Location = new System.Drawing.Point(431, 11);
  613. this.chkSteel.Name = "chkSteel";
  614. this.chkSteel.Size = new System.Drawing.Size(48, 16);
  615. this.chkSteel.TabIndex = 20;
  616. this.chkSteel.Text = "钢种";
  617. this.chkSteel.UseVisualStyleBackColor = false;
  618. //
  619. // ultragpbNonPlan
  620. //
  621. this.ultragpbNonPlan.Controls.Add(this.ulgCKinfo);
  622. this.ultragpbNonPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  623. this.ultragpbNonPlan.Location = new System.Drawing.Point(0, 38);
  624. this.ultragpbNonPlan.Name = "ultragpbNonPlan";
  625. this.ultragpbNonPlan.Size = new System.Drawing.Size(1181, 501);
  626. this.ultragpbNonPlan.TabIndex = 33;
  627. //
  628. // ultraExpandableGroupBoxPanel1
  629. //
  630. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox1);
  631. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
  632. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  633. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  634. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  635. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1177, 43);
  636. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  637. //
  638. // ultraExpandableGroupBox1
  639. //
  640. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  641. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  642. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1181, 65);
  643. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOnBorder;
  644. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 539);
  645. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  646. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1181, 65);
  647. this.ultraExpandableGroupBox1.TabIndex = 28;
  648. this.ultraExpandableGroupBox1.Text = "编辑区";
  649. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  650. //
  651. // dataColumn1
  652. //
  653. this.dataColumn1.Caption = "组炉炉号";
  654. this.dataColumn1.ColumnName = "Column1";
  655. //
  656. // label1
  657. //
  658. this.label1.AutoSize = true;
  659. this.label1.Location = new System.Drawing.Point(19, 14);
  660. this.label1.Name = "label1";
  661. this.label1.Size = new System.Drawing.Size(53, 12);
  662. this.label1.TabIndex = 0;
  663. this.label1.Text = "组炉炉号";
  664. //
  665. // textBox1
  666. //
  667. this.textBox1.Location = new System.Drawing.Point(78, 10);
  668. this.textBox1.Name = "textBox1";
  669. this.textBox1.Size = new System.Drawing.Size(100, 21);
  670. this.textBox1.TabIndex = 1;
  671. //
  672. // frmGroupHeatMgt
  673. //
  674. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  675. this.ClientSize = new System.Drawing.Size(1181, 604);
  676. this.Controls.Add(this.ultragpbNonPlan);
  677. this.Controls.Add(this.ultraGroupBox1);
  678. this.Controls.Add(this.ultraExpandableGroupBox1);
  679. this.Name = "frmGroupHeatMgt";
  680. this.Text = "精整组炉管理";
  681. this.Load += new System.EventHandler(this.frmNonPlanMgt_Load);
  682. ((System.ComponentModel.ISupportInitialize)(this.ulgCKinfo)).EndInit();
  683. ((System.ComponentModel.ISupportInitialize)(this.dSStockInfo)).EndInit();
  684. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  685. ((System.ComponentModel.ISupportInitialize)(this.txtLH)).EndInit();
  686. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  687. this.ultraGroupBox1.ResumeLayout(false);
  688. this.ultraGroupBox1.PerformLayout();
  689. ((System.ComponentModel.ISupportInitialize)(this.txtOrderNO)).EndInit();
  690. ((System.ComponentModel.ISupportInitialize)(this.ultraEndDateTime)).EndInit();
  691. ((System.ComponentModel.ISupportInitialize)(this.ultraBeginDateTime)).EndInit();
  692. ((System.ComponentModel.ISupportInitialize)(this.ultragpbNonPlan)).EndInit();
  693. this.ultragpbNonPlan.ResumeLayout(false);
  694. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  695. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  696. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  697. this.ultraExpandableGroupBox1.ResumeLayout(false);
  698. this.ResumeLayout(false);
  699. }
  700. #endregion
  701. private Infragistics.Win.UltraWinGrid.UltraGrid ulgCKinfo;
  702. public System.Data.DataSet dSStockInfo;
  703. private System.Data.DataTable dataTable2;
  704. private System.Data.DataColumn dataColumn72;
  705. private System.Data.DataColumn dataColumn75;
  706. private System.Data.DataColumn dataColumn76;
  707. private System.Data.DataColumn dataColumn77;
  708. private System.Data.DataColumn dataColumn78;
  709. private System.Data.DataColumn dataColumn79;
  710. private System.Data.DataColumn dataColumn80;
  711. private System.Data.DataColumn dataColumn81;
  712. private System.Data.DataColumn dataColumn82;
  713. private System.Data.DataColumn dataColumn83;
  714. private System.Data.DataColumn dataColumn84;
  715. private System.Data.DataColumn dataColumn58;
  716. private System.Data.DataColumn dataColumn62;
  717. private System.Data.DataColumn dataColumn71;
  718. private System.Data.DataColumn dataColumn85;
  719. private System.Data.DataColumn dataColumn86;
  720. private System.Data.DataColumn dataColumn87;
  721. private System.Data.DataColumn dataColumn97;
  722. private System.Data.DataColumn dataColumn98;
  723. private System.Data.DataColumn dataColumn99;
  724. private System.Data.DataColumn dataColumn100;
  725. private System.Data.DataColumn dataColumn101;
  726. private System.Data.DataColumn dataColumn102;
  727. private System.Data.DataColumn dataColumn55;
  728. private System.Data.DataColumn dataColumn33;
  729. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLH;
  730. private System.Windows.Forms.CheckBox chkLH;
  731. private System.Windows.Forms.ComboBox cbosteel;
  732. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  733. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrderNO;
  734. private System.Windows.Forms.CheckBox chkOrderNo;
  735. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraEndDateTime;
  736. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraBeginDateTime;
  737. private System.Windows.Forms.Label label2;
  738. private System.Windows.Forms.CheckBox chkRpoTime;
  739. private System.Windows.Forms.CheckBox chkSteel;
  740. private Infragistics.Win.Misc.UltraGroupBox ultragpbNonPlan;
  741. private System.Data.DataColumn dataColumn1;
  742. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  743. private System.Windows.Forms.Label label1;
  744. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  745. private System.Windows.Forms.TextBox textBox1;
  746. }
  747. }