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

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