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

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