FrmPlugMain.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. namespace Core.StlMes.Client.ZGDev.Tools
  2. {
  3. partial class FrmPlugMain
  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("ShellNo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MatchingDate");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrapDate");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackNo");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo1");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo2");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo3");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("1、2辊缝值");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("2、3辊缝值");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("1、3辊缝值");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班组");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班次");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("操作人");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("日期");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  49. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  62. this.dataSet3 = new System.Data.DataSet();
  63. this.dataTable1 = new System.Data.DataTable();
  64. this.dataColumn26 = new System.Data.DataColumn();
  65. this.dataColumn27 = new System.Data.DataColumn();
  66. this.dataColumn29 = new System.Data.DataColumn();
  67. this.dataColumn30 = new System.Data.DataColumn();
  68. this.dataColumn31 = new System.Data.DataColumn();
  69. this.dataColumn32 = new System.Data.DataColumn();
  70. this.dataColumn33 = new System.Data.DataColumn();
  71. this.dataColumn34 = new System.Data.DataColumn();
  72. this.dataColumn35 = new System.Data.DataColumn();
  73. this.dataColumn36 = new System.Data.DataColumn();
  74. this.dataColumn37 = new System.Data.DataColumn();
  75. this.dataColumn40 = new System.Data.DataColumn();
  76. this.dataColumn41 = new System.Data.DataColumn();
  77. this.dataColumn42 = new System.Data.DataColumn();
  78. this.dataColumn43 = new System.Data.DataColumn();
  79. this.dataColumn44 = new System.Data.DataColumn();
  80. this.dataColumn45 = new System.Data.DataColumn();
  81. this.dataColumn46 = new System.Data.DataColumn();
  82. this.dataColumn47 = new System.Data.DataColumn();
  83. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  84. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  85. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  86. this.ultraButton4 = new Infragistics.Win.Misc.UltraButton();
  87. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  88. this.panel2 = new System.Windows.Forms.Panel();
  89. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  90. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  91. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  92. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  93. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  94. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  95. this.panel1.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  100. this.ultraExpandableGroupBox1.SuspendLayout();
  101. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  102. this.panel2.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  106. this.SuspendLayout();
  107. //
  108. // panel1
  109. //
  110. this.panel1.Controls.Add(this.ultraGrid1);
  111. this.panel1.Controls.Add(this.ultraExpandableGroupBox1);
  112. this.panel1.Controls.Add(this.panel2);
  113. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.panel1.Location = new System.Drawing.Point(0, 0);
  115. this.panel1.Name = "panel1";
  116. this.panel1.Size = new System.Drawing.Size(897, 479);
  117. this.panel1.TabIndex = 0;
  118. //
  119. // ultraGrid1
  120. //
  121. this.ultraGrid1.DataSource = this.dataSet3;
  122. appearance1.BackColor = System.Drawing.SystemColors.Window;
  123. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  124. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  125. ultraGridColumn1.Header.VisiblePosition = 0;
  126. ultraGridColumn2.Header.VisiblePosition = 2;
  127. ultraGridColumn3.Header.VisiblePosition = 3;
  128. ultraGridColumn4.Header.VisiblePosition = 12;
  129. ultraGridColumn5.Header.VisiblePosition = 13;
  130. ultraGridColumn6.Header.VisiblePosition = 10;
  131. ultraGridColumn7.Header.VisiblePosition = 11;
  132. ultraGridColumn8.Header.VisiblePosition = 1;
  133. ultraGridColumn9.Header.VisiblePosition = 4;
  134. ultraGridColumn10.Header.VisiblePosition = 5;
  135. ultraGridColumn11.Header.VisiblePosition = 6;
  136. ultraGridColumn12.Header.VisiblePosition = 7;
  137. ultraGridColumn13.Header.VisiblePosition = 8;
  138. ultraGridColumn14.Header.VisiblePosition = 9;
  139. ultraGridColumn15.Header.VisiblePosition = 14;
  140. ultraGridColumn16.Header.VisiblePosition = 15;
  141. ultraGridColumn17.Header.VisiblePosition = 16;
  142. ultraGridColumn18.Header.VisiblePosition = 17;
  143. ultraGridColumn19.Header.VisiblePosition = 18;
  144. ultraGridBand1.Columns.AddRange(new object[] {
  145. ultraGridColumn1,
  146. ultraGridColumn2,
  147. ultraGridColumn3,
  148. ultraGridColumn4,
  149. ultraGridColumn5,
  150. ultraGridColumn6,
  151. ultraGridColumn7,
  152. ultraGridColumn8,
  153. ultraGridColumn9,
  154. ultraGridColumn10,
  155. ultraGridColumn11,
  156. ultraGridColumn12,
  157. ultraGridColumn13,
  158. ultraGridColumn14,
  159. ultraGridColumn15,
  160. ultraGridColumn16,
  161. ultraGridColumn17,
  162. ultraGridColumn18,
  163. ultraGridColumn19});
  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, 63);
  218. this.ultraGrid1.Name = "ultraGrid1";
  219. this.ultraGrid1.Size = new System.Drawing.Size(897, 294);
  220. this.ultraGrid1.TabIndex = 3;
  221. this.ultraGrid1.Text = "ultraGrid1";
  222. //
  223. // dataSet3
  224. //
  225. this.dataSet3.DataSetName = "NewDataSet";
  226. this.dataSet3.Tables.AddRange(new System.Data.DataTable[] {
  227. this.dataTable1});
  228. //
  229. // dataTable1
  230. //
  231. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  232. this.dataColumn26,
  233. this.dataColumn27,
  234. this.dataColumn29,
  235. this.dataColumn30,
  236. this.dataColumn31,
  237. this.dataColumn32,
  238. this.dataColumn33,
  239. this.dataColumn34,
  240. this.dataColumn35,
  241. this.dataColumn36,
  242. this.dataColumn37,
  243. this.dataColumn40,
  244. this.dataColumn41,
  245. this.dataColumn42,
  246. this.dataColumn43,
  247. this.dataColumn44,
  248. this.dataColumn45,
  249. this.dataColumn46,
  250. this.dataColumn47});
  251. this.dataTable1.TableName = "RollerTable";
  252. //
  253. // dataColumn26
  254. //
  255. this.dataColumn26.Caption = "选择";
  256. this.dataColumn26.ColumnName = "Check";
  257. this.dataColumn26.DataType = typeof(bool);
  258. //
  259. // dataColumn27
  260. //
  261. this.dataColumn27.Caption = "壳体号";
  262. this.dataColumn27.ColumnName = "ShellNo";
  263. //
  264. // dataColumn29
  265. //
  266. this.dataColumn29.Caption = "状态";
  267. this.dataColumn29.ColumnName = "Status";
  268. //
  269. // dataColumn30
  270. //
  271. this.dataColumn30.Caption = "装配日期";
  272. this.dataColumn30.ColumnName = "MatchingDate";
  273. this.dataColumn30.DataType = typeof(System.DateTime);
  274. //
  275. // dataColumn31
  276. //
  277. this.dataColumn31.Caption = "报废日期";
  278. this.dataColumn31.ColumnName = "ScrapDate";
  279. this.dataColumn31.DataType = typeof(System.DateTime);
  280. //
  281. // dataColumn32
  282. //
  283. this.dataColumn32.Caption = "轧制总支数";
  284. this.dataColumn32.ColumnName = "RollingNum";
  285. //
  286. // dataColumn33
  287. //
  288. this.dataColumn33.Caption = "在线总时长";
  289. this.dataColumn33.ColumnName = "OnLineTime";
  290. //
  291. // dataColumn34
  292. //
  293. this.dataColumn34.Caption = "机架号";
  294. this.dataColumn34.ColumnName = "RackNo";
  295. //
  296. // dataColumn35
  297. //
  298. this.dataColumn35.Caption = "轧辊号1";
  299. this.dataColumn35.ColumnName = "RollerNo1";
  300. //
  301. // dataColumn36
  302. //
  303. this.dataColumn36.Caption = "轧辊号2";
  304. this.dataColumn36.ColumnName = "RollerNo2";
  305. //
  306. // dataColumn37
  307. //
  308. this.dataColumn37.Caption = "轧辊号3";
  309. this.dataColumn37.ColumnName = "RollerNo3";
  310. //
  311. // dataColumn40
  312. //
  313. this.dataColumn40.ColumnName = "1、2辊缝值";
  314. //
  315. // dataColumn41
  316. //
  317. this.dataColumn41.ColumnName = "2、3辊缝值";
  318. //
  319. // dataColumn42
  320. //
  321. this.dataColumn42.ColumnName = "1、3辊缝值";
  322. //
  323. // dataColumn43
  324. //
  325. this.dataColumn43.ColumnName = "班组";
  326. //
  327. // dataColumn44
  328. //
  329. this.dataColumn44.ColumnName = "班次";
  330. //
  331. // dataColumn45
  332. //
  333. this.dataColumn45.ColumnName = "操作人";
  334. //
  335. // dataColumn46
  336. //
  337. this.dataColumn46.ColumnName = "日期";
  338. //
  339. // dataColumn47
  340. //
  341. this.dataColumn47.ColumnName = "备注";
  342. //
  343. // ultraExpandableGroupBox1
  344. //
  345. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  346. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  347. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(897, 122);
  348. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 357);
  349. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  350. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(897, 122);
  351. this.ultraExpandableGroupBox1.TabIndex = 2;
  352. this.ultraExpandableGroupBox1.Text = "ultraExpandableGroupBox1";
  353. //
  354. // ultraExpandableGroupBoxPanel1
  355. //
  356. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton2);
  357. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton4);
  358. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton1);
  359. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  360. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  361. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  362. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(891, 100);
  363. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  364. //
  365. // ultraButton2
  366. //
  367. this.ultraButton2.Location = new System.Drawing.Point(312, 31);
  368. this.ultraButton2.Name = "ultraButton2";
  369. this.ultraButton2.Size = new System.Drawing.Size(101, 43);
  370. this.ultraButton2.TabIndex = 3;
  371. this.ultraButton2.Text = "穿孔辊修复";
  372. //
  373. // ultraButton4
  374. //
  375. this.ultraButton4.Location = new System.Drawing.Point(172, 31);
  376. this.ultraButton4.Name = "ultraButton4";
  377. this.ultraButton4.Size = new System.Drawing.Size(101, 43);
  378. this.ultraButton4.TabIndex = 3;
  379. this.ultraButton4.Text = "配辊管理";
  380. //
  381. // ultraButton1
  382. //
  383. this.ultraButton1.Location = new System.Drawing.Point(26, 31);
  384. this.ultraButton1.Name = "ultraButton1";
  385. this.ultraButton1.Size = new System.Drawing.Size(99, 43);
  386. this.ultraButton1.TabIndex = 1;
  387. this.ultraButton1.Text = "顶头管理";
  388. //
  389. // panel2
  390. //
  391. this.panel2.Controls.Add(this.ultraComboEditor3);
  392. this.panel2.Controls.Add(this.ultraTextEditor2);
  393. this.panel2.Controls.Add(this.ultraTextEditor1);
  394. this.panel2.Controls.Add(this.ultraLabel2);
  395. this.panel2.Controls.Add(this.ultraLabel4);
  396. this.panel2.Controls.Add(this.ultraLabel1);
  397. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  398. this.panel2.Location = new System.Drawing.Point(0, 0);
  399. this.panel2.Name = "panel2";
  400. this.panel2.Size = new System.Drawing.Size(897, 63);
  401. this.panel2.TabIndex = 1;
  402. //
  403. // ultraComboEditor3
  404. //
  405. this.ultraComboEditor3.Location = new System.Drawing.Point(427, 22);
  406. this.ultraComboEditor3.Name = "ultraComboEditor3";
  407. this.ultraComboEditor3.Size = new System.Drawing.Size(101, 21);
  408. this.ultraComboEditor3.TabIndex = 7;
  409. this.ultraComboEditor3.Text = "ultraComboEditor1";
  410. //
  411. // ultraTextEditor2
  412. //
  413. this.ultraTextEditor2.Location = new System.Drawing.Point(260, 21);
  414. this.ultraTextEditor2.Name = "ultraTextEditor2";
  415. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  416. this.ultraTextEditor2.TabIndex = 6;
  417. this.ultraTextEditor2.Text = "ultraTextEditor1";
  418. //
  419. // ultraTextEditor1
  420. //
  421. this.ultraTextEditor1.Location = new System.Drawing.Point(84, 21);
  422. this.ultraTextEditor1.Name = "ultraTextEditor1";
  423. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  424. this.ultraTextEditor1.TabIndex = 6;
  425. this.ultraTextEditor1.Text = "ultraTextEditor1";
  426. //
  427. // ultraLabel2
  428. //
  429. this.ultraLabel2.Location = new System.Drawing.Point(198, 25);
  430. this.ultraLabel2.Name = "ultraLabel2";
  431. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  432. this.ultraLabel2.TabIndex = 5;
  433. this.ultraLabel2.Text = "壳体号";
  434. //
  435. // ultraLabel4
  436. //
  437. this.ultraLabel4.Location = new System.Drawing.Point(382, 26);
  438. this.ultraLabel4.Name = "ultraLabel4";
  439. this.ultraLabel4.Size = new System.Drawing.Size(67, 23);
  440. this.ultraLabel4.TabIndex = 4;
  441. this.ultraLabel4.Text = "规格";
  442. //
  443. // ultraLabel1
  444. //
  445. this.ultraLabel1.Location = new System.Drawing.Point(22, 25);
  446. this.ultraLabel1.Name = "ultraLabel1";
  447. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  448. this.ultraLabel1.TabIndex = 5;
  449. this.ultraLabel1.Text = "机架号";
  450. //
  451. // FrmPlugMain
  452. //
  453. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  454. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  455. this.ClientSize = new System.Drawing.Size(897, 479);
  456. this.Controls.Add(this.panel1);
  457. this.Name = "FrmPlugMain";
  458. this.Text = "穿孔顶头管理主界面";
  459. this.panel1.ResumeLayout(false);
  460. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  461. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).EndInit();
  462. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  463. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  464. this.ultraExpandableGroupBox1.ResumeLayout(false);
  465. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  466. this.panel2.ResumeLayout(false);
  467. this.panel2.PerformLayout();
  468. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  469. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  470. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  471. this.ResumeLayout(false);
  472. }
  473. #endregion
  474. private System.Windows.Forms.Panel panel1;
  475. private System.Windows.Forms.Panel panel2;
  476. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  477. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  478. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  479. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  480. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  481. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  482. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  483. private Infragistics.Win.Misc.UltraButton ultraButton4;
  484. private Infragistics.Win.Misc.UltraButton ultraButton1;
  485. private System.Data.DataSet dataSet3;
  486. private System.Data.DataTable dataTable1;
  487. private System.Data.DataColumn dataColumn26;
  488. private System.Data.DataColumn dataColumn27;
  489. private System.Data.DataColumn dataColumn29;
  490. private System.Data.DataColumn dataColumn30;
  491. private System.Data.DataColumn dataColumn31;
  492. private System.Data.DataColumn dataColumn32;
  493. private System.Data.DataColumn dataColumn33;
  494. private System.Data.DataColumn dataColumn34;
  495. private System.Data.DataColumn dataColumn35;
  496. private System.Data.DataColumn dataColumn36;
  497. private System.Data.DataColumn dataColumn37;
  498. private System.Data.DataColumn dataColumn40;
  499. private System.Data.DataColumn dataColumn41;
  500. private System.Data.DataColumn dataColumn42;
  501. private System.Data.DataColumn dataColumn43;
  502. private System.Data.DataColumn dataColumn44;
  503. private System.Data.DataColumn dataColumn45;
  504. private System.Data.DataColumn dataColumn46;
  505. private System.Data.DataColumn dataColumn47;
  506. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  507. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  508. private Infragistics.Win.Misc.UltraButton ultraButton2;
  509. }
  510. }