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

537 lines
29 KiB

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