FrmPerforationRoller.Designer.cs 27 KB

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