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

429 lines
23 KiB

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