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

556 lines
30 KiB

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