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

593 lines
35 KiB

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