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

743 lines
39 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSIntSupCal
  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(FormICSIntSupCal));
  29. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  30. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.Colmoseq = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.ColInvcode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.ColInvname = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.COlopcode = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.ColOPdesc = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.Colmoqty = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.Colokqty = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.Colupqty = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.Coleqpcode = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.ColCanUpqty = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.Colprcode = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.Colprline = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.ColPocode = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.Colpoline = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.Colprqty = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.Colisup = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.Colisinput = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.Colpoqty = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.Colprlineid = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.Colpoid = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.Colpodid = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.eqpname = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.cState = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.isclose = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.closetime = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.Weight = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.Allweight = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.repSerialButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  63. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  64. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  65. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  66. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  69. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  70. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  72. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  73. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  74. this.btnGetInfo = new DevExpress.XtraEditors.SimpleButton();
  75. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  76. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  77. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  78. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  82. this.groupControl1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  84. this.panelControl3.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // grdDetail
  88. //
  89. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  91. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  92. this.grdDetail.MainView = this.grvDetail;
  93. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  94. this.grdDetail.Name = "grdDetail";
  95. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  96. this.repSerialButtonEdit});
  97. this.grdDetail.Size = new System.Drawing.Size(1295, 464);
  98. this.grdDetail.TabIndex = 0;
  99. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  100. this.grvDetail});
  101. //
  102. // grvDetail
  103. //
  104. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  105. this.colisSelect,
  106. this.ID,
  107. this.colMOCODE,
  108. this.Colmoseq,
  109. this.ColInvcode,
  110. this.ColInvname,
  111. this.COlopcode,
  112. this.ColOPdesc,
  113. this.Colmoqty,
  114. this.Colokqty,
  115. this.Colupqty,
  116. this.Coleqpcode,
  117. this.ColCanUpqty,
  118. this.gridColumn1,
  119. this.Colprcode,
  120. this.Colprline,
  121. this.ColPocode,
  122. this.Colpoline,
  123. this.Colprqty,
  124. this.Colisup,
  125. this.Colisinput,
  126. this.Colpoqty,
  127. this.Colprlineid,
  128. this.Colpoid,
  129. this.Colpodid,
  130. this.eqpname,
  131. this.cState,
  132. this.isclose,
  133. this.closetime,
  134. this.Weight,
  135. this.Allweight});
  136. this.grvDetail.GridControl = this.grdDetail;
  137. this.grvDetail.IndicatorWidth = 60;
  138. this.grvDetail.Name = "grvDetail";
  139. this.grvDetail.OptionsBehavior.ReadOnly = true;
  140. this.grvDetail.OptionsSelection.MultiSelect = true;
  141. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  142. this.grvDetail.OptionsView.ShowFooter = true;
  143. this.grvDetail.OptionsView.ShowGroupPanel = false;
  144. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  145. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  146. //
  147. // colisSelect
  148. //
  149. this.colisSelect.Caption = "选择";
  150. this.colisSelect.FieldName = "isSelect";
  151. this.colisSelect.Name = "colisSelect";
  152. this.colisSelect.OptionsColumn.AllowEdit = false;
  153. this.colisSelect.Visible = true;
  154. this.colisSelect.VisibleIndex = 0;
  155. //
  156. // ID
  157. //
  158. this.ID.Caption = "GUID";
  159. this.ID.FieldName = "ID";
  160. this.ID.Name = "ID";
  161. //
  162. // colMOCODE
  163. //
  164. this.colMOCODE.Caption = "生产订单号";
  165. this.colMOCODE.FieldName = "工单号";
  166. this.colMOCODE.Name = "colMOCODE";
  167. this.colMOCODE.Visible = true;
  168. this.colMOCODE.VisibleIndex = 9;
  169. //
  170. // Colmoseq
  171. //
  172. this.Colmoseq.Caption = "生产订单行号";
  173. this.Colmoseq.FieldName = "工单行";
  174. this.Colmoseq.Name = "Colmoseq";
  175. this.Colmoseq.Visible = true;
  176. this.Colmoseq.VisibleIndex = 10;
  177. this.Colmoseq.Width = 181;
  178. //
  179. // ColInvcode
  180. //
  181. this.ColInvcode.Caption = "存货编码";
  182. this.ColInvcode.FieldName = "物料编码";
  183. this.ColInvcode.Name = "ColInvcode";
  184. this.ColInvcode.Visible = true;
  185. this.ColInvcode.VisibleIndex = 11;
  186. //
  187. // ColInvname
  188. //
  189. this.ColInvname.Caption = "存货名称";
  190. this.ColInvname.FieldName = "物料名称";
  191. this.ColInvname.Name = "ColInvname";
  192. this.ColInvname.Visible = true;
  193. this.ColInvname.VisibleIndex = 12;
  194. //
  195. // COlopcode
  196. //
  197. this.COlopcode.Caption = "工序编码";
  198. this.COlopcode.FieldName = "工序编码";
  199. this.COlopcode.Name = "COlopcode";
  200. this.COlopcode.Visible = true;
  201. this.COlopcode.VisibleIndex = 13;
  202. //
  203. // ColOPdesc
  204. //
  205. this.ColOPdesc.Caption = "工序名称";
  206. this.ColOPdesc.FieldName = "工序名称";
  207. this.ColOPdesc.Name = "ColOPdesc";
  208. this.ColOPdesc.Visible = true;
  209. this.ColOPdesc.VisibleIndex = 14;
  210. //
  211. // Colmoqty
  212. //
  213. this.Colmoqty.Caption = "订单数量";
  214. this.Colmoqty.FieldName = "订单数量";
  215. this.Colmoqty.Name = "Colmoqty";
  216. this.Colmoqty.Visible = true;
  217. this.Colmoqty.VisibleIndex = 15;
  218. //
  219. // Colokqty
  220. //
  221. this.Colokqty.Caption = "完工合格数量";
  222. this.Colokqty.FieldName = "完工合格数量";
  223. this.Colokqty.Name = "Colokqty";
  224. this.Colokqty.Visible = true;
  225. this.Colokqty.VisibleIndex = 16;
  226. //
  227. // Colupqty
  228. //
  229. this.Colupqty.Caption = "已上传数量";
  230. this.Colupqty.FieldName = "已上传数量";
  231. this.Colupqty.Name = "Colupqty";
  232. this.Colupqty.Visible = true;
  233. this.Colupqty.VisibleIndex = 17;
  234. //
  235. // Coleqpcode
  236. //
  237. this.Coleqpcode.Caption = "报工设备";
  238. this.Coleqpcode.FieldName = "报工设备";
  239. this.Coleqpcode.Name = "Coleqpcode";
  240. this.Coleqpcode.Visible = true;
  241. this.Coleqpcode.VisibleIndex = 18;
  242. //
  243. // ColCanUpqty
  244. //
  245. this.ColCanUpqty.Caption = "本次可上传数量";
  246. this.ColCanUpqty.FieldName = "本次可上传数量";
  247. this.ColCanUpqty.Name = "ColCanUpqty";
  248. //
  249. // gridColumn1
  250. //
  251. this.gridColumn1.Caption = "预计完工日期";
  252. this.gridColumn1.FieldName = "MOPLANENDTIME";
  253. this.gridColumn1.Name = "gridColumn1";
  254. //
  255. // Colprcode
  256. //
  257. this.Colprcode.Caption = "请购单号";
  258. this.Colprcode.FieldName = "请购单号";
  259. this.Colprcode.Name = "Colprcode";
  260. this.Colprcode.Visible = true;
  261. this.Colprcode.VisibleIndex = 1;
  262. //
  263. // Colprline
  264. //
  265. this.Colprline.Caption = "请购单行";
  266. this.Colprline.FieldName = "请购单行";
  267. this.Colprline.Name = "Colprline";
  268. this.Colprline.Visible = true;
  269. this.Colprline.VisibleIndex = 2;
  270. //
  271. // ColPocode
  272. //
  273. this.ColPocode.Caption = "采购订单号";
  274. this.ColPocode.FieldName = "采购订单号";
  275. this.ColPocode.Name = "ColPocode";
  276. this.ColPocode.Visible = true;
  277. this.ColPocode.VisibleIndex = 4;
  278. //
  279. // Colpoline
  280. //
  281. this.Colpoline.Caption = "采购订单行号";
  282. this.Colpoline.FieldName = "采购订单行号";
  283. this.Colpoline.Name = "Colpoline";
  284. this.Colpoline.Visible = true;
  285. this.Colpoline.VisibleIndex = 5;
  286. //
  287. // Colprqty
  288. //
  289. this.Colprqty.Caption = "请购数量";
  290. this.Colprqty.FieldName = "请购数量";
  291. this.Colprqty.Name = "Colprqty";
  292. this.Colprqty.Visible = true;
  293. this.Colprqty.VisibleIndex = 3;
  294. //
  295. // Colisup
  296. //
  297. this.Colisup.Caption = "是否上传ERP";
  298. this.Colisup.FieldName = "是否上传ERP";
  299. this.Colisup.Name = "Colisup";
  300. this.Colisup.Visible = true;
  301. this.Colisup.VisibleIndex = 7;
  302. //
  303. // Colisinput
  304. //
  305. this.Colisinput.Caption = "是否结算";
  306. this.Colisinput.FieldName = "是否结算";
  307. this.Colisinput.Name = "Colisinput";
  308. this.Colisinput.Visible = true;
  309. this.Colisinput.VisibleIndex = 8;
  310. //
  311. // Colpoqty
  312. //
  313. this.Colpoqty.Caption = "采购数量";
  314. this.Colpoqty.FieldName = "采购数量";
  315. this.Colpoqty.Name = "Colpoqty";
  316. this.Colpoqty.Visible = true;
  317. this.Colpoqty.VisibleIndex = 6;
  318. //
  319. // Colprlineid
  320. //
  321. this.Colprlineid.Caption = "请购单行ID";
  322. this.Colprlineid.FieldName = "PRLINEID";
  323. this.Colprlineid.Name = "Colprlineid";
  324. this.Colprlineid.Visible = true;
  325. this.Colprlineid.VisibleIndex = 19;
  326. //
  327. // Colpoid
  328. //
  329. this.Colpoid.Caption = "gridColumn2";
  330. this.Colpoid.FieldName = "poid";
  331. this.Colpoid.Name = "Colpoid";
  332. //
  333. // Colpodid
  334. //
  335. this.Colpodid.Caption = "gridColumn3";
  336. this.Colpodid.FieldName = "podid";
  337. this.Colpodid.Name = "Colpodid";
  338. //
  339. // eqpname
  340. //
  341. this.eqpname.Caption = "设备名称";
  342. this.eqpname.FieldName = "eqpname";
  343. this.eqpname.Name = "eqpname";
  344. this.eqpname.Visible = true;
  345. this.eqpname.VisibleIndex = 20;
  346. //
  347. // cState
  348. //
  349. this.cState.Caption = "cState";
  350. this.cState.FieldName = "cState";
  351. this.cState.Name = "cState";
  352. //
  353. // isclose
  354. //
  355. this.isclose.Caption = "是否关闭";
  356. this.isclose.FieldName = "isclose";
  357. this.isclose.Name = "isclose";
  358. this.isclose.Visible = true;
  359. this.isclose.VisibleIndex = 21;
  360. //
  361. // closetime
  362. //
  363. this.closetime.Caption = "关闭时间";
  364. this.closetime.FieldName = "CloseTime";
  365. this.closetime.Name = "closetime";
  366. this.closetime.Visible = true;
  367. this.closetime.VisibleIndex = 22;
  368. //
  369. // Weight
  370. //
  371. this.Weight.Caption = "零件单重";
  372. this.Weight.FieldName = "weight";
  373. this.Weight.Name = "Weight";
  374. //
  375. // Allweight
  376. //
  377. this.Allweight.Caption = "零件总重";
  378. this.Allweight.DisplayFormat.FormatString = "0.####";
  379. this.Allweight.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  380. this.Allweight.FieldName = "allweight";
  381. this.Allweight.Name = "Allweight";
  382. //
  383. // repSerialButtonEdit
  384. //
  385. this.repSerialButtonEdit.AutoHeight = false;
  386. this.repSerialButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  387. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
  388. this.repSerialButtonEdit.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  389. this.repSerialButtonEdit.Name = "repSerialButtonEdit";
  390. this.repSerialButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  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, 531);
  399. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  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(1299, 33);
  405. this.rptPage.TabIndex = 15;
  406. this.rptPage.Visible = false;
  407. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  408. //
  409. // groupControl1
  410. //
  411. this.groupControl1.Controls.Add(this.grdDetail);
  412. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  413. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  414. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  415. this.groupControl1.Name = "groupControl1";
  416. this.groupControl1.Size = new System.Drawing.Size(1299, 492);
  417. this.groupControl1.TabIndex = 14;
  418. this.groupControl1.Text = "详细信息";
  419. //
  420. // MOTitle
  421. //
  422. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  423. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  424. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  425. this.MOTitle.Location = new System.Drawing.Point(3, 5);
  426. this.MOTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  427. this.MOTitle.Name = "MOTitle";
  428. this.MOTitle.Size = new System.Drawing.Size(176, 30);
  429. this.MOTitle.TabIndex = 19;
  430. this.MOTitle.Text = "内部委外供应商汇总";
  431. //
  432. // btnOutPut
  433. //
  434. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  435. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  436. this.btnOutPut.Appearance.Options.UseFont = true;
  437. this.btnOutPut.Appearance.Options.UseForeColor = true;
  438. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  439. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  440. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  441. this.btnOutPut.Location = new System.Drawing.Point(690, 0);
  442. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  443. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  444. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  445. this.btnOutPut.Name = "btnOutPut";
  446. this.btnOutPut.Size = new System.Drawing.Size(67, 39);
  447. this.btnOutPut.TabIndex = 2;
  448. this.btnOutPut.Text = "导出";
  449. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  450. //
  451. // btnConfig
  452. //
  453. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  454. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  455. this.btnConfig.Appearance.Options.UseFont = true;
  456. this.btnConfig.Appearance.Options.UseForeColor = true;
  457. this.btnConfig.Appearance.Options.UseTextOptions = true;
  458. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  459. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  460. this.btnConfig.Location = new System.Drawing.Point(224, 0);
  461. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  462. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  463. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  464. this.btnConfig.Name = "btnConfig";
  465. this.btnConfig.Size = new System.Drawing.Size(103, 39);
  466. this.btnConfig.TabIndex = 4;
  467. this.btnConfig.Text = "数据源设置";
  468. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  469. //
  470. // btnFilter
  471. //
  472. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  473. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  474. this.btnFilter.Appearance.Options.UseFont = true;
  475. this.btnFilter.Appearance.Options.UseForeColor = true;
  476. this.btnFilter.Appearance.Options.UseTextOptions = true;
  477. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  478. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  479. this.btnFilter.Location = new System.Drawing.Point(159, 0);
  480. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  481. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  482. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  483. this.btnFilter.Name = "btnFilter";
  484. this.btnFilter.Size = new System.Drawing.Size(65, 39);
  485. this.btnFilter.TabIndex = 11;
  486. this.btnFilter.Text = "过滤";
  487. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  488. //
  489. // btnRefresh
  490. //
  491. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  492. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  493. this.btnRefresh.Appearance.Options.UseFont = true;
  494. this.btnRefresh.Appearance.Options.UseForeColor = true;
  495. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  496. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  497. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  498. this.btnRefresh.Location = new System.Drawing.Point(757, 0);
  499. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  500. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  501. this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  502. this.btnRefresh.Name = "btnRefresh";
  503. this.btnRefresh.Size = new System.Drawing.Size(66, 39);
  504. this.btnRefresh.TabIndex = 17;
  505. this.btnRefresh.Text = "刷新";
  506. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  507. //
  508. // btnSelectAll
  509. //
  510. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  511. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  512. this.btnSelectAll.Appearance.Options.UseFont = true;
  513. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  514. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  515. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  516. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  517. this.btnSelectAll.Location = new System.Drawing.Point(327, 0);
  518. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  519. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  520. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  521. this.btnSelectAll.Name = "btnSelectAll";
  522. this.btnSelectAll.Size = new System.Drawing.Size(65, 39);
  523. this.btnSelectAll.TabIndex = 20;
  524. this.btnSelectAll.Text = "全选";
  525. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  526. //
  527. // btnCancelAll
  528. //
  529. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  530. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  531. this.btnCancelAll.Appearance.Options.UseFont = true;
  532. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  533. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  534. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  535. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  536. this.btnCancelAll.Location = new System.Drawing.Point(392, 0);
  537. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  538. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  539. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  540. this.btnCancelAll.Name = "btnCancelAll";
  541. this.btnCancelAll.Size = new System.Drawing.Size(65, 39);
  542. this.btnCancelAll.TabIndex = 22;
  543. this.btnCancelAll.Text = "全消";
  544. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  545. //
  546. // btnClose
  547. //
  548. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  549. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  550. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  551. this.btnClose.Appearance.Options.UseFont = true;
  552. this.btnClose.Appearance.Options.UseForeColor = true;
  553. this.btnClose.Appearance.Options.UseTextOptions = true;
  554. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  555. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  556. this.btnClose.Location = new System.Drawing.Point(1270, 0);
  557. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  558. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  559. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  560. this.btnClose.Name = "btnClose";
  561. this.btnClose.Size = new System.Drawing.Size(30, 37);
  562. this.btnClose.TabIndex = 25;
  563. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  564. //
  565. // btnExit
  566. //
  567. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  568. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  569. this.btnExit.Appearance.Options.UseFont = true;
  570. this.btnExit.Appearance.Options.UseForeColor = true;
  571. this.btnExit.Appearance.Options.UseTextOptions = true;
  572. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  573. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  574. this.btnExit.Location = new System.Drawing.Point(823, 0);
  575. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  576. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  577. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  578. this.btnExit.Name = "btnExit";
  579. this.btnExit.Size = new System.Drawing.Size(63, 39);
  580. this.btnExit.TabIndex = 10;
  581. this.btnExit.Text = "退出";
  582. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  583. //
  584. // btnGetInfo
  585. //
  586. this.btnGetInfo.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  587. this.btnGetInfo.Appearance.ForeColor = System.Drawing.Color.White;
  588. this.btnGetInfo.Appearance.Options.UseFont = true;
  589. this.btnGetInfo.Appearance.Options.UseForeColor = true;
  590. this.btnGetInfo.Appearance.Options.UseTextOptions = true;
  591. this.btnGetInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  592. this.btnGetInfo.Image = ((System.Drawing.Image)(resources.GetObject("btnGetInfo.Image")));
  593. this.btnGetInfo.Location = new System.Drawing.Point(1163, 0);
  594. this.btnGetInfo.LookAndFeel.SkinName = "BlueButtonSkin";
  595. this.btnGetInfo.LookAndFeel.UseDefaultLookAndFeel = false;
  596. this.btnGetInfo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  597. this.btnGetInfo.Name = "btnGetInfo";
  598. this.btnGetInfo.Size = new System.Drawing.Size(83, 39);
  599. this.btnGetInfo.TabIndex = 34;
  600. this.btnGetInfo.Text = "同步U8";
  601. this.btnGetInfo.Visible = false;
  602. //
  603. // btnCreate
  604. //
  605. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  606. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  607. this.btnCreate.Appearance.Options.UseFont = true;
  608. this.btnCreate.Appearance.Options.UseForeColor = true;
  609. this.btnCreate.Appearance.Options.UseTextOptions = true;
  610. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  611. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  612. this.btnCreate.Location = new System.Drawing.Point(457, 0);
  613. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  614. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  615. this.btnCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  616. this.btnCreate.Name = "btnCreate";
  617. this.btnCreate.Size = new System.Drawing.Size(113, 39);
  618. this.btnCreate.TabIndex = 35;
  619. this.btnCreate.Text = "PO单结算";
  620. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  621. //
  622. // panelControl3
  623. //
  624. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  625. this.panelControl3.Appearance.Options.UseBackColor = true;
  626. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  627. this.panelControl3.Controls.Add(this.simpleButton1);
  628. this.panelControl3.Controls.Add(this.btnCreate);
  629. this.panelControl3.Controls.Add(this.btnGetInfo);
  630. this.panelControl3.Controls.Add(this.btnExit);
  631. this.panelControl3.Controls.Add(this.btnClose);
  632. this.panelControl3.Controls.Add(this.btnCancelAll);
  633. this.panelControl3.Controls.Add(this.btnSelectAll);
  634. this.panelControl3.Controls.Add(this.btnRefresh);
  635. this.panelControl3.Controls.Add(this.btnFilter);
  636. this.panelControl3.Controls.Add(this.btnConfig);
  637. this.panelControl3.Controls.Add(this.btnOutPut);
  638. this.panelControl3.Controls.Add(this.MOTitle);
  639. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  640. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  641. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  642. this.panelControl3.Name = "panelControl3";
  643. this.panelControl3.Size = new System.Drawing.Size(1299, 39);
  644. this.panelControl3.TabIndex = 13;
  645. //
  646. // simpleButton1
  647. //
  648. this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  649. this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White;
  650. this.simpleButton1.Appearance.Options.UseFont = true;
  651. this.simpleButton1.Appearance.Options.UseForeColor = true;
  652. this.simpleButton1.Appearance.Options.UseTextOptions = true;
  653. this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  654. this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
  655. this.simpleButton1.Location = new System.Drawing.Point(567, 0);
  656. this.simpleButton1.LookAndFeel.SkinName = "BlueButtonSkin";
  657. this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
  658. this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  659. this.simpleButton1.Name = "simpleButton1";
  660. this.simpleButton1.Size = new System.Drawing.Size(127, 39);
  661. this.simpleButton1.TabIndex = 36;
  662. this.simpleButton1.Text = "取消上传ERP";
  663. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  664. //
  665. // FormICSIntSupCal
  666. //
  667. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  668. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  669. this.ClientSize = new System.Drawing.Size(1299, 564);
  670. this.Controls.Add(this.groupControl1);
  671. this.Controls.Add(this.rptPage);
  672. this.Controls.Add(this.panelControl3);
  673. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  674. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  675. this.Name = "FormICSIntSupCal";
  676. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  677. this.Text = "FormICSPicking";
  678. this.Load += new System.EventHandler(this.FormICSMO_Load);
  679. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  681. ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).EndInit();
  682. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  683. this.groupControl1.ResumeLayout(false);
  684. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  685. this.panelControl3.ResumeLayout(false);
  686. this.ResumeLayout(false);
  687. }
  688. #endregion
  689. private Base.UserControl.FormControl.PageNavTool rptPage;
  690. private DevExpress.XtraEditors.GroupControl groupControl1;
  691. private DevExpress.XtraGrid.GridControl grdDetail;
  692. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  693. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  694. private DevExpress.XtraGrid.Columns.GridColumn ID;
  695. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  696. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repSerialButtonEdit;
  697. private DevExpress.XtraGrid.Columns.GridColumn Colmoseq;
  698. private DevExpress.XtraGrid.Columns.GridColumn ColInvcode;
  699. private DevExpress.XtraGrid.Columns.GridColumn ColInvname;
  700. private DevExpress.XtraGrid.Columns.GridColumn COlopcode;
  701. private DevExpress.XtraGrid.Columns.GridColumn ColOPdesc;
  702. private DevExpress.XtraGrid.Columns.GridColumn Colmoqty;
  703. private DevExpress.XtraGrid.Columns.GridColumn Colokqty;
  704. private DevExpress.XtraGrid.Columns.GridColumn Colupqty;
  705. private DevExpress.XtraGrid.Columns.GridColumn Coleqpcode;
  706. private DevExpress.XtraEditors.LabelControl MOTitle;
  707. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  708. private DevExpress.XtraEditors.SimpleButton btnConfig;
  709. private DevExpress.XtraEditors.SimpleButton btnFilter;
  710. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  711. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  712. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  713. private DevExpress.XtraEditors.SimpleButton btnClose;
  714. private DevExpress.XtraEditors.SimpleButton btnExit;
  715. private DevExpress.XtraEditors.SimpleButton btnGetInfo;
  716. private DevExpress.XtraEditors.SimpleButton btnCreate;
  717. private DevExpress.XtraEditors.PanelControl panelControl3;
  718. private DevExpress.XtraGrid.Columns.GridColumn ColCanUpqty;
  719. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  720. private DevExpress.XtraGrid.Columns.GridColumn Colprcode;
  721. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  722. private DevExpress.XtraGrid.Columns.GridColumn Colprline;
  723. private DevExpress.XtraGrid.Columns.GridColumn ColPocode;
  724. private DevExpress.XtraGrid.Columns.GridColumn Colpoline;
  725. private DevExpress.XtraGrid.Columns.GridColumn Colprqty;
  726. private DevExpress.XtraGrid.Columns.GridColumn Colisup;
  727. private DevExpress.XtraGrid.Columns.GridColumn Colisinput;
  728. private DevExpress.XtraGrid.Columns.GridColumn Colpoqty;
  729. private DevExpress.XtraGrid.Columns.GridColumn Colprlineid;
  730. private DevExpress.XtraGrid.Columns.GridColumn Colpoid;
  731. private DevExpress.XtraGrid.Columns.GridColumn Colpodid;
  732. private DevExpress.XtraGrid.Columns.GridColumn eqpname;
  733. private DevExpress.XtraGrid.Columns.GridColumn cState;
  734. private DevExpress.XtraGrid.Columns.GridColumn isclose;
  735. private DevExpress.XtraGrid.Columns.GridColumn closetime;
  736. private DevExpress.XtraGrid.Columns.GridColumn Weight;
  737. private DevExpress.XtraGrid.Columns.GridColumn Allweight;
  738. }
  739. }