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

807 lines
42 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormPhysicalInventory
  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(FormPhysicalInventory));
  30. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.ItemCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.ItemName1 = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.BarCode = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.BarCodeQty = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.ItemStd = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.ComUnit = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.AssComUnit = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colLot = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colStorageCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.BarCodeActualQty = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.btnDelete = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.delete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  43. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  44. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.colSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colSerial = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.ToCheckNO = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.ToCheckDate = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.ItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.ItemName = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colItemStd = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.CurrentQty = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.ActualQty = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.MuserName = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.Mtime = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.ComUnit1 = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.AssComUnit1 = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.ItemType = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colStorageCode = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.HouseKeeper = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.BinCode = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  63. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  67. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  68. this.btnCheckIn = new DevExpress.XtraEditors.SimpleButton();
  69. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  70. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  72. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  73. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  74. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  75. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  76. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  77. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  78. this.colProductCode = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.MeasureQty = new DevExpress.XtraGrid.Columns.GridColumn();
  80. this.MeasureQtys = new DevExpress.XtraGrid.Columns.GridColumn();
  81. this.StackCode = new DevExpress.XtraGrid.Columns.GridColumn();
  82. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.delete)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  88. this.panelControl3.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  90. this.groupControl1.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // gridView1
  94. //
  95. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  96. this.ItemCode1,
  97. this.ItemName1,
  98. this.BarCode,
  99. this.BarCodeQty,
  100. this.ItemStd,
  101. this.ComUnit,
  102. this.MeasureQtys,
  103. this.AssComUnit,
  104. this.colLot,
  105. this.colStorageCode1,
  106. this.StackCode,
  107. this.BarCodeActualQty,
  108. this.btnDelete});
  109. this.gridView1.GridControl = this.grdDetail;
  110. this.gridView1.Name = "gridView1";
  111. this.gridView1.OptionsPrint.AutoWidth = false;
  112. this.gridView1.OptionsSelection.MultiSelect = true;
  113. this.gridView1.OptionsView.ColumnAutoWidth = false;
  114. this.gridView1.OptionsView.ShowFooter = true;
  115. this.gridView1.OptionsView.ShowGroupPanel = false;
  116. this.gridView1.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.gridView1_MasterRowExpanded);
  117. //
  118. // ItemCode1
  119. //
  120. this.ItemCode1.Caption = "存货编码";
  121. this.ItemCode1.FieldName = "ItemCode";
  122. this.ItemCode1.Name = "ItemCode1";
  123. this.ItemCode1.OptionsColumn.AllowEdit = false;
  124. this.ItemCode1.OptionsColumn.ReadOnly = true;
  125. this.ItemCode1.Visible = true;
  126. this.ItemCode1.VisibleIndex = 1;
  127. //
  128. // ItemName1
  129. //
  130. this.ItemName1.Caption = "存货名称";
  131. this.ItemName1.FieldName = "ItemName";
  132. this.ItemName1.Name = "ItemName1";
  133. this.ItemName1.OptionsColumn.AllowEdit = false;
  134. this.ItemName1.OptionsColumn.ReadOnly = true;
  135. this.ItemName1.Visible = true;
  136. this.ItemName1.VisibleIndex = 2;
  137. //
  138. // BarCode
  139. //
  140. this.BarCode.Caption = "成品条码";
  141. this.BarCode.FieldName = "BarCode";
  142. this.BarCode.Name = "BarCode";
  143. this.BarCode.OptionsColumn.AllowEdit = false;
  144. this.BarCode.OptionsColumn.ReadOnly = true;
  145. this.BarCode.Visible = true;
  146. this.BarCode.VisibleIndex = 0;
  147. //
  148. // BarCodeQty
  149. //
  150. this.BarCodeQty.Caption = "库存数量";
  151. this.BarCodeQty.FieldName = "BarCodeQty";
  152. this.BarCodeQty.Name = "BarCodeQty";
  153. this.BarCodeQty.OptionsColumn.AllowEdit = false;
  154. this.BarCodeQty.OptionsColumn.ReadOnly = true;
  155. this.BarCodeQty.Visible = true;
  156. this.BarCodeQty.VisibleIndex = 4;
  157. //
  158. // ItemStd
  159. //
  160. this.ItemStd.Caption = "规格型号";
  161. this.ItemStd.FieldName = "ItemStd";
  162. this.ItemStd.Name = "ItemStd";
  163. this.ItemStd.OptionsColumn.AllowEdit = false;
  164. this.ItemStd.OptionsColumn.ReadOnly = true;
  165. this.ItemStd.Visible = true;
  166. this.ItemStd.VisibleIndex = 3;
  167. //
  168. // ComUnit
  169. //
  170. this.ComUnit.Caption = "主计量单位";
  171. this.ComUnit.FieldName = "ComUnit";
  172. this.ComUnit.Name = "ComUnit";
  173. this.ComUnit.OptionsColumn.AllowEdit = false;
  174. this.ComUnit.OptionsColumn.ReadOnly = true;
  175. this.ComUnit.Visible = true;
  176. this.ComUnit.VisibleIndex = 6;
  177. //
  178. // AssComUnit
  179. //
  180. this.AssComUnit.Caption = "辅计量单位";
  181. this.AssComUnit.FieldName = "AssComUnit";
  182. this.AssComUnit.Name = "AssComUnit";
  183. this.AssComUnit.OptionsColumn.AllowEdit = false;
  184. this.AssComUnit.OptionsColumn.ReadOnly = true;
  185. this.AssComUnit.Visible = true;
  186. this.AssComUnit.VisibleIndex = 8;
  187. //
  188. // colLot
  189. //
  190. this.colLot.Caption = "批号";
  191. this.colLot.FieldName = "Lot";
  192. this.colLot.Name = "colLot";
  193. this.colLot.OptionsColumn.AllowEdit = false;
  194. this.colLot.OptionsColumn.ReadOnly = true;
  195. this.colLot.Visible = true;
  196. this.colLot.VisibleIndex = 9;
  197. //
  198. // colStorageCode1
  199. //
  200. this.colStorageCode1.Caption = "仓库代码";
  201. this.colStorageCode1.FieldName = "StorageCode";
  202. this.colStorageCode1.Name = "colStorageCode1";
  203. this.colStorageCode1.OptionsColumn.AllowEdit = false;
  204. this.colStorageCode1.OptionsColumn.ReadOnly = true;
  205. this.colStorageCode1.Visible = true;
  206. this.colStorageCode1.VisibleIndex = 11;
  207. //
  208. // BarCodeActualQty
  209. //
  210. this.BarCodeActualQty.Caption = "实盘数量";
  211. this.BarCodeActualQty.FieldName = "BarCodeActualQty";
  212. this.BarCodeActualQty.Name = "BarCodeActualQty";
  213. this.BarCodeActualQty.OptionsColumn.AllowEdit = false;
  214. this.BarCodeActualQty.OptionsColumn.ReadOnly = true;
  215. this.BarCodeActualQty.Visible = true;
  216. this.BarCodeActualQty.VisibleIndex = 5;
  217. //
  218. // btnDelete
  219. //
  220. this.btnDelete.Caption = "删除明细";
  221. this.btnDelete.ColumnEdit = this.delete;
  222. this.btnDelete.FieldName = "btnDelete";
  223. this.btnDelete.Name = "btnDelete";
  224. this.btnDelete.Visible = true;
  225. this.btnDelete.VisibleIndex = 10;
  226. //
  227. // delete
  228. //
  229. this.delete.AutoHeight = false;
  230. this.delete.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  231. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
  232. this.delete.Name = "delete";
  233. this.delete.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  234. this.delete.Click += new System.EventHandler(this.delete_Click);
  235. //
  236. // grdDetail
  237. //
  238. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  239. gridLevelNode1.LevelTemplate = this.gridView1;
  240. gridLevelNode1.RelationName = "详情";
  241. this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
  242. gridLevelNode1});
  243. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  244. this.grdDetail.MainView = this.grvDetail;
  245. this.grdDetail.Name = "grdDetail";
  246. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  247. this.delete});
  248. this.grdDetail.Size = new System.Drawing.Size(1196, 359);
  249. this.grdDetail.TabIndex = 0;
  250. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  251. this.grvDetail,
  252. this.grvAdvDetail,
  253. this.gridView1});
  254. //
  255. // grvDetail
  256. //
  257. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  258. this.colSelect,
  259. this.colSerial,
  260. this.ToCheckNO,
  261. this.ToCheckDate,
  262. this.ItemCode,
  263. this.ItemName,
  264. this.colItemStd,
  265. this.CurrentQty,
  266. this.ActualQty,
  267. this.MuserName,
  268. this.Mtime,
  269. this.ComUnit1,
  270. this.MeasureQty,
  271. this.AssComUnit1,
  272. this.ItemType,
  273. this.colStorageCode,
  274. this.HouseKeeper,
  275. this.BinCode});
  276. this.grvDetail.GridControl = this.grdDetail;
  277. this.grvDetail.Name = "grvDetail";
  278. this.grvDetail.OptionsBehavior.Editable = false;
  279. this.grvDetail.OptionsBehavior.ReadOnly = true;
  280. this.grvDetail.OptionsPrint.AutoWidth = false;
  281. this.grvDetail.OptionsPrint.ExpandAllDetails = true;
  282. this.grvDetail.OptionsPrint.PrintDetails = true;
  283. this.grvDetail.OptionsSelection.MultiSelect = true;
  284. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  285. this.grvDetail.OptionsView.ShowFooter = true;
  286. this.grvDetail.OptionsView.ShowGroupPanel = false;
  287. this.grvDetail.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.grvDetail_MasterRowExpanded);
  288. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  289. //
  290. // colSelect
  291. //
  292. this.colSelect.Caption = "选择";
  293. this.colSelect.FieldName = "isSelect";
  294. this.colSelect.Name = "colSelect";
  295. this.colSelect.Visible = true;
  296. this.colSelect.VisibleIndex = 0;
  297. //
  298. // colSerial
  299. //
  300. this.colSerial.Caption = "Serial";
  301. this.colSerial.FieldName = "Serial";
  302. this.colSerial.Name = "colSerial";
  303. //
  304. // ToCheckNO
  305. //
  306. this.ToCheckNO.Caption = "盘点单号";
  307. this.ToCheckNO.FieldName = "ToCheckNO";
  308. this.ToCheckNO.Name = "ToCheckNO";
  309. this.ToCheckNO.Visible = true;
  310. this.ToCheckNO.VisibleIndex = 1;
  311. //
  312. // ToCheckDate
  313. //
  314. this.ToCheckDate.Caption = "盘点日期";
  315. this.ToCheckDate.FieldName = "ToCheckDate";
  316. this.ToCheckDate.Name = "ToCheckDate";
  317. this.ToCheckDate.Visible = true;
  318. this.ToCheckDate.VisibleIndex = 2;
  319. //
  320. // ItemCode
  321. //
  322. this.ItemCode.Caption = "存货编码";
  323. this.ItemCode.FieldName = "ItemCode";
  324. this.ItemCode.Name = "ItemCode";
  325. this.ItemCode.Visible = true;
  326. this.ItemCode.VisibleIndex = 3;
  327. //
  328. // ItemName
  329. //
  330. this.ItemName.Caption = "存货名称";
  331. this.ItemName.FieldName = "ItemName";
  332. this.ItemName.Name = "ItemName";
  333. this.ItemName.Visible = true;
  334. this.ItemName.VisibleIndex = 4;
  335. //
  336. // colItemStd
  337. //
  338. this.colItemStd.Caption = "规格型号";
  339. this.colItemStd.FieldName = "ItemStd";
  340. this.colItemStd.Name = "colItemStd";
  341. this.colItemStd.Visible = true;
  342. this.colItemStd.VisibleIndex = 5;
  343. //
  344. // CurrentQty
  345. //
  346. this.CurrentQty.Caption = "库存数量";
  347. this.CurrentQty.FieldName = "CurrentQty";
  348. this.CurrentQty.Name = "CurrentQty";
  349. this.CurrentQty.Visible = true;
  350. this.CurrentQty.VisibleIndex = 7;
  351. //
  352. // ActualQty
  353. //
  354. this.ActualQty.Caption = "实盘数量";
  355. this.ActualQty.FieldName = "ActualQty";
  356. this.ActualQty.Name = "ActualQty";
  357. this.ActualQty.Visible = true;
  358. this.ActualQty.VisibleIndex = 8;
  359. //
  360. // MuserName
  361. //
  362. this.MuserName.Caption = "维护人";
  363. this.MuserName.FieldName = "MuserName";
  364. this.MuserName.Name = "MuserName";
  365. this.MuserName.Visible = true;
  366. this.MuserName.VisibleIndex = 13;
  367. //
  368. // Mtime
  369. //
  370. this.Mtime.Caption = "维护时间";
  371. this.Mtime.FieldName = "Mtime";
  372. this.Mtime.Name = "Mtime";
  373. this.Mtime.Visible = true;
  374. this.Mtime.VisibleIndex = 14;
  375. this.Mtime.Width = 98;
  376. //
  377. // ComUnit1
  378. //
  379. this.ComUnit1.Caption = "主计量单位";
  380. this.ComUnit1.FieldName = "ComUnit";
  381. this.ComUnit1.Name = "ComUnit1";
  382. this.ComUnit1.Visible = true;
  383. this.ComUnit1.VisibleIndex = 9;
  384. //
  385. // AssComUnit1
  386. //
  387. this.AssComUnit1.Caption = "辅计量单位";
  388. this.AssComUnit1.FieldName = "AssComUnit";
  389. this.AssComUnit1.Name = "AssComUnit1";
  390. this.AssComUnit1.Visible = true;
  391. this.AssComUnit1.VisibleIndex = 11;
  392. //
  393. // ItemType
  394. //
  395. this.ItemType.Caption = "物料类型";
  396. this.ItemType.FieldName = "ItemType";
  397. this.ItemType.Name = "ItemType";
  398. this.ItemType.Visible = true;
  399. this.ItemType.VisibleIndex = 6;
  400. //
  401. // colStorageCode
  402. //
  403. this.colStorageCode.Caption = "仓库代码";
  404. this.colStorageCode.FieldName = "StorageCode";
  405. this.colStorageCode.Name = "colStorageCode";
  406. this.colStorageCode.Visible = true;
  407. this.colStorageCode.VisibleIndex = 15;
  408. //
  409. // HouseKeeper
  410. //
  411. this.HouseKeeper.Caption = "仓管员";
  412. this.HouseKeeper.FieldName = "HouseKeeper";
  413. this.HouseKeeper.Name = "HouseKeeper";
  414. this.HouseKeeper.Visible = true;
  415. this.HouseKeeper.VisibleIndex = 12;
  416. //
  417. // BinCode
  418. //
  419. this.BinCode.Caption = "库位代码";
  420. this.BinCode.FieldName = "BinCode";
  421. this.BinCode.Name = "BinCode";
  422. this.BinCode.Visible = true;
  423. this.BinCode.VisibleIndex = 16;
  424. //
  425. // grvAdvDetail
  426. //
  427. this.grvAdvDetail.GridControl = this.grdDetail;
  428. this.grvAdvDetail.Name = "grvAdvDetail";
  429. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  430. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  431. this.grvAdvDetail.OptionsView.ShowFooter = true;
  432. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  433. //
  434. // btnOutPut
  435. //
  436. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  437. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  438. this.btnOutPut.Appearance.Options.UseFont = true;
  439. this.btnOutPut.Appearance.Options.UseForeColor = true;
  440. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  441. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  442. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  443. this.btnOutPut.Location = new System.Drawing.Point(551, 1);
  444. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  445. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  446. this.btnOutPut.Name = "btnOutPut";
  447. this.btnOutPut.Size = new System.Drawing.Size(50, 30);
  448. this.btnOutPut.TabIndex = 2;
  449. this.btnOutPut.Text = "导出";
  450. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  451. //
  452. // btnConfig
  453. //
  454. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  455. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  456. this.btnConfig.Appearance.Options.UseFont = true;
  457. this.btnConfig.Appearance.Options.UseForeColor = true;
  458. this.btnConfig.Appearance.Options.UseTextOptions = true;
  459. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  460. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  461. this.btnConfig.Location = new System.Drawing.Point(147, 0);
  462. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  463. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  464. this.btnConfig.Name = "btnConfig";
  465. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  466. this.btnConfig.TabIndex = 4;
  467. this.btnConfig.Text = "数据源设置";
  468. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  469. //
  470. // btnExit
  471. //
  472. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  473. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  474. this.btnExit.Appearance.Options.UseFont = true;
  475. this.btnExit.Appearance.Options.UseForeColor = true;
  476. this.btnExit.Appearance.Options.UseTextOptions = true;
  477. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  478. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  479. this.btnExit.Location = new System.Drawing.Point(653, 1);
  480. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  481. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  482. this.btnExit.Name = "btnExit";
  483. this.btnExit.Size = new System.Drawing.Size(60, 30);
  484. this.btnExit.TabIndex = 10;
  485. this.btnExit.Text = "退出";
  486. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  487. //
  488. // btnFilter
  489. //
  490. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  491. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  492. this.btnFilter.Appearance.Options.UseFont = true;
  493. this.btnFilter.Appearance.Options.UseForeColor = true;
  494. this.btnFilter.Appearance.Options.UseTextOptions = true;
  495. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  496. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  497. this.btnFilter.Location = new System.Drawing.Point(82, 0);
  498. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  499. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  500. this.btnFilter.Name = "btnFilter";
  501. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  502. this.btnFilter.TabIndex = 11;
  503. this.btnFilter.Text = "过滤";
  504. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  505. //
  506. // panelControl3
  507. //
  508. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  509. this.panelControl3.Appearance.Options.UseBackColor = true;
  510. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  511. this.panelControl3.Controls.Add(this.btnCheckIn);
  512. this.panelControl3.Controls.Add(this.btnRefresh);
  513. this.panelControl3.Controls.Add(this.btnCreate);
  514. this.panelControl3.Controls.Add(this.btnCancelAll);
  515. this.panelControl3.Controls.Add(this.btnDel);
  516. this.panelControl3.Controls.Add(this.btnSelectAll);
  517. this.panelControl3.Controls.Add(this.lblTitle);
  518. this.panelControl3.Controls.Add(this.btnClose);
  519. this.panelControl3.Controls.Add(this.btnFilter);
  520. this.panelControl3.Controls.Add(this.btnExit);
  521. this.panelControl3.Controls.Add(this.btnConfig);
  522. this.panelControl3.Controls.Add(this.btnOutPut);
  523. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  524. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  525. this.panelControl3.Name = "panelControl3";
  526. this.panelControl3.Size = new System.Drawing.Size(1200, 30);
  527. this.panelControl3.TabIndex = 13;
  528. //
  529. // btnCheckIn
  530. //
  531. this.btnCheckIn.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  532. this.btnCheckIn.Appearance.ForeColor = System.Drawing.Color.White;
  533. this.btnCheckIn.Appearance.Options.UseFont = true;
  534. this.btnCheckIn.Appearance.Options.UseForeColor = true;
  535. this.btnCheckIn.Appearance.Options.UseTextOptions = true;
  536. this.btnCheckIn.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  537. this.btnCheckIn.Image = ((System.Drawing.Image)(resources.GetObject("btnCheckIn.Image")));
  538. this.btnCheckIn.Location = new System.Drawing.Point(810, 0);
  539. this.btnCheckIn.LookAndFeel.SkinName = "BlueButtonSkin";
  540. this.btnCheckIn.LookAndFeel.UseDefaultLookAndFeel = false;
  541. this.btnCheckIn.Name = "btnCheckIn";
  542. this.btnCheckIn.Size = new System.Drawing.Size(81, 30);
  543. this.btnCheckIn.TabIndex = 26;
  544. this.btnCheckIn.Text = "盘点扫描";
  545. this.btnCheckIn.Visible = false;
  546. this.btnCheckIn.Click += new System.EventHandler(this.btnCheckIn_Click);
  547. //
  548. // btnRefresh
  549. //
  550. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  551. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  552. this.btnRefresh.Appearance.Options.UseFont = true;
  553. this.btnRefresh.Appearance.Options.UseForeColor = true;
  554. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  555. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  556. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  557. this.btnRefresh.Location = new System.Drawing.Point(601, 1);
  558. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  559. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  560. this.btnRefresh.Name = "btnRefresh";
  561. this.btnRefresh.Size = new System.Drawing.Size(52, 30);
  562. this.btnRefresh.TabIndex = 25;
  563. this.btnRefresh.Text = "刷新";
  564. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  565. //
  566. // btnCreate
  567. //
  568. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  569. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  570. this.btnCreate.Appearance.Options.UseFont = true;
  571. this.btnCreate.Appearance.Options.UseForeColor = true;
  572. this.btnCreate.Appearance.Options.UseTextOptions = true;
  573. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  574. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  575. this.btnCreate.Location = new System.Drawing.Point(348, 0);
  576. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  577. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  578. this.btnCreate.Name = "btnCreate";
  579. this.btnCreate.Size = new System.Drawing.Size(103, 30);
  580. this.btnCreate.TabIndex = 23;
  581. this.btnCreate.Text = "创建盘点计划";
  582. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  583. //
  584. // btnCancelAll
  585. //
  586. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  587. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  588. this.btnCancelAll.Appearance.Options.UseFont = true;
  589. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  590. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  591. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  592. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  593. this.btnCancelAll.Location = new System.Drawing.Point(293, 0);
  594. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  595. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  596. this.btnCancelAll.Name = "btnCancelAll";
  597. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  598. this.btnCancelAll.TabIndex = 22;
  599. this.btnCancelAll.Text = "全消";
  600. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  601. //
  602. // btnDel
  603. //
  604. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  605. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  606. this.btnDel.Appearance.Options.UseFont = true;
  607. this.btnDel.Appearance.Options.UseForeColor = true;
  608. this.btnDel.Appearance.Options.UseTextOptions = true;
  609. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  610. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  611. this.btnDel.Location = new System.Drawing.Point(451, 1);
  612. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  613. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  614. this.btnDel.Name = "btnDel";
  615. this.btnDel.Size = new System.Drawing.Size(101, 30);
  616. this.btnDel.TabIndex = 21;
  617. this.btnDel.Text = "删除盘点计划";
  618. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  619. //
  620. // btnSelectAll
  621. //
  622. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  623. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  624. this.btnSelectAll.Appearance.Options.UseFont = true;
  625. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  626. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  627. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  628. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  629. this.btnSelectAll.Location = new System.Drawing.Point(239, 0);
  630. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  631. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  632. this.btnSelectAll.Name = "btnSelectAll";
  633. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  634. this.btnSelectAll.TabIndex = 20;
  635. this.btnSelectAll.Text = "全选";
  636. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  637. //
  638. // lblTitle
  639. //
  640. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  641. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  642. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  643. this.lblTitle.Location = new System.Drawing.Point(3, 2);
  644. this.lblTitle.Name = "lblTitle";
  645. this.lblTitle.Size = new System.Drawing.Size(73, 23);
  646. this.lblTitle.TabIndex = 19;
  647. this.lblTitle.Text = "WMS盘点";
  648. //
  649. // btnClose
  650. //
  651. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  652. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  653. this.btnClose.Appearance.Options.UseFont = true;
  654. this.btnClose.Appearance.Options.UseForeColor = true;
  655. this.btnClose.Appearance.Options.UseTextOptions = true;
  656. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  657. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  658. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  659. this.btnClose.Location = new System.Drawing.Point(1174, 0);
  660. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  661. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  662. this.btnClose.Name = "btnClose";
  663. this.btnClose.Size = new System.Drawing.Size(26, 30);
  664. this.btnClose.TabIndex = 14;
  665. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  666. //
  667. // rptPage
  668. //
  669. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  670. this.rptPage.Appearance.Options.UseBackColor = true;
  671. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  672. this.rptPage.isInit = false;
  673. this.rptPage.Location = new System.Drawing.Point(0, 413);
  674. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  675. this.rptPage.Name = "rptPage";
  676. this.rptPage.PageIndex = 0;
  677. this.rptPage.PageSize = 0;
  678. this.rptPage.RecordNum = 0;
  679. this.rptPage.Size = new System.Drawing.Size(1200, 26);
  680. this.rptPage.TabIndex = 15;
  681. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  682. //
  683. // groupControl1
  684. //
  685. this.groupControl1.Controls.Add(this.grdDetail);
  686. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  687. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  688. this.groupControl1.Name = "groupControl1";
  689. this.groupControl1.Size = new System.Drawing.Size(1200, 383);
  690. this.groupControl1.TabIndex = 14;
  691. this.groupControl1.Text = "详细信息";
  692. //
  693. // colProductCode
  694. //
  695. this.colProductCode.Caption = "生产编码";
  696. this.colProductCode.FieldName = "ProductCode";
  697. this.colProductCode.Name = "colProductCode";
  698. //
  699. // MeasureQty
  700. //
  701. this.MeasureQty.Caption = "辅计量数量";
  702. this.MeasureQty.FieldName = "MeasureQty";
  703. this.MeasureQty.Name = "MeasureQty";
  704. this.MeasureQty.Visible = true;
  705. this.MeasureQty.VisibleIndex = 10;
  706. //
  707. // MeasureQtys
  708. //
  709. this.MeasureQtys.Caption = "辅计量数量";
  710. this.MeasureQtys.FieldName = "MeasureQtys";
  711. this.MeasureQtys.Name = "MeasureQtys";
  712. this.MeasureQtys.Visible = true;
  713. this.MeasureQtys.VisibleIndex = 7;
  714. //
  715. // StackCode
  716. //
  717. this.StackCode.Caption = "库位代码";
  718. this.StackCode.FieldName = "StackCode";
  719. this.StackCode.Name = "StackCode";
  720. this.StackCode.Visible = true;
  721. this.StackCode.VisibleIndex = 12;
  722. //
  723. // FormPhysicalInventory
  724. //
  725. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  726. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  727. this.ClientSize = new System.Drawing.Size(1200, 439);
  728. this.Controls.Add(this.groupControl1);
  729. this.Controls.Add(this.rptPage);
  730. this.Controls.Add(this.panelControl3);
  731. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  732. this.Name = "FormPhysicalInventory";
  733. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  734. this.Text = "FormGridReport";
  735. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormICSItemLot_FormClosing);
  736. this.Load += new System.EventHandler(this.FormICSItemLot_Load);
  737. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  738. ((System.ComponentModel.ISupportInitialize)(this.delete)).EndInit();
  739. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  740. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  741. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  742. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  743. this.panelControl3.ResumeLayout(false);
  744. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  745. this.groupControl1.ResumeLayout(false);
  746. this.ResumeLayout(false);
  747. }
  748. #endregion
  749. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  750. private DevExpress.XtraEditors.SimpleButton btnConfig;
  751. private DevExpress.XtraEditors.SimpleButton btnExit;
  752. private DevExpress.XtraEditors.SimpleButton btnFilter;
  753. private DevExpress.XtraEditors.PanelControl panelControl3;
  754. private DevExpress.XtraEditors.SimpleButton btnClose;
  755. private DevExpress.XtraEditors.LabelControl lblTitle;
  756. private DevExpress.XtraEditors.SimpleButton btnCreate;
  757. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  758. private DevExpress.XtraEditors.SimpleButton btnDel;
  759. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  760. private Base.UserControl.FormControl.PageNavTool rptPage;
  761. private DevExpress.XtraEditors.GroupControl groupControl1;
  762. private DevExpress.XtraGrid.GridControl grdDetail;
  763. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  764. private DevExpress.XtraGrid.Columns.GridColumn colProductCode;
  765. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  766. private DevExpress.XtraGrid.Columns.GridColumn colSelect;
  767. private DevExpress.XtraGrid.Columns.GridColumn colSerial;
  768. private DevExpress.XtraGrid.Columns.GridColumn ToCheckNO;
  769. private DevExpress.XtraGrid.Columns.GridColumn ToCheckDate;
  770. private DevExpress.XtraGrid.Columns.GridColumn ItemCode;
  771. private DevExpress.XtraGrid.Columns.GridColumn ItemName;
  772. private DevExpress.XtraGrid.Columns.GridColumn CurrentQty;
  773. private DevExpress.XtraGrid.Columns.GridColumn ActualQty;
  774. private DevExpress.XtraGrid.Columns.GridColumn MuserName;
  775. private DevExpress.XtraGrid.Columns.GridColumn Mtime;
  776. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  777. private DevExpress.XtraGrid.Columns.GridColumn ItemCode1;
  778. private DevExpress.XtraGrid.Columns.GridColumn ItemName1;
  779. private DevExpress.XtraGrid.Columns.GridColumn BarCode;
  780. private DevExpress.XtraGrid.Columns.GridColumn BarCodeQty;
  781. private DevExpress.XtraGrid.Columns.GridColumn ItemStd;
  782. private DevExpress.XtraGrid.Columns.GridColumn ComUnit;
  783. private DevExpress.XtraGrid.Columns.GridColumn AssComUnit;
  784. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  785. private DevExpress.XtraEditors.SimpleButton btnCheckIn;
  786. private DevExpress.XtraGrid.Columns.GridColumn colItemStd;
  787. private DevExpress.XtraGrid.Columns.GridColumn ComUnit1;
  788. private DevExpress.XtraGrid.Columns.GridColumn AssComUnit1;
  789. private DevExpress.XtraGrid.Columns.GridColumn ItemType;
  790. private DevExpress.XtraGrid.Columns.GridColumn colLot;
  791. private DevExpress.XtraGrid.Columns.GridColumn colStorageCode1;
  792. private DevExpress.XtraGrid.Columns.GridColumn colStorageCode;
  793. private DevExpress.XtraGrid.Columns.GridColumn BarCodeActualQty;
  794. private DevExpress.XtraGrid.Columns.GridColumn btnDelete;
  795. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit delete;
  796. private DevExpress.XtraGrid.Columns.GridColumn HouseKeeper;
  797. private DevExpress.XtraGrid.Columns.GridColumn BinCode;
  798. private DevExpress.XtraGrid.Columns.GridColumn MeasureQtys;
  799. private DevExpress.XtraGrid.Columns.GridColumn StackCode;
  800. private DevExpress.XtraGrid.Columns.GridColumn MeasureQty;
  801. }
  802. }