FrmTubeMain.Designer.cs 29 KB

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