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

581 lines
31 KiB

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