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

547 lines
32 KiB

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