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

793 lines
42 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPurchaseLOT
  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(FormICSPurchaseLOT));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  37. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  38. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  39. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  40. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  41. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colPOCode = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colPORow = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colPrintTimes = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colPRODUCTDATE = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colisInput = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  56. this.panel1 = new System.Windows.Forms.Panel();
  57. this.grdMoDetail = new DevExpress.XtraGrid.GridControl();
  58. this.grvMoDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  59. this.colMoId = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colMoIsSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colMOPLANQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colMOSEQ1 = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colMoCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  68. this.txtQuantity = new DevExpress.XtraEditors.TextEdit();
  69. this.txtINVSTD = new DevExpress.XtraEditors.TextEdit();
  70. this.txtInvCode = new DevExpress.XtraEditors.TextEdit();
  71. this.txtINVNAME = new DevExpress.XtraEditors.TextEdit();
  72. this.txtPOCode = new DevExpress.XtraEditors.GridLookUpEdit();
  73. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  74. this.PORow = new DevExpress.XtraEditors.ComboBoxEdit();
  75. this.label5 = new System.Windows.Forms.Label();
  76. this.label6 = new System.Windows.Forms.Label();
  77. this.label4 = new System.Windows.Forms.Label();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.label2 = new System.Windows.Forms.Label();
  80. this.label1 = new System.Windows.Forms.Label();
  81. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  82. this.panelControl3.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  84. this.groupControl1.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  88. this.panel1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.grdMoDetail)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.grvMoDetail)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.txtINVSTD.Properties)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.txtInvCode.Properties)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.txtINVNAME.Properties)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtPOCode.Properties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.PORow.Properties)).BeginInit();
  99. this.SuspendLayout();
  100. //
  101. // btnExit
  102. //
  103. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  104. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  105. this.btnExit.Appearance.Options.UseFont = true;
  106. this.btnExit.Appearance.Options.UseForeColor = true;
  107. this.btnExit.Appearance.Options.UseTextOptions = true;
  108. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  109. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  110. this.btnExit.Location = new System.Drawing.Point(423, 0);
  111. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  112. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  113. this.btnExit.Name = "btnExit";
  114. this.btnExit.Size = new System.Drawing.Size(55, 30);
  115. this.btnExit.TabIndex = 10;
  116. this.btnExit.Text = "退出";
  117. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  118. //
  119. // panelControl3
  120. //
  121. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  122. this.panelControl3.Appearance.Options.UseBackColor = true;
  123. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  124. this.panelControl3.Controls.Add(this.simpleButton4);
  125. this.panelControl3.Controls.Add(this.btnCancelAll);
  126. this.panelControl3.Controls.Add(this.btnSelectAll);
  127. this.panelControl3.Controls.Add(this.btnDel);
  128. this.panelControl3.Controls.Add(this.btnClose);
  129. this.panelControl3.Controls.Add(this.btnCreate);
  130. this.panelControl3.Controls.Add(this.MOTitle);
  131. this.panelControl3.Controls.Add(this.btnExit);
  132. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  133. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  134. this.panelControl3.Name = "panelControl3";
  135. this.panelControl3.Size = new System.Drawing.Size(1173, 30);
  136. this.panelControl3.TabIndex = 13;
  137. //
  138. // simpleButton4
  139. //
  140. this.simpleButton4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  141. this.simpleButton4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  142. this.simpleButton4.Appearance.ForeColor = System.Drawing.Color.White;
  143. this.simpleButton4.Appearance.Options.UseBackColor = true;
  144. this.simpleButton4.Appearance.Options.UseFont = true;
  145. this.simpleButton4.Appearance.Options.UseForeColor = true;
  146. this.simpleButton4.Appearance.Options.UseTextOptions = true;
  147. this.simpleButton4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  148. this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
  149. this.simpleButton4.Location = new System.Drawing.Point(316, 0);
  150. this.simpleButton4.LookAndFeel.SkinName = "BlueButtonSkin";
  151. this.simpleButton4.LookAndFeel.UseDefaultLookAndFeel = false;
  152. this.simpleButton4.Name = "simpleButton4";
  153. this.simpleButton4.Size = new System.Drawing.Size(107, 30);
  154. this.simpleButton4.TabIndex = 121;
  155. this.simpleButton4.Text = "打印采购条码";
  156. this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
  157. //
  158. // btnCancelAll
  159. //
  160. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  161. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  162. this.btnCancelAll.Appearance.Options.UseFont = true;
  163. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  164. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  165. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  166. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  167. this.btnCancelAll.Location = new System.Drawing.Point(143, 0);
  168. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  169. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  170. this.btnCancelAll.Name = "btnCancelAll";
  171. this.btnCancelAll.Size = new System.Drawing.Size(57, 30);
  172. this.btnCancelAll.TabIndex = 28;
  173. this.btnCancelAll.Text = "全消";
  174. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  175. //
  176. // btnSelectAll
  177. //
  178. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  179. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  180. this.btnSelectAll.Appearance.Options.UseFont = true;
  181. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  182. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  183. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  184. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  185. this.btnSelectAll.Location = new System.Drawing.Point(86, 0);
  186. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  187. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  188. this.btnSelectAll.Name = "btnSelectAll";
  189. this.btnSelectAll.Size = new System.Drawing.Size(57, 30);
  190. this.btnSelectAll.TabIndex = 27;
  191. this.btnSelectAll.Text = "全选";
  192. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  193. //
  194. // btnDel
  195. //
  196. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  197. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  198. this.btnDel.Appearance.Options.UseFont = true;
  199. this.btnDel.Appearance.Options.UseForeColor = true;
  200. this.btnDel.Appearance.Options.UseTextOptions = true;
  201. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  202. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  203. this.btnDel.Location = new System.Drawing.Point(258, 0);
  204. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  205. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  206. this.btnDel.Name = "btnDel";
  207. this.btnDel.Size = new System.Drawing.Size(58, 30);
  208. this.btnDel.TabIndex = 26;
  209. this.btnDel.Text = "删除";
  210. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  211. //
  212. // btnClose
  213. //
  214. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  215. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  216. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  217. this.btnClose.Appearance.Options.UseFont = true;
  218. this.btnClose.Appearance.Options.UseForeColor = true;
  219. this.btnClose.Appearance.Options.UseTextOptions = true;
  220. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  221. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  222. this.btnClose.Location = new System.Drawing.Point(1147, 0);
  223. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  224. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  225. this.btnClose.Name = "btnClose";
  226. this.btnClose.Size = new System.Drawing.Size(26, 29);
  227. this.btnClose.TabIndex = 25;
  228. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  229. //
  230. // btnCreate
  231. //
  232. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  233. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  234. this.btnCreate.Appearance.Options.UseFont = true;
  235. this.btnCreate.Appearance.Options.UseForeColor = true;
  236. this.btnCreate.Appearance.Options.UseTextOptions = true;
  237. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  238. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  239. this.btnCreate.Location = new System.Drawing.Point(200, 0);
  240. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  241. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  242. this.btnCreate.Name = "btnCreate";
  243. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  244. this.btnCreate.TabIndex = 23;
  245. this.btnCreate.Text = "生成";
  246. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  247. //
  248. // MOTitle
  249. //
  250. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  251. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  252. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  253. this.MOTitle.Location = new System.Drawing.Point(4, 4);
  254. this.MOTitle.Name = "MOTitle";
  255. this.MOTitle.Size = new System.Drawing.Size(100, 23);
  256. this.MOTitle.TabIndex = 19;
  257. this.MOTitle.Text = "物料条码";
  258. //
  259. // rptPage
  260. //
  261. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  262. this.rptPage.Appearance.Options.UseBackColor = true;
  263. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  264. this.rptPage.isInit = false;
  265. this.rptPage.Location = new System.Drawing.Point(0, 413);
  266. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  267. this.rptPage.Name = "rptPage";
  268. this.rptPage.PageIndex = 0;
  269. this.rptPage.PageSize = 0;
  270. this.rptPage.RecordNum = 0;
  271. this.rptPage.Size = new System.Drawing.Size(1173, 26);
  272. this.rptPage.TabIndex = 15;
  273. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  274. //
  275. // groupControl1
  276. //
  277. this.groupControl1.Controls.Add(this.grdDetail);
  278. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.groupControl1.Location = new System.Drawing.Point(0, 250);
  280. this.groupControl1.Name = "groupControl1";
  281. this.groupControl1.Size = new System.Drawing.Size(1173, 163);
  282. this.groupControl1.TabIndex = 14;
  283. this.groupControl1.Text = "详细信息";
  284. //
  285. // grdDetail
  286. //
  287. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  288. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  289. this.grdDetail.MainView = this.grvDetail;
  290. this.grdDetail.Name = "grdDetail";
  291. this.grdDetail.Size = new System.Drawing.Size(1169, 139);
  292. this.grdDetail.TabIndex = 0;
  293. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  294. this.grvDetail,
  295. this.grvAdvDetail});
  296. //
  297. // grvDetail
  298. //
  299. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  300. this.colID,
  301. this.colisSelect,
  302. this.colLOTNO,
  303. this.colQuantity,
  304. this.colINVUOM,
  305. this.colPOCode,
  306. this.colPORow,
  307. this.colVenderLotNO,
  308. this.colPrintTimes,
  309. this.colPRODUCTDATE,
  310. this.colSupplier,
  311. this.colMUSERName,
  312. this.colisInput});
  313. this.grvDetail.GridControl = this.grdDetail;
  314. this.grvDetail.IndicatorWidth = 40;
  315. this.grvDetail.Name = "grvDetail";
  316. this.grvDetail.OptionsBehavior.Editable = false;
  317. this.grvDetail.OptionsSelection.MultiSelect = true;
  318. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  319. this.grvDetail.OptionsView.ShowFooter = true;
  320. this.grvDetail.OptionsView.ShowGroupPanel = false;
  321. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  322. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  323. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  324. //
  325. // colID
  326. //
  327. this.colID.Caption = "ID";
  328. this.colID.FieldName = "ID";
  329. this.colID.Name = "colID";
  330. //
  331. // colisSelect
  332. //
  333. this.colisSelect.Caption = "选择";
  334. this.colisSelect.FieldName = "isSelect";
  335. this.colisSelect.Name = "colisSelect";
  336. this.colisSelect.OptionsColumn.AllowEdit = false;
  337. this.colisSelect.OptionsColumn.ReadOnly = true;
  338. this.colisSelect.Visible = true;
  339. this.colisSelect.VisibleIndex = 0;
  340. this.colisSelect.Width = 45;
  341. //
  342. // colLOTNO
  343. //
  344. this.colLOTNO.Caption = "物料条码";
  345. this.colLOTNO.FieldName = "LOTNO";
  346. this.colLOTNO.Name = "colLOTNO";
  347. this.colLOTNO.Visible = true;
  348. this.colLOTNO.VisibleIndex = 1;
  349. this.colLOTNO.Width = 156;
  350. //
  351. // colQuantity
  352. //
  353. this.colQuantity.Caption = "数量";
  354. this.colQuantity.FieldName = "LOTQTY";
  355. this.colQuantity.Name = "colQuantity";
  356. this.colQuantity.Visible = true;
  357. this.colQuantity.VisibleIndex = 2;
  358. //
  359. // colINVUOM
  360. //
  361. this.colINVUOM.Caption = "单位";
  362. this.colINVUOM.FieldName = "INVUOM";
  363. this.colINVUOM.Name = "colINVUOM";
  364. this.colINVUOM.Visible = true;
  365. this.colINVUOM.VisibleIndex = 3;
  366. //
  367. // colPOCode
  368. //
  369. this.colPOCode.Caption = "单据号";
  370. this.colPOCode.FieldName = "CodeNo";
  371. this.colPOCode.Name = "colPOCode";
  372. this.colPOCode.Visible = true;
  373. this.colPOCode.VisibleIndex = 4;
  374. //
  375. // colPORow
  376. //
  377. this.colPORow.Caption = "行号";
  378. this.colPORow.FieldName = "CodeRow";
  379. this.colPORow.Name = "colPORow";
  380. this.colPORow.Visible = true;
  381. this.colPORow.VisibleIndex = 5;
  382. //
  383. // colVenderLotNO
  384. //
  385. this.colVenderLotNO.Caption = "生产批次";
  386. this.colVenderLotNO.FieldName = "VenderLotNO";
  387. this.colVenderLotNO.Name = "colVenderLotNO";
  388. this.colVenderLotNO.Visible = true;
  389. this.colVenderLotNO.VisibleIndex = 6;
  390. //
  391. // colPrintTimes
  392. //
  393. this.colPrintTimes.Caption = "打印次数";
  394. this.colPrintTimes.FieldName = "PrintTimes";
  395. this.colPrintTimes.Name = "colPrintTimes";
  396. //
  397. // colPRODUCTDATE
  398. //
  399. this.colPRODUCTDATE.Caption = "生产日期";
  400. this.colPRODUCTDATE.FieldName = "PRODUCTDATE";
  401. this.colPRODUCTDATE.Name = "colPRODUCTDATE";
  402. this.colPRODUCTDATE.Visible = true;
  403. this.colPRODUCTDATE.VisibleIndex = 7;
  404. //
  405. // colSupplier
  406. //
  407. this.colSupplier.Caption = "供应商批次";
  408. this.colSupplier.FieldName = "供应商批次";
  409. this.colSupplier.Name = "colSupplier";
  410. this.colSupplier.Width = 101;
  411. //
  412. // colMUSERName
  413. //
  414. this.colMUSERName.Caption = "维护人";
  415. this.colMUSERName.FieldName = "MUSERName";
  416. this.colMUSERName.Name = "colMUSERName";
  417. this.colMUSERName.Visible = true;
  418. this.colMUSERName.VisibleIndex = 8;
  419. //
  420. // colisInput
  421. //
  422. this.colisInput.Caption = "已入库";
  423. this.colisInput.FieldName = "isInput";
  424. this.colisInput.Name = "colisInput";
  425. //
  426. // grvAdvDetail
  427. //
  428. this.grvAdvDetail.GridControl = this.grdDetail;
  429. this.grvAdvDetail.Name = "grvAdvDetail";
  430. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  431. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  432. this.grvAdvDetail.OptionsView.ShowFooter = true;
  433. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  434. //
  435. // panel1
  436. //
  437. this.panel1.Controls.Add(this.grdMoDetail);
  438. this.panel1.Controls.Add(this.txtQuantity);
  439. this.panel1.Controls.Add(this.txtINVSTD);
  440. this.panel1.Controls.Add(this.txtInvCode);
  441. this.panel1.Controls.Add(this.txtINVNAME);
  442. this.panel1.Controls.Add(this.txtPOCode);
  443. this.panel1.Controls.Add(this.PORow);
  444. this.panel1.Controls.Add(this.label5);
  445. this.panel1.Controls.Add(this.label6);
  446. this.panel1.Controls.Add(this.label4);
  447. this.panel1.Controls.Add(this.label3);
  448. this.panel1.Controls.Add(this.label2);
  449. this.panel1.Controls.Add(this.label1);
  450. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  451. this.panel1.Location = new System.Drawing.Point(0, 30);
  452. this.panel1.Name = "panel1";
  453. this.panel1.Size = new System.Drawing.Size(1173, 220);
  454. this.panel1.TabIndex = 16;
  455. //
  456. // grdMoDetail
  457. //
  458. this.grdMoDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  459. | System.Windows.Forms.AnchorStyles.Left)
  460. | System.Windows.Forms.AnchorStyles.Right)));
  461. this.grdMoDetail.Location = new System.Drawing.Point(5, 41);
  462. this.grdMoDetail.MainView = this.grvMoDetail;
  463. this.grdMoDetail.Name = "grdMoDetail";
  464. this.grdMoDetail.Size = new System.Drawing.Size(1166, 176);
  465. this.grdMoDetail.TabIndex = 7;
  466. this.grdMoDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  467. this.grvMoDetail,
  468. this.advBandedGridView1});
  469. this.grdMoDetail.DoubleClick += new System.EventHandler(this.grdMoDetail_DoubleClick);
  470. //
  471. // grvMoDetail
  472. //
  473. this.grvMoDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  474. this.colMoId,
  475. this.colMoIsSelect,
  476. this.colITEMCODE,
  477. this.colMOPLANQTY,
  478. this.colINVNAME,
  479. this.colMOSEQ1,
  480. this.colINVSTD,
  481. this.colMoCode1});
  482. this.grvMoDetail.GridControl = this.grdMoDetail;
  483. this.grvMoDetail.IndicatorWidth = 40;
  484. this.grvMoDetail.Name = "grvMoDetail";
  485. this.grvMoDetail.OptionsBehavior.Editable = false;
  486. this.grvMoDetail.OptionsSelection.MultiSelect = true;
  487. this.grvMoDetail.OptionsView.ColumnAutoWidth = false;
  488. this.grvMoDetail.OptionsView.ShowFooter = true;
  489. this.grvMoDetail.OptionsView.ShowGroupPanel = false;
  490. //
  491. // colMoId
  492. //
  493. this.colMoId.Caption = "ID";
  494. this.colMoId.FieldName = "MoID";
  495. this.colMoId.Name = "colMoId";
  496. //
  497. // colMoIsSelect
  498. //
  499. this.colMoIsSelect.Caption = "选择";
  500. this.colMoIsSelect.FieldName = "MoIsSelect";
  501. this.colMoIsSelect.Name = "colMoIsSelect";
  502. this.colMoIsSelect.OptionsColumn.AllowEdit = false;
  503. this.colMoIsSelect.OptionsColumn.ReadOnly = true;
  504. this.colMoIsSelect.Visible = true;
  505. this.colMoIsSelect.VisibleIndex = 0;
  506. this.colMoIsSelect.Width = 45;
  507. //
  508. // colITEMCODE
  509. //
  510. this.colITEMCODE.Caption = "物料代码";
  511. this.colITEMCODE.FieldName = "ITEMCODE";
  512. this.colITEMCODE.Name = "colITEMCODE";
  513. this.colITEMCODE.Visible = true;
  514. this.colITEMCODE.VisibleIndex = 3;
  515. this.colITEMCODE.Width = 156;
  516. //
  517. // colMOPLANQTY
  518. //
  519. this.colMOPLANQTY.Caption = "数量";
  520. this.colMOPLANQTY.FieldName = "MOPLANQTY";
  521. this.colMOPLANQTY.Name = "colMOPLANQTY";
  522. this.colMOPLANQTY.Visible = true;
  523. this.colMOPLANQTY.VisibleIndex = 6;
  524. //
  525. // colINVNAME
  526. //
  527. this.colINVNAME.Caption = "存货名称";
  528. this.colINVNAME.FieldName = "INVNAME";
  529. this.colINVNAME.Name = "colINVNAME";
  530. this.colINVNAME.Visible = true;
  531. this.colINVNAME.VisibleIndex = 4;
  532. //
  533. // colMOSEQ1
  534. //
  535. this.colMOSEQ1.Caption = "行号";
  536. this.colMOSEQ1.FieldName = "MOSEQ";
  537. this.colMOSEQ1.Name = "colMOSEQ1";
  538. this.colMOSEQ1.Visible = true;
  539. this.colMOSEQ1.VisibleIndex = 2;
  540. //
  541. // colINVSTD
  542. //
  543. this.colINVSTD.Caption = "规格型号";
  544. this.colINVSTD.FieldName = "INVSTD";
  545. this.colINVSTD.Name = "colINVSTD";
  546. this.colINVSTD.Visible = true;
  547. this.colINVSTD.VisibleIndex = 5;
  548. //
  549. // colMoCode1
  550. //
  551. this.colMoCode1.Caption = "单据号";
  552. this.colMoCode1.FieldName = "MOCODE";
  553. this.colMoCode1.Name = "colMoCode1";
  554. this.colMoCode1.Visible = true;
  555. this.colMoCode1.VisibleIndex = 1;
  556. //
  557. // advBandedGridView1
  558. //
  559. this.advBandedGridView1.GridControl = this.grdMoDetail;
  560. this.advBandedGridView1.Name = "advBandedGridView1";
  561. this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
  562. this.advBandedGridView1.OptionsSelection.MultiSelect = true;
  563. this.advBandedGridView1.OptionsView.ShowFooter = true;
  564. this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
  565. //
  566. // txtQuantity
  567. //
  568. this.txtQuantity.Location = new System.Drawing.Point(988, 16);
  569. this.txtQuantity.Name = "txtQuantity";
  570. this.txtQuantity.Properties.ReadOnly = true;
  571. this.txtQuantity.Size = new System.Drawing.Size(120, 20);
  572. this.txtQuantity.TabIndex = 4;
  573. this.txtQuantity.Visible = false;
  574. //
  575. // txtINVSTD
  576. //
  577. this.txtINVSTD.Location = new System.Drawing.Point(818, 16);
  578. this.txtINVSTD.Name = "txtINVSTD";
  579. this.txtINVSTD.Properties.ReadOnly = true;
  580. this.txtINVSTD.Size = new System.Drawing.Size(120, 20);
  581. this.txtINVSTD.TabIndex = 4;
  582. this.txtINVSTD.Visible = false;
  583. //
  584. // txtInvCode
  585. //
  586. this.txtInvCode.Location = new System.Drawing.Point(429, 16);
  587. this.txtInvCode.Name = "txtInvCode";
  588. this.txtInvCode.Properties.ReadOnly = true;
  589. this.txtInvCode.Size = new System.Drawing.Size(120, 20);
  590. this.txtInvCode.TabIndex = 4;
  591. this.txtInvCode.Visible = false;
  592. //
  593. // txtINVNAME
  594. //
  595. this.txtINVNAME.Location = new System.Drawing.Point(623, 16);
  596. this.txtINVNAME.Name = "txtINVNAME";
  597. this.txtINVNAME.Properties.ReadOnly = true;
  598. this.txtINVNAME.Size = new System.Drawing.Size(120, 20);
  599. this.txtINVNAME.TabIndex = 4;
  600. this.txtINVNAME.Visible = false;
  601. //
  602. // txtPOCode
  603. //
  604. this.txtPOCode.EditValue = "";
  605. this.txtPOCode.Location = new System.Drawing.Point(57, 16);
  606. this.txtPOCode.Name = "txtPOCode";
  607. this.txtPOCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  608. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  609. this.txtPOCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  610. this.txtPOCode.Properties.View = this.gridLookUpEdit1View;
  611. this.txtPOCode.Size = new System.Drawing.Size(120, 20);
  612. this.txtPOCode.TabIndex = 1;
  613. this.txtPOCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged);
  614. //
  615. // gridLookUpEdit1View
  616. //
  617. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  618. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  619. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  620. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  621. //
  622. // PORow
  623. //
  624. this.PORow.Location = new System.Drawing.Point(233, 16);
  625. this.PORow.Name = "PORow";
  626. this.PORow.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  627. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  628. this.PORow.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  629. this.PORow.Size = new System.Drawing.Size(120, 20);
  630. this.PORow.TabIndex = 3;
  631. this.PORow.Visible = false;
  632. this.PORow.SelectedIndexChanged += new System.EventHandler(this.cmbSEQ_SelectedIndexChanged);
  633. //
  634. // label5
  635. //
  636. this.label5.AutoSize = true;
  637. this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  638. this.label5.Location = new System.Drawing.Point(947, 19);
  639. this.label5.Name = "label5";
  640. this.label5.Size = new System.Drawing.Size(46, 14);
  641. this.label5.TabIndex = 0;
  642. this.label5.Text = "数量:";
  643. this.label5.Visible = false;
  644. //
  645. // label6
  646. //
  647. this.label6.AutoSize = true;
  648. this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  649. this.label6.Location = new System.Drawing.Point(361, 19);
  650. this.label6.Name = "label6";
  651. this.label6.Size = new System.Drawing.Size(72, 14);
  652. this.label6.TabIndex = 0;
  653. this.label6.Text = "物料代码:";
  654. this.label6.Visible = false;
  655. //
  656. // label4
  657. //
  658. this.label4.AutoSize = true;
  659. this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  660. this.label4.Location = new System.Drawing.Point(749, 19);
  661. this.label4.Name = "label4";
  662. this.label4.Size = new System.Drawing.Size(72, 14);
  663. this.label4.TabIndex = 0;
  664. this.label4.Text = "规格型号:";
  665. this.label4.Visible = false;
  666. //
  667. // label3
  668. //
  669. this.label3.AutoSize = true;
  670. this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  671. this.label3.Location = new System.Drawing.Point(555, 19);
  672. this.label3.Name = "label3";
  673. this.label3.Size = new System.Drawing.Size(72, 14);
  674. this.label3.TabIndex = 0;
  675. this.label3.Text = "存货名称:";
  676. this.label3.Visible = false;
  677. //
  678. // label2
  679. //
  680. this.label2.AutoSize = true;
  681. this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  682. this.label2.Location = new System.Drawing.Point(187, 19);
  683. this.label2.Name = "label2";
  684. this.label2.Size = new System.Drawing.Size(46, 14);
  685. this.label2.TabIndex = 0;
  686. this.label2.Text = "行号:";
  687. this.label2.Visible = false;
  688. //
  689. // label1
  690. //
  691. this.label1.AutoSize = true;
  692. this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  693. this.label1.Location = new System.Drawing.Point(2, 19);
  694. this.label1.Name = "label1";
  695. this.label1.Size = new System.Drawing.Size(59, 14);
  696. this.label1.TabIndex = 0;
  697. this.label1.Text = "单据号:";
  698. //
  699. // FormICSPurchaseLOT
  700. //
  701. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  702. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  703. this.ClientSize = new System.Drawing.Size(1173, 439);
  704. this.Controls.Add(this.groupControl1);
  705. this.Controls.Add(this.panel1);
  706. this.Controls.Add(this.rptPage);
  707. this.Controls.Add(this.panelControl3);
  708. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  709. this.Name = "FormICSPurchaseLOT";
  710. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  711. this.Text = "FormICSPurchaseLOT";
  712. this.Load += new System.EventHandler(this.FormICSPurchaseLOT_Load);
  713. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  714. this.panelControl3.ResumeLayout(false);
  715. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  716. this.groupControl1.ResumeLayout(false);
  717. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  718. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  719. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  720. this.panel1.ResumeLayout(false);
  721. this.panel1.PerformLayout();
  722. ((System.ComponentModel.ISupportInitialize)(this.grdMoDetail)).EndInit();
  723. ((System.ComponentModel.ISupportInitialize)(this.grvMoDetail)).EndInit();
  724. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
  725. ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).EndInit();
  726. ((System.ComponentModel.ISupportInitialize)(this.txtINVSTD.Properties)).EndInit();
  727. ((System.ComponentModel.ISupportInitialize)(this.txtInvCode.Properties)).EndInit();
  728. ((System.ComponentModel.ISupportInitialize)(this.txtINVNAME.Properties)).EndInit();
  729. ((System.ComponentModel.ISupportInitialize)(this.txtPOCode.Properties)).EndInit();
  730. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  731. ((System.ComponentModel.ISupportInitialize)(this.PORow.Properties)).EndInit();
  732. this.ResumeLayout(false);
  733. }
  734. #endregion
  735. private DevExpress.XtraEditors.SimpleButton btnExit;
  736. private DevExpress.XtraEditors.PanelControl panelControl3;
  737. private DevExpress.XtraEditors.LabelControl MOTitle;
  738. private DevExpress.XtraEditors.SimpleButton btnCreate;
  739. private Base.UserControl.FormControl.PageNavTool rptPage;
  740. private DevExpress.XtraEditors.GroupControl groupControl1;
  741. private DevExpress.XtraGrid.GridControl grdDetail;
  742. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  743. private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
  744. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  745. private DevExpress.XtraEditors.SimpleButton btnClose;
  746. private DevExpress.XtraEditors.SimpleButton btnDel;
  747. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  748. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  749. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  750. private DevExpress.XtraGrid.Columns.GridColumn colQuantity;
  751. private System.Windows.Forms.Panel panel1;
  752. private DevExpress.XtraEditors.GridLookUpEdit txtPOCode;
  753. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  754. private DevExpress.XtraEditors.ComboBoxEdit PORow;
  755. private System.Windows.Forms.Label label2;
  756. private System.Windows.Forms.Label label1;
  757. private DevExpress.XtraEditors.TextEdit txtQuantity;
  758. private DevExpress.XtraEditors.TextEdit txtINVSTD;
  759. private DevExpress.XtraEditors.TextEdit txtINVNAME;
  760. private System.Windows.Forms.Label label5;
  761. private System.Windows.Forms.Label label4;
  762. private System.Windows.Forms.Label label3;
  763. private DevExpress.XtraGrid.Columns.GridColumn colID;
  764. private DevExpress.XtraEditors.SimpleButton simpleButton4;
  765. private DevExpress.XtraGrid.Columns.GridColumn colPOCode;
  766. private DevExpress.XtraGrid.Columns.GridColumn colPORow;
  767. private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
  768. private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTDATE;
  769. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  770. private DevExpress.XtraGrid.Columns.GridColumn colisInput;
  771. private DevExpress.XtraEditors.TextEdit txtInvCode;
  772. private System.Windows.Forms.Label label6;
  773. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  774. private DevExpress.XtraGrid.Columns.GridColumn colSupplier;
  775. private DevExpress.XtraGrid.GridControl grdMoDetail;
  776. private DevExpress.XtraGrid.Views.Grid.GridView grvMoDetail;
  777. private DevExpress.XtraGrid.Columns.GridColumn colMoId;
  778. private DevExpress.XtraGrid.Columns.GridColumn colMoIsSelect;
  779. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  780. private DevExpress.XtraGrid.Columns.GridColumn colMOPLANQTY;
  781. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  782. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ1;
  783. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  784. private DevExpress.XtraGrid.Columns.GridColumn colMoCode1;
  785. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
  786. private DevExpress.XtraGrid.Columns.GridColumn colPrintTimes;
  787. }
  788. }