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

751 lines
42 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOP
  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(FormICSOP));
  29. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  34. this.btnImportMould = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnImportData = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnTBLOP2RES = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  39. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  42. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  43. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  44. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  45. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  46. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  47. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  48. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  49. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colOPCOLLECTION = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colOPCONTROL = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colCostCenter = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colOpFrom = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colOP_componentloading = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colOP_testing = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colOP_idtranslate = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.colOP_packing = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colOP_oqc = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.colOP_ts = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.colOP_spc = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.colOP_deduct = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.colOP_midistoutput = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.colOP_midistinput = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.colOP_ComponentDown = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.colOP_BurnIn = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.colOP_BurnOut = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.colOP_Offline = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  77. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  78. this.panelControl3.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  80. this.groupControl1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // btnOutPut
  87. //
  88. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  89. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  90. this.btnOutPut.Appearance.Options.UseFont = true;
  91. this.btnOutPut.Appearance.Options.UseForeColor = true;
  92. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  93. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  94. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  95. this.btnOutPut.Location = new System.Drawing.Point(753, 0);
  96. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  97. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  98. this.btnOutPut.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  99. this.btnOutPut.Name = "btnOutPut";
  100. this.btnOutPut.Size = new System.Drawing.Size(90, 47);
  101. this.btnOutPut.TabIndex = 2;
  102. this.btnOutPut.Text = "导出";
  103. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  104. //
  105. // btnConfig
  106. //
  107. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  108. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  109. this.btnConfig.Appearance.Options.UseFont = true;
  110. this.btnConfig.Appearance.Options.UseForeColor = true;
  111. this.btnConfig.Appearance.Options.UseTextOptions = true;
  112. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  113. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  114. this.btnConfig.Location = new System.Drawing.Point(204, 0);
  115. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  116. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  117. this.btnConfig.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  118. this.btnConfig.Name = "btnConfig";
  119. this.btnConfig.Size = new System.Drawing.Size(131, 47);
  120. this.btnConfig.TabIndex = 4;
  121. this.btnConfig.Text = "数据源设置";
  122. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  123. //
  124. // btnExit
  125. //
  126. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  127. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  128. this.btnExit.Appearance.Options.UseFont = true;
  129. this.btnExit.Appearance.Options.UseForeColor = true;
  130. this.btnExit.Appearance.Options.UseTextOptions = true;
  131. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  132. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  133. this.btnExit.Location = new System.Drawing.Point(1160, 0);
  134. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  135. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  136. this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  137. this.btnExit.Name = "btnExit";
  138. this.btnExit.Size = new System.Drawing.Size(79, 47);
  139. this.btnExit.TabIndex = 10;
  140. this.btnExit.Text = "退出";
  141. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  142. //
  143. // btnFilter
  144. //
  145. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  146. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  147. this.btnFilter.Appearance.Options.UseFont = true;
  148. this.btnFilter.Appearance.Options.UseForeColor = true;
  149. this.btnFilter.Appearance.Options.UseTextOptions = true;
  150. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  151. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  152. this.btnFilter.Location = new System.Drawing.Point(120, 0);
  153. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  154. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  155. this.btnFilter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  156. this.btnFilter.Name = "btnFilter";
  157. this.btnFilter.Size = new System.Drawing.Size(84, 47);
  158. this.btnFilter.TabIndex = 11;
  159. this.btnFilter.Text = "过滤";
  160. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  161. //
  162. // panelControl3
  163. //
  164. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  165. this.panelControl3.Appearance.Options.UseBackColor = true;
  166. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  167. this.panelControl3.Controls.Add(this.btnImportMould);
  168. this.panelControl3.Controls.Add(this.btnImportData);
  169. this.panelControl3.Controls.Add(this.btnTBLOP2RES);
  170. this.panelControl3.Controls.Add(this.btnClose);
  171. this.panelControl3.Controls.Add(this.btnModify);
  172. this.panelControl3.Controls.Add(this.btnCreate);
  173. this.panelControl3.Controls.Add(this.btnCancelAll);
  174. this.panelControl3.Controls.Add(this.btnDel);
  175. this.panelControl3.Controls.Add(this.btnSelectAll);
  176. this.panelControl3.Controls.Add(this.lblTitle);
  177. this.panelControl3.Controls.Add(this.btnRefresh);
  178. this.panelControl3.Controls.Add(this.btnFilter);
  179. this.panelControl3.Controls.Add(this.btnExit);
  180. this.panelControl3.Controls.Add(this.btnConfig);
  181. this.panelControl3.Controls.Add(this.btnOutPut);
  182. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  183. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  184. this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  185. this.panelControl3.Name = "panelControl3";
  186. this.panelControl3.Size = new System.Drawing.Size(1480, 47);
  187. this.panelControl3.TabIndex = 13;
  188. //
  189. // btnImportMould
  190. //
  191. this.btnImportMould.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  192. this.btnImportMould.Appearance.ForeColor = System.Drawing.Color.White;
  193. this.btnImportMould.Appearance.Options.UseFont = true;
  194. this.btnImportMould.Appearance.Options.UseForeColor = true;
  195. this.btnImportMould.Appearance.Options.UseTextOptions = true;
  196. this.btnImportMould.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  197. this.btnImportMould.Image = ((System.Drawing.Image)(resources.GetObject("btnImportMould.Image")));
  198. this.btnImportMould.Location = new System.Drawing.Point(926, 0);
  199. this.btnImportMould.LookAndFeel.SkinName = "BlueButtonSkin";
  200. this.btnImportMould.LookAndFeel.UseDefaultLookAndFeel = false;
  201. this.btnImportMould.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  202. this.btnImportMould.Name = "btnImportMould";
  203. this.btnImportMould.Size = new System.Drawing.Size(143, 47);
  204. this.btnImportMould.TabIndex = 56;
  205. this.btnImportMould.Text = "导入模板下载";
  206. this.btnImportMould.Click += new System.EventHandler(this.btnImportMould_Click);
  207. //
  208. // btnImportData
  209. //
  210. this.btnImportData.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  211. this.btnImportData.Appearance.ForeColor = System.Drawing.Color.White;
  212. this.btnImportData.Appearance.Options.UseFont = true;
  213. this.btnImportData.Appearance.Options.UseForeColor = true;
  214. this.btnImportData.Appearance.Options.UseTextOptions = true;
  215. this.btnImportData.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  216. this.btnImportData.Image = ((System.Drawing.Image)(resources.GetObject("btnImportData.Image")));
  217. this.btnImportData.Location = new System.Drawing.Point(1069, 0);
  218. this.btnImportData.LookAndFeel.SkinName = "BlueButtonSkin";
  219. this.btnImportData.LookAndFeel.UseDefaultLookAndFeel = false;
  220. this.btnImportData.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  221. this.btnImportData.Name = "btnImportData";
  222. this.btnImportData.Size = new System.Drawing.Size(90, 47);
  223. this.btnImportData.TabIndex = 55;
  224. this.btnImportData.Text = "导入";
  225. this.btnImportData.Click += new System.EventHandler(this.btnImportData_Click);
  226. //
  227. // btnTBLOP2RES
  228. //
  229. this.btnTBLOP2RES.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  230. this.btnTBLOP2RES.Appearance.ForeColor = System.Drawing.Color.White;
  231. this.btnTBLOP2RES.Appearance.Options.UseFont = true;
  232. this.btnTBLOP2RES.Appearance.Options.UseForeColor = true;
  233. this.btnTBLOP2RES.Appearance.Options.UseTextOptions = true;
  234. this.btnTBLOP2RES.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  235. this.btnTBLOP2RES.Image = ((System.Drawing.Image)(resources.GetObject("btnTBLOP2RES.Image")));
  236. this.btnTBLOP2RES.Location = new System.Drawing.Point(1241, 0);
  237. this.btnTBLOP2RES.LookAndFeel.SkinName = "BlueButtonSkin";
  238. this.btnTBLOP2RES.LookAndFeel.UseDefaultLookAndFeel = false;
  239. this.btnTBLOP2RES.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  240. this.btnTBLOP2RES.Name = "btnTBLOP2RES";
  241. this.btnTBLOP2RES.Size = new System.Drawing.Size(119, 47);
  242. this.btnTBLOP2RES.TabIndex = 11;
  243. this.btnTBLOP2RES.Text = "关联资源";
  244. this.btnTBLOP2RES.Visible = false;
  245. this.btnTBLOP2RES.Click += new System.EventHandler(this.btnTBLOP2RES_Click);
  246. //
  247. // btnClose
  248. //
  249. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  250. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  251. this.btnClose.Appearance.Options.UseFont = true;
  252. this.btnClose.Appearance.Options.UseForeColor = true;
  253. this.btnClose.Appearance.Options.UseTextOptions = true;
  254. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  255. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  256. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  257. this.btnClose.Location = new System.Drawing.Point(1443, 0);
  258. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  259. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  260. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  261. this.btnClose.Name = "btnClose";
  262. this.btnClose.Size = new System.Drawing.Size(37, 47);
  263. this.btnClose.TabIndex = 25;
  264. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  265. //
  266. // btnModify
  267. //
  268. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  269. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  270. this.btnModify.Appearance.Options.UseFont = true;
  271. this.btnModify.Appearance.Options.UseForeColor = true;
  272. this.btnModify.Appearance.Options.UseTextOptions = true;
  273. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  274. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  275. this.btnModify.Location = new System.Drawing.Point(584, 0);
  276. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  277. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  278. this.btnModify.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  279. this.btnModify.Name = "btnModify";
  280. this.btnModify.Size = new System.Drawing.Size(90, 47);
  281. this.btnModify.TabIndex = 24;
  282. this.btnModify.Text = "修改";
  283. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  284. //
  285. // btnCreate
  286. //
  287. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  288. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  289. this.btnCreate.Appearance.Options.UseFont = true;
  290. this.btnCreate.Appearance.Options.UseForeColor = true;
  291. this.btnCreate.Appearance.Options.UseTextOptions = true;
  292. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  293. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  294. this.btnCreate.Location = new System.Drawing.Point(501, 0);
  295. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  296. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  297. this.btnCreate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  298. this.btnCreate.Name = "btnCreate";
  299. this.btnCreate.Size = new System.Drawing.Size(83, 47);
  300. this.btnCreate.TabIndex = 23;
  301. this.btnCreate.Text = "新增";
  302. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  303. //
  304. // btnCancelAll
  305. //
  306. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  307. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  308. this.btnCancelAll.Appearance.Options.UseFont = true;
  309. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  310. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  311. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  312. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  313. this.btnCancelAll.Location = new System.Drawing.Point(419, 0);
  314. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  315. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  316. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  317. this.btnCancelAll.Name = "btnCancelAll";
  318. this.btnCancelAll.Size = new System.Drawing.Size(83, 47);
  319. this.btnCancelAll.TabIndex = 22;
  320. this.btnCancelAll.Text = "全消";
  321. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  322. //
  323. // btnDel
  324. //
  325. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  326. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  327. this.btnDel.Appearance.Options.UseFont = true;
  328. this.btnDel.Appearance.Options.UseForeColor = true;
  329. this.btnDel.Appearance.Options.UseTextOptions = true;
  330. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  331. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  332. this.btnDel.Location = new System.Drawing.Point(674, 0);
  333. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  334. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  335. this.btnDel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  336. this.btnDel.Name = "btnDel";
  337. this.btnDel.Size = new System.Drawing.Size(83, 47);
  338. this.btnDel.TabIndex = 21;
  339. this.btnDel.Text = "删除";
  340. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  341. //
  342. // btnSelectAll
  343. //
  344. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  345. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  346. this.btnSelectAll.Appearance.Options.UseFont = true;
  347. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  348. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  349. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  350. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  351. this.btnSelectAll.Location = new System.Drawing.Point(336, 0);
  352. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  353. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  354. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  355. this.btnSelectAll.Name = "btnSelectAll";
  356. this.btnSelectAll.Size = new System.Drawing.Size(83, 47);
  357. this.btnSelectAll.TabIndex = 20;
  358. this.btnSelectAll.Text = "全选";
  359. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  360. //
  361. // lblTitle
  362. //
  363. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  364. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  365. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  366. this.lblTitle.Location = new System.Drawing.Point(4, 6);
  367. this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  368. this.lblTitle.Name = "lblTitle";
  369. this.lblTitle.Size = new System.Drawing.Size(116, 36);
  370. this.lblTitle.TabIndex = 19;
  371. this.lblTitle.Text = " 工序";
  372. //
  373. // btnRefresh
  374. //
  375. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  376. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  377. this.btnRefresh.Appearance.Options.UseFont = true;
  378. this.btnRefresh.Appearance.Options.UseForeColor = true;
  379. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  380. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  381. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  382. this.btnRefresh.Location = new System.Drawing.Point(843, 0);
  383. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  384. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  385. this.btnRefresh.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  386. this.btnRefresh.Name = "btnRefresh";
  387. this.btnRefresh.Size = new System.Drawing.Size(83, 47);
  388. this.btnRefresh.TabIndex = 17;
  389. this.btnRefresh.Text = "刷新";
  390. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  391. //
  392. // rptPage
  393. //
  394. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  395. this.rptPage.Appearance.Options.UseBackColor = true;
  396. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  397. this.rptPage.isInit = false;
  398. this.rptPage.Location = new System.Drawing.Point(0, 649);
  399. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  400. this.rptPage.Name = "rptPage";
  401. this.rptPage.PageIndex = 1;
  402. this.rptPage.PageSize = 10000;
  403. this.rptPage.RecordNum = 0;
  404. this.rptPage.Size = new System.Drawing.Size(1480, 41);
  405. this.rptPage.TabIndex = 15;
  406. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  407. //
  408. // groupControl1
  409. //
  410. this.groupControl1.Controls.Add(this.grdDetail);
  411. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  412. this.groupControl1.Location = new System.Drawing.Point(0, 47);
  413. this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  414. this.groupControl1.Name = "groupControl1";
  415. this.groupControl1.Size = new System.Drawing.Size(1480, 602);
  416. this.groupControl1.TabIndex = 14;
  417. this.groupControl1.Text = "详细信息";
  418. //
  419. // grdDetail
  420. //
  421. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  422. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  423. this.grdDetail.Location = new System.Drawing.Point(2, 30);
  424. this.grdDetail.MainView = this.grvDetail;
  425. this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  426. this.grdDetail.Name = "grdDetail";
  427. this.grdDetail.Size = new System.Drawing.Size(1476, 570);
  428. this.grdDetail.TabIndex = 0;
  429. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  430. this.grvDetail,
  431. this.grvAdvDetail});
  432. //
  433. // grvDetail
  434. //
  435. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  436. this.colisSelect,
  437. this.colID,
  438. this.colOPCODE,
  439. this.colOPDESC,
  440. this.colOPCOLLECTION,
  441. this.colOPCONTROL,
  442. this.colCostCenter,
  443. this.colOpFrom,
  444. this.colMUSER,
  445. this.colMUSERName,
  446. this.colMTIME,
  447. this.colWorkPoint,
  448. this.colEATTRIBUTE1,
  449. this.colOP_componentloading,
  450. this.colOP_testing,
  451. this.colOP_idtranslate,
  452. this.colOP_packing,
  453. this.colOP_oqc,
  454. this.colOP_ts,
  455. this.colOP_spc,
  456. this.colOP_deduct,
  457. this.colOP_midistoutput,
  458. this.colOP_midistinput,
  459. this.colOP_ComponentDown,
  460. this.colOP_BurnIn,
  461. this.colOP_BurnOut,
  462. this.colOP_Offline});
  463. this.grvDetail.GridControl = this.grdDetail;
  464. this.grvDetail.IndicatorWidth = 60;
  465. this.grvDetail.Name = "grvDetail";
  466. this.grvDetail.OptionsBehavior.ReadOnly = true;
  467. this.grvDetail.OptionsSelection.MultiSelect = true;
  468. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  469. this.grvDetail.OptionsView.ShowFooter = true;
  470. this.grvDetail.OptionsView.ShowGroupPanel = false;
  471. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  472. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  473. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  474. //
  475. // colisSelect
  476. //
  477. this.colisSelect.Caption = "选择";
  478. this.colisSelect.FieldName = "isSelect";
  479. this.colisSelect.Name = "colisSelect";
  480. this.colisSelect.OptionsColumn.AllowEdit = false;
  481. this.colisSelect.Visible = true;
  482. this.colisSelect.VisibleIndex = 0;
  483. //
  484. // colID
  485. //
  486. this.colID.Caption = "guid";
  487. this.colID.FieldName = "ID";
  488. this.colID.Name = "colID";
  489. //
  490. // colOPCODE
  491. //
  492. this.colOPCODE.Caption = "工序代码";
  493. this.colOPCODE.FieldName = "OPCODE";
  494. this.colOPCODE.Name = "colOPCODE";
  495. this.colOPCODE.Visible = true;
  496. this.colOPCODE.VisibleIndex = 1;
  497. //
  498. // colOPDESC
  499. //
  500. this.colOPDESC.Caption = "工序";
  501. this.colOPDESC.FieldName = "OPDESC";
  502. this.colOPDESC.Name = "colOPDESC";
  503. this.colOPDESC.Visible = true;
  504. this.colOPDESC.VisibleIndex = 2;
  505. //
  506. // colOPCOLLECTION
  507. //
  508. this.colOPCOLLECTION.Caption = "数据收集方式";
  509. this.colOPCOLLECTION.FieldName = "OPCOLLECTION";
  510. this.colOPCOLLECTION.Name = "colOPCOLLECTION";
  511. this.colOPCOLLECTION.Visible = true;
  512. this.colOPCOLLECTION.VisibleIndex = 3;
  513. //
  514. // colOPCONTROL
  515. //
  516. this.colOPCONTROL.Caption = "工序类型记录";
  517. this.colOPCONTROL.FieldName = "OPCONTROL";
  518. this.colOPCONTROL.Name = "colOPCONTROL";
  519. this.colOPCONTROL.Visible = true;
  520. this.colOPCONTROL.VisibleIndex = 4;
  521. //
  522. // colCostCenter
  523. //
  524. this.colCostCenter.Caption = "工序成本中心";
  525. this.colCostCenter.FieldName = "CostCenter";
  526. this.colCostCenter.Name = "colCostCenter";
  527. this.colCostCenter.Visible = true;
  528. this.colCostCenter.VisibleIndex = 6;
  529. //
  530. // colOpFrom
  531. //
  532. this.colOpFrom.Caption = "工序归属";
  533. this.colOpFrom.FieldName = "OpFrom";
  534. this.colOpFrom.Name = "colOpFrom";
  535. this.colOpFrom.Visible = true;
  536. this.colOpFrom.VisibleIndex = 7;
  537. //
  538. // colMUSER
  539. //
  540. this.colMUSER.Caption = "维护人";
  541. this.colMUSER.FieldName = "MUSER";
  542. this.colMUSER.Name = "colMUSER";
  543. //
  544. // colMUSERName
  545. //
  546. this.colMUSERName.Caption = "维护人名称";
  547. this.colMUSERName.FieldName = "MUSERName";
  548. this.colMUSERName.Name = "colMUSERName";
  549. this.colMUSERName.Visible = true;
  550. this.colMUSERName.VisibleIndex = 11;
  551. //
  552. // colMTIME
  553. //
  554. this.colMTIME.Caption = "维护时间";
  555. this.colMTIME.FieldName = "MTIME";
  556. this.colMTIME.Name = "colMTIME";
  557. this.colMTIME.Visible = true;
  558. this.colMTIME.VisibleIndex = 12;
  559. //
  560. // colWorkPoint
  561. //
  562. this.colWorkPoint.Caption = "站点";
  563. this.colWorkPoint.FieldName = "WorkPoint";
  564. this.colWorkPoint.Name = "colWorkPoint";
  565. //
  566. // colEATTRIBUTE1
  567. //
  568. this.colEATTRIBUTE1.Caption = "保留字段";
  569. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  570. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  571. //
  572. // colOP_componentloading
  573. //
  574. this.colOP_componentloading.Caption = "上料工序";
  575. this.colOP_componentloading.FieldName = "OP_componentloading";
  576. this.colOP_componentloading.Name = "colOP_componentloading";
  577. this.colOP_componentloading.Visible = true;
  578. this.colOP_componentloading.VisibleIndex = 5;
  579. //
  580. // colOP_testing
  581. //
  582. this.colOP_testing.Caption = "测试工序";
  583. this.colOP_testing.FieldName = "OP_testing";
  584. this.colOP_testing.Name = "colOP_testing";
  585. this.colOP_testing.Visible = true;
  586. this.colOP_testing.VisibleIndex = 8;
  587. //
  588. // colOP_idtranslate
  589. //
  590. this.colOP_idtranslate.Caption = "序号转换工序";
  591. this.colOP_idtranslate.FieldName = "OP_idtranslate";
  592. this.colOP_idtranslate.Name = "colOP_idtranslate";
  593. //
  594. // colOP_packing
  595. //
  596. this.colOP_packing.Caption = "包装工序";
  597. this.colOP_packing.FieldName = "OP_packing";
  598. this.colOP_packing.Name = "colOP_packing";
  599. this.colOP_packing.Visible = true;
  600. this.colOP_packing.VisibleIndex = 9;
  601. //
  602. // colOP_oqc
  603. //
  604. this.colOP_oqc.Caption = "OQC工序";
  605. this.colOP_oqc.FieldName = "OP_oqc";
  606. this.colOP_oqc.Name = "colOP_oqc";
  607. //
  608. // colOP_ts
  609. //
  610. this.colOP_ts.Caption = "维修工序";
  611. this.colOP_ts.FieldName = "OP_ts";
  612. this.colOP_ts.Name = "colOP_ts";
  613. this.colOP_ts.Visible = true;
  614. this.colOP_ts.VisibleIndex = 10;
  615. //
  616. // colOP_spc
  617. //
  618. this.colOP_spc.Caption = "SPC工序";
  619. this.colOP_spc.FieldName = "OP_spc";
  620. this.colOP_spc.Name = "colOP_spc";
  621. //
  622. // colOP_deduct
  623. //
  624. this.colOP_deduct.Caption = "扣料工序";
  625. this.colOP_deduct.FieldName = "OP_deduct";
  626. this.colOP_deduct.Name = "colOP_deduct";
  627. //
  628. // colOP_midistoutput
  629. //
  630. this.colOP_midistoutput.Caption = "中间产量工序";
  631. this.colOP_midistoutput.FieldName = "OP_midistoutput";
  632. this.colOP_midistoutput.Name = "colOP_midistoutput";
  633. //
  634. // colOP_midistinput
  635. //
  636. this.colOP_midistinput.Caption = "中间投入工序";
  637. this.colOP_midistinput.FieldName = "OP_midistinput";
  638. this.colOP_midistinput.Name = "colOP_midistinput";
  639. //
  640. // colOP_ComponentDown
  641. //
  642. this.colOP_ComponentDown.Caption = "下料工序";
  643. this.colOP_ComponentDown.FieldName = "OP_ComponentDown";
  644. this.colOP_ComponentDown.Name = "colOP_ComponentDown";
  645. //
  646. // colOP_BurnIn
  647. //
  648. this.colOP_BurnIn.Caption = "Burn In工序";
  649. this.colOP_BurnIn.FieldName = "OP_BurnIn";
  650. this.colOP_BurnIn.Name = "colOP_BurnIn";
  651. //
  652. // colOP_BurnOut
  653. //
  654. this.colOP_BurnOut.Caption = "Burn Out工序";
  655. this.colOP_BurnOut.FieldName = "OP_BurnOut";
  656. this.colOP_BurnOut.Name = "colOP_BurnOut";
  657. //
  658. // colOP_Offline
  659. //
  660. this.colOP_Offline.Caption = "下线工序";
  661. this.colOP_Offline.FieldName = "OP_Offline";
  662. this.colOP_Offline.Name = "colOP_Offline";
  663. //
  664. // grvAdvDetail
  665. //
  666. this.grvAdvDetail.GridControl = this.grdDetail;
  667. this.grvAdvDetail.Name = "grvAdvDetail";
  668. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  669. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  670. this.grvAdvDetail.OptionsView.ShowFooter = true;
  671. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  672. //
  673. // FormICSOP
  674. //
  675. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  676. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  677. this.ClientSize = new System.Drawing.Size(1480, 690);
  678. this.Controls.Add(this.groupControl1);
  679. this.Controls.Add(this.rptPage);
  680. this.Controls.Add(this.panelControl3);
  681. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  682. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  683. this.Name = "FormICSOP";
  684. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  685. this.Text = "FormGridReport";
  686. this.Load += new System.EventHandler(this.FormICSOP_Load);
  687. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  688. this.panelControl3.ResumeLayout(false);
  689. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  690. this.groupControl1.ResumeLayout(false);
  691. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  692. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  693. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  694. this.ResumeLayout(false);
  695. }
  696. #endregion
  697. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  698. private DevExpress.XtraEditors.SimpleButton btnExit;
  699. private DevExpress.XtraEditors.PanelControl panelControl3;
  700. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  701. private DevExpress.XtraEditors.LabelControl lblTitle;
  702. private DevExpress.XtraEditors.SimpleButton btnCreate;
  703. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  704. private DevExpress.XtraEditors.SimpleButton btnDel;
  705. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  706. private Base.UserControl.FormControl.PageNavTool rptPage;
  707. private DevExpress.XtraEditors.GroupControl groupControl1;
  708. private DevExpress.XtraGrid.GridControl grdDetail;
  709. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  710. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  711. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  712. private DevExpress.XtraEditors.SimpleButton btnModify;
  713. private DevExpress.XtraEditors.SimpleButton btnClose;
  714. private DevExpress.XtraGrid.Columns.GridColumn colID;
  715. private DevExpress.XtraGrid.Columns.GridColumn colOPCODE;
  716. private DevExpress.XtraGrid.Columns.GridColumn colOPDESC;
  717. private DevExpress.XtraGrid.Columns.GridColumn colOPCOLLECTION;
  718. private DevExpress.XtraGrid.Columns.GridColumn colOPCONTROL;
  719. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  720. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  721. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  722. private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
  723. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  724. private DevExpress.XtraGrid.Columns.GridColumn colOP_componentloading;
  725. private DevExpress.XtraGrid.Columns.GridColumn colOP_testing;
  726. private DevExpress.XtraGrid.Columns.GridColumn colOP_idtranslate;
  727. private DevExpress.XtraGrid.Columns.GridColumn colOP_packing;
  728. private DevExpress.XtraGrid.Columns.GridColumn colOP_oqc;
  729. private DevExpress.XtraGrid.Columns.GridColumn colOP_ts;
  730. private DevExpress.XtraGrid.Columns.GridColumn colOP_spc;
  731. private DevExpress.XtraGrid.Columns.GridColumn colOP_deduct;
  732. private DevExpress.XtraGrid.Columns.GridColumn colOP_midistoutput;
  733. private DevExpress.XtraGrid.Columns.GridColumn colOP_midistinput;
  734. private DevExpress.XtraGrid.Columns.GridColumn colOP_ComponentDown;
  735. private DevExpress.XtraGrid.Columns.GridColumn colOP_BurnIn;
  736. private DevExpress.XtraGrid.Columns.GridColumn colOP_BurnOut;
  737. private DevExpress.XtraGrid.Columns.GridColumn colOP_Offline;
  738. private DevExpress.XtraEditors.SimpleButton btnTBLOP2RES;
  739. private DevExpress.XtraEditors.SimpleButton btnConfig;
  740. private DevExpress.XtraEditors.SimpleButton btnFilter;
  741. private DevExpress.XtraEditors.SimpleButton btnImportData;
  742. private DevExpress.XtraEditors.SimpleButton btnImportMould;
  743. private DevExpress.XtraGrid.Columns.GridColumn colCostCenter;
  744. private DevExpress.XtraGrid.Columns.GridColumn colOpFrom;
  745. }
  746. }