FrmQueryFCcmJob.cs 68 KB

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