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

635 lines
33 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSINVReceiptNew
  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. DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSINVReceiptNew));
  30. this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.colReceiptLine = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.MOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colPLANQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.MEMO = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  41. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colReceiptNO = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colRECSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colMEMO = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colCreateTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colCreateUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colStorageCode = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colStorageName = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colMOACTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.repSerialButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  59. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  61. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  62. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  63. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  64. this.btnGetInfo = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  69. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  70. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  71. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  72. ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  77. this.panelControl3.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  79. this.groupControl1.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // gridViewDetail
  83. //
  84. this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  85. this.colReceiptLine,
  86. this.MOCODE,
  87. this.colMOSEQ,
  88. this.colITEMCODE,
  89. this.colINVNAME,
  90. this.colINVSTD,
  91. this.colINVUOM,
  92. this.colPLANQTY,
  93. this.MEMO});
  94. this.gridViewDetail.GridControl = this.grdDetail;
  95. this.gridViewDetail.Name = "gridViewDetail";
  96. this.gridViewDetail.OptionsBehavior.ReadOnly = true;
  97. this.gridViewDetail.OptionsView.ShowGroupPanel = false;
  98. //
  99. // colReceiptLine
  100. //
  101. this.colReceiptLine.Caption = "单据行号";
  102. this.colReceiptLine.FieldName = "ReceiptLine";
  103. this.colReceiptLine.Name = "colReceiptLine";
  104. this.colReceiptLine.Visible = true;
  105. this.colReceiptLine.VisibleIndex = 0;
  106. //
  107. // MOCODE
  108. //
  109. this.MOCODE.Caption = "生产订单号";
  110. this.MOCODE.FieldName = "MOCODE";
  111. this.MOCODE.Name = "MOCODE";
  112. this.MOCODE.Visible = true;
  113. this.MOCODE.VisibleIndex = 6;
  114. //
  115. // colMOSEQ
  116. //
  117. this.colMOSEQ.Caption = "生产订单行号";
  118. this.colMOSEQ.FieldName = "MOSEQ";
  119. this.colMOSEQ.Name = "colMOSEQ";
  120. this.colMOSEQ.Visible = true;
  121. this.colMOSEQ.VisibleIndex = 7;
  122. //
  123. // colITEMCODE
  124. //
  125. this.colITEMCODE.Caption = "存货编码";
  126. this.colITEMCODE.FieldName = "ITEMCODE";
  127. this.colITEMCODE.Name = "colITEMCODE";
  128. this.colITEMCODE.Visible = true;
  129. this.colITEMCODE.VisibleIndex = 1;
  130. //
  131. // colINVNAME
  132. //
  133. this.colINVNAME.Caption = "存货名称";
  134. this.colINVNAME.FieldName = "INVNAME";
  135. this.colINVNAME.Name = "colINVNAME";
  136. this.colINVNAME.Visible = true;
  137. this.colINVNAME.VisibleIndex = 2;
  138. //
  139. // colINVSTD
  140. //
  141. this.colINVSTD.Caption = "规格型号";
  142. this.colINVSTD.FieldName = "INVSTD";
  143. this.colINVSTD.Name = "colINVSTD";
  144. this.colINVSTD.Visible = true;
  145. this.colINVSTD.VisibleIndex = 3;
  146. //
  147. // colINVUOM
  148. //
  149. this.colINVUOM.Caption = "单位";
  150. this.colINVUOM.FieldName = "INVUOM";
  151. this.colINVUOM.Name = "colINVUOM";
  152. this.colINVUOM.Visible = true;
  153. this.colINVUOM.VisibleIndex = 4;
  154. //
  155. // colPLANQTY
  156. //
  157. this.colPLANQTY.Caption = "数量";
  158. this.colPLANQTY.FieldName = "PLANQTY";
  159. this.colPLANQTY.Name = "colPLANQTY";
  160. this.colPLANQTY.Visible = true;
  161. this.colPLANQTY.VisibleIndex = 5;
  162. //
  163. // MEMO
  164. //
  165. this.MEMO.Caption = "备注";
  166. this.MEMO.FieldName = "MEMO";
  167. this.MEMO.Name = "MEMO";
  168. this.MEMO.Visible = true;
  169. this.MEMO.VisibleIndex = 8;
  170. //
  171. // grdDetail
  172. //
  173. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  174. gridLevelNode1.LevelTemplate = this.gridViewDetail;
  175. gridLevelNode1.RelationName = "详情";
  176. this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
  177. gridLevelNode1});
  178. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  179. this.grdDetail.MainView = this.grvDetail;
  180. this.grdDetail.Name = "grdDetail";
  181. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  182. this.repSerialButtonEdit});
  183. this.grdDetail.Size = new System.Drawing.Size(1133, 359);
  184. this.grdDetail.TabIndex = 0;
  185. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  186. this.grvDetail,
  187. this.gridViewDetail});
  188. //
  189. // grvDetail
  190. //
  191. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  192. this.colisSelect,
  193. this.colID,
  194. this.colMOCODE,
  195. this.colReceiptNO,
  196. this.colRECSTATUS,
  197. this.colMEMO,
  198. this.colCreateTIME,
  199. this.colCreateUSER,
  200. this.colEATTRIBUTE1,
  201. this.colStorageCode,
  202. this.colStorageName,
  203. this.colMOACTQTY,
  204. this.colWorkPoint,
  205. this.colMUSER,
  206. this.colMUSERName,
  207. this.colMTIME});
  208. this.grvDetail.GridControl = this.grdDetail;
  209. this.grvDetail.Name = "grvDetail";
  210. this.grvDetail.OptionsBehavior.ReadOnly = true;
  211. this.grvDetail.OptionsSelection.MultiSelect = true;
  212. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  213. this.grvDetail.OptionsView.ShowFooter = true;
  214. this.grvDetail.OptionsView.ShowGroupPanel = false;
  215. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  216. //
  217. // colisSelect
  218. //
  219. this.colisSelect.Caption = "选择";
  220. this.colisSelect.FieldName = "isSelect";
  221. this.colisSelect.Name = "colisSelect";
  222. //
  223. // colID
  224. //
  225. this.colID.Caption = "guid";
  226. this.colID.FieldName = "ID";
  227. this.colID.Name = "colID";
  228. //
  229. // colMOCODE
  230. //
  231. this.colMOCODE.Caption = "生产订单号";
  232. this.colMOCODE.FieldName = "MOCODE";
  233. this.colMOCODE.Name = "colMOCODE";
  234. this.colMOCODE.Visible = true;
  235. this.colMOCODE.VisibleIndex = 0;
  236. //
  237. // colReceiptNO
  238. //
  239. this.colReceiptNO.Caption = "单据号";
  240. this.colReceiptNO.FieldName = "ReceiptNO";
  241. this.colReceiptNO.Name = "colReceiptNO";
  242. this.colReceiptNO.Visible = true;
  243. this.colReceiptNO.VisibleIndex = 1;
  244. this.colReceiptNO.Width = 123;
  245. //
  246. // colRECSTATUS
  247. //
  248. this.colRECSTATUS.Caption = "单据状态";
  249. this.colRECSTATUS.FieldName = "RECSTATUS";
  250. this.colRECSTATUS.Name = "colRECSTATUS";
  251. this.colRECSTATUS.Visible = true;
  252. this.colRECSTATUS.VisibleIndex = 2;
  253. //
  254. // colMEMO
  255. //
  256. this.colMEMO.Caption = "备注";
  257. this.colMEMO.FieldName = "MEMO";
  258. this.colMEMO.Name = "colMEMO";
  259. this.colMEMO.Visible = true;
  260. this.colMEMO.VisibleIndex = 3;
  261. //
  262. // colCreateTIME
  263. //
  264. this.colCreateTIME.Caption = "创建时间";
  265. this.colCreateTIME.FieldName = "CreateTIME";
  266. this.colCreateTIME.Name = "colCreateTIME";
  267. this.colCreateTIME.Visible = true;
  268. this.colCreateTIME.VisibleIndex = 5;
  269. //
  270. // colCreateUSER
  271. //
  272. this.colCreateUSER.Caption = "创建人";
  273. this.colCreateUSER.FieldName = "CreateUSER";
  274. this.colCreateUSER.Name = "colCreateUSER";
  275. this.colCreateUSER.Visible = true;
  276. this.colCreateUSER.VisibleIndex = 4;
  277. //
  278. // colEATTRIBUTE1
  279. //
  280. this.colEATTRIBUTE1.Caption = "最后修改时间";
  281. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  282. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  283. //
  284. // colStorageCode
  285. //
  286. this.colStorageCode.Caption = "仓库代码";
  287. this.colStorageCode.FieldName = "StorageCode";
  288. this.colStorageCode.Name = "colStorageCode";
  289. this.colStorageCode.Visible = true;
  290. this.colStorageCode.VisibleIndex = 6;
  291. //
  292. // colStorageName
  293. //
  294. this.colStorageName.Caption = "仓库名称";
  295. this.colStorageName.FieldName = "StorageName";
  296. this.colStorageName.Name = "colStorageName";
  297. this.colStorageName.Visible = true;
  298. this.colStorageName.VisibleIndex = 7;
  299. //
  300. // colMOACTQTY
  301. //
  302. this.colMOACTQTY.Caption = "实际产出量";
  303. this.colMOACTQTY.FieldName = "MOACTQTY";
  304. this.colMOACTQTY.Name = "colMOACTQTY";
  305. //
  306. // colWorkPoint
  307. //
  308. this.colWorkPoint.Caption = "站点";
  309. this.colWorkPoint.FieldName = "WorkPoint";
  310. this.colWorkPoint.Name = "colWorkPoint";
  311. //
  312. // colMUSER
  313. //
  314. this.colMUSER.Caption = "维护人";
  315. this.colMUSER.FieldName = "MUSER";
  316. this.colMUSER.Name = "colMUSER";
  317. //
  318. // colMUSERName
  319. //
  320. this.colMUSERName.Caption = "维护人名称";
  321. this.colMUSERName.FieldName = "MUSERName";
  322. this.colMUSERName.Name = "colMUSERName";
  323. this.colMUSERName.Visible = true;
  324. this.colMUSERName.VisibleIndex = 8;
  325. //
  326. // colMTIME
  327. //
  328. this.colMTIME.Caption = "维护时间";
  329. this.colMTIME.FieldName = "MTIME";
  330. this.colMTIME.Name = "colMTIME";
  331. this.colMTIME.Visible = true;
  332. this.colMTIME.VisibleIndex = 9;
  333. //
  334. // repSerialButtonEdit
  335. //
  336. this.repSerialButtonEdit.AutoHeight = false;
  337. this.repSerialButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  338. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
  339. this.repSerialButtonEdit.Name = "repSerialButtonEdit";
  340. this.repSerialButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  341. this.repSerialButtonEdit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repSerialButtonEdit_ButtonClick);
  342. //
  343. // btnOutPut
  344. //
  345. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  346. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  347. this.btnOutPut.Appearance.Options.UseFont = true;
  348. this.btnOutPut.Appearance.Options.UseForeColor = true;
  349. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  350. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  351. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  352. this.btnOutPut.Location = new System.Drawing.Point(415, 0);
  353. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  354. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  355. this.btnOutPut.Name = "btnOutPut";
  356. this.btnOutPut.Size = new System.Drawing.Size(59, 30);
  357. this.btnOutPut.TabIndex = 2;
  358. this.btnOutPut.Text = "导出";
  359. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  360. //
  361. // btnConfig
  362. //
  363. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  364. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  365. this.btnConfig.Appearance.Options.UseFont = true;
  366. this.btnConfig.Appearance.Options.UseForeColor = true;
  367. this.btnConfig.Appearance.Options.UseTextOptions = true;
  368. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  369. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  370. this.btnConfig.Location = new System.Drawing.Point(138, 0);
  371. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  372. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  373. this.btnConfig.Name = "btnConfig";
  374. this.btnConfig.Size = new System.Drawing.Size(90, 30);
  375. this.btnConfig.TabIndex = 4;
  376. this.btnConfig.Text = "数据源设置";
  377. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  378. //
  379. // btnExit
  380. //
  381. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  382. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  383. this.btnExit.Appearance.Options.UseFont = true;
  384. this.btnExit.Appearance.Options.UseForeColor = true;
  385. this.btnExit.Appearance.Options.UseTextOptions = true;
  386. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  387. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  388. this.btnExit.Location = new System.Drawing.Point(532, 0);
  389. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  390. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  391. this.btnExit.Name = "btnExit";
  392. this.btnExit.Size = new System.Drawing.Size(55, 30);
  393. this.btnExit.TabIndex = 10;
  394. this.btnExit.Text = "退出";
  395. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  396. //
  397. // btnFilter
  398. //
  399. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  400. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  401. this.btnFilter.Appearance.Options.UseFont = true;
  402. this.btnFilter.Appearance.Options.UseForeColor = true;
  403. this.btnFilter.Appearance.Options.UseTextOptions = true;
  404. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  405. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  406. this.btnFilter.Location = new System.Drawing.Point(81, 0);
  407. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  408. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  409. this.btnFilter.Name = "btnFilter";
  410. this.btnFilter.Size = new System.Drawing.Size(57, 30);
  411. this.btnFilter.TabIndex = 11;
  412. this.btnFilter.Text = "过滤";
  413. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  414. //
  415. // panelControl3
  416. //
  417. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  418. this.panelControl3.Appearance.Options.UseBackColor = true;
  419. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  420. this.panelControl3.Controls.Add(this.btnGetInfo);
  421. this.panelControl3.Controls.Add(this.btnExit);
  422. this.panelControl3.Controls.Add(this.btnClose);
  423. this.panelControl3.Controls.Add(this.btnCancelAll);
  424. this.panelControl3.Controls.Add(this.btnSelectAll);
  425. this.panelControl3.Controls.Add(this.btnRefresh);
  426. this.panelControl3.Controls.Add(this.btnFilter);
  427. this.panelControl3.Controls.Add(this.btnConfig);
  428. this.panelControl3.Controls.Add(this.btnOutPut);
  429. this.panelControl3.Controls.Add(this.MOTitle);
  430. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  431. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  432. this.panelControl3.Name = "panelControl3";
  433. this.panelControl3.Size = new System.Drawing.Size(1137, 30);
  434. this.panelControl3.TabIndex = 13;
  435. //
  436. // btnGetInfo
  437. //
  438. this.btnGetInfo.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  439. this.btnGetInfo.Appearance.ForeColor = System.Drawing.Color.White;
  440. this.btnGetInfo.Appearance.Options.UseFont = true;
  441. this.btnGetInfo.Appearance.Options.UseForeColor = true;
  442. this.btnGetInfo.Appearance.Options.UseTextOptions = true;
  443. this.btnGetInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  444. this.btnGetInfo.Image = ((System.Drawing.Image)(resources.GetObject("btnGetInfo.Image")));
  445. this.btnGetInfo.Location = new System.Drawing.Point(342, 0);
  446. this.btnGetInfo.LookAndFeel.SkinName = "BlueButtonSkin";
  447. this.btnGetInfo.LookAndFeel.UseDefaultLookAndFeel = false;
  448. this.btnGetInfo.Name = "btnGetInfo";
  449. this.btnGetInfo.Size = new System.Drawing.Size(73, 30);
  450. this.btnGetInfo.TabIndex = 34;
  451. this.btnGetInfo.Text = "同步U8";
  452. this.btnGetInfo.Click += new System.EventHandler(this.btnGetInfo_Click);
  453. //
  454. // btnClose
  455. //
  456. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  457. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  458. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  459. this.btnClose.Appearance.Options.UseFont = true;
  460. this.btnClose.Appearance.Options.UseForeColor = true;
  461. this.btnClose.Appearance.Options.UseTextOptions = true;
  462. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  463. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  464. this.btnClose.Location = new System.Drawing.Point(1111, 0);
  465. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  466. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  467. this.btnClose.Name = "btnClose";
  468. this.btnClose.Size = new System.Drawing.Size(26, 29);
  469. this.btnClose.TabIndex = 25;
  470. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  471. //
  472. // btnCancelAll
  473. //
  474. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  475. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  476. this.btnCancelAll.Appearance.Options.UseFont = true;
  477. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  478. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  479. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  480. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  481. this.btnCancelAll.Location = new System.Drawing.Point(285, 0);
  482. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  483. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  484. this.btnCancelAll.Name = "btnCancelAll";
  485. this.btnCancelAll.Size = new System.Drawing.Size(57, 30);
  486. this.btnCancelAll.TabIndex = 22;
  487. this.btnCancelAll.Text = "全消";
  488. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  489. //
  490. // btnSelectAll
  491. //
  492. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  493. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  494. this.btnSelectAll.Appearance.Options.UseFont = true;
  495. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  496. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  497. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  498. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  499. this.btnSelectAll.Location = new System.Drawing.Point(228, 0);
  500. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  501. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  502. this.btnSelectAll.Name = "btnSelectAll";
  503. this.btnSelectAll.Size = new System.Drawing.Size(57, 30);
  504. this.btnSelectAll.TabIndex = 20;
  505. this.btnSelectAll.Text = "全选";
  506. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  507. //
  508. // btnRefresh
  509. //
  510. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  511. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  512. this.btnRefresh.Appearance.Options.UseFont = true;
  513. this.btnRefresh.Appearance.Options.UseForeColor = true;
  514. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  515. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  516. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  517. this.btnRefresh.Location = new System.Drawing.Point(474, 0);
  518. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  519. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  520. this.btnRefresh.Name = "btnRefresh";
  521. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  522. this.btnRefresh.TabIndex = 17;
  523. this.btnRefresh.Text = "刷新";
  524. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  525. //
  526. // MOTitle
  527. //
  528. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  529. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  530. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  531. this.MOTitle.Location = new System.Drawing.Point(3, 4);
  532. this.MOTitle.Name = "MOTitle";
  533. this.MOTitle.Size = new System.Drawing.Size(84, 23);
  534. this.MOTitle.TabIndex = 19;
  535. this.MOTitle.Text = "入库单信息";
  536. //
  537. // rptPage
  538. //
  539. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  540. this.rptPage.Appearance.Options.UseBackColor = true;
  541. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  542. this.rptPage.isInit = false;
  543. this.rptPage.Location = new System.Drawing.Point(0, 413);
  544. this.rptPage.Name = "rptPage";
  545. this.rptPage.PageIndex = 0;
  546. this.rptPage.PageSize = 0;
  547. this.rptPage.RecordNum = 0;
  548. this.rptPage.Size = new System.Drawing.Size(1137, 26);
  549. this.rptPage.TabIndex = 15;
  550. this.rptPage.Visible = false;
  551. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  552. //
  553. // groupControl1
  554. //
  555. this.groupControl1.Controls.Add(this.grdDetail);
  556. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  557. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  558. this.groupControl1.Name = "groupControl1";
  559. this.groupControl1.Size = new System.Drawing.Size(1137, 383);
  560. this.groupControl1.TabIndex = 14;
  561. this.groupControl1.Text = "详细信息";
  562. //
  563. // FormICSINVReceiptNew
  564. //
  565. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  566. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  567. this.ClientSize = new System.Drawing.Size(1137, 439);
  568. this.Controls.Add(this.groupControl1);
  569. this.Controls.Add(this.rptPage);
  570. this.Controls.Add(this.panelControl3);
  571. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  572. this.Name = "FormICSINVReceiptNew";
  573. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  574. this.Text = "FormICSINVReceiptNew";
  575. this.Load += new System.EventHandler(this.FormICSMO_Load);
  576. ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
  577. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  578. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  579. ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).EndInit();
  580. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  581. this.panelControl3.ResumeLayout(false);
  582. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  583. this.groupControl1.ResumeLayout(false);
  584. this.ResumeLayout(false);
  585. }
  586. #endregion
  587. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  588. private DevExpress.XtraEditors.SimpleButton btnConfig;
  589. private DevExpress.XtraEditors.SimpleButton btnExit;
  590. private DevExpress.XtraEditors.SimpleButton btnFilter;
  591. private DevExpress.XtraEditors.PanelControl panelControl3;
  592. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  593. private DevExpress.XtraEditors.LabelControl MOTitle;
  594. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  595. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  596. private Base.UserControl.FormControl.PageNavTool rptPage;
  597. private DevExpress.XtraEditors.GroupControl groupControl1;
  598. private DevExpress.XtraGrid.GridControl grdDetail;
  599. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  600. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  601. private DevExpress.XtraGrid.Columns.GridColumn colID;
  602. private DevExpress.XtraEditors.SimpleButton btnClose;
  603. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  604. private DevExpress.XtraGrid.Columns.GridColumn colReceiptNO;
  605. private DevExpress.XtraGrid.Columns.GridColumn colRECSTATUS;
  606. private DevExpress.XtraGrid.Columns.GridColumn colMEMO;
  607. private DevExpress.XtraGrid.Columns.GridColumn colCreateTIME;
  608. private DevExpress.XtraGrid.Columns.GridColumn colCreateUSER;
  609. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  610. private DevExpress.XtraGrid.Columns.GridColumn colStorageCode;
  611. private DevExpress.XtraGrid.Columns.GridColumn colStorageName;
  612. private DevExpress.XtraGrid.Columns.GridColumn colMOACTQTY;
  613. private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
  614. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  615. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  616. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  617. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repSerialButtonEdit;
  618. private DevExpress.XtraEditors.SimpleButton btnGetInfo;
  619. private DevExpress.XtraGrid.Views.Grid.GridView gridViewDetail;
  620. private DevExpress.XtraGrid.Columns.GridColumn colReceiptLine;
  621. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  622. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  623. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  624. private DevExpress.XtraGrid.Columns.GridColumn colPLANQTY;
  625. private DevExpress.XtraGrid.Columns.GridColumn MOCODE;
  626. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  627. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  628. private DevExpress.XtraGrid.Columns.GridColumn MEMO;
  629. }
  630. }