FrmPipeSawResult.Designer.cs 86 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475
  1. namespace Core.StlMes.Client.ZGMil.Result
  2. {
  3. partial class FrmPipeSawResult
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IS_START");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NODE_STATUS");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOT_NO");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_NO");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_PLAN_ID");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GX_PLAN_NO");
  39. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("tbRollDate", -1);
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOT_NO");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_NO");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCRAP");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCRAP_DBNUM");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCRAP_DB");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROW_NO");
  48. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SAW_NO");
  51. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SAW_NO_N");
  54. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT_HEAD_LENGTH");
  57. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("START_SAW_TIME");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("END_SAW_TIME");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  62. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT_TRAIL_LENGTH");
  64. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_TIME");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_USER");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_SHIFT");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_GROUP");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_LENGTH");
  71. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SEQ");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELBACK");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LAST_ORDER_LENGTH");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT_TYPE");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REAL_ROLL_LENGTH");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHANGE_FLAG");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_NO");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCRAP_REASON");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RowNoChang", 0);
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ChangShift", 1);
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BTNCHANGECOM", 2);
  84. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  90. this.panel1 = new System.Windows.Forms.Panel();
  91. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  92. this.panel2 = new System.Windows.Forms.Panel();
  93. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  94. this.ultraGridPlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
  95. this.dataSet1 = new System.Data.DataSet();
  96. this.dtPlan = new System.Data.DataTable();
  97. this.dataColumn8 = new System.Data.DataColumn();
  98. this.dataColumn18 = new System.Data.DataColumn();
  99. this.dataColumn20 = new System.Data.DataColumn();
  100. this.dataColumn23 = new System.Data.DataColumn();
  101. this.dataColumn24 = new System.Data.DataColumn();
  102. this.dataColumn25 = new System.Data.DataColumn();
  103. this.dataColumn26 = new System.Data.DataColumn();
  104. this.dataColumn10 = new System.Data.DataColumn();
  105. this.dataColumn11 = new System.Data.DataColumn();
  106. this.dtEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  107. this.chkDate = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  108. this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  109. this.label19 = new System.Windows.Forms.Label();
  110. this.label16 = new System.Windows.Forms.Label();
  111. this.panel3 = new System.Windows.Forms.Panel();
  112. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  113. this.chkStatusQuery = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  114. this.chkHeatNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  115. this.chkLotNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  116. this.txtJudgeStoveNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  117. this.txtLOT_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  118. this.label17 = new System.Windows.Forms.Label();
  119. this.label18 = new System.Windows.Forms.Label();
  120. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  121. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  122. this.pipeSawResult1 = new Core.StlMes.Client.ZGMil.ResultConrtrol.PipeSawResult();
  123. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  124. this.ultraGridMatSeq = new Infragistics.Win.UltraWinGrid.UltraGrid();
  125. this.QueueDataSet = new System.Data.DataSet();
  126. this.dtMat = new System.Data.DataTable();
  127. this.RollLotNo = new System.Data.DataColumn();
  128. this.HeatNo = new System.Data.DataColumn();
  129. this.Status = new System.Data.DataColumn();
  130. this.MatNo = new System.Data.DataColumn();
  131. this.StartSizingTime = new System.Data.DataColumn();
  132. this.EndSizingTime = new System.Data.DataColumn();
  133. this.StartSizingTemp = new System.Data.DataColumn();
  134. this.EndSizingTemp = new System.Data.DataColumn();
  135. this.MtubeDiameter = new System.Data.DataColumn();
  136. this.MtubeWallThickness = new System.Data.DataColumn();
  137. this.MtubeLength = new System.Data.DataColumn();
  138. this.StartSawTime = new System.Data.DataColumn();
  139. this.EndSawTime = new System.Data.DataColumn();
  140. this.Remark = new System.Data.DataColumn();
  141. this.ColMode = new System.Data.DataColumn();
  142. this.ColTime = new System.Data.DataColumn();
  143. this.ColUser = new System.Data.DataColumn();
  144. this.ColShift = new System.Data.DataColumn();
  145. this.ColGroup = new System.Data.DataColumn();
  146. this.FixedLength = new System.Data.DataColumn();
  147. this.dataColumn4 = new System.Data.DataColumn();
  148. this.dataColumn5 = new System.Data.DataColumn();
  149. this.dataColumn1 = new System.Data.DataColumn();
  150. this.dataColumn2 = new System.Data.DataColumn();
  151. this.dataColumn3 = new System.Data.DataColumn();
  152. this.dataColumn6 = new System.Data.DataColumn();
  153. this.dataColumn7 = new System.Data.DataColumn();
  154. this.dataColumn9 = new System.Data.DataColumn();
  155. this.rollingCard1 = new Core.StlMes.Client.ZGMil.Result.RollingCard();
  156. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  157. this.rollingInfomation1 = new Core.StlMes.Client.ZGMil.Result.RollingInfomation();
  158. this.colShowShiftGroup1 = new Core.StlMes.Client.ZGMil.ResultConrtrol.colShowShiftGroup();
  159. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  160. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  161. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  162. this.ultraTextEditor9 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  163. this.label12 = new System.Windows.Forms.Label();
  164. this.ultraTextEditor8 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  165. this.label11 = new System.Windows.Forms.Label();
  166. this.ultraTextEditor7 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  167. this.label10 = new System.Windows.Forms.Label();
  168. this.ultraTextEditor6 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  169. this.label9 = new System.Windows.Forms.Label();
  170. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  171. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  172. this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  173. this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  174. this.ultraTabControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  175. this.ultraTabSharedControlsPage3 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  176. this.panel1.SuspendLayout();
  177. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  178. this.splitContainer1.Panel1.SuspendLayout();
  179. this.splitContainer1.Panel2.SuspendLayout();
  180. this.splitContainer1.SuspendLayout();
  181. this.panel2.SuspendLayout();
  182. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  183. this.ultraGroupBox3.SuspendLayout();
  184. ((System.ComponentModel.ISupportInitialize)(this.ultraGridPlan)).BeginInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.dtPlan)).BeginInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).BeginInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.chkDate)).BeginInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
  190. this.panel3.SuspendLayout();
  191. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  192. this.ultraGroupBox1.SuspendLayout();
  193. ((System.ComponentModel.ISupportInitialize)(this.chkStatusQuery)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.chkHeatNo)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.chkLotNo)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.txtJudgeStoveNo)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.txtLOT_NO)).BeginInit();
  198. this.tableLayoutPanel1.SuspendLayout();
  199. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  200. this.splitContainer2.Panel1.SuspendLayout();
  201. this.splitContainer2.Panel2.SuspendLayout();
  202. this.splitContainer2.SuspendLayout();
  203. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  204. this.ultraGroupBox4.SuspendLayout();
  205. ((System.ComponentModel.ISupportInitialize)(this.ultraGridMatSeq)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.QueueDataSet)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.dtMat)).BeginInit();
  208. this.tableLayoutPanel2.SuspendLayout();
  209. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  210. this.ultraExpandableGroupBox1.SuspendLayout();
  211. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  212. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor9)).BeginInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor8)).BeginInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor7)).BeginInit();
  215. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor6)).BeginInit();
  216. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).BeginInit();
  219. this.SuspendLayout();
  220. //
  221. // panel1
  222. //
  223. this.panel1.Controls.Add(this.splitContainer1);
  224. this.panel1.Controls.Add(this.ultraExpandableGroupBox1);
  225. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.panel1.Location = new System.Drawing.Point(0, 0);
  227. this.panel1.Name = "panel1";
  228. this.panel1.Size = new System.Drawing.Size(1157, 600);
  229. this.panel1.TabIndex = 0;
  230. //
  231. // splitContainer1
  232. //
  233. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  235. this.splitContainer1.Name = "splitContainer1";
  236. //
  237. // splitContainer1.Panel1
  238. //
  239. this.splitContainer1.Panel1.Controls.Add(this.panel2);
  240. //
  241. // splitContainer1.Panel2
  242. //
  243. this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
  244. this.splitContainer1.Size = new System.Drawing.Size(1135, 600);
  245. this.splitContainer1.SplitterDistance = 250;
  246. this.splitContainer1.TabIndex = 1;
  247. //
  248. // panel2
  249. //
  250. this.panel2.Controls.Add(this.ultraGroupBox3);
  251. this.panel2.Controls.Add(this.panel3);
  252. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  253. this.panel2.Location = new System.Drawing.Point(0, 0);
  254. this.panel2.Name = "panel2";
  255. this.panel2.Size = new System.Drawing.Size(250, 600);
  256. this.panel2.TabIndex = 7;
  257. //
  258. // ultraGroupBox3
  259. //
  260. this.ultraGroupBox3.Controls.Add(this.ultraGridPlan);
  261. this.ultraGroupBox3.Controls.Add(this.dtEndDate);
  262. this.ultraGroupBox3.Controls.Add(this.chkDate);
  263. this.ultraGroupBox3.Controls.Add(this.dtStartDate);
  264. this.ultraGroupBox3.Controls.Add(this.label19);
  265. this.ultraGroupBox3.Controls.Add(this.label16);
  266. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 124);
  268. this.ultraGroupBox3.Name = "ultraGroupBox3";
  269. this.ultraGroupBox3.Size = new System.Drawing.Size(250, 476);
  270. this.ultraGroupBox3.TabIndex = 3;
  271. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  272. //
  273. // ultraGridPlan
  274. //
  275. this.ultraGridPlan.DataMember = "Table1";
  276. this.ultraGridPlan.DataSource = this.dataSet1;
  277. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  278. ultraGridColumn1.Header.VisiblePosition = 1;
  279. ultraGridColumn1.Hidden = true;
  280. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  281. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  282. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 40);
  283. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  284. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  285. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  286. ultraGridColumn2.Header.VisiblePosition = 2;
  287. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 3;
  288. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  289. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 40);
  290. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  291. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  292. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  293. ultraGridColumn3.Header.VisiblePosition = 3;
  294. ultraGridColumn3.Hidden = true;
  295. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  296. ultraGridColumn4.Header.VisiblePosition = 4;
  297. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 5;
  298. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  299. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  300. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  301. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  302. ultraGridColumn5.Header.VisiblePosition = 0;
  303. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0;
  304. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  305. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 40);
  306. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  307. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  308. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  309. ultraGridColumn6.Header.VisiblePosition = 5;
  310. ultraGridColumn6.Hidden = true;
  311. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
  312. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  313. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  314. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  315. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  316. ultraGridColumn7.Header.VisiblePosition = 6;
  317. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 1;
  318. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  319. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 40);
  320. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  321. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  322. ultraGridColumn8.Header.VisiblePosition = 7;
  323. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 7;
  324. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  325. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  326. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  327. ultraGridColumn9.Header.VisiblePosition = 8;
  328. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 9;
  329. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  330. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  331. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  332. ultraGridBand1.Columns.AddRange(new object[] {
  333. ultraGridColumn1,
  334. ultraGridColumn2,
  335. ultraGridColumn3,
  336. ultraGridColumn4,
  337. ultraGridColumn5,
  338. ultraGridColumn6,
  339. ultraGridColumn7,
  340. ultraGridColumn8,
  341. ultraGridColumn9});
  342. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  343. this.ultraGridPlan.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  344. this.ultraGridPlan.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  345. this.ultraGridPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  346. this.ultraGridPlan.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.ultraGridPlan.Location = new System.Drawing.Point(3, 0);
  348. this.ultraGridPlan.Name = "ultraGridPlan";
  349. this.ultraGridPlan.Size = new System.Drawing.Size(244, 473);
  350. this.ultraGridPlan.TabIndex = 20;
  351. this.ultraGridPlan.AfterRowActivate += new System.EventHandler(this.ultraGridPlan_AfterRowActivate);
  352. this.ultraGridPlan.BeforeRowActivate += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.ultraGridPlan_BeforeRowActivate);
  353. //
  354. // dataSet1
  355. //
  356. this.dataSet1.DataSetName = "NewDataSet";
  357. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  358. this.dtPlan});
  359. //
  360. // dtPlan
  361. //
  362. this.dtPlan.Columns.AddRange(new System.Data.DataColumn[] {
  363. this.dataColumn8,
  364. this.dataColumn18,
  365. this.dataColumn20,
  366. this.dataColumn23,
  367. this.dataColumn24,
  368. this.dataColumn25,
  369. this.dataColumn26,
  370. this.dataColumn10,
  371. this.dataColumn11});
  372. this.dtPlan.TableName = "Table1";
  373. //
  374. // dataColumn8
  375. //
  376. this.dataColumn8.Caption = "炉号";
  377. this.dataColumn8.ColumnName = "JUDGE_STOVE_NO";
  378. //
  379. // dataColumn18
  380. //
  381. this.dataColumn18.Caption = "当前状态";
  382. this.dataColumn18.ColumnName = "IS_START";
  383. //
  384. // dataColumn20
  385. //
  386. this.dataColumn20.Caption = "选择";
  387. this.dataColumn20.ColumnName = "CHK";
  388. this.dataColumn20.DataType = typeof(bool);
  389. //
  390. // dataColumn23
  391. //
  392. this.dataColumn23.Caption = "结炉状态";
  393. this.dataColumn23.ColumnName = "NODE_STATUS";
  394. //
  395. // dataColumn24
  396. //
  397. this.dataColumn24.Caption = "生产批号";
  398. this.dataColumn24.ColumnName = "LOT_NO";
  399. //
  400. // dataColumn25
  401. //
  402. this.dataColumn25.ColumnName = "ID";
  403. //
  404. // dataColumn26
  405. //
  406. this.dataColumn26.Caption = "炉号";
  407. this.dataColumn26.ColumnName = "JUDGE_NO";
  408. //
  409. // dataColumn10
  410. //
  411. this.dataColumn10.Caption = "轧管订单编号";
  412. this.dataColumn10.ColumnName = "PRO_PLAN_ID";
  413. //
  414. // dataColumn11
  415. //
  416. this.dataColumn11.Caption = "工序排产序号";
  417. this.dataColumn11.ColumnName = "GX_PLAN_NO";
  418. //
  419. // dtEndDate
  420. //
  421. this.dtEndDate.Location = new System.Drawing.Point(144, 25);
  422. this.dtEndDate.Name = "dtEndDate";
  423. this.dtEndDate.Size = new System.Drawing.Size(10, 21);
  424. this.dtEndDate.TabIndex = 48;
  425. this.dtEndDate.Visible = false;
  426. //
  427. // chkDate
  428. //
  429. this.chkDate.Location = new System.Drawing.Point(69, -3);
  430. this.chkDate.Name = "chkDate";
  431. this.chkDate.Size = new System.Drawing.Size(10, 20);
  432. this.chkDate.TabIndex = 51;
  433. this.chkDate.Visible = false;
  434. //
  435. // dtStartDate
  436. //
  437. this.dtStartDate.Location = new System.Drawing.Point(144, -4);
  438. this.dtStartDate.Name = "dtStartDate";
  439. this.dtStartDate.Size = new System.Drawing.Size(10, 21);
  440. this.dtStartDate.TabIndex = 47;
  441. this.dtStartDate.Visible = false;
  442. //
  443. // label19
  444. //
  445. this.label19.AutoSize = true;
  446. this.label19.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  447. this.label19.Location = new System.Drawing.Point(88, 1);
  448. this.label19.Name = "label19";
  449. this.label19.Size = new System.Drawing.Size(47, 12);
  450. this.label19.TabIndex = 49;
  451. this.label19.Text = "时间 从";
  452. this.label19.Visible = false;
  453. //
  454. // label16
  455. //
  456. this.label16.AutoSize = true;
  457. this.label16.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  458. this.label16.Location = new System.Drawing.Point(118, 30);
  459. this.label16.Name = "label16";
  460. this.label16.Size = new System.Drawing.Size(17, 12);
  461. this.label16.TabIndex = 49;
  462. this.label16.Text = "到";
  463. this.label16.Visible = false;
  464. //
  465. // panel3
  466. //
  467. this.panel3.Controls.Add(this.ultraGroupBox1);
  468. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  469. this.panel3.Location = new System.Drawing.Point(0, 0);
  470. this.panel3.Name = "panel3";
  471. this.panel3.Size = new System.Drawing.Size(250, 124);
  472. this.panel3.TabIndex = 0;
  473. //
  474. // ultraGroupBox1
  475. //
  476. this.ultraGroupBox1.Controls.Add(this.chkStatusQuery);
  477. this.ultraGroupBox1.Controls.Add(this.chkHeatNo);
  478. this.ultraGroupBox1.Controls.Add(this.chkLotNo);
  479. this.ultraGroupBox1.Controls.Add(this.txtJudgeStoveNo);
  480. this.ultraGroupBox1.Controls.Add(this.txtLOT_NO);
  481. this.ultraGroupBox1.Controls.Add(this.label17);
  482. this.ultraGroupBox1.Controls.Add(this.label18);
  483. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  484. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  485. this.ultraGroupBox1.Name = "ultraGroupBox1";
  486. this.ultraGroupBox1.Size = new System.Drawing.Size(250, 124);
  487. this.ultraGroupBox1.TabIndex = 1;
  488. this.ultraGroupBox1.Text = "查询区";
  489. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  490. //
  491. // chkStatusQuery
  492. //
  493. this.chkStatusQuery.BackColor = System.Drawing.Color.Transparent;
  494. this.chkStatusQuery.BackColorInternal = System.Drawing.Color.Transparent;
  495. this.chkStatusQuery.Location = new System.Drawing.Point(27, 94);
  496. this.chkStatusQuery.Name = "chkStatusQuery";
  497. this.chkStatusQuery.Size = new System.Drawing.Size(193, 20);
  498. this.chkStatusQuery.TabIndex = 52;
  499. this.chkStatusQuery.Text = "查询本工序已结炉实绩";
  500. this.chkStatusQuery.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  501. //
  502. // chkHeatNo
  503. //
  504. this.chkHeatNo.Location = new System.Drawing.Point(27, 64);
  505. this.chkHeatNo.Name = "chkHeatNo";
  506. this.chkHeatNo.Size = new System.Drawing.Size(13, 20);
  507. this.chkHeatNo.TabIndex = 51;
  508. this.chkHeatNo.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  509. //
  510. // chkLotNo
  511. //
  512. this.chkLotNo.Location = new System.Drawing.Point(27, 33);
  513. this.chkLotNo.Name = "chkLotNo";
  514. this.chkLotNo.Size = new System.Drawing.Size(13, 20);
  515. this.chkLotNo.TabIndex = 51;
  516. this.chkLotNo.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  517. //
  518. // txtJudgeStoveNo
  519. //
  520. this.txtJudgeStoveNo.Location = new System.Drawing.Point(100, 64);
  521. this.txtJudgeStoveNo.MaxLength = 100;
  522. this.txtJudgeStoveNo.Name = "txtJudgeStoveNo";
  523. this.txtJudgeStoveNo.Size = new System.Drawing.Size(120, 21);
  524. this.txtJudgeStoveNo.TabIndex = 50;
  525. //
  526. // txtLOT_NO
  527. //
  528. this.txtLOT_NO.Location = new System.Drawing.Point(100, 32);
  529. this.txtLOT_NO.MaxLength = 100;
  530. this.txtLOT_NO.Name = "txtLOT_NO";
  531. this.txtLOT_NO.Size = new System.Drawing.Size(120, 21);
  532. this.txtLOT_NO.TabIndex = 50;
  533. //
  534. // label17
  535. //
  536. this.label17.AutoSize = true;
  537. this.label17.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  538. this.label17.Location = new System.Drawing.Point(47, 68);
  539. this.label17.Name = "label17";
  540. this.label17.Size = new System.Drawing.Size(47, 12);
  541. this.label17.TabIndex = 49;
  542. this.label17.Text = "炉 号";
  543. //
  544. // label18
  545. //
  546. this.label18.AutoSize = true;
  547. this.label18.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  548. this.label18.Location = new System.Drawing.Point(44, 36);
  549. this.label18.Name = "label18";
  550. this.label18.Size = new System.Drawing.Size(53, 12);
  551. this.label18.TabIndex = 49;
  552. this.label18.Text = "生产批号";
  553. //
  554. // tableLayoutPanel1
  555. //
  556. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  557. this.tableLayoutPanel1.ColumnCount = 1;
  558. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  559. this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 0, 2);
  560. this.tableLayoutPanel1.Controls.Add(this.rollingCard1, 0, 1);
  561. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
  562. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  563. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  564. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  565. this.tableLayoutPanel1.RowCount = 3;
  566. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 155F));
  567. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 160F));
  568. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  569. this.tableLayoutPanel1.Size = new System.Drawing.Size(881, 600);
  570. this.tableLayoutPanel1.TabIndex = 0;
  571. //
  572. // splitContainer2
  573. //
  574. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  575. this.splitContainer2.ForeColor = System.Drawing.Color.Transparent;
  576. this.splitContainer2.Location = new System.Drawing.Point(3, 318);
  577. this.splitContainer2.Name = "splitContainer2";
  578. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  579. //
  580. // splitContainer2.Panel1
  581. //
  582. this.splitContainer2.Panel1.Controls.Add(this.pipeSawResult1);
  583. //
  584. // splitContainer2.Panel2
  585. //
  586. this.splitContainer2.Panel2.BackColor = System.Drawing.Color.Transparent;
  587. this.splitContainer2.Panel2.Controls.Add(this.ultraGroupBox4);
  588. this.splitContainer2.Panel2.ForeColor = System.Drawing.Color.Transparent;
  589. this.splitContainer2.Size = new System.Drawing.Size(875, 279);
  590. this.splitContainer2.SplitterDistance = 84;
  591. this.splitContainer2.TabIndex = 10;
  592. //
  593. // pipeSawResult1
  594. //
  595. this.pipeSawResult1.BackColor = System.Drawing.Color.Transparent;
  596. this.pipeSawResult1.Dock = System.Windows.Forms.DockStyle.Fill;
  597. this.pipeSawResult1.IsCellSelect = false;
  598. this.pipeSawResult1.Location = new System.Drawing.Point(0, 0);
  599. this.pipeSawResult1.Margin = new System.Windows.Forms.Padding(4);
  600. this.pipeSawResult1.Name = "pipeSawResult1";
  601. this.pipeSawResult1.Size = new System.Drawing.Size(875, 84);
  602. this.pipeSawResult1.TabIndex = 0;
  603. //
  604. // ultraGroupBox4
  605. //
  606. this.ultraGroupBox4.Controls.Add(this.ultraGridMatSeq);
  607. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  608. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 0);
  609. this.ultraGroupBox4.Name = "ultraGroupBox4";
  610. this.ultraGroupBox4.Size = new System.Drawing.Size(875, 191);
  611. this.ultraGroupBox4.TabIndex = 9;
  612. this.ultraGroupBox4.Text = "管号队列";
  613. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  614. //
  615. // ultraGridMatSeq
  616. //
  617. this.ultraGridMatSeq.DataMember = "tbRollDate";
  618. this.ultraGridMatSeq.DataSource = this.QueueDataSet;
  619. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  620. ultraGridColumn10.Header.VisiblePosition = 0;
  621. ultraGridColumn10.Hidden = true;
  622. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
  623. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  624. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
  625. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  626. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  627. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  628. ultraGridColumn11.Header.VisiblePosition = 1;
  629. ultraGridColumn11.Hidden = true;
  630. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
  631. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  632. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0);
  633. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  634. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  635. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  636. ultraGridColumn12.Header.VisiblePosition = 2;
  637. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
  638. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  639. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
  640. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  641. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  642. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  643. ultraGridColumn13.Header.VisiblePosition = 3;
  644. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 52;
  645. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  646. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
  647. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  648. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  649. ultraGridColumn14.Header.VisiblePosition = 4;
  650. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 10;
  651. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  652. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  653. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  654. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  655. ultraGridColumn14.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  656. ultraGridColumn15.Header.VisiblePosition = 5;
  657. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
  658. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  659. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
  660. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  661. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  662. ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  663. ultraGridColumn16.Header.VisiblePosition = 6;
  664. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 18;
  665. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  666. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
  667. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  668. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  669. ultraGridColumn16.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  670. appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  671. appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  672. ultraGridColumn17.CellAppearance = appearance7;
  673. appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  674. ultraGridColumn17.CellButtonAppearance = appearance8;
  675. ultraGridColumn17.Header.VisiblePosition = 7;
  676. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 26;
  677. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  678. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  679. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  680. appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  681. appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  682. ultraGridColumn18.CellAppearance = appearance9;
  683. appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  684. ultraGridColumn18.CellButtonAppearance = appearance10;
  685. ultraGridColumn18.Header.VisiblePosition = 8;
  686. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 28;
  687. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  688. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
  689. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  690. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  691. appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  692. appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  693. ultraGridColumn19.CellAppearance = appearance11;
  694. appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  695. ultraGridColumn19.CellButtonAppearance = appearance12;
  696. ultraGridColumn19.Header.VisiblePosition = 9;
  697. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 30;
  698. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  699. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  700. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  701. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  702. appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  703. appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  704. ultraGridColumn20.CellAppearance = appearance13;
  705. appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  706. ultraGridColumn20.CellButtonAppearance = appearance14;
  707. ultraGridColumn20.Header.VisiblePosition = 10;
  708. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 32;
  709. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  710. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
  711. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  712. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  713. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  714. ultraGridColumn21.Header.VisiblePosition = 11;
  715. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 44;
  716. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  717. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  718. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  719. ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  720. ultraGridColumn22.Header.VisiblePosition = 12;
  721. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 46;
  722. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  723. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  724. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  725. appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  726. ultraGridColumn23.CellButtonAppearance = appearance15;
  727. ultraGridColumn23.Header.VisiblePosition = 13;
  728. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 48;
  729. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  730. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  731. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  732. appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  733. appearance16.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  734. ultraGridColumn24.CellAppearance = appearance16;
  735. appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  736. ultraGridColumn24.CellButtonAppearance = appearance17;
  737. ultraGridColumn24.Header.VisiblePosition = 14;
  738. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 34;
  739. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  740. ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
  741. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  742. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  743. ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  744. ultraGridColumn25.Header.VisiblePosition = 15;
  745. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 50;
  746. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  747. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  748. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  749. ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  750. ultraGridColumn26.Header.VisiblePosition = 16;
  751. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 56;
  752. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  753. ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(96, 0);
  754. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  755. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  756. ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  757. ultraGridColumn27.Header.VisiblePosition = 17;
  758. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 2;
  759. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  760. ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  761. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  762. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
  763. ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  764. ultraGridColumn28.Header.VisiblePosition = 18;
  765. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 4;
  766. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  767. ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  768. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  769. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  770. appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  771. appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  772. ultraGridColumn29.CellAppearance = appearance18;
  773. appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  774. ultraGridColumn29.CellButtonAppearance = appearance19;
  775. ultraGridColumn29.Header.VisiblePosition = 19;
  776. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 36;
  777. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  778. ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
  779. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  780. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  781. ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  782. ultraGridColumn30.Header.VisiblePosition = 20;
  783. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 0;
  784. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  785. ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  786. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  787. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  788. ultraGridColumn31.Header.VisiblePosition = 21;
  789. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 12;
  790. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  791. ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  792. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  793. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
  794. ultraGridColumn31.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  795. ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  796. ultraGridColumn32.Header.VisiblePosition = 22;
  797. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 42;
  798. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  799. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
  800. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
  801. ultraGridColumn33.Header.VisiblePosition = 23;
  802. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 38;
  803. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  804. ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
  805. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
  806. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
  807. ultraGridColumn33.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  808. ultraGridColumn34.Header.VisiblePosition = 24;
  809. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 40;
  810. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  811. ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  812. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
  813. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
  814. ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  815. ultraGridColumn35.Header.VisiblePosition = 25;
  816. ultraGridColumn35.RowLayoutColumnInfo.OriginX = 20;
  817. ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
  818. ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  819. ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
  820. ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
  821. ultraGridColumn36.Header.VisiblePosition = 26;
  822. ultraGridColumn36.RowLayoutColumnInfo.OriginX = 54;
  823. ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
  824. ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  825. ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
  826. ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
  827. ultraGridColumn37.Header.VisiblePosition = 27;
  828. ultraGridColumn37.RowLayoutColumnInfo.OriginX = 16;
  829. ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
  830. ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
  831. ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
  832. ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
  833. ultraGridColumn38.Header.Caption = "排号修改";
  834. ultraGridColumn38.Header.VisiblePosition = 28;
  835. ultraGridColumn38.Hidden = true;
  836. ultraGridColumn38.RowLayoutColumnInfo.OriginX = 22;
  837. ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
  838. ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
  839. ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
  840. ultraGridColumn38.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  841. ultraGridColumn39.Header.Caption = "交班操作";
  842. ultraGridColumn39.Header.VisiblePosition = 29;
  843. ultraGridColumn39.RowLayoutColumnInfo.OriginX = 22;
  844. ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
  845. ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
  846. ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
  847. ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
  848. ultraGridColumn39.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  849. ultraGridColumn40.Header.Caption = "接班操作";
  850. ultraGridColumn40.Header.VisiblePosition = 30;
  851. ultraGridColumn40.RowLayoutColumnInfo.OriginX = 24;
  852. ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
  853. ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  854. ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
  855. ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
  856. ultraGridColumn40.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  857. ultraGridBand2.Columns.AddRange(new object[] {
  858. ultraGridColumn10,
  859. ultraGridColumn11,
  860. ultraGridColumn12,
  861. ultraGridColumn13,
  862. ultraGridColumn14,
  863. ultraGridColumn15,
  864. ultraGridColumn16,
  865. ultraGridColumn17,
  866. ultraGridColumn18,
  867. ultraGridColumn19,
  868. ultraGridColumn20,
  869. ultraGridColumn21,
  870. ultraGridColumn22,
  871. ultraGridColumn23,
  872. ultraGridColumn24,
  873. ultraGridColumn25,
  874. ultraGridColumn26,
  875. ultraGridColumn27,
  876. ultraGridColumn28,
  877. ultraGridColumn29,
  878. ultraGridColumn30,
  879. ultraGridColumn31,
  880. ultraGridColumn32,
  881. ultraGridColumn33,
  882. ultraGridColumn34,
  883. ultraGridColumn35,
  884. ultraGridColumn36,
  885. ultraGridColumn37,
  886. ultraGridColumn38,
  887. ultraGridColumn39,
  888. ultraGridColumn40});
  889. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  890. this.ultraGridMatSeq.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  891. this.ultraGridMatSeq.DisplayLayout.InterBandSpacing = 8;
  892. appearance1.FontData.BoldAsString = "True";
  893. this.ultraGridMatSeq.DisplayLayout.Override.ActiveRowAppearance = appearance1;
  894. this.ultraGridMatSeq.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  895. this.ultraGridMatSeq.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  896. appearance2.BackColor = System.Drawing.Color.Transparent;
  897. this.ultraGridMatSeq.DisplayLayout.Override.CardAreaAppearance = appearance2;
  898. appearance3.TextVAlignAsString = "Middle";
  899. this.ultraGridMatSeq.DisplayLayout.Override.CellAppearance = appearance3;
  900. this.ultraGridMatSeq.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  901. this.ultraGridMatSeq.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  902. appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
  903. appearance4.TextHAlignAsString = "Center";
  904. appearance4.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  905. this.ultraGridMatSeq.DisplayLayout.Override.HeaderAppearance = appearance4;
  906. this.ultraGridMatSeq.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  907. this.ultraGridMatSeq.DisplayLayout.Override.MaxSelectedRows = 1;
  908. this.ultraGridMatSeq.DisplayLayout.Override.MinRowHeight = 21;
  909. appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
  910. this.ultraGridMatSeq.DisplayLayout.Override.RowSelectorAppearance = appearance5;
  911. this.ultraGridMatSeq.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  912. this.ultraGridMatSeq.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  913. this.ultraGridMatSeq.DisplayLayout.Override.RowSelectorWidth = 26;
  914. this.ultraGridMatSeq.DisplayLayout.Override.RowSpacingBefore = 0;
  915. appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  916. appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  917. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  918. appearance6.ForeColor = System.Drawing.Color.Black;
  919. this.ultraGridMatSeq.DisplayLayout.Override.SelectedRowAppearance = appearance6;
  920. this.ultraGridMatSeq.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  921. this.ultraGridMatSeq.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  922. this.ultraGridMatSeq.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  923. this.ultraGridMatSeq.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  924. this.ultraGridMatSeq.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  925. this.ultraGridMatSeq.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  926. this.ultraGridMatSeq.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  927. this.ultraGridMatSeq.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  928. this.ultraGridMatSeq.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  929. this.ultraGridMatSeq.Dock = System.Windows.Forms.DockStyle.Fill;
  930. this.ultraGridMatSeq.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  931. this.ultraGridMatSeq.Location = new System.Drawing.Point(3, 18);
  932. this.ultraGridMatSeq.Name = "ultraGridMatSeq";
  933. this.ultraGridMatSeq.Size = new System.Drawing.Size(869, 170);
  934. this.ultraGridMatSeq.TabIndex = 9;
  935. this.ultraGridMatSeq.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridMatSeq_AfterCellUpdate);
  936. this.ultraGridMatSeq.BeforeRowActivate += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.ultraGridPlan_BeforeRowActivate);
  937. this.ultraGridMatSeq.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridMatSeq_ClickCellButton);
  938. //
  939. // QueueDataSet
  940. //
  941. this.QueueDataSet.DataSetName = "NewDataSet";
  942. this.QueueDataSet.Tables.AddRange(new System.Data.DataTable[] {
  943. this.dtMat});
  944. //
  945. // dtMat
  946. //
  947. this.dtMat.Columns.AddRange(new System.Data.DataColumn[] {
  948. this.RollLotNo,
  949. this.HeatNo,
  950. this.Status,
  951. this.MatNo,
  952. this.StartSizingTime,
  953. this.EndSizingTime,
  954. this.StartSizingTemp,
  955. this.EndSizingTemp,
  956. this.MtubeDiameter,
  957. this.MtubeWallThickness,
  958. this.MtubeLength,
  959. this.StartSawTime,
  960. this.EndSawTime,
  961. this.Remark,
  962. this.ColMode,
  963. this.ColTime,
  964. this.ColUser,
  965. this.ColShift,
  966. this.ColGroup,
  967. this.FixedLength,
  968. this.dataColumn4,
  969. this.dataColumn5,
  970. this.dataColumn1,
  971. this.dataColumn2,
  972. this.dataColumn3,
  973. this.dataColumn6,
  974. this.dataColumn7,
  975. this.dataColumn9});
  976. this.dtMat.TableName = "tbRollDate";
  977. //
  978. // RollLotNo
  979. //
  980. this.RollLotNo.Caption = "生产批号";
  981. this.RollLotNo.ColumnName = "LOT_NO";
  982. //
  983. // HeatNo
  984. //
  985. this.HeatNo.Caption = "炉号";
  986. this.HeatNo.ColumnName = "JUDGE_STOVE_NO";
  987. //
  988. // Status
  989. //
  990. this.Status.Caption = "状态";
  991. this.Status.ColumnName = "STATUS";
  992. //
  993. // MatNo
  994. //
  995. this.MatNo.Caption = "材料号";
  996. this.MatNo.ColumnName = "MAT_NO";
  997. //
  998. // StartSizingTime
  999. //
  1000. this.StartSizingTime.Caption = "切前剔除";
  1001. this.StartSizingTime.ColumnName = "SCRAP";
  1002. //
  1003. // EndSizingTime
  1004. //
  1005. this.EndSizingTime.Caption = "切后剔除支数";
  1006. this.EndSizingTime.ColumnName = "SCRAP_DBNUM";
  1007. //
  1008. // StartSizingTemp
  1009. //
  1010. this.StartSizingTemp.Caption = "切后剔除";
  1011. this.StartSizingTemp.ColumnName = "SCRAP_DB";
  1012. //
  1013. // EndSizingTemp
  1014. //
  1015. this.EndSizingTemp.Caption = "排号";
  1016. this.EndSizingTemp.ColumnName = "ROW_NO";
  1017. this.EndSizingTemp.DataType = typeof(short);
  1018. //
  1019. // MtubeDiameter
  1020. //
  1021. this.MtubeDiameter.Caption = "锯号1";
  1022. this.MtubeDiameter.ColumnName = "SAW_NO";
  1023. //
  1024. // MtubeWallThickness
  1025. //
  1026. this.MtubeWallThickness.Caption = "锯号2";
  1027. this.MtubeWallThickness.ColumnName = "SAW_NO_N";
  1028. //
  1029. // MtubeLength
  1030. //
  1031. this.MtubeLength.Caption = "切头长度";
  1032. this.MtubeLength.ColumnName = "CUT_HEAD_LENGTH";
  1033. //
  1034. // StartSawTime
  1035. //
  1036. this.StartSawTime.Caption = "管排锯开始时间";
  1037. this.StartSawTime.ColumnName = "START_SAW_TIME";
  1038. //
  1039. // EndSawTime
  1040. //
  1041. this.EndSawTime.Caption = "管排锯结束时间";
  1042. this.EndSawTime.ColumnName = "END_SAW_TIME";
  1043. //
  1044. // Remark
  1045. //
  1046. this.Remark.Caption = "备注";
  1047. this.Remark.ColumnName = "REMARK";
  1048. //
  1049. // ColMode
  1050. //
  1051. this.ColMode.Caption = "切尾长度";
  1052. this.ColMode.ColumnName = "CUT_TRAIL_LENGTH";
  1053. //
  1054. // ColTime
  1055. //
  1056. this.ColTime.Caption = "采集/录入时间";
  1057. this.ColTime.ColumnName = "COL_TIME";
  1058. //
  1059. // ColUser
  1060. //
  1061. this.ColUser.Caption = "操作人";
  1062. this.ColUser.ColumnName = "COL_USER";
  1063. //
  1064. // ColShift
  1065. //
  1066. this.ColShift.Caption = "操作班次";
  1067. this.ColShift.ColumnName = "COL_SHIFT";
  1068. //
  1069. // ColGroup
  1070. //
  1071. this.ColGroup.Caption = "操作班组";
  1072. this.ColGroup.ColumnName = "COL_GROUP";
  1073. //
  1074. // FixedLength
  1075. //
  1076. this.FixedLength.Caption = "定尺长度";
  1077. this.FixedLength.ColumnName = "ORDER_LENGTH";
  1078. //
  1079. // dataColumn4
  1080. //
  1081. this.dataColumn4.Caption = "序号";
  1082. this.dataColumn4.ColumnName = "SEQ";
  1083. this.dataColumn4.DataType = typeof(short);
  1084. //
  1085. // dataColumn5
  1086. //
  1087. this.dataColumn5.Caption = "剔料回退";
  1088. this.dataColumn5.ColumnName = "DELBACK";
  1089. //
  1090. // dataColumn1
  1091. //
  1092. this.dataColumn1.Caption = "最后一刀定尺长";
  1093. this.dataColumn1.ColumnName = "LAST_ORDER_LENGTH";
  1094. //
  1095. // dataColumn2
  1096. //
  1097. this.dataColumn2.Caption = "切尾类型";
  1098. this.dataColumn2.ColumnName = "CUT_TYPE";
  1099. //
  1100. // dataColumn3
  1101. //
  1102. this.dataColumn3.Caption = "实际轧制长度";
  1103. this.dataColumn3.ColumnName = "REAL_ROLL_LENGTH";
  1104. //
  1105. // dataColumn6
  1106. //
  1107. this.dataColumn6.Caption = "交班标识";
  1108. this.dataColumn6.ColumnName = "CHANGE_FLAG";
  1109. //
  1110. // dataColumn7
  1111. //
  1112. this.dataColumn7.Caption = "操作台号";
  1113. this.dataColumn7.ColumnName = "COL_NO";
  1114. //
  1115. // dataColumn9
  1116. //
  1117. this.dataColumn9.Caption = "剔除原因";
  1118. this.dataColumn9.ColumnName = "SCRAP_REASON";
  1119. //
  1120. // rollingCard1
  1121. //
  1122. this.rollingCard1.BackColor = System.Drawing.Color.Transparent;
  1123. this.rollingCard1.Dock = System.Windows.Forms.DockStyle.Fill;
  1124. this.rollingCard1.Location = new System.Drawing.Point(4, 159);
  1125. this.rollingCard1.Margin = new System.Windows.Forms.Padding(4);
  1126. this.rollingCard1.Name = "rollingCard1";
  1127. this.rollingCard1.Size = new System.Drawing.Size(873, 152);
  1128. this.rollingCard1.TabIndex = 9;
  1129. //
  1130. // tableLayoutPanel2
  1131. //
  1132. this.tableLayoutPanel2.ColumnCount = 2;
  1133. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 990F));
  1134. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1135. this.tableLayoutPanel2.Controls.Add(this.rollingInfomation1, 0, 0);
  1136. this.tableLayoutPanel2.Controls.Add(this.colShowShiftGroup1, 1, 0);
  1137. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  1138. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  1139. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
  1140. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  1141. this.tableLayoutPanel2.RowCount = 1;
  1142. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  1143. this.tableLayoutPanel2.Size = new System.Drawing.Size(881, 155);
  1144. this.tableLayoutPanel2.TabIndex = 11;
  1145. //
  1146. // rollingInfomation1
  1147. //
  1148. this.rollingInfomation1.BackColor = System.Drawing.Color.Transparent;
  1149. this.rollingInfomation1.Dock = System.Windows.Forms.DockStyle.Fill;
  1150. this.rollingInfomation1.Location = new System.Drawing.Point(3, 3);
  1151. this.rollingInfomation1.Name = "rollingInfomation1";
  1152. this.rollingInfomation1.Size = new System.Drawing.Size(984, 149);
  1153. this.rollingInfomation1.TabIndex = 0;
  1154. //
  1155. // colShowShiftGroup1
  1156. //
  1157. this.colShowShiftGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
  1158. this.colShowShiftGroup1.Group = null;
  1159. this.colShowShiftGroup1.Location = new System.Drawing.Point(992, 2);
  1160. this.colShowShiftGroup1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  1161. this.colShowShiftGroup1.Name = "colShowShiftGroup1";
  1162. this.colShowShiftGroup1.Ob = null;
  1163. this.colShowShiftGroup1.Shift = null;
  1164. this.colShowShiftGroup1.Size = new System.Drawing.Size(295, 151);
  1165. this.colShowShiftGroup1.TabIndex = 1;
  1166. //
  1167. // ultraExpandableGroupBox1
  1168. //
  1169. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  1170. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Right;
  1171. this.ultraExpandableGroupBox1.Expanded = false;
  1172. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(178, 600);
  1173. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightOnBorder;
  1174. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(1135, 0);
  1175. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  1176. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(22, 600);
  1177. this.ultraExpandableGroupBox1.TabIndex = 0;
  1178. this.ultraExpandableGroupBox1.Text = "工艺参数";
  1179. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1180. this.ultraExpandableGroupBox1.Visible = false;
  1181. //
  1182. // ultraExpandableGroupBoxPanel1
  1183. //
  1184. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.linkLabel1);
  1185. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor9);
  1186. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label12);
  1187. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor8);
  1188. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label11);
  1189. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor7);
  1190. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label10);
  1191. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor6);
  1192. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label9);
  1193. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(-10000, -10000);
  1194. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  1195. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(200, 100);
  1196. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  1197. this.ultraExpandableGroupBoxPanel1.Visible = false;
  1198. //
  1199. // linkLabel1
  1200. //
  1201. this.linkLabel1.AutoSize = true;
  1202. this.linkLabel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1203. this.linkLabel1.Location = new System.Drawing.Point(27, 136);
  1204. this.linkLabel1.Name = "linkLabel1";
  1205. this.linkLabel1.Size = new System.Drawing.Size(101, 12);
  1206. this.linkLabel1.TabIndex = 53;
  1207. this.linkLabel1.TabStop = true;
  1208. this.linkLabel1.Text = "加热炉工艺参数表";
  1209. //
  1210. // ultraTextEditor9
  1211. //
  1212. this.ultraTextEditor9.Location = new System.Drawing.Point(61, 104);
  1213. this.ultraTextEditor9.MaxLength = 100;
  1214. this.ultraTextEditor9.Name = "ultraTextEditor9";
  1215. this.ultraTextEditor9.Size = new System.Drawing.Size(87, 21);
  1216. this.ultraTextEditor9.TabIndex = 52;
  1217. //
  1218. // label12
  1219. //
  1220. this.label12.AutoSize = true;
  1221. this.label12.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1222. this.label12.Location = new System.Drawing.Point(8, 109);
  1223. this.label12.Name = "label12";
  1224. this.label12.Size = new System.Drawing.Size(41, 12);
  1225. this.label12.TabIndex = 51;
  1226. this.label12.Text = "残氧量";
  1227. //
  1228. // ultraTextEditor8
  1229. //
  1230. this.ultraTextEditor8.Location = new System.Drawing.Point(61, 77);
  1231. this.ultraTextEditor8.MaxLength = 100;
  1232. this.ultraTextEditor8.Name = "ultraTextEditor8";
  1233. this.ultraTextEditor8.Size = new System.Drawing.Size(87, 21);
  1234. this.ultraTextEditor8.TabIndex = 52;
  1235. //
  1236. // label11
  1237. //
  1238. this.label11.AutoSize = true;
  1239. this.label11.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1240. this.label11.Location = new System.Drawing.Point(8, 82);
  1241. this.label11.Name = "label11";
  1242. this.label11.Size = new System.Drawing.Size(53, 12);
  1243. this.label11.TabIndex = 51;
  1244. this.label11.Text = "天然气压";
  1245. //
  1246. // ultraTextEditor7
  1247. //
  1248. this.ultraTextEditor7.Location = new System.Drawing.Point(61, 50);
  1249. this.ultraTextEditor7.MaxLength = 100;
  1250. this.ultraTextEditor7.Name = "ultraTextEditor7";
  1251. this.ultraTextEditor7.Size = new System.Drawing.Size(87, 21);
  1252. this.ultraTextEditor7.TabIndex = 52;
  1253. //
  1254. // label10
  1255. //
  1256. this.label10.AutoSize = true;
  1257. this.label10.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1258. this.label10.Location = new System.Drawing.Point(8, 55);
  1259. this.label10.Name = "label10";
  1260. this.label10.Size = new System.Drawing.Size(29, 12);
  1261. this.label10.TabIndex = 51;
  1262. this.label10.Text = "风压";
  1263. //
  1264. // ultraTextEditor6
  1265. //
  1266. this.ultraTextEditor6.Location = new System.Drawing.Point(61, 23);
  1267. this.ultraTextEditor6.MaxLength = 100;
  1268. this.ultraTextEditor6.Name = "ultraTextEditor6";
  1269. this.ultraTextEditor6.Size = new System.Drawing.Size(87, 21);
  1270. this.ultraTextEditor6.TabIndex = 52;
  1271. //
  1272. // label9
  1273. //
  1274. this.label9.AutoSize = true;
  1275. this.label9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1276. this.label9.Location = new System.Drawing.Point(8, 28);
  1277. this.label9.Name = "label9";
  1278. this.label9.Size = new System.Drawing.Size(29, 12);
  1279. this.label9.TabIndex = 51;
  1280. this.label9.Text = "炉温";
  1281. //
  1282. // ultraTabControl1
  1283. //
  1284. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  1285. this.ultraTabControl1.Name = "ultraTabControl1";
  1286. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1287. this.ultraTabControl1.Size = new System.Drawing.Size(200, 100);
  1288. this.ultraTabControl1.TabIndex = 0;
  1289. //
  1290. // ultraTabSharedControlsPage1
  1291. //
  1292. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 20);
  1293. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1294. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(196, 77);
  1295. //
  1296. // ultraTabControl2
  1297. //
  1298. this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
  1299. this.ultraTabControl2.Name = "ultraTabControl2";
  1300. this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
  1301. this.ultraTabControl2.Size = new System.Drawing.Size(200, 100);
  1302. this.ultraTabControl2.TabIndex = 0;
  1303. //
  1304. // ultraTabSharedControlsPage2
  1305. //
  1306. this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(1, 20);
  1307. this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
  1308. this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(196, 77);
  1309. //
  1310. // ultraTabControl3
  1311. //
  1312. this.ultraTabControl3.Location = new System.Drawing.Point(0, 0);
  1313. this.ultraTabControl3.Name = "ultraTabControl3";
  1314. this.ultraTabControl3.SharedControlsPage = this.ultraTabSharedControlsPage3;
  1315. this.ultraTabControl3.Size = new System.Drawing.Size(200, 100);
  1316. this.ultraTabControl3.TabIndex = 0;
  1317. //
  1318. // ultraTabSharedControlsPage3
  1319. //
  1320. this.ultraTabSharedControlsPage3.Location = new System.Drawing.Point(1, 20);
  1321. this.ultraTabSharedControlsPage3.Name = "ultraTabSharedControlsPage3";
  1322. this.ultraTabSharedControlsPage3.Size = new System.Drawing.Size(196, 77);
  1323. //
  1324. // FrmPipeSawResult
  1325. //
  1326. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1327. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1328. this.ClientSize = new System.Drawing.Size(1157, 600);
  1329. this.Controls.Add(this.panel1);
  1330. this.Margin = new System.Windows.Forms.Padding(4);
  1331. this.Name = "FrmPipeSawResult";
  1332. this.Text = "管排锯实绩";
  1333. this.panel1.ResumeLayout(false);
  1334. this.splitContainer1.Panel1.ResumeLayout(false);
  1335. this.splitContainer1.Panel2.ResumeLayout(false);
  1336. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1337. this.splitContainer1.ResumeLayout(false);
  1338. this.panel2.ResumeLayout(false);
  1339. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1340. this.ultraGroupBox3.ResumeLayout(false);
  1341. this.ultraGroupBox3.PerformLayout();
  1342. ((System.ComponentModel.ISupportInitialize)(this.ultraGridPlan)).EndInit();
  1343. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1344. ((System.ComponentModel.ISupportInitialize)(this.dtPlan)).EndInit();
  1345. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
  1346. ((System.ComponentModel.ISupportInitialize)(this.chkDate)).EndInit();
  1347. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
  1348. this.panel3.ResumeLayout(false);
  1349. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1350. this.ultraGroupBox1.ResumeLayout(false);
  1351. this.ultraGroupBox1.PerformLayout();
  1352. ((System.ComponentModel.ISupportInitialize)(this.chkStatusQuery)).EndInit();
  1353. ((System.ComponentModel.ISupportInitialize)(this.chkHeatNo)).EndInit();
  1354. ((System.ComponentModel.ISupportInitialize)(this.chkLotNo)).EndInit();
  1355. ((System.ComponentModel.ISupportInitialize)(this.txtJudgeStoveNo)).EndInit();
  1356. ((System.ComponentModel.ISupportInitialize)(this.txtLOT_NO)).EndInit();
  1357. this.tableLayoutPanel1.ResumeLayout(false);
  1358. this.splitContainer2.Panel1.ResumeLayout(false);
  1359. this.splitContainer2.Panel2.ResumeLayout(false);
  1360. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1361. this.splitContainer2.ResumeLayout(false);
  1362. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1363. this.ultraGroupBox4.ResumeLayout(false);
  1364. ((System.ComponentModel.ISupportInitialize)(this.ultraGridMatSeq)).EndInit();
  1365. ((System.ComponentModel.ISupportInitialize)(this.QueueDataSet)).EndInit();
  1366. ((System.ComponentModel.ISupportInitialize)(this.dtMat)).EndInit();
  1367. this.tableLayoutPanel2.ResumeLayout(false);
  1368. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1369. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1370. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1371. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  1372. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor9)).EndInit();
  1373. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor8)).EndInit();
  1374. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor7)).EndInit();
  1375. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor6)).EndInit();
  1376. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1377. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
  1378. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).EndInit();
  1379. this.ResumeLayout(false);
  1380. }
  1381. #endregion
  1382. private System.Windows.Forms.Panel panel1;
  1383. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1384. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1385. public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor9;
  1386. private System.Windows.Forms.Label label12;
  1387. public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor8;
  1388. private System.Windows.Forms.Label label11;
  1389. public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor7;
  1390. private System.Windows.Forms.Label label10;
  1391. public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor6;
  1392. private System.Windows.Forms.Label label9;
  1393. private System.Windows.Forms.LinkLabel linkLabel1;
  1394. private System.Windows.Forms.SplitContainer splitContainer1;
  1395. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1396. private System.Data.DataSet QueueDataSet;
  1397. public System.Data.DataTable dtMat;
  1398. private System.Data.DataColumn RollLotNo;
  1399. private System.Data.DataColumn HeatNo;
  1400. private System.Data.DataColumn Status;
  1401. private System.Data.DataColumn MatNo;
  1402. private System.Data.DataColumn StartSizingTime;
  1403. private System.Data.DataColumn EndSizingTime;
  1404. private System.Data.DataColumn StartSizingTemp;
  1405. private System.Data.DataColumn EndSizingTemp;
  1406. private System.Data.DataColumn MtubeDiameter;
  1407. private System.Data.DataColumn MtubeWallThickness;
  1408. private System.Data.DataColumn MtubeLength;
  1409. private System.Data.DataColumn StartSawTime;
  1410. private System.Data.DataColumn EndSawTime;
  1411. private System.Data.DataColumn Remark;
  1412. private System.Data.DataColumn ColMode;
  1413. private System.Data.DataColumn ColTime;
  1414. private System.Data.DataColumn ColUser;
  1415. private System.Data.DataColumn ColShift;
  1416. private System.Data.DataColumn ColGroup;
  1417. private System.Data.DataColumn FixedLength;
  1418. private RollingCard rollingCard1;
  1419. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1420. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1421. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl2;
  1422. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage2;
  1423. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl3;
  1424. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage3;
  1425. private System.Windows.Forms.Panel panel2;
  1426. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1427. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridPlan;
  1428. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
  1429. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDate;
  1430. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
  1431. private System.Windows.Forms.Label label19;
  1432. private System.Windows.Forms.Label label16;
  1433. private System.Windows.Forms.Panel panel3;
  1434. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1435. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkHeatNo;
  1436. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkLotNo;
  1437. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtJudgeStoveNo;
  1438. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtLOT_NO;
  1439. private System.Windows.Forms.Label label17;
  1440. private System.Windows.Forms.Label label18;
  1441. private System.Data.DataColumn dataColumn4;
  1442. private Core.StlMes.Client.ZGMil.ResultConrtrol.PipeSawResult pipeSawResult1;
  1443. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1444. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridMatSeq;
  1445. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkStatusQuery;
  1446. private System.Data.DataColumn dataColumn5;
  1447. private System.Data.DataSet dataSet1;
  1448. private System.Data.DataTable dtPlan;
  1449. private System.Data.DataColumn dataColumn8;
  1450. private System.Data.DataColumn dataColumn18;
  1451. private System.Data.DataColumn dataColumn20;
  1452. private System.Data.DataColumn dataColumn23;
  1453. private System.Data.DataColumn dataColumn24;
  1454. private System.Data.DataColumn dataColumn25;
  1455. private System.Data.DataColumn dataColumn26;
  1456. private System.Windows.Forms.SplitContainer splitContainer2;
  1457. private System.Data.DataColumn dataColumn1;
  1458. private System.Data.DataColumn dataColumn2;
  1459. private System.Data.DataColumn dataColumn3;
  1460. private System.Data.DataColumn dataColumn6;
  1461. private System.Data.DataColumn dataColumn7;
  1462. private System.Data.DataColumn dataColumn9;
  1463. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1464. private RollingInfomation rollingInfomation1;
  1465. private ResultConrtrol.colShowShiftGroup colShowShiftGroup1;
  1466. private System.Data.DataColumn dataColumn10;
  1467. private System.Data.DataColumn dataColumn11;
  1468. }
  1469. }