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

696 lines
36 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSInvTransferGauge
  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(FormICSInvTransferGauge));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  34. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  35. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  36. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.colcDLCode = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colirowno = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colcInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colcInvStd = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colFROMStorageCode = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colTOStorageCode = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.coliQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colcTVBatch = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. this.txtMOCode = new DevExpress.XtraEditors.GridLookUpEdit();
  50. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  51. this.cmbSEQ = new DevExpress.XtraEditors.ComboBoxEdit();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.groupBox1 = new System.Windows.Forms.GroupBox();
  55. this.panel2 = new System.Windows.Forms.Panel();
  56. this.groupBox3 = new System.Windows.Forms.GroupBox();
  57. this.gridControlGauge = new DevExpress.XtraGrid.GridControl();
  58. this.gridViewGauge = new DevExpress.XtraGrid.Views.Grid.GridView();
  59. this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
  61. this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.advBandedGridView2 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  77. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  78. this.panelControl3.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  82. this.panel1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).BeginInit();
  86. this.groupBox1.SuspendLayout();
  87. this.panel2.SuspendLayout();
  88. this.groupBox3.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.gridControlGauge)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.gridViewGauge)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView2)).BeginInit();
  93. this.SuspendLayout();
  94. //
  95. // btnExit
  96. //
  97. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  98. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  99. this.btnExit.Appearance.Options.UseFont = true;
  100. this.btnExit.Appearance.Options.UseForeColor = true;
  101. this.btnExit.Appearance.Options.UseTextOptions = true;
  102. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  103. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  104. this.btnExit.Location = new System.Drawing.Point(236, 0);
  105. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  106. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  107. this.btnExit.Name = "btnExit";
  108. this.btnExit.Size = new System.Drawing.Size(55, 30);
  109. this.btnExit.TabIndex = 10;
  110. this.btnExit.Text = "退出";
  111. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  112. //
  113. // panelControl3
  114. //
  115. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  116. this.panelControl3.Appearance.Options.UseBackColor = true;
  117. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  118. this.panelControl3.Controls.Add(this.btnPrint);
  119. this.panelControl3.Controls.Add(this.btnOutPut);
  120. this.panelControl3.Controls.Add(this.btnClose);
  121. this.panelControl3.Controls.Add(this.MOTitle);
  122. this.panelControl3.Controls.Add(this.btnExit);
  123. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  124. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  125. this.panelControl3.Name = "panelControl3";
  126. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  127. this.panelControl3.TabIndex = 13;
  128. //
  129. // btnPrint
  130. //
  131. this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  132. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  133. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  134. this.btnPrint.Appearance.Options.UseBackColor = true;
  135. this.btnPrint.Appearance.Options.UseFont = true;
  136. this.btnPrint.Appearance.Options.UseForeColor = true;
  137. this.btnPrint.Appearance.Options.UseTextOptions = true;
  138. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  139. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  140. this.btnPrint.Location = new System.Drawing.Point(97, 0);
  141. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  142. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  143. this.btnPrint.Name = "btnPrint";
  144. this.btnPrint.Size = new System.Drawing.Size(80, 30);
  145. this.btnPrint.TabIndex = 124;
  146. this.btnPrint.Text = "打印标签";
  147. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  148. //
  149. // btnOutPut
  150. //
  151. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  152. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  153. this.btnOutPut.Appearance.Options.UseFont = true;
  154. this.btnOutPut.Appearance.Options.UseForeColor = true;
  155. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  156. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  157. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  158. this.btnOutPut.Location = new System.Drawing.Point(177, 0);
  159. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  160. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  161. this.btnOutPut.Name = "btnOutPut";
  162. this.btnOutPut.Size = new System.Drawing.Size(59, 30);
  163. this.btnOutPut.TabIndex = 30;
  164. this.btnOutPut.Text = "导出";
  165. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  166. //
  167. // btnClose
  168. //
  169. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  170. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  171. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  172. this.btnClose.Appearance.Options.UseFont = true;
  173. this.btnClose.Appearance.Options.UseForeColor = true;
  174. this.btnClose.Appearance.Options.UseTextOptions = true;
  175. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  176. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  177. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  178. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  179. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  180. this.btnClose.Name = "btnClose";
  181. this.btnClose.Size = new System.Drawing.Size(26, 29);
  182. this.btnClose.TabIndex = 25;
  183. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  184. //
  185. // MOTitle
  186. //
  187. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  188. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  189. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  190. this.MOTitle.Location = new System.Drawing.Point(3, 4);
  191. this.MOTitle.Name = "MOTitle";
  192. this.MOTitle.Size = new System.Drawing.Size(100, 23);
  193. this.MOTitle.TabIndex = 19;
  194. this.MOTitle.Text = "调拨单拣料表";
  195. //
  196. // grdDetail
  197. //
  198. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.grdDetail.Location = new System.Drawing.Point(3, 18);
  200. this.grdDetail.MainView = this.grvDetail;
  201. this.grdDetail.Name = "grdDetail";
  202. this.grdDetail.Size = new System.Drawing.Size(1030, 289);
  203. this.grdDetail.TabIndex = 0;
  204. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  205. this.grvDetail,
  206. this.grvAdvDetail});
  207. //
  208. // grvDetail
  209. //
  210. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  211. this.colcDLCode,
  212. this.colirowno,
  213. this.colcInvCode,
  214. this.colINVNAME,
  215. this.colcInvStd,
  216. this.colFROMStorageCode,
  217. this.colTOStorageCode,
  218. this.colINVUOM,
  219. this.coliQuantity,
  220. this.colcTVBatch});
  221. this.grvDetail.GridControl = this.grdDetail;
  222. this.grvDetail.IndicatorWidth = 40;
  223. this.grvDetail.Name = "grvDetail";
  224. this.grvDetail.OptionsBehavior.ReadOnly = true;
  225. this.grvDetail.OptionsSelection.MultiSelect = true;
  226. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  227. this.grvDetail.OptionsView.ShowGroupPanel = false;
  228. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  229. //
  230. // colcDLCode
  231. //
  232. this.colcDLCode.Caption = "调拨单号";
  233. this.colcDLCode.FieldName = "cDLCode";
  234. this.colcDLCode.Name = "colcDLCode";
  235. this.colcDLCode.Visible = true;
  236. this.colcDLCode.VisibleIndex = 0;
  237. this.colcDLCode.Width = 90;
  238. //
  239. // colirowno
  240. //
  241. this.colirowno.Caption = "行号";
  242. this.colirowno.FieldName = "irowno";
  243. this.colirowno.Name = "colirowno";
  244. this.colirowno.Visible = true;
  245. this.colirowno.VisibleIndex = 1;
  246. this.colirowno.Width = 70;
  247. //
  248. // colcInvCode
  249. //
  250. this.colcInvCode.Caption = "存货编码";
  251. this.colcInvCode.FieldName = "cInvCode";
  252. this.colcInvCode.Name = "colcInvCode";
  253. this.colcInvCode.Visible = true;
  254. this.colcInvCode.VisibleIndex = 2;
  255. //
  256. // colINVNAME
  257. //
  258. this.colINVNAME.Caption = "存货名称";
  259. this.colINVNAME.FieldName = "cInvName";
  260. this.colINVNAME.Name = "colINVNAME";
  261. this.colINVNAME.Visible = true;
  262. this.colINVNAME.VisibleIndex = 3;
  263. //
  264. // colcInvStd
  265. //
  266. this.colcInvStd.Caption = "规格型号";
  267. this.colcInvStd.FieldName = "cInvStd";
  268. this.colcInvStd.Name = "colcInvStd";
  269. this.colcInvStd.Visible = true;
  270. this.colcInvStd.VisibleIndex = 4;
  271. //
  272. // colFROMStorageCode
  273. //
  274. this.colFROMStorageCode.Caption = "源仓库";
  275. this.colFROMStorageCode.FieldName = "FROMStorageCode";
  276. this.colFROMStorageCode.Name = "colFROMStorageCode";
  277. this.colFROMStorageCode.Visible = true;
  278. this.colFROMStorageCode.VisibleIndex = 7;
  279. //
  280. // colTOStorageCode
  281. //
  282. this.colTOStorageCode.Caption = "目的仓库";
  283. this.colTOStorageCode.FieldName = "TOStorageCode";
  284. this.colTOStorageCode.Name = "colTOStorageCode";
  285. this.colTOStorageCode.Visible = true;
  286. this.colTOStorageCode.VisibleIndex = 8;
  287. //
  288. // colINVUOM
  289. //
  290. this.colINVUOM.Caption = "单位";
  291. this.colINVUOM.FieldName = "INVUOM";
  292. this.colINVUOM.Name = "colINVUOM";
  293. this.colINVUOM.Visible = true;
  294. this.colINVUOM.VisibleIndex = 5;
  295. //
  296. // coliQuantity
  297. //
  298. this.coliQuantity.Caption = "调拨数量";
  299. this.coliQuantity.FieldName = "iQuantity";
  300. this.coliQuantity.Name = "coliQuantity";
  301. this.coliQuantity.Visible = true;
  302. this.coliQuantity.VisibleIndex = 6;
  303. //
  304. // colcTVBatch
  305. //
  306. this.colcTVBatch.Caption = "批次";
  307. this.colcTVBatch.FieldName = "cTVBatch";
  308. this.colcTVBatch.Name = "colcTVBatch";
  309. this.colcTVBatch.Visible = true;
  310. this.colcTVBatch.VisibleIndex = 9;
  311. //
  312. // grvAdvDetail
  313. //
  314. this.grvAdvDetail.GridControl = this.grdDetail;
  315. this.grvAdvDetail.Name = "grvAdvDetail";
  316. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  317. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  318. this.grvAdvDetail.OptionsView.ShowFooter = true;
  319. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  320. //
  321. // panel1
  322. //
  323. this.panel1.Controls.Add(this.txtMOCode);
  324. this.panel1.Controls.Add(this.cmbSEQ);
  325. this.panel1.Controls.Add(this.label2);
  326. this.panel1.Controls.Add(this.label1);
  327. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  328. this.panel1.Location = new System.Drawing.Point(0, 30);
  329. this.panel1.Name = "panel1";
  330. this.panel1.Size = new System.Drawing.Size(1036, 50);
  331. this.panel1.TabIndex = 1;
  332. //
  333. // txtMOCode
  334. //
  335. this.txtMOCode.EditValue = "";
  336. this.txtMOCode.Location = new System.Drawing.Point(102, 16);
  337. this.txtMOCode.Name = "txtMOCode";
  338. this.txtMOCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  339. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  340. this.txtMOCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  341. this.txtMOCode.Properties.View = this.gridLookUpEdit1View;
  342. this.txtMOCode.Size = new System.Drawing.Size(150, 20);
  343. this.txtMOCode.TabIndex = 1;
  344. this.txtMOCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged);
  345. //
  346. // gridLookUpEdit1View
  347. //
  348. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  349. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  350. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  351. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  352. //
  353. // cmbSEQ
  354. //
  355. this.cmbSEQ.Location = new System.Drawing.Point(346, 16);
  356. this.cmbSEQ.Name = "cmbSEQ";
  357. this.cmbSEQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  358. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  359. this.cmbSEQ.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  360. this.cmbSEQ.Size = new System.Drawing.Size(100, 20);
  361. this.cmbSEQ.TabIndex = 3;
  362. this.cmbSEQ.SelectedIndexChanged += new System.EventHandler(this.cmbSEQ_SelectedIndexChanged);
  363. //
  364. // label2
  365. //
  366. this.label2.AutoSize = true;
  367. this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  368. this.label2.Location = new System.Drawing.Point(300, 19);
  369. this.label2.Name = "label2";
  370. this.label2.Size = new System.Drawing.Size(46, 14);
  371. this.label2.TabIndex = 0;
  372. this.label2.Text = "行号:";
  373. //
  374. // label1
  375. //
  376. this.label1.AutoSize = true;
  377. this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  378. this.label1.Location = new System.Drawing.Point(38, 19);
  379. this.label1.Name = "label1";
  380. this.label1.Size = new System.Drawing.Size(59, 14);
  381. this.label1.TabIndex = 0;
  382. this.label1.Text = "单据号:";
  383. //
  384. // groupBox1
  385. //
  386. this.groupBox1.Controls.Add(this.grdDetail);
  387. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  388. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  389. this.groupBox1.Name = "groupBox1";
  390. this.groupBox1.Size = new System.Drawing.Size(1036, 310);
  391. this.groupBox1.TabIndex = 1;
  392. this.groupBox1.TabStop = false;
  393. this.groupBox1.Text = "详细信息";
  394. //
  395. // panel2
  396. //
  397. this.panel2.Controls.Add(this.groupBox3);
  398. this.panel2.Controls.Add(this.groupBox1);
  399. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  400. this.panel2.Location = new System.Drawing.Point(0, 80);
  401. this.panel2.Name = "panel2";
  402. this.panel2.Size = new System.Drawing.Size(1036, 533);
  403. this.panel2.TabIndex = 14;
  404. //
  405. // groupBox3
  406. //
  407. this.groupBox3.Controls.Add(this.gridControlGauge);
  408. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  409. this.groupBox3.Location = new System.Drawing.Point(0, 310);
  410. this.groupBox3.Name = "groupBox3";
  411. this.groupBox3.Size = new System.Drawing.Size(1036, 223);
  412. this.groupBox3.TabIndex = 2;
  413. this.groupBox3.TabStop = false;
  414. this.groupBox3.Text = "调拨单拣料表";
  415. //
  416. // gridControlGauge
  417. //
  418. this.gridControlGauge.Dock = System.Windows.Forms.DockStyle.Fill;
  419. this.gridControlGauge.Location = new System.Drawing.Point(3, 18);
  420. this.gridControlGauge.MainView = this.gridViewGauge;
  421. this.gridControlGauge.Name = "gridControlGauge";
  422. this.gridControlGauge.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  423. this.repositoryItemMemoEdit1});
  424. this.gridControlGauge.Size = new System.Drawing.Size(1030, 202);
  425. this.gridControlGauge.TabIndex = 0;
  426. this.gridControlGauge.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  427. this.gridViewGauge,
  428. this.advBandedGridView2});
  429. //
  430. // gridViewGauge
  431. //
  432. this.gridViewGauge.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  433. this.gridColumn11,
  434. this.gridColumn12,
  435. this.gridColumn13,
  436. this.gridColumn14,
  437. this.gridColumn15,
  438. this.gridColumn16,
  439. this.gridColumn17,
  440. this.gridColumn18,
  441. this.gridColumn19,
  442. this.gridColumn20,
  443. this.gridColumn22,
  444. this.gridColumn23,
  445. this.gridColumn24,
  446. this.gridColumn27,
  447. this.gridColumn25,
  448. this.gridColumn1});
  449. this.gridViewGauge.GridControl = this.gridControlGauge;
  450. this.gridViewGauge.IndicatorWidth = 40;
  451. this.gridViewGauge.Name = "gridViewGauge";
  452. this.gridViewGauge.OptionsBehavior.ReadOnly = true;
  453. this.gridViewGauge.OptionsSelection.MultiSelect = true;
  454. this.gridViewGauge.OptionsView.ColumnAutoWidth = false;
  455. this.gridViewGauge.OptionsView.ShowGroupPanel = false;
  456. this.gridViewGauge.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  457. //
  458. // gridColumn11
  459. //
  460. this.gridColumn11.Caption = "单据号";
  461. this.gridColumn11.ColumnEdit = this.repositoryItemMemoEdit1;
  462. this.gridColumn11.FieldName = "cDLCode";
  463. this.gridColumn11.Name = "gridColumn11";
  464. this.gridColumn11.Visible = true;
  465. this.gridColumn11.VisibleIndex = 0;
  466. this.gridColumn11.Width = 90;
  467. //
  468. // repositoryItemMemoEdit1
  469. //
  470. this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
  471. //
  472. // gridColumn12
  473. //
  474. this.gridColumn12.Caption = "行号";
  475. this.gridColumn12.ColumnEdit = this.repositoryItemMemoEdit1;
  476. this.gridColumn12.FieldName = "MOSEQ";
  477. this.gridColumn12.Name = "gridColumn12";
  478. this.gridColumn12.Width = 70;
  479. //
  480. // gridColumn13
  481. //
  482. this.gridColumn13.Caption = "存货编码";
  483. this.gridColumn13.ColumnEdit = this.repositoryItemMemoEdit1;
  484. this.gridColumn13.FieldName = "cInvCode";
  485. this.gridColumn13.Name = "gridColumn13";
  486. this.gridColumn13.Visible = true;
  487. this.gridColumn13.VisibleIndex = 1;
  488. //
  489. // gridColumn14
  490. //
  491. this.gridColumn14.Caption = "存货名称";
  492. this.gridColumn14.ColumnEdit = this.repositoryItemMemoEdit1;
  493. this.gridColumn14.FieldName = "cInvName";
  494. this.gridColumn14.Name = "gridColumn14";
  495. this.gridColumn14.Visible = true;
  496. this.gridColumn14.VisibleIndex = 2;
  497. //
  498. // gridColumn15
  499. //
  500. this.gridColumn15.Caption = "规格型号";
  501. this.gridColumn15.ColumnEdit = this.repositoryItemMemoEdit1;
  502. this.gridColumn15.FieldName = "cInvStd";
  503. this.gridColumn15.Name = "gridColumn15";
  504. this.gridColumn15.Visible = true;
  505. this.gridColumn15.VisibleIndex = 3;
  506. //
  507. // gridColumn16
  508. //
  509. this.gridColumn16.Caption = "子件存货编码";
  510. this.gridColumn16.ColumnEdit = this.repositoryItemMemoEdit1;
  511. this.gridColumn16.FieldName = "MOBITEMCODE";
  512. this.gridColumn16.Name = "gridColumn16";
  513. //
  514. // gridColumn17
  515. //
  516. this.gridColumn17.Caption = "子件存货名称";
  517. this.gridColumn17.ColumnEdit = this.repositoryItemMemoEdit1;
  518. this.gridColumn17.FieldName = "CINVNAME";
  519. this.gridColumn17.Name = "gridColumn17";
  520. //
  521. // gridColumn18
  522. //
  523. this.gridColumn18.Caption = "子件规格型号";
  524. this.gridColumn18.ColumnEdit = this.repositoryItemMemoEdit1;
  525. this.gridColumn18.FieldName = "CINVTYPE";
  526. this.gridColumn18.Name = "gridColumn18";
  527. //
  528. // gridColumn19
  529. //
  530. this.gridColumn19.Caption = "单位";
  531. this.gridColumn19.ColumnEdit = this.repositoryItemMemoEdit1;
  532. this.gridColumn19.FieldName = "INVUOM";
  533. this.gridColumn19.Name = "gridColumn19";
  534. this.gridColumn19.Visible = true;
  535. this.gridColumn19.VisibleIndex = 4;
  536. //
  537. // gridColumn20
  538. //
  539. this.gridColumn20.Caption = "调拨数量";
  540. this.gridColumn20.ColumnEdit = this.repositoryItemMemoEdit1;
  541. this.gridColumn20.FieldName = "iQuantity";
  542. this.gridColumn20.Name = "gridColumn20";
  543. this.gridColumn20.Visible = true;
  544. this.gridColumn20.VisibleIndex = 5;
  545. //
  546. // gridColumn22
  547. //
  548. this.gridColumn22.Caption = "现存量";
  549. this.gridColumn22.ColumnEdit = this.repositoryItemMemoEdit1;
  550. this.gridColumn22.FieldName = "QTYTotal";
  551. this.gridColumn22.Name = "gridColumn22";
  552. this.gridColumn22.Visible = true;
  553. this.gridColumn22.VisibleIndex = 6;
  554. //
  555. // gridColumn23
  556. //
  557. this.gridColumn23.Caption = "仓库";
  558. this.gridColumn23.ColumnEdit = this.repositoryItemMemoEdit1;
  559. this.gridColumn23.FieldName = "WHCode";
  560. this.gridColumn23.Name = "gridColumn23";
  561. this.gridColumn23.Visible = true;
  562. this.gridColumn23.VisibleIndex = 7;
  563. //
  564. // gridColumn24
  565. //
  566. this.gridColumn24.Caption = "库位";
  567. this.gridColumn24.ColumnEdit = this.repositoryItemMemoEdit1;
  568. this.gridColumn24.FieldName = "BinCode";
  569. this.gridColumn24.Name = "gridColumn24";
  570. this.gridColumn24.Visible = true;
  571. this.gridColumn24.VisibleIndex = 8;
  572. //
  573. // gridColumn27
  574. //
  575. this.gridColumn27.Caption = "条码";
  576. this.gridColumn27.ColumnEdit = this.repositoryItemMemoEdit1;
  577. this.gridColumn27.FieldName = "LotNO";
  578. this.gridColumn27.Name = "gridColumn27";
  579. this.gridColumn27.Visible = true;
  580. this.gridColumn27.VisibleIndex = 9;
  581. //
  582. // gridColumn25
  583. //
  584. this.gridColumn25.Caption = "库位数量";
  585. this.gridColumn25.ColumnEdit = this.repositoryItemMemoEdit1;
  586. this.gridColumn25.FieldName = "QTY";
  587. this.gridColumn25.Name = "gridColumn25";
  588. this.gridColumn25.Visible = true;
  589. this.gridColumn25.VisibleIndex = 10;
  590. //
  591. // gridColumn1
  592. //
  593. this.gridColumn1.Caption = "零件号";
  594. this.gridColumn1.FieldName = "cTVBatch";
  595. this.gridColumn1.Name = "gridColumn1";
  596. this.gridColumn1.Visible = true;
  597. this.gridColumn1.VisibleIndex = 11;
  598. this.gridColumn1.Width = 89;
  599. //
  600. // advBandedGridView2
  601. //
  602. this.advBandedGridView2.GridControl = this.gridControlGauge;
  603. this.advBandedGridView2.Name = "advBandedGridView2";
  604. this.advBandedGridView2.OptionsBehavior.ReadOnly = true;
  605. this.advBandedGridView2.OptionsSelection.MultiSelect = true;
  606. this.advBandedGridView2.OptionsView.ShowFooter = true;
  607. this.advBandedGridView2.OptionsView.ShowGroupPanel = false;
  608. //
  609. // FormICSInvTransferGauge
  610. //
  611. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  612. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  613. this.ClientSize = new System.Drawing.Size(1036, 613);
  614. this.Controls.Add(this.panel2);
  615. this.Controls.Add(this.panel1);
  616. this.Controls.Add(this.panelControl3);
  617. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  618. this.Name = "FormICSInvTransferGauge";
  619. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  620. this.Text = "FormICSInvTransferGauge";
  621. this.Load += new System.EventHandler(this.FormICSInvTransferGauge_Load);
  622. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  623. this.panelControl3.ResumeLayout(false);
  624. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  625. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  627. this.panel1.ResumeLayout(false);
  628. this.panel1.PerformLayout();
  629. ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).EndInit();
  630. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  631. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).EndInit();
  632. this.groupBox1.ResumeLayout(false);
  633. this.panel2.ResumeLayout(false);
  634. this.groupBox3.ResumeLayout(false);
  635. ((System.ComponentModel.ISupportInitialize)(this.gridControlGauge)).EndInit();
  636. ((System.ComponentModel.ISupportInitialize)(this.gridViewGauge)).EndInit();
  637. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
  638. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView2)).EndInit();
  639. this.ResumeLayout(false);
  640. }
  641. #endregion
  642. private DevExpress.XtraEditors.SimpleButton btnExit;
  643. private DevExpress.XtraEditors.PanelControl panelControl3;
  644. private DevExpress.XtraEditors.LabelControl MOTitle;
  645. private DevExpress.XtraGrid.GridControl grdDetail;
  646. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  647. private DevExpress.XtraGrid.Columns.GridColumn colirowno;
  648. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  649. private DevExpress.XtraEditors.SimpleButton btnClose;
  650. private DevExpress.XtraGrid.Columns.GridColumn colcDLCode;
  651. private System.Windows.Forms.Panel panel1;
  652. private System.Windows.Forms.Label label2;
  653. private System.Windows.Forms.Label label1;
  654. private DevExpress.XtraGrid.Columns.GridColumn colcInvCode;
  655. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  656. private DevExpress.XtraGrid.Columns.GridColumn colcInvStd;
  657. private DevExpress.XtraGrid.Columns.GridColumn colFROMStorageCode;
  658. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  659. private DevExpress.XtraGrid.Columns.GridColumn coliQuantity;
  660. private System.Windows.Forms.GroupBox groupBox1;
  661. private System.Windows.Forms.Panel panel2;
  662. private System.Windows.Forms.GroupBox groupBox3;
  663. private DevExpress.XtraGrid.GridControl gridControlGauge;
  664. private DevExpress.XtraGrid.Views.Grid.GridView gridViewGauge;
  665. private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
  666. private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
  667. private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
  668. private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
  669. private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
  670. private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
  671. private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
  672. private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
  673. private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
  674. private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
  675. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView2;
  676. private DevExpress.XtraGrid.Columns.GridColumn gridColumn22;
  677. private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
  678. private DevExpress.XtraGrid.Columns.GridColumn gridColumn24;
  679. private DevExpress.XtraGrid.Columns.GridColumn gridColumn25;
  680. private DevExpress.XtraEditors.ComboBoxEdit cmbSEQ;
  681. private DevExpress.XtraEditors.GridLookUpEdit txtMOCode;
  682. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  683. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  684. private DevExpress.XtraGrid.Columns.GridColumn gridColumn27;
  685. private DevExpress.XtraGrid.Columns.GridColumn colTOStorageCode;
  686. private DevExpress.XtraEditors.SimpleButton btnPrint;
  687. private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1;
  688. private DevExpress.XtraGrid.Columns.GridColumn colcTVBatch;
  689. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  690. }
  691. }