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

795 lines
45 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSNCTP
  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(FormICSNCTP));
  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.colNCTPType = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colProductDate = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colProductMO = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colProjectCode = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colOPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colOPName = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colProductNum = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colEQPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colEQPName = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colUnitTP = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colTotalTP = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colProductUser = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colDeptCheckUser = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colDeptCheckTime = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colMECheckUser = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colMECheckTime = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  56. this.BtnDiscardedTrial = new DevExpress.XtraEditors.SimpleButton();
  57. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  58. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  59. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  61. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  62. this.txtMECheck = new DevExpress.XtraEditors.SimpleButton();
  63. this.txtDeptCheck = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnImportMould = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnImportData = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  69. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  70. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
  72. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  73. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  74. this.btnDelLable = new DevExpress.XtraEditors.SimpleButton();
  75. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  76. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  77. this.groupControl1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  84. this.panelControl3.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // groupControl1
  88. //
  89. this.groupControl1.Controls.Add(this.grdDetail);
  90. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  92. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  93. this.groupControl1.Name = "groupControl1";
  94. this.groupControl1.Size = new System.Drawing.Size(1378, 612);
  95. this.groupControl1.TabIndex = 14;
  96. this.groupControl1.Text = "详细信息";
  97. //
  98. // grdDetail
  99. //
  100. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  102. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  103. this.grdDetail.MainView = this.grvDetail;
  104. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.grdDetail.Name = "grdDetail";
  106. this.grdDetail.Size = new System.Drawing.Size(1374, 584);
  107. this.grdDetail.TabIndex = 0;
  108. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  109. this.grvDetail,
  110. this.grvAdvDetail});
  111. //
  112. // grvDetail
  113. //
  114. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  115. this.colisSelect,
  116. this.colID,
  117. this.colNCTPType,
  118. this.colProductDate,
  119. this.colProductMO,
  120. this.colItemCode,
  121. this.colItemName,
  122. this.colProjectCode,
  123. this.colOPCode,
  124. this.colOPName,
  125. this.colProductNum,
  126. this.colEQPCode,
  127. this.colEQPName,
  128. this.colUnitTP,
  129. this.colTotalTP,
  130. this.colProductUser,
  131. this.colStatus,
  132. this.colDeptCheckUser,
  133. this.colDeptCheckTime,
  134. this.colMECheckUser,
  135. this.colMECheckTime,
  136. this.colMUSERName,
  137. this.colMTIME});
  138. this.grvDetail.GridControl = this.grdDetail;
  139. this.grvDetail.IndicatorWidth = 40;
  140. this.grvDetail.Name = "grvDetail";
  141. this.grvDetail.OptionsBehavior.Editable = false;
  142. this.grvDetail.OptionsBehavior.ReadOnly = true;
  143. this.grvDetail.OptionsSelection.MultiSelect = true;
  144. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  145. this.grvDetail.OptionsView.ShowFooter = true;
  146. this.grvDetail.OptionsView.ShowGroupPanel = false;
  147. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  148. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  149. //
  150. // colisSelect
  151. //
  152. this.colisSelect.Caption = "选择";
  153. this.colisSelect.FieldName = "isSelect";
  154. this.colisSelect.Name = "colisSelect";
  155. this.colisSelect.Visible = true;
  156. this.colisSelect.VisibleIndex = 0;
  157. //
  158. // colID
  159. //
  160. this.colID.Caption = "guid";
  161. this.colID.FieldName = "ID";
  162. this.colID.Name = "colID";
  163. //
  164. // colNCTPType
  165. //
  166. this.colNCTPType.Caption = "申请单类型";
  167. this.colNCTPType.FieldName = "NCTPType";
  168. this.colNCTPType.Name = "colNCTPType";
  169. //
  170. // colProductDate
  171. //
  172. this.colProductDate.Caption = "生产时间";
  173. this.colProductDate.FieldName = "ProductDate";
  174. this.colProductDate.Name = "colProductDate";
  175. this.colProductDate.Visible = true;
  176. this.colProductDate.VisibleIndex = 2;
  177. this.colProductDate.Width = 94;
  178. //
  179. // colProductMO
  180. //
  181. this.colProductMO.Caption = "生产订单号";
  182. this.colProductMO.FieldName = "ProductMO";
  183. this.colProductMO.Name = "colProductMO";
  184. this.colProductMO.Visible = true;
  185. this.colProductMO.VisibleIndex = 1;
  186. this.colProductMO.Width = 103;
  187. //
  188. // colItemCode
  189. //
  190. this.colItemCode.Caption = "存货编码";
  191. this.colItemCode.FieldName = "ItemCode";
  192. this.colItemCode.Name = "colItemCode";
  193. this.colItemCode.Visible = true;
  194. this.colItemCode.VisibleIndex = 3;
  195. //
  196. // colItemName
  197. //
  198. this.colItemName.Caption = "存货名称";
  199. this.colItemName.FieldName = "ItemName";
  200. this.colItemName.Name = "colItemName";
  201. this.colItemName.Visible = true;
  202. this.colItemName.VisibleIndex = 4;
  203. //
  204. // colProjectCode
  205. //
  206. this.colProjectCode.Caption = "苏船工号";
  207. this.colProjectCode.FieldName = "ProjectCode";
  208. this.colProjectCode.Name = "colProjectCode";
  209. this.colProjectCode.Width = 116;
  210. //
  211. // colOPCode
  212. //
  213. this.colOPCode.Caption = "加工工序";
  214. this.colOPCode.FieldName = "OPCode";
  215. this.colOPCode.Name = "colOPCode";
  216. this.colOPCode.Visible = true;
  217. this.colOPCode.VisibleIndex = 6;
  218. this.colOPCode.Width = 98;
  219. //
  220. // colOPName
  221. //
  222. this.colOPName.Caption = "工序";
  223. this.colOPName.FieldName = "OPName";
  224. this.colOPName.Name = "colOPName";
  225. this.colOPName.Visible = true;
  226. this.colOPName.VisibleIndex = 7;
  227. //
  228. // colProductNum
  229. //
  230. this.colProductNum.Caption = "加工数量";
  231. this.colProductNum.FieldName = "ProductNum";
  232. this.colProductNum.Name = "colProductNum";
  233. this.colProductNum.Visible = true;
  234. this.colProductNum.VisibleIndex = 5;
  235. //
  236. // colEQPCode
  237. //
  238. this.colEQPCode.Caption = "设备编号";
  239. this.colEQPCode.FieldName = "EQPCode";
  240. this.colEQPCode.Name = "colEQPCode";
  241. this.colEQPCode.Visible = true;
  242. this.colEQPCode.VisibleIndex = 11;
  243. //
  244. // colEQPName
  245. //
  246. this.colEQPName.Caption = "设备名称";
  247. this.colEQPName.FieldName = "EQPName";
  248. this.colEQPName.Name = "colEQPName";
  249. this.colEQPName.Visible = true;
  250. this.colEQPName.VisibleIndex = 12;
  251. //
  252. // colUnitTP
  253. //
  254. this.colUnitTP.Caption = "单位工时";
  255. this.colUnitTP.FieldName = "UnitTP";
  256. this.colUnitTP.Name = "colUnitTP";
  257. this.colUnitTP.Visible = true;
  258. this.colUnitTP.VisibleIndex = 10;
  259. //
  260. // colTotalTP
  261. //
  262. this.colTotalTP.Caption = "加工工时";
  263. this.colTotalTP.FieldName = "TotalTP";
  264. this.colTotalTP.Name = "colTotalTP";
  265. this.colTotalTP.Visible = true;
  266. this.colTotalTP.VisibleIndex = 8;
  267. //
  268. // colProductUser
  269. //
  270. this.colProductUser.Caption = "加工人员";
  271. this.colProductUser.FieldName = "ProductUser";
  272. this.colProductUser.Name = "colProductUser";
  273. this.colProductUser.Visible = true;
  274. this.colProductUser.VisibleIndex = 9;
  275. //
  276. // colStatus
  277. //
  278. this.colStatus.Caption = "审核状态";
  279. this.colStatus.FieldName = "Status";
  280. this.colStatus.Name = "colStatus";
  281. this.colStatus.Visible = true;
  282. this.colStatus.VisibleIndex = 14;
  283. //
  284. // colDeptCheckUser
  285. //
  286. this.colDeptCheckUser.Caption = "审核";
  287. this.colDeptCheckUser.FieldName = "DeptCheckUser";
  288. this.colDeptCheckUser.Name = "colDeptCheckUser";
  289. this.colDeptCheckUser.Visible = true;
  290. this.colDeptCheckUser.VisibleIndex = 15;
  291. //
  292. // colDeptCheckTime
  293. //
  294. this.colDeptCheckTime.Caption = "审核时间";
  295. this.colDeptCheckTime.FieldName = "DeptCheckTime";
  296. this.colDeptCheckTime.Name = "colDeptCheckTime";
  297. this.colDeptCheckTime.Visible = true;
  298. this.colDeptCheckTime.VisibleIndex = 13;
  299. //
  300. // colMECheckUser
  301. //
  302. this.colMECheckUser.Caption = "工艺部门审核";
  303. this.colMECheckUser.FieldName = "MECheckUser";
  304. this.colMECheckUser.Name = "colMECheckUser";
  305. //
  306. // colMECheckTime
  307. //
  308. this.colMECheckTime.Caption = "工艺审核时间";
  309. this.colMECheckTime.FieldName = "MECheckTime";
  310. this.colMECheckTime.Name = "colMECheckTime";
  311. //
  312. // colMUSERName
  313. //
  314. this.colMUSERName.Caption = "维护人";
  315. this.colMUSERName.FieldName = "MUSERName";
  316. this.colMUSERName.Name = "colMUSERName";
  317. this.colMUSERName.Visible = true;
  318. this.colMUSERName.VisibleIndex = 16;
  319. this.colMUSERName.Width = 96;
  320. //
  321. // colMTIME
  322. //
  323. this.colMTIME.Caption = "维护时间";
  324. this.colMTIME.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  325. this.colMTIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  326. this.colMTIME.FieldName = "MTIME";
  327. this.colMTIME.Name = "colMTIME";
  328. this.colMTIME.Visible = true;
  329. this.colMTIME.VisibleIndex = 17;
  330. this.colMTIME.Width = 125;
  331. //
  332. // grvAdvDetail
  333. //
  334. this.grvAdvDetail.GridControl = this.grdDetail;
  335. this.grvAdvDetail.Name = "grvAdvDetail";
  336. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  337. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  338. this.grvAdvDetail.OptionsView.ShowFooter = true;
  339. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  340. //
  341. // BtnDiscardedTrial
  342. //
  343. this.BtnDiscardedTrial.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  344. this.BtnDiscardedTrial.Appearance.ForeColor = System.Drawing.Color.White;
  345. this.BtnDiscardedTrial.Appearance.Options.UseFont = true;
  346. this.BtnDiscardedTrial.Appearance.Options.UseForeColor = true;
  347. this.BtnDiscardedTrial.Appearance.Options.UseTextOptions = true;
  348. this.BtnDiscardedTrial.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  349. this.BtnDiscardedTrial.Image = ((System.Drawing.Image)(resources.GetObject("BtnDiscardedTrial.Image")));
  350. this.BtnDiscardedTrial.Location = new System.Drawing.Point(1040, 0);
  351. this.BtnDiscardedTrial.LookAndFeel.SkinName = "BlueButtonSkin";
  352. this.BtnDiscardedTrial.LookAndFeel.UseDefaultLookAndFeel = false;
  353. this.BtnDiscardedTrial.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  354. this.BtnDiscardedTrial.Name = "BtnDiscardedTrial";
  355. this.BtnDiscardedTrial.Size = new System.Drawing.Size(85, 39);
  356. this.BtnDiscardedTrial.TabIndex = 56;
  357. this.BtnDiscardedTrial.Text = "弃审";
  358. this.BtnDiscardedTrial.Click += new System.EventHandler(this.BtnDiscardedTrial_Click);
  359. //
  360. // repDate
  361. //
  362. this.repDate.AutoHeight = false;
  363. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  364. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  365. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  366. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  367. this.repDate.Name = "repDate";
  368. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  369. new DevExpress.XtraEditors.Controls.EditorButton()});
  370. //
  371. // rptPage
  372. //
  373. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  374. this.rptPage.Appearance.Options.UseBackColor = true;
  375. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  376. this.rptPage.isInit = false;
  377. this.rptPage.Location = new System.Drawing.Point(0, 651);
  378. this.rptPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  379. this.rptPage.Name = "rptPage";
  380. this.rptPage.PageIndex = 1;
  381. this.rptPage.PageSize = 10000;
  382. this.rptPage.RecordNum = 0;
  383. this.rptPage.Size = new System.Drawing.Size(1378, 33);
  384. this.rptPage.TabIndex = 15;
  385. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  386. //
  387. // btnExit
  388. //
  389. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  390. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  391. this.btnExit.Appearance.Options.UseFont = true;
  392. this.btnExit.Appearance.Options.UseForeColor = true;
  393. this.btnExit.Appearance.Options.UseTextOptions = true;
  394. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  395. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  396. this.btnExit.Location = new System.Drawing.Point(1125, 0);
  397. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  398. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  399. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  400. this.btnExit.Name = "btnExit";
  401. this.btnExit.Size = new System.Drawing.Size(63, 39);
  402. this.btnExit.TabIndex = 10;
  403. this.btnExit.Text = "退出";
  404. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  405. //
  406. // btnFilter
  407. //
  408. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  409. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  410. this.btnFilter.Appearance.Options.UseFont = true;
  411. this.btnFilter.Appearance.Options.UseForeColor = true;
  412. this.btnFilter.Appearance.Options.UseTextOptions = true;
  413. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  414. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  415. this.btnFilter.Location = new System.Drawing.Point(121, 0);
  416. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  417. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  418. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  419. this.btnFilter.Name = "btnFilter";
  420. this.btnFilter.Size = new System.Drawing.Size(67, 39);
  421. this.btnFilter.TabIndex = 11;
  422. this.btnFilter.Text = "过滤";
  423. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  424. //
  425. // panelControl3
  426. //
  427. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  428. this.panelControl3.Appearance.Options.UseBackColor = true;
  429. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  430. this.panelControl3.Controls.Add(this.BtnDiscardedTrial);
  431. this.panelControl3.Controls.Add(this.txtMECheck);
  432. this.panelControl3.Controls.Add(this.txtDeptCheck);
  433. this.panelControl3.Controls.Add(this.btnImportMould);
  434. this.panelControl3.Controls.Add(this.btnImportData);
  435. this.panelControl3.Controls.Add(this.btnFilter);
  436. this.panelControl3.Controls.Add(this.btnFalsh);
  437. this.panelControl3.Controls.Add(this.btnOutPut);
  438. this.panelControl3.Controls.Add(this.btnCanSelect);
  439. this.panelControl3.Controls.Add(this.btnSelect);
  440. this.panelControl3.Controls.Add(this.btnConfig);
  441. this.panelControl3.Controls.Add(this.btnEdit);
  442. this.panelControl3.Controls.Add(this.btnAdd);
  443. this.panelControl3.Controls.Add(this.lblTitle);
  444. this.panelControl3.Controls.Add(this.btnDelLable);
  445. this.panelControl3.Controls.Add(this.btnClose);
  446. this.panelControl3.Controls.Add(this.btnExit);
  447. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  448. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  449. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  450. this.panelControl3.Name = "panelControl3";
  451. this.panelControl3.Size = new System.Drawing.Size(1378, 39);
  452. this.panelControl3.TabIndex = 13;
  453. //
  454. // txtMECheck
  455. //
  456. this.txtMECheck.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  457. this.txtMECheck.Appearance.ForeColor = System.Drawing.Color.White;
  458. this.txtMECheck.Appearance.Options.UseFont = true;
  459. this.txtMECheck.Appearance.Options.UseForeColor = true;
  460. this.txtMECheck.Appearance.Options.UseTextOptions = true;
  461. this.txtMECheck.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  462. this.txtMECheck.Image = ((System.Drawing.Image)(resources.GetObject("txtMECheck.Image")));
  463. this.txtMECheck.Location = new System.Drawing.Point(1186, 0);
  464. this.txtMECheck.LookAndFeel.SkinName = "BlueButtonSkin";
  465. this.txtMECheck.LookAndFeel.UseDefaultLookAndFeel = false;
  466. this.txtMECheck.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  467. this.txtMECheck.Name = "txtMECheck";
  468. this.txtMECheck.Size = new System.Drawing.Size(83, 39);
  469. this.txtMECheck.TabIndex = 55;
  470. this.txtMECheck.Text = "工艺审核";
  471. this.txtMECheck.Visible = false;
  472. this.txtMECheck.Click += new System.EventHandler(this.txtMECheck_Click);
  473. //
  474. // txtDeptCheck
  475. //
  476. this.txtDeptCheck.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  477. this.txtDeptCheck.Appearance.ForeColor = System.Drawing.Color.White;
  478. this.txtDeptCheck.Appearance.Options.UseFont = true;
  479. this.txtDeptCheck.Appearance.Options.UseForeColor = true;
  480. this.txtDeptCheck.Appearance.Options.UseTextOptions = true;
  481. this.txtDeptCheck.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  482. this.txtDeptCheck.Image = ((System.Drawing.Image)(resources.GetObject("txtDeptCheck.Image")));
  483. this.txtDeptCheck.Location = new System.Drawing.Point(955, 0);
  484. this.txtDeptCheck.LookAndFeel.SkinName = "BlueButtonSkin";
  485. this.txtDeptCheck.LookAndFeel.UseDefaultLookAndFeel = false;
  486. this.txtDeptCheck.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  487. this.txtDeptCheck.Name = "txtDeptCheck";
  488. this.txtDeptCheck.Size = new System.Drawing.Size(85, 39);
  489. this.txtDeptCheck.TabIndex = 54;
  490. this.txtDeptCheck.Text = "审核";
  491. this.txtDeptCheck.Click += new System.EventHandler(this.txtDeptCheck_Click);
  492. //
  493. // btnImportMould
  494. //
  495. this.btnImportMould.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  496. this.btnImportMould.Appearance.ForeColor = System.Drawing.Color.White;
  497. this.btnImportMould.Appearance.Options.UseFont = true;
  498. this.btnImportMould.Appearance.Options.UseForeColor = true;
  499. this.btnImportMould.Appearance.Options.UseTextOptions = true;
  500. this.btnImportMould.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  501. this.btnImportMould.Image = ((System.Drawing.Image)(resources.GetObject("btnImportMould.Image")));
  502. this.btnImportMould.Location = new System.Drawing.Point(631, 0);
  503. this.btnImportMould.LookAndFeel.SkinName = "BlueButtonSkin";
  504. this.btnImportMould.LookAndFeel.UseDefaultLookAndFeel = false;
  505. this.btnImportMould.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  506. this.btnImportMould.Name = "btnImportMould";
  507. this.btnImportMould.Size = new System.Drawing.Size(114, 39);
  508. this.btnImportMould.TabIndex = 16;
  509. this.btnImportMould.Text = "导入模板下载";
  510. this.btnImportMould.Click += new System.EventHandler(this.btnImportMould_Click);
  511. //
  512. // btnImportData
  513. //
  514. this.btnImportData.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  515. this.btnImportData.Appearance.ForeColor = System.Drawing.Color.White;
  516. this.btnImportData.Appearance.Options.UseFont = true;
  517. this.btnImportData.Appearance.Options.UseForeColor = true;
  518. this.btnImportData.Appearance.Options.UseTextOptions = true;
  519. this.btnImportData.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  520. this.btnImportData.Image = ((System.Drawing.Image)(resources.GetObject("btnImportData.Image")));
  521. this.btnImportData.Location = new System.Drawing.Point(745, 0);
  522. this.btnImportData.LookAndFeel.SkinName = "BlueButtonSkin";
  523. this.btnImportData.LookAndFeel.UseDefaultLookAndFeel = false;
  524. this.btnImportData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  525. this.btnImportData.Name = "btnImportData";
  526. this.btnImportData.Size = new System.Drawing.Size(72, 39);
  527. this.btnImportData.TabIndex = 53;
  528. this.btnImportData.Text = "导入";
  529. this.btnImportData.Click += new System.EventHandler(this.btnImportData_Click);
  530. //
  531. // btnFalsh
  532. //
  533. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  534. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  535. this.btnFalsh.Appearance.Options.UseFont = true;
  536. this.btnFalsh.Appearance.Options.UseForeColor = true;
  537. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  538. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  539. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  540. this.btnFalsh.Location = new System.Drawing.Point(889, 0);
  541. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  542. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  543. this.btnFalsh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  544. this.btnFalsh.Name = "btnFalsh";
  545. this.btnFalsh.Size = new System.Drawing.Size(66, 39);
  546. this.btnFalsh.TabIndex = 49;
  547. this.btnFalsh.Text = "刷新";
  548. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  549. //
  550. // btnOutPut
  551. //
  552. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  553. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  554. this.btnOutPut.Appearance.Options.UseFont = true;
  555. this.btnOutPut.Appearance.Options.UseForeColor = true;
  556. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  557. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  558. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  559. this.btnOutPut.Location = new System.Drawing.Point(817, 0);
  560. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  561. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  562. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  563. this.btnOutPut.Name = "btnOutPut";
  564. this.btnOutPut.Size = new System.Drawing.Size(72, 39);
  565. this.btnOutPut.TabIndex = 48;
  566. this.btnOutPut.Text = "导出";
  567. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  568. //
  569. // btnCanSelect
  570. //
  571. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  572. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  573. this.btnCanSelect.Appearance.Options.UseFont = true;
  574. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  575. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  576. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  577. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  578. this.btnCanSelect.Location = new System.Drawing.Point(360, 0);
  579. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  580. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  581. this.btnCanSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  582. this.btnCanSelect.Name = "btnCanSelect";
  583. this.btnCanSelect.Size = new System.Drawing.Size(66, 39);
  584. this.btnCanSelect.TabIndex = 47;
  585. this.btnCanSelect.Text = "全消";
  586. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  587. //
  588. // btnSelect
  589. //
  590. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  591. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  592. this.btnSelect.Appearance.Options.UseFont = true;
  593. this.btnSelect.Appearance.Options.UseForeColor = true;
  594. this.btnSelect.Appearance.Options.UseTextOptions = true;
  595. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  596. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  597. this.btnSelect.Location = new System.Drawing.Point(294, 0);
  598. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  599. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  600. this.btnSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  601. this.btnSelect.Name = "btnSelect";
  602. this.btnSelect.Size = new System.Drawing.Size(66, 39);
  603. this.btnSelect.TabIndex = 45;
  604. this.btnSelect.Text = "全选";
  605. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  606. //
  607. // btnConfig
  608. //
  609. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  610. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  611. this.btnConfig.Appearance.Options.UseFont = true;
  612. this.btnConfig.Appearance.Options.UseForeColor = true;
  613. this.btnConfig.Appearance.Options.UseTextOptions = true;
  614. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  615. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  616. this.btnConfig.Location = new System.Drawing.Point(189, 0);
  617. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  618. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  619. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  620. this.btnConfig.Name = "btnConfig";
  621. this.btnConfig.Size = new System.Drawing.Size(105, 39);
  622. this.btnConfig.TabIndex = 26;
  623. this.btnConfig.Text = "数据源设置";
  624. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  625. //
  626. // btnEdit
  627. //
  628. this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  629. this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
  630. this.btnEdit.Appearance.Options.UseFont = true;
  631. this.btnEdit.Appearance.Options.UseForeColor = true;
  632. this.btnEdit.Appearance.Options.UseTextOptions = true;
  633. this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  634. this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
  635. this.btnEdit.Location = new System.Drawing.Point(493, 0);
  636. this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
  637. this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
  638. this.btnEdit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  639. this.btnEdit.Name = "btnEdit";
  640. this.btnEdit.Size = new System.Drawing.Size(72, 39);
  641. this.btnEdit.TabIndex = 23;
  642. this.btnEdit.Text = "修改";
  643. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  644. //
  645. // btnAdd
  646. //
  647. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  648. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  649. this.btnAdd.Appearance.Options.UseFont = true;
  650. this.btnAdd.Appearance.Options.UseForeColor = true;
  651. this.btnAdd.Appearance.Options.UseTextOptions = true;
  652. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  653. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  654. this.btnAdd.Location = new System.Drawing.Point(426, 0);
  655. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  656. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  657. this.btnAdd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  658. this.btnAdd.Name = "btnAdd";
  659. this.btnAdd.Size = new System.Drawing.Size(66, 39);
  660. this.btnAdd.TabIndex = 22;
  661. this.btnAdd.Text = "新增";
  662. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  663. //
  664. // lblTitle
  665. //
  666. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  667. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  668. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  669. this.lblTitle.Location = new System.Drawing.Point(3, 5);
  670. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  671. this.lblTitle.Name = "lblTitle";
  672. this.lblTitle.Size = new System.Drawing.Size(136, 30);
  673. this.lblTitle.TabIndex = 19;
  674. this.lblTitle.Text = "工时记录表";
  675. //
  676. // btnDelLable
  677. //
  678. this.btnDelLable.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  679. this.btnDelLable.Appearance.ForeColor = System.Drawing.Color.White;
  680. this.btnDelLable.Appearance.Options.UseFont = true;
  681. this.btnDelLable.Appearance.Options.UseForeColor = true;
  682. this.btnDelLable.Appearance.Options.UseTextOptions = true;
  683. this.btnDelLable.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  684. this.btnDelLable.Image = ((System.Drawing.Image)(resources.GetObject("btnDelLable.Image")));
  685. this.btnDelLable.Location = new System.Drawing.Point(565, 0);
  686. this.btnDelLable.LookAndFeel.SkinName = "BlueButtonSkin";
  687. this.btnDelLable.LookAndFeel.UseDefaultLookAndFeel = false;
  688. this.btnDelLable.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  689. this.btnDelLable.Name = "btnDelLable";
  690. this.btnDelLable.Size = new System.Drawing.Size(66, 39);
  691. this.btnDelLable.TabIndex = 17;
  692. this.btnDelLable.Text = "删除";
  693. this.btnDelLable.Click += new System.EventHandler(this.btnDel_Click);
  694. //
  695. // btnClose
  696. //
  697. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  698. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  699. this.btnClose.Appearance.Options.UseFont = true;
  700. this.btnClose.Appearance.Options.UseForeColor = true;
  701. this.btnClose.Appearance.Options.UseTextOptions = true;
  702. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  703. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  704. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  705. this.btnClose.Location = new System.Drawing.Point(1348, 0);
  706. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  707. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  708. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  709. this.btnClose.Name = "btnClose";
  710. this.btnClose.Size = new System.Drawing.Size(30, 39);
  711. this.btnClose.TabIndex = 14;
  712. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  713. //
  714. // FormICSNCTP
  715. //
  716. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  717. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  718. this.ClientSize = new System.Drawing.Size(1378, 684);
  719. this.Controls.Add(this.groupControl1);
  720. this.Controls.Add(this.rptPage);
  721. this.Controls.Add(this.panelControl3);
  722. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  723. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  724. this.Name = "FormICSNCTP";
  725. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  726. this.Text = "产品工序检验项目";
  727. this.Load += new System.EventHandler(this.FormICSFACTORY_Load);
  728. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  729. this.groupControl1.ResumeLayout(false);
  730. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  731. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  732. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  733. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  734. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  735. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  736. this.panelControl3.ResumeLayout(false);
  737. this.ResumeLayout(false);
  738. }
  739. #endregion
  740. private DevExpress.XtraEditors.GroupControl groupControl1;
  741. private DevExpress.XtraGrid.GridControl grdDetail;
  742. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  743. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  744. private DevExpress.XtraEditors.SimpleButton btnExit;
  745. private DevExpress.XtraEditors.SimpleButton btnFilter;
  746. private DevExpress.XtraEditors.PanelControl panelControl3;
  747. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  748. private DevExpress.XtraEditors.SimpleButton btnClose;
  749. private DevExpress.XtraEditors.SimpleButton btnDelLable;
  750. private DevExpress.XtraEditors.LabelControl lblTitle;
  751. private DevExpress.XtraEditors.SimpleButton btnEdit;
  752. private DevExpress.XtraEditors.SimpleButton btnAdd;
  753. private DevExpress.XtraEditors.SimpleButton btnConfig;
  754. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  755. private DevExpress.XtraEditors.SimpleButton btnSelect;
  756. private DevExpress.XtraGrid.Columns.GridColumn colID;
  757. private DevExpress.XtraGrid.Columns.GridColumn colProductDate;
  758. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  759. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  760. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  761. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  762. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  763. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  764. private DevExpress.XtraGrid.Columns.GridColumn colItemCode;
  765. private DevExpress.XtraGrid.Columns.GridColumn colProductNum;
  766. private DevExpress.XtraGrid.Columns.GridColumn colEQPCode;
  767. private DevExpress.XtraGrid.Columns.GridColumn colEQPName;
  768. private DevExpress.XtraGrid.Columns.GridColumn colProductMO;
  769. private DevExpress.XtraGrid.Columns.GridColumn colItemName;
  770. private DevExpress.XtraEditors.SimpleButton btnImportData;
  771. private DevExpress.XtraEditors.SimpleButton btnImportMould;
  772. private DevExpress.XtraGrid.Columns.GridColumn colProjectCode;
  773. private DevExpress.XtraGrid.Columns.GridColumn colOPCode;
  774. private DevExpress.XtraGrid.Columns.GridColumn colUnitTP;
  775. private DevExpress.XtraGrid.Columns.GridColumn colTotalTP;
  776. private DevExpress.XtraGrid.Columns.GridColumn colProductUser;
  777. private DevExpress.XtraGrid.Columns.GridColumn colStatus;
  778. private DevExpress.XtraGrid.Columns.GridColumn colDeptCheckUser;
  779. private DevExpress.XtraGrid.Columns.GridColumn colDeptCheckTime;
  780. private DevExpress.XtraGrid.Columns.GridColumn colMECheckUser;
  781. private DevExpress.XtraGrid.Columns.GridColumn colMECheckTime;
  782. private DevExpress.XtraEditors.SimpleButton txtMECheck;
  783. private DevExpress.XtraEditors.SimpleButton txtDeptCheck;
  784. private DevExpress.XtraGrid.Columns.GridColumn colOPName;
  785. private DevExpress.XtraEditors.SimpleButton BtnDiscardedTrial;
  786. private DevExpress.XtraGrid.Columns.GridColumn colNCTPType;
  787. }
  788. }