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

548 lines
30 KiB

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