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

715 lines
40 KiB

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