FrmSizingRollMan.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. namespace Core.StlMes.Client.ZGDev.Tools
  2. {
  3. partial class FrmSizingRollMan
  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.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  52. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  53. this.ultraComboEditor4 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  54. this.ultraComboEditor5 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  55. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  56. this.ultraComboEditor6 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  57. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  58. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  59. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  60. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  61. this.panel2 = new System.Windows.Forms.Panel();
  62. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  63. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  64. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  65. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  66. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  67. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  68. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  69. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  70. this.dataSet1 = new System.Data.DataSet();
  71. this.RollerTable = new System.Data.DataTable();
  72. this.Check = new System.Data.DataColumn();
  73. this.RollerNo = new System.Data.DataColumn();
  74. this.Vender = new System.Data.DataColumn();
  75. this.Status = new System.Data.DataColumn();
  76. this.InStorageDate = new System.Data.DataColumn();
  77. this.ScrapDate = new System.Data.DataColumn();
  78. this.RollingNum = new System.Data.DataColumn();
  79. this.OnLineTime = new System.Data.DataColumn();
  80. this.FitingTable = new System.Data.DataTable();
  81. this.RackNo = new System.Data.DataColumn();
  82. this.RackStatus = new System.Data.DataColumn();
  83. this.RollerNo1 = new System.Data.DataColumn();
  84. this.RollerNo2 = new System.Data.DataColumn();
  85. this.RollerNo3 = new System.Data.DataColumn();
  86. this.RackStandard = new System.Data.DataColumn();
  87. this.Space1 = new System.Data.DataColumn();
  88. this.Space2 = new System.Data.DataColumn();
  89. this.Space3 = new System.Data.DataColumn();
  90. this.AxialSize1 = new System.Data.DataColumn();
  91. this.AxialSize2 = new System.Data.DataColumn();
  92. this.AxialSize3 = new System.Data.DataColumn();
  93. this.CenterSize = new System.Data.DataColumn();
  94. this.dataColumn1 = new System.Data.DataColumn();
  95. this.dataColumn2 = new System.Data.DataColumn();
  96. this.dataColumn3 = new System.Data.DataColumn();
  97. this.dataColumn4 = new System.Data.DataColumn();
  98. this.dataColumn5 = new System.Data.DataColumn();
  99. this.dataColumn6 = new System.Data.DataColumn();
  100. this.dataColumn7 = new System.Data.DataColumn();
  101. this.dataColumn8 = new System.Data.DataColumn();
  102. this.dataColumn9 = new System.Data.DataColumn();
  103. this.dataColumn10 = new System.Data.DataColumn();
  104. this.dataColumn11 = new System.Data.DataColumn();
  105. this.dataColumn12 = new System.Data.DataColumn();
  106. this.dataColumn13 = new System.Data.DataColumn();
  107. this.dataColumn14 = new System.Data.DataColumn();
  108. this.dataColumn15 = new System.Data.DataColumn();
  109. this.dataColumn16 = new System.Data.DataColumn();
  110. this.dataColumn17 = new System.Data.DataColumn();
  111. this.panel1.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  114. this.ultraExpandableGroupBox1.SuspendLayout();
  115. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  120. this.panel2.SuspendLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.RollerTable)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.FitingTable)).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. // ultraExpandableGroupBox1
  224. //
  225. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  226. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  227. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(823, 85);
  228. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 394);
  229. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  230. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(823, 85);
  231. this.ultraExpandableGroupBox1.TabIndex = 4;
  232. this.ultraExpandableGroupBox1.Text = "ultraExpandableGroupBox1";
  233. //
  234. // ultraExpandableGroupBoxPanel1
  235. //
  236. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor4);
  237. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor5);
  238. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  239. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor6);
  240. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  241. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor2);
  242. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  243. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  244. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  246. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  247. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(817, 63);
  248. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  249. //
  250. // ultraComboEditor4
  251. //
  252. this.ultraComboEditor4.Location = new System.Drawing.Point(591, 22);
  253. this.ultraComboEditor4.Name = "ultraComboEditor4";
  254. this.ultraComboEditor4.Size = new System.Drawing.Size(101, 21);
  255. this.ultraComboEditor4.TabIndex = 13;
  256. this.ultraComboEditor4.Text = "ultraComboEditor1";
  257. //
  258. // ultraComboEditor5
  259. //
  260. this.ultraComboEditor5.Location = new System.Drawing.Point(424, 22);
  261. this.ultraComboEditor5.Name = "ultraComboEditor5";
  262. this.ultraComboEditor5.Size = new System.Drawing.Size(101, 21);
  263. this.ultraComboEditor5.TabIndex = 14;
  264. this.ultraComboEditor5.Text = "ultraComboEditor1";
  265. //
  266. // ultraLabel5
  267. //
  268. this.ultraLabel5.Location = new System.Drawing.Point(548, 26);
  269. this.ultraLabel5.Name = "ultraLabel5";
  270. this.ultraLabel5.Size = new System.Drawing.Size(67, 23);
  271. this.ultraLabel5.TabIndex = 10;
  272. this.ultraLabel5.Text = "规格";
  273. //
  274. // ultraComboEditor6
  275. //
  276. this.ultraComboEditor6.Location = new System.Drawing.Point(254, 22);
  277. this.ultraComboEditor6.Name = "ultraComboEditor6";
  278. this.ultraComboEditor6.Size = new System.Drawing.Size(101, 21);
  279. this.ultraComboEditor6.TabIndex = 15;
  280. this.ultraComboEditor6.Text = "ultraComboEditor6";
  281. //
  282. // ultraLabel6
  283. //
  284. this.ultraLabel6.Location = new System.Drawing.Point(381, 26);
  285. this.ultraLabel6.Name = "ultraLabel6";
  286. this.ultraLabel6.Size = new System.Drawing.Size(67, 23);
  287. this.ultraLabel6.TabIndex = 9;
  288. this.ultraLabel6.Text = "状态";
  289. //
  290. // ultraTextEditor2
  291. //
  292. this.ultraTextEditor2.Location = new System.Drawing.Point(76, 22);
  293. this.ultraTextEditor2.Name = "ultraTextEditor2";
  294. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  295. this.ultraTextEditor2.TabIndex = 12;
  296. this.ultraTextEditor2.Text = "ultraTextEditor2";
  297. //
  298. // ultraLabel7
  299. //
  300. this.ultraLabel7.Location = new System.Drawing.Point(193, 26);
  301. this.ultraLabel7.Name = "ultraLabel7";
  302. this.ultraLabel7.Size = new System.Drawing.Size(67, 23);
  303. this.ultraLabel7.TabIndex = 8;
  304. this.ultraLabel7.Text = "厂家编号";
  305. //
  306. // ultraLabel8
  307. //
  308. this.ultraLabel8.Location = new System.Drawing.Point(20, 26);
  309. this.ultraLabel8.Name = "ultraLabel8";
  310. this.ultraLabel8.Size = new System.Drawing.Size(67, 23);
  311. this.ultraLabel8.TabIndex = 11;
  312. this.ultraLabel8.Text = "轧辊号";
  313. //
  314. // panel2
  315. //
  316. this.panel2.Controls.Add(this.ultraComboEditor3);
  317. this.panel2.Controls.Add(this.ultraComboEditor2);
  318. this.panel2.Controls.Add(this.ultraLabel4);
  319. this.panel2.Controls.Add(this.ultraComboEditor1);
  320. this.panel2.Controls.Add(this.ultraLabel3);
  321. this.panel2.Controls.Add(this.ultraTextEditor1);
  322. this.panel2.Controls.Add(this.ultraLabel2);
  323. this.panel2.Controls.Add(this.ultraLabel1);
  324. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  325. this.panel2.Location = new System.Drawing.Point(0, 0);
  326. this.panel2.Name = "panel2";
  327. this.panel2.Size = new System.Drawing.Size(823, 67);
  328. this.panel2.TabIndex = 1;
  329. //
  330. // ultraComboEditor3
  331. //
  332. this.ultraComboEditor3.Location = new System.Drawing.Point(594, 22);
  333. this.ultraComboEditor3.Name = "ultraComboEditor3";
  334. this.ultraComboEditor3.Size = new System.Drawing.Size(101, 21);
  335. this.ultraComboEditor3.TabIndex = 7;
  336. this.ultraComboEditor3.Text = "ultraComboEditor1";
  337. //
  338. // ultraComboEditor2
  339. //
  340. this.ultraComboEditor2.Location = new System.Drawing.Point(427, 22);
  341. this.ultraComboEditor2.Name = "ultraComboEditor2";
  342. this.ultraComboEditor2.Size = new System.Drawing.Size(101, 21);
  343. this.ultraComboEditor2.TabIndex = 7;
  344. this.ultraComboEditor2.Text = "ultraComboEditor1";
  345. //
  346. // ultraLabel4
  347. //
  348. this.ultraLabel4.Location = new System.Drawing.Point(551, 26);
  349. this.ultraLabel4.Name = "ultraLabel4";
  350. this.ultraLabel4.Size = new System.Drawing.Size(67, 23);
  351. this.ultraLabel4.TabIndex = 4;
  352. this.ultraLabel4.Text = "规格";
  353. //
  354. // ultraComboEditor1
  355. //
  356. this.ultraComboEditor1.Location = new System.Drawing.Point(257, 22);
  357. this.ultraComboEditor1.Name = "ultraComboEditor1";
  358. this.ultraComboEditor1.Size = new System.Drawing.Size(101, 21);
  359. this.ultraComboEditor1.TabIndex = 7;
  360. this.ultraComboEditor1.Text = "ultraComboEditor1";
  361. //
  362. // ultraLabel3
  363. //
  364. this.ultraLabel3.Location = new System.Drawing.Point(384, 26);
  365. this.ultraLabel3.Name = "ultraLabel3";
  366. this.ultraLabel3.Size = new System.Drawing.Size(67, 23);
  367. this.ultraLabel3.TabIndex = 4;
  368. this.ultraLabel3.Text = "状态";
  369. //
  370. // ultraTextEditor1
  371. //
  372. this.ultraTextEditor1.Location = new System.Drawing.Point(79, 22);
  373. this.ultraTextEditor1.Name = "ultraTextEditor1";
  374. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  375. this.ultraTextEditor1.TabIndex = 6;
  376. this.ultraTextEditor1.Text = "ultraTextEditor1";
  377. //
  378. // ultraLabel2
  379. //
  380. this.ultraLabel2.Location = new System.Drawing.Point(196, 26);
  381. this.ultraLabel2.Name = "ultraLabel2";
  382. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  383. this.ultraLabel2.TabIndex = 4;
  384. this.ultraLabel2.Text = "厂家编号";
  385. //
  386. // ultraLabel1
  387. //
  388. this.ultraLabel1.Location = new System.Drawing.Point(23, 26);
  389. this.ultraLabel1.Name = "ultraLabel1";
  390. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  391. this.ultraLabel1.TabIndex = 5;
  392. this.ultraLabel1.Text = "轧辊号";
  393. //
  394. // dataSet1
  395. //
  396. this.dataSet1.DataSetName = "NewDataSet";
  397. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  398. this.RollerTable,
  399. this.FitingTable});
  400. //
  401. // RollerTable
  402. //
  403. this.RollerTable.Columns.AddRange(new System.Data.DataColumn[] {
  404. this.Check,
  405. this.RollerNo,
  406. this.Vender,
  407. this.Status,
  408. this.InStorageDate,
  409. this.ScrapDate,
  410. this.RollingNum,
  411. this.OnLineTime});
  412. this.RollerTable.TableName = "RollerTable";
  413. //
  414. // Check
  415. //
  416. this.Check.Caption = "选择";
  417. this.Check.ColumnName = "Check";
  418. this.Check.DataType = typeof(bool);
  419. //
  420. // RollerNo
  421. //
  422. this.RollerNo.Caption = "辊号";
  423. this.RollerNo.ColumnName = "RollerNo";
  424. //
  425. // Vender
  426. //
  427. this.Vender.Caption = "出厂厂家";
  428. this.Vender.ColumnName = "Vender";
  429. //
  430. // Status
  431. //
  432. this.Status.Caption = "状态";
  433. this.Status.ColumnName = "Status";
  434. //
  435. // InStorageDate
  436. //
  437. this.InStorageDate.Caption = "入库日期";
  438. this.InStorageDate.ColumnName = "InStorageDate";
  439. this.InStorageDate.DataType = typeof(System.DateTime);
  440. //
  441. // ScrapDate
  442. //
  443. this.ScrapDate.Caption = "报废日期";
  444. this.ScrapDate.ColumnName = "ScrapDate";
  445. this.ScrapDate.DataType = typeof(System.DateTime);
  446. //
  447. // RollingNum
  448. //
  449. this.RollingNum.Caption = "轧制总支数";
  450. this.RollingNum.ColumnName = "RollingNum";
  451. //
  452. // OnLineTime
  453. //
  454. this.OnLineTime.Caption = "在线总时长";
  455. this.OnLineTime.ColumnName = "OnLineTime";
  456. //
  457. // FitingTable
  458. //
  459. this.FitingTable.Columns.AddRange(new System.Data.DataColumn[] {
  460. this.RackNo,
  461. this.RackStatus,
  462. this.RollerNo1,
  463. this.RollerNo2,
  464. this.RollerNo3,
  465. this.RackStandard,
  466. this.Space1,
  467. this.Space2,
  468. this.Space3,
  469. this.AxialSize1,
  470. this.AxialSize2,
  471. this.AxialSize3,
  472. this.CenterSize,
  473. this.dataColumn1,
  474. this.dataColumn2,
  475. this.dataColumn3,
  476. this.dataColumn4,
  477. this.dataColumn5,
  478. this.dataColumn6,
  479. this.dataColumn7,
  480. this.dataColumn8,
  481. this.dataColumn9,
  482. this.dataColumn10,
  483. this.dataColumn11,
  484. this.dataColumn12,
  485. this.dataColumn13,
  486. this.dataColumn14,
  487. this.dataColumn15,
  488. this.dataColumn16,
  489. this.dataColumn17});
  490. this.FitingTable.TableName = "FitingTable";
  491. //
  492. // RackNo
  493. //
  494. this.RackNo.Caption = "机架号";
  495. this.RackNo.ColumnName = "RackNo";
  496. //
  497. // RackStatus
  498. //
  499. this.RackStatus.Caption = "机架状态";
  500. this.RackStatus.ColumnName = "RackStatus";
  501. //
  502. // RollerNo1
  503. //
  504. this.RollerNo1.Caption = "轧辊号1";
  505. this.RollerNo1.ColumnName = "RollerNo1";
  506. //
  507. // RollerNo2
  508. //
  509. this.RollerNo2.Caption = "轧辊号2";
  510. this.RollerNo2.ColumnName = "RollerNo2";
  511. //
  512. // RollerNo3
  513. //
  514. this.RollerNo3.Caption = "轧辊号3";
  515. this.RollerNo3.ColumnName = "RollerNo3";
  516. //
  517. // RackStandard
  518. //
  519. this.RackStandard.Caption = "机架装配规格";
  520. this.RackStandard.ColumnName = "RackStandard";
  521. //
  522. // Space1
  523. //
  524. this.Space1.Caption = "I、II轴间隙";
  525. this.Space1.ColumnName = "Space1";
  526. //
  527. // Space2
  528. //
  529. this.Space2.Caption = "I、III轴间隙";
  530. this.Space2.ColumnName = "Space2";
  531. //
  532. // Space3
  533. //
  534. this.Space3.Caption = "II、III轴间隙";
  535. this.Space3.ColumnName = "Space3";
  536. //
  537. // AxialSize1
  538. //
  539. this.AxialSize1.Caption = "I轴窜尺寸";
  540. this.AxialSize1.ColumnName = "AxialSize1";
  541. //
  542. // AxialSize2
  543. //
  544. this.AxialSize2.Caption = "II轴窜尺寸";
  545. this.AxialSize2.ColumnName = "AxialSize2";
  546. //
  547. // AxialSize3
  548. //
  549. this.AxialSize3.Caption = "III轴窜尺寸";
  550. this.AxialSize3.ColumnName = "AxialSize3";
  551. //
  552. // CenterSize
  553. //
  554. this.CenterSize.Caption = "中心距尺寸";
  555. this.CenterSize.ColumnName = "CenterSize";
  556. //
  557. // dataColumn1
  558. //
  559. this.dataColumn1.Caption = "铜滑板尺寸上";
  560. this.dataColumn1.ColumnName = "Column1";
  561. //
  562. // dataColumn2
  563. //
  564. this.dataColumn2.Caption = "铜滑板尺寸下";
  565. this.dataColumn2.ColumnName = "Column2";
  566. //
  567. // dataColumn3
  568. //
  569. this.dataColumn3.Caption = "铜滑板尺寸左";
  570. this.dataColumn3.ColumnName = "Column3";
  571. //
  572. // dataColumn4
  573. //
  574. this.dataColumn4.Caption = "铜滑板尺寸右";
  575. this.dataColumn4.ColumnName = "Column4";
  576. //
  577. // dataColumn5
  578. //
  579. this.dataColumn5.ColumnName = "I轴承是否更换";
  580. //
  581. // dataColumn6
  582. //
  583. this.dataColumn6.Caption = "II轴承是否更换";
  584. this.dataColumn6.ColumnName = "Column6";
  585. //
  586. // dataColumn7
  587. //
  588. this.dataColumn7.Caption = "III轴承是否更换";
  589. this.dataColumn7.ColumnName = "Column5";
  590. //
  591. // dataColumn8
  592. //
  593. this.dataColumn8.ColumnName = "Column7";
  594. //
  595. // dataColumn9
  596. //
  597. this.dataColumn9.Caption = "分配器是否更换";
  598. this.dataColumn9.ColumnName = "Column8";
  599. //
  600. // dataColumn10
  601. //
  602. this.dataColumn10.Caption = "油路是否更换";
  603. this.dataColumn10.ColumnName = "Column9";
  604. //
  605. // dataColumn11
  606. //
  607. this.dataColumn11.Caption = "轧制总支数";
  608. this.dataColumn11.ColumnName = "RollingNum";
  609. //
  610. // dataColumn12
  611. //
  612. this.dataColumn12.Caption = "上线总时间";
  613. this.dataColumn12.ColumnName = "OnLineTime";
  614. //
  615. // dataColumn13
  616. //
  617. this.dataColumn13.ColumnName = "Remark";
  618. //
  619. // dataColumn14
  620. //
  621. this.dataColumn14.Caption = "班次";
  622. this.dataColumn14.ColumnName = "Column10";
  623. //
  624. // dataColumn15
  625. //
  626. this.dataColumn15.Caption = "班组";
  627. this.dataColumn15.ColumnName = "Column11";
  628. //
  629. // dataColumn16
  630. //
  631. this.dataColumn16.Caption = "操作人";
  632. this.dataColumn16.ColumnName = "Column12";
  633. //
  634. // dataColumn17
  635. //
  636. this.dataColumn17.Caption = "操作日期";
  637. this.dataColumn17.ColumnName = "Column13";
  638. //
  639. // SizingRollMan
  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 = "SizingRollMan";
  646. this.Text = "张减径轧辊管理";
  647. this.panel1.ResumeLayout(false);
  648. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  649. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  650. this.ultraExpandableGroupBox1.ResumeLayout(false);
  651. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  652. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  653. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).EndInit();
  654. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).EndInit();
  655. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).EndInit();
  656. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  657. this.panel2.ResumeLayout(false);
  658. this.panel2.PerformLayout();
  659. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  660. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  661. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  662. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  663. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  664. ((System.ComponentModel.ISupportInitialize)(this.RollerTable)).EndInit();
  665. ((System.ComponentModel.ISupportInitialize)(this.FitingTable)).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. }