frmCutInfoAssit.designer.cs 97 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552
  1. namespace Core.StlMes.Client.LgResMgt
  2. {
  3. partial class frmCutInfoAssit
  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.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QUERY");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("NEW");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("MODIFY");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DEL");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SAVE");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CANCEL");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("EXPORT");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CLOSE");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QUERY");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("NEW");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("MODIFY");
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DEL");
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SAVE");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CANCEL");
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("EXPORT");
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CLOSE");
  46. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("RESET");
  50. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BILLETNO");
  52. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATNO");
  54. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CATEGORY", -1, 8086672);
  56. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("THICKNESS");
  58. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WIDTH");
  60. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LENGTH");
  62. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHT");
  64. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUTTIME");
  66. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BOOKER");
  68. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPTDATE");
  70. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODORDERNO");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPLOADER");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPLOADTIME");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPSTATUS");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DENSITY");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("THWEIGHT");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLUXCODE");
  80. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(8086672);
  82. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  83. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  84. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  85. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  87. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  88. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  89. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  90. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  91. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  92. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  94. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  95. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  96. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  97. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  98. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("left");
  99. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool41 = new Infragistics.Win.UltraWinToolbars.ButtonTool("right");
  100. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("add");
  101. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("edit");
  102. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool47 = new Infragistics.Win.UltraWinToolbars.ButtonTool("del");
  103. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool43 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ok");
  104. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("cancel");
  105. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool57 = new Infragistics.Win.UltraWinToolbars.ButtonTool("add");
  106. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  107. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCutInfoAssit));
  108. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool58 = new Infragistics.Win.UltraWinToolbars.ButtonTool("del");
  109. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool59 = new Infragistics.Win.UltraWinToolbars.ButtonTool("edit");
  111. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  112. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool61 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ok");
  113. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  114. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool62 = new Infragistics.Win.UltraWinToolbars.ButtonTool("cancel");
  115. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  116. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("left");
  117. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  118. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("right");
  119. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  120. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  121. this._frmStyleBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  122. this._frmStyleBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  123. this._frmStyleBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  124. this._frmStyleBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  125. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  126. this.groupBox6 = new System.Windows.Forms.GroupBox();
  127. this.label18 = new System.Windows.Forms.Label();
  128. this.label10 = new System.Windows.Forms.Label();
  129. this.checkBox1 = new System.Windows.Forms.CheckBox();
  130. this.isUp = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  131. this.label3 = new System.Windows.Forms.Label();
  132. this.checkBox2 = new System.Windows.Forms.CheckBox();
  133. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  134. this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  135. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  136. this.label2 = new System.Windows.Forms.Label();
  137. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  138. this.dataSet1 = new System.Data.DataSet();
  139. this.dataTable1 = new System.Data.DataTable();
  140. this.dataColumn1 = new System.Data.DataColumn();
  141. this.dataColumn2 = new System.Data.DataColumn();
  142. this.dataColumn3 = new System.Data.DataColumn();
  143. this.dataColumn4 = new System.Data.DataColumn();
  144. this.dataColumn5 = new System.Data.DataColumn();
  145. this.dataColumn6 = new System.Data.DataColumn();
  146. this.dataColumn7 = new System.Data.DataColumn();
  147. this.dataColumn8 = new System.Data.DataColumn();
  148. this.dataColumn9 = new System.Data.DataColumn();
  149. this.dataColumn10 = new System.Data.DataColumn();
  150. this.dataColumn11 = new System.Data.DataColumn();
  151. this.dataColumn12 = new System.Data.DataColumn();
  152. this.dataColumn13 = new System.Data.DataColumn();
  153. this.dataColumn14 = new System.Data.DataColumn();
  154. this.dataColumn15 = new System.Data.DataColumn();
  155. this.dataColumn16 = new System.Data.DataColumn();
  156. this.dataColumn17 = new System.Data.DataColumn();
  157. this.dataColumn18 = new System.Data.DataColumn();
  158. this.dataColumn19 = new System.Data.DataColumn();
  159. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  160. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  161. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  162. this.ultraExpandableGroupBoxPanel1_Fill_Panel = new System.Windows.Forms.Panel();
  163. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  164. this.label16 = new System.Windows.Forms.Label();
  165. this.label15 = new System.Windows.Forms.Label();
  166. this.ultraFlux = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  167. this.label14 = new System.Windows.Forms.Label();
  168. this.txtThweight = new System.Windows.Forms.TextBox();
  169. this.label12 = new System.Windows.Forms.Label();
  170. this.textBox2 = new System.Windows.Forms.TextBox();
  171. this.label13 = new System.Windows.Forms.Label();
  172. this.ultraToolbarsDockArea1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  173. this.ultraToolbarsDockArea2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  174. this.ultraToolbarsDockArea3 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  175. this.ultraToolbarsDockArea4 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  176. this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  177. this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  178. this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  179. this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  180. this.txtPro = new System.Windows.Forms.TextBox();
  181. this.label9 = new System.Windows.Forms.Label();
  182. this.txtID = new System.Windows.Forms.TextBox();
  183. this.label6 = new System.Windows.Forms.Label();
  184. this.txtWeight = new System.Windows.Forms.TextBox();
  185. this.label5 = new System.Windows.Forms.Label();
  186. this.txtLength = new System.Windows.Forms.TextBox();
  187. this.label4 = new System.Windows.Forms.Label();
  188. this.txtWidth = new System.Windows.Forms.TextBox();
  189. this.label1 = new System.Windows.Forms.Label();
  190. this.txtThickness = new System.Windows.Forms.TextBox();
  191. this.cboCutType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  192. this.cutTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  193. this.label11 = new System.Windows.Forms.Label();
  194. this.label8 = new System.Windows.Forms.Label();
  195. this.txtHeatNo = new System.Windows.Forms.TextBox();
  196. this.label21 = new System.Windows.Forms.Label();
  197. this.label7 = new System.Windows.Forms.Label();
  198. this.ultraToolbarsDockArea7 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  199. this.uTbMTool = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  200. this.ultraToolbarsDockArea8 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  201. this.ultraToolbarsDockArea5 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  202. this.ultraToolbarsDockArea6 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  203. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  205. this.ultraGroupBox1.SuspendLayout();
  206. this.groupBox6.SuspendLayout();
  207. ((System.ComponentModel.ISupportInitialize)(this.isUp)).BeginInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  215. this.ultraExpandableGroupBox1.SuspendLayout();
  216. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  217. this.ultraExpandableGroupBoxPanel1_Fill_Panel.SuspendLayout();
  218. this.ultraPanel3.ClientArea.SuspendLayout();
  219. this.ultraPanel3.SuspendLayout();
  220. ((System.ComponentModel.ISupportInitialize)(this.ultraFlux)).BeginInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.cboCutType)).BeginInit();
  222. ((System.ComponentModel.ISupportInitialize)(this.cutTime)).BeginInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.uTbMTool)).BeginInit();
  224. this.SuspendLayout();
  225. //
  226. // ultraToolbarsManager1
  227. //
  228. this.ultraToolbarsManager1.DesignerFlags = 1;
  229. this.ultraToolbarsManager1.DockWithinContainer = this;
  230. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  231. this.ultraToolbarsManager1.LockToolbars = true;
  232. this.ultraToolbarsManager1.MdiMergeable = false;
  233. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  234. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  235. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  236. ultraToolbar2.DockedColumn = 0;
  237. ultraToolbar2.DockedRow = 0;
  238. buttonTool1.InstanceProps.IsFirstInGroup = true;
  239. buttonTool2.InstanceProps.IsFirstInGroup = true;
  240. buttonTool3.InstanceProps.IsFirstInGroup = true;
  241. buttonTool4.InstanceProps.IsFirstInGroup = true;
  242. buttonTool5.InstanceProps.IsFirstInGroup = true;
  243. buttonTool6.InstanceProps.IsFirstInGroup = true;
  244. buttonTool7.InstanceProps.IsFirstInGroup = true;
  245. buttonTool8.InstanceProps.IsFirstInGroup = true;
  246. ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  247. buttonTool1,
  248. buttonTool2,
  249. buttonTool3,
  250. buttonTool4,
  251. buttonTool5,
  252. buttonTool6,
  253. buttonTool7,
  254. buttonTool8});
  255. ultraToolbar2.Text = "UltraToolbar1";
  256. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  257. ultraToolbar2});
  258. buttonTool9.SharedPropsInternal.Caption = "查询(&F)";
  259. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  260. buttonTool10.SharedPropsInternal.Caption = "新增(&N)";
  261. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  262. buttonTool11.SharedPropsInternal.Caption = "修改(&M)";
  263. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  264. buttonTool12.SharedPropsInternal.Caption = "删除(&D)";
  265. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  266. buttonTool13.SharedPropsInternal.Caption = "保存(&S)";
  267. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  268. buttonTool17.SharedPropsInternal.Caption = "取消(&C)";
  269. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  270. buttonTool15.SharedPropsInternal.Caption = "导出&Excel";
  271. buttonTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  272. buttonTool16.SharedPropsInternal.Caption = "关闭(&Q)";
  273. buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  274. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  275. buttonTool9,
  276. buttonTool10,
  277. buttonTool11,
  278. buttonTool12,
  279. buttonTool13,
  280. buttonTool17,
  281. buttonTool15,
  282. buttonTool16});
  283. this.ultraToolbarsManager1.Visible = false;
  284. //
  285. // _frmStyleBase_Toolbars_Dock_Area_Left
  286. //
  287. this._frmStyleBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  288. this._frmStyleBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  289. this._frmStyleBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  290. this._frmStyleBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  291. this._frmStyleBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  292. this._frmStyleBase_Toolbars_Dock_Area_Left.Name = "_frmStyleBase_Toolbars_Dock_Area_Left";
  293. this._frmStyleBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 553);
  294. this._frmStyleBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  295. //
  296. // _frmStyleBase_Toolbars_Dock_Area_Right
  297. //
  298. this._frmStyleBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  299. this._frmStyleBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  300. this._frmStyleBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  301. this._frmStyleBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  302. this._frmStyleBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1048, 28);
  303. this._frmStyleBase_Toolbars_Dock_Area_Right.Name = "_frmStyleBase_Toolbars_Dock_Area_Right";
  304. this._frmStyleBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 553);
  305. this._frmStyleBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  306. //
  307. // _frmStyleBase_Toolbars_Dock_Area_Top
  308. //
  309. this._frmStyleBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  310. this._frmStyleBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  311. this._frmStyleBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  312. this._frmStyleBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  313. this._frmStyleBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  314. this._frmStyleBase_Toolbars_Dock_Area_Top.Name = "_frmStyleBase_Toolbars_Dock_Area_Top";
  315. this._frmStyleBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1048, 28);
  316. this._frmStyleBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  317. //
  318. // _frmStyleBase_Toolbars_Dock_Area_Bottom
  319. //
  320. this._frmStyleBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  321. this._frmStyleBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  322. this._frmStyleBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  323. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  324. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 581);
  325. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Name = "_frmStyleBase_Toolbars_Dock_Area_Bottom";
  326. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1048, 0);
  327. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  328. //
  329. // ultraGroupBox1
  330. //
  331. this.ultraGroupBox1.Controls.Add(this.groupBox6);
  332. this.ultraGroupBox1.Controls.Add(this.checkBox1);
  333. this.ultraGroupBox1.Controls.Add(this.isUp);
  334. this.ultraGroupBox1.Controls.Add(this.label3);
  335. this.ultraGroupBox1.Controls.Add(this.checkBox2);
  336. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor2);
  337. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor2);
  338. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1);
  339. this.ultraGroupBox1.Controls.Add(this.label2);
  340. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  341. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 28);
  342. this.ultraGroupBox1.Name = "ultraGroupBox1";
  343. this.ultraGroupBox1.Size = new System.Drawing.Size(1048, 45);
  344. this.ultraGroupBox1.TabIndex = 1;
  345. //
  346. // groupBox6
  347. //
  348. this.groupBox6.Controls.Add(this.label18);
  349. this.groupBox6.Controls.Add(this.label10);
  350. this.groupBox6.Dock = System.Windows.Forms.DockStyle.Right;
  351. this.groupBox6.Location = new System.Drawing.Point(886, 0);
  352. this.groupBox6.Name = "groupBox6";
  353. this.groupBox6.Size = new System.Drawing.Size(159, 42);
  354. this.groupBox6.TabIndex = 117;
  355. this.groupBox6.TabStop = false;
  356. this.groupBox6.Text = "图例";
  357. this.groupBox6.Visible = false;
  358. //
  359. // label18
  360. //
  361. this.label18.BackColor = System.Drawing.Color.White;
  362. this.label18.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  363. this.label18.Location = new System.Drawing.Point(11, 15);
  364. this.label18.Name = "label18";
  365. this.label18.Size = new System.Drawing.Size(65, 21);
  366. this.label18.TabIndex = 7;
  367. this.label18.Text = "未上传";
  368. this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  369. //
  370. // label10
  371. //
  372. this.label10.BackColor = System.Drawing.Color.LightGreen;
  373. this.label10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  374. this.label10.Location = new System.Drawing.Point(82, 15);
  375. this.label10.Name = "label10";
  376. this.label10.Size = new System.Drawing.Size(65, 21);
  377. this.label10.TabIndex = 9;
  378. this.label10.Text = "已上传";
  379. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  380. //
  381. // checkBox1
  382. //
  383. this.checkBox1.AutoSize = true;
  384. this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  385. this.checkBox1.Font = new System.Drawing.Font("宋体", 9F);
  386. this.checkBox1.Location = new System.Drawing.Point(549, 18);
  387. this.checkBox1.Name = "checkBox1";
  388. this.checkBox1.Size = new System.Drawing.Size(69, 16);
  389. this.checkBox1.TabIndex = 349;
  390. this.checkBox1.Text = "上传状态";
  391. this.checkBox1.UseVisualStyleBackColor = true;
  392. this.checkBox1.Visible = false;
  393. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  394. //
  395. // isUp
  396. //
  397. appearance19.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  398. appearance19.BorderColor = System.Drawing.Color.Black;
  399. this.isUp.Appearance = appearance19;
  400. this.isUp.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  401. this.isUp.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  402. this.isUp.Enabled = false;
  403. this.isUp.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. valueListItem5.DataValue = "1";
  405. valueListItem5.DisplayText = "已上传";
  406. valueListItem1.DataValue = "0";
  407. valueListItem1.DisplayText = "未上传";
  408. this.isUp.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  409. valueListItem5,
  410. valueListItem1});
  411. this.isUp.Location = new System.Drawing.Point(621, 15);
  412. this.isUp.Name = "isUp";
  413. this.isUp.Size = new System.Drawing.Size(69, 19);
  414. this.isUp.TabIndex = 348;
  415. this.isUp.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  416. this.isUp.Visible = false;
  417. //
  418. // label3
  419. //
  420. this.label3.AutoSize = true;
  421. this.label3.Font = new System.Drawing.Font("宋体", 9F);
  422. this.label3.Location = new System.Drawing.Point(23, 18);
  423. this.label3.Name = "label3";
  424. this.label3.Size = new System.Drawing.Size(77, 12);
  425. this.label3.TabIndex = 48;
  426. this.label3.Text = "操作时间 从";
  427. //
  428. // checkBox2
  429. //
  430. this.checkBox2.AutoSize = true;
  431. this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  432. this.checkBox2.Font = new System.Drawing.Font("宋体", 9F);
  433. this.checkBox2.Location = new System.Drawing.Point(369, 15);
  434. this.checkBox2.Name = "checkBox2";
  435. this.checkBox2.Size = new System.Drawing.Size(45, 16);
  436. this.checkBox2.TabIndex = 46;
  437. this.checkBox2.Text = "炉号";
  438. this.checkBox2.UseVisualStyleBackColor = true;
  439. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  440. //
  441. // ultraTextEditor2
  442. //
  443. editorButton1.Key = "RESET";
  444. editorButton1.Visible = false;
  445. this.ultraTextEditor2.ButtonsRight.Add(editorButton1);
  446. this.ultraTextEditor2.Enabled = false;
  447. this.ultraTextEditor2.Location = new System.Drawing.Point(418, 14);
  448. this.ultraTextEditor2.MaxLength = 8;
  449. this.ultraTextEditor2.Name = "ultraTextEditor2";
  450. this.ultraTextEditor2.Size = new System.Drawing.Size(104, 21);
  451. this.ultraTextEditor2.TabIndex = 4;
  452. //
  453. // ultraDateTimeEditor2
  454. //
  455. this.ultraDateTimeEditor2.Location = new System.Drawing.Point(238, 13);
  456. this.ultraDateTimeEditor2.MaskInput = "yyyy-mm-dd";
  457. this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
  458. this.ultraDateTimeEditor2.Nullable = false;
  459. this.ultraDateTimeEditor2.Size = new System.Drawing.Size(102, 21);
  460. this.ultraDateTimeEditor2.TabIndex = 2;
  461. //
  462. // ultraDateTimeEditor1
  463. //
  464. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(105, 13);
  465. this.ultraDateTimeEditor1.MaskInput = "yyyy-mm-dd";
  466. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  467. this.ultraDateTimeEditor1.Nullable = false;
  468. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(102, 21);
  469. this.ultraDateTimeEditor1.TabIndex = 1;
  470. //
  471. // label2
  472. //
  473. this.label2.AutoSize = true;
  474. this.label2.Font = new System.Drawing.Font("宋体", 9F);
  475. this.label2.Location = new System.Drawing.Point(215, 16);
  476. this.label2.Name = "label2";
  477. this.label2.Size = new System.Drawing.Size(17, 12);
  478. this.label2.TabIndex = 0;
  479. this.label2.Text = "到";
  480. //
  481. // ultraGrid1
  482. //
  483. this.ultraGrid1.DataSource = this.dataSet1;
  484. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  485. appearance11.TextVAlignAsString = "Middle";
  486. ultraGridColumn1.CellAppearance = appearance11;
  487. ultraGridColumn1.Header.VisiblePosition = 0;
  488. ultraGridColumn1.Hidden = true;
  489. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  490. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  491. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(110, 0);
  492. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  493. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  494. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton;
  495. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  496. appearance12.TextVAlignAsString = "Middle";
  497. ultraGridColumn2.CellAppearance = appearance12;
  498. ultraGridColumn2.Header.VisiblePosition = 1;
  499. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  500. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  501. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  502. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  503. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  504. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  505. appearance13.TextVAlignAsString = "Middle";
  506. ultraGridColumn3.CellAppearance = appearance13;
  507. ultraGridColumn3.Header.VisiblePosition = 2;
  508. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 12;
  509. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  510. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  511. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  512. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  513. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  514. appearance14.TextHAlignAsString = "Right";
  515. appearance14.TextVAlignAsString = "Middle";
  516. ultraGridColumn4.CellAppearance = appearance14;
  517. ultraGridColumn4.Header.VisiblePosition = 3;
  518. ultraGridColumn4.Hidden = true;
  519. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  520. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  521. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  522. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  523. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  524. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  525. appearance15.TextHAlignAsString = "Right";
  526. appearance15.TextVAlignAsString = "Middle";
  527. ultraGridColumn5.CellAppearance = appearance15;
  528. ultraGridColumn5.Header.VisiblePosition = 4;
  529. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  530. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  531. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  532. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  533. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  534. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  535. appearance16.TextHAlignAsString = "Right";
  536. appearance16.TextVAlignAsString = "Middle";
  537. ultraGridColumn6.CellAppearance = appearance16;
  538. ultraGridColumn6.Header.VisiblePosition = 5;
  539. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5;
  540. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  541. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  542. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  543. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  544. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  545. appearance17.TextHAlignAsString = "Right";
  546. appearance17.TextVAlignAsString = "Middle";
  547. ultraGridColumn7.CellAppearance = appearance17;
  548. ultraGridColumn7.Header.Caption = "实际重量";
  549. ultraGridColumn7.Header.VisiblePosition = 6;
  550. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 11;
  551. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  552. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  553. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  554. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  555. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  556. appearance18.TextVAlignAsString = "Middle";
  557. ultraGridColumn8.CellAppearance = appearance18;
  558. ultraGridColumn8.Format = "";
  559. ultraGridColumn8.Header.VisiblePosition = 7;
  560. ultraGridColumn8.MaskInput = "";
  561. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 13;
  562. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  563. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  564. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  565. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  566. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  567. appearance20.TextVAlignAsString = "Middle";
  568. ultraGridColumn9.CellAppearance = appearance20;
  569. ultraGridColumn9.Header.VisiblePosition = 8;
  570. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
  571. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  572. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 0);
  573. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  574. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  575. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  576. appearance21.TextVAlignAsString = "Middle";
  577. ultraGridColumn10.CellAppearance = appearance21;
  578. ultraGridColumn10.Format = "";
  579. ultraGridColumn10.Header.VisiblePosition = 9;
  580. ultraGridColumn10.MaskInput = "";
  581. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 15;
  582. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  583. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  584. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  585. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  586. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  587. ultraGridColumn11.Header.VisiblePosition = 10;
  588. ultraGridColumn11.Hidden = true;
  589. ultraGridColumn12.Header.Caption = "选择";
  590. ultraGridColumn12.Header.VisiblePosition = 11;
  591. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 0;
  592. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  593. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
  594. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  595. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  596. ultraGridColumn12.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  597. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  598. ultraGridColumn13.Header.Caption = "生产订单号";
  599. ultraGridColumn13.Header.VisiblePosition = 12;
  600. ultraGridColumn13.Hidden = true;
  601. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 13;
  602. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  603. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  604. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  605. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  606. ultraGridColumn14.Header.Caption = "上传人";
  607. ultraGridColumn14.Header.VisiblePosition = 13;
  608. ultraGridColumn14.Hidden = true;
  609. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 20;
  610. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  611. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  612. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  613. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  614. ultraGridColumn15.Header.Caption = "上传时间";
  615. ultraGridColumn15.Header.VisiblePosition = 14;
  616. ultraGridColumn15.Hidden = true;
  617. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 22;
  618. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  619. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  620. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  621. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  622. ultraGridColumn16.Header.Caption = "上传状态";
  623. ultraGridColumn16.Header.VisiblePosition = 15;
  624. ultraGridColumn16.Hidden = true;
  625. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 18;
  626. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  627. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  628. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  629. ultraGridColumn17.Header.Caption = "密度";
  630. ultraGridColumn17.Header.VisiblePosition = 16;
  631. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 7;
  632. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  633. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
  634. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  635. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  636. ultraGridColumn18.Header.Caption = "理论重量";
  637. ultraGridColumn18.Header.VisiblePosition = 17;
  638. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 9;
  639. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  640. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  641. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  642. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  643. ultraGridColumn19.Header.Caption = "流号";
  644. ultraGridColumn19.Header.VisiblePosition = 18;
  645. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 3;
  646. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  647. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
  648. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  649. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  650. ultraGridBand1.Columns.AddRange(new object[] {
  651. ultraGridColumn1,
  652. ultraGridColumn2,
  653. ultraGridColumn3,
  654. ultraGridColumn4,
  655. ultraGridColumn5,
  656. ultraGridColumn6,
  657. ultraGridColumn7,
  658. ultraGridColumn8,
  659. ultraGridColumn9,
  660. ultraGridColumn10,
  661. ultraGridColumn11,
  662. ultraGridColumn12,
  663. ultraGridColumn13,
  664. ultraGridColumn14,
  665. ultraGridColumn15,
  666. ultraGridColumn16,
  667. ultraGridColumn17,
  668. ultraGridColumn18,
  669. ultraGridColumn19});
  670. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  671. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  672. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  673. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  674. appearance51.TextVAlignAsString = "Middle";
  675. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance51;
  676. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  677. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  678. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 45;
  679. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  680. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  681. valueListItem6.DataValue = "01";
  682. valueListItem6.DisplayText = "切头";
  683. valueListItem11.DataValue = "02";
  684. valueListItem11.DisplayText = "切尾";
  685. valueListItem12.DataValue = "03";
  686. valueListItem12.DisplayText = "边角料";
  687. valueList1.ValueListItems.AddRange(new Infragistics.Win.ValueListItem[] {
  688. valueListItem6,
  689. valueListItem11,
  690. valueListItem12});
  691. this.ultraGrid1.DisplayLayout.ValueLists.AddRange(new Infragistics.Win.ValueList[] {
  692. valueList1});
  693. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  694. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  695. this.ultraGrid1.Location = new System.Drawing.Point(0, 73);
  696. this.ultraGrid1.Name = "ultraGrid1";
  697. this.ultraGrid1.Size = new System.Drawing.Size(1048, 365);
  698. this.ultraGrid1.TabIndex = 0;
  699. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  700. //
  701. // dataSet1
  702. //
  703. this.dataSet1.DataSetName = "NewDataSet";
  704. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  705. this.dataTable1});
  706. //
  707. // dataTable1
  708. //
  709. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  710. this.dataColumn1,
  711. this.dataColumn2,
  712. this.dataColumn3,
  713. this.dataColumn4,
  714. this.dataColumn5,
  715. this.dataColumn6,
  716. this.dataColumn7,
  717. this.dataColumn8,
  718. this.dataColumn9,
  719. this.dataColumn10,
  720. this.dataColumn11,
  721. this.dataColumn12,
  722. this.dataColumn13,
  723. this.dataColumn14,
  724. this.dataColumn15,
  725. this.dataColumn16,
  726. this.dataColumn17,
  727. this.dataColumn18,
  728. this.dataColumn19});
  729. this.dataTable1.TableName = "Table1";
  730. //
  731. // dataColumn1
  732. //
  733. this.dataColumn1.Caption = "坯料号";
  734. this.dataColumn1.ColumnName = "BILLETNO";
  735. //
  736. // dataColumn2
  737. //
  738. this.dataColumn2.Caption = "炉号";
  739. this.dataColumn2.ColumnName = "HEATNO";
  740. //
  741. // dataColumn3
  742. //
  743. this.dataColumn3.Caption = "切割类别";
  744. this.dataColumn3.ColumnName = "CATEGORY";
  745. //
  746. // dataColumn4
  747. //
  748. this.dataColumn4.Caption = "厚度";
  749. this.dataColumn4.ColumnName = "THICKNESS";
  750. //
  751. // dataColumn5
  752. //
  753. this.dataColumn5.Caption = "直径";
  754. this.dataColumn5.ColumnName = "WIDTH";
  755. //
  756. // dataColumn6
  757. //
  758. this.dataColumn6.Caption = "长度";
  759. this.dataColumn6.ColumnName = "LENGTH";
  760. //
  761. // dataColumn7
  762. //
  763. this.dataColumn7.Caption = "重量";
  764. this.dataColumn7.ColumnName = "WEIGHT";
  765. //
  766. // dataColumn8
  767. //
  768. this.dataColumn8.Caption = "切割时间";
  769. this.dataColumn8.ColumnName = "CUTTIME";
  770. //
  771. // dataColumn9
  772. //
  773. this.dataColumn9.Caption = "记录人";
  774. this.dataColumn9.ColumnName = "BOOKER";
  775. //
  776. // dataColumn10
  777. //
  778. this.dataColumn10.Caption = "记录时间";
  779. this.dataColumn10.ColumnName = "OPTDATE";
  780. //
  781. // dataColumn11
  782. //
  783. this.dataColumn11.Caption = "序号";
  784. this.dataColumn11.ColumnName = "ID";
  785. //
  786. // dataColumn12
  787. //
  788. this.dataColumn12.ColumnName = "FLAG";
  789. //
  790. // dataColumn13
  791. //
  792. this.dataColumn13.ColumnName = "PRODORDERNO";
  793. //
  794. // dataColumn14
  795. //
  796. this.dataColumn14.ColumnName = "UPLOADER";
  797. //
  798. // dataColumn15
  799. //
  800. this.dataColumn15.ColumnName = "UPLOADTIME";
  801. //
  802. // dataColumn16
  803. //
  804. this.dataColumn16.ColumnName = "UPSTATUS";
  805. //
  806. // dataColumn17
  807. //
  808. this.dataColumn17.ColumnName = "DENSITY";
  809. //
  810. // dataColumn18
  811. //
  812. this.dataColumn18.ColumnName = "THWEIGHT";
  813. //
  814. // dataColumn19
  815. //
  816. this.dataColumn19.ColumnName = "FLUXCODE";
  817. //
  818. // ultraExpandableGroupBox1
  819. //
  820. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  821. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  822. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1048, 143);
  823. this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  824. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 438);
  825. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  826. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1048, 143);
  827. this.ultraExpandableGroupBox1.TabIndex = 253;
  828. this.ultraExpandableGroupBox1.Text = "编辑区域";
  829. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  830. //
  831. // ultraExpandableGroupBoxPanel1
  832. //
  833. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraExpandableGroupBoxPanel1_Fill_Panel);
  834. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraToolbarsDockArea7);
  835. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraToolbarsDockArea8);
  836. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraToolbarsDockArea5);
  837. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraToolbarsDockArea6);
  838. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  839. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  840. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  841. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1044, 121);
  842. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  843. //
  844. // ultraExpandableGroupBoxPanel1_Fill_Panel
  845. //
  846. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.ultraPanel3);
  847. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  848. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  849. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  850. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Name = "ultraExpandableGroupBoxPanel1_Fill_Panel";
  851. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Size = new System.Drawing.Size(1044, 93);
  852. this.ultraExpandableGroupBoxPanel1_Fill_Panel.TabIndex = 329;
  853. //
  854. // ultraPanel3
  855. //
  856. this.ultraPanel3.AutoScroll = true;
  857. //
  858. // ultraPanel3.ClientArea
  859. //
  860. this.ultraPanel3.ClientArea.Controls.Add(this.label16);
  861. this.ultraPanel3.ClientArea.Controls.Add(this.label15);
  862. this.ultraPanel3.ClientArea.Controls.Add(this.ultraFlux);
  863. this.ultraPanel3.ClientArea.Controls.Add(this.label14);
  864. this.ultraPanel3.ClientArea.Controls.Add(this.txtThweight);
  865. this.ultraPanel3.ClientArea.Controls.Add(this.label12);
  866. this.ultraPanel3.ClientArea.Controls.Add(this.textBox2);
  867. this.ultraPanel3.ClientArea.Controls.Add(this.label13);
  868. this.ultraPanel3.ClientArea.Controls.Add(this.ultraToolbarsDockArea1);
  869. this.ultraPanel3.ClientArea.Controls.Add(this.ultraToolbarsDockArea2);
  870. this.ultraPanel3.ClientArea.Controls.Add(this.ultraToolbarsDockArea3);
  871. this.ultraPanel3.ClientArea.Controls.Add(this.ultraToolbarsDockArea4);
  872. this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
  873. this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
  874. this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
  875. this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
  876. this.ultraPanel3.ClientArea.Controls.Add(this.txtPro);
  877. this.ultraPanel3.ClientArea.Controls.Add(this.label9);
  878. this.ultraPanel3.ClientArea.Controls.Add(this.txtID);
  879. this.ultraPanel3.ClientArea.Controls.Add(this.label6);
  880. this.ultraPanel3.ClientArea.Controls.Add(this.txtWeight);
  881. this.ultraPanel3.ClientArea.Controls.Add(this.label5);
  882. this.ultraPanel3.ClientArea.Controls.Add(this.txtLength);
  883. this.ultraPanel3.ClientArea.Controls.Add(this.label4);
  884. this.ultraPanel3.ClientArea.Controls.Add(this.txtWidth);
  885. this.ultraPanel3.ClientArea.Controls.Add(this.label1);
  886. this.ultraPanel3.ClientArea.Controls.Add(this.txtThickness);
  887. this.ultraPanel3.ClientArea.Controls.Add(this.cboCutType);
  888. this.ultraPanel3.ClientArea.Controls.Add(this.cutTime);
  889. this.ultraPanel3.ClientArea.Controls.Add(this.label11);
  890. this.ultraPanel3.ClientArea.Controls.Add(this.label8);
  891. this.ultraPanel3.ClientArea.Controls.Add(this.txtHeatNo);
  892. this.ultraPanel3.ClientArea.Controls.Add(this.label21);
  893. this.ultraPanel3.ClientArea.Controls.Add(this.label7);
  894. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  895. this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
  896. this.ultraPanel3.Name = "ultraPanel3";
  897. this.ultraPanel3.Size = new System.Drawing.Size(1044, 93);
  898. this.ultraPanel3.TabIndex = 320;
  899. //
  900. // label16
  901. //
  902. this.label16.AutoSize = true;
  903. this.label16.BackColor = System.Drawing.Color.Transparent;
  904. this.label16.Font = new System.Drawing.Font("宋体", 11F);
  905. this.label16.Location = new System.Drawing.Point(405, 49);
  906. this.label16.Name = "label16";
  907. this.label16.Size = new System.Drawing.Size(23, 15);
  908. this.label16.TabIndex = 391;
  909. this.label16.Text = "mm";
  910. //
  911. // label15
  912. //
  913. this.label15.AutoSize = true;
  914. this.label15.BackColor = System.Drawing.Color.Transparent;
  915. this.label15.Font = new System.Drawing.Font("宋体", 11F);
  916. this.label15.Location = new System.Drawing.Point(405, 20);
  917. this.label15.Name = "label15";
  918. this.label15.Size = new System.Drawing.Size(23, 15);
  919. this.label15.TabIndex = 382;
  920. this.label15.Text = "mm";
  921. //
  922. // ultraFlux
  923. //
  924. appearance22.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  925. appearance22.BorderColor = System.Drawing.Color.Black;
  926. this.ultraFlux.Appearance = appearance22;
  927. this.ultraFlux.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  928. this.ultraFlux.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  929. this.ultraFlux.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  930. valueListItem3.DataValue = "S1";
  931. valueListItem3.DisplayText = "S1";
  932. valueListItem9.DataValue = "S2";
  933. valueListItem9.DisplayText = "S2";
  934. valueListItem10.DataValue = "S3";
  935. valueListItem10.DisplayText = "S3";
  936. valueListItem4.DataValue = "S4";
  937. valueListItem4.DisplayText = "S4";
  938. valueListItem14.DataValue = "S5";
  939. valueListItem14.DisplayText = "S5";
  940. valueListItem15.DataValue = "S6";
  941. valueListItem15.DisplayText = "S6";
  942. this.ultraFlux.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  943. valueListItem3,
  944. valueListItem9,
  945. valueListItem10,
  946. valueListItem4,
  947. valueListItem14,
  948. valueListItem15});
  949. this.ultraFlux.Location = new System.Drawing.Point(66, 47);
  950. this.ultraFlux.Name = "ultraFlux";
  951. this.ultraFlux.ReadOnly = true;
  952. this.ultraFlux.Size = new System.Drawing.Size(55, 19);
  953. this.ultraFlux.TabIndex = 373;
  954. this.ultraFlux.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  955. //
  956. // label14
  957. //
  958. this.label14.AutoSize = true;
  959. this.label14.BackColor = System.Drawing.Color.Transparent;
  960. this.label14.Location = new System.Drawing.Point(33, 50);
  961. this.label14.Name = "label14";
  962. this.label14.Size = new System.Drawing.Size(29, 12);
  963. this.label14.TabIndex = 372;
  964. this.label14.Text = "流号";
  965. //
  966. // txtThweight
  967. //
  968. this.txtThweight.Location = new System.Drawing.Point(501, 17);
  969. this.txtThweight.MaxLength = 8;
  970. this.txtThweight.Name = "txtThweight";
  971. this.txtThweight.ReadOnly = true;
  972. this.txtThweight.Size = new System.Drawing.Size(99, 21);
  973. this.txtThweight.TabIndex = 363;
  974. //
  975. // label12
  976. //
  977. this.label12.AutoSize = true;
  978. this.label12.BackColor = System.Drawing.Color.Transparent;
  979. this.label12.Location = new System.Drawing.Point(443, 21);
  980. this.label12.Name = "label12";
  981. this.label12.Size = new System.Drawing.Size(53, 12);
  982. this.label12.TabIndex = 362;
  983. this.label12.Text = "理论重量";
  984. //
  985. // textBox2
  986. //
  987. this.textBox2.Location = new System.Drawing.Point(667, 17);
  988. this.textBox2.MaxLength = 8;
  989. this.textBox2.Name = "textBox2";
  990. this.textBox2.ReadOnly = true;
  991. this.textBox2.Size = new System.Drawing.Size(145, 21);
  992. this.textBox2.TabIndex = 361;
  993. this.textBox2.Text = "7.85";
  994. //
  995. // label13
  996. //
  997. this.label13.AutoSize = true;
  998. this.label13.BackColor = System.Drawing.Color.Transparent;
  999. this.label13.Location = new System.Drawing.Point(632, 21);
  1000. this.label13.Name = "label13";
  1001. this.label13.Size = new System.Drawing.Size(29, 12);
  1002. this.label13.TabIndex = 360;
  1003. this.label13.Text = "密度";
  1004. //
  1005. // ultraToolbarsDockArea1
  1006. //
  1007. this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1008. this.ultraToolbarsDockArea1.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1009. this.ultraToolbarsDockArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1010. this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  1011. this.ultraToolbarsDockArea1.ForeColor = System.Drawing.SystemColors.ControlText;
  1012. this.ultraToolbarsDockArea1.Location = new System.Drawing.Point(0, 0);
  1013. this.ultraToolbarsDockArea1.Name = "ultraToolbarsDockArea1";
  1014. this.ultraToolbarsDockArea1.Size = new System.Drawing.Size(1299, 0);
  1015. //
  1016. // ultraToolbarsDockArea2
  1017. //
  1018. this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1019. this.ultraToolbarsDockArea2.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1020. this.ultraToolbarsDockArea2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1021. this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1022. this.ultraToolbarsDockArea2.ForeColor = System.Drawing.SystemColors.ControlText;
  1023. this.ultraToolbarsDockArea2.Location = new System.Drawing.Point(0, 93);
  1024. this.ultraToolbarsDockArea2.Name = "ultraToolbarsDockArea2";
  1025. this.ultraToolbarsDockArea2.Size = new System.Drawing.Size(1299, 0);
  1026. //
  1027. // ultraToolbarsDockArea3
  1028. //
  1029. this.ultraToolbarsDockArea3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1030. this.ultraToolbarsDockArea3.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1031. this.ultraToolbarsDockArea3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1032. this.ultraToolbarsDockArea3.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1033. this.ultraToolbarsDockArea3.ForeColor = System.Drawing.SystemColors.ControlText;
  1034. this.ultraToolbarsDockArea3.Location = new System.Drawing.Point(0, 0);
  1035. this.ultraToolbarsDockArea3.Name = "ultraToolbarsDockArea3";
  1036. this.ultraToolbarsDockArea3.Size = new System.Drawing.Size(0, 93);
  1037. //
  1038. // ultraToolbarsDockArea4
  1039. //
  1040. this.ultraToolbarsDockArea4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1041. this.ultraToolbarsDockArea4.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1042. this.ultraToolbarsDockArea4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1043. this.ultraToolbarsDockArea4.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1044. this.ultraToolbarsDockArea4.ForeColor = System.Drawing.SystemColors.ControlText;
  1045. this.ultraToolbarsDockArea4.Location = new System.Drawing.Point(1299, 0);
  1046. this.ultraToolbarsDockArea4.Name = "ultraToolbarsDockArea4";
  1047. this.ultraToolbarsDockArea4.Size = new System.Drawing.Size(0, 93);
  1048. //
  1049. // _ClientArea_Toolbars_Dock_Area_Top
  1050. //
  1051. this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1052. this._ClientArea_Toolbars_Dock_Area_Top.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1053. this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1054. this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  1055. this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  1056. this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  1057. this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
  1058. this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1299, 0);
  1059. //
  1060. // _ClientArea_Toolbars_Dock_Area_Bottom
  1061. //
  1062. this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1063. this._ClientArea_Toolbars_Dock_Area_Bottom.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1064. this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1065. this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1066. this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  1067. this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 93);
  1068. this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
  1069. this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1299, 0);
  1070. //
  1071. // _ClientArea_Toolbars_Dock_Area_Left
  1072. //
  1073. this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1074. this._ClientArea_Toolbars_Dock_Area_Left.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1075. this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1076. this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1077. this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  1078. this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 0);
  1079. this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
  1080. this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 93);
  1081. //
  1082. // _ClientArea_Toolbars_Dock_Area_Right
  1083. //
  1084. this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1085. this._ClientArea_Toolbars_Dock_Area_Right.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1086. this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1087. this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1088. this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  1089. this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1299, 0);
  1090. this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
  1091. this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 93);
  1092. //
  1093. // txtPro
  1094. //
  1095. this.txtPro.Location = new System.Drawing.Point(874, 44);
  1096. this.txtPro.MaxLength = 20;
  1097. this.txtPro.Name = "txtPro";
  1098. this.txtPro.ReadOnly = true;
  1099. this.txtPro.Size = new System.Drawing.Size(145, 21);
  1100. this.txtPro.TabIndex = 359;
  1101. this.txtPro.Visible = false;
  1102. this.txtPro.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HeatNoInput_KeyPress);
  1103. //
  1104. // label9
  1105. //
  1106. this.label9.AutoSize = true;
  1107. this.label9.BackColor = System.Drawing.Color.Transparent;
  1108. this.label9.Location = new System.Drawing.Point(831, 49);
  1109. this.label9.Name = "label9";
  1110. this.label9.Size = new System.Drawing.Size(65, 12);
  1111. this.label9.TabIndex = 358;
  1112. this.label9.Text = "生产订单号";
  1113. this.label9.Visible = false;
  1114. //
  1115. // txtID
  1116. //
  1117. this.txtID.Location = new System.Drawing.Point(1200, 13);
  1118. this.txtID.MaxLength = 4;
  1119. this.txtID.Name = "txtID";
  1120. this.txtID.Size = new System.Drawing.Size(99, 21);
  1121. this.txtID.TabIndex = 357;
  1122. this.txtID.Visible = false;
  1123. //
  1124. // label6
  1125. //
  1126. this.label6.AutoSize = true;
  1127. this.label6.BackColor = System.Drawing.Color.Transparent;
  1128. this.label6.Location = new System.Drawing.Point(1117, 19);
  1129. this.label6.Name = "label6";
  1130. this.label6.Size = new System.Drawing.Size(77, 12);
  1131. this.label6.TabIndex = 356;
  1132. this.label6.Text = "序号(已影藏)";
  1133. this.label6.Visible = false;
  1134. //
  1135. // txtWeight
  1136. //
  1137. this.txtWeight.Location = new System.Drawing.Point(501, 46);
  1138. this.txtWeight.MaxLength = 8;
  1139. this.txtWeight.Name = "txtWeight";
  1140. this.txtWeight.ReadOnly = true;
  1141. this.txtWeight.Size = new System.Drawing.Size(99, 21);
  1142. this.txtWeight.TabIndex = 355;
  1143. this.txtWeight.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.WidthInput_KeyPress);
  1144. //
  1145. // label5
  1146. //
  1147. this.label5.AutoSize = true;
  1148. this.label5.BackColor = System.Drawing.Color.Transparent;
  1149. this.label5.Location = new System.Drawing.Point(442, 50);
  1150. this.label5.Name = "label5";
  1151. this.label5.Size = new System.Drawing.Size(53, 12);
  1152. this.label5.TabIndex = 354;
  1153. this.label5.Text = "实际重量";
  1154. //
  1155. // txtLength
  1156. //
  1157. this.txtLength.Location = new System.Drawing.Point(324, 17);
  1158. this.txtLength.MaxLength = 8;
  1159. this.txtLength.Name = "txtLength";
  1160. this.txtLength.ReadOnly = true;
  1161. this.txtLength.Size = new System.Drawing.Size(75, 21);
  1162. this.txtLength.TabIndex = 353;
  1163. this.txtLength.TextChanged += new System.EventHandler(this.txtLength_TextChanged);
  1164. this.txtLength.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LengthInput_KeyPress);
  1165. //
  1166. // label4
  1167. //
  1168. this.label4.AutoSize = true;
  1169. this.label4.BackColor = System.Drawing.Color.Transparent;
  1170. this.label4.Location = new System.Drawing.Point(289, 21);
  1171. this.label4.Name = "label4";
  1172. this.label4.Size = new System.Drawing.Size(29, 12);
  1173. this.label4.TabIndex = 352;
  1174. this.label4.Text = "长度";
  1175. //
  1176. // txtWidth
  1177. //
  1178. this.txtWidth.Location = new System.Drawing.Point(324, 46);
  1179. this.txtWidth.MaxLength = 8;
  1180. this.txtWidth.Name = "txtWidth";
  1181. this.txtWidth.ReadOnly = true;
  1182. this.txtWidth.Size = new System.Drawing.Size(75, 21);
  1183. this.txtWidth.TabIndex = 349;
  1184. this.txtWidth.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LengthInput_KeyPress);
  1185. //
  1186. // label1
  1187. //
  1188. this.label1.AutoSize = true;
  1189. this.label1.BackColor = System.Drawing.Color.Transparent;
  1190. this.label1.Location = new System.Drawing.Point(289, 50);
  1191. this.label1.Name = "label1";
  1192. this.label1.Size = new System.Drawing.Size(29, 12);
  1193. this.label1.TabIndex = 348;
  1194. this.label1.Text = "直径";
  1195. //
  1196. // txtThickness
  1197. //
  1198. this.txtThickness.Location = new System.Drawing.Point(902, 44);
  1199. this.txtThickness.MaxLength = 8;
  1200. this.txtThickness.Name = "txtThickness";
  1201. this.txtThickness.ReadOnly = true;
  1202. this.txtThickness.Size = new System.Drawing.Size(99, 21);
  1203. this.txtThickness.TabIndex = 347;
  1204. this.txtThickness.Visible = false;
  1205. this.txtThickness.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LengthInput_KeyPress);
  1206. //
  1207. // cboCutType
  1208. //
  1209. appearance23.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  1210. appearance23.BorderColor = System.Drawing.Color.Black;
  1211. this.cboCutType.Appearance = appearance23;
  1212. this.cboCutType.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1213. this.cboCutType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1214. this.cboCutType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1215. valueListItem2.DataValue = "2";
  1216. valueListItem2.DisplayText = "切头";
  1217. valueListItem7.DataValue = "3";
  1218. valueListItem7.DisplayText = "切尾";
  1219. valueListItem8.DataValue = "4";
  1220. valueListItem8.DisplayText = "切边角";
  1221. valueListItem13.DataValue = "4";
  1222. valueListItem13.DisplayText = "切废";
  1223. this.cboCutType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1224. valueListItem2,
  1225. valueListItem7,
  1226. valueListItem8,
  1227. valueListItem13});
  1228. this.cboCutType.Location = new System.Drawing.Point(199, 47);
  1229. this.cboCutType.Name = "cboCutType";
  1230. this.cboCutType.ReadOnly = true;
  1231. this.cboCutType.Size = new System.Drawing.Size(72, 19);
  1232. this.cboCutType.TabIndex = 346;
  1233. this.cboCutType.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  1234. //
  1235. // cutTime
  1236. //
  1237. this.cutTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  1238. this.cutTime.FormatString = "";
  1239. this.cutTime.Location = new System.Drawing.Point(667, 46);
  1240. this.cutTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
  1241. this.cutTime.Name = "cutTime";
  1242. this.cutTime.ReadOnly = true;
  1243. this.cutTime.Size = new System.Drawing.Size(145, 21);
  1244. this.cutTime.TabIndex = 343;
  1245. //
  1246. // label11
  1247. //
  1248. this.label11.AutoSize = true;
  1249. this.label11.BackColor = System.Drawing.Color.Transparent;
  1250. this.label11.Location = new System.Drawing.Point(33, 21);
  1251. this.label11.Name = "label11";
  1252. this.label11.Size = new System.Drawing.Size(29, 12);
  1253. this.label11.TabIndex = 333;
  1254. this.label11.Text = "炉号";
  1255. //
  1256. // label8
  1257. //
  1258. this.label8.AutoSize = true;
  1259. this.label8.BackColor = System.Drawing.Color.Transparent;
  1260. this.label8.Location = new System.Drawing.Point(608, 50);
  1261. this.label8.Name = "label8";
  1262. this.label8.Size = new System.Drawing.Size(53, 12);
  1263. this.label8.TabIndex = 332;
  1264. this.label8.Text = "切割时间";
  1265. //
  1266. // txtHeatNo
  1267. //
  1268. this.txtHeatNo.Location = new System.Drawing.Point(66, 17);
  1269. this.txtHeatNo.MaxLength = 8;
  1270. this.txtHeatNo.Name = "txtHeatNo";
  1271. this.txtHeatNo.ReadOnly = true;
  1272. this.txtHeatNo.Size = new System.Drawing.Size(205, 21);
  1273. this.txtHeatNo.TabIndex = 331;
  1274. this.txtHeatNo.TextChanged += new System.EventHandler(this.txtHeatNo_TextChanged);
  1275. this.txtHeatNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HeatNoInput_KeyPress);
  1276. //
  1277. // label21
  1278. //
  1279. this.label21.AutoSize = true;
  1280. this.label21.BackColor = System.Drawing.Color.Transparent;
  1281. this.label21.Location = new System.Drawing.Point(140, 50);
  1282. this.label21.Name = "label21";
  1283. this.label21.Size = new System.Drawing.Size(53, 12);
  1284. this.label21.TabIndex = 323;
  1285. this.label21.Text = "切割类别";
  1286. //
  1287. // label7
  1288. //
  1289. this.label7.AutoSize = true;
  1290. this.label7.BackColor = System.Drawing.Color.Transparent;
  1291. this.label7.Location = new System.Drawing.Point(867, 47);
  1292. this.label7.Name = "label7";
  1293. this.label7.Size = new System.Drawing.Size(29, 12);
  1294. this.label7.TabIndex = 325;
  1295. this.label7.Text = "厚度";
  1296. this.label7.Visible = false;
  1297. //
  1298. // ultraToolbarsDockArea7
  1299. //
  1300. this.ultraToolbarsDockArea7.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1301. this.ultraToolbarsDockArea7.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1302. this.ultraToolbarsDockArea7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1303. this.ultraToolbarsDockArea7.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1304. this.ultraToolbarsDockArea7.ForeColor = System.Drawing.SystemColors.ControlText;
  1305. this.ultraToolbarsDockArea7.Location = new System.Drawing.Point(0, 28);
  1306. this.ultraToolbarsDockArea7.Name = "ultraToolbarsDockArea7";
  1307. this.ultraToolbarsDockArea7.Size = new System.Drawing.Size(0, 93);
  1308. this.ultraToolbarsDockArea7.ToolbarsManager = this.uTbMTool;
  1309. //
  1310. // uTbMTool
  1311. //
  1312. this.uTbMTool.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1313. this.uTbMTool.DesignerFlags = 1;
  1314. this.uTbMTool.DockWithinContainer = this.ultraExpandableGroupBoxPanel1;
  1315. this.uTbMTool.LockToolbars = true;
  1316. this.uTbMTool.MiniToolbar.ToolRowCount = 1;
  1317. this.uTbMTool.ShowFullMenusDelay = 500;
  1318. this.uTbMTool.ShowQuickCustomizeButton = false;
  1319. this.uTbMTool.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  1320. ultraToolbar1.DockedColumn = 0;
  1321. ultraToolbar1.DockedRow = 0;
  1322. buttonTool41.InstanceProps.IsFirstInGroup = true;
  1323. buttonTool45.InstanceProps.IsFirstInGroup = true;
  1324. buttonTool46.InstanceProps.IsFirstInGroup = true;
  1325. buttonTool43.InstanceProps.IsFirstInGroup = true;
  1326. buttonTool42.InstanceProps.IsFirstInGroup = true;
  1327. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1328. buttonTool40,
  1329. buttonTool41,
  1330. buttonTool45,
  1331. buttonTool46,
  1332. buttonTool47,
  1333. buttonTool43,
  1334. buttonTool42});
  1335. ultraToolbar1.Text = "UltraToolbar1";
  1336. this.uTbMTool.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  1337. ultraToolbar1});
  1338. this.uTbMTool.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
  1339. this.uTbMTool.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
  1340. this.uTbMTool.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
  1341. this.uTbMTool.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
  1342. this.uTbMTool.ToolbarSettings.AllowDockTop = Infragistics.Win.DefaultableBoolean.False;
  1343. this.uTbMTool.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
  1344. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  1345. buttonTool57.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  1346. buttonTool57.SharedPropsInternal.Caption = "新增";
  1347. buttonTool57.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1348. appearance32.Image = ((object)(resources.GetObject("appearance32.Image")));
  1349. buttonTool58.SharedPropsInternal.AppearancesSmall.Appearance = appearance32;
  1350. buttonTool58.SharedPropsInternal.Caption = "删除";
  1351. buttonTool58.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1352. appearance31.Image = ((object)(resources.GetObject("appearance31.Image")));
  1353. buttonTool59.SharedPropsInternal.AppearancesSmall.Appearance = appearance31;
  1354. buttonTool59.SharedPropsInternal.Caption = "修改";
  1355. buttonTool59.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1356. appearance33.Image = ((object)(resources.GetObject("appearance33.Image")));
  1357. buttonTool61.SharedPropsInternal.AppearancesSmall.Appearance = appearance33;
  1358. buttonTool61.SharedPropsInternal.Caption = "确认";
  1359. buttonTool61.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1360. buttonTool61.SharedPropsInternal.Visible = false;
  1361. appearance34.Image = ((object)(resources.GetObject("appearance34.Image")));
  1362. buttonTool62.SharedPropsInternal.AppearancesSmall.Appearance = appearance34;
  1363. buttonTool62.SharedPropsInternal.Caption = "取消";
  1364. buttonTool62.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1365. buttonTool62.SharedPropsInternal.Visible = false;
  1366. appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
  1367. buttonTool32.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
  1368. buttonTool32.SharedPropsInternal.CustomizerCaption = "<<";
  1369. buttonTool32.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1370. appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
  1371. buttonTool33.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  1372. buttonTool33.SharedPropsInternal.CustomizerCaption = ">>";
  1373. buttonTool33.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1374. this.uTbMTool.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1375. buttonTool57,
  1376. buttonTool58,
  1377. buttonTool59,
  1378. buttonTool61,
  1379. buttonTool62,
  1380. buttonTool32,
  1381. buttonTool33});
  1382. this.uTbMTool.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager_ToolClick);
  1383. //
  1384. // ultraToolbarsDockArea8
  1385. //
  1386. this.ultraToolbarsDockArea8.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1387. this.ultraToolbarsDockArea8.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1388. this.ultraToolbarsDockArea8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1389. this.ultraToolbarsDockArea8.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1390. this.ultraToolbarsDockArea8.ForeColor = System.Drawing.SystemColors.ControlText;
  1391. this.ultraToolbarsDockArea8.Location = new System.Drawing.Point(1044, 28);
  1392. this.ultraToolbarsDockArea8.Name = "ultraToolbarsDockArea8";
  1393. this.ultraToolbarsDockArea8.Size = new System.Drawing.Size(0, 93);
  1394. this.ultraToolbarsDockArea8.ToolbarsManager = this.uTbMTool;
  1395. //
  1396. // ultraToolbarsDockArea5
  1397. //
  1398. this.ultraToolbarsDockArea5.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1399. this.ultraToolbarsDockArea5.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1400. this.ultraToolbarsDockArea5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1401. this.ultraToolbarsDockArea5.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  1402. this.ultraToolbarsDockArea5.ForeColor = System.Drawing.SystemColors.ControlText;
  1403. this.ultraToolbarsDockArea5.Location = new System.Drawing.Point(0, 0);
  1404. this.ultraToolbarsDockArea5.Name = "ultraToolbarsDockArea5";
  1405. this.ultraToolbarsDockArea5.Size = new System.Drawing.Size(1044, 28);
  1406. this.ultraToolbarsDockArea5.ToolbarsManager = this.uTbMTool;
  1407. //
  1408. // ultraToolbarsDockArea6
  1409. //
  1410. this.ultraToolbarsDockArea6.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1411. this.ultraToolbarsDockArea6.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Disabled;
  1412. this.ultraToolbarsDockArea6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  1413. this.ultraToolbarsDockArea6.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1414. this.ultraToolbarsDockArea6.ForeColor = System.Drawing.SystemColors.ControlText;
  1415. this.ultraToolbarsDockArea6.Location = new System.Drawing.Point(0, 121);
  1416. this.ultraToolbarsDockArea6.Name = "ultraToolbarsDockArea6";
  1417. this.ultraToolbarsDockArea6.Size = new System.Drawing.Size(1044, 0);
  1418. this.ultraToolbarsDockArea6.ToolbarsManager = this.uTbMTool;
  1419. //
  1420. // frmCutInfoAssit
  1421. //
  1422. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1423. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1424. this.ClientSize = new System.Drawing.Size(1048, 581);
  1425. this.Controls.Add(this.ultraGrid1);
  1426. this.Controls.Add(this.ultraExpandableGroupBox1);
  1427. this.Controls.Add(this.ultraGroupBox1);
  1428. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Left);
  1429. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Right);
  1430. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Top);
  1431. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Bottom);
  1432. this.Name = "frmCutInfoAssit";
  1433. this.Text = "坯料切头、切尾、边角料信息";
  1434. this.Load += new System.EventHandler(this.frmCutInfoAssit_Load);
  1435. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1436. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1437. this.ultraGroupBox1.ResumeLayout(false);
  1438. this.ultraGroupBox1.PerformLayout();
  1439. this.groupBox6.ResumeLayout(false);
  1440. ((System.ComponentModel.ISupportInitialize)(this.isUp)).EndInit();
  1441. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  1442. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
  1443. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  1444. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1445. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1446. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1447. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1448. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1449. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1450. this.ultraExpandableGroupBoxPanel1_Fill_Panel.ResumeLayout(false);
  1451. this.ultraPanel3.ClientArea.ResumeLayout(false);
  1452. this.ultraPanel3.ClientArea.PerformLayout();
  1453. this.ultraPanel3.ResumeLayout(false);
  1454. ((System.ComponentModel.ISupportInitialize)(this.ultraFlux)).EndInit();
  1455. ((System.ComponentModel.ISupportInitialize)(this.cboCutType)).EndInit();
  1456. ((System.ComponentModel.ISupportInitialize)(this.cutTime)).EndInit();
  1457. ((System.ComponentModel.ISupportInitialize)(this.uTbMTool)).EndInit();
  1458. this.ResumeLayout(false);
  1459. }
  1460. #endregion
  1461. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1462. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Left;
  1463. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Right;
  1464. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Top;
  1465. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Bottom;
  1466. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1467. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1468. private System.Data.DataSet dataSet1;
  1469. private System.Data.DataTable dataTable1;
  1470. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  1471. private System.Data.DataColumn dataColumn1;
  1472. private System.Data.DataColumn dataColumn2;
  1473. private System.Data.DataColumn dataColumn3;
  1474. private System.Data.DataColumn dataColumn4;
  1475. private System.Data.DataColumn dataColumn5;
  1476. private System.Data.DataColumn dataColumn6;
  1477. private System.Data.DataColumn dataColumn7;
  1478. private System.Data.DataColumn dataColumn8;
  1479. private System.Data.DataColumn dataColumn9;
  1480. private System.Data.DataColumn dataColumn10;
  1481. private System.Data.DataColumn dataColumn11;
  1482. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
  1483. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  1484. private System.Windows.Forms.Label label2;
  1485. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  1486. private System.Windows.Forms.CheckBox checkBox2;
  1487. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1488. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1489. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  1490. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor cutTime;
  1491. private System.Windows.Forms.Label label11;
  1492. private System.Windows.Forms.Label label8;
  1493. private System.Windows.Forms.TextBox txtHeatNo;
  1494. private System.Windows.Forms.Label label21;
  1495. private System.Windows.Forms.Label label7;
  1496. private Infragistics.Win.UltraWinEditors.UltraComboEditor cboCutType;
  1497. private System.Windows.Forms.TextBox txtWeight;
  1498. private System.Windows.Forms.Label label5;
  1499. private System.Windows.Forms.TextBox txtLength;
  1500. private System.Windows.Forms.Label label4;
  1501. private System.Windows.Forms.TextBox txtWidth;
  1502. private System.Windows.Forms.Label label1;
  1503. private System.Windows.Forms.TextBox txtThickness;
  1504. private System.Data.DataColumn dataColumn12;
  1505. private System.Windows.Forms.Label label3;
  1506. private System.Windows.Forms.TextBox txtID;
  1507. private System.Windows.Forms.Label label6;
  1508. private System.Data.DataColumn dataColumn13;
  1509. private System.Windows.Forms.TextBox txtPro;
  1510. private System.Windows.Forms.Label label9;
  1511. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ClientArea_Toolbars_Dock_Area_Top;
  1512. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ClientArea_Toolbars_Dock_Area_Bottom;
  1513. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ClientArea_Toolbars_Dock_Area_Left;
  1514. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _ClientArea_Toolbars_Dock_Area_Right;
  1515. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea1;
  1516. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea2;
  1517. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea3;
  1518. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea4;
  1519. private System.Windows.Forms.Panel ultraExpandableGroupBoxPanel1_Fill_Panel;
  1520. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea7;
  1521. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager uTbMTool;
  1522. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea8;
  1523. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea5;
  1524. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea6;
  1525. private System.Data.DataColumn dataColumn14;
  1526. private System.Data.DataColumn dataColumn15;
  1527. private System.Data.DataColumn dataColumn16;
  1528. private System.Windows.Forms.GroupBox groupBox6;
  1529. private System.Windows.Forms.Label label10;
  1530. private System.Windows.Forms.Label label18;
  1531. private System.Windows.Forms.CheckBox checkBox1;
  1532. private Infragistics.Win.UltraWinEditors.UltraComboEditor isUp;
  1533. private System.Windows.Forms.TextBox txtThweight;
  1534. private System.Windows.Forms.Label label12;
  1535. private System.Windows.Forms.TextBox textBox2;
  1536. private System.Windows.Forms.Label label13;
  1537. private System.Data.DataColumn dataColumn17;
  1538. private System.Data.DataColumn dataColumn18;
  1539. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraFlux;
  1540. private System.Windows.Forms.Label label14;
  1541. private System.Windows.Forms.Label label15;
  1542. private System.Data.DataColumn dataColumn19;
  1543. private System.Windows.Forms.Label label16;
  1544. }
  1545. }