FrmRollingRoller.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. namespace Core.StlMes.Client.Tr.Tools
  2. {
  3. partial class FrmRollingRoller
  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 appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RollerTable", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Vender");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InStorageDate");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrapDate");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  38. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  49. this.panel1 = new System.Windows.Forms.Panel();
  50. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  51. this.dataSet1 = new System.Data.DataSet();
  52. this.RollerTable = new System.Data.DataTable();
  53. this.Check = new System.Data.DataColumn();
  54. this.RollerNo = new System.Data.DataColumn();
  55. this.Vender = new System.Data.DataColumn();
  56. this.Status = new System.Data.DataColumn();
  57. this.InStorageDate = new System.Data.DataColumn();
  58. this.ScrapDate = new System.Data.DataColumn();
  59. this.RollingNum = new System.Data.DataColumn();
  60. this.OnLineTime = new System.Data.DataColumn();
  61. this.FitingTable = new System.Data.DataTable();
  62. this.RackNo = new System.Data.DataColumn();
  63. this.RackStatus = new System.Data.DataColumn();
  64. this.RollerNo1 = new System.Data.DataColumn();
  65. this.RollerNo2 = new System.Data.DataColumn();
  66. this.RollerNo3 = new System.Data.DataColumn();
  67. this.RackStandard = new System.Data.DataColumn();
  68. this.Space1 = new System.Data.DataColumn();
  69. this.Space2 = new System.Data.DataColumn();
  70. this.Space3 = new System.Data.DataColumn();
  71. this.AxialSize1 = new System.Data.DataColumn();
  72. this.AxialSize2 = new System.Data.DataColumn();
  73. this.AxialSize3 = new System.Data.DataColumn();
  74. this.CenterSize = new System.Data.DataColumn();
  75. this.dataColumn1 = new System.Data.DataColumn();
  76. this.dataColumn2 = new System.Data.DataColumn();
  77. this.dataColumn3 = new System.Data.DataColumn();
  78. this.dataColumn4 = new System.Data.DataColumn();
  79. this.dataColumn5 = new System.Data.DataColumn();
  80. this.dataColumn6 = new System.Data.DataColumn();
  81. this.dataColumn7 = new System.Data.DataColumn();
  82. this.dataColumn8 = new System.Data.DataColumn();
  83. this.dataColumn9 = new System.Data.DataColumn();
  84. this.dataColumn10 = new System.Data.DataColumn();
  85. this.dataColumn11 = new System.Data.DataColumn();
  86. this.dataColumn12 = new System.Data.DataColumn();
  87. this.dataColumn13 = new System.Data.DataColumn();
  88. this.dataColumn14 = new System.Data.DataColumn();
  89. this.dataColumn15 = new System.Data.DataColumn();
  90. this.dataColumn16 = new System.Data.DataColumn();
  91. this.dataColumn17 = new System.Data.DataColumn();
  92. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  93. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  94. this.ultraComboEditor4 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  95. this.ultraComboEditor5 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  96. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  97. this.ultraComboEditor6 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  98. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  99. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  100. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  101. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  102. this.panel2 = new System.Windows.Forms.Panel();
  103. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  104. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  105. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  106. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  107. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  108. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  109. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  110. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  111. this.panel1.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.RollerTable)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.FitingTable)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  117. this.ultraExpandableGroupBox1.SuspendLayout();
  118. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  123. this.panel2.SuspendLayout();
  124. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  128. this.SuspendLayout();
  129. //
  130. // panel1
  131. //
  132. this.panel1.Controls.Add(this.ultraGrid1);
  133. this.panel1.Controls.Add(this.ultraExpandableGroupBox1);
  134. this.panel1.Controls.Add(this.panel2);
  135. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.panel1.Location = new System.Drawing.Point(0, 0);
  137. this.panel1.Name = "panel1";
  138. this.panel1.Size = new System.Drawing.Size(823, 479);
  139. this.panel1.TabIndex = 0;
  140. //
  141. // ultraGrid1
  142. //
  143. this.ultraGrid1.DataSource = this.dataSet1;
  144. appearance1.BackColor = System.Drawing.SystemColors.Window;
  145. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  146. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  147. ultraGridColumn1.Header.VisiblePosition = 0;
  148. ultraGridColumn2.Header.VisiblePosition = 1;
  149. ultraGridColumn3.Header.VisiblePosition = 2;
  150. ultraGridColumn4.Header.VisiblePosition = 3;
  151. ultraGridColumn5.Header.VisiblePosition = 4;
  152. ultraGridColumn6.Header.VisiblePosition = 5;
  153. ultraGridColumn7.Header.VisiblePosition = 6;
  154. ultraGridColumn8.Header.VisiblePosition = 7;
  155. ultraGridBand1.Columns.AddRange(new object[] {
  156. ultraGridColumn1,
  157. ultraGridColumn2,
  158. ultraGridColumn3,
  159. ultraGridColumn4,
  160. ultraGridColumn5,
  161. ultraGridColumn6,
  162. ultraGridColumn7,
  163. ultraGridColumn8});
  164. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  165. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  166. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  167. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  168. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  169. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  170. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  171. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  172. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  173. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  174. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  175. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  176. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  177. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  178. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  179. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  180. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  181. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  182. appearance5.BackColor = System.Drawing.SystemColors.Window;
  183. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  185. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  186. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  187. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  188. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  189. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  190. appearance7.BackColor = System.Drawing.SystemColors.Window;
  191. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  192. appearance8.BorderColor = System.Drawing.Color.Silver;
  193. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  194. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  195. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  196. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  197. appearance9.BackColor = System.Drawing.SystemColors.Control;
  198. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  199. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  200. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  201. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  202. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  203. appearance10.TextHAlignAsString = "Left";
  204. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  205. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  206. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  207. appearance11.BackColor = System.Drawing.SystemColors.Window;
  208. appearance11.BorderColor = System.Drawing.Color.Silver;
  209. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  210. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  211. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  212. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  213. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  214. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  215. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  216. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.ultraGrid1.Location = new System.Drawing.Point(0, 67);
  218. this.ultraGrid1.Name = "ultraGrid1";
  219. this.ultraGrid1.Size = new System.Drawing.Size(823, 327);
  220. this.ultraGrid1.TabIndex = 5;
  221. this.ultraGrid1.Text = "ultraGrid1";
  222. //
  223. // dataSet1
  224. //
  225. this.dataSet1.DataSetName = "NewDataSet";
  226. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  227. this.RollerTable,
  228. this.FitingTable});
  229. //
  230. // RollerTable
  231. //
  232. this.RollerTable.Columns.AddRange(new System.Data.DataColumn[] {
  233. this.Check,
  234. this.RollerNo,
  235. this.Vender,
  236. this.Status,
  237. this.InStorageDate,
  238. this.ScrapDate,
  239. this.RollingNum,
  240. this.OnLineTime});
  241. this.RollerTable.TableName = "RollerTable";
  242. //
  243. // Check
  244. //
  245. this.Check.Caption = "选择";
  246. this.Check.ColumnName = "Check";
  247. this.Check.DataType = typeof(bool);
  248. //
  249. // RollerNo
  250. //
  251. this.RollerNo.Caption = "辊号";
  252. this.RollerNo.ColumnName = "RollerNo";
  253. //
  254. // Vender
  255. //
  256. this.Vender.Caption = "出厂厂家";
  257. this.Vender.ColumnName = "Vender";
  258. //
  259. // Status
  260. //
  261. this.Status.Caption = "状态";
  262. this.Status.ColumnName = "Status";
  263. //
  264. // InStorageDate
  265. //
  266. this.InStorageDate.Caption = "入库日期";
  267. this.InStorageDate.ColumnName = "InStorageDate";
  268. this.InStorageDate.DataType = typeof(System.DateTime);
  269. //
  270. // ScrapDate
  271. //
  272. this.ScrapDate.Caption = "报废日期";
  273. this.ScrapDate.ColumnName = "ScrapDate";
  274. this.ScrapDate.DataType = typeof(System.DateTime);
  275. //
  276. // RollingNum
  277. //
  278. this.RollingNum.Caption = "轧制总支数";
  279. this.RollingNum.ColumnName = "RollingNum";
  280. //
  281. // OnLineTime
  282. //
  283. this.OnLineTime.Caption = "在线总时长";
  284. this.OnLineTime.ColumnName = "OnLineTime";
  285. //
  286. // FitingTable
  287. //
  288. this.FitingTable.Columns.AddRange(new System.Data.DataColumn[] {
  289. this.RackNo,
  290. this.RackStatus,
  291. this.RollerNo1,
  292. this.RollerNo2,
  293. this.RollerNo3,
  294. this.RackStandard,
  295. this.Space1,
  296. this.Space2,
  297. this.Space3,
  298. this.AxialSize1,
  299. this.AxialSize2,
  300. this.AxialSize3,
  301. this.CenterSize,
  302. this.dataColumn1,
  303. this.dataColumn2,
  304. this.dataColumn3,
  305. this.dataColumn4,
  306. this.dataColumn5,
  307. this.dataColumn6,
  308. this.dataColumn7,
  309. this.dataColumn8,
  310. this.dataColumn9,
  311. this.dataColumn10,
  312. this.dataColumn11,
  313. this.dataColumn12,
  314. this.dataColumn13,
  315. this.dataColumn14,
  316. this.dataColumn15,
  317. this.dataColumn16,
  318. this.dataColumn17});
  319. this.FitingTable.TableName = "FitingTable";
  320. //
  321. // RackNo
  322. //
  323. this.RackNo.Caption = "机架号";
  324. this.RackNo.ColumnName = "RackNo";
  325. //
  326. // RackStatus
  327. //
  328. this.RackStatus.Caption = "机架状态";
  329. this.RackStatus.ColumnName = "RackStatus";
  330. //
  331. // RollerNo1
  332. //
  333. this.RollerNo1.Caption = "轧辊号1";
  334. this.RollerNo1.ColumnName = "RollerNo1";
  335. //
  336. // RollerNo2
  337. //
  338. this.RollerNo2.Caption = "轧辊号2";
  339. this.RollerNo2.ColumnName = "RollerNo2";
  340. //
  341. // RollerNo3
  342. //
  343. this.RollerNo3.Caption = "轧辊号3";
  344. this.RollerNo3.ColumnName = "RollerNo3";
  345. //
  346. // RackStandard
  347. //
  348. this.RackStandard.Caption = "机架装配规格";
  349. this.RackStandard.ColumnName = "RackStandard";
  350. //
  351. // Space1
  352. //
  353. this.Space1.Caption = "I、II轴间隙";
  354. this.Space1.ColumnName = "Space1";
  355. //
  356. // Space2
  357. //
  358. this.Space2.Caption = "I、III轴间隙";
  359. this.Space2.ColumnName = "Space2";
  360. //
  361. // Space3
  362. //
  363. this.Space3.Caption = "II、III轴间隙";
  364. this.Space3.ColumnName = "Space3";
  365. //
  366. // AxialSize1
  367. //
  368. this.AxialSize1.Caption = "I轴窜尺寸";
  369. this.AxialSize1.ColumnName = "AxialSize1";
  370. //
  371. // AxialSize2
  372. //
  373. this.AxialSize2.Caption = "II轴窜尺寸";
  374. this.AxialSize2.ColumnName = "AxialSize2";
  375. //
  376. // AxialSize3
  377. //
  378. this.AxialSize3.Caption = "III轴窜尺寸";
  379. this.AxialSize3.ColumnName = "AxialSize3";
  380. //
  381. // CenterSize
  382. //
  383. this.CenterSize.Caption = "中心距尺寸";
  384. this.CenterSize.ColumnName = "CenterSize";
  385. //
  386. // dataColumn1
  387. //
  388. this.dataColumn1.Caption = "铜滑板尺寸上";
  389. this.dataColumn1.ColumnName = "Column1";
  390. //
  391. // dataColumn2
  392. //
  393. this.dataColumn2.Caption = "铜滑板尺寸下";
  394. this.dataColumn2.ColumnName = "Column2";
  395. //
  396. // dataColumn3
  397. //
  398. this.dataColumn3.Caption = "铜滑板尺寸左";
  399. this.dataColumn3.ColumnName = "Column3";
  400. //
  401. // dataColumn4
  402. //
  403. this.dataColumn4.Caption = "铜滑板尺寸右";
  404. this.dataColumn4.ColumnName = "Column4";
  405. //
  406. // dataColumn5
  407. //
  408. this.dataColumn5.ColumnName = "I轴承是否更换";
  409. //
  410. // dataColumn6
  411. //
  412. this.dataColumn6.Caption = "II轴承是否更换";
  413. this.dataColumn6.ColumnName = "Column6";
  414. //
  415. // dataColumn7
  416. //
  417. this.dataColumn7.Caption = "III轴承是否更换";
  418. this.dataColumn7.ColumnName = "Column5";
  419. //
  420. // dataColumn8
  421. //
  422. this.dataColumn8.ColumnName = "Column7";
  423. //
  424. // dataColumn9
  425. //
  426. this.dataColumn9.Caption = "分配器是否更换";
  427. this.dataColumn9.ColumnName = "Column8";
  428. //
  429. // dataColumn10
  430. //
  431. this.dataColumn10.Caption = "油路是否更换";
  432. this.dataColumn10.ColumnName = "Column9";
  433. //
  434. // dataColumn11
  435. //
  436. this.dataColumn11.Caption = "轧制总支数";
  437. this.dataColumn11.ColumnName = "RollingNum";
  438. //
  439. // dataColumn12
  440. //
  441. this.dataColumn12.Caption = "上线总时间";
  442. this.dataColumn12.ColumnName = "OnLineTime";
  443. //
  444. // dataColumn13
  445. //
  446. this.dataColumn13.ColumnName = "Remark";
  447. //
  448. // dataColumn14
  449. //
  450. this.dataColumn14.Caption = "班次";
  451. this.dataColumn14.ColumnName = "Column10";
  452. //
  453. // dataColumn15
  454. //
  455. this.dataColumn15.Caption = "班组";
  456. this.dataColumn15.ColumnName = "Column11";
  457. //
  458. // dataColumn16
  459. //
  460. this.dataColumn16.Caption = "操作人";
  461. this.dataColumn16.ColumnName = "Column12";
  462. //
  463. // dataColumn17
  464. //
  465. this.dataColumn17.Caption = "操作日期";
  466. this.dataColumn17.ColumnName = "Column13";
  467. //
  468. // ultraExpandableGroupBox1
  469. //
  470. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  471. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  472. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(823, 85);
  473. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 394);
  474. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  475. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(823, 85);
  476. this.ultraExpandableGroupBox1.TabIndex = 4;
  477. this.ultraExpandableGroupBox1.Text = "ultraExpandableGroupBox1";
  478. //
  479. // ultraExpandableGroupBoxPanel1
  480. //
  481. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor4);
  482. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor5);
  483. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  484. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor6);
  485. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  486. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor2);
  487. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  488. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  489. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  490. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  491. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  492. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(817, 63);
  493. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  494. //
  495. // ultraComboEditor4
  496. //
  497. this.ultraComboEditor4.Location = new System.Drawing.Point(591, 22);
  498. this.ultraComboEditor4.Name = "ultraComboEditor4";
  499. this.ultraComboEditor4.Size = new System.Drawing.Size(101, 21);
  500. this.ultraComboEditor4.TabIndex = 13;
  501. this.ultraComboEditor4.Text = "ultraComboEditor1";
  502. //
  503. // ultraComboEditor5
  504. //
  505. this.ultraComboEditor5.Location = new System.Drawing.Point(424, 22);
  506. this.ultraComboEditor5.Name = "ultraComboEditor5";
  507. this.ultraComboEditor5.Size = new System.Drawing.Size(101, 21);
  508. this.ultraComboEditor5.TabIndex = 14;
  509. this.ultraComboEditor5.Text = "ultraComboEditor1";
  510. //
  511. // ultraLabel5
  512. //
  513. this.ultraLabel5.Location = new System.Drawing.Point(548, 26);
  514. this.ultraLabel5.Name = "ultraLabel5";
  515. this.ultraLabel5.Size = new System.Drawing.Size(67, 23);
  516. this.ultraLabel5.TabIndex = 10;
  517. this.ultraLabel5.Text = "规格";
  518. //
  519. // ultraComboEditor6
  520. //
  521. this.ultraComboEditor6.Location = new System.Drawing.Point(254, 22);
  522. this.ultraComboEditor6.Name = "ultraComboEditor6";
  523. this.ultraComboEditor6.Size = new System.Drawing.Size(101, 21);
  524. this.ultraComboEditor6.TabIndex = 15;
  525. this.ultraComboEditor6.Text = "ultraComboEditor6";
  526. //
  527. // ultraLabel6
  528. //
  529. this.ultraLabel6.Location = new System.Drawing.Point(381, 26);
  530. this.ultraLabel6.Name = "ultraLabel6";
  531. this.ultraLabel6.Size = new System.Drawing.Size(67, 23);
  532. this.ultraLabel6.TabIndex = 9;
  533. this.ultraLabel6.Text = "状态";
  534. //
  535. // ultraTextEditor2
  536. //
  537. this.ultraTextEditor2.Location = new System.Drawing.Point(76, 22);
  538. this.ultraTextEditor2.Name = "ultraTextEditor2";
  539. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  540. this.ultraTextEditor2.TabIndex = 12;
  541. this.ultraTextEditor2.Text = "ultraTextEditor2";
  542. //
  543. // ultraLabel7
  544. //
  545. this.ultraLabel7.Location = new System.Drawing.Point(193, 26);
  546. this.ultraLabel7.Name = "ultraLabel7";
  547. this.ultraLabel7.Size = new System.Drawing.Size(67, 23);
  548. this.ultraLabel7.TabIndex = 8;
  549. this.ultraLabel7.Text = "厂家编号";
  550. //
  551. // ultraLabel8
  552. //
  553. this.ultraLabel8.Location = new System.Drawing.Point(20, 26);
  554. this.ultraLabel8.Name = "ultraLabel8";
  555. this.ultraLabel8.Size = new System.Drawing.Size(67, 23);
  556. this.ultraLabel8.TabIndex = 11;
  557. this.ultraLabel8.Text = "轧辊号";
  558. //
  559. // panel2
  560. //
  561. this.panel2.Controls.Add(this.ultraComboEditor3);
  562. this.panel2.Controls.Add(this.ultraComboEditor2);
  563. this.panel2.Controls.Add(this.ultraLabel4);
  564. this.panel2.Controls.Add(this.ultraComboEditor1);
  565. this.panel2.Controls.Add(this.ultraLabel3);
  566. this.panel2.Controls.Add(this.ultraTextEditor1);
  567. this.panel2.Controls.Add(this.ultraLabel2);
  568. this.panel2.Controls.Add(this.ultraLabel1);
  569. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  570. this.panel2.Location = new System.Drawing.Point(0, 0);
  571. this.panel2.Name = "panel2";
  572. this.panel2.Size = new System.Drawing.Size(823, 67);
  573. this.panel2.TabIndex = 1;
  574. //
  575. // ultraComboEditor3
  576. //
  577. this.ultraComboEditor3.Location = new System.Drawing.Point(594, 22);
  578. this.ultraComboEditor3.Name = "ultraComboEditor3";
  579. this.ultraComboEditor3.Size = new System.Drawing.Size(101, 21);
  580. this.ultraComboEditor3.TabIndex = 7;
  581. this.ultraComboEditor3.Text = "ultraComboEditor1";
  582. //
  583. // ultraComboEditor2
  584. //
  585. this.ultraComboEditor2.Location = new System.Drawing.Point(427, 22);
  586. this.ultraComboEditor2.Name = "ultraComboEditor2";
  587. this.ultraComboEditor2.Size = new System.Drawing.Size(101, 21);
  588. this.ultraComboEditor2.TabIndex = 7;
  589. this.ultraComboEditor2.Text = "ultraComboEditor1";
  590. //
  591. // ultraLabel4
  592. //
  593. this.ultraLabel4.Location = new System.Drawing.Point(551, 26);
  594. this.ultraLabel4.Name = "ultraLabel4";
  595. this.ultraLabel4.Size = new System.Drawing.Size(67, 23);
  596. this.ultraLabel4.TabIndex = 4;
  597. this.ultraLabel4.Text = "规格";
  598. //
  599. // ultraComboEditor1
  600. //
  601. this.ultraComboEditor1.Location = new System.Drawing.Point(257, 22);
  602. this.ultraComboEditor1.Name = "ultraComboEditor1";
  603. this.ultraComboEditor1.Size = new System.Drawing.Size(101, 21);
  604. this.ultraComboEditor1.TabIndex = 7;
  605. this.ultraComboEditor1.Text = "ultraComboEditor1";
  606. //
  607. // ultraLabel3
  608. //
  609. this.ultraLabel3.Location = new System.Drawing.Point(384, 26);
  610. this.ultraLabel3.Name = "ultraLabel3";
  611. this.ultraLabel3.Size = new System.Drawing.Size(67, 23);
  612. this.ultraLabel3.TabIndex = 4;
  613. this.ultraLabel3.Text = "状态";
  614. //
  615. // ultraTextEditor1
  616. //
  617. this.ultraTextEditor1.Location = new System.Drawing.Point(79, 22);
  618. this.ultraTextEditor1.Name = "ultraTextEditor1";
  619. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  620. this.ultraTextEditor1.TabIndex = 6;
  621. this.ultraTextEditor1.Text = "ultraTextEditor1";
  622. //
  623. // ultraLabel2
  624. //
  625. this.ultraLabel2.Location = new System.Drawing.Point(196, 26);
  626. this.ultraLabel2.Name = "ultraLabel2";
  627. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  628. this.ultraLabel2.TabIndex = 4;
  629. this.ultraLabel2.Text = "厂家编号";
  630. //
  631. // ultraLabel1
  632. //
  633. this.ultraLabel1.Location = new System.Drawing.Point(23, 26);
  634. this.ultraLabel1.Name = "ultraLabel1";
  635. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  636. this.ultraLabel1.TabIndex = 5;
  637. this.ultraLabel1.Text = "轧辊号";
  638. //
  639. // FrmRollingRoller
  640. //
  641. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  642. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  643. this.ClientSize = new System.Drawing.Size(823, 479);
  644. this.Controls.Add(this.panel1);
  645. this.Name = "FrmRollingRoller";
  646. this.Text = "连轧轧辊管理";
  647. this.panel1.ResumeLayout(false);
  648. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  649. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  650. ((System.ComponentModel.ISupportInitialize)(this.RollerTable)).EndInit();
  651. ((System.ComponentModel.ISupportInitialize)(this.FitingTable)).EndInit();
  652. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  653. this.ultraExpandableGroupBox1.ResumeLayout(false);
  654. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  655. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  656. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).EndInit();
  657. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).EndInit();
  658. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).EndInit();
  659. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  660. this.panel2.ResumeLayout(false);
  661. this.panel2.PerformLayout();
  662. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  663. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  664. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  665. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  666. this.ResumeLayout(false);
  667. }
  668. #endregion
  669. private System.Windows.Forms.Panel panel1;
  670. private System.Windows.Forms.Panel panel2;
  671. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  672. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  673. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  674. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  675. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  676. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  677. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  678. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  679. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  680. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor4;
  681. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor5;
  682. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  683. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor6;
  684. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  685. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  686. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  687. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  688. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  689. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  690. private System.Data.DataSet dataSet1;
  691. private System.Data.DataTable RollerTable;
  692. private System.Data.DataColumn Check;
  693. private System.Data.DataColumn RollerNo;
  694. private System.Data.DataColumn Vender;
  695. private System.Data.DataColumn Status;
  696. private System.Data.DataColumn InStorageDate;
  697. private System.Data.DataColumn ScrapDate;
  698. private System.Data.DataColumn RollingNum;
  699. private System.Data.DataColumn OnLineTime;
  700. private System.Data.DataTable FitingTable;
  701. private System.Data.DataColumn RackNo;
  702. private System.Data.DataColumn RackStatus;
  703. private System.Data.DataColumn RollerNo1;
  704. private System.Data.DataColumn RollerNo2;
  705. private System.Data.DataColumn RollerNo3;
  706. private System.Data.DataColumn RackStandard;
  707. private System.Data.DataColumn Space1;
  708. private System.Data.DataColumn Space2;
  709. private System.Data.DataColumn Space3;
  710. private System.Data.DataColumn AxialSize1;
  711. private System.Data.DataColumn AxialSize2;
  712. private System.Data.DataColumn AxialSize3;
  713. private System.Data.DataColumn CenterSize;
  714. private System.Data.DataColumn dataColumn1;
  715. private System.Data.DataColumn dataColumn2;
  716. private System.Data.DataColumn dataColumn3;
  717. private System.Data.DataColumn dataColumn4;
  718. private System.Data.DataColumn dataColumn5;
  719. private System.Data.DataColumn dataColumn6;
  720. private System.Data.DataColumn dataColumn7;
  721. private System.Data.DataColumn dataColumn8;
  722. private System.Data.DataColumn dataColumn9;
  723. private System.Data.DataColumn dataColumn10;
  724. private System.Data.DataColumn dataColumn11;
  725. private System.Data.DataColumn dataColumn12;
  726. private System.Data.DataColumn dataColumn13;
  727. private System.Data.DataColumn dataColumn14;
  728. private System.Data.DataColumn dataColumn15;
  729. private System.Data.DataColumn dataColumn16;
  730. private System.Data.DataColumn dataColumn17;
  731. }
  732. }