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

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