FrmSizingRollProcessManeger.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897
  1. namespace Core.StlMes.Client.Tr.Tools
  2. {
  3. partial class FrmSizingRollProcessManeger
  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. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("FitingTable", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackNo");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackStatus");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackStandard");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CenterSize");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column10");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column11");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column12");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column13");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
  42. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ProcessTable", -1);
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackNo");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackStatus");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackStandard");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("2BStandard", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("2BActual");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tester");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column10");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column11");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column12");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column13");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnlineTime");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2");
  70. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  81. this.panel1 = new System.Windows.Forms.Panel();
  82. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  83. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  84. this.dataSet2 = new System.Data.DataSet();
  85. this.dataTable2 = new System.Data.DataTable();
  86. this.dataColumn26 = new System.Data.DataColumn();
  87. this.dataColumn27 = new System.Data.DataColumn();
  88. this.dataColumn31 = new System.Data.DataColumn();
  89. this.dataColumn38 = new System.Data.DataColumn();
  90. this.dataColumn49 = new System.Data.DataColumn();
  91. this.dataColumn50 = new System.Data.DataColumn();
  92. this.dataColumn51 = new System.Data.DataColumn();
  93. this.dataColumn52 = new System.Data.DataColumn();
  94. this.dataColumn53 = new System.Data.DataColumn();
  95. this.dataColumn54 = new System.Data.DataColumn();
  96. this.dataColumn55 = new System.Data.DataColumn();
  97. this.dataColumn61 = new System.Data.DataColumn();
  98. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  99. this.dataSet1 = new System.Data.DataSet();
  100. this.dataTable1 = new System.Data.DataTable();
  101. this.dataColumn1 = new System.Data.DataColumn();
  102. this.dataColumn2 = new System.Data.DataColumn();
  103. this.dataColumn6 = new System.Data.DataColumn();
  104. this.dataColumn10 = new System.Data.DataColumn();
  105. this.dataColumn11 = new System.Data.DataColumn();
  106. this.dataColumn13 = new System.Data.DataColumn();
  107. this.dataColumn14 = new System.Data.DataColumn();
  108. this.dataColumn56 = new System.Data.DataColumn();
  109. this.dataColumn57 = new System.Data.DataColumn();
  110. this.dataColumn58 = new System.Data.DataColumn();
  111. this.dataColumn59 = new System.Data.DataColumn();
  112. this.dataColumn60 = new System.Data.DataColumn();
  113. this.dataColumn62 = new System.Data.DataColumn();
  114. this.dataColumn3 = new System.Data.DataColumn();
  115. this.dataColumn15 = new System.Data.DataColumn();
  116. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  117. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  118. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  119. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  120. this.ultraComboEditor4 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  121. this.ultraComboEditor5 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  122. this.ultraComboEditor6 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  123. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  124. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  125. this.ultraComboEditor9 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  126. this.ultraComboEditor8 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  127. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  128. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  129. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  130. this.panel2 = new System.Windows.Forms.Panel();
  131. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  132. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  133. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  134. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  135. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  136. this.ultraComboEditor7 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  137. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  138. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  139. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  140. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  141. this.panel1.SuspendLayout();
  142. this.splitContainer1.Panel1.SuspendLayout();
  143. this.splitContainer1.Panel2.SuspendLayout();
  144. this.splitContainer1.SuspendLayout();
  145. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  152. this.ultraExpandableGroupBox1.SuspendLayout();
  153. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor9)).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor8)).BeginInit();
  159. this.panel2.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor7)).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  165. this.SuspendLayout();
  166. //
  167. // panel1
  168. //
  169. this.panel1.Controls.Add(this.splitContainer1);
  170. this.panel1.Controls.Add(this.ultraExpandableGroupBox1);
  171. this.panel1.Controls.Add(this.panel2);
  172. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.panel1.Location = new System.Drawing.Point(0, 0);
  174. this.panel1.Name = "panel1";
  175. this.panel1.Size = new System.Drawing.Size(996, 481);
  176. this.panel1.TabIndex = 0;
  177. //
  178. // splitContainer1
  179. //
  180. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.splitContainer1.Location = new System.Drawing.Point(0, 67);
  182. this.splitContainer1.Name = "splitContainer1";
  183. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  184. //
  185. // splitContainer1.Panel1
  186. //
  187. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  188. //
  189. // splitContainer1.Panel2
  190. //
  191. this.splitContainer1.Panel2.Controls.Add(this.ultraGrid2);
  192. this.splitContainer1.Size = new System.Drawing.Size(996, 301);
  193. this.splitContainer1.SplitterDistance = 141;
  194. this.splitContainer1.TabIndex = 5;
  195. //
  196. // ultraGrid1
  197. //
  198. this.ultraGrid1.DataSource = this.dataSet2;
  199. appearance13.BackColor = System.Drawing.SystemColors.Window;
  200. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  201. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  202. ultraGridColumn1.Header.VisiblePosition = 1;
  203. ultraGridColumn2.Header.VisiblePosition = 2;
  204. ultraGridColumn3.Header.VisiblePosition = 3;
  205. ultraGridColumn4.Header.VisiblePosition = 4;
  206. ultraGridColumn5.Header.VisiblePosition = 5;
  207. ultraGridColumn6.Header.VisiblePosition = 6;
  208. ultraGridColumn7.Header.VisiblePosition = 7;
  209. ultraGridColumn8.Header.VisiblePosition = 8;
  210. ultraGridColumn9.Header.VisiblePosition = 9;
  211. ultraGridColumn10.Header.VisiblePosition = 10;
  212. ultraGridColumn11.Header.VisiblePosition = 11;
  213. ultraGridColumn12.Header.VisiblePosition = 0;
  214. ultraGridBand1.Columns.AddRange(new object[] {
  215. ultraGridColumn1,
  216. ultraGridColumn2,
  217. ultraGridColumn3,
  218. ultraGridColumn4,
  219. ultraGridColumn5,
  220. ultraGridColumn6,
  221. ultraGridColumn7,
  222. ultraGridColumn8,
  223. ultraGridColumn9,
  224. ultraGridColumn10,
  225. ultraGridColumn11,
  226. ultraGridColumn12});
  227. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  228. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  229. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  230. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  231. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  232. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  233. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  234. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  235. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  236. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  237. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  238. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  239. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  240. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  241. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  242. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  243. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  244. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  245. appearance17.BackColor = System.Drawing.SystemColors.Window;
  246. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  247. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  248. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  249. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  250. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  251. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  252. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  253. appearance19.BackColor = System.Drawing.SystemColors.Window;
  254. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  255. appearance20.BorderColor = System.Drawing.Color.Silver;
  256. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  257. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  258. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  259. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  260. appearance21.BackColor = System.Drawing.SystemColors.Control;
  261. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  262. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  263. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  264. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  265. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  266. appearance22.TextHAlignAsString = "Left";
  267. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  268. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  269. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  270. appearance23.BackColor = System.Drawing.SystemColors.Window;
  271. appearance23.BorderColor = System.Drawing.Color.Silver;
  272. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  273. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  274. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  275. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  276. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  277. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  278. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  279. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  281. this.ultraGrid1.Name = "ultraGrid1";
  282. this.ultraGrid1.Size = new System.Drawing.Size(996, 141);
  283. this.ultraGrid1.TabIndex = 6;
  284. this.ultraGrid1.Text = "ultraGrid1";
  285. //
  286. // dataSet2
  287. //
  288. this.dataSet2.DataSetName = "NewDataSet";
  289. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  290. this.dataTable2});
  291. //
  292. // dataTable2
  293. //
  294. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  295. this.dataColumn26,
  296. this.dataColumn27,
  297. this.dataColumn31,
  298. this.dataColumn38,
  299. this.dataColumn49,
  300. this.dataColumn50,
  301. this.dataColumn51,
  302. this.dataColumn52,
  303. this.dataColumn53,
  304. this.dataColumn54,
  305. this.dataColumn55,
  306. this.dataColumn61});
  307. this.dataTable2.TableName = "FitingTable";
  308. //
  309. // dataColumn26
  310. //
  311. this.dataColumn26.Caption = "机架号";
  312. this.dataColumn26.ColumnName = "RackNo";
  313. //
  314. // dataColumn27
  315. //
  316. this.dataColumn27.Caption = "机架状态";
  317. this.dataColumn27.ColumnName = "RackStatus";
  318. //
  319. // dataColumn31
  320. //
  321. this.dataColumn31.Caption = "机架装配规格";
  322. this.dataColumn31.ColumnName = "RackStandard";
  323. //
  324. // dataColumn38
  325. //
  326. this.dataColumn38.Caption = "中心距尺寸";
  327. this.dataColumn38.ColumnName = "CenterSize";
  328. //
  329. // dataColumn49
  330. //
  331. this.dataColumn49.Caption = "轧制总支数";
  332. this.dataColumn49.ColumnName = "RollingNum";
  333. //
  334. // dataColumn50
  335. //
  336. this.dataColumn50.Caption = "上线总时间";
  337. this.dataColumn50.ColumnName = "OnLineTime";
  338. //
  339. // dataColumn51
  340. //
  341. this.dataColumn51.ColumnName = "Remark";
  342. //
  343. // dataColumn52
  344. //
  345. this.dataColumn52.Caption = "班次";
  346. this.dataColumn52.ColumnName = "Column10";
  347. //
  348. // dataColumn53
  349. //
  350. this.dataColumn53.Caption = "班组";
  351. this.dataColumn53.ColumnName = "Column11";
  352. //
  353. // dataColumn54
  354. //
  355. this.dataColumn54.Caption = "操作人";
  356. this.dataColumn54.ColumnName = "Column12";
  357. //
  358. // dataColumn55
  359. //
  360. this.dataColumn55.Caption = "操作日期";
  361. this.dataColumn55.ColumnName = "Column13";
  362. //
  363. // dataColumn61
  364. //
  365. this.dataColumn61.Caption = "选择";
  366. this.dataColumn61.ColumnName = "Check";
  367. this.dataColumn61.DataType = typeof(bool);
  368. //
  369. // ultraGrid2
  370. //
  371. this.ultraGrid2.DataSource = this.dataSet1;
  372. appearance1.BackColor = System.Drawing.SystemColors.Window;
  373. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  374. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  375. ultraGridColumn13.Header.VisiblePosition = 1;
  376. ultraGridColumn14.Header.VisiblePosition = 2;
  377. ultraGridColumn15.Header.VisiblePosition = 3;
  378. ultraGridColumn16.Header.VisiblePosition = 4;
  379. ultraGridColumn17.Header.VisiblePosition = 5;
  380. ultraGridColumn18.Header.VisiblePosition = 7;
  381. ultraGridColumn19.Header.VisiblePosition = 6;
  382. ultraGridColumn20.Header.VisiblePosition = 10;
  383. ultraGridColumn21.Header.VisiblePosition = 11;
  384. ultraGridColumn22.Header.VisiblePosition = 12;
  385. ultraGridColumn23.Header.VisiblePosition = 13;
  386. ultraGridColumn24.Header.VisiblePosition = 14;
  387. ultraGridColumn25.Header.VisiblePosition = 0;
  388. ultraGridColumn26.Header.VisiblePosition = 8;
  389. ultraGridColumn27.Header.VisiblePosition = 9;
  390. ultraGridBand2.Columns.AddRange(new object[] {
  391. ultraGridColumn13,
  392. ultraGridColumn14,
  393. ultraGridColumn15,
  394. ultraGridColumn16,
  395. ultraGridColumn17,
  396. ultraGridColumn18,
  397. ultraGridColumn19,
  398. ultraGridColumn20,
  399. ultraGridColumn21,
  400. ultraGridColumn22,
  401. ultraGridColumn23,
  402. ultraGridColumn24,
  403. ultraGridColumn25,
  404. ultraGridColumn26,
  405. ultraGridColumn27});
  406. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  407. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  408. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  409. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  410. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  411. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  412. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  413. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  414. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  415. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  416. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  417. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  418. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  419. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  420. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  421. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  422. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  423. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  424. appearance5.BackColor = System.Drawing.SystemColors.Window;
  425. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  426. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  427. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  428. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  429. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  430. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  431. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  432. appearance7.BackColor = System.Drawing.SystemColors.Window;
  433. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance7;
  434. appearance8.BorderColor = System.Drawing.Color.Silver;
  435. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  436. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance8;
  437. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  438. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  439. appearance9.BackColor = System.Drawing.SystemColors.Control;
  440. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  441. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  442. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  443. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  444. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  445. appearance10.TextHAlignAsString = "Left";
  446. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance10;
  447. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  448. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  449. appearance11.BackColor = System.Drawing.SystemColors.Window;
  450. appearance11.BorderColor = System.Drawing.Color.Silver;
  451. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance11;
  452. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  453. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  454. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  455. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  456. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  457. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  458. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  459. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  460. this.ultraGrid2.Name = "ultraGrid2";
  461. this.ultraGrid2.Size = new System.Drawing.Size(996, 156);
  462. this.ultraGrid2.TabIndex = 6;
  463. this.ultraGrid2.Text = "ultraGrid2";
  464. //
  465. // dataSet1
  466. //
  467. this.dataSet1.DataSetName = "NewDataSet";
  468. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  469. this.dataTable1});
  470. //
  471. // dataTable1
  472. //
  473. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  474. this.dataColumn1,
  475. this.dataColumn2,
  476. this.dataColumn6,
  477. this.dataColumn10,
  478. this.dataColumn11,
  479. this.dataColumn13,
  480. this.dataColumn14,
  481. this.dataColumn56,
  482. this.dataColumn57,
  483. this.dataColumn58,
  484. this.dataColumn59,
  485. this.dataColumn60,
  486. this.dataColumn62,
  487. this.dataColumn3,
  488. this.dataColumn15});
  489. this.dataTable1.TableName = "ProcessTable";
  490. //
  491. // dataColumn1
  492. //
  493. this.dataColumn1.Caption = "机架号";
  494. this.dataColumn1.ColumnName = "RackNo";
  495. //
  496. // dataColumn2
  497. //
  498. this.dataColumn2.Caption = "机架状态";
  499. this.dataColumn2.ColumnName = "RackStatus";
  500. //
  501. // dataColumn6
  502. //
  503. this.dataColumn6.Caption = "机架装配规格";
  504. this.dataColumn6.ColumnName = "RackStandard";
  505. //
  506. // dataColumn10
  507. //
  508. this.dataColumn10.Caption = "2B值(标准)";
  509. this.dataColumn10.ColumnName = "2BStandard";
  510. //
  511. // dataColumn11
  512. //
  513. this.dataColumn11.Caption = "2B值实际";
  514. this.dataColumn11.ColumnName = "2BActual";
  515. //
  516. // dataColumn13
  517. //
  518. this.dataColumn13.Caption = "轧制支数";
  519. this.dataColumn13.ColumnName = "RollingNum";
  520. //
  521. // dataColumn14
  522. //
  523. this.dataColumn14.Caption = "检验人";
  524. this.dataColumn14.ColumnName = "Tester";
  525. //
  526. // dataColumn56
  527. //
  528. this.dataColumn56.ColumnName = "Remark";
  529. //
  530. // dataColumn57
  531. //
  532. this.dataColumn57.Caption = "班次";
  533. this.dataColumn57.ColumnName = "Column10";
  534. //
  535. // dataColumn58
  536. //
  537. this.dataColumn58.Caption = "班组";
  538. this.dataColumn58.ColumnName = "Column11";
  539. //
  540. // dataColumn59
  541. //
  542. this.dataColumn59.Caption = "操作人";
  543. this.dataColumn59.ColumnName = "Column12";
  544. //
  545. // dataColumn60
  546. //
  547. this.dataColumn60.Caption = "操作日期";
  548. this.dataColumn60.ColumnName = "Column13";
  549. //
  550. // dataColumn62
  551. //
  552. this.dataColumn62.Caption = "选择";
  553. this.dataColumn62.ColumnName = "Check";
  554. this.dataColumn62.DataType = typeof(bool);
  555. //
  556. // dataColumn3
  557. //
  558. this.dataColumn3.Caption = "在线时长";
  559. this.dataColumn3.ColumnName = "OnlineTime";
  560. //
  561. // dataColumn15
  562. //
  563. this.dataColumn15.Caption = "架位号";
  564. this.dataColumn15.ColumnName = "Column2";
  565. //
  566. // ultraExpandableGroupBox1
  567. //
  568. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  569. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  570. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(996, 113);
  571. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 368);
  572. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  573. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(996, 113);
  574. this.ultraExpandableGroupBox1.TabIndex = 4;
  575. this.ultraExpandableGroupBox1.Text = "ultraExpandableGroupBox1";
  576. //
  577. // ultraExpandableGroupBoxPanel1
  578. //
  579. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor1);
  580. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  581. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor2);
  582. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  583. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton2);
  584. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton1);
  585. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor7);
  586. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor4);
  587. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor5);
  588. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
  589. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor6);
  590. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  591. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  592. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor9);
  593. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor8);
  594. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
  595. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  596. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  597. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  598. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  599. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  600. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(990, 91);
  601. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  602. //
  603. // ultraButton2
  604. //
  605. this.ultraButton2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  606. this.ultraButton2.Location = new System.Drawing.Point(847, 22);
  607. this.ultraButton2.Name = "ultraButton2";
  608. this.ultraButton2.Size = new System.Drawing.Size(80, 40);
  609. this.ultraButton2.TabIndex = 16;
  610. this.ultraButton2.Text = "取消";
  611. //
  612. // ultraButton1
  613. //
  614. this.ultraButton1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.ultraButton1.Location = new System.Drawing.Point(745, 22);
  616. this.ultraButton1.Name = "ultraButton1";
  617. this.ultraButton1.Size = new System.Drawing.Size(83, 40);
  618. this.ultraButton1.TabIndex = 16;
  619. this.ultraButton1.Text = "加工";
  620. //
  621. // ultraComboEditor4
  622. //
  623. this.ultraComboEditor4.Location = new System.Drawing.Point(257, 41);
  624. this.ultraComboEditor4.Name = "ultraComboEditor4";
  625. this.ultraComboEditor4.Size = new System.Drawing.Size(101, 21);
  626. this.ultraComboEditor4.TabIndex = 12;
  627. this.ultraComboEditor4.Text = "ultraComboEditor1";
  628. //
  629. // ultraComboEditor5
  630. //
  631. this.ultraComboEditor5.Location = new System.Drawing.Point(599, 8);
  632. this.ultraComboEditor5.Name = "ultraComboEditor5";
  633. this.ultraComboEditor5.Size = new System.Drawing.Size(101, 21);
  634. this.ultraComboEditor5.TabIndex = 15;
  635. this.ultraComboEditor5.Text = "ultraComboEditor1";
  636. //
  637. // ultraComboEditor6
  638. //
  639. this.ultraComboEditor6.Location = new System.Drawing.Point(430, 8);
  640. this.ultraComboEditor6.Name = "ultraComboEditor6";
  641. this.ultraComboEditor6.Size = new System.Drawing.Size(101, 21);
  642. this.ultraComboEditor6.TabIndex = 14;
  643. this.ultraComboEditor6.Text = "ultraComboEditor1";
  644. //
  645. // ultraLabel5
  646. //
  647. this.ultraLabel5.Location = new System.Drawing.Point(171, 44);
  648. this.ultraLabel5.Name = "ultraLabel5";
  649. this.ultraLabel5.Size = new System.Drawing.Size(80, 23);
  650. this.ultraLabel5.TabIndex = 11;
  651. this.ultraLabel5.Text = "2B值(标准)";
  652. //
  653. // ultraLabel6
  654. //
  655. this.ultraLabel6.Location = new System.Drawing.Point(546, 12);
  656. this.ultraLabel6.Name = "ultraLabel6";
  657. this.ultraLabel6.Size = new System.Drawing.Size(67, 23);
  658. this.ultraLabel6.TabIndex = 9;
  659. this.ultraLabel6.Text = "排号";
  660. //
  661. // ultraComboEditor9
  662. //
  663. this.ultraComboEditor9.Location = new System.Drawing.Point(599, 41);
  664. this.ultraComboEditor9.Name = "ultraComboEditor9";
  665. this.ultraComboEditor9.Size = new System.Drawing.Size(101, 21);
  666. this.ultraComboEditor9.TabIndex = 13;
  667. this.ultraComboEditor9.Text = "ultraComboEditor8";
  668. //
  669. // ultraComboEditor8
  670. //
  671. this.ultraComboEditor8.Location = new System.Drawing.Point(257, 8);
  672. this.ultraComboEditor8.Name = "ultraComboEditor8";
  673. this.ultraComboEditor8.Size = new System.Drawing.Size(101, 21);
  674. this.ultraComboEditor8.TabIndex = 13;
  675. this.ultraComboEditor8.Text = "ultraComboEditor8";
  676. //
  677. // ultraLabel13
  678. //
  679. this.ultraLabel13.Location = new System.Drawing.Point(546, 44);
  680. this.ultraLabel13.Name = "ultraLabel13";
  681. this.ultraLabel13.Size = new System.Drawing.Size(67, 23);
  682. this.ultraLabel13.TabIndex = 8;
  683. this.ultraLabel13.Text = "架位号";
  684. //
  685. // ultraLabel7
  686. //
  687. this.ultraLabel7.Location = new System.Drawing.Point(373, 12);
  688. this.ultraLabel7.Name = "ultraLabel7";
  689. this.ultraLabel7.Size = new System.Drawing.Size(67, 23);
  690. this.ultraLabel7.TabIndex = 10;
  691. this.ultraLabel7.Text = "倒角值";
  692. //
  693. // ultraLabel8
  694. //
  695. this.ultraLabel8.Location = new System.Drawing.Point(171, 12);
  696. this.ultraLabel8.Name = "ultraLabel8";
  697. this.ultraLabel8.Size = new System.Drawing.Size(67, 23);
  698. this.ultraLabel8.TabIndex = 8;
  699. this.ultraLabel8.Text = "孔型系列";
  700. //
  701. // panel2
  702. //
  703. this.panel2.Controls.Add(this.ultraComboEditor3);
  704. this.panel2.Controls.Add(this.ultraLabel4);
  705. this.panel2.Controls.Add(this.ultraTextEditor1);
  706. this.panel2.Controls.Add(this.ultraLabel1);
  707. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  708. this.panel2.Location = new System.Drawing.Point(0, 0);
  709. this.panel2.Name = "panel2";
  710. this.panel2.Size = new System.Drawing.Size(996, 67);
  711. this.panel2.TabIndex = 1;
  712. //
  713. // ultraComboEditor3
  714. //
  715. this.ultraComboEditor3.Location = new System.Drawing.Point(245, 22);
  716. this.ultraComboEditor3.Name = "ultraComboEditor3";
  717. this.ultraComboEditor3.Size = new System.Drawing.Size(101, 21);
  718. this.ultraComboEditor3.TabIndex = 7;
  719. this.ultraComboEditor3.Text = "ultraComboEditor1";
  720. //
  721. // ultraLabel4
  722. //
  723. this.ultraLabel4.Location = new System.Drawing.Point(202, 26);
  724. this.ultraLabel4.Name = "ultraLabel4";
  725. this.ultraLabel4.Size = new System.Drawing.Size(67, 23);
  726. this.ultraLabel4.TabIndex = 4;
  727. this.ultraLabel4.Text = "规格";
  728. //
  729. // ultraTextEditor1
  730. //
  731. this.ultraTextEditor1.Location = new System.Drawing.Point(79, 22);
  732. this.ultraTextEditor1.Name = "ultraTextEditor1";
  733. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  734. this.ultraTextEditor1.TabIndex = 6;
  735. this.ultraTextEditor1.Text = "ultraTextEditor1";
  736. //
  737. // ultraLabel1
  738. //
  739. this.ultraLabel1.Location = new System.Drawing.Point(23, 26);
  740. this.ultraLabel1.Name = "ultraLabel1";
  741. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  742. this.ultraLabel1.TabIndex = 5;
  743. this.ultraLabel1.Text = "机架号";
  744. //
  745. // ultraLabel9
  746. //
  747. this.ultraLabel9.Location = new System.Drawing.Point(376, 44);
  748. this.ultraLabel9.Name = "ultraLabel9";
  749. this.ultraLabel9.Size = new System.Drawing.Size(67, 23);
  750. this.ultraLabel9.TabIndex = 11;
  751. this.ultraLabel9.Text = "2B值";
  752. //
  753. // ultraComboEditor7
  754. //
  755. this.ultraComboEditor7.Location = new System.Drawing.Point(430, 41);
  756. this.ultraComboEditor7.Name = "ultraComboEditor7";
  757. this.ultraComboEditor7.Size = new System.Drawing.Size(101, 21);
  758. this.ultraComboEditor7.TabIndex = 12;
  759. this.ultraComboEditor7.Text = "ultraComboEditor1";
  760. //
  761. // ultraTextEditor2
  762. //
  763. this.ultraTextEditor2.Location = new System.Drawing.Point(58, 9);
  764. this.ultraTextEditor2.Name = "ultraTextEditor2";
  765. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  766. this.ultraTextEditor2.TabIndex = 18;
  767. this.ultraTextEditor2.Text = "ultraTextEditor2";
  768. //
  769. // ultraLabel2
  770. //
  771. this.ultraLabel2.Location = new System.Drawing.Point(14, 13);
  772. this.ultraLabel2.Name = "ultraLabel2";
  773. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  774. this.ultraLabel2.TabIndex = 17;
  775. this.ultraLabel2.Text = "机架号";
  776. //
  777. // ultraComboEditor1
  778. //
  779. this.ultraComboEditor1.Location = new System.Drawing.Point(57, 42);
  780. this.ultraComboEditor1.Name = "ultraComboEditor1";
  781. this.ultraComboEditor1.Size = new System.Drawing.Size(101, 21);
  782. this.ultraComboEditor1.TabIndex = 20;
  783. this.ultraComboEditor1.Text = "ultraComboEditor1";
  784. //
  785. // ultraLabel3
  786. //
  787. this.ultraLabel3.Location = new System.Drawing.Point(14, 46);
  788. this.ultraLabel3.Name = "ultraLabel3";
  789. this.ultraLabel3.Size = new System.Drawing.Size(67, 23);
  790. this.ultraLabel3.TabIndex = 19;
  791. this.ultraLabel3.Text = "规格";
  792. //
  793. // FrmSizingRollProcessManeger
  794. //
  795. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  796. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  797. this.ClientSize = new System.Drawing.Size(996, 481);
  798. this.Controls.Add(this.panel1);
  799. this.Name = "FrmSizingRollProcessManeger";
  800. this.Text = "张减径加工管理";
  801. this.panel1.ResumeLayout(false);
  802. this.splitContainer1.Panel1.ResumeLayout(false);
  803. this.splitContainer1.Panel2.ResumeLayout(false);
  804. this.splitContainer1.ResumeLayout(false);
  805. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  806. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  807. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  808. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  809. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  810. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  811. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  812. this.ultraExpandableGroupBox1.ResumeLayout(false);
  813. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  814. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  815. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).EndInit();
  816. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).EndInit();
  817. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).EndInit();
  818. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor9)).EndInit();
  819. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor8)).EndInit();
  820. this.panel2.ResumeLayout(false);
  821. this.panel2.PerformLayout();
  822. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  823. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  824. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor7)).EndInit();
  825. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  826. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  827. this.ResumeLayout(false);
  828. }
  829. #endregion
  830. private System.Windows.Forms.Panel panel1;
  831. private System.Windows.Forms.Panel panel2;
  832. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  833. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  834. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  835. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  836. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  837. private System.Data.DataSet dataSet2;
  838. private System.Data.DataTable dataTable2;
  839. private System.Data.DataColumn dataColumn26;
  840. private System.Data.DataColumn dataColumn27;
  841. private System.Data.DataColumn dataColumn31;
  842. private System.Data.DataColumn dataColumn38;
  843. private System.Data.DataColumn dataColumn49;
  844. private System.Data.DataColumn dataColumn50;
  845. private System.Data.DataColumn dataColumn51;
  846. private System.Data.DataColumn dataColumn52;
  847. private System.Data.DataColumn dataColumn53;
  848. private System.Data.DataColumn dataColumn54;
  849. private System.Data.DataColumn dataColumn55;
  850. private System.Windows.Forms.SplitContainer splitContainer1;
  851. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  852. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  853. private System.Data.DataColumn dataColumn61;
  854. private System.Data.DataSet dataSet1;
  855. private System.Data.DataTable dataTable1;
  856. private System.Data.DataColumn dataColumn1;
  857. private System.Data.DataColumn dataColumn2;
  858. private System.Data.DataColumn dataColumn6;
  859. private System.Data.DataColumn dataColumn10;
  860. private System.Data.DataColumn dataColumn11;
  861. private System.Data.DataColumn dataColumn13;
  862. private System.Data.DataColumn dataColumn14;
  863. private System.Data.DataColumn dataColumn56;
  864. private System.Data.DataColumn dataColumn57;
  865. private System.Data.DataColumn dataColumn58;
  866. private System.Data.DataColumn dataColumn59;
  867. private System.Data.DataColumn dataColumn60;
  868. private System.Data.DataColumn dataColumn62;
  869. private System.Data.DataColumn dataColumn3;
  870. private System.Data.DataColumn dataColumn15;
  871. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  872. private Infragistics.Win.Misc.UltraButton ultraButton2;
  873. private Infragistics.Win.Misc.UltraButton ultraButton1;
  874. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor4;
  875. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor5;
  876. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor6;
  877. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  878. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  879. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor9;
  880. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor8;
  881. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  882. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  883. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  884. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor7;
  885. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  886. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  887. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  888. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  889. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  890. }
  891. }