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

512 lines
29 KiB

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