华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

469 lines
26 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEQPMaintainReport
  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. DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSEQPMaintainReport));
  30. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  31. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  32. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colEQPID = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colEQPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colEQPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colEType = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colEQPStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colMaintainItem = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colFrequency = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colnextTime = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  44. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  45. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  46. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  47. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  48. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  49. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  50. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  51. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  52. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  53. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  54. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  55. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  56. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  57. this.groupControl1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  64. this.panelControl3.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // groupControl1
  68. //
  69. this.groupControl1.Controls.Add(this.grdDetail);
  70. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  72. this.groupControl1.Name = "groupControl1";
  73. this.groupControl1.Size = new System.Drawing.Size(1156, 383);
  74. this.groupControl1.TabIndex = 14;
  75. this.groupControl1.Text = "详细信息";
  76. //
  77. // grdDetail
  78. //
  79. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  81. this.grdDetail.MainView = this.grvDetail;
  82. this.grdDetail.Name = "grdDetail";
  83. this.grdDetail.Size = new System.Drawing.Size(1152, 359);
  84. this.grdDetail.TabIndex = 0;
  85. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  86. this.grvDetail,
  87. this.grvAdvDetail});
  88. //
  89. // grvDetail
  90. //
  91. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  92. this.colisSelect,
  93. this.colEQPID,
  94. this.colEQPCode,
  95. this.colEQPDESC,
  96. this.colEType,
  97. this.colEQPStatus,
  98. this.colMaintainItem,
  99. this.colFrequency,
  100. this.colMTIME,
  101. this.colnextTime});
  102. this.grvDetail.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
  103. styleFormatCondition1});
  104. this.grvDetail.GridControl = this.grdDetail;
  105. this.grvDetail.IndicatorWidth = 40;
  106. this.grvDetail.Name = "grvDetail";
  107. this.grvDetail.OptionsBehavior.Editable = false;
  108. this.grvDetail.OptionsBehavior.ReadOnly = true;
  109. this.grvDetail.OptionsSelection.MultiSelect = true;
  110. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  111. this.grvDetail.OptionsView.ShowFooter = true;
  112. this.grvDetail.OptionsView.ShowGroupPanel = false;
  113. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  114. this.grvDetail.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.grvDetail_RowCellStyle);
  115. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  116. //
  117. // colisSelect
  118. //
  119. this.colisSelect.Caption = "选择";
  120. this.colisSelect.FieldName = "isSelect";
  121. this.colisSelect.Name = "colisSelect";
  122. this.colisSelect.Visible = true;
  123. this.colisSelect.VisibleIndex = 0;
  124. this.colisSelect.Width = 48;
  125. //
  126. // colEQPID
  127. //
  128. this.colEQPID.Caption = "设备ID";
  129. this.colEQPID.FieldName = "EQPID";
  130. this.colEQPID.Name = "colEQPID";
  131. //
  132. // colEQPCode
  133. //
  134. this.colEQPCode.Caption = "设备编号";
  135. this.colEQPCode.FieldName = "EQPCode";
  136. this.colEQPCode.Name = "colEQPCode";
  137. this.colEQPCode.Visible = true;
  138. this.colEQPCode.VisibleIndex = 1;
  139. //
  140. // colEQPDESC
  141. //
  142. this.colEQPDESC.Caption = "设备描述";
  143. this.colEQPDESC.FieldName = "EQPDESC";
  144. this.colEQPDESC.Name = "colEQPDESC";
  145. this.colEQPDESC.Visible = true;
  146. this.colEQPDESC.VisibleIndex = 2;
  147. this.colEQPDESC.Width = 104;
  148. //
  149. // colEType
  150. //
  151. this.colEType.Caption = "设备类型";
  152. this.colEType.FieldName = "EType";
  153. this.colEType.Name = "colEType";
  154. this.colEType.Visible = true;
  155. this.colEType.VisibleIndex = 4;
  156. //
  157. // colEQPStatus
  158. //
  159. this.colEQPStatus.Caption = "设备状态";
  160. this.colEQPStatus.FieldName = "EQPStatus";
  161. this.colEQPStatus.Name = "colEQPStatus";
  162. this.colEQPStatus.Visible = true;
  163. this.colEQPStatus.VisibleIndex = 5;
  164. //
  165. // colMaintainItem
  166. //
  167. this.colMaintainItem.Caption = "保养内容";
  168. this.colMaintainItem.FieldName = "MaintainItem";
  169. this.colMaintainItem.Name = "colMaintainItem";
  170. this.colMaintainItem.Visible = true;
  171. this.colMaintainItem.VisibleIndex = 3;
  172. this.colMaintainItem.Width = 127;
  173. //
  174. // colFrequency
  175. //
  176. this.colFrequency.Caption = "频率";
  177. this.colFrequency.FieldName = "Frequency";
  178. this.colFrequency.Name = "colFrequency";
  179. this.colFrequency.Visible = true;
  180. this.colFrequency.VisibleIndex = 6;
  181. //
  182. // colMTIME
  183. //
  184. this.colMTIME.Caption = "上次保养时间";
  185. this.colMTIME.FieldName = "MTIME";
  186. this.colMTIME.Name = "colMTIME";
  187. this.colMTIME.Visible = true;
  188. this.colMTIME.VisibleIndex = 7;
  189. this.colMTIME.Width = 102;
  190. //
  191. // colnextTime
  192. //
  193. this.colnextTime.Caption = "下次保养时间";
  194. this.colnextTime.FieldName = "nextTime";
  195. this.colnextTime.Name = "colnextTime";
  196. this.colnextTime.Visible = true;
  197. this.colnextTime.VisibleIndex = 8;
  198. this.colnextTime.Width = 126;
  199. //
  200. // grvAdvDetail
  201. //
  202. this.grvAdvDetail.GridControl = this.grdDetail;
  203. this.grvAdvDetail.Name = "grvAdvDetail";
  204. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  205. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  206. this.grvAdvDetail.OptionsView.ShowFooter = true;
  207. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  208. //
  209. // repDate
  210. //
  211. this.repDate.AutoHeight = false;
  212. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  213. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  214. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  215. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  216. this.repDate.Name = "repDate";
  217. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  218. new DevExpress.XtraEditors.Controls.EditorButton()});
  219. //
  220. // rptPage
  221. //
  222. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  223. this.rptPage.Appearance.Options.UseBackColor = true;
  224. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  225. this.rptPage.isInit = false;
  226. this.rptPage.Location = new System.Drawing.Point(0, 413);
  227. this.rptPage.Name = "rptPage";
  228. this.rptPage.PageIndex = 0;
  229. this.rptPage.PageSize = 0;
  230. this.rptPage.RecordNum = 0;
  231. this.rptPage.Size = new System.Drawing.Size(1156, 26);
  232. this.rptPage.TabIndex = 15;
  233. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  234. //
  235. // btnExit
  236. //
  237. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  238. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  239. this.btnExit.Appearance.Options.UseFont = true;
  240. this.btnExit.Appearance.Options.UseForeColor = true;
  241. this.btnExit.Appearance.Options.UseTextOptions = true;
  242. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  243. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  244. this.btnExit.Location = new System.Drawing.Point(498, 0);
  245. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  246. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  247. this.btnExit.Name = "btnExit";
  248. this.btnExit.Size = new System.Drawing.Size(57, 30);
  249. this.btnExit.TabIndex = 10;
  250. this.btnExit.Text = "退出";
  251. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  252. //
  253. // btnFilter
  254. //
  255. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  256. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  257. this.btnFilter.Appearance.Options.UseFont = true;
  258. this.btnFilter.Appearance.Options.UseForeColor = true;
  259. this.btnFilter.Appearance.Options.UseTextOptions = true;
  260. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  261. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  262. this.btnFilter.Location = new System.Drawing.Point(96, 0);
  263. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  264. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  265. this.btnFilter.Name = "btnFilter";
  266. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  267. this.btnFilter.TabIndex = 11;
  268. this.btnFilter.Text = "过滤";
  269. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  270. //
  271. // panelControl3
  272. //
  273. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  274. this.panelControl3.Appearance.Options.UseBackColor = true;
  275. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  276. this.panelControl3.Controls.Add(this.btnFalsh);
  277. this.panelControl3.Controls.Add(this.btnOutPut);
  278. this.panelControl3.Controls.Add(this.btnSelect);
  279. this.panelControl3.Controls.Add(this.btnCanSelect);
  280. this.panelControl3.Controls.Add(this.btnConfig);
  281. this.panelControl3.Controls.Add(this.lblTitle);
  282. this.panelControl3.Controls.Add(this.btnClose);
  283. this.panelControl3.Controls.Add(this.btnFilter);
  284. this.panelControl3.Controls.Add(this.btnExit);
  285. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  286. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  287. this.panelControl3.Name = "panelControl3";
  288. this.panelControl3.Size = new System.Drawing.Size(1156, 30);
  289. this.panelControl3.TabIndex = 13;
  290. //
  291. // btnFalsh
  292. //
  293. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  294. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  295. this.btnFalsh.Appearance.Options.UseFont = true;
  296. this.btnFalsh.Appearance.Options.UseForeColor = true;
  297. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  298. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  299. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  300. this.btnFalsh.Location = new System.Drawing.Point(440, 0);
  301. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  302. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  303. this.btnFalsh.Name = "btnFalsh";
  304. this.btnFalsh.Size = new System.Drawing.Size(58, 30);
  305. this.btnFalsh.TabIndex = 48;
  306. this.btnFalsh.Text = "刷新";
  307. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  308. //
  309. // btnOutPut
  310. //
  311. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  312. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  313. this.btnOutPut.Appearance.Options.UseFont = true;
  314. this.btnOutPut.Appearance.Options.UseForeColor = true;
  315. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  316. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  317. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  318. this.btnOutPut.Location = new System.Drawing.Point(372, 0);
  319. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  320. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  321. this.btnOutPut.Name = "btnOutPut";
  322. this.btnOutPut.Size = new System.Drawing.Size(69, 30);
  323. this.btnOutPut.TabIndex = 47;
  324. this.btnOutPut.Text = "导出";
  325. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  326. //
  327. // btnSelect
  328. //
  329. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  330. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  331. this.btnSelect.Appearance.Options.UseFont = true;
  332. this.btnSelect.Appearance.Options.UseForeColor = true;
  333. this.btnSelect.Appearance.Options.UseTextOptions = true;
  334. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  335. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  336. this.btnSelect.Location = new System.Drawing.Point(256, 0);
  337. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  338. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  339. this.btnSelect.Name = "btnSelect";
  340. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  341. this.btnSelect.TabIndex = 45;
  342. this.btnSelect.Text = "全选";
  343. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  344. //
  345. // btnCanSelect
  346. //
  347. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  348. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  349. this.btnCanSelect.Appearance.Options.UseFont = true;
  350. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  351. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  352. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  353. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  354. this.btnCanSelect.Location = new System.Drawing.Point(314, 0);
  355. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  356. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  357. this.btnCanSelect.Name = "btnCanSelect";
  358. this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
  359. this.btnCanSelect.TabIndex = 46;
  360. this.btnCanSelect.Text = "全消";
  361. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  362. //
  363. // btnConfig
  364. //
  365. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  366. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  367. this.btnConfig.Appearance.Options.UseFont = true;
  368. this.btnConfig.Appearance.Options.UseForeColor = true;
  369. this.btnConfig.Appearance.Options.UseTextOptions = true;
  370. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  371. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  372. this.btnConfig.Location = new System.Drawing.Point(161, 0);
  373. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  374. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  375. this.btnConfig.Name = "btnConfig";
  376. this.btnConfig.Size = new System.Drawing.Size(95, 30);
  377. this.btnConfig.TabIndex = 26;
  378. this.btnConfig.Text = "数据源设置";
  379. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  380. //
  381. // lblTitle
  382. //
  383. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  384. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  385. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  386. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  387. this.lblTitle.Name = "lblTitle";
  388. this.lblTitle.Size = new System.Drawing.Size(87, 23);
  389. this.lblTitle.TabIndex = 19;
  390. this.lblTitle.Text = "设备保养报表";
  391. //
  392. // btnClose
  393. //
  394. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  395. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  396. this.btnClose.Appearance.Options.UseFont = true;
  397. this.btnClose.Appearance.Options.UseForeColor = true;
  398. this.btnClose.Appearance.Options.UseTextOptions = true;
  399. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  400. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  401. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  402. this.btnClose.Location = new System.Drawing.Point(1130, 0);
  403. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  404. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  405. this.btnClose.Name = "btnClose";
  406. this.btnClose.Size = new System.Drawing.Size(26, 30);
  407. this.btnClose.TabIndex = 14;
  408. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  409. //
  410. // FormICSEQPMaintainReport
  411. //
  412. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  413. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  414. this.ClientSize = new System.Drawing.Size(1156, 439);
  415. this.Controls.Add(this.groupControl1);
  416. this.Controls.Add(this.rptPage);
  417. this.Controls.Add(this.panelControl3);
  418. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  419. this.Name = "FormICSEQPMaintainReport";
  420. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  421. this.Text = "FormGridReport";
  422. this.Load += new System.EventHandler(this.FormICSEQPMaintainPlan_Load);
  423. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  424. this.groupControl1.ResumeLayout(false);
  425. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  428. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  429. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  430. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  431. this.panelControl3.ResumeLayout(false);
  432. this.ResumeLayout(false);
  433. }
  434. #endregion
  435. private DevExpress.XtraEditors.GroupControl groupControl1;
  436. private DevExpress.XtraGrid.GridControl grdDetail;
  437. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  438. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  439. private DevExpress.XtraEditors.SimpleButton btnExit;
  440. private DevExpress.XtraEditors.SimpleButton btnFilter;
  441. private DevExpress.XtraEditors.PanelControl panelControl3;
  442. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  443. private DevExpress.XtraEditors.SimpleButton btnClose;
  444. private DevExpress.XtraEditors.LabelControl lblTitle;
  445. private DevExpress.XtraGrid.Columns.GridColumn colEQPID;
  446. private DevExpress.XtraGrid.Columns.GridColumn colMaintainItem;
  447. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  448. private DevExpress.XtraGrid.Columns.GridColumn colFrequency;
  449. private DevExpress.XtraEditors.SimpleButton btnConfig;
  450. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  451. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  452. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  453. private DevExpress.XtraEditors.SimpleButton btnSelect;
  454. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  455. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  456. private DevExpress.XtraGrid.Columns.GridColumn colEQPCode;
  457. private DevExpress.XtraGrid.Columns.GridColumn colEQPDESC;
  458. private DevExpress.XtraGrid.Columns.GridColumn colEType;
  459. private DevExpress.XtraGrid.Columns.GridColumn colEQPStatus;
  460. private DevExpress.XtraGrid.Columns.GridColumn colnextTime;
  461. }
  462. }