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

907 lines
48 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPOArriveLOT
  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(FormICSPOArriveLOT));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnAllCreate = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnDelAll = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnSelAll = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  38. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  39. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  40. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  41. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  42. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  43. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colcCode = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colirowno = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colVenBatch = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colPRODUCTDATE = 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.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  58. this.gridControl = new DevExpress.XtraGrid.GridControl();
  59. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  60. this.coSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.cocInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.coBatch = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.coINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.coINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.cocCode = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.coirowno = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.coPOCode = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.coPORow = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.coiQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.colHasQty = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.coINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.coMUser = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.coMTime = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.coFree1 = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.coUpLoad = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.btnUpLoad = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  77. this.coDownLoad = new DevExpress.XtraGrid.Columns.GridColumn();
  78. this.btnDownLoad = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  79. this.coFileName = new DevExpress.XtraGrid.Columns.GridColumn();
  80. this.coERPAutoid = new DevExpress.XtraGrid.Columns.GridColumn();
  81. this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  82. this.panel2 = new System.Windows.Forms.Panel();
  83. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  84. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  85. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  86. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  87. this.panel3 = new System.Windows.Forms.Panel();
  88. this.colINVCLASS = new DevExpress.XtraGrid.Columns.GridColumn();
  89. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  90. this.panelControl3.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  92. this.groupControl1.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  96. this.panel1.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  98. this.groupControl2.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.btnUpLoad)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.btnDownLoad)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
  104. this.panel2.SuspendLayout();
  105. this.panel3.SuspendLayout();
  106. this.SuspendLayout();
  107. //
  108. // btnExit
  109. //
  110. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  111. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  112. this.btnExit.Appearance.Options.UseFont = true;
  113. this.btnExit.Appearance.Options.UseForeColor = true;
  114. this.btnExit.Appearance.Options.UseTextOptions = true;
  115. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  116. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  117. this.btnExit.Location = new System.Drawing.Point(584, 0);
  118. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  119. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  120. this.btnExit.Name = "btnExit";
  121. this.btnExit.Size = new System.Drawing.Size(55, 30);
  122. this.btnExit.TabIndex = 10;
  123. this.btnExit.Text = "退出";
  124. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  125. //
  126. // panelControl3
  127. //
  128. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  129. this.panelControl3.Appearance.Options.UseBackColor = true;
  130. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  131. this.panelControl3.Controls.Add(this.btnAllCreate);
  132. this.panelControl3.Controls.Add(this.btnDelAll);
  133. this.panelControl3.Controls.Add(this.btnSelAll);
  134. this.panelControl3.Controls.Add(this.btnFilter);
  135. this.panelControl3.Controls.Add(this.btnConfig);
  136. this.panelControl3.Controls.Add(this.btnClose);
  137. this.panelControl3.Controls.Add(this.btnCreate);
  138. this.panelControl3.Controls.Add(this.MOTitle);
  139. this.panelControl3.Controls.Add(this.btnExit);
  140. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  141. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  142. this.panelControl3.Name = "panelControl3";
  143. this.panelControl3.Size = new System.Drawing.Size(1109, 30);
  144. this.panelControl3.TabIndex = 13;
  145. //
  146. // btnAllCreate
  147. //
  148. this.btnAllCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  149. this.btnAllCreate.Appearance.ForeColor = System.Drawing.Color.White;
  150. this.btnAllCreate.Appearance.Options.UseFont = true;
  151. this.btnAllCreate.Appearance.Options.UseForeColor = true;
  152. this.btnAllCreate.Appearance.Options.UseTextOptions = true;
  153. this.btnAllCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  154. this.btnAllCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnAllCreate.Image")));
  155. this.btnAllCreate.Location = new System.Drawing.Point(504, 0);
  156. this.btnAllCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  157. this.btnAllCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  158. this.btnAllCreate.Name = "btnAllCreate";
  159. this.btnAllCreate.Size = new System.Drawing.Size(80, 30);
  160. this.btnAllCreate.TabIndex = 31;
  161. this.btnAllCreate.Text = "批量生成";
  162. this.btnAllCreate.Click += new System.EventHandler(this.btnAllCreate_Click);
  163. //
  164. // btnDelAll
  165. //
  166. this.btnDelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  167. this.btnDelAll.Appearance.ForeColor = System.Drawing.Color.White;
  168. this.btnDelAll.Appearance.Options.UseFont = true;
  169. this.btnDelAll.Appearance.Options.UseForeColor = true;
  170. this.btnDelAll.Appearance.Options.UseTextOptions = true;
  171. this.btnDelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  172. this.btnDelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnDelAll.Image")));
  173. this.btnDelAll.Location = new System.Drawing.Point(389, 0);
  174. this.btnDelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  175. this.btnDelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  176. this.btnDelAll.Name = "btnDelAll";
  177. this.btnDelAll.Size = new System.Drawing.Size(57, 30);
  178. this.btnDelAll.TabIndex = 30;
  179. this.btnDelAll.Text = "全消";
  180. this.btnDelAll.Click += new System.EventHandler(this.btnDelAll_Click);
  181. //
  182. // btnSelAll
  183. //
  184. this.btnSelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  185. this.btnSelAll.Appearance.ForeColor = System.Drawing.Color.White;
  186. this.btnSelAll.Appearance.Options.UseFont = true;
  187. this.btnSelAll.Appearance.Options.UseForeColor = true;
  188. this.btnSelAll.Appearance.Options.UseTextOptions = true;
  189. this.btnSelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  190. this.btnSelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelAll.Image")));
  191. this.btnSelAll.Location = new System.Drawing.Point(332, 0);
  192. this.btnSelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  193. this.btnSelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  194. this.btnSelAll.Name = "btnSelAll";
  195. this.btnSelAll.Size = new System.Drawing.Size(57, 30);
  196. this.btnSelAll.TabIndex = 29;
  197. this.btnSelAll.Text = "全选";
  198. this.btnSelAll.Click += new System.EventHandler(this.btnSelAll_Click);
  199. //
  200. // btnFilter
  201. //
  202. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  203. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  204. this.btnFilter.Appearance.Options.UseFont = true;
  205. this.btnFilter.Appearance.Options.UseForeColor = true;
  206. this.btnFilter.Appearance.Options.UseTextOptions = true;
  207. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  208. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  209. this.btnFilter.Location = new System.Drawing.Point(181, 0);
  210. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  211. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  212. this.btnFilter.Name = "btnFilter";
  213. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  214. this.btnFilter.TabIndex = 27;
  215. this.btnFilter.Text = "过滤";
  216. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  217. //
  218. // btnConfig
  219. //
  220. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  221. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  222. this.btnConfig.Appearance.Options.UseFont = true;
  223. this.btnConfig.Appearance.Options.UseForeColor = true;
  224. this.btnConfig.Appearance.Options.UseTextOptions = true;
  225. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  226. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  227. this.btnConfig.Location = new System.Drawing.Point(240, 0);
  228. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  229. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  230. this.btnConfig.Name = "btnConfig";
  231. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  232. this.btnConfig.TabIndex = 26;
  233. this.btnConfig.Text = "数据源设置";
  234. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  235. //
  236. // btnClose
  237. //
  238. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  239. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  240. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  241. this.btnClose.Appearance.Options.UseFont = true;
  242. this.btnClose.Appearance.Options.UseForeColor = true;
  243. this.btnClose.Appearance.Options.UseTextOptions = true;
  244. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  245. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  246. this.btnClose.Location = new System.Drawing.Point(1083, 0);
  247. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  248. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  249. this.btnClose.Name = "btnClose";
  250. this.btnClose.Size = new System.Drawing.Size(26, 29);
  251. this.btnClose.TabIndex = 25;
  252. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  253. //
  254. // btnCreate
  255. //
  256. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  257. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  258. this.btnCreate.Appearance.Options.UseFont = true;
  259. this.btnCreate.Appearance.Options.UseForeColor = true;
  260. this.btnCreate.Appearance.Options.UseTextOptions = true;
  261. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  262. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  263. this.btnCreate.Location = new System.Drawing.Point(446, 0);
  264. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  265. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  266. this.btnCreate.Name = "btnCreate";
  267. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  268. this.btnCreate.TabIndex = 23;
  269. this.btnCreate.Text = "生成";
  270. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  271. //
  272. // MOTitle
  273. //
  274. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  275. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  276. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  277. this.MOTitle.Location = new System.Drawing.Point(4, 4);
  278. this.MOTitle.Name = "MOTitle";
  279. this.MOTitle.Size = new System.Drawing.Size(171, 23);
  280. this.MOTitle.TabIndex = 19;
  281. this.MOTitle.Text = "到货单条码标签产生及打印";
  282. //
  283. // rptPage
  284. //
  285. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  286. this.rptPage.Appearance.Options.UseBackColor = true;
  287. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  288. this.rptPage.isInit = false;
  289. this.rptPage.Location = new System.Drawing.Point(0, 550);
  290. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  291. this.rptPage.Name = "rptPage";
  292. this.rptPage.PageIndex = 0;
  293. this.rptPage.PageSize = 0;
  294. this.rptPage.RecordNum = 0;
  295. this.rptPage.Size = new System.Drawing.Size(1109, 26);
  296. this.rptPage.TabIndex = 15;
  297. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  298. //
  299. // groupControl1
  300. //
  301. this.groupControl1.Controls.Add(this.grdDetail);
  302. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  303. this.groupControl1.Location = new System.Drawing.Point(0, 0);
  304. this.groupControl1.Name = "groupControl1";
  305. this.groupControl1.Size = new System.Drawing.Size(1109, 192);
  306. this.groupControl1.TabIndex = 14;
  307. this.groupControl1.Text = "详细信息";
  308. //
  309. // grdDetail
  310. //
  311. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  312. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  313. this.grdDetail.MainView = this.grvDetail;
  314. this.grdDetail.Name = "grdDetail";
  315. this.grdDetail.Size = new System.Drawing.Size(1105, 168);
  316. this.grdDetail.TabIndex = 0;
  317. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  318. this.grvDetail,
  319. this.grvAdvDetail});
  320. //
  321. // grvDetail
  322. //
  323. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  324. this.colID,
  325. this.colisSelect,
  326. this.colLotNO,
  327. this.colLOTQTY,
  328. this.colINVUOM,
  329. this.colcCode,
  330. this.colirowno,
  331. this.colVenderLotNO,
  332. this.colVenBatch,
  333. this.colPRODUCTDATE,
  334. this.colMUSERName,
  335. this.colisInput});
  336. this.grvDetail.GridControl = this.grdDetail;
  337. this.grvDetail.IndicatorWidth = 55;
  338. this.grvDetail.Name = "grvDetail";
  339. this.grvDetail.OptionsBehavior.ReadOnly = true;
  340. this.grvDetail.OptionsSelection.MultiSelect = true;
  341. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  342. this.grvDetail.OptionsView.ShowFooter = true;
  343. this.grvDetail.OptionsView.ShowGroupPanel = false;
  344. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  345. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  346. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  347. //
  348. // colID
  349. //
  350. this.colID.Caption = "ID";
  351. this.colID.FieldName = "ID";
  352. this.colID.Name = "colID";
  353. //
  354. // colisSelect
  355. //
  356. this.colisSelect.Caption = "选择";
  357. this.colisSelect.FieldName = "isSelect";
  358. this.colisSelect.Name = "colisSelect";
  359. this.colisSelect.OptionsColumn.AllowEdit = false;
  360. this.colisSelect.Visible = true;
  361. this.colisSelect.VisibleIndex = 0;
  362. this.colisSelect.Width = 45;
  363. //
  364. // colLotNO
  365. //
  366. this.colLotNO.Caption = "物料条码";
  367. this.colLotNO.FieldName = "LotNO";
  368. this.colLotNO.Name = "colLotNO";
  369. this.colLotNO.Visible = true;
  370. this.colLotNO.VisibleIndex = 1;
  371. this.colLotNO.Width = 100;
  372. //
  373. // colLOTQTY
  374. //
  375. this.colLOTQTY.Caption = "数量";
  376. this.colLOTQTY.FieldName = "LOTQTY";
  377. this.colLOTQTY.Name = "colLOTQTY";
  378. this.colLOTQTY.Visible = true;
  379. this.colLOTQTY.VisibleIndex = 2;
  380. //
  381. // colINVUOM
  382. //
  383. this.colINVUOM.Caption = "单位";
  384. this.colINVUOM.FieldName = "INVUOM";
  385. this.colINVUOM.Name = "colINVUOM";
  386. this.colINVUOM.Visible = true;
  387. this.colINVUOM.VisibleIndex = 3;
  388. this.colINVUOM.Width = 45;
  389. //
  390. // colcCode
  391. //
  392. this.colcCode.Caption = "到货单号";
  393. this.colcCode.FieldName = "cCode";
  394. this.colcCode.Name = "colcCode";
  395. this.colcCode.Visible = true;
  396. this.colcCode.VisibleIndex = 4;
  397. //
  398. // colirowno
  399. //
  400. this.colirowno.Caption = "到货单行号";
  401. this.colirowno.FieldName = "irowno";
  402. this.colirowno.Name = "colirowno";
  403. this.colirowno.Visible = true;
  404. this.colirowno.VisibleIndex = 5;
  405. //
  406. // colVenderLotNO
  407. //
  408. this.colVenderLotNO.Caption = "零件号";
  409. this.colVenderLotNO.FieldName = "VenderLotNO";
  410. this.colVenderLotNO.Name = "colVenderLotNO";
  411. this.colVenderLotNO.Visible = true;
  412. this.colVenderLotNO.VisibleIndex = 6;
  413. //
  414. // colVenBatch
  415. //
  416. this.colVenBatch.Caption = "供应商炉批号";
  417. this.colVenBatch.FieldName = "VenBatch";
  418. this.colVenBatch.Name = "colVenBatch";
  419. this.colVenBatch.Visible = true;
  420. this.colVenBatch.VisibleIndex = 7;
  421. //
  422. // colPRODUCTDATE
  423. //
  424. this.colPRODUCTDATE.Caption = "到货日期";
  425. this.colPRODUCTDATE.FieldName = "PRODUCTDATE";
  426. this.colPRODUCTDATE.Name = "colPRODUCTDATE";
  427. this.colPRODUCTDATE.Visible = true;
  428. this.colPRODUCTDATE.VisibleIndex = 8;
  429. //
  430. // colMUSERName
  431. //
  432. this.colMUSERName.Caption = "维护人";
  433. this.colMUSERName.FieldName = "MUSERName";
  434. this.colMUSERName.Name = "colMUSERName";
  435. this.colMUSERName.Visible = true;
  436. this.colMUSERName.VisibleIndex = 9;
  437. //
  438. // colisInput
  439. //
  440. this.colisInput.Caption = "已入库";
  441. this.colisInput.FieldName = "isInput";
  442. this.colisInput.Name = "colisInput";
  443. this.colisInput.Visible = true;
  444. this.colisInput.VisibleIndex = 10;
  445. this.colisInput.Width = 45;
  446. //
  447. // grvAdvDetail
  448. //
  449. this.grvAdvDetail.GridControl = this.grdDetail;
  450. this.grvAdvDetail.Name = "grvAdvDetail";
  451. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  452. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  453. this.grvAdvDetail.OptionsView.ShowFooter = true;
  454. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  455. //
  456. // panel1
  457. //
  458. this.panel1.Controls.Add(this.groupControl2);
  459. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  460. this.panel1.Location = new System.Drawing.Point(0, 30);
  461. this.panel1.Name = "panel1";
  462. this.panel1.Size = new System.Drawing.Size(1109, 298);
  463. this.panel1.TabIndex = 16;
  464. //
  465. // groupControl2
  466. //
  467. this.groupControl2.Controls.Add(this.gridControl);
  468. this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  469. this.groupControl2.Location = new System.Drawing.Point(0, 0);
  470. this.groupControl2.Name = "groupControl2";
  471. this.groupControl2.Size = new System.Drawing.Size(1109, 298);
  472. this.groupControl2.TabIndex = 15;
  473. this.groupControl2.Text = "详细信息";
  474. //
  475. // gridControl
  476. //
  477. this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
  478. this.gridControl.Location = new System.Drawing.Point(2, 22);
  479. this.gridControl.MainView = this.gridView;
  480. this.gridControl.Name = "gridControl";
  481. this.gridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  482. this.btnUpLoad,
  483. this.btnDownLoad});
  484. this.gridControl.Size = new System.Drawing.Size(1105, 274);
  485. this.gridControl.TabIndex = 0;
  486. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  487. this.gridView,
  488. this.advBandedGridView1});
  489. //
  490. // gridView
  491. //
  492. this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  493. this.coSelect,
  494. this.cocInvCode,
  495. this.coBatch,
  496. this.coINVNAME,
  497. this.coINVSTD,
  498. this.colINVCLASS,
  499. this.cocCode,
  500. this.coirowno,
  501. this.coPOCode,
  502. this.coPORow,
  503. this.coiQuantity,
  504. this.colHasQty,
  505. this.coINVUOM,
  506. this.coMUser,
  507. this.coMTime,
  508. this.coFree1,
  509. this.coUpLoad,
  510. this.coDownLoad,
  511. this.coFileName,
  512. this.coERPAutoid});
  513. this.gridView.GridControl = this.gridControl;
  514. this.gridView.IndicatorWidth = 55;
  515. this.gridView.Name = "gridView";
  516. this.gridView.OptionsBehavior.ReadOnly = true;
  517. this.gridView.OptionsSelection.MultiSelect = true;
  518. this.gridView.OptionsView.ColumnAutoWidth = false;
  519. this.gridView.OptionsView.ShowFooter = true;
  520. this.gridView.OptionsView.ShowGroupPanel = false;
  521. this.gridView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_CustomDrawRowIndicator);
  522. this.gridView.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView_CustomDrawCell);
  523. this.gridView.DoubleClick += new System.EventHandler(this.gridView_DoubleClick);
  524. //
  525. // coSelect
  526. //
  527. this.coSelect.Caption = "选择";
  528. this.coSelect.FieldName = "coSelect";
  529. this.coSelect.Name = "coSelect";
  530. this.coSelect.OptionsColumn.AllowEdit = false;
  531. this.coSelect.Visible = true;
  532. this.coSelect.VisibleIndex = 0;
  533. this.coSelect.Width = 45;
  534. //
  535. // cocInvCode
  536. //
  537. this.cocInvCode.Caption = "存货编码";
  538. this.cocInvCode.FieldName = "cInvCode";
  539. this.cocInvCode.Name = "cocInvCode";
  540. this.cocInvCode.Visible = true;
  541. this.cocInvCode.VisibleIndex = 1;
  542. this.cocInvCode.Width = 100;
  543. //
  544. // coBatch
  545. //
  546. this.coBatch.Caption = "零件号";
  547. this.coBatch.FieldName = "Batch";
  548. this.coBatch.Name = "coBatch";
  549. this.coBatch.Visible = true;
  550. this.coBatch.VisibleIndex = 2;
  551. //
  552. // coINVNAME
  553. //
  554. this.coINVNAME.Caption = "存货名称";
  555. this.coINVNAME.FieldName = "INVNAME";
  556. this.coINVNAME.Name = "coINVNAME";
  557. this.coINVNAME.Visible = true;
  558. this.coINVNAME.VisibleIndex = 3;
  559. //
  560. // coINVSTD
  561. //
  562. this.coINVSTD.Caption = "规格型号";
  563. this.coINVSTD.FieldName = "INVSTD";
  564. this.coINVSTD.Name = "coINVSTD";
  565. this.coINVSTD.Visible = true;
  566. this.coINVSTD.VisibleIndex = 4;
  567. this.coINVSTD.Width = 45;
  568. //
  569. // cocCode
  570. //
  571. this.cocCode.Caption = "到货单号";
  572. this.cocCode.FieldName = "cCode";
  573. this.cocCode.Name = "cocCode";
  574. this.cocCode.Visible = true;
  575. this.cocCode.VisibleIndex = 6;
  576. //
  577. // coirowno
  578. //
  579. this.coirowno.Caption = "到货单行号";
  580. this.coirowno.FieldName = "irowno";
  581. this.coirowno.Name = "coirowno";
  582. this.coirowno.Visible = true;
  583. this.coirowno.VisibleIndex = 7;
  584. //
  585. // coPOCode
  586. //
  587. this.coPOCode.Caption = "采购订单号";
  588. this.coPOCode.FieldName = "POCode";
  589. this.coPOCode.Name = "coPOCode";
  590. this.coPOCode.Visible = true;
  591. this.coPOCode.VisibleIndex = 8;
  592. //
  593. // coPORow
  594. //
  595. this.coPORow.Caption = "采购订单行号";
  596. this.coPORow.FieldName = "PORow";
  597. this.coPORow.Name = "coPORow";
  598. this.coPORow.Visible = true;
  599. this.coPORow.VisibleIndex = 9;
  600. //
  601. // coiQuantity
  602. //
  603. this.coiQuantity.Caption = "数量";
  604. this.coiQuantity.FieldName = "iQuantity";
  605. this.coiQuantity.Name = "coiQuantity";
  606. this.coiQuantity.Visible = true;
  607. this.coiQuantity.VisibleIndex = 10;
  608. //
  609. // colHasQty
  610. //
  611. this.colHasQty.Caption = "已生成数量";
  612. this.colHasQty.FieldName = "HasQty";
  613. this.colHasQty.Name = "colHasQty";
  614. this.colHasQty.Visible = true;
  615. this.colHasQty.VisibleIndex = 11;
  616. //
  617. // coINVUOM
  618. //
  619. this.coINVUOM.Caption = "单位";
  620. this.coINVUOM.FieldName = "INVUOM";
  621. this.coINVUOM.Name = "coINVUOM";
  622. this.coINVUOM.Visible = true;
  623. this.coINVUOM.VisibleIndex = 12;
  624. this.coINVUOM.Width = 45;
  625. //
  626. // coMUser
  627. //
  628. this.coMUser.Caption = "维护人";
  629. this.coMUser.FieldName = "MUser";
  630. this.coMUser.Name = "coMUser";
  631. this.coMUser.Visible = true;
  632. this.coMUser.VisibleIndex = 13;
  633. //
  634. // coMTime
  635. //
  636. this.coMTime.Caption = "维护时间";
  637. this.coMTime.FieldName = "MTime";
  638. this.coMTime.Name = "coMTime";
  639. this.coMTime.Visible = true;
  640. this.coMTime.VisibleIndex = 14;
  641. //
  642. // coFree1
  643. //
  644. this.coFree1.Caption = "材质";
  645. this.coFree1.FieldName = "Free1";
  646. this.coFree1.Name = "coFree1";
  647. this.coFree1.Visible = true;
  648. this.coFree1.VisibleIndex = 15;
  649. //
  650. // coUpLoad
  651. //
  652. this.coUpLoad.Caption = "上传";
  653. this.coUpLoad.ColumnEdit = this.btnUpLoad;
  654. this.coUpLoad.FieldName = "UPLoad";
  655. this.coUpLoad.Name = "coUpLoad";
  656. this.coUpLoad.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  657. //
  658. // btnUpLoad
  659. //
  660. this.btnUpLoad.AutoHeight = false;
  661. this.btnUpLoad.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  662. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinUp)});
  663. this.btnUpLoad.Name = "btnUpLoad";
  664. this.btnUpLoad.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  665. this.btnUpLoad.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnUpLoad_ButtonClick);
  666. //
  667. // coDownLoad
  668. //
  669. this.coDownLoad.Caption = "下载";
  670. this.coDownLoad.ColumnEdit = this.btnDownLoad;
  671. this.coDownLoad.FieldName = "DownLoad";
  672. this.coDownLoad.Name = "coDownLoad";
  673. this.coDownLoad.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  674. //
  675. // btnDownLoad
  676. //
  677. this.btnDownLoad.AutoHeight = false;
  678. this.btnDownLoad.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  679. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinDown)});
  680. this.btnDownLoad.Name = "btnDownLoad";
  681. this.btnDownLoad.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  682. this.btnDownLoad.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnDownLoad_ButtonClick);
  683. //
  684. // coFileName
  685. //
  686. this.coFileName.Caption = "文档名你";
  687. this.coFileName.FieldName = "FileName";
  688. this.coFileName.Name = "coFileName";
  689. //
  690. // coERPAutoid
  691. //
  692. this.coERPAutoid.Caption = "Autoid";
  693. this.coERPAutoid.FieldName = "ERPAutoid";
  694. this.coERPAutoid.Name = "coERPAutoid";
  695. //
  696. // advBandedGridView1
  697. //
  698. this.advBandedGridView1.GridControl = this.gridControl;
  699. this.advBandedGridView1.Name = "advBandedGridView1";
  700. this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
  701. this.advBandedGridView1.OptionsSelection.MultiSelect = true;
  702. this.advBandedGridView1.OptionsView.ShowFooter = true;
  703. this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
  704. //
  705. // panel2
  706. //
  707. this.panel2.Controls.Add(this.btnPrint);
  708. this.panel2.Controls.Add(this.btnDel);
  709. this.panel2.Controls.Add(this.btnCancelAll);
  710. this.panel2.Controls.Add(this.btnSelectAll);
  711. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  712. this.panel2.Location = new System.Drawing.Point(0, 328);
  713. this.panel2.Name = "panel2";
  714. this.panel2.Size = new System.Drawing.Size(1109, 30);
  715. this.panel2.TabIndex = 17;
  716. //
  717. // btnPrint
  718. //
  719. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  720. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  721. this.btnPrint.Appearance.Options.UseFont = true;
  722. this.btnPrint.Appearance.Options.UseForeColor = true;
  723. this.btnPrint.Appearance.Options.UseTextOptions = true;
  724. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  725. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  726. this.btnPrint.Location = new System.Drawing.Point(201, 0);
  727. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  728. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  729. this.btnPrint.Name = "btnPrint";
  730. this.btnPrint.Size = new System.Drawing.Size(107, 30);
  731. this.btnPrint.TabIndex = 126;
  732. this.btnPrint.Text = "打印到货条码";
  733. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  734. //
  735. // btnDel
  736. //
  737. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  738. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  739. this.btnDel.Appearance.Options.UseFont = true;
  740. this.btnDel.Appearance.Options.UseForeColor = true;
  741. this.btnDel.Appearance.Options.UseTextOptions = true;
  742. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  743. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  744. this.btnDel.Location = new System.Drawing.Point(138, 0);
  745. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  746. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  747. this.btnDel.Name = "btnDel";
  748. this.btnDel.Size = new System.Drawing.Size(57, 30);
  749. this.btnDel.TabIndex = 125;
  750. this.btnDel.Text = "删除";
  751. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  752. //
  753. // btnCancelAll
  754. //
  755. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  756. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  757. this.btnCancelAll.Appearance.Options.UseFont = true;
  758. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  759. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  760. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  761. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  762. this.btnCancelAll.Location = new System.Drawing.Point(75, 0);
  763. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  764. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  765. this.btnCancelAll.Name = "btnCancelAll";
  766. this.btnCancelAll.Size = new System.Drawing.Size(57, 30);
  767. this.btnCancelAll.TabIndex = 124;
  768. this.btnCancelAll.Text = "取消";
  769. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  770. //
  771. // btnSelectAll
  772. //
  773. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  774. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  775. this.btnSelectAll.Appearance.Options.UseFont = true;
  776. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  777. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  778. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  779. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  780. this.btnSelectAll.Location = new System.Drawing.Point(12, 0);
  781. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  782. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  783. this.btnSelectAll.Name = "btnSelectAll";
  784. this.btnSelectAll.Size = new System.Drawing.Size(57, 30);
  785. this.btnSelectAll.TabIndex = 123;
  786. this.btnSelectAll.Text = "全选";
  787. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  788. //
  789. // panel3
  790. //
  791. this.panel3.Controls.Add(this.groupControl1);
  792. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  793. this.panel3.Location = new System.Drawing.Point(0, 358);
  794. this.panel3.Name = "panel3";
  795. this.panel3.Size = new System.Drawing.Size(1109, 192);
  796. this.panel3.TabIndex = 18;
  797. //
  798. // colINVCLASS
  799. //
  800. this.colINVCLASS.Caption = "物料大类";
  801. this.colINVCLASS.FieldName = "INVCLASS";
  802. this.colINVCLASS.Name = "colINVCLASS";
  803. this.colINVCLASS.Visible = true;
  804. this.colINVCLASS.VisibleIndex = 15;
  805. //
  806. // FormICSPOArriveLOT
  807. //
  808. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  809. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  810. this.ClientSize = new System.Drawing.Size(1109, 576);
  811. this.Controls.Add(this.panel3);
  812. this.Controls.Add(this.panel2);
  813. this.Controls.Add(this.panel1);
  814. this.Controls.Add(this.rptPage);
  815. this.Controls.Add(this.panelControl3);
  816. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  817. this.Name = "FormICSPOArriveLOT";
  818. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  819. this.Text = "FormICSPurchaseLOT";
  820. this.Load += new System.EventHandler(this.FormICSPOArriveLOT_Load);
  821. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  822. this.panelControl3.ResumeLayout(false);
  823. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  824. this.groupControl1.ResumeLayout(false);
  825. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  826. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  827. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  828. this.panel1.ResumeLayout(false);
  829. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  830. this.groupControl2.ResumeLayout(false);
  831. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  832. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  833. ((System.ComponentModel.ISupportInitialize)(this.btnUpLoad)).EndInit();
  834. ((System.ComponentModel.ISupportInitialize)(this.btnDownLoad)).EndInit();
  835. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
  836. this.panel2.ResumeLayout(false);
  837. this.panel3.ResumeLayout(false);
  838. this.ResumeLayout(false);
  839. }
  840. #endregion
  841. private DevExpress.XtraEditors.SimpleButton btnExit;
  842. private DevExpress.XtraEditors.PanelControl panelControl3;
  843. private DevExpress.XtraEditors.LabelControl MOTitle;
  844. private DevExpress.XtraEditors.SimpleButton btnCreate;
  845. private Base.UserControl.FormControl.PageNavTool rptPage;
  846. private DevExpress.XtraEditors.GroupControl groupControl1;
  847. private DevExpress.XtraGrid.GridControl grdDetail;
  848. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  849. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  850. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  851. private DevExpress.XtraEditors.SimpleButton btnClose;
  852. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  853. private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
  854. private DevExpress.XtraGrid.Columns.GridColumn colID;
  855. private DevExpress.XtraGrid.Columns.GridColumn colcCode;
  856. private DevExpress.XtraGrid.Columns.GridColumn colirowno;
  857. private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
  858. private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTDATE;
  859. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  860. private DevExpress.XtraGrid.Columns.GridColumn colisInput;
  861. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  862. private System.Windows.Forms.Panel panel1;
  863. private DevExpress.XtraEditors.GroupControl groupControl2;
  864. private DevExpress.XtraGrid.GridControl gridControl;
  865. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  866. private DevExpress.XtraGrid.Columns.GridColumn coSelect;
  867. private DevExpress.XtraGrid.Columns.GridColumn cocInvCode;
  868. private DevExpress.XtraGrid.Columns.GridColumn coINVNAME;
  869. private DevExpress.XtraGrid.Columns.GridColumn coINVSTD;
  870. private DevExpress.XtraGrid.Columns.GridColumn cocCode;
  871. private DevExpress.XtraGrid.Columns.GridColumn coirowno;
  872. private DevExpress.XtraGrid.Columns.GridColumn coPOCode;
  873. private DevExpress.XtraGrid.Columns.GridColumn coPORow;
  874. private DevExpress.XtraGrid.Columns.GridColumn coiQuantity;
  875. private DevExpress.XtraGrid.Columns.GridColumn coINVUOM;
  876. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
  877. private System.Windows.Forms.Panel panel2;
  878. private System.Windows.Forms.Panel panel3;
  879. private DevExpress.XtraEditors.SimpleButton btnFilter;
  880. private DevExpress.XtraEditors.SimpleButton btnConfig;
  881. private DevExpress.XtraGrid.Columns.GridColumn coMUser;
  882. private DevExpress.XtraGrid.Columns.GridColumn coMTime;
  883. private DevExpress.XtraGrid.Columns.GridColumn coFree1;
  884. private DevExpress.XtraGrid.Columns.GridColumn coBatch;
  885. private DevExpress.XtraGrid.Columns.GridColumn coUpLoad;
  886. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnUpLoad;
  887. private DevExpress.XtraGrid.Columns.GridColumn coDownLoad;
  888. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnDownLoad;
  889. private DevExpress.XtraGrid.Columns.GridColumn coFileName;
  890. private DevExpress.XtraGrid.Columns.GridColumn coERPAutoid;
  891. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  892. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  893. private DevExpress.XtraEditors.SimpleButton btnPrint;
  894. private DevExpress.XtraEditors.SimpleButton btnDel;
  895. private DevExpress.XtraGrid.Columns.GridColumn colHasQty;
  896. private DevExpress.XtraGrid.Columns.GridColumn colVenBatch;
  897. private DevExpress.XtraEditors.SimpleButton btnDelAll;
  898. private DevExpress.XtraEditors.SimpleButton btnSelAll;
  899. private DevExpress.XtraEditors.SimpleButton btnAllCreate;
  900. private DevExpress.XtraGrid.Columns.GridColumn colINVCLASS;
  901. }
  902. }