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

712 lines
38 KiB

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