FrmTubeShell.Designer.cs 26 KB

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