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

527 lines
30 KiB

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