FrmQueryBCcmJob.cs 74 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526
  1. using System;
  2. using System.Drawing;
  3. using System.ComponentModel;
  4. using System.Windows.Forms;
  5. using System.Collections;
  6. using System.Data;
  7. using System.Threading;
  8. using Core.Sglg.DataModel;
  9. using Core.Mes.ClientFrameWork;
  10. using Infragistics.Win.UltraWinGrid;
  11. namespace Core.Sglg.Client.JobOperationMgt.CCM_B
  12. {
  13. /// <summary>
  14. /// FrmQueryBCcmJob 的摘要说明。
  15. /// </summary>
  16. public class FrmQueryBCcmJob : FrmBase
  17. {
  18. #region " Construct "
  19. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  20. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  21. private Infragistics.Win.UltraWinDock.UltraDockManager ultraDockManager1;
  22. private Infragistics.Win.UltraWinDock.UnpinnedTabArea _FrmVodJobUnpinnedTabAreaLeft;
  23. private Infragistics.Win.UltraWinDock.UnpinnedTabArea _FrmVodJobUnpinnedTabAreaRight;
  24. private Infragistics.Win.UltraWinDock.UnpinnedTabArea _FrmVodJobUnpinnedTabAreaTop;
  25. private Infragistics.Win.UltraWinDock.UnpinnedTabArea _FrmVodJobUnpinnedTabAreaBottom;
  26. private Infragistics.Win.UltraWinDock.AutoHideControl _FrmVodJobAutoHideControl;
  27. private System.Windows.Forms.Panel panel1;
  28. private Infragistics.Win.UltraWinDock.WindowDockingArea windowDockingArea1;
  29. private Infragistics.Win.UltraWinDock.DockableWindow dockableWindow1;
  30. private System.Windows.Forms.Splitter splitter2;
  31. private UcCcmMakingBill ucCcmMakingBill1;
  32. private UcCcmMiddlepot ucCcmMiddlepot1;
  33. private UcCcmTime ucCcmTime1;
  34. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  35. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  36. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  37. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  38. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  39. private System.Windows.Forms.ImageList imageList2;
  40. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  41. private System.Windows.Forms.Splitter splitter1;
  42. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  43. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  44. private System.Windows.Forms.Splitter splitter3;
  45. private System.Windows.Forms.Panel panel2;
  46. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid6;
  47. private Core.Sglg.Client.JobOperationMgt.CCM_B.UcQueryCcmWeight ucQueryCcmWeight1;
  48. private System.Windows.Forms.Panel panel3;
  49. private System.Windows.Forms.Panel panel4;
  50. private System.Windows.Forms.Splitter splitter4;
  51. private System.Windows.Forms.Splitter splitter5;
  52. private System.Windows.Forms.Splitter splitter6;
  53. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid5;
  54. private System.Windows.Forms.Panel panel5;
  55. private System.Windows.Forms.Label label3;
  56. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  57. private System.Windows.Forms.Label label4;
  58. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  59. private System.Windows.Forms.Label label2;
  60. private System.Windows.Forms.Label label1;
  61. private System.Windows.Forms.Panel panel6;
  62. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  63. private System.ComponentModel.IContainer components;
  64. public FrmQueryBCcmJob()
  65. {
  66. //
  67. // Windows 窗体设计器支持所必需的
  68. //
  69. InitializeComponent();
  70. //
  71. // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
  72. //
  73. }
  74. /// <summary>
  75. /// 清理所有正在使用的资源。
  76. /// </summary>
  77. protected override void Dispose( bool disposing )
  78. {
  79. if( disposing )
  80. {
  81. if(components != null)
  82. {
  83. components.Dispose();
  84. }
  85. }
  86. base.Dispose( disposing );
  87. }
  88. #region Windows 窗体设计器生成的代码
  89. /// <summary>
  90. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  91. /// 此方法的内容。
  92. /// </summary>
  93. private void InitializeComponent()
  94. {
  95. this.components = new System.ComponentModel.Container();
  96. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("OptionBar");
  111. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("1");
  112. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("2");
  113. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("3");
  114. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("4");
  115. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("5");
  116. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("OptionBar2");
  117. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("6");
  118. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("7");
  119. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("8");
  120. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("9");
  121. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("1");
  122. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  123. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("2");
  124. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("3");
  126. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  127. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("4");
  128. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  129. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("5");
  130. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  131. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("6");
  132. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  133. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("7");
  134. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  135. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("8");
  136. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  137. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("9");
  138. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  139. System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmQueryBCcmJob));
  140. Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("85f24e5d-7917-4688-91e6-7707fc61e836"));
  141. Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("26933946-db98-4c4f-a668-4576aa3121cd"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("85f24e5d-7917-4688-91e6-7707fc61e836"), -1);
  142. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  143. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  144. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  145. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  146. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  147. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  148. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  149. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  150. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  151. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  152. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  153. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  154. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  155. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  156. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  157. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  158. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  159. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  160. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  161. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  162. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  163. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  164. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  165. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  166. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  167. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  168. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  169. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  170. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  171. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  172. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  173. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  174. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  175. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  176. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  177. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  178. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  179. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  180. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  181. this.panel1 = new System.Windows.Forms.Panel();
  182. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  183. this.panel6 = new System.Windows.Forms.Panel();
  184. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  185. this.panel5 = new System.Windows.Forms.Panel();
  186. this.label3 = new System.Windows.Forms.Label();
  187. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  188. this.label4 = new System.Windows.Forms.Label();
  189. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  190. this.label2 = new System.Windows.Forms.Label();
  191. this.label1 = new System.Windows.Forms.Label();
  192. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  193. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  194. this.imageList2 = new System.Windows.Forms.ImageList(this.components);
  195. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  196. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  197. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  198. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  199. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  200. this.ucQueryCcmWeight1 = new Core.Sglg.Client.JobOperationMgt.CCM_B.UcQueryCcmWeight();
  201. this.ucCcmTime1 = new Core.Sglg.Client.JobOperationMgt.CCM_B.UcCcmTime();
  202. this.ucCcmMiddlepot1 = new Core.Sglg.Client.JobOperationMgt.CCM_B.UcCcmMiddlepot();
  203. this.ucCcmMakingBill1 = new Core.Sglg.Client.JobOperationMgt.CCM_B.UcCcmMakingBill();
  204. this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
  205. this._FrmVodJobUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
  206. this._FrmVodJobUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
  207. this._FrmVodJobUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
  208. this._FrmVodJobUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
  209. this._FrmVodJobAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
  210. this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
  211. this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
  212. this.splitter2 = new System.Windows.Forms.Splitter();
  213. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  214. this.panel2 = new System.Windows.Forms.Panel();
  215. this.splitter4 = new System.Windows.Forms.Splitter();
  216. this.panel4 = new System.Windows.Forms.Panel();
  217. this.splitter5 = new System.Windows.Forms.Splitter();
  218. this.ultraGrid6 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  219. this.panel3 = new System.Windows.Forms.Panel();
  220. this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  221. this.splitter6 = new System.Windows.Forms.Splitter();
  222. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  223. this.splitter3 = new System.Windows.Forms.Splitter();
  224. this.splitter1 = new System.Windows.Forms.Splitter();
  225. this.panel1.SuspendLayout();
  226. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  227. this.ultraGroupBox2.SuspendLayout();
  228. this.panel6.SuspendLayout();
  229. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  230. this.panel5.SuspendLayout();
  231. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  233. this.ultraExpandableGroupBox1.SuspendLayout();
  234. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  235. ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
  236. this._FrmVodJobAutoHideControl.SuspendLayout();
  237. this.dockableWindow1.SuspendLayout();
  238. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  239. this.ultraGroupBox1.SuspendLayout();
  240. this.panel2.SuspendLayout();
  241. this.panel4.SuspendLayout();
  242. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid6)).BeginInit();
  243. this.panel3.SuspendLayout();
  244. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  246. this.SuspendLayout();
  247. //
  248. // panel1
  249. //
  250. this.panel1.Controls.Add(this.ultraGroupBox2);
  251. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  252. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  253. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  254. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  255. this.panel1.Location = new System.Drawing.Point(0, 20);
  256. this.panel1.Name = "panel1";
  257. this.panel1.Size = new System.Drawing.Size(250, 593);
  258. this.panel1.TabIndex = 7;
  259. //
  260. // ultraGroupBox2
  261. //
  262. this.ultraGroupBox2.Controls.Add(this.panel6);
  263. this.ultraGroupBox2.Controls.Add(this.panel5);
  264. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 48);
  266. this.ultraGroupBox2.Name = "ultraGroupBox2";
  267. this.ultraGroupBox2.Size = new System.Drawing.Size(250, 545);
  268. this.ultraGroupBox2.SupportThemes = false;
  269. this.ultraGroupBox2.TabIndex = 4;
  270. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
  271. //
  272. // panel6
  273. //
  274. this.panel6.Controls.Add(this.ultraGrid2);
  275. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.panel6.Location = new System.Drawing.Point(3, 96);
  277. this.panel6.Name = "panel6";
  278. this.panel6.Size = new System.Drawing.Size(244, 446);
  279. this.panel6.TabIndex = 18;
  280. //
  281. // ultraGrid2
  282. //
  283. appearance1.BackColor = System.Drawing.SystemColors.Control;
  284. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  285. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  286. this.ultraGrid2.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  287. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  288. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  289. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  290. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  291. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  292. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  293. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  294. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  295. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  296. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  297. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  298. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  299. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  300. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  301. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  302. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  303. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  304. appearance5.BackColor = System.Drawing.SystemColors.Window;
  305. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  306. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  307. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  308. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  309. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  310. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  311. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  312. appearance7.BackColor = System.Drawing.SystemColors.Window;
  313. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance7;
  314. appearance8.BorderColor = System.Drawing.Color.Silver;
  315. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  316. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance8;
  317. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  318. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  319. appearance9.BackColor = System.Drawing.SystemColors.Control;
  320. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  321. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  322. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  323. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  324. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  325. appearance10.TextHAlign = Infragistics.Win.HAlign.Left;
  326. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance10;
  327. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  328. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  329. appearance11.BackColor = System.Drawing.SystemColors.Window;
  330. appearance11.BorderColor = System.Drawing.Color.Silver;
  331. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance11;
  332. this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  333. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  334. this.ultraGrid2.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  335. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  336. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  337. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  338. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  339. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  340. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  341. this.ultraGrid2.Name = "ultraGrid2";
  342. this.ultraGrid2.Size = new System.Drawing.Size(244, 446);
  343. this.ultraGrid2.TabIndex = 17;
  344. this.ultraGrid2.Text = "ultraGrid2";
  345. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  346. //
  347. // panel5
  348. //
  349. this.panel5.Controls.Add(this.label3);
  350. this.panel5.Controls.Add(this.dateTimePicker2);
  351. this.panel5.Controls.Add(this.label4);
  352. this.panel5.Controls.Add(this.dateTimePicker1);
  353. this.panel5.Controls.Add(this.label2);
  354. this.panel5.Controls.Add(this.label1);
  355. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  356. this.panel5.Location = new System.Drawing.Point(3, 2);
  357. this.panel5.Name = "panel5";
  358. this.panel5.Size = new System.Drawing.Size(244, 94);
  359. this.panel5.TabIndex = 17;
  360. //
  361. // label3
  362. //
  363. this.label3.Location = new System.Drawing.Point(26, 48);
  364. this.label3.Name = "label3";
  365. this.label3.Size = new System.Drawing.Size(70, 23);
  366. this.label3.TabIndex = 21;
  367. this.label3.Text = "结束时间:";
  368. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  369. //
  370. // dateTimePicker2
  371. //
  372. this.dateTimePicker2.Location = new System.Drawing.Point(98, 48);
  373. this.dateTimePicker2.Name = "dateTimePicker2";
  374. this.dateTimePicker2.Size = new System.Drawing.Size(120, 21);
  375. this.dateTimePicker2.TabIndex = 20;
  376. this.dateTimePicker2.CloseUp += new System.EventHandler(this.dateTimePicker2_CloseUp);
  377. //
  378. // label4
  379. //
  380. this.label4.Location = new System.Drawing.Point(26, 16);
  381. this.label4.Name = "label4";
  382. this.label4.Size = new System.Drawing.Size(70, 23);
  383. this.label4.TabIndex = 19;
  384. this.label4.Text = "开始时间:";
  385. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  386. //
  387. // dateTimePicker1
  388. //
  389. this.dateTimePicker1.Location = new System.Drawing.Point(98, 16);
  390. this.dateTimePicker1.Name = "dateTimePicker1";
  391. this.dateTimePicker1.Size = new System.Drawing.Size(120, 21);
  392. this.dateTimePicker1.TabIndex = 18;
  393. //
  394. // label2
  395. //
  396. this.label2.AutoSize = true;
  397. this.label2.Location = new System.Drawing.Point(114, 48);
  398. this.label2.Name = "label2";
  399. this.label2.Size = new System.Drawing.Size(0, 17);
  400. this.label2.TabIndex = 17;
  401. //
  402. // label1
  403. //
  404. this.label1.AutoSize = true;
  405. this.label1.Location = new System.Drawing.Point(114, 24);
  406. this.label1.Name = "label1";
  407. this.label1.Size = new System.Drawing.Size(0, 17);
  408. this.label1.TabIndex = 16;
  409. //
  410. // _panel1_Toolbars_Dock_Area_Left
  411. //
  412. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  413. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  414. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  415. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.Control;
  416. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 48);
  417. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  418. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 545);
  419. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  420. //
  421. // ultraToolbarsManager1
  422. //
  423. appearance13.BackColor = System.Drawing.SystemColors.Control;
  424. this.ultraToolbarsManager1.Appearance = appearance13;
  425. this.ultraToolbarsManager1.DesignerFlags = 1;
  426. appearance14.BackColor = System.Drawing.SystemColors.Control;
  427. appearance14.ForeColor = System.Drawing.SystemColors.Control;
  428. this.ultraToolbarsManager1.DockAreaAppearance = appearance14;
  429. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  430. this.ultraToolbarsManager1.ImageListSmall = this.imageList2;
  431. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  432. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  433. ultraToolbar1.DockedColumn = 0;
  434. ultraToolbar1.DockedRow = 0;
  435. ultraToolbar1.Text = "OptionBar";
  436. ultraToolbar1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  437. buttonTool1,
  438. buttonTool2,
  439. buttonTool3,
  440. buttonTool4,
  441. buttonTool5});
  442. ultraToolbar2.DockedColumn = 0;
  443. ultraToolbar2.DockedRow = 1;
  444. ultraToolbar2.Text = "OptionBar2";
  445. ultraToolbar2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  446. buttonTool6,
  447. buttonTool7,
  448. buttonTool8,
  449. buttonTool9});
  450. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  451. ultraToolbar1,
  452. ultraToolbar2});
  453. appearance15.Image = 0;
  454. buttonTool10.SharedProps.AppearancesSmall.Appearance = appearance15;
  455. buttonTool10.SharedProps.Caption = "料斗装料";
  456. buttonTool10.SharedProps.ToolTipText = "料斗装料";
  457. appearance16.Image = 1;
  458. buttonTool11.SharedProps.AppearancesSmall.Appearance = appearance16;
  459. buttonTool11.SharedProps.Caption = "调度信息";
  460. buttonTool11.SharedProps.ToolTipText = "调度信息";
  461. appearance17.Image = 2;
  462. buttonTool12.SharedProps.AppearancesSmall.Appearance = appearance17;
  463. buttonTool12.SharedProps.Caption = "附注";
  464. buttonTool12.SharedProps.ToolTipText = "附注";
  465. appearance18.Image = 3;
  466. buttonTool13.SharedProps.AppearancesSmall.Appearance = appearance18;
  467. buttonTool13.SharedProps.Caption = "送钢流程卡";
  468. buttonTool13.SharedProps.ToolTipText = "送钢流程卡";
  469. appearance19.Image = 4;
  470. buttonTool14.SharedProps.AppearancesSmall.Appearance = appearance19;
  471. buttonTool14.SharedProps.Caption = "消息查询";
  472. buttonTool14.SharedProps.ToolTipText = "消息查询";
  473. appearance20.Image = 5;
  474. buttonTool15.SharedProps.AppearancesSmall.Appearance = appearance20;
  475. buttonTool15.SharedProps.Caption = "操作指针";
  476. buttonTool15.SharedProps.ToolTipText = "操作指针";
  477. appearance21.Image = 6;
  478. buttonTool16.SharedProps.AppearancesSmall.Appearance = appearance21;
  479. buttonTool16.SharedProps.Caption = "化学成分";
  480. buttonTool16.SharedProps.ToolTipText = "化学成分";
  481. appearance22.Image = 7;
  482. buttonTool17.SharedProps.AppearancesSmall.Appearance = appearance22;
  483. buttonTool17.SharedProps.Caption = "手投添加料";
  484. buttonTool17.SharedProps.ToolTipText = "手投添加料";
  485. appearance23.Image = 8;
  486. buttonTool18.SharedProps.AppearancesSmall.Appearance = appearance23;
  487. buttonTool18.SharedProps.Caption = "作业历史";
  488. buttonTool18.SharedProps.ToolTipText = "作业历史";
  489. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  490. buttonTool10,
  491. buttonTool11,
  492. buttonTool12,
  493. buttonTool13,
  494. buttonTool14,
  495. buttonTool15,
  496. buttonTool16,
  497. buttonTool17,
  498. buttonTool18});
  499. //
  500. // imageList2
  501. //
  502. this.imageList2.ImageSize = new System.Drawing.Size(16, 16);
  503. this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
  504. this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
  505. //
  506. // _panel1_Toolbars_Dock_Area_Right
  507. //
  508. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  509. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  510. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  511. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.Control;
  512. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(250, 48);
  513. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  514. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 545);
  515. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  516. //
  517. // _panel1_Toolbars_Dock_Area_Top
  518. //
  519. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  520. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  521. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  522. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.Control;
  523. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  524. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  525. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(250, 48);
  526. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  527. //
  528. // _panel1_Toolbars_Dock_Area_Bottom
  529. //
  530. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  531. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  532. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  533. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.Control;
  534. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 593);
  535. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  536. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(250, 0);
  537. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  538. //
  539. // ultraExpandableGroupBox1
  540. //
  541. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  542. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  543. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(851, 392);
  544. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 3);
  545. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  546. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(851, 360);
  547. this.ultraExpandableGroupBox1.SupportThemes = false;
  548. this.ultraExpandableGroupBox1.TabIndex = 0;
  549. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
  550. //
  551. // ultraExpandableGroupBoxPanel1
  552. //
  553. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ucQueryCcmWeight1);
  554. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ucCcmTime1);
  555. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ucCcmMiddlepot1);
  556. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ucCcmMakingBill1);
  557. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  558. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  559. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  560. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(845, 338);
  561. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  562. //
  563. // ucQueryCcmWeight1
  564. //
  565. this.ucQueryCcmWeight1.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.ucQueryCcmWeight1.Location = new System.Drawing.Point(0, 202);
  567. this.ucQueryCcmWeight1.Name = "ucQueryCcmWeight1";
  568. this.ucQueryCcmWeight1.Size = new System.Drawing.Size(845, 136);
  569. this.ucQueryCcmWeight1.TabIndex = 5;
  570. //
  571. // ucCcmTime1
  572. //
  573. this.ucCcmTime1.Dock = System.Windows.Forms.DockStyle.Top;
  574. this.ucCcmTime1.Location = new System.Drawing.Point(0, 118);
  575. this.ucCcmTime1.Name = "ucCcmTime1";
  576. this.ucCcmTime1.Size = new System.Drawing.Size(845, 84);
  577. this.ucCcmTime1.TabIndex = 2;
  578. //
  579. // ucCcmMiddlepot1
  580. //
  581. this.ucCcmMiddlepot1.Dock = System.Windows.Forms.DockStyle.Top;
  582. this.ucCcmMiddlepot1.Location = new System.Drawing.Point(0, 86);
  583. this.ucCcmMiddlepot1.Name = "ucCcmMiddlepot1";
  584. this.ucCcmMiddlepot1.Size = new System.Drawing.Size(845, 32);
  585. this.ucCcmMiddlepot1.TabIndex = 1;
  586. //
  587. // ucCcmMakingBill1
  588. //
  589. this.ucCcmMakingBill1.Dock = System.Windows.Forms.DockStyle.Top;
  590. this.ucCcmMakingBill1.Location = new System.Drawing.Point(0, 0);
  591. this.ucCcmMakingBill1.Name = "ucCcmMakingBill1";
  592. this.ucCcmMakingBill1.Size = new System.Drawing.Size(845, 86);
  593. this.ucCcmMakingBill1.TabIndex = 0;
  594. //
  595. // ultraDockManager1
  596. //
  597. dockableControlPane1.Control = this.panel1;
  598. dockableControlPane1.FlyoutSize = new System.Drawing.Size(250, -1);
  599. dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(592, 240, 200, 100);
  600. dockableControlPane1.Pinned = false;
  601. dockableControlPane1.Settings.AllowClose = Infragistics.Win.DefaultableBoolean.False;
  602. dockableControlPane1.Size = new System.Drawing.Size(100, 100);
  603. dockableControlPane1.Text = "控制面板";
  604. dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
  605. dockableControlPane1});
  606. dockAreaPane1.Settings.AllowClose = Infragistics.Win.DefaultableBoolean.False;
  607. dockAreaPane1.Size = new System.Drawing.Size(193, 613);
  608. this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
  609. dockAreaPane1});
  610. this.ultraDockManager1.HostControl = this;
  611. this.ultraDockManager1.ShowCloseButton = false;
  612. //
  613. // _FrmVodJobUnpinnedTabAreaLeft
  614. //
  615. this._FrmVodJobUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
  616. this._FrmVodJobUnpinnedTabAreaLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  617. this._FrmVodJobUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
  618. this._FrmVodJobUnpinnedTabAreaLeft.Name = "_FrmVodJobUnpinnedTabAreaLeft";
  619. this._FrmVodJobUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
  620. this._FrmVodJobUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 605);
  621. this._FrmVodJobUnpinnedTabAreaLeft.TabIndex = 2;
  622. //
  623. // _FrmVodJobUnpinnedTabAreaRight
  624. //
  625. this._FrmVodJobUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
  626. this._FrmVodJobUnpinnedTabAreaRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  627. this._FrmVodJobUnpinnedTabAreaRight.Location = new System.Drawing.Point(851, 0);
  628. this._FrmVodJobUnpinnedTabAreaRight.Name = "_FrmVodJobUnpinnedTabAreaRight";
  629. this._FrmVodJobUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
  630. this._FrmVodJobUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 605);
  631. this._FrmVodJobUnpinnedTabAreaRight.TabIndex = 3;
  632. //
  633. // _FrmVodJobUnpinnedTabAreaTop
  634. //
  635. this._FrmVodJobUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
  636. this._FrmVodJobUnpinnedTabAreaTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  637. this._FrmVodJobUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
  638. this._FrmVodJobUnpinnedTabAreaTop.Name = "_FrmVodJobUnpinnedTabAreaTop";
  639. this._FrmVodJobUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
  640. this._FrmVodJobUnpinnedTabAreaTop.Size = new System.Drawing.Size(851, 0);
  641. this._FrmVodJobUnpinnedTabAreaTop.TabIndex = 4;
  642. //
  643. // _FrmVodJobUnpinnedTabAreaBottom
  644. //
  645. this._FrmVodJobUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  646. this._FrmVodJobUnpinnedTabAreaBottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  647. this._FrmVodJobUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 605);
  648. this._FrmVodJobUnpinnedTabAreaBottom.Name = "_FrmVodJobUnpinnedTabAreaBottom";
  649. this._FrmVodJobUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
  650. this._FrmVodJobUnpinnedTabAreaBottom.Size = new System.Drawing.Size(851, 0);
  651. this._FrmVodJobUnpinnedTabAreaBottom.TabIndex = 5;
  652. //
  653. // _FrmVodJobAutoHideControl
  654. //
  655. this._FrmVodJobAutoHideControl.Controls.Add(this.dockableWindow1);
  656. this._FrmVodJobAutoHideControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  657. this._FrmVodJobAutoHideControl.Location = new System.Drawing.Point(596, 0);
  658. this._FrmVodJobAutoHideControl.Name = "_FrmVodJobAutoHideControl";
  659. this._FrmVodJobAutoHideControl.Owner = this.ultraDockManager1;
  660. this._FrmVodJobAutoHideControl.Size = new System.Drawing.Size(255, 613);
  661. this._FrmVodJobAutoHideControl.TabIndex = 6;
  662. //
  663. // dockableWindow1
  664. //
  665. this.dockableWindow1.Controls.Add(this.panel1);
  666. this.dockableWindow1.Location = new System.Drawing.Point(5, 0);
  667. this.dockableWindow1.Name = "dockableWindow1";
  668. this.dockableWindow1.Owner = this.ultraDockManager1;
  669. this.dockableWindow1.Size = new System.Drawing.Size(250, 613);
  670. this.dockableWindow1.TabIndex = 0;
  671. //
  672. // windowDockingArea1
  673. //
  674. this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
  675. this.windowDockingArea1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  676. this.windowDockingArea1.Location = new System.Drawing.Point(653, 0);
  677. this.windowDockingArea1.Name = "windowDockingArea1";
  678. this.windowDockingArea1.Owner = this.ultraDockManager1;
  679. this.windowDockingArea1.Size = new System.Drawing.Size(198, 613);
  680. this.windowDockingArea1.TabIndex = 8;
  681. //
  682. // splitter2
  683. //
  684. this.splitter2.Dock = System.Windows.Forms.DockStyle.Top;
  685. this.splitter2.Location = new System.Drawing.Point(0, 0);
  686. this.splitter2.Name = "splitter2";
  687. this.splitter2.Size = new System.Drawing.Size(851, 3);
  688. this.splitter2.TabIndex = 10;
  689. this.splitter2.TabStop = false;
  690. //
  691. // ultraGroupBox1
  692. //
  693. this.ultraGroupBox1.ContentPadding.Top = 4;
  694. this.ultraGroupBox1.Controls.Add(this.panel2);
  695. this.ultraGroupBox1.Controls.Add(this.splitter3);
  696. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  697. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 363);
  698. this.ultraGroupBox1.Name = "ultraGroupBox1";
  699. this.ultraGroupBox1.Size = new System.Drawing.Size(851, 242);
  700. this.ultraGroupBox1.SupportThemes = false;
  701. this.ultraGroupBox1.TabIndex = 11;
  702. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
  703. //
  704. // panel2
  705. //
  706. this.panel2.Controls.Add(this.splitter4);
  707. this.panel2.Controls.Add(this.panel4);
  708. this.panel2.Controls.Add(this.panel3);
  709. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  710. this.panel2.Location = new System.Drawing.Point(3, 6);
  711. this.panel2.Name = "panel2";
  712. this.panel2.Size = new System.Drawing.Size(842, 233);
  713. this.panel2.TabIndex = 2;
  714. //
  715. // splitter4
  716. //
  717. this.splitter4.Dock = System.Windows.Forms.DockStyle.Right;
  718. this.splitter4.Location = new System.Drawing.Point(471, 0);
  719. this.splitter4.Name = "splitter4";
  720. this.splitter4.Size = new System.Drawing.Size(3, 233);
  721. this.splitter4.TabIndex = 4;
  722. this.splitter4.TabStop = false;
  723. //
  724. // panel4
  725. //
  726. this.panel4.Controls.Add(this.splitter5);
  727. this.panel4.Controls.Add(this.ultraGrid6);
  728. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  729. this.panel4.Location = new System.Drawing.Point(0, 0);
  730. this.panel4.Name = "panel4";
  731. this.panel4.Size = new System.Drawing.Size(474, 233);
  732. this.panel4.TabIndex = 3;
  733. //
  734. // splitter5
  735. //
  736. this.splitter5.Dock = System.Windows.Forms.DockStyle.Bottom;
  737. this.splitter5.Location = new System.Drawing.Point(0, 230);
  738. this.splitter5.Name = "splitter5";
  739. this.splitter5.Size = new System.Drawing.Size(474, 3);
  740. this.splitter5.TabIndex = 2;
  741. this.splitter5.TabStop = false;
  742. //
  743. // ultraGrid6
  744. //
  745. appearance24.BackColor = System.Drawing.SystemColors.Window;
  746. appearance24.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  747. this.ultraGrid6.DisplayLayout.Appearance = appearance24;
  748. this.ultraGrid6.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  749. appearance25.TextHAlign = Infragistics.Win.HAlign.Left;
  750. this.ultraGrid6.DisplayLayout.CaptionAppearance = appearance25;
  751. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  752. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  753. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  754. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  755. this.ultraGrid6.DisplayLayout.GroupByBox.Appearance = appearance26;
  756. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  757. this.ultraGrid6.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  758. this.ultraGrid6.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  759. this.ultraGrid6.DisplayLayout.GroupByBox.Hidden = true;
  760. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  761. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  762. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  763. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  764. this.ultraGrid6.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  765. this.ultraGrid6.DisplayLayout.MaxColScrollRegions = 1;
  766. this.ultraGrid6.DisplayLayout.MaxRowScrollRegions = 1;
  767. appearance29.BackColor = System.Drawing.SystemColors.Window;
  768. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  769. this.ultraGrid6.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  770. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  771. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  772. this.ultraGrid6.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  773. this.ultraGrid6.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  774. this.ultraGrid6.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  775. appearance31.BackColor = System.Drawing.SystemColors.Window;
  776. this.ultraGrid6.DisplayLayout.Override.CardAreaAppearance = appearance31;
  777. appearance32.BorderColor = System.Drawing.Color.Silver;
  778. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  779. this.ultraGrid6.DisplayLayout.Override.CellAppearance = appearance32;
  780. this.ultraGrid6.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  781. this.ultraGrid6.DisplayLayout.Override.CellPadding = 0;
  782. appearance33.BackColor = System.Drawing.SystemColors.Control;
  783. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  784. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  785. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  786. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  787. this.ultraGrid6.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  788. appearance34.TextHAlign = Infragistics.Win.HAlign.Left;
  789. this.ultraGrid6.DisplayLayout.Override.HeaderAppearance = appearance34;
  790. this.ultraGrid6.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  791. this.ultraGrid6.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  792. appearance35.BackColor = System.Drawing.SystemColors.Window;
  793. appearance35.BorderColor = System.Drawing.Color.Silver;
  794. this.ultraGrid6.DisplayLayout.Override.RowAppearance = appearance35;
  795. this.ultraGrid6.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  796. this.ultraGrid6.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  797. this.ultraGrid6.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  798. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  799. this.ultraGrid6.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  800. this.ultraGrid6.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  801. this.ultraGrid6.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  802. this.ultraGrid6.Dock = System.Windows.Forms.DockStyle.Fill;
  803. this.ultraGrid6.Location = new System.Drawing.Point(0, 0);
  804. this.ultraGrid6.Name = "ultraGrid6";
  805. this.ultraGrid6.Size = new System.Drawing.Size(474, 233);
  806. this.ultraGrid6.TabIndex = 1;
  807. this.ultraGrid6.Text = "化学成分";
  808. //
  809. // panel3
  810. //
  811. this.panel3.Controls.Add(this.ultraGrid5);
  812. this.panel3.Controls.Add(this.splitter6);
  813. this.panel3.Controls.Add(this.ultraGrid1);
  814. this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
  815. this.panel3.Location = new System.Drawing.Point(474, 0);
  816. this.panel3.Name = "panel3";
  817. this.panel3.Size = new System.Drawing.Size(368, 233);
  818. this.panel3.TabIndex = 2;
  819. //
  820. // ultraGrid5
  821. //
  822. appearance37.BackColor = System.Drawing.SystemColors.Window;
  823. appearance37.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  824. this.ultraGrid5.DisplayLayout.Appearance = appearance37;
  825. this.ultraGrid5.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  826. appearance38.TextHAlign = Infragistics.Win.HAlign.Left;
  827. this.ultraGrid5.DisplayLayout.CaptionAppearance = appearance38;
  828. this.ultraGrid5.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
  829. appearance39.BackColor = System.Drawing.SystemColors.ActiveBorder;
  830. appearance39.BackColor2 = System.Drawing.SystemColors.ControlDark;
  831. appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  832. appearance39.BorderColor = System.Drawing.SystemColors.Window;
  833. this.ultraGrid5.DisplayLayout.GroupByBox.Appearance = appearance39;
  834. appearance40.ForeColor = System.Drawing.SystemColors.GrayText;
  835. this.ultraGrid5.DisplayLayout.GroupByBox.BandLabelAppearance = appearance40;
  836. this.ultraGrid5.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  837. this.ultraGrid5.DisplayLayout.GroupByBox.Hidden = true;
  838. appearance41.BackColor = System.Drawing.SystemColors.ControlLightLight;
  839. appearance41.BackColor2 = System.Drawing.SystemColors.Control;
  840. appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  841. appearance41.ForeColor = System.Drawing.SystemColors.GrayText;
  842. this.ultraGrid5.DisplayLayout.GroupByBox.PromptAppearance = appearance41;
  843. this.ultraGrid5.DisplayLayout.MaxColScrollRegions = 1;
  844. this.ultraGrid5.DisplayLayout.MaxRowScrollRegions = 1;
  845. appearance42.BackColor = System.Drawing.SystemColors.Window;
  846. appearance42.ForeColor = System.Drawing.SystemColors.ControlText;
  847. this.ultraGrid5.DisplayLayout.Override.ActiveCellAppearance = appearance42;
  848. appearance43.BackColor = System.Drawing.SystemColors.Highlight;
  849. appearance43.ForeColor = System.Drawing.SystemColors.HighlightText;
  850. this.ultraGrid5.DisplayLayout.Override.ActiveRowAppearance = appearance43;
  851. this.ultraGrid5.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  852. this.ultraGrid5.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  853. appearance44.BackColor = System.Drawing.SystemColors.Window;
  854. this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance44;
  855. appearance45.BorderColor = System.Drawing.Color.Silver;
  856. appearance45.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  857. this.ultraGrid5.DisplayLayout.Override.CellAppearance = appearance45;
  858. this.ultraGrid5.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  859. this.ultraGrid5.DisplayLayout.Override.CellPadding = 0;
  860. appearance46.BackColor = System.Drawing.SystemColors.Control;
  861. appearance46.BackColor2 = System.Drawing.SystemColors.ControlDark;
  862. appearance46.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  863. appearance46.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  864. appearance46.BorderColor = System.Drawing.SystemColors.Window;
  865. this.ultraGrid5.DisplayLayout.Override.GroupByRowAppearance = appearance46;
  866. appearance47.TextHAlign = Infragistics.Win.HAlign.Left;
  867. this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance47;
  868. this.ultraGrid5.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  869. this.ultraGrid5.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  870. appearance48.BackColor = System.Drawing.SystemColors.Window;
  871. appearance48.BorderColor = System.Drawing.Color.Silver;
  872. this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance48;
  873. this.ultraGrid5.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  874. appearance49.BackColor = System.Drawing.SystemColors.ControlLight;
  875. this.ultraGrid5.DisplayLayout.Override.TemplateAddRowAppearance = appearance49;
  876. this.ultraGrid5.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  877. this.ultraGrid5.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  878. this.ultraGrid5.Location = new System.Drawing.Point(0, 128);
  879. this.ultraGrid5.Name = "ultraGrid5";
  880. this.ultraGrid5.Size = new System.Drawing.Size(368, 88);
  881. this.ultraGrid5.TabIndex = 2;
  882. this.ultraGrid5.Text = "温度";
  883. //
  884. // splitter6
  885. //
  886. this.splitter6.Dock = System.Windows.Forms.DockStyle.Bottom;
  887. this.splitter6.Location = new System.Drawing.Point(0, 230);
  888. this.splitter6.Name = "splitter6";
  889. this.splitter6.Size = new System.Drawing.Size(368, 3);
  890. this.splitter6.TabIndex = 1;
  891. this.splitter6.TabStop = false;
  892. //
  893. // ultraGrid1
  894. //
  895. appearance50.BackColor = System.Drawing.SystemColors.Window;
  896. appearance50.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  897. this.ultraGrid1.DisplayLayout.Appearance = appearance50;
  898. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  899. appearance51.TextHAlign = Infragistics.Win.HAlign.Left;
  900. this.ultraGrid1.DisplayLayout.CaptionAppearance = appearance51;
  901. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
  902. appearance52.BackColor = System.Drawing.SystemColors.ActiveBorder;
  903. appearance52.BackColor2 = System.Drawing.SystemColors.ControlDark;
  904. appearance52.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  905. appearance52.BorderColor = System.Drawing.SystemColors.Window;
  906. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance52;
  907. appearance53.ForeColor = System.Drawing.SystemColors.GrayText;
  908. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance53;
  909. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  910. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  911. appearance54.BackColor = System.Drawing.SystemColors.ControlLightLight;
  912. appearance54.BackColor2 = System.Drawing.SystemColors.Control;
  913. appearance54.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  914. appearance54.ForeColor = System.Drawing.SystemColors.GrayText;
  915. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance54;
  916. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  917. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  918. appearance55.BackColor = System.Drawing.SystemColors.Window;
  919. appearance55.ForeColor = System.Drawing.SystemColors.ControlText;
  920. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance55;
  921. appearance56.BackColor = System.Drawing.SystemColors.Highlight;
  922. appearance56.ForeColor = System.Drawing.SystemColors.HighlightText;
  923. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance56;
  924. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  925. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  926. appearance57.BackColor = System.Drawing.SystemColors.Window;
  927. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance57;
  928. appearance58.BorderColor = System.Drawing.Color.Silver;
  929. appearance58.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  930. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance58;
  931. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  932. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  933. appearance59.BackColor = System.Drawing.SystemColors.Control;
  934. appearance59.BackColor2 = System.Drawing.SystemColors.ControlDark;
  935. appearance59.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  936. appearance59.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  937. appearance59.BorderColor = System.Drawing.SystemColors.Window;
  938. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance59;
  939. appearance60.TextHAlign = Infragistics.Win.HAlign.Left;
  940. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance60;
  941. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  942. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  943. appearance61.BackColor = System.Drawing.SystemColors.Window;
  944. appearance61.BorderColor = System.Drawing.Color.Silver;
  945. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance61;
  946. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  947. appearance62.BackColor = System.Drawing.SystemColors.ControlLight;
  948. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance62;
  949. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  950. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  951. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top;
  952. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  953. this.ultraGrid1.Name = "ultraGrid1";
  954. this.ultraGrid1.Size = new System.Drawing.Size(368, 112);
  955. this.ultraGrid1.TabIndex = 0;
  956. this.ultraGrid1.Text = "采样";
  957. //
  958. // splitter3
  959. //
  960. this.splitter3.Dock = System.Windows.Forms.DockStyle.Right;
  961. this.splitter3.Location = new System.Drawing.Point(845, 6);
  962. this.splitter3.Name = "splitter3";
  963. this.splitter3.Size = new System.Drawing.Size(3, 233);
  964. this.splitter3.TabIndex = 1;
  965. this.splitter3.TabStop = false;
  966. //
  967. // splitter1
  968. //
  969. this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
  970. this.splitter1.Location = new System.Drawing.Point(0, 363);
  971. this.splitter1.Name = "splitter1";
  972. this.splitter1.Size = new System.Drawing.Size(851, 3);
  973. this.splitter1.TabIndex = 12;
  974. this.splitter1.TabStop = false;
  975. //
  976. // FrmQueryBCcmJob
  977. //
  978. this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
  979. this.ClientSize = new System.Drawing.Size(872, 605);
  980. this.Controls.Add(this.splitter1);
  981. this.Controls.Add(this._FrmVodJobAutoHideControl);
  982. this.Controls.Add(this.ultraGroupBox1);
  983. this.Controls.Add(this.ultraExpandableGroupBox1);
  984. this.Controls.Add(this.splitter2);
  985. this.Controls.Add(this.windowDockingArea1);
  986. this.Controls.Add(this._FrmVodJobUnpinnedTabAreaTop);
  987. this.Controls.Add(this._FrmVodJobUnpinnedTabAreaBottom);
  988. this.Controls.Add(this._FrmVodJobUnpinnedTabAreaLeft);
  989. this.Controls.Add(this._FrmVodJobUnpinnedTabAreaRight);
  990. this.Name = "FrmQueryBCcmJob";
  991. this.Text = "板坯连铸历史作业";
  992. this.Load += new System.EventHandler(this.FrmVodJob_Load);
  993. this.panel1.ResumeLayout(false);
  994. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  995. this.ultraGroupBox2.ResumeLayout(false);
  996. this.panel6.ResumeLayout(false);
  997. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  998. this.panel5.ResumeLayout(false);
  999. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1000. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1001. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1002. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1003. ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
  1004. this._FrmVodJobAutoHideControl.ResumeLayout(false);
  1005. this.dockableWindow1.ResumeLayout(false);
  1006. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1007. this.ultraGroupBox1.ResumeLayout(false);
  1008. this.panel2.ResumeLayout(false);
  1009. this.panel4.ResumeLayout(false);
  1010. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid6)).EndInit();
  1011. this.panel3.ResumeLayout(false);
  1012. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
  1013. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1014. this.ResumeLayout(false);
  1015. }
  1016. #endregion
  1017. #endregion
  1018. #region " Init "
  1019. private void FrmVodJob_Load(object sender, System.EventArgs e)
  1020. {
  1021. //初始化顶端所用链表
  1022. initArrayList();
  1023. //创建Grid所用表
  1024. createTable();
  1025. dataBind();
  1026. }
  1027. //初始化顶端所用链表函数
  1028. private void initArrayList()
  1029. {
  1030. RealValueInfo realValueInfo;
  1031. cryMateriaArray=new System.Collections.ArrayList();
  1032. realValueInfo=new RealValueInfo();
  1033. realValueInfo.CraftID="CrastallorName";
  1034. cryMateriaArray.Add(realValueInfo);
  1035. realValueInfo=new RealValueInfo();
  1036. realValueInfo.CraftID="CrastallorWeight";
  1037. cryMateriaArray.Add(realValueInfo);
  1038. realValueInfo=new RealValueInfo();
  1039. realValueInfo.CraftID="MidPotName";
  1040. cryMateriaArray.Add(realValueInfo);
  1041. realValueInfo=new RealValueInfo();
  1042. realValueInfo.CraftID="MidPotWeight";
  1043. cryMateriaArray.Add(realValueInfo);
  1044. }
  1045. //创建Grid所用表函数
  1046. private void createTable()
  1047. {
  1048. //化学成分对应表
  1049. elementTable = new DataTable("elementTable");
  1050. DataColumn myDataColumn=new DataColumn();
  1051. myDataColumn.DataType=System.Type.GetType("System.String");
  1052. myDataColumn.ColumnName="成分名";
  1053. elementTable.Columns.Add(myDataColumn);
  1054. myDataColumn=new DataColumn();
  1055. myDataColumn.DataType=System.Type.GetType("System.String");
  1056. myDataColumn.ColumnName="标准指标";
  1057. elementTable.Columns.Add(myDataColumn);
  1058. myDataColumn=new DataColumn();
  1059. myDataColumn.DataType=System.Type.GetType("System.String");
  1060. myDataColumn.ColumnName="内控指标";
  1061. elementTable.Columns.Add(myDataColumn);
  1062. myDataColumn=new DataColumn();
  1063. myDataColumn.DataType=System.Type.GetType("System.String");
  1064. myDataColumn.ColumnName="转炉终点值";
  1065. elementTable.Columns.Add(myDataColumn);
  1066. myDataColumn=new DataColumn();
  1067. myDataColumn.DataType=System.Type.GetType("System.String");
  1068. myDataColumn.ColumnName="吹氩站氩后";
  1069. elementTable.Columns.Add(myDataColumn);
  1070. myDataColumn=new DataColumn();
  1071. myDataColumn.DataType=System.Type.GetType("System.String");
  1072. myDataColumn.ColumnName="精练站氩后";
  1073. elementTable.Columns.Add(myDataColumn);
  1074. myDataColumn=new DataColumn();
  1075. myDataColumn.DataType=System.Type.GetType("System.String");
  1076. myDataColumn.ColumnName="成品样";
  1077. elementTable.Columns.Add(myDataColumn);
  1078. myDataColumn=new DataColumn();
  1079. myDataColumn.DataType=System.Type.GetType("System.String");
  1080. myDataColumn.ColumnName="目标值";
  1081. elementTable.Columns.Add(myDataColumn);
  1082. try
  1083. {
  1084. string err = "";
  1085. string strWhere = "order by ID";
  1086. object obj = RemotingHelp.ExecuteMethod("JobOraDal", "Core.Xglg0.JobOraDal", "Core.Xglg0.JobOraDal.CraftInfoElement", "SelectToDataSet", new object[] {strWhere}, out err);
  1087. if(obj != null)
  1088. {
  1089. DataSet dset = (DataSet)obj;
  1090. for(int i=0; i<dset.Tables[0].Rows.Count; i++)
  1091. {
  1092. elementTable.Rows.Add(new object[] {dset.Tables[0].Rows[i]["NAME"].ToString(), "", "", "", "", "", "", ""});
  1093. }
  1094. }
  1095. }
  1096. catch(Exception ex)
  1097. {
  1098. throw(new Exception(ex.Message));
  1099. }
  1100. //温度对应表
  1101. temperatureTable=new DataTable("temperatureTable");
  1102. myDataColumn=new DataColumn();
  1103. myDataColumn.DataType=System.Type.GetType("System.String");
  1104. myDataColumn.ColumnName="项目名";
  1105. temperatureTable.Columns.Add(myDataColumn);
  1106. myDataColumn=new DataColumn();
  1107. myDataColumn.DataType=System.Type.GetType("System.String");
  1108. myDataColumn.ColumnName="设定范围";
  1109. temperatureTable.Columns.Add(myDataColumn);
  1110. myDataColumn=new DataColumn();
  1111. myDataColumn.DataType=System.Type.GetType("System.String");
  1112. myDataColumn.ColumnName="实际值";
  1113. temperatureTable.Columns.Add(myDataColumn);
  1114. //采样对应表
  1115. samplingTable=new DataTable("samplingTable");
  1116. myDataColumn=new DataColumn();
  1117. myDataColumn.DataType=System.Type.GetType("System.String");
  1118. myDataColumn.ColumnName="序号";
  1119. samplingTable.Columns.Add(myDataColumn);
  1120. myDataColumn=new DataColumn();
  1121. myDataColumn.DataType=System.Type.GetType("System.String");
  1122. myDataColumn.ColumnName="结晶器水压力";
  1123. samplingTable.Columns.Add(myDataColumn);
  1124. myDataColumn=new DataColumn();
  1125. myDataColumn.DataType=System.Type.GetType("System.String");
  1126. myDataColumn.ColumnName="二冷水压力";
  1127. samplingTable.Columns.Add(myDataColumn);
  1128. myDataColumn=new DataColumn();
  1129. myDataColumn.DataType=System.Type.GetType("System.String");
  1130. myDataColumn.ColumnName="大包温度";
  1131. samplingTable.Columns.Add(myDataColumn);
  1132. myDataColumn=new DataColumn();
  1133. myDataColumn.DataType=System.Type.GetType("System.String");
  1134. myDataColumn.ColumnName="采样时间";
  1135. samplingTable.Columns.Add(myDataColumn);
  1136. }
  1137. //表格绑定
  1138. private void dataBind()
  1139. {
  1140. try
  1141. {
  1142. this.ultraGrid6.DataSource=elementTable;
  1143. this.ultraGrid5.DataSource=temperatureTable;
  1144. this.ultraGrid1.DataSource=samplingTable;
  1145. }
  1146. catch(Exception ex)
  1147. {
  1148. throw(ex);
  1149. }
  1150. }
  1151. #endregion
  1152. #region 刷新顶端数据函数
  1153. private delegate void SetDataHandle(ArrayList arylst);
  1154. private void freshTitleData(string heatProcessNumb)
  1155. {
  1156. try
  1157. {
  1158. string err = "";
  1159. string strCcm = "CCM0"+ccmNumb.ToString();
  1160. Object obj = this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "getTitleArrayList", new object[] {strCcm,heatProcessNumb}, out err);
  1161. if(obj != null)
  1162. {
  1163. ArrayList titleArrayList=(ArrayList)obj;
  1164. if(!this.ucCcmMakingBill1.InvokeRequired)
  1165. {
  1166. //this.ucCcmMakingBill1.SetData(titleArrayList);
  1167. }
  1168. else
  1169. {
  1170. //this.ucCcmMakingBill1.BeginInvoke(new SetDataHandle(this.ucCcmMakingBill1.SetData), new object[] {titleArrayList});
  1171. }
  1172. if(!this.ucCcmMiddlepot1.InvokeRequired)
  1173. {
  1174. //this.ucCcmMiddlepot1.SetData(titleArrayList);
  1175. }
  1176. else
  1177. {
  1178. //this.ucCcmMiddlepot1.BeginInvoke(new SetDataHandle(this.ucCcmMiddlepot1.SetData), new object[] {titleArrayList});
  1179. }
  1180. if(!this.ucCcmTime1.InvokeRequired)
  1181. {
  1182. //this.ucCcmTime1.SetData(titleArrayList);
  1183. }
  1184. else
  1185. {
  1186. //this.ucCcmTime1.BeginInvoke(new SetDataHandle(this.ucCcmTime1.SetData), new object[] {titleArrayList});
  1187. }
  1188. if(!this.ucQueryCcmWeight1.InvokeRequired)
  1189. {
  1190. this.ucQueryCcmWeight1.SetData(titleArrayList);
  1191. }
  1192. else
  1193. {
  1194. this.ucQueryCcmWeight1.BeginInvoke(new SetDataHandle(this.ucQueryCcmWeight1.SetData), new object[] {titleArrayList});
  1195. }
  1196. }
  1197. }
  1198. catch(Exception ex)
  1199. {
  1200. Console.WriteLine(ex.Message);
  1201. }
  1202. }
  1203. #endregion
  1204. #region 刷新Grid数据函数
  1205. //Grid行处理
  1206. private void ResetTableRows(ref DataTable ATable, int newRowsCount)
  1207. {
  1208. int arows = Math.Abs(ATable.Rows.Count - newRowsCount);
  1209. string [] sTmp = new string[ATable.Columns.Count];
  1210. if(ATable.Rows.Count < newRowsCount)
  1211. {
  1212. for(int i=0; i<arows; i++)
  1213. ATable.Rows.Add(sTmp);
  1214. }
  1215. else
  1216. {
  1217. for(int i=0; i<arows; i++)
  1218. ATable.Rows[i].Delete();
  1219. }
  1220. }
  1221. private void freshGridData(string heatProcessNumb)
  1222. {
  1223. try
  1224. {
  1225. string err = "";
  1226. string strCcm = "CCM0"+ccmNumb.ToString();
  1227. object obj;
  1228. if(heatProcessNumb != string.Empty)
  1229. {
  1230. obj=this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "getStandardElementsArrayList", new object[] {heatProcessNumb}, out err);
  1231. if(obj != null)
  1232. {
  1233. CraftParamSimplifyInfo craftParamInfo;
  1234. Hashtable ahash = (Hashtable)obj;
  1235. ArrayList aryStandard = (ArrayList)ahash[0];
  1236. for(int i=0; i<aryStandard.Count; i++)
  1237. {
  1238. craftParamInfo = (CraftParamSimplifyInfo)aryStandard[i];
  1239. for(int j=0; j<elementTable.Rows.Count; j++)
  1240. {
  1241. if(elementTable.Rows[j]["成分名"].ToString() == craftParamInfo.standardInfo.CraftName)
  1242. {
  1243. elementTable.Rows[j]["标准指标"] = craftParamInfo.standardInfo.CraftRange;
  1244. break;
  1245. }
  1246. }
  1247. }//国标
  1248. ArrayList aryInternal = (ArrayList)ahash[1];
  1249. for(int i=0; i<aryInternal.Count; i++)
  1250. {
  1251. craftParamInfo = (CraftParamSimplifyInfo)aryInternal[i];
  1252. for(int j=0; j<elementTable.Rows.Count; j++)
  1253. {
  1254. if(elementTable.Rows[j]["成分名"].ToString() == craftParamInfo.standardInfo.CraftName)
  1255. {
  1256. elementTable.Rows[j]["内控指标"] = craftParamInfo.standardInfo.CraftRange;
  1257. break;
  1258. }
  1259. }
  1260. }//内控
  1261. ArrayList aryTarget = (ArrayList)ahash[3];
  1262. for(int i=0; i<aryTarget.Count; i++)
  1263. {
  1264. craftParamInfo = (CraftParamSimplifyInfo)aryTarget[i];
  1265. for(int j=0; j<elementTable.Rows.Count; j++)
  1266. {
  1267. if(elementTable.Rows[j]["成分名"].ToString() == craftParamInfo.standardInfo.CraftName)
  1268. {
  1269. elementTable.Rows[j]["目标值"] = craftParamInfo.standardInfo.CraftRange;
  1270. break;
  1271. }
  1272. }
  1273. }
  1274. }//目标值
  1275. obj = this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "GetCasSecondElementArray", new object[] {heatProcessNumb,"CP"}, out err);
  1276. if(obj != null)
  1277. {
  1278. CraftParamSimplifyInfo craftParamInfo;
  1279. ArrayList aryCasAftAr = (ArrayList)obj;
  1280. for(int i=0; i<aryCasAftAr.Count; i++)
  1281. {
  1282. craftParamInfo = (CraftParamSimplifyInfo)aryCasAftAr[i];
  1283. for(int j=0; j<elementTable.Rows.Count; j++)
  1284. {
  1285. if(elementTable.Rows[j]["成分名"].ToString() == craftParamInfo.standardInfo.CraftName)
  1286. {
  1287. elementTable.Rows[j]["吹氩站氩后"] = craftParamInfo.realValueInfo.strRealValue;
  1288. break;
  1289. }
  1290. }
  1291. }
  1292. }// CAS氩后
  1293. obj = this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "GetLfsSecondElementArray", new object[] {heatProcessNumb,"CP"}, out err);
  1294. if(obj != null)
  1295. {
  1296. CraftParamSimplifyInfo craftParamInfo;
  1297. ArrayList aryCasAftAr = (ArrayList)obj;
  1298. for(int i=0; i<aryCasAftAr.Count; i++)
  1299. {
  1300. craftParamInfo = (CraftParamSimplifyInfo)aryCasAftAr[i];
  1301. for(int j=0; j<elementTable.Rows.Count; j++)
  1302. {
  1303. if(elementTable.Rows[j]["成分名"].ToString() == craftParamInfo.standardInfo.CraftName)
  1304. {
  1305. elementTable.Rows[j]["精练站氩后"] = craftParamInfo.realValueInfo.strRealValue;
  1306. break;
  1307. }
  1308. }
  1309. }
  1310. } //精练氩后
  1311. obj = this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "GetCcmFirstElementArray", new object[] {heatProcessNumb,"CP"}, out err);
  1312. if(obj != null)
  1313. {
  1314. CraftParamSimplifyInfo craftParamInfo;
  1315. ArrayList aryCasAftAr = (ArrayList)obj;
  1316. for(int i=0; i<aryCasAftAr.Count; i++)
  1317. {
  1318. craftParamInfo = (CraftParamSimplifyInfo)aryCasAftAr[i];
  1319. for(int j=0; j<elementTable.Rows.Count; j++)
  1320. {
  1321. if(elementTable.Rows[j]["成分名"].ToString() == craftParamInfo.standardInfo.CraftName)
  1322. {
  1323. elementTable.Rows[j]["成品样"] = craftParamInfo.realValueInfo.strRealValue;
  1324. break;
  1325. }
  1326. }
  1327. }
  1328. }// 成品样
  1329. this.ultraGrid6.DataSource=elementTable;
  1330. obj = this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "getTemperatureArrayList", new object[] {strCcm,heatProcessNumb}, out err);
  1331. if(obj != null)
  1332. {
  1333. CraftParamSimplifyInfo craftParamInfo;
  1334. ArrayList aryTemperature = (ArrayList)obj;
  1335. ResetTableRows(ref temperatureTable, aryTemperature.Count);
  1336. for(int i=0; i<aryTemperature.Count; i++)
  1337. {
  1338. craftParamInfo = (CraftParamSimplifyInfo)aryTemperature[i];
  1339. temperatureTable.Rows[i]["项目名"] = craftParamInfo.standardInfo.ParamName;
  1340. temperatureTable.Rows[i]["设定范围"] = craftParamInfo.standardInfo.CraftRange;
  1341. temperatureTable.Rows[i]["实际值"] = craftParamInfo.realValueInfo.strRealValue;
  1342. }
  1343. }//温度
  1344. this.ultraGrid5.DataSource=temperatureTable;
  1345. obj = this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "getMaterialArrayList", new object[] {strCcm,heatProcessNumb}, out err);
  1346. if(obj != null)
  1347. {
  1348. CraftParamSimplifyInfo craftParamInfo;
  1349. ArrayList aryMaterial = (ArrayList)obj;
  1350. for(int i=0; i<aryMaterial.Count; i++)
  1351. {
  1352. craftParamInfo = (CraftParamSimplifyInfo)aryMaterial[i];
  1353. if(craftParamInfo.standardInfo.CraftType=="08")
  1354. {
  1355. ((RealValueInfo)cryMateriaArray[0]).strRealValue=craftParamInfo.standardInfo.ParamName;
  1356. ((RealValueInfo)cryMateriaArray[1]).strRealValue=craftParamInfo.realValueInfo.strRealValue;
  1357. }
  1358. if(craftParamInfo.standardInfo.CraftType=="09")
  1359. {
  1360. ((RealValueInfo)cryMateriaArray[2]).strRealValue=craftParamInfo.standardInfo.ParamName;
  1361. ((RealValueInfo)cryMateriaArray[3]).strRealValue=craftParamInfo.realValueInfo.strRealValue;
  1362. }
  1363. }
  1364. if(!this.ucQueryCcmWeight1.InvokeRequired)
  1365. {
  1366. this.ucQueryCcmWeight1.SetData(cryMateriaArray);
  1367. }
  1368. else
  1369. {
  1370. this.ucQueryCcmWeight1.SetData(cryMateriaArray);
  1371. this.ucQueryCcmWeight1.BeginInvoke(new SetDataHandle(this.ucQueryCcmWeight1.SetData), new object[] {cryMateriaArray});
  1372. }
  1373. }//物料
  1374. obj = this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "readSampling", new object[] {"CCMB",heatProcessNumb}, out err);
  1375. if(obj != null)
  1376. {
  1377. DataTable dt;
  1378. DataSet ds=(DataSet)obj;
  1379. if(ds.Tables.Count>0)
  1380. {
  1381. dt=ds.Tables[0];
  1382. ResetTableRows(ref samplingTable,dt.Rows.Count);
  1383. for(int i=0;i<dt.Rows.Count;i++)
  1384. {
  1385. samplingTable.Rows[i]["序号"]=i+1;
  1386. samplingTable.Rows[i]["结晶器水压力"]=dt.Rows[i][1].ToString();
  1387. samplingTable.Rows[i]["二冷水压力"]=dt.Rows[i][2].ToString();
  1388. samplingTable.Rows[i]["大包温度"]=dt.Rows[i][4].ToString();
  1389. samplingTable.Rows[i]["采样时间"]=dt.Rows[i][5].ToString();
  1390. }
  1391. }
  1392. this.ultraGrid1.DataSource=samplingTable;
  1393. }
  1394. }
  1395. }
  1396. catch(Exception ex)
  1397. {
  1398. Console.WriteLine(ex.Message);
  1399. }
  1400. }
  1401. //获取熔炼号函数
  1402. private string getSmeltingID(string heatProcessNumb)
  1403. {
  1404. heatProcessNumb=heatProcessNumb.Trim();
  1405. string subStr=heatProcessNumb.Substring(heatProcessNumb.Length-8);
  1406. return subStr;
  1407. }
  1408. //行选择
  1409. private void ultraGrid2_AfterRowActivate(object sender, System.EventArgs e)
  1410. {
  1411. UltraGridRow gridRow=this.ultraGrid2.ActiveRow;
  1412. string heatProcNo="";
  1413. if(gridRow!=null)
  1414. {
  1415. heatProcNo=gridRow.Cells[1].Value.ToString();
  1416. if(heatProcNo.Length>=12)
  1417. {
  1418. freshTitleData(heatProcNo);//刷新顶端数据
  1419. freshGridData(heatProcNo);
  1420. }
  1421. }
  1422. }
  1423. #endregion
  1424. #region 事件
  1425. //查询时间选择
  1426. private void dateTimePicker2_CloseUp(object sender, System.EventArgs e)
  1427. {
  1428. DateTime startTime=this.dateTimePicker1.Value;
  1429. DateTime endTime=this.dateTimePicker2.Value;
  1430. int valide=DateTime.Compare(startTime,endTime);
  1431. if(valide>=0)
  1432. {
  1433. MessageBox.Show("时间选择错误!","提示");
  1434. return ;
  1435. }
  1436. string err = "";
  1437. string strCcm = "CCM0";
  1438. Object obj=null ;
  1439. if(this.RemotingHelp!=null)
  1440. {
  1441. obj = this.RemotingHelp.ExecuteMethod("HistrCraft", "Core.Xglg0.HistrCraft", "Core.Xglg0.HistrCraft.ReadDataClass", "readPlanExec", new object[] {startTime,endTime,strCcm}, out err);
  1442. }
  1443. if(obj!=null)
  1444. {
  1445. this.ultraGrid2.DataSource=(DataSet)obj;
  1446. ultraGrid2.DisplayLayout.Bands[0].Columns[1].Hidden=true;
  1447. }
  1448. }
  1449. #endregion
  1450. #region 成员变量
  1451. //对应表
  1452. DataTable elementTable,temperatureTable,samplingTable;
  1453. //连铸机号
  1454. int ccmNumb=1;
  1455. //顶端数据所用链表
  1456. System.Collections.ArrayList cryMateriaArray;
  1457. #endregion
  1458. }
  1459. }