FrmTubeMain.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. namespace Core.StlMes.Client.Tr.Tools
  2. {
  3. partial class FrmTubeMain
  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", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MatchingDate");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrapDate");
  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("RackNo");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo1");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo2");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班组");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班次");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("操作人");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("日期");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  44. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  55. this.panel1 = new System.Windows.Forms.Panel();
  56. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  57. this.dataSet3 = new System.Data.DataSet();
  58. this.dataTable1 = new System.Data.DataTable();
  59. this.dataColumn26 = new System.Data.DataColumn();
  60. this.dataColumn29 = new System.Data.DataColumn();
  61. this.dataColumn30 = new System.Data.DataColumn();
  62. this.dataColumn31 = new System.Data.DataColumn();
  63. this.dataColumn32 = new System.Data.DataColumn();
  64. this.dataColumn33 = new System.Data.DataColumn();
  65. this.dataColumn34 = new System.Data.DataColumn();
  66. this.dataColumn35 = new System.Data.DataColumn();
  67. this.dataColumn36 = new System.Data.DataColumn();
  68. this.dataColumn43 = new System.Data.DataColumn();
  69. this.dataColumn44 = new System.Data.DataColumn();
  70. this.dataColumn45 = new System.Data.DataColumn();
  71. this.dataColumn46 = new System.Data.DataColumn();
  72. this.dataColumn47 = new System.Data.DataColumn();
  73. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  74. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  75. this.ultraButton4 = new Infragistics.Win.Misc.UltraButton();
  76. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  77. this.panel2 = new System.Windows.Forms.Panel();
  78. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  79. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  80. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  81. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  82. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  83. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  84. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  85. this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
  86. this.ultraButton5 = new Infragistics.Win.Misc.UltraButton();
  87. this.panel1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  92. this.ultraExpandableGroupBox1.SuspendLayout();
  93. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  94. this.panel2.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  98. this.SuspendLayout();
  99. //
  100. // panel1
  101. //
  102. this.panel1.Controls.Add(this.ultraGrid1);
  103. this.panel1.Controls.Add(this.ultraExpandableGroupBox1);
  104. this.panel1.Controls.Add(this.panel2);
  105. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.panel1.Location = new System.Drawing.Point(0, 0);
  107. this.panel1.Name = "panel1";
  108. this.panel1.Size = new System.Drawing.Size(897, 479);
  109. this.panel1.TabIndex = 0;
  110. //
  111. // ultraGrid1
  112. //
  113. this.ultraGrid1.DataSource = this.dataSet3;
  114. appearance1.BackColor = System.Drawing.SystemColors.Window;
  115. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  116. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  117. ultraGridColumn1.Header.VisiblePosition = 0;
  118. ultraGridColumn2.Header.VisiblePosition = 2;
  119. ultraGridColumn3.Header.VisiblePosition = 7;
  120. ultraGridColumn4.Header.VisiblePosition = 8;
  121. ultraGridColumn5.Header.VisiblePosition = 5;
  122. ultraGridColumn6.Header.VisiblePosition = 6;
  123. ultraGridColumn7.Header.VisiblePosition = 1;
  124. ultraGridColumn8.Header.VisiblePosition = 3;
  125. ultraGridColumn9.Header.VisiblePosition = 4;
  126. ultraGridColumn10.Header.VisiblePosition = 9;
  127. ultraGridColumn11.Header.VisiblePosition = 10;
  128. ultraGridColumn12.Header.VisiblePosition = 11;
  129. ultraGridColumn13.Header.VisiblePosition = 12;
  130. ultraGridColumn14.Header.VisiblePosition = 13;
  131. ultraGridBand1.Columns.AddRange(new object[] {
  132. ultraGridColumn1,
  133. ultraGridColumn2,
  134. ultraGridColumn3,
  135. ultraGridColumn4,
  136. ultraGridColumn5,
  137. ultraGridColumn6,
  138. ultraGridColumn7,
  139. ultraGridColumn8,
  140. ultraGridColumn9,
  141. ultraGridColumn10,
  142. ultraGridColumn11,
  143. ultraGridColumn12,
  144. ultraGridColumn13,
  145. ultraGridColumn14});
  146. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  147. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  148. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  149. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  150. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  151. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  152. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  153. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  154. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  155. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  156. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  157. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  158. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  159. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  160. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  161. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  162. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  163. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  164. appearance5.BackColor = System.Drawing.SystemColors.Window;
  165. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  166. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  167. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  168. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  169. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  170. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  171. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  172. appearance7.BackColor = System.Drawing.SystemColors.Window;
  173. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  174. appearance8.BorderColor = System.Drawing.Color.Silver;
  175. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  176. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  177. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  178. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  179. appearance9.BackColor = System.Drawing.SystemColors.Control;
  180. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  181. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  182. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  183. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  184. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  185. appearance10.TextHAlignAsString = "Left";
  186. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  187. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  188. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  189. appearance11.BackColor = System.Drawing.SystemColors.Window;
  190. appearance11.BorderColor = System.Drawing.Color.Silver;
  191. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  192. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  193. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  194. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  195. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  196. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  197. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  198. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.ultraGrid1.Location = new System.Drawing.Point(0, 63);
  200. this.ultraGrid1.Name = "ultraGrid1";
  201. this.ultraGrid1.Size = new System.Drawing.Size(897, 288);
  202. this.ultraGrid1.TabIndex = 3;
  203. this.ultraGrid1.Text = "ultraGrid1";
  204. //
  205. // dataSet3
  206. //
  207. this.dataSet3.DataSetName = "NewDataSet";
  208. this.dataSet3.Tables.AddRange(new System.Data.DataTable[] {
  209. this.dataTable1});
  210. //
  211. // dataTable1
  212. //
  213. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  214. this.dataColumn26,
  215. this.dataColumn29,
  216. this.dataColumn30,
  217. this.dataColumn31,
  218. this.dataColumn32,
  219. this.dataColumn33,
  220. this.dataColumn34,
  221. this.dataColumn35,
  222. this.dataColumn36,
  223. this.dataColumn43,
  224. this.dataColumn44,
  225. this.dataColumn45,
  226. this.dataColumn46,
  227. this.dataColumn47});
  228. this.dataTable1.TableName = "RollerTable";
  229. //
  230. // dataColumn26
  231. //
  232. this.dataColumn26.Caption = "选择";
  233. this.dataColumn26.ColumnName = "Check";
  234. this.dataColumn26.DataType = typeof(bool);
  235. //
  236. // dataColumn29
  237. //
  238. this.dataColumn29.Caption = "状态";
  239. this.dataColumn29.ColumnName = "Status";
  240. //
  241. // dataColumn30
  242. //
  243. this.dataColumn30.Caption = "装配日期";
  244. this.dataColumn30.ColumnName = "MatchingDate";
  245. this.dataColumn30.DataType = typeof(System.DateTime);
  246. //
  247. // dataColumn31
  248. //
  249. this.dataColumn31.Caption = "报废日期";
  250. this.dataColumn31.ColumnName = "ScrapDate";
  251. this.dataColumn31.DataType = typeof(System.DateTime);
  252. //
  253. // dataColumn32
  254. //
  255. this.dataColumn32.Caption = "轧制总支数";
  256. this.dataColumn32.ColumnName = "RollingNum";
  257. //
  258. // dataColumn33
  259. //
  260. this.dataColumn33.Caption = "在线总时长";
  261. this.dataColumn33.ColumnName = "OnLineTime";
  262. //
  263. // dataColumn34
  264. //
  265. this.dataColumn34.Caption = "机架号";
  266. this.dataColumn34.ColumnName = "RackNo";
  267. //
  268. // dataColumn35
  269. //
  270. this.dataColumn35.Caption = "轧辊号1";
  271. this.dataColumn35.ColumnName = "RollerNo1";
  272. //
  273. // dataColumn36
  274. //
  275. this.dataColumn36.Caption = "轧辊号2";
  276. this.dataColumn36.ColumnName = "RollerNo2";
  277. //
  278. // dataColumn43
  279. //
  280. this.dataColumn43.ColumnName = "班组";
  281. //
  282. // dataColumn44
  283. //
  284. this.dataColumn44.ColumnName = "班次";
  285. //
  286. // dataColumn45
  287. //
  288. this.dataColumn45.ColumnName = "操作人";
  289. //
  290. // dataColumn46
  291. //
  292. this.dataColumn46.ColumnName = "日期";
  293. //
  294. // dataColumn47
  295. //
  296. this.dataColumn47.ColumnName = "备注";
  297. //
  298. // ultraExpandableGroupBox1
  299. //
  300. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  301. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  302. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(897, 128);
  303. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 351);
  304. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  305. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(897, 128);
  306. this.ultraExpandableGroupBox1.TabIndex = 2;
  307. this.ultraExpandableGroupBox1.Text = "ultraExpandableGroupBox1";
  308. //
  309. // ultraExpandableGroupBoxPanel1
  310. //
  311. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton5);
  312. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton3);
  313. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton2);
  314. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton4);
  315. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton1);
  316. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  317. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  318. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  319. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(891, 106);
  320. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  321. this.ultraExpandableGroupBoxPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.ultraExpandableGroupBoxPanel1_Paint);
  322. //
  323. // ultraButton4
  324. //
  325. this.ultraButton4.Location = new System.Drawing.Point(172, 31);
  326. this.ultraButton4.Name = "ultraButton4";
  327. this.ultraButton4.Size = new System.Drawing.Size(101, 43);
  328. this.ultraButton4.TabIndex = 3;
  329. this.ultraButton4.Text = "壳体管理";
  330. //
  331. // ultraButton1
  332. //
  333. this.ultraButton1.Location = new System.Drawing.Point(26, 31);
  334. this.ultraButton1.Name = "ultraButton1";
  335. this.ultraButton1.Size = new System.Drawing.Size(99, 43);
  336. this.ultraButton1.TabIndex = 1;
  337. this.ultraButton1.Text = "脱管辊管理";
  338. //
  339. // panel2
  340. //
  341. this.panel2.Controls.Add(this.ultraComboEditor3);
  342. this.panel2.Controls.Add(this.ultraTextEditor2);
  343. this.panel2.Controls.Add(this.ultraTextEditor1);
  344. this.panel2.Controls.Add(this.ultraLabel2);
  345. this.panel2.Controls.Add(this.ultraLabel4);
  346. this.panel2.Controls.Add(this.ultraLabel1);
  347. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  348. this.panel2.Location = new System.Drawing.Point(0, 0);
  349. this.panel2.Name = "panel2";
  350. this.panel2.Size = new System.Drawing.Size(897, 63);
  351. this.panel2.TabIndex = 1;
  352. //
  353. // ultraComboEditor3
  354. //
  355. this.ultraComboEditor3.Location = new System.Drawing.Point(427, 22);
  356. this.ultraComboEditor3.Name = "ultraComboEditor3";
  357. this.ultraComboEditor3.Size = new System.Drawing.Size(101, 21);
  358. this.ultraComboEditor3.TabIndex = 7;
  359. this.ultraComboEditor3.Text = "ultraComboEditor1";
  360. //
  361. // ultraTextEditor2
  362. //
  363. this.ultraTextEditor2.Location = new System.Drawing.Point(260, 21);
  364. this.ultraTextEditor2.Name = "ultraTextEditor2";
  365. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  366. this.ultraTextEditor2.TabIndex = 6;
  367. this.ultraTextEditor2.Text = "ultraTextEditor1";
  368. //
  369. // ultraTextEditor1
  370. //
  371. this.ultraTextEditor1.Location = new System.Drawing.Point(84, 21);
  372. this.ultraTextEditor1.Name = "ultraTextEditor1";
  373. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  374. this.ultraTextEditor1.TabIndex = 6;
  375. this.ultraTextEditor1.Text = "ultraTextEditor1";
  376. //
  377. // ultraLabel2
  378. //
  379. this.ultraLabel2.Location = new System.Drawing.Point(198, 25);
  380. this.ultraLabel2.Name = "ultraLabel2";
  381. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  382. this.ultraLabel2.TabIndex = 5;
  383. this.ultraLabel2.Text = "壳体号";
  384. //
  385. // ultraLabel4
  386. //
  387. this.ultraLabel4.Location = new System.Drawing.Point(382, 26);
  388. this.ultraLabel4.Name = "ultraLabel4";
  389. this.ultraLabel4.Size = new System.Drawing.Size(67, 23);
  390. this.ultraLabel4.TabIndex = 4;
  391. this.ultraLabel4.Text = "状态";
  392. //
  393. // ultraLabel1
  394. //
  395. this.ultraLabel1.Location = new System.Drawing.Point(22, 25);
  396. this.ultraLabel1.Name = "ultraLabel1";
  397. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  398. this.ultraLabel1.TabIndex = 5;
  399. this.ultraLabel1.Text = "机架号";
  400. //
  401. // ultraButton2
  402. //
  403. this.ultraButton2.Location = new System.Drawing.Point(316, 31);
  404. this.ultraButton2.Name = "ultraButton2";
  405. this.ultraButton2.Size = new System.Drawing.Size(101, 43);
  406. this.ultraButton2.TabIndex = 3;
  407. this.ultraButton2.Text = "配辊管理";
  408. //
  409. // ultraButton3
  410. //
  411. this.ultraButton3.Location = new System.Drawing.Point(452, 31);
  412. this.ultraButton3.Name = "ultraButton3";
  413. this.ultraButton3.Size = new System.Drawing.Size(101, 43);
  414. this.ultraButton3.TabIndex = 3;
  415. this.ultraButton3.Text = "机架拆卸";
  416. //
  417. // ultraButton5
  418. //
  419. this.ultraButton5.Location = new System.Drawing.Point(595, 31);
  420. this.ultraButton5.Name = "ultraButton5";
  421. this.ultraButton5.Size = new System.Drawing.Size(101, 43);
  422. this.ultraButton5.TabIndex = 3;
  423. this.ultraButton5.Text = "机架修复";
  424. //
  425. // FrmTubeMain
  426. //
  427. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  428. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  429. this.ClientSize = new System.Drawing.Size(897, 479);
  430. this.Controls.Add(this.panel1);
  431. this.Name = "FrmTubeMain";
  432. this.Text = "脱管辊管理";
  433. this.panel1.ResumeLayout(false);
  434. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  435. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).EndInit();
  436. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  437. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  438. this.ultraExpandableGroupBox1.ResumeLayout(false);
  439. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  440. this.panel2.ResumeLayout(false);
  441. this.panel2.PerformLayout();
  442. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  443. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  444. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  445. this.ResumeLayout(false);
  446. }
  447. #endregion
  448. private System.Windows.Forms.Panel panel1;
  449. private System.Windows.Forms.Panel panel2;
  450. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  451. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  452. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  453. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  454. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  455. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  456. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  457. private Infragistics.Win.Misc.UltraButton ultraButton4;
  458. private Infragistics.Win.Misc.UltraButton ultraButton1;
  459. private System.Data.DataSet dataSet3;
  460. private System.Data.DataTable dataTable1;
  461. private System.Data.DataColumn dataColumn26;
  462. private System.Data.DataColumn dataColumn29;
  463. private System.Data.DataColumn dataColumn30;
  464. private System.Data.DataColumn dataColumn31;
  465. private System.Data.DataColumn dataColumn32;
  466. private System.Data.DataColumn dataColumn33;
  467. private System.Data.DataColumn dataColumn34;
  468. private System.Data.DataColumn dataColumn35;
  469. private System.Data.DataColumn dataColumn36;
  470. private System.Data.DataColumn dataColumn43;
  471. private System.Data.DataColumn dataColumn44;
  472. private System.Data.DataColumn dataColumn45;
  473. private System.Data.DataColumn dataColumn46;
  474. private System.Data.DataColumn dataColumn47;
  475. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  476. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  477. private Infragistics.Win.Misc.UltraButton ultraButton5;
  478. private Infragistics.Win.Misc.UltraButton ultraButton3;
  479. private Infragistics.Win.Misc.UltraButton ultraButton2;
  480. }
  481. }