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

624 lines
32 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormTBLROUTE2OP
  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(FormTBLROUTE2OP));
  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.colRouteID = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colOPID = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colRouteCode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colOpCode = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colOpSeq = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colOpContRol = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.cUser = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.cUserTime = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.OP_componentloading = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.OP_testing = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.OP_idtranslate = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.OP_packing = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.OP_oqc = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.OP_ts = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.OP_spc = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.OP_deduct = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.OP_midistoutput = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.OP_midistinput = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.OP_ComponentDown = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.OP_BurnIn = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.OP_BurnOut = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.OP_Offline = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colROUTEDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  58. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  59. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  60. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  61. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  62. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  63. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  68. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  69. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  70. this.groupControl1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  76. this.panelControl3.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // groupControl1
  80. //
  81. this.groupControl1.Controls.Add(this.grdDetail);
  82. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  84. this.groupControl1.Name = "groupControl1";
  85. this.groupControl1.Size = new System.Drawing.Size(812, 383);
  86. this.groupControl1.TabIndex = 14;
  87. this.groupControl1.Text = "详细信息";
  88. //
  89. // grdDetail
  90. //
  91. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  93. this.grdDetail.MainView = this.grvDetail;
  94. this.grdDetail.Name = "grdDetail";
  95. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  96. this.repDate});
  97. this.grdDetail.Size = new System.Drawing.Size(808, 359);
  98. this.grdDetail.TabIndex = 0;
  99. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  100. this.grvDetail});
  101. this.grdDetail.Load += new System.EventHandler(this.grdDetail_Load);
  102. this.grdDetail.Click += new System.EventHandler(this.grdDetail_Click_1);
  103. this.grdDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
  104. //
  105. // grvDetail
  106. //
  107. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  108. this.colisSelect,
  109. this.colRouteID,
  110. this.colOPID,
  111. this.colRouteCode,
  112. this.colOpCode,
  113. this.colOpSeq,
  114. this.colOpContRol,
  115. this.cUser,
  116. this.cUserTime,
  117. this.OP_componentloading,
  118. this.OP_testing,
  119. this.OP_idtranslate,
  120. this.OP_packing,
  121. this.OP_oqc,
  122. this.OP_ts,
  123. this.OP_spc,
  124. this.OP_deduct,
  125. this.OP_midistoutput,
  126. this.OP_midistinput,
  127. this.OP_ComponentDown,
  128. this.OP_BurnIn,
  129. this.OP_BurnOut,
  130. this.OP_Offline,
  131. this.colROUTEDESC,
  132. this.colOPDESC});
  133. this.grvDetail.GridControl = this.grdDetail;
  134. this.grvDetail.IndicatorWidth = 40;
  135. this.grvDetail.Name = "grvDetail";
  136. this.grvDetail.OptionsSelection.MultiSelect = true;
  137. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  138. this.grvDetail.OptionsView.ShowFooter = true;
  139. this.grvDetail.OptionsView.ShowGroupPanel = false;
  140. this.grvDetail.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
  141. new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colOpContRol, DevExpress.Data.ColumnSortOrder.Ascending)});
  142. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  143. this.grvDetail.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.grvDetail_ShowingEditor);
  144. this.grvDetail.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grvDetail_CellValueChanged_1);
  145. this.grvDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
  146. //
  147. // colisSelect
  148. //
  149. this.colisSelect.Caption = "选择";
  150. this.colisSelect.FieldName = "选择";
  151. this.colisSelect.Name = "colisSelect";
  152. this.colisSelect.Visible = true;
  153. this.colisSelect.VisibleIndex = 0;
  154. this.colisSelect.Width = 47;
  155. //
  156. // colRouteID
  157. //
  158. this.colRouteID.Caption = "途程编号";
  159. this.colRouteID.FieldName = "途程编号";
  160. this.colRouteID.Name = "colRouteID";
  161. this.colRouteID.Width = 80;
  162. //
  163. // colOPID
  164. //
  165. this.colOPID.Caption = "工序编号";
  166. this.colOPID.FieldName = "工序编号";
  167. this.colOPID.Name = "colOPID";
  168. this.colOPID.Width = 95;
  169. //
  170. // colRouteCode
  171. //
  172. this.colRouteCode.Caption = "途程代码";
  173. this.colRouteCode.FieldName = "途程代码";
  174. this.colRouteCode.Name = "colRouteCode";
  175. this.colRouteCode.Visible = true;
  176. this.colRouteCode.VisibleIndex = 1;
  177. this.colRouteCode.Width = 95;
  178. //
  179. // colOpCode
  180. //
  181. this.colOpCode.Caption = "工序代码";
  182. this.colOpCode.FieldName = "工序代码";
  183. this.colOpCode.Name = "colOpCode";
  184. this.colOpCode.Visible = true;
  185. this.colOpCode.VisibleIndex = 3;
  186. this.colOpCode.Width = 95;
  187. //
  188. // colOpSeq
  189. //
  190. this.colOpSeq.Caption = "工序次序";
  191. this.colOpSeq.FieldName = "工序次序";
  192. this.colOpSeq.Name = "colOpSeq";
  193. this.colOpSeq.Visible = true;
  194. this.colOpSeq.VisibleIndex = 5;
  195. this.colOpSeq.Width = 55;
  196. //
  197. // colOpContRol
  198. //
  199. this.colOpContRol.Caption = "工序类型";
  200. this.colOpContRol.FieldName = "工序类型";
  201. this.colOpContRol.Name = "colOpContRol";
  202. this.colOpContRol.Width = 125;
  203. //
  204. // cUser
  205. //
  206. this.cUser.Caption = "维护人";
  207. this.cUser.FieldName = "维护人";
  208. this.cUser.Name = "cUser";
  209. this.cUser.Visible = true;
  210. this.cUser.VisibleIndex = 20;
  211. //
  212. // cUserTime
  213. //
  214. this.cUserTime.Caption = "维护时间";
  215. this.cUserTime.FieldName = "维护时间";
  216. this.cUserTime.Name = "cUserTime";
  217. this.cUserTime.Visible = true;
  218. this.cUserTime.VisibleIndex = 21;
  219. this.cUserTime.Width = 125;
  220. //
  221. // OP_componentloading
  222. //
  223. this.OP_componentloading.Caption = "上料工序";
  224. this.OP_componentloading.FieldName = "OP_componentloading";
  225. this.OP_componentloading.Name = "OP_componentloading";
  226. this.OP_componentloading.Visible = true;
  227. this.OP_componentloading.VisibleIndex = 6;
  228. //
  229. // OP_testing
  230. //
  231. this.OP_testing.Caption = "测试工序";
  232. this.OP_testing.FieldName = "OP_testing";
  233. this.OP_testing.Name = "OP_testing";
  234. this.OP_testing.Visible = true;
  235. this.OP_testing.VisibleIndex = 7;
  236. //
  237. // OP_idtranslate
  238. //
  239. this.OP_idtranslate.Caption = "序号转换工序";
  240. this.OP_idtranslate.FieldName = "OP_idtranslate";
  241. this.OP_idtranslate.Name = "OP_idtranslate";
  242. this.OP_idtranslate.Visible = true;
  243. this.OP_idtranslate.VisibleIndex = 8;
  244. this.OP_idtranslate.Width = 85;
  245. //
  246. // OP_packing
  247. //
  248. this.OP_packing.Caption = "包装工序";
  249. this.OP_packing.FieldName = "OP_packing";
  250. this.OP_packing.Name = "OP_packing";
  251. this.OP_packing.Visible = true;
  252. this.OP_packing.VisibleIndex = 9;
  253. //
  254. // OP_oqc
  255. //
  256. this.OP_oqc.Caption = "OQC工序";
  257. this.OP_oqc.FieldName = "OP_oqc";
  258. this.OP_oqc.Name = "OP_oqc";
  259. this.OP_oqc.Visible = true;
  260. this.OP_oqc.VisibleIndex = 10;
  261. //
  262. // OP_ts
  263. //
  264. this.OP_ts.Caption = "维修工序";
  265. this.OP_ts.FieldName = "OP_ts";
  266. this.OP_ts.Name = "OP_ts";
  267. this.OP_ts.Visible = true;
  268. this.OP_ts.VisibleIndex = 11;
  269. //
  270. // OP_spc
  271. //
  272. this.OP_spc.Caption = "SPC工序";
  273. this.OP_spc.FieldName = "OP_spc";
  274. this.OP_spc.Name = "OP_spc";
  275. this.OP_spc.Visible = true;
  276. this.OP_spc.VisibleIndex = 12;
  277. //
  278. // OP_deduct
  279. //
  280. this.OP_deduct.Caption = "扣料工序";
  281. this.OP_deduct.FieldName = "OP_deduct";
  282. this.OP_deduct.Name = "OP_deduct";
  283. this.OP_deduct.Visible = true;
  284. this.OP_deduct.VisibleIndex = 13;
  285. //
  286. // OP_midistoutput
  287. //
  288. this.OP_midistoutput.Caption = "中间产量工序";
  289. this.OP_midistoutput.FieldName = "OP_midistoutput";
  290. this.OP_midistoutput.Name = "OP_midistoutput";
  291. this.OP_midistoutput.Visible = true;
  292. this.OP_midistoutput.VisibleIndex = 14;
  293. this.OP_midistoutput.Width = 85;
  294. //
  295. // OP_midistinput
  296. //
  297. this.OP_midistinput.Caption = "中间投入工序";
  298. this.OP_midistinput.FieldName = "OP_midistinput";
  299. this.OP_midistinput.Name = "OP_midistinput";
  300. this.OP_midistinput.Visible = true;
  301. this.OP_midistinput.VisibleIndex = 15;
  302. this.OP_midistinput.Width = 85;
  303. //
  304. // OP_ComponentDown
  305. //
  306. this.OP_ComponentDown.Caption = "下料工序";
  307. this.OP_ComponentDown.FieldName = "OP_ComponentDown";
  308. this.OP_ComponentDown.Name = "OP_ComponentDown";
  309. this.OP_ComponentDown.Visible = true;
  310. this.OP_ComponentDown.VisibleIndex = 16;
  311. //
  312. // OP_BurnIn
  313. //
  314. this.OP_BurnIn.Caption = "Burn In工序";
  315. this.OP_BurnIn.FieldName = "OP_BurnIn";
  316. this.OP_BurnIn.Name = "OP_BurnIn";
  317. this.OP_BurnIn.Visible = true;
  318. this.OP_BurnIn.VisibleIndex = 17;
  319. this.OP_BurnIn.Width = 85;
  320. //
  321. // OP_BurnOut
  322. //
  323. this.OP_BurnOut.Caption = "Burn Out工序";
  324. this.OP_BurnOut.FieldName = "OP_BurnOut";
  325. this.OP_BurnOut.Name = "OP_BurnOut";
  326. this.OP_BurnOut.Visible = true;
  327. this.OP_BurnOut.VisibleIndex = 18;
  328. this.OP_BurnOut.Width = 85;
  329. //
  330. // OP_Offline
  331. //
  332. this.OP_Offline.Caption = "下线工序";
  333. this.OP_Offline.FieldName = "OP_Offline";
  334. this.OP_Offline.Name = "OP_Offline";
  335. this.OP_Offline.Visible = true;
  336. this.OP_Offline.VisibleIndex = 19;
  337. //
  338. // colROUTEDESC
  339. //
  340. this.colROUTEDESC.Caption = "途程描述";
  341. this.colROUTEDESC.FieldName = "途程描述";
  342. this.colROUTEDESC.Name = "colROUTEDESC";
  343. this.colROUTEDESC.Visible = true;
  344. this.colROUTEDESC.VisibleIndex = 2;
  345. //
  346. // colOPDESC
  347. //
  348. this.colOPDESC.Caption = "工序";
  349. this.colOPDESC.FieldName = "工序";
  350. this.colOPDESC.Name = "colOPDESC";
  351. this.colOPDESC.Visible = true;
  352. this.colOPDESC.VisibleIndex = 4;
  353. //
  354. // repDate
  355. //
  356. this.repDate.AutoHeight = false;
  357. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  358. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  359. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  360. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  361. this.repDate.Name = "repDate";
  362. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  363. new DevExpress.XtraEditors.Controls.EditorButton()});
  364. //
  365. // rptPage
  366. //
  367. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  368. this.rptPage.Appearance.Options.UseBackColor = true;
  369. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  370. this.rptPage.isInit = false;
  371. this.rptPage.Location = new System.Drawing.Point(0, 413);
  372. this.rptPage.Name = "rptPage";
  373. this.rptPage.PageIndex = 0;
  374. this.rptPage.PageSize = 0;
  375. this.rptPage.RecordNum = 0;
  376. this.rptPage.Size = new System.Drawing.Size(812, 26);
  377. this.rptPage.TabIndex = 15;
  378. //this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  379. //
  380. // panelControl3
  381. //
  382. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  383. this.panelControl3.Appearance.Options.UseBackColor = true;
  384. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  385. this.panelControl3.Controls.Add(this.btnExit);
  386. this.panelControl3.Controls.Add(this.btnFalsh);
  387. this.panelControl3.Controls.Add(this.btnCanSelect);
  388. this.panelControl3.Controls.Add(this.btnSelect);
  389. this.panelControl3.Controls.Add(this.btnDel);
  390. this.panelControl3.Controls.Add(this.btnSave);
  391. this.panelControl3.Controls.Add(this.btnAdd);
  392. this.panelControl3.Controls.Add(this.btnClose);
  393. this.panelControl3.Controls.Add(this.lblTitle);
  394. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  395. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  396. this.panelControl3.Name = "panelControl3";
  397. this.panelControl3.Size = new System.Drawing.Size(812, 30);
  398. this.panelControl3.TabIndex = 13;
  399. //
  400. // btnExit
  401. //
  402. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  403. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  404. this.btnExit.Appearance.Options.UseFont = true;
  405. this.btnExit.Appearance.Options.UseForeColor = true;
  406. this.btnExit.Appearance.Options.UseTextOptions = true;
  407. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  408. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  409. this.btnExit.Location = new System.Drawing.Point(485, 0);
  410. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  411. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  412. this.btnExit.Name = "btnExit";
  413. this.btnExit.Size = new System.Drawing.Size(57, 30);
  414. this.btnExit.TabIndex = 37;
  415. this.btnExit.Text = "退出";
  416. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  417. //
  418. // btnFalsh
  419. //
  420. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  421. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  422. this.btnFalsh.Appearance.Options.UseFont = true;
  423. this.btnFalsh.Appearance.Options.UseForeColor = true;
  424. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  425. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  426. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  427. this.btnFalsh.Location = new System.Drawing.Point(426, 0);
  428. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  429. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  430. this.btnFalsh.Name = "btnFalsh";
  431. this.btnFalsh.Size = new System.Drawing.Size(60, 30);
  432. this.btnFalsh.TabIndex = 36;
  433. this.btnFalsh.Text = "刷新";
  434. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  435. //
  436. // btnCanSelect
  437. //
  438. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  439. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  440. this.btnCanSelect.Appearance.Options.UseFont = true;
  441. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  442. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  443. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  444. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  445. this.btnCanSelect.Location = new System.Drawing.Point(346, 0);
  446. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  447. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  448. this.btnCanSelect.Name = "btnCanSelect";
  449. this.btnCanSelect.Size = new System.Drawing.Size(82, 30);
  450. this.btnCanSelect.TabIndex = 35;
  451. this.btnCanSelect.Text = "取消全选";
  452. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  453. //
  454. // btnSelect
  455. //
  456. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  457. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  458. this.btnSelect.Appearance.Options.UseFont = true;
  459. this.btnSelect.Appearance.Options.UseForeColor = true;
  460. this.btnSelect.Appearance.Options.UseTextOptions = true;
  461. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  462. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  463. this.btnSelect.Location = new System.Drawing.Point(289, 0);
  464. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  465. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  466. this.btnSelect.Name = "btnSelect";
  467. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  468. this.btnSelect.TabIndex = 34;
  469. this.btnSelect.Text = "全选";
  470. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  471. //
  472. // btnDel
  473. //
  474. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  475. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  476. this.btnDel.Appearance.Options.UseFont = true;
  477. this.btnDel.Appearance.Options.UseForeColor = true;
  478. this.btnDel.Appearance.Options.UseTextOptions = true;
  479. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  480. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  481. this.btnDel.Location = new System.Drawing.Point(231, 0);
  482. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  483. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  484. this.btnDel.Name = "btnDel";
  485. this.btnDel.Size = new System.Drawing.Size(61, 30);
  486. this.btnDel.TabIndex = 33;
  487. this.btnDel.Text = "删除";
  488. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  489. //
  490. // btnSave
  491. //
  492. this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  493. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  494. this.btnSave.Appearance.Options.UseFont = true;
  495. this.btnSave.Appearance.Options.UseForeColor = true;
  496. this.btnSave.Appearance.Options.UseTextOptions = true;
  497. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  498. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  499. this.btnSave.Location = new System.Drawing.Point(153, 0);
  500. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  501. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  502. this.btnSave.Name = "btnSave";
  503. this.btnSave.Size = new System.Drawing.Size(81, 30);
  504. this.btnSave.TabIndex = 32;
  505. this.btnSave.Text = "保存修改";
  506. this.btnSave.Click += new System.EventHandler(this.btnEdit_Click);
  507. //
  508. // btnAdd
  509. //
  510. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  511. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  512. this.btnAdd.Appearance.Options.UseFont = true;
  513. this.btnAdd.Appearance.Options.UseForeColor = true;
  514. this.btnAdd.Appearance.Options.UseTextOptions = true;
  515. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  516. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  517. this.btnAdd.Location = new System.Drawing.Point(97, 0);
  518. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  519. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  520. this.btnAdd.Name = "btnAdd";
  521. this.btnAdd.Size = new System.Drawing.Size(59, 30);
  522. this.btnAdd.TabIndex = 31;
  523. this.btnAdd.Text = "新增";
  524. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  525. //
  526. // btnClose
  527. //
  528. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  529. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  530. this.btnClose.Appearance.Options.UseFont = true;
  531. this.btnClose.Appearance.Options.UseForeColor = true;
  532. this.btnClose.Appearance.Options.UseTextOptions = true;
  533. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  534. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  535. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  536. this.btnClose.Location = new System.Drawing.Point(786, 0);
  537. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  538. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  539. this.btnClose.Name = "btnClose";
  540. this.btnClose.Size = new System.Drawing.Size(26, 30);
  541. this.btnClose.TabIndex = 29;
  542. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  543. //
  544. // lblTitle
  545. //
  546. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  547. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  548. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  549. this.lblTitle.Location = new System.Drawing.Point(3, 3);
  550. this.lblTitle.Name = "lblTitle";
  551. this.lblTitle.Size = new System.Drawing.Size(84, 23);
  552. this.lblTitle.TabIndex = 19;
  553. this.lblTitle.Text = "途程工序关系信息";
  554. //
  555. // FormTBLROUTE2OP
  556. //
  557. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  558. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  559. this.ClientSize = new System.Drawing.Size(812, 439);
  560. this.Controls.Add(this.groupControl1);
  561. this.Controls.Add(this.rptPage);
  562. this.Controls.Add(this.panelControl3);
  563. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  564. this.Name = "FormTBLROUTE2OP";
  565. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  566. this.Text = "FormGridReport";
  567. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  568. this.groupControl1.ResumeLayout(false);
  569. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  570. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  571. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  572. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  573. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  574. this.panelControl3.ResumeLayout(false);
  575. this.ResumeLayout(false);
  576. }
  577. #endregion
  578. private DevExpress.XtraEditors.GroupControl groupControl1;
  579. private DevExpress.XtraGrid.GridControl grdDetail;
  580. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  581. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  582. private DevExpress.XtraEditors.PanelControl panelControl3;
  583. private DevExpress.XtraEditors.LabelControl lblTitle;
  584. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  585. private DevExpress.XtraGrid.Columns.GridColumn colRouteID;
  586. private DevExpress.XtraGrid.Columns.GridColumn colOPID;
  587. private DevExpress.XtraGrid.Columns.GridColumn colOpContRol;
  588. private DevExpress.XtraEditors.SimpleButton btnClose;
  589. private DevExpress.XtraEditors.SimpleButton btnAdd;
  590. private DevExpress.XtraEditors.SimpleButton btnSave;
  591. private DevExpress.XtraEditors.SimpleButton btnDel;
  592. private DevExpress.XtraEditors.SimpleButton btnSelect;
  593. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  594. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  595. private DevExpress.XtraEditors.SimpleButton btnExit;
  596. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  597. private DevExpress.XtraGrid.Columns.GridColumn colOpCode;
  598. private DevExpress.XtraGrid.Columns.GridColumn colRouteCode;
  599. private DevExpress.XtraGrid.Columns.GridColumn colOpSeq;
  600. private DevExpress.XtraGrid.Columns.GridColumn cUser;
  601. private DevExpress.XtraGrid.Columns.GridColumn cUserTime;
  602. private DevExpress.XtraGrid.Columns.GridColumn OP_componentloading;
  603. private DevExpress.XtraGrid.Columns.GridColumn OP_testing;
  604. private DevExpress.XtraGrid.Columns.GridColumn OP_idtranslate;
  605. private DevExpress.XtraGrid.Columns.GridColumn OP_packing;
  606. private DevExpress.XtraGrid.Columns.GridColumn OP_oqc;
  607. private DevExpress.XtraGrid.Columns.GridColumn OP_ts;
  608. private DevExpress.XtraGrid.Columns.GridColumn OP_spc;
  609. private DevExpress.XtraGrid.Columns.GridColumn OP_deduct;
  610. private DevExpress.XtraGrid.Columns.GridColumn OP_midistoutput;
  611. private DevExpress.XtraGrid.Columns.GridColumn OP_midistinput;
  612. private DevExpress.XtraGrid.Columns.GridColumn OP_ComponentDown;
  613. private DevExpress.XtraGrid.Columns.GridColumn OP_BurnIn;
  614. private DevExpress.XtraGrid.Columns.GridColumn OP_BurnOut;
  615. private DevExpress.XtraGrid.Columns.GridColumn OP_Offline;
  616. private DevExpress.XtraGrid.Columns.GridColumn colROUTEDESC;
  617. private DevExpress.XtraGrid.Columns.GridColumn colOPDESC;
  618. }
  619. }