锐腾搅拌上料功能
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.

485 lines
27 KiB

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