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

520 lines
29 KiB

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