副本 FrmFPRecall.Designer.cs 53 KB

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