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

623 lines
33 KiB

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