FrmMandrelMain.Designer.cs 29 KB

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