frmhothis.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class frmhothis
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FIRINGTOOLID");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OVENID");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WORKBEGINTIME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WORKENDTIME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HOTTIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUKOZZ");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SANGTOQ");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SHARTOQ");
  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. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("FIRINGTOOLID");
  52. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("OVENID");
  53. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("WORKBEGINTIME");
  54. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("WORKENDTIME");
  55. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("HOTTIME");
  56. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SUKOZZ");
  57. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SANGTOQ");
  58. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SHARTOQ");
  59. this.txtNoLadle = new System.Windows.Forms.TextBox();
  60. this.GridExcelExporter = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  61. this.label1 = new System.Windows.Forms.Label();
  62. this.tSpMenubar = new System.Windows.Forms.ToolStrip();
  63. this.QUERY = new System.Windows.Forms.ToolStripButton();
  64. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  65. this.ALL = new System.Windows.Forms.ToolStripButton();
  66. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  67. this.EXPORT = new System.Windows.Forms.ToolStripButton();
  68. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  69. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  70. this.label3 = new System.Windows.Forms.Label();
  71. this.uDTEEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  72. this.uDTEStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  73. this.label2 = new System.Windows.Forms.Label();
  74. this.uGrdhothis = new Infragistics.Win.UltraWinGrid.UltraGrid();
  75. this.uDSrhothis = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  76. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  77. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  78. this.tSpMenubar.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.uDTEEnd)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.uDTEStart)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.uGrdhothis)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.uDSrhothis)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  84. this.ultraGroupBox1.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  86. this.ultraGroupBox2.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // txtNoLadle
  90. //
  91. this.txtNoLadle.Location = new System.Drawing.Point(61, 12);
  92. this.txtNoLadle.Name = "txtNoLadle";
  93. this.txtNoLadle.Size = new System.Drawing.Size(82, 21);
  94. this.txtNoLadle.TabIndex = 1;
  95. //
  96. // label1
  97. //
  98. this.label1.AutoSize = true;
  99. this.label1.Location = new System.Drawing.Point(18, 16);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(41, 12);
  102. this.label1.TabIndex = 0;
  103. this.label1.Text = "钢包号";
  104. //
  105. // tSpMenubar
  106. //
  107. this.tSpMenubar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  108. this.tSpMenubar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  109. this.QUERY,
  110. this.toolStripSeparator1,
  111. this.ALL,
  112. this.toolStripSeparator2,
  113. this.EXPORT,
  114. this.toolStripSeparator3,
  115. this.CLOSE});
  116. this.tSpMenubar.Location = new System.Drawing.Point(0, 0);
  117. this.tSpMenubar.Name = "tSpMenubar";
  118. this.tSpMenubar.Size = new System.Drawing.Size(704, 30);
  119. this.tSpMenubar.TabIndex = 2;
  120. this.tSpMenubar.Text = "toolStrip1";
  121. this.tSpMenubar.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  122. //
  123. // QUERY
  124. //
  125. this.QUERY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  126. this.QUERY.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.QUERY.Name = "QUERY";
  128. this.QUERY.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  129. this.QUERY.Size = new System.Drawing.Size(74, 27);
  130. this.QUERY.Text = "查询(&Q)";
  131. this.QUERY.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  132. //
  133. // toolStripSeparator1
  134. //
  135. this.toolStripSeparator1.Name = "toolStripSeparator1";
  136. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
  137. //
  138. // ALL
  139. //
  140. this.ALL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  141. this.ALL.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.ALL.Name = "ALL";
  143. this.ALL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  144. this.ALL.Size = new System.Drawing.Size(96, 27);
  145. this.ALL.Text = "全部显示(&A)";
  146. this.ALL.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  147. //
  148. // toolStripSeparator2
  149. //
  150. this.toolStripSeparator2.Name = "toolStripSeparator2";
  151. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
  152. //
  153. // EXPORT
  154. //
  155. this.EXPORT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  156. this.EXPORT.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.EXPORT.Name = "EXPORT";
  158. this.EXPORT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  159. this.EXPORT.Size = new System.Drawing.Size(71, 27);
  160. this.EXPORT.Text = "导出(&P)";
  161. this.EXPORT.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  162. //
  163. // toolStripSeparator3
  164. //
  165. this.toolStripSeparator3.Name = "toolStripSeparator3";
  166. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
  167. //
  168. // CLOSE
  169. //
  170. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  171. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  172. this.CLOSE.Name = "CLOSE";
  173. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  174. this.CLOSE.Size = new System.Drawing.Size(72, 27);
  175. this.CLOSE.Text = "关闭(&C)";
  176. this.CLOSE.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  177. //
  178. // label3
  179. //
  180. this.label3.AutoSize = true;
  181. this.label3.Location = new System.Drawing.Point(169, 16);
  182. this.label3.Name = "label3";
  183. this.label3.Size = new System.Drawing.Size(77, 12);
  184. this.label3.TabIndex = 0;
  185. this.label3.Text = "烘烤时间 从";
  186. //
  187. // uDTEEnd
  188. //
  189. this.uDTEEnd.Location = new System.Drawing.Point(403, 12);
  190. this.uDTEEnd.MaskInput = "{date}";
  191. this.uDTEEnd.Name = "uDTEEnd";
  192. this.uDTEEnd.Nullable = false;
  193. this.uDTEEnd.Size = new System.Drawing.Size(123, 21);
  194. this.uDTEEnd.TabIndex = 3;
  195. //
  196. // uDTEStart
  197. //
  198. this.uDTEStart.Location = new System.Drawing.Point(252, 12);
  199. this.uDTEStart.MaskInput = "{date}";
  200. this.uDTEStart.Name = "uDTEStart";
  201. this.uDTEStart.Nullable = false;
  202. this.uDTEStart.Size = new System.Drawing.Size(123, 21);
  203. this.uDTEStart.TabIndex = 2;
  204. //
  205. // label2
  206. //
  207. this.label2.AutoSize = true;
  208. this.label2.Location = new System.Drawing.Point(381, 16);
  209. this.label2.Name = "label2";
  210. this.label2.Size = new System.Drawing.Size(17, 12);
  211. this.label2.TabIndex = 0;
  212. this.label2.Text = "到";
  213. //
  214. // uGrdhothis
  215. //
  216. this.uGrdhothis.DataSource = this.uDSrhothis;
  217. appearance1.BackColor = System.Drawing.SystemColors.Window;
  218. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  219. appearance1.FontData.SizeInPoints = 10F;
  220. this.uGrdhothis.DisplayLayout.Appearance = appearance1;
  221. ultraGridColumn1.Header.Caption = "钢包号";
  222. ultraGridColumn1.Header.VisiblePosition = 0;
  223. ultraGridColumn2.Header.Caption = "烘烤位置";
  224. ultraGridColumn2.Header.VisiblePosition = 1;
  225. ultraGridColumn3.Header.Caption = "开始时间";
  226. ultraGridColumn3.Header.VisiblePosition = 2;
  227. ultraGridColumn4.Header.Caption = "结束时间";
  228. ultraGridColumn4.Header.VisiblePosition = 3;
  229. ultraGridColumn5.Header.Caption = "烘烤时间";
  230. ultraGridColumn5.Header.VisiblePosition = 4;
  231. ultraGridColumn6.Header.Caption = "水口座砖";
  232. ultraGridColumn6.Header.VisiblePosition = 5;
  233. ultraGridColumn7.Header.Caption = "上透气";
  234. ultraGridColumn7.Header.VisiblePosition = 6;
  235. ultraGridColumn8.Header.Caption = "下透气";
  236. ultraGridColumn8.Header.VisiblePosition = 7;
  237. ultraGridBand1.Columns.AddRange(new object[] {
  238. ultraGridColumn1,
  239. ultraGridColumn2,
  240. ultraGridColumn3,
  241. ultraGridColumn4,
  242. ultraGridColumn5,
  243. ultraGridColumn6,
  244. ultraGridColumn7,
  245. ultraGridColumn8});
  246. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  247. this.uGrdhothis.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  248. appearance2.TextHAlignAsString = "Left";
  249. this.uGrdhothis.DisplayLayout.CaptionAppearance = appearance2;
  250. appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder;
  251. appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
  252. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  253. appearance3.BorderColor = System.Drawing.SystemColors.Window;
  254. this.uGrdhothis.DisplayLayout.GroupByBox.Appearance = appearance3;
  255. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  256. this.uGrdhothis.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  257. this.uGrdhothis.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  258. this.uGrdhothis.DisplayLayout.GroupByBox.Hidden = true;
  259. appearance5.BackColor = System.Drawing.SystemColors.ControlLightLight;
  260. appearance5.BackColor2 = System.Drawing.SystemColors.Control;
  261. appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  262. appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
  263. this.uGrdhothis.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
  264. this.uGrdhothis.DisplayLayout.MaxColScrollRegions = 1;
  265. this.uGrdhothis.DisplayLayout.MaxRowScrollRegions = 1;
  266. appearance6.BackColor = System.Drawing.SystemColors.Window;
  267. appearance6.ForeColor = System.Drawing.SystemColors.ControlText;
  268. this.uGrdhothis.DisplayLayout.Override.ActiveCellAppearance = appearance6;
  269. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  270. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  271. this.uGrdhothis.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  272. this.uGrdhothis.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  273. this.uGrdhothis.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  274. appearance8.BackColor = System.Drawing.SystemColors.Window;
  275. this.uGrdhothis.DisplayLayout.Override.CardAreaAppearance = appearance8;
  276. appearance9.BorderColor = System.Drawing.Color.Silver;
  277. appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  278. this.uGrdhothis.DisplayLayout.Override.CellAppearance = appearance9;
  279. this.uGrdhothis.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  280. this.uGrdhothis.DisplayLayout.Override.CellPadding = 0;
  281. this.uGrdhothis.DisplayLayout.Override.DefaultRowHeight = 21;
  282. appearance10.BackColor = System.Drawing.SystemColors.Control;
  283. appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark;
  284. appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  285. appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  286. appearance10.BorderColor = System.Drawing.SystemColors.Window;
  287. this.uGrdhothis.DisplayLayout.Override.GroupByRowAppearance = appearance10;
  288. appearance11.TextHAlignAsString = "Left";
  289. this.uGrdhothis.DisplayLayout.Override.HeaderAppearance = appearance11;
  290. this.uGrdhothis.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  291. this.uGrdhothis.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  292. appearance12.BackColor = System.Drawing.SystemColors.Window;
  293. appearance12.BorderColor = System.Drawing.Color.Silver;
  294. this.uGrdhothis.DisplayLayout.Override.RowAppearance = appearance12;
  295. this.uGrdhothis.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  296. appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
  297. this.uGrdhothis.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
  298. this.uGrdhothis.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  299. this.uGrdhothis.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  300. this.uGrdhothis.Dock = System.Windows.Forms.DockStyle.Fill;
  301. this.uGrdhothis.Location = new System.Drawing.Point(3, 0);
  302. this.uGrdhothis.Name = "uGrdhothis";
  303. this.uGrdhothis.Size = new System.Drawing.Size(698, 389);
  304. this.uGrdhothis.TabIndex = 0;
  305. //
  306. // uDSrhothis
  307. //
  308. this.uDSrhothis.Band.Columns.AddRange(new object[] {
  309. ultraDataColumn1,
  310. ultraDataColumn2,
  311. ultraDataColumn3,
  312. ultraDataColumn4,
  313. ultraDataColumn5,
  314. ultraDataColumn6,
  315. ultraDataColumn7,
  316. ultraDataColumn8});
  317. //
  318. // ultraGroupBox1
  319. //
  320. this.ultraGroupBox1.Controls.Add(this.label3);
  321. this.ultraGroupBox1.Controls.Add(this.txtNoLadle);
  322. this.ultraGroupBox1.Controls.Add(this.uDTEEnd);
  323. this.ultraGroupBox1.Controls.Add(this.label1);
  324. this.ultraGroupBox1.Controls.Add(this.uDTEStart);
  325. this.ultraGroupBox1.Controls.Add(this.label2);
  326. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  327. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 30);
  328. this.ultraGroupBox1.Name = "ultraGroupBox1";
  329. this.ultraGroupBox1.Size = new System.Drawing.Size(704, 45);
  330. this.ultraGroupBox1.TabIndex = 3;
  331. //
  332. // ultraGroupBox2
  333. //
  334. this.ultraGroupBox2.Controls.Add(this.uGrdhothis);
  335. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  336. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 75);
  337. this.ultraGroupBox2.Name = "ultraGroupBox2";
  338. this.ultraGroupBox2.Size = new System.Drawing.Size(704, 392);
  339. this.ultraGroupBox2.TabIndex = 4;
  340. //
  341. // frmhothis
  342. //
  343. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  344. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  345. this.ClientSize = new System.Drawing.Size(704, 467);
  346. this.Controls.Add(this.ultraGroupBox2);
  347. this.Controls.Add(this.ultraGroupBox1);
  348. this.Controls.Add(this.tSpMenubar);
  349. this.Name = "frmhothis";
  350. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  351. this.Text = "钢包烘烤历史记录";
  352. this.Load += new System.EventHandler(this.frmhothis_Load);
  353. this.tSpMenubar.ResumeLayout(false);
  354. this.tSpMenubar.PerformLayout();
  355. ((System.ComponentModel.ISupportInitialize)(this.uDTEEnd)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.uDTEStart)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.uGrdhothis)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.uDSrhothis)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  360. this.ultraGroupBox1.ResumeLayout(false);
  361. this.ultraGroupBox1.PerformLayout();
  362. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  363. this.ultraGroupBox2.ResumeLayout(false);
  364. this.ResumeLayout(false);
  365. this.PerformLayout();
  366. }
  367. #endregion
  368. private System.Windows.Forms.TextBox txtNoLadle;
  369. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter GridExcelExporter;
  370. private System.Windows.Forms.Label label1;
  371. private System.Windows.Forms.ToolStrip tSpMenubar;
  372. private System.Windows.Forms.ToolStripButton QUERY;
  373. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  374. private System.Windows.Forms.ToolStripButton ALL;
  375. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  376. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  377. private System.Windows.Forms.ToolStripButton CLOSE;
  378. private System.Windows.Forms.ToolStripButton EXPORT;
  379. private Infragistics.Win.UltraWinGrid.UltraGrid uGrdhothis;
  380. private System.Windows.Forms.Label label3;
  381. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uDTEEnd;
  382. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uDTEStart;
  383. private System.Windows.Forms.Label label2;
  384. private Infragistics.Win.UltraWinDataSource.UltraDataSource uDSrhothis;
  385. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  386. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  387. }
  388. }