FrmFPRecall.Designer.cs 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  1. namespace Core.StlMes.Client.MilCount
  2. {
  3. partial class FrmFPRecall
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("钢种", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("坯断面");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("工艺状态");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("上料合计单倍尺支");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("上料合计单倍尺吨");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("钢级");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("产线");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("计划年月");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("合同号");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("工艺号");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("分切");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("上料炉号");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("单倍尺长度");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("轧批号");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("品种");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("外径");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("壁厚");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("轧管标准");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("炼钢标准");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("用户");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("目标");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("成品计划支");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("成品计划吨");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("产出炉号");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("标识ID");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("剔管总支");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("剔管总吨");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("管判定支");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("管判定吨");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("剔坯总支");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("剔坯总吨");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("管计划总支");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("管计划总吨");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("坯计划总支");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("坯计划总吨");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("坯料品种");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  68. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  80. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  81. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  82. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  83. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  84. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  85. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FPType");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FPZhi");
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FenLei", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZGLode");
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZPLode");
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GPLode");
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDERNO");
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HBDate");
  95. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  106. this.panel1 = new System.Windows.Forms.Panel();
  107. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  108. this.panel2 = new System.Windows.Forms.Panel();
  109. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  110. this.dataSet1 = new System.Data.DataSet();
  111. this.dataTable1 = new System.Data.DataTable();
  112. this.dataColumn1 = new System.Data.DataColumn();
  113. this.dataColumn2 = new System.Data.DataColumn();
  114. this.dataColumn3 = new System.Data.DataColumn();
  115. this.dataColumn4 = new System.Data.DataColumn();
  116. this.dataColumn5 = new System.Data.DataColumn();
  117. this.dataColumn6 = new System.Data.DataColumn();
  118. this.dataColumn7 = new System.Data.DataColumn();
  119. this.dataColumn8 = new System.Data.DataColumn();
  120. this.dataColumn9 = new System.Data.DataColumn();
  121. this.dataColumn10 = new System.Data.DataColumn();
  122. this.dataColumn11 = new System.Data.DataColumn();
  123. this.dataColumn12 = new System.Data.DataColumn();
  124. this.dataColumn13 = new System.Data.DataColumn();
  125. this.dataColumn14 = new System.Data.DataColumn();
  126. this.dataColumn15 = new System.Data.DataColumn();
  127. this.dataColumn16 = new System.Data.DataColumn();
  128. this.dataColumn17 = new System.Data.DataColumn();
  129. this.dataColumn18 = new System.Data.DataColumn();
  130. this.dataColumn19 = new System.Data.DataColumn();
  131. this.dataColumn20 = new System.Data.DataColumn();
  132. this.dataColumn21 = new System.Data.DataColumn();
  133. this.dataColumn22 = new System.Data.DataColumn();
  134. this.dataColumn23 = new System.Data.DataColumn();
  135. this.dataColumn24 = new System.Data.DataColumn();
  136. this.dataColumn25 = new System.Data.DataColumn();
  137. this.dataColumn27 = new System.Data.DataColumn();
  138. this.dataColumn28 = new System.Data.DataColumn();
  139. this.dataColumn29 = new System.Data.DataColumn();
  140. this.dataColumn30 = new System.Data.DataColumn();
  141. this.dataColumn35 = new System.Data.DataColumn();
  142. this.dataColumn36 = new System.Data.DataColumn();
  143. this.dataColumn37 = new System.Data.DataColumn();
  144. this.dataColumn38 = new System.Data.DataColumn();
  145. this.dataColumn39 = new System.Data.DataColumn();
  146. this.dataColumn40 = new System.Data.DataColumn();
  147. this.dataColumn44 = new System.Data.DataColumn();
  148. this.dataColumn45 = new System.Data.DataColumn();
  149. this.corePager1 = new CoreFS.CA06.CorePager();
  150. this.panel3 = new System.Windows.Forms.Panel();
  151. this.chk_TB = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  152. this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  153. this.txt_lh = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  154. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  155. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  156. this.com_gx = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  157. this.cmbleixing = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  158. this.cmbGXType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  159. this.FPDun = new System.Windows.Forms.Label();
  160. this.FPZhi = new System.Windows.Forms.Label();
  161. this.FenLei = new System.Windows.Forms.Label();
  162. this.FPType = new System.Windows.Forms.Label();
  163. this.FPGx = new System.Windows.Forms.Label();
  164. this.txt_fz = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  165. this.txt_fd = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  166. this.txt_lcode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  167. this.Lcode = new System.Windows.Forms.Label();
  168. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  169. this.dataSet2 = new System.Data.DataSet();
  170. this.dataTable2 = new System.Data.DataTable();
  171. this.dataColumn26 = new System.Data.DataColumn();
  172. this.dataColumn31 = new System.Data.DataColumn();
  173. this.dataColumn32 = new System.Data.DataColumn();
  174. this.dataColumn33 = new System.Data.DataColumn();
  175. this.dataColumn34 = new System.Data.DataColumn();
  176. this.dataColumn41 = new System.Data.DataColumn();
  177. this.dataColumn42 = new System.Data.DataColumn();
  178. this.dataColumn43 = new System.Data.DataColumn();
  179. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  180. this.txtyear = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  181. this.panel1.SuspendLayout();
  182. this.tableLayoutPanel1.SuspendLayout();
  183. this.panel2.SuspendLayout();
  184. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  187. this.panel3.SuspendLayout();
  188. ((System.ComponentModel.ISupportInitialize)(this.chk_TB)).BeginInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.txt_lh)).BeginInit();
  191. this.tableLayoutPanel2.SuspendLayout();
  192. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  193. this.ultraGroupBox1.SuspendLayout();
  194. ((System.ComponentModel.ISupportInitialize)(this.com_gx)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.cmbleixing)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.cmbGXType)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.txt_fz)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.txt_fd)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.txt_lcode)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.txtyear)).BeginInit();
  205. this.SuspendLayout();
  206. //
  207. // panel1
  208. //
  209. this.panel1.Controls.Add(this.tableLayoutPanel1);
  210. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  211. this.panel1.Location = new System.Drawing.Point(0, 0);
  212. this.panel1.Name = "panel1";
  213. this.panel1.Size = new System.Drawing.Size(797, 477);
  214. this.panel1.TabIndex = 0;
  215. //
  216. // tableLayoutPanel1
  217. //
  218. this.tableLayoutPanel1.ColumnCount = 1;
  219. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  220. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
  221. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
  222. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  223. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  224. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  225. this.tableLayoutPanel1.RowCount = 2;
  226. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 64.57023F));
  227. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35.42977F));
  228. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  229. this.tableLayoutPanel1.Size = new System.Drawing.Size(797, 477);
  230. this.tableLayoutPanel1.TabIndex = 0;
  231. //
  232. // panel2
  233. //
  234. this.panel2.Controls.Add(this.ultraGrid1);
  235. this.panel2.Controls.Add(this.corePager1);
  236. this.panel2.Controls.Add(this.panel3);
  237. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  238. this.panel2.Location = new System.Drawing.Point(3, 3);
  239. this.panel2.Name = "panel2";
  240. this.panel2.Size = new System.Drawing.Size(791, 301);
  241. this.panel2.TabIndex = 4;
  242. //
  243. // ultraGrid1
  244. //
  245. this.ultraGrid1.DataSource = this.dataSet1;
  246. appearance4.BackColor = System.Drawing.SystemColors.Window;
  247. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  248. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  249. ultraGridColumn1.Header.VisiblePosition = 5;
  250. ultraGridColumn2.Header.VisiblePosition = 6;
  251. ultraGridColumn3.Header.VisiblePosition = 10;
  252. ultraGridColumn4.Header.VisiblePosition = 22;
  253. ultraGridColumn5.Header.VisiblePosition = 23;
  254. ultraGridColumn6.Header.VisiblePosition = 4;
  255. ultraGridColumn7.Header.VisiblePosition = 11;
  256. ultraGridColumn8.Header.VisiblePosition = 12;
  257. ultraGridColumn9.Header.VisiblePosition = 3;
  258. ultraGridColumn10.Header.VisiblePosition = 13;
  259. ultraGridColumn10.Hidden = true;
  260. ultraGridColumn11.Header.VisiblePosition = 14;
  261. ultraGridColumn12.Header.VisiblePosition = 2;
  262. ultraGridColumn13.Header.VisiblePosition = 7;
  263. ultraGridColumn14.Header.VisiblePosition = 1;
  264. ultraGridColumn15.Header.VisiblePosition = 15;
  265. ultraGridColumn16.Header.VisiblePosition = 16;
  266. ultraGridColumn17.Header.VisiblePosition = 17;
  267. ultraGridColumn18.Header.VisiblePosition = 18;
  268. ultraGridColumn19.Header.VisiblePosition = 19;
  269. ultraGridColumn20.Header.VisiblePosition = 20;
  270. ultraGridColumn21.Header.VisiblePosition = 21;
  271. ultraGridColumn22.Header.VisiblePosition = 24;
  272. ultraGridColumn23.Header.VisiblePosition = 25;
  273. ultraGridColumn24.Header.VisiblePosition = 9;
  274. ultraGridColumn25.Header.VisiblePosition = 0;
  275. ultraGridColumn25.Hidden = true;
  276. ultraGridColumn26.Header.VisiblePosition = 26;
  277. ultraGridColumn27.Header.VisiblePosition = 27;
  278. ultraGridColumn28.Header.VisiblePosition = 35;
  279. ultraGridColumn29.Header.VisiblePosition = 36;
  280. ultraGridColumn30.Header.VisiblePosition = 28;
  281. ultraGridColumn31.Header.VisiblePosition = 29;
  282. ultraGridColumn32.Header.VisiblePosition = 30;
  283. ultraGridColumn33.Header.VisiblePosition = 31;
  284. ultraGridColumn34.Header.VisiblePosition = 32;
  285. ultraGridColumn35.Header.VisiblePosition = 33;
  286. ultraGridColumn36.Header.VisiblePosition = 8;
  287. ultraGridColumn37.Header.VisiblePosition = 34;
  288. ultraGridColumn37.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  289. ultraGridColumn37.Width = 48;
  290. ultraGridBand1.Columns.AddRange(new object[] {
  291. ultraGridColumn1,
  292. ultraGridColumn2,
  293. ultraGridColumn3,
  294. ultraGridColumn4,
  295. ultraGridColumn5,
  296. ultraGridColumn6,
  297. ultraGridColumn7,
  298. ultraGridColumn8,
  299. ultraGridColumn9,
  300. ultraGridColumn10,
  301. ultraGridColumn11,
  302. ultraGridColumn12,
  303. ultraGridColumn13,
  304. ultraGridColumn14,
  305. ultraGridColumn15,
  306. ultraGridColumn16,
  307. ultraGridColumn17,
  308. ultraGridColumn18,
  309. ultraGridColumn19,
  310. ultraGridColumn20,
  311. ultraGridColumn21,
  312. ultraGridColumn22,
  313. ultraGridColumn23,
  314. ultraGridColumn24,
  315. ultraGridColumn25,
  316. ultraGridColumn26,
  317. ultraGridColumn27,
  318. ultraGridColumn28,
  319. ultraGridColumn29,
  320. ultraGridColumn30,
  321. ultraGridColumn31,
  322. ultraGridColumn32,
  323. ultraGridColumn33,
  324. ultraGridColumn34,
  325. ultraGridColumn35,
  326. ultraGridColumn36,
  327. ultraGridColumn37});
  328. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  329. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  330. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  331. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  332. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  333. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  334. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  335. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance1;
  336. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  337. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  338. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  339. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  340. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  341. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  342. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  343. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  344. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  345. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  346. appearance12.BackColor = System.Drawing.SystemColors.Window;
  347. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  348. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  349. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  350. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  351. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  352. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  353. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  354. appearance6.BackColor = System.Drawing.SystemColors.Window;
  355. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance6;
  356. appearance5.BorderColor = System.Drawing.Color.Silver;
  357. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  358. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance5;
  359. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  360. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  361. appearance9.BackColor = System.Drawing.SystemColors.Control;
  362. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  363. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  364. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  365. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  366. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  367. appearance11.TextHAlignAsString = "Left";
  368. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance11;
  369. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  370. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  371. appearance10.BackColor = System.Drawing.SystemColors.Window;
  372. appearance10.BorderColor = System.Drawing.Color.Silver;
  373. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance10;
  374. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  375. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  376. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  377. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  378. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  379. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  380. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  381. this.ultraGrid1.Location = new System.Drawing.Point(0, 35);
  382. this.ultraGrid1.Name = "ultraGrid1";
  383. this.ultraGrid1.Size = new System.Drawing.Size(791, 241);
  384. this.ultraGrid1.TabIndex = 1;
  385. this.ultraGrid1.Text = "ultraGrid1";
  386. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  387. //
  388. // dataSet1
  389. //
  390. this.dataSet1.DataSetName = "NewDataSet";
  391. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  392. this.dataTable1});
  393. //
  394. // dataTable1
  395. //
  396. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  397. this.dataColumn1,
  398. this.dataColumn2,
  399. this.dataColumn3,
  400. this.dataColumn4,
  401. this.dataColumn5,
  402. this.dataColumn6,
  403. this.dataColumn7,
  404. this.dataColumn8,
  405. this.dataColumn9,
  406. this.dataColumn10,
  407. this.dataColumn11,
  408. this.dataColumn12,
  409. this.dataColumn13,
  410. this.dataColumn14,
  411. this.dataColumn15,
  412. this.dataColumn16,
  413. this.dataColumn17,
  414. this.dataColumn18,
  415. this.dataColumn19,
  416. this.dataColumn20,
  417. this.dataColumn21,
  418. this.dataColumn22,
  419. this.dataColumn23,
  420. this.dataColumn24,
  421. this.dataColumn25,
  422. this.dataColumn27,
  423. this.dataColumn28,
  424. this.dataColumn29,
  425. this.dataColumn30,
  426. this.dataColumn35,
  427. this.dataColumn36,
  428. this.dataColumn37,
  429. this.dataColumn38,
  430. this.dataColumn39,
  431. this.dataColumn40,
  432. this.dataColumn44,
  433. this.dataColumn45});
  434. this.dataTable1.TableName = "Table1";
  435. //
  436. // dataColumn1
  437. //
  438. this.dataColumn1.Caption = "钢种";
  439. this.dataColumn1.ColumnName = "钢种";
  440. this.dataColumn1.ReadOnly = true;
  441. //
  442. // dataColumn2
  443. //
  444. this.dataColumn2.Caption = "坯断面";
  445. this.dataColumn2.ColumnName = "坯断面";
  446. this.dataColumn2.ReadOnly = true;
  447. //
  448. // dataColumn3
  449. //
  450. this.dataColumn3.Caption = "工艺状态";
  451. this.dataColumn3.ColumnName = "工艺状态";
  452. this.dataColumn3.ReadOnly = true;
  453. //
  454. // dataColumn4
  455. //
  456. this.dataColumn4.Caption = "上料合计单倍尺支";
  457. this.dataColumn4.ColumnName = "上料合计单倍尺支";
  458. this.dataColumn4.ReadOnly = true;
  459. //
  460. // dataColumn5
  461. //
  462. this.dataColumn5.Caption = "上料合计单倍尺吨";
  463. this.dataColumn5.ColumnName = "上料合计单倍尺吨";
  464. this.dataColumn5.ReadOnly = true;
  465. //
  466. // dataColumn6
  467. //
  468. this.dataColumn6.ColumnName = "钢级";
  469. this.dataColumn6.ReadOnly = true;
  470. //
  471. // dataColumn7
  472. //
  473. this.dataColumn7.Caption = "产线";
  474. this.dataColumn7.ColumnName = "产线";
  475. this.dataColumn7.ReadOnly = true;
  476. //
  477. // dataColumn8
  478. //
  479. this.dataColumn8.Caption = "计划年月";
  480. this.dataColumn8.ColumnName = "计划年月";
  481. this.dataColumn8.ReadOnly = true;
  482. //
  483. // dataColumn9
  484. //
  485. this.dataColumn9.Caption = "合同号";
  486. this.dataColumn9.ColumnName = "合同号";
  487. this.dataColumn9.ReadOnly = true;
  488. //
  489. // dataColumn10
  490. //
  491. this.dataColumn10.Caption = "工艺号";
  492. this.dataColumn10.ColumnName = "工艺号";
  493. this.dataColumn10.ReadOnly = true;
  494. //
  495. // dataColumn11
  496. //
  497. this.dataColumn11.Caption = "分切";
  498. this.dataColumn11.ColumnName = "分切";
  499. this.dataColumn11.ReadOnly = true;
  500. //
  501. // dataColumn12
  502. //
  503. this.dataColumn12.Caption = "上料炉号";
  504. this.dataColumn12.ColumnName = "上料炉号";
  505. this.dataColumn12.ReadOnly = true;
  506. //
  507. // dataColumn13
  508. //
  509. this.dataColumn13.ColumnName = "单倍尺长度";
  510. this.dataColumn13.ReadOnly = true;
  511. //
  512. // dataColumn14
  513. //
  514. this.dataColumn14.ColumnName = "轧批号";
  515. this.dataColumn14.ReadOnly = true;
  516. //
  517. // dataColumn15
  518. //
  519. this.dataColumn15.ColumnName = "品种";
  520. this.dataColumn15.ReadOnly = true;
  521. //
  522. // dataColumn16
  523. //
  524. this.dataColumn16.ColumnName = "外径";
  525. this.dataColumn16.ReadOnly = true;
  526. //
  527. // dataColumn17
  528. //
  529. this.dataColumn17.ColumnName = "壁厚";
  530. this.dataColumn17.ReadOnly = true;
  531. //
  532. // dataColumn18
  533. //
  534. this.dataColumn18.ColumnName = "轧管标准";
  535. this.dataColumn18.ReadOnly = true;
  536. //
  537. // dataColumn19
  538. //
  539. this.dataColumn19.ColumnName = "炼钢标准";
  540. this.dataColumn19.ReadOnly = true;
  541. //
  542. // dataColumn20
  543. //
  544. this.dataColumn20.ColumnName = "用户";
  545. this.dataColumn20.ReadOnly = true;
  546. //
  547. // dataColumn21
  548. //
  549. this.dataColumn21.ColumnName = "目标";
  550. this.dataColumn21.ReadOnly = true;
  551. //
  552. // dataColumn22
  553. //
  554. this.dataColumn22.ColumnName = "成品计划支";
  555. this.dataColumn22.ReadOnly = true;
  556. //
  557. // dataColumn23
  558. //
  559. this.dataColumn23.ColumnName = "成品计划吨";
  560. this.dataColumn23.ReadOnly = true;
  561. //
  562. // dataColumn24
  563. //
  564. this.dataColumn24.ColumnName = "产出炉号";
  565. //
  566. // dataColumn25
  567. //
  568. this.dataColumn25.ColumnName = "标识ID";
  569. //
  570. // dataColumn27
  571. //
  572. this.dataColumn27.Caption = "剔管总支";
  573. this.dataColumn27.ColumnName = "剔管总支";
  574. this.dataColumn27.ReadOnly = true;
  575. //
  576. // dataColumn28
  577. //
  578. this.dataColumn28.Caption = "剔管总吨";
  579. this.dataColumn28.ColumnName = "剔管总吨";
  580. this.dataColumn28.ReadOnly = true;
  581. //
  582. // dataColumn29
  583. //
  584. this.dataColumn29.Caption = "管判定支";
  585. this.dataColumn29.ColumnName = "管判定支";
  586. this.dataColumn29.ReadOnly = true;
  587. //
  588. // dataColumn30
  589. //
  590. this.dataColumn30.Caption = "管判定吨";
  591. this.dataColumn30.ColumnName = "管判定吨";
  592. this.dataColumn30.ReadOnly = true;
  593. //
  594. // dataColumn35
  595. //
  596. this.dataColumn35.Caption = "剔坯总支";
  597. this.dataColumn35.ColumnName = "剔坯总支";
  598. //
  599. // dataColumn36
  600. //
  601. this.dataColumn36.Caption = "剔坯总吨";
  602. this.dataColumn36.ColumnName = "剔坯总吨";
  603. //
  604. // dataColumn37
  605. //
  606. this.dataColumn37.Caption = "管计划总支";
  607. this.dataColumn37.ColumnName = "管计划总支";
  608. //
  609. // dataColumn38
  610. //
  611. this.dataColumn38.Caption = "管计划总吨";
  612. this.dataColumn38.ColumnName = "管计划总吨";
  613. //
  614. // dataColumn39
  615. //
  616. this.dataColumn39.Caption = "坯计划总支";
  617. this.dataColumn39.ColumnName = "坯计划总支";
  618. //
  619. // dataColumn40
  620. //
  621. this.dataColumn40.Caption = "坯计划总吨";
  622. this.dataColumn40.ColumnName = "坯计划总吨";
  623. //
  624. // dataColumn44
  625. //
  626. this.dataColumn44.ColumnName = "坯料品种";
  627. //
  628. // dataColumn45
  629. //
  630. this.dataColumn45.Caption = "选择";
  631. this.dataColumn45.ColumnName = "CHK";
  632. //
  633. // corePager1
  634. //
  635. this.corePager1.Dock = System.Windows.Forms.DockStyle.Bottom;
  636. this.corePager1.ExcelFileName = "";
  637. this.corePager1.IsShowExportExcel = true;
  638. this.corePager1.IsShowFilter = true;
  639. this.corePager1.Location = new System.Drawing.Point(0, 276);
  640. this.corePager1.methodName = "commonQueryForPage";
  641. this.corePager1.Name = "corePager1";
  642. this.corePager1.ob = null;
  643. this.corePager1.PageSize = 20;
  644. this.corePager1.PageUltraGrid = null;
  645. this.corePager1.ResultDataTable = null;
  646. this.corePager1.serverName = "CoreBpm.Authentication";
  647. this.corePager1.Size = new System.Drawing.Size(791, 25);
  648. this.corePager1.Sql = "";
  649. this.corePager1.SqlParamter = null;
  650. this.corePager1.TabIndex = 2;
  651. //
  652. // panel3
  653. //
  654. this.panel3.Controls.Add(this.chk_TB);
  655. this.panel3.Controls.Add(this.ultraCheckEditor2);
  656. this.panel3.Controls.Add(this.txt_lh);
  657. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  658. this.panel3.Location = new System.Drawing.Point(0, 0);
  659. this.panel3.Name = "panel3";
  660. this.panel3.Size = new System.Drawing.Size(791, 35);
  661. this.panel3.TabIndex = 0;
  662. //
  663. // chk_TB
  664. //
  665. this.chk_TB.AutoSize = true;
  666. this.chk_TB.Location = new System.Drawing.Point(220, 8);
  667. this.chk_TB.Name = "chk_TB";
  668. this.chk_TB.Size = new System.Drawing.Size(83, 19);
  669. this.chk_TB.TabIndex = 26;
  670. this.chk_TB.Text = "按选择提交";
  671. this.chk_TB.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  672. //
  673. // ultraCheckEditor2
  674. //
  675. this.ultraCheckEditor2.AutoSize = true;
  676. this.ultraCheckEditor2.Location = new System.Drawing.Point(12, 9);
  677. this.ultraCheckEditor2.Name = "ultraCheckEditor2";
  678. this.ultraCheckEditor2.Size = new System.Drawing.Size(59, 19);
  679. this.ultraCheckEditor2.TabIndex = 26;
  680. this.ultraCheckEditor2.Text = "炉号:";
  681. this.ultraCheckEditor2.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  682. //
  683. // txt_lh
  684. //
  685. this.txt_lh.Location = new System.Drawing.Point(77, 6);
  686. this.txt_lh.Name = "txt_lh";
  687. this.txt_lh.Size = new System.Drawing.Size(100, 21);
  688. this.txt_lh.TabIndex = 25;
  689. //
  690. // tableLayoutPanel2
  691. //
  692. this.tableLayoutPanel2.ColumnCount = 2;
  693. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 356F));
  694. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  695. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox1, 0, 0);
  696. this.tableLayoutPanel2.Controls.Add(this.ultraGrid2, 1, 0);
  697. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  698. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 310);
  699. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  700. this.tableLayoutPanel2.RowCount = 1;
  701. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  702. this.tableLayoutPanel2.Size = new System.Drawing.Size(791, 164);
  703. this.tableLayoutPanel2.TabIndex = 5;
  704. //
  705. // ultraGroupBox1
  706. //
  707. this.ultraGroupBox1.Controls.Add(this.com_gx);
  708. this.ultraGroupBox1.Controls.Add(this.cmbleixing);
  709. this.ultraGroupBox1.Controls.Add(this.cmbGXType);
  710. this.ultraGroupBox1.Controls.Add(this.FPDun);
  711. this.ultraGroupBox1.Controls.Add(this.FPZhi);
  712. this.ultraGroupBox1.Controls.Add(this.FenLei);
  713. this.ultraGroupBox1.Controls.Add(this.FPType);
  714. this.ultraGroupBox1.Controls.Add(this.FPGx);
  715. this.ultraGroupBox1.Controls.Add(this.txt_fz);
  716. this.ultraGroupBox1.Controls.Add(this.txt_fd);
  717. this.ultraGroupBox1.Controls.Add(this.txt_lcode);
  718. this.ultraGroupBox1.Controls.Add(this.Lcode);
  719. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  720. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  721. this.ultraGroupBox1.Name = "ultraGroupBox1";
  722. this.ultraGroupBox1.Size = new System.Drawing.Size(350, 158);
  723. this.ultraGroupBox1.TabIndex = 30;
  724. this.ultraGroupBox1.Text = "废品编辑区";
  725. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  726. //
  727. // com_gx
  728. //
  729. this.com_gx.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  730. valueListItem1.DataValue = "1";
  731. valueListItem1.DisplayText = "钢级";
  732. valueListItem2.DataValue = "2";
  733. valueListItem2.DisplayText = "牌号";
  734. this.com_gx.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  735. valueListItem1,
  736. valueListItem2});
  737. this.com_gx.Location = new System.Drawing.Point(244, 78);
  738. this.com_gx.Name = "com_gx";
  739. this.com_gx.Size = new System.Drawing.Size(100, 21);
  740. this.com_gx.TabIndex = 27;
  741. //
  742. // cmbleixing
  743. //
  744. this.cmbleixing.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  745. valueListItem5.DataValue = "1";
  746. valueListItem5.DisplayText = "钢级";
  747. valueListItem6.DataValue = "2";
  748. valueListItem6.DisplayText = "牌号";
  749. this.cmbleixing.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  750. valueListItem5,
  751. valueListItem6});
  752. this.cmbleixing.Location = new System.Drawing.Point(245, 30);
  753. this.cmbleixing.Name = "cmbleixing";
  754. this.cmbleixing.Size = new System.Drawing.Size(100, 21);
  755. this.cmbleixing.TabIndex = 27;
  756. //
  757. // cmbGXType
  758. //
  759. this.cmbGXType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  760. valueListItem3.DataValue = "1";
  761. valueListItem3.DisplayText = "钢级";
  762. valueListItem4.DataValue = "2";
  763. valueListItem4.DisplayText = "牌号";
  764. this.cmbGXType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  765. valueListItem3,
  766. valueListItem4});
  767. this.cmbGXType.Location = new System.Drawing.Point(70, 30);
  768. this.cmbGXType.Name = "cmbGXType";
  769. this.cmbGXType.Size = new System.Drawing.Size(100, 21);
  770. this.cmbGXType.TabIndex = 27;
  771. this.cmbGXType.ValueChanged += new System.EventHandler(this.cmbGXType_ValueChanged);
  772. //
  773. // FPDun
  774. //
  775. this.FPDun.AutoSize = true;
  776. this.FPDun.Location = new System.Drawing.Point(182, 131);
  777. this.FPDun.Name = "FPDun";
  778. this.FPDun.Size = new System.Drawing.Size(59, 12);
  779. this.FPDun.TabIndex = 20;
  780. this.FPDun.Text = "废品吨数:";
  781. //
  782. // FPZhi
  783. //
  784. this.FPZhi.AutoSize = true;
  785. this.FPZhi.Location = new System.Drawing.Point(5, 130);
  786. this.FPZhi.Name = "FPZhi";
  787. this.FPZhi.Size = new System.Drawing.Size(59, 12);
  788. this.FPZhi.TabIndex = 19;
  789. this.FPZhi.Text = "废品支数:";
  790. //
  791. // FenLei
  792. //
  793. this.FenLei.AutoSize = true;
  794. this.FenLei.Location = new System.Drawing.Point(29, 34);
  795. this.FenLei.Name = "FenLei";
  796. this.FenLei.Size = new System.Drawing.Size(35, 12);
  797. this.FenLei.TabIndex = 18;
  798. this.FenLei.Text = "分类:";
  799. //
  800. // FPType
  801. //
  802. this.FPType.AutoSize = true;
  803. this.FPType.Location = new System.Drawing.Point(182, 34);
  804. this.FPType.Name = "FPType";
  805. this.FPType.Size = new System.Drawing.Size(59, 12);
  806. this.FPType.TabIndex = 16;
  807. this.FPType.Text = "废品类型:";
  808. //
  809. // FPGx
  810. //
  811. this.FPGx.AutoSize = true;
  812. this.FPGx.Location = new System.Drawing.Point(194, 82);
  813. this.FPGx.Name = "FPGx";
  814. this.FPGx.Size = new System.Drawing.Size(47, 12);
  815. this.FPGx.TabIndex = 14;
  816. this.FPGx.Text = "工序点:";
  817. //
  818. // txt_fz
  819. //
  820. this.txt_fz.Location = new System.Drawing.Point(70, 126);
  821. this.txt_fz.Name = "txt_fz";
  822. this.txt_fz.Size = new System.Drawing.Size(100, 21);
  823. this.txt_fz.TabIndex = 13;
  824. this.txt_fz.TextChanged += new System.EventHandler(this.txt_fz_TextChanged);
  825. //
  826. // txt_fd
  827. //
  828. this.txt_fd.Location = new System.Drawing.Point(245, 126);
  829. this.txt_fd.Name = "txt_fd";
  830. this.txt_fd.ReadOnly = true;
  831. this.txt_fd.Size = new System.Drawing.Size(100, 21);
  832. this.txt_fd.TabIndex = 13;
  833. //
  834. // txt_lcode
  835. //
  836. this.txt_lcode.Location = new System.Drawing.Point(70, 78);
  837. this.txt_lcode.Name = "txt_lcode";
  838. this.txt_lcode.ReadOnly = true;
  839. this.txt_lcode.Size = new System.Drawing.Size(100, 21);
  840. this.txt_lcode.TabIndex = 13;
  841. //
  842. // Lcode
  843. //
  844. this.Lcode.AutoSize = true;
  845. this.Lcode.Location = new System.Drawing.Point(7, 82);
  846. this.Lcode.Name = "Lcode";
  847. this.Lcode.Size = new System.Drawing.Size(59, 12);
  848. this.Lcode.TabIndex = 12;
  849. this.Lcode.Text = "原料炉号:";
  850. //
  851. // ultraGrid2
  852. //
  853. this.ultraGrid2.DataSource = this.dataSet2;
  854. appearance16.BackColor = System.Drawing.SystemColors.Window;
  855. appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  856. this.ultraGrid2.DisplayLayout.Appearance = appearance16;
  857. ultraGridColumn38.Header.VisiblePosition = 1;
  858. ultraGridColumn39.Header.VisiblePosition = 3;
  859. ultraGridColumn40.Header.VisiblePosition = 0;
  860. ultraGridColumn41.Header.VisiblePosition = 5;
  861. ultraGridColumn42.Header.VisiblePosition = 6;
  862. ultraGridColumn43.Header.VisiblePosition = 4;
  863. ultraGridColumn44.Header.VisiblePosition = 2;
  864. ultraGridColumn45.Header.VisiblePosition = 7;
  865. ultraGridBand2.Columns.AddRange(new object[] {
  866. ultraGridColumn38,
  867. ultraGridColumn39,
  868. ultraGridColumn40,
  869. ultraGridColumn41,
  870. ultraGridColumn42,
  871. ultraGridColumn43,
  872. ultraGridColumn44,
  873. ultraGridColumn45});
  874. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  875. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  876. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  877. appearance13.BackColor = System.Drawing.SystemColors.ActiveBorder;
  878. appearance13.BackColor2 = System.Drawing.SystemColors.ControlDark;
  879. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  880. appearance13.BorderColor = System.Drawing.SystemColors.Window;
  881. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance13;
  882. appearance14.ForeColor = System.Drawing.SystemColors.GrayText;
  883. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance14;
  884. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  885. appearance15.BackColor = System.Drawing.SystemColors.ControlLightLight;
  886. appearance15.BackColor2 = System.Drawing.SystemColors.Control;
  887. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  888. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  889. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance15;
  890. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  891. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  892. appearance24.BackColor = System.Drawing.SystemColors.Window;
  893. appearance24.ForeColor = System.Drawing.SystemColors.ControlText;
  894. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance24;
  895. appearance19.BackColor = System.Drawing.SystemColors.Highlight;
  896. appearance19.ForeColor = System.Drawing.SystemColors.HighlightText;
  897. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance19;
  898. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  899. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  900. appearance18.BackColor = System.Drawing.SystemColors.Window;
  901. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance18;
  902. appearance17.BorderColor = System.Drawing.Color.Silver;
  903. appearance17.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  904. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance17;
  905. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  906. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  907. appearance21.BackColor = System.Drawing.SystemColors.Control;
  908. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  909. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  910. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  911. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  912. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  913. appearance23.TextHAlignAsString = "Left";
  914. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance23;
  915. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  916. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  917. appearance22.BackColor = System.Drawing.SystemColors.Window;
  918. appearance22.BorderColor = System.Drawing.Color.Silver;
  919. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance22;
  920. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  921. appearance20.BackColor = System.Drawing.SystemColors.ControlLight;
  922. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance20;
  923. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  924. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  925. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  926. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  927. this.ultraGrid2.Location = new System.Drawing.Point(359, 3);
  928. this.ultraGrid2.Name = "ultraGrid2";
  929. this.ultraGrid2.Size = new System.Drawing.Size(429, 158);
  930. this.ultraGrid2.TabIndex = 29;
  931. this.ultraGrid2.Text = "ultraGrid2";
  932. //
  933. // dataSet2
  934. //
  935. this.dataSet2.DataSetName = "NewDataSet";
  936. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  937. this.dataTable2});
  938. //
  939. // dataTable2
  940. //
  941. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  942. this.dataColumn26,
  943. this.dataColumn31,
  944. this.dataColumn32,
  945. this.dataColumn33,
  946. this.dataColumn34,
  947. this.dataColumn41,
  948. this.dataColumn42,
  949. this.dataColumn43});
  950. this.dataTable2.TableName = "Table1";
  951. //
  952. // dataColumn26
  953. //
  954. this.dataColumn26.Caption = "废品类型";
  955. this.dataColumn26.ColumnName = "FPType";
  956. //
  957. // dataColumn31
  958. //
  959. this.dataColumn31.Caption = "废品支数";
  960. this.dataColumn31.ColumnName = "FPZhi";
  961. //
  962. // dataColumn32
  963. //
  964. this.dataColumn32.Caption = "工序分类";
  965. this.dataColumn32.ColumnName = "FenLei";
  966. //
  967. // dataColumn33
  968. //
  969. this.dataColumn33.Caption = "成品炉号";
  970. this.dataColumn33.ColumnName = "ZGLode";
  971. //
  972. // dataColumn34
  973. //
  974. this.dataColumn34.Caption = "轧批号";
  975. this.dataColumn34.ColumnName = "ZPLode";
  976. //
  977. // dataColumn41
  978. //
  979. this.dataColumn41.Caption = "管坯炉号";
  980. this.dataColumn41.ColumnName = "GPLode";
  981. //
  982. // dataColumn42
  983. //
  984. this.dataColumn42.Caption = "合同号";
  985. this.dataColumn42.ColumnName = "ORDERNO";
  986. //
  987. // dataColumn43
  988. //
  989. this.dataColumn43.Caption = "操作时间";
  990. this.dataColumn43.ColumnName = "HBDate";
  991. //
  992. // ultraCheckEditor1
  993. //
  994. this.ultraCheckEditor1.AutoSize = true;
  995. this.ultraCheckEditor1.Location = new System.Drawing.Point(10, 12);
  996. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  997. this.ultraCheckEditor1.Size = new System.Drawing.Size(71, 19);
  998. this.ultraCheckEditor1.TabIndex = 26;
  999. this.ultraCheckEditor1.Text = "计划年月";
  1000. //
  1001. // txtyear
  1002. //
  1003. this.txtyear.Location = new System.Drawing.Point(87, 9);
  1004. this.txtyear.Name = "txtyear";
  1005. this.txtyear.Size = new System.Drawing.Size(100, 21);
  1006. this.txtyear.TabIndex = 25;
  1007. //
  1008. // FrmFPRecall
  1009. //
  1010. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1011. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1012. this.ClientSize = new System.Drawing.Size(797, 477);
  1013. this.Controls.Add(this.panel1);
  1014. this.Name = "FrmFPRecall";
  1015. this.Text = "废品回报";
  1016. this.Load += new System.EventHandler(this.FrmFPRecall_Load);
  1017. this.panel1.ResumeLayout(false);
  1018. this.tableLayoutPanel1.ResumeLayout(false);
  1019. this.panel2.ResumeLayout(false);
  1020. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1021. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1022. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1023. this.panel3.ResumeLayout(false);
  1024. this.panel3.PerformLayout();
  1025. ((System.ComponentModel.ISupportInitialize)(this.chk_TB)).EndInit();
  1026. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
  1027. ((System.ComponentModel.ISupportInitialize)(this.txt_lh)).EndInit();
  1028. this.tableLayoutPanel2.ResumeLayout(false);
  1029. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1030. this.ultraGroupBox1.ResumeLayout(false);
  1031. this.ultraGroupBox1.PerformLayout();
  1032. ((System.ComponentModel.ISupportInitialize)(this.com_gx)).EndInit();
  1033. ((System.ComponentModel.ISupportInitialize)(this.cmbleixing)).EndInit();
  1034. ((System.ComponentModel.ISupportInitialize)(this.cmbGXType)).EndInit();
  1035. ((System.ComponentModel.ISupportInitialize)(this.txt_fz)).EndInit();
  1036. ((System.ComponentModel.ISupportInitialize)(this.txt_fd)).EndInit();
  1037. ((System.ComponentModel.ISupportInitialize)(this.txt_lcode)).EndInit();
  1038. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1039. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1040. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1041. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  1042. ((System.ComponentModel.ISupportInitialize)(this.txtyear)).EndInit();
  1043. this.ResumeLayout(false);
  1044. }
  1045. #endregion
  1046. private System.Windows.Forms.Panel panel1;
  1047. private System.Data.DataSet dataSet1;
  1048. private System.Data.DataTable dataTable1;
  1049. private System.Data.DataColumn dataColumn1;
  1050. private System.Data.DataColumn dataColumn2;
  1051. private System.Data.DataColumn dataColumn3;
  1052. private System.Data.DataColumn dataColumn4;
  1053. private System.Data.DataColumn dataColumn5;
  1054. private System.Data.DataColumn dataColumn6;
  1055. private System.Data.DataColumn dataColumn7;
  1056. private System.Data.DataColumn dataColumn8;
  1057. private System.Data.DataColumn dataColumn9;
  1058. private System.Data.DataColumn dataColumn10;
  1059. private System.Data.DataColumn dataColumn11;
  1060. private System.Data.DataColumn dataColumn12;
  1061. private System.Data.DataColumn dataColumn13;
  1062. private System.Data.DataColumn dataColumn14;
  1063. private System.Data.DataColumn dataColumn15;
  1064. private System.Data.DataColumn dataColumn16;
  1065. private System.Data.DataColumn dataColumn17;
  1066. private System.Data.DataColumn dataColumn18;
  1067. private System.Data.DataColumn dataColumn19;
  1068. private System.Data.DataColumn dataColumn20;
  1069. private System.Data.DataColumn dataColumn21;
  1070. private System.Data.DataColumn dataColumn22;
  1071. private System.Data.DataColumn dataColumn23;
  1072. private System.Data.DataColumn dataColumn24;
  1073. private System.Data.DataColumn dataColumn25;
  1074. private System.Data.DataColumn dataColumn27;
  1075. private System.Data.DataColumn dataColumn28;
  1076. private System.Data.DataColumn dataColumn29;
  1077. private System.Data.DataColumn dataColumn30;
  1078. private System.Data.DataSet dataSet2;
  1079. private System.Data.DataTable dataTable2;
  1080. private System.Data.DataColumn dataColumn26;
  1081. private System.Data.DataColumn dataColumn31;
  1082. private System.Data.DataColumn dataColumn32;
  1083. private System.Data.DataColumn dataColumn33;
  1084. private System.Data.DataColumn dataColumn34;
  1085. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  1086. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtyear;
  1087. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1088. private System.Windows.Forms.Panel panel2;
  1089. private CoreFS.CA06.CorePager corePager1;
  1090. private System.Windows.Forms.Panel panel3;
  1091. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
  1092. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_lh;
  1093. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1094. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1095. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1096. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1097. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbleixing;
  1098. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGXType;
  1099. private System.Windows.Forms.Label FPDun;
  1100. private System.Windows.Forms.Label FPZhi;
  1101. private System.Windows.Forms.Label FenLei;
  1102. private System.Windows.Forms.Label FPType;
  1103. private System.Windows.Forms.Label FPGx;
  1104. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_fz;
  1105. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_fd;
  1106. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_lcode;
  1107. private System.Windows.Forms.Label Lcode;
  1108. private Infragistics.Win.UltraWinEditors.UltraComboEditor com_gx;
  1109. private System.Data.DataColumn dataColumn35;
  1110. private System.Data.DataColumn dataColumn36;
  1111. private System.Data.DataColumn dataColumn37;
  1112. private System.Data.DataColumn dataColumn38;
  1113. private System.Data.DataColumn dataColumn39;
  1114. private System.Data.DataColumn dataColumn40;
  1115. private System.Data.DataColumn dataColumn41;
  1116. private System.Data.DataColumn dataColumn42;
  1117. private System.Data.DataColumn dataColumn43;
  1118. private System.Data.DataColumn dataColumn44;
  1119. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_TB;
  1120. private System.Data.DataColumn dataColumn45;
  1121. }
  1122. }