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

507 lines
28 KiB

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