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

617 lines
32 KiB

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