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

573 lines
31 KiB

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