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

597 lines
33 KiB

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