frmhothisNEW.Designer.cs 24 KB

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