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

554 lines
30 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSDataCollectInfo
  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(FormICSDataCollectInfo));
  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.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.VenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.MOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.LOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.ITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.OPSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.OPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.OPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.ISWW = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.LOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.POCode = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.PORow = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  47. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  48. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  49. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  50. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  51. this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
  52. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  53. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  54. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  55. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  56. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  57. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  58. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  59. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  60. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  61. this.colEQPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colEQPName = new DevExpress.XtraGrid.Columns.GridColumn();
  63. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  64. this.groupControl1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  71. this.panelControl3.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // groupControl1
  75. //
  76. this.groupControl1.Controls.Add(this.grdDetail);
  77. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  79. this.groupControl1.Name = "groupControl1";
  80. this.groupControl1.Size = new System.Drawing.Size(986, 453);
  81. this.groupControl1.TabIndex = 14;
  82. this.groupControl1.Text = "详细信息";
  83. //
  84. // grdDetail
  85. //
  86. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  88. this.grdDetail.MainView = this.grvDetail;
  89. this.grdDetail.Name = "grdDetail";
  90. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  91. this.repositoryItemButtonEdit1,
  92. this.repositoryItemButtonEdit2});
  93. this.grdDetail.Size = new System.Drawing.Size(982, 429);
  94. this.grdDetail.TabIndex = 1;
  95. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  96. this.grvDetail,
  97. this.grvAdvDetail});
  98. //
  99. // grvDetail
  100. //
  101. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  102. this.colID,
  103. this.colisSelect,
  104. this.VenderLotNO,
  105. this.MOCODE,
  106. this.LOTNO,
  107. this.ITEMCODE,
  108. this.INVNAME,
  109. this.OPSEQ,
  110. this.OPCODE,
  111. this.OPDESC,
  112. this.ISWW,
  113. this.LOTQTY,
  114. this.POCode,
  115. this.PORow,
  116. this.colEQPCode,
  117. this.colEQPName});
  118. this.grvDetail.GridControl = this.grdDetail;
  119. this.grvDetail.IndicatorWidth = 40;
  120. this.grvDetail.Name = "grvDetail";
  121. this.grvDetail.OptionsBehavior.Editable = false;
  122. this.grvDetail.OptionsBehavior.ReadOnly = true;
  123. this.grvDetail.OptionsSelection.MultiSelect = true;
  124. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  125. this.grvDetail.OptionsView.ShowFooter = true;
  126. this.grvDetail.OptionsView.ShowGroupPanel = false;
  127. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  128. this.grvDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
  129. //
  130. // colID
  131. //
  132. this.colID.Caption = "ID";
  133. this.colID.FieldName = "ID";
  134. this.colID.Name = "colID";
  135. //
  136. // colisSelect
  137. //
  138. this.colisSelect.Caption = "选择";
  139. this.colisSelect.FieldName = "isSelect";
  140. this.colisSelect.Name = "colisSelect";
  141. this.colisSelect.Visible = true;
  142. this.colisSelect.VisibleIndex = 0;
  143. this.colisSelect.Width = 45;
  144. //
  145. // VenderLotNO
  146. //
  147. this.VenderLotNO.Caption = "零件号";
  148. this.VenderLotNO.FieldName = "VenderLotNO";
  149. this.VenderLotNO.Name = "VenderLotNO";
  150. this.VenderLotNO.Visible = true;
  151. this.VenderLotNO.VisibleIndex = 1;
  152. //
  153. // MOCODE
  154. //
  155. this.MOCODE.Caption = "生产订单号";
  156. this.MOCODE.FieldName = "MOCODE";
  157. this.MOCODE.Name = "MOCODE";
  158. this.MOCODE.Visible = true;
  159. this.MOCODE.VisibleIndex = 2;
  160. //
  161. // LOTNO
  162. //
  163. this.LOTNO.Caption = "产品跟踪单号";
  164. this.LOTNO.FieldName = "LOTNO";
  165. this.LOTNO.Name = "LOTNO";
  166. this.LOTNO.Visible = true;
  167. this.LOTNO.VisibleIndex = 3;
  168. //
  169. // ITEMCODE
  170. //
  171. this.ITEMCODE.Caption = "存货编码";
  172. this.ITEMCODE.FieldName = "ITEMCODE";
  173. this.ITEMCODE.Name = "ITEMCODE";
  174. this.ITEMCODE.Visible = true;
  175. this.ITEMCODE.VisibleIndex = 4;
  176. //
  177. // INVNAME
  178. //
  179. this.INVNAME.Caption = "存货名称";
  180. this.INVNAME.FieldName = "INVNAME";
  181. this.INVNAME.Name = "INVNAME";
  182. this.INVNAME.Visible = true;
  183. this.INVNAME.VisibleIndex = 5;
  184. //
  185. // OPSEQ
  186. //
  187. this.OPSEQ.Caption = "工序次序";
  188. this.OPSEQ.FieldName = "OPSEQ";
  189. this.OPSEQ.Name = "OPSEQ";
  190. this.OPSEQ.Visible = true;
  191. this.OPSEQ.VisibleIndex = 6;
  192. //
  193. // OPCODE
  194. //
  195. this.OPCODE.Caption = "工序代码";
  196. this.OPCODE.FieldName = "OPCODE";
  197. this.OPCODE.Name = "OPCODE";
  198. this.OPCODE.Visible = true;
  199. this.OPCODE.VisibleIndex = 7;
  200. //
  201. // OPDESC
  202. //
  203. this.OPDESC.Caption = "工序";
  204. this.OPDESC.FieldName = "OPDESC";
  205. this.OPDESC.Name = "OPDESC";
  206. this.OPDESC.Visible = true;
  207. this.OPDESC.VisibleIndex = 8;
  208. //
  209. // ISWW
  210. //
  211. this.ISWW.Caption = "委外标识";
  212. this.ISWW.FieldName = "ISWW";
  213. this.ISWW.Name = "ISWW";
  214. this.ISWW.Visible = true;
  215. this.ISWW.VisibleIndex = 9;
  216. //
  217. // LOTQTY
  218. //
  219. this.LOTQTY.Caption = "数量";
  220. this.LOTQTY.FieldName = "LOTQTY";
  221. this.LOTQTY.Name = "LOTQTY";
  222. //
  223. // POCode
  224. //
  225. this.POCode.Caption = "采购订单号";
  226. this.POCode.FieldName = "POCode";
  227. this.POCode.Name = "POCode";
  228. //
  229. // PORow
  230. //
  231. this.PORow.Caption = "采购订单行号";
  232. this.PORow.FieldName = "PORow";
  233. this.PORow.Name = "PORow";
  234. //
  235. // repositoryItemButtonEdit1
  236. //
  237. this.repositoryItemButtonEdit1.AutoHeight = false;
  238. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  239. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up)});
  240. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  241. this.repositoryItemButtonEdit1.NullText = "上传";
  242. this.repositoryItemButtonEdit1.ReadOnly = true;
  243. this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  244. //
  245. // repositoryItemButtonEdit2
  246. //
  247. this.repositoryItemButtonEdit2.AutoHeight = false;
  248. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  249. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
  250. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  251. this.repositoryItemButtonEdit2.NullText = "下载";
  252. this.repositoryItemButtonEdit2.ReadOnly = true;
  253. this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  254. //
  255. // grvAdvDetail
  256. //
  257. this.grvAdvDetail.GridControl = this.grdDetail;
  258. this.grvAdvDetail.Name = "grvAdvDetail";
  259. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  260. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  261. this.grvAdvDetail.OptionsView.ShowFooter = true;
  262. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  263. //
  264. // rptPage
  265. //
  266. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  267. this.rptPage.Appearance.Options.UseBackColor = true;
  268. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  269. this.rptPage.isInit = false;
  270. this.rptPage.Location = new System.Drawing.Point(0, 483);
  271. this.rptPage.Name = "rptPage";
  272. this.rptPage.PageIndex = 0;
  273. this.rptPage.PageSize = 0;
  274. this.rptPage.RecordNum = 0;
  275. this.rptPage.Size = new System.Drawing.Size(986, 26);
  276. this.rptPage.TabIndex = 15;
  277. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  278. //
  279. // panelControl3
  280. //
  281. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  282. this.panelControl3.Appearance.Options.UseBackColor = true;
  283. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  284. this.panelControl3.Controls.Add(this.btnDelete);
  285. this.panelControl3.Controls.Add(this.btnOutPut);
  286. this.panelControl3.Controls.Add(this.btnCanSelect);
  287. this.panelControl3.Controls.Add(this.btnSelect);
  288. this.panelControl3.Controls.Add(this.btnConfig);
  289. this.panelControl3.Controls.Add(this.btnExit);
  290. this.panelControl3.Controls.Add(this.btnFalsh);
  291. this.panelControl3.Controls.Add(this.btnFilter);
  292. this.panelControl3.Controls.Add(this.btnClose);
  293. this.panelControl3.Controls.Add(this.lblTitle);
  294. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  295. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  296. this.panelControl3.Name = "panelControl3";
  297. this.panelControl3.Size = new System.Drawing.Size(986, 30);
  298. this.panelControl3.TabIndex = 13;
  299. //
  300. // btnDelete
  301. //
  302. this.btnDelete.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  303. this.btnDelete.Appearance.ForeColor = System.Drawing.Color.White;
  304. this.btnDelete.Appearance.Options.UseFont = true;
  305. this.btnDelete.Appearance.Options.UseForeColor = true;
  306. this.btnDelete.Appearance.Options.UseTextOptions = true;
  307. this.btnDelete.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  308. this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
  309. this.btnDelete.Location = new System.Drawing.Point(406, 0);
  310. this.btnDelete.LookAndFeel.SkinName = "BlueButtonSkin";
  311. this.btnDelete.LookAndFeel.UseDefaultLookAndFeel = false;
  312. this.btnDelete.Name = "btnDelete";
  313. this.btnDelete.Size = new System.Drawing.Size(58, 30);
  314. this.btnDelete.TabIndex = 44;
  315. this.btnDelete.Text = "删除";
  316. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  317. //
  318. // btnOutPut
  319. //
  320. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  321. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  322. this.btnOutPut.Appearance.Options.UseFont = true;
  323. this.btnOutPut.Appearance.Options.UseForeColor = true;
  324. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  325. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  326. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  327. this.btnOutPut.Location = new System.Drawing.Point(463, 0);
  328. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  329. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  330. this.btnOutPut.Name = "btnOutPut";
  331. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  332. this.btnOutPut.TabIndex = 43;
  333. this.btnOutPut.Text = "导出";
  334. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  335. //
  336. // btnCanSelect
  337. //
  338. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  339. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  340. this.btnCanSelect.Appearance.Options.UseFont = true;
  341. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  342. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  343. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  344. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  345. this.btnCanSelect.Location = new System.Drawing.Point(351, 0);
  346. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  347. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  348. this.btnCanSelect.Name = "btnCanSelect";
  349. this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
  350. this.btnCanSelect.TabIndex = 40;
  351. this.btnCanSelect.Text = "全消";
  352. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  353. //
  354. // btnSelect
  355. //
  356. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  357. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  358. this.btnSelect.Appearance.Options.UseFont = true;
  359. this.btnSelect.Appearance.Options.UseForeColor = true;
  360. this.btnSelect.Appearance.Options.UseTextOptions = true;
  361. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  362. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  363. this.btnSelect.Location = new System.Drawing.Point(293, 0);
  364. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  365. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  366. this.btnSelect.Name = "btnSelect";
  367. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  368. this.btnSelect.TabIndex = 39;
  369. this.btnSelect.Text = "全选";
  370. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  371. //
  372. // btnConfig
  373. //
  374. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  375. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  376. this.btnConfig.Appearance.Options.UseFont = true;
  377. this.btnConfig.Appearance.Options.UseForeColor = true;
  378. this.btnConfig.Appearance.Options.UseTextOptions = true;
  379. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  380. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  381. this.btnConfig.Location = new System.Drawing.Point(198, 0);
  382. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  383. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  384. this.btnConfig.Name = "btnConfig";
  385. this.btnConfig.Size = new System.Drawing.Size(95, 30);
  386. this.btnConfig.TabIndex = 38;
  387. this.btnConfig.Text = "数据源设置";
  388. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  389. //
  390. // btnExit
  391. //
  392. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  393. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  394. this.btnExit.Appearance.Options.UseFont = true;
  395. this.btnExit.Appearance.Options.UseForeColor = true;
  396. this.btnExit.Appearance.Options.UseTextOptions = true;
  397. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  398. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  399. this.btnExit.Location = new System.Drawing.Point(586, 0);
  400. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  401. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  402. this.btnExit.Name = "btnExit";
  403. this.btnExit.Size = new System.Drawing.Size(57, 30);
  404. this.btnExit.TabIndex = 37;
  405. this.btnExit.Text = "退出";
  406. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  407. //
  408. // btnFalsh
  409. //
  410. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  411. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  412. this.btnFalsh.Appearance.Options.UseFont = true;
  413. this.btnFalsh.Appearance.Options.UseForeColor = true;
  414. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  415. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  416. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  417. this.btnFalsh.Location = new System.Drawing.Point(526, 0);
  418. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  419. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  420. this.btnFalsh.Name = "btnFalsh";
  421. this.btnFalsh.Size = new System.Drawing.Size(60, 30);
  422. this.btnFalsh.TabIndex = 36;
  423. this.btnFalsh.Text = "刷新";
  424. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  425. //
  426. // btnFilter
  427. //
  428. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  429. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  430. this.btnFilter.Appearance.Options.UseFont = true;
  431. this.btnFilter.Appearance.Options.UseForeColor = true;
  432. this.btnFilter.Appearance.Options.UseTextOptions = true;
  433. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  434. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  435. this.btnFilter.Location = new System.Drawing.Point(136, 0);
  436. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  437. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  438. this.btnFilter.Name = "btnFilter";
  439. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  440. this.btnFilter.TabIndex = 30;
  441. this.btnFilter.Text = "过滤";
  442. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  443. //
  444. // btnClose
  445. //
  446. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  447. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  448. this.btnClose.Appearance.Options.UseFont = true;
  449. this.btnClose.Appearance.Options.UseForeColor = true;
  450. this.btnClose.Appearance.Options.UseTextOptions = true;
  451. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  452. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  453. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  454. this.btnClose.Location = new System.Drawing.Point(960, 0);
  455. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  456. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  457. this.btnClose.Name = "btnClose";
  458. this.btnClose.Size = new System.Drawing.Size(26, 30);
  459. this.btnClose.TabIndex = 29;
  460. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  461. //
  462. // lblTitle
  463. //
  464. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  465. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  466. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  467. this.lblTitle.Location = new System.Drawing.Point(3, 3);
  468. this.lblTitle.Name = "lblTitle";
  469. this.lblTitle.Size = new System.Drawing.Size(134, 23);
  470. this.lblTitle.TabIndex = 19;
  471. this.lblTitle.Text = "工序开工未完工维护";
  472. //
  473. // colEQPCode
  474. //
  475. this.colEQPCode.Caption = "设备编号";
  476. this.colEQPCode.FieldName = "EQPCode";
  477. this.colEQPCode.Name = "colEQPCode";
  478. this.colEQPCode.Visible = true;
  479. this.colEQPCode.VisibleIndex = 10;
  480. //
  481. // colEQPName
  482. //
  483. this.colEQPName.Caption = "设备名称";
  484. this.colEQPName.FieldName = "EQPName";
  485. this.colEQPName.Name = "colEQPName";
  486. this.colEQPName.Visible = true;
  487. this.colEQPName.VisibleIndex = 11;
  488. //
  489. // FormICSDataCollectInfo
  490. //
  491. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  492. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  493. this.ClientSize = new System.Drawing.Size(986, 509);
  494. this.Controls.Add(this.groupControl1);
  495. this.Controls.Add(this.rptPage);
  496. this.Controls.Add(this.panelControl3);
  497. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  498. this.Name = "FormICSDataCollectInfo";
  499. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  500. this.Text = "FormICSItemLot";
  501. this.Load += new System.EventHandler(this.FormICSSum_Manday_Load_1);
  502. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  503. this.groupControl1.ResumeLayout(false);
  504. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  505. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  506. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  507. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  508. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  509. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  510. this.panelControl3.ResumeLayout(false);
  511. this.ResumeLayout(false);
  512. }
  513. #endregion
  514. private DevExpress.XtraEditors.GroupControl groupControl1;
  515. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  516. private DevExpress.XtraEditors.PanelControl panelControl3;
  517. private DevExpress.XtraEditors.LabelControl lblTitle;
  518. private DevExpress.XtraEditors.SimpleButton btnClose;
  519. private DevExpress.XtraEditors.SimpleButton btnFilter;
  520. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  521. private DevExpress.XtraEditors.SimpleButton btnExit;
  522. private DevExpress.XtraEditors.SimpleButton btnConfig;
  523. private DevExpress.XtraEditors.SimpleButton btnSelect;
  524. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  525. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  526. private DevExpress.XtraGrid.GridControl grdDetail;
  527. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  528. private DevExpress.XtraGrid.Columns.GridColumn colID;
  529. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  530. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  531. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  532. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  533. private DevExpress.XtraGrid.Columns.GridColumn VenderLotNO;
  534. private DevExpress.XtraGrid.Columns.GridColumn MOCODE;
  535. private DevExpress.XtraGrid.Columns.GridColumn LOTNO;
  536. private DevExpress.XtraGrid.Columns.GridColumn ITEMCODE;
  537. private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
  538. private DevExpress.XtraGrid.Columns.GridColumn OPSEQ;
  539. private DevExpress.XtraGrid.Columns.GridColumn OPCODE;
  540. private DevExpress.XtraGrid.Columns.GridColumn OPDESC;
  541. private DevExpress.XtraGrid.Columns.GridColumn ISWW;
  542. private DevExpress.XtraEditors.SimpleButton btnDelete;
  543. private DevExpress.XtraGrid.Columns.GridColumn LOTQTY;
  544. private DevExpress.XtraGrid.Columns.GridColumn POCode;
  545. private DevExpress.XtraGrid.Columns.GridColumn PORow;
  546. private DevExpress.XtraGrid.Columns.GridColumn colEQPCode;
  547. private DevExpress.XtraGrid.Columns.GridColumn colEQPName;
  548. }
  549. }