华恒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.

524 lines
29 KiB

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