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

475 lines
27 KiB

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