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

629 lines
34 KiB

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