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

646 lines
34 KiB

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