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

702 lines
39 KiB

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