namespace ICSSoft.Frame.APP { partial class FormICSPOArriveLOTPrint { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSPOArriveLOTPrint)); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton(); this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton(); this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); this.btnFilter = new DevExpress.XtraEditors.SimpleButton(); this.btnConfig = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.MOTitle = new DevExpress.XtraEditors.LabelControl(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.gridControl = new DevExpress.XtraGrid.GridControl(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.coSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.cocInvCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.coINVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.coINVSTD = new DevExpress.XtraGrid.Columns.GridColumn(); this.cocCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.coirowno = new DevExpress.XtraGrid.Columns.GridColumn(); this.coPOCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.coPORow = new DevExpress.XtraGrid.Columns.GridColumn(); this.coiQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); this.colHasQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.coINVUOM = new DevExpress.XtraGrid.Columns.GridColumn(); this.coMUser = new DevExpress.XtraGrid.Columns.GridColumn(); this.coMTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.coFree1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.coBatch = new DevExpress.XtraGrid.Columns.GridColumn(); this.coUpLoad = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnUpLoad = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.coDownLoad = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnDownLoad = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.coFileName = new DevExpress.XtraGrid.Columns.GridColumn(); this.coERPAutoid = new DevExpress.XtraGrid.Columns.GridColumn(); this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.coPrintTimes = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnUpLoad)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnDownLoad)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit(); this.SuspendLayout(); // // btnExit // this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.Appearance.ForeColor = System.Drawing.Color.White; this.btnExit.Appearance.Options.UseFont = true; this.btnExit.Appearance.Options.UseForeColor = true; this.btnExit.Appearance.Options.UseTextOptions = true; this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image"))); this.btnExit.Location = new System.Drawing.Point(555, 0); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(55, 30); this.btnExit.TabIndex = 10; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.btnCancelAll); this.panelControl3.Controls.Add(this.btnSelectAll); this.panelControl3.Controls.Add(this.btnPrint); this.panelControl3.Controls.Add(this.btnFilter); this.panelControl3.Controls.Add(this.btnConfig); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.MOTitle); this.panelControl3.Controls.Add(this.btnExit); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1109, 30); this.panelControl3.TabIndex = 13; // // btnCancelAll // this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancelAll.Appearance.Options.UseFont = true; this.btnCancelAll.Appearance.Options.UseForeColor = true; this.btnCancelAll.Appearance.Options.UseTextOptions = true; this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image"))); this.btnCancelAll.Location = new System.Drawing.Point(390, 0); this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancelAll.Name = "btnCancelAll"; this.btnCancelAll.Size = new System.Drawing.Size(58, 30); this.btnCancelAll.TabIndex = 129; this.btnCancelAll.Text = "全消"; this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click); // // btnSelectAll // this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White; this.btnSelectAll.Appearance.Options.UseFont = true; this.btnSelectAll.Appearance.Options.UseForeColor = true; this.btnSelectAll.Appearance.Options.UseTextOptions = true; this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image"))); this.btnSelectAll.Location = new System.Drawing.Point(332, 0); this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(58, 30); this.btnSelectAll.TabIndex = 128; this.btnSelectAll.Text = "全选"; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // btnPrint // this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White; this.btnPrint.Appearance.Options.UseFont = true; this.btnPrint.Appearance.Options.UseForeColor = true; this.btnPrint.Appearance.Options.UseTextOptions = true; this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image"))); this.btnPrint.Location = new System.Drawing.Point(448, 0); this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false; this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(107, 30); this.btnPrint.TabIndex = 127; this.btnPrint.Text = "打印到货条码"; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // btnFilter // this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White; this.btnFilter.Appearance.Options.UseFont = true; this.btnFilter.Appearance.Options.UseForeColor = true; this.btnFilter.Appearance.Options.UseTextOptions = true; this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image"))); this.btnFilter.Location = new System.Drawing.Point(181, 0); this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false; this.btnFilter.Name = "btnFilter"; this.btnFilter.Size = new System.Drawing.Size(59, 30); this.btnFilter.TabIndex = 27; this.btnFilter.Text = "过滤"; this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click); // // btnConfig // this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White; this.btnConfig.Appearance.Options.UseFont = true; this.btnConfig.Appearance.Options.UseForeColor = true; this.btnConfig.Appearance.Options.UseTextOptions = true; this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image"))); this.btnConfig.Location = new System.Drawing.Point(240, 0); this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false; this.btnConfig.Name = "btnConfig"; this.btnConfig.Size = new System.Drawing.Size(92, 30); this.btnConfig.TabIndex = 26; this.btnConfig.Text = "数据源设置"; this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(1083, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 29); this.btnClose.TabIndex = 25; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // MOTitle // this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White; this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.MOTitle.Location = new System.Drawing.Point(4, 4); this.MOTitle.Name = "MOTitle"; this.MOTitle.Size = new System.Drawing.Size(171, 23); this.MOTitle.TabIndex = 19; this.MOTitle.Text = "到货单条码标签批量打印"; // // rptPage // this.rptPage.Appearance.BackColor = System.Drawing.Color.White; this.rptPage.Appearance.Options.UseBackColor = true; this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom; this.rptPage.isInit = false; this.rptPage.Location = new System.Drawing.Point(0, 550); this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rptPage.Name = "rptPage"; this.rptPage.PageIndex = 0; this.rptPage.PageSize = 0; this.rptPage.RecordNum = 0; this.rptPage.Size = new System.Drawing.Size(1109, 26); this.rptPage.TabIndex = 15; this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged); // // groupControl2 // this.groupControl2.Controls.Add(this.gridControl); this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl2.Location = new System.Drawing.Point(0, 30); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(1109, 520); this.groupControl2.TabIndex = 15; this.groupControl2.Text = "详细信息"; // // gridControl // this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl.Location = new System.Drawing.Point(2, 22); this.gridControl.MainView = this.gridView; this.gridControl.Name = "gridControl"; this.gridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.btnUpLoad, this.btnDownLoad}); this.gridControl.Size = new System.Drawing.Size(1105, 496); this.gridControl.TabIndex = 0; this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView, this.advBandedGridView1}); // // gridView // this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.coSelect, this.cocInvCode, this.coINVNAME, this.coINVSTD, this.cocCode, this.coirowno, this.coPOCode, this.coPORow, this.coiQuantity, this.colHasQty, this.coINVUOM, this.coMUser, this.coMTime, this.coFree1, this.coBatch, this.coPrintTimes, this.coUpLoad, this.coDownLoad, this.coFileName, this.coERPAutoid}); this.gridView.GridControl = this.gridControl; this.gridView.IndicatorWidth = 55; this.gridView.Name = "gridView"; this.gridView.OptionsBehavior.ReadOnly = true; this.gridView.OptionsSelection.MultiSelect = true; this.gridView.OptionsView.ColumnAutoWidth = false; this.gridView.OptionsView.ShowFooter = true; this.gridView.OptionsView.ShowGroupPanel = false; this.gridView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_CustomDrawRowIndicator); this.gridView.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView_CustomDrawCell); this.gridView.DoubleClick += new System.EventHandler(this.gridView_DoubleClick); // // coSelect // this.coSelect.Caption = "选择"; this.coSelect.FieldName = "coSelect"; this.coSelect.Name = "coSelect"; this.coSelect.OptionsColumn.AllowEdit = false; this.coSelect.Visible = true; this.coSelect.VisibleIndex = 0; this.coSelect.Width = 45; // // cocInvCode // this.cocInvCode.Caption = "存货编码"; this.cocInvCode.FieldName = "cInvCode"; this.cocInvCode.Name = "cocInvCode"; this.cocInvCode.Visible = true; this.cocInvCode.VisibleIndex = 1; this.cocInvCode.Width = 100; // // coINVNAME // this.coINVNAME.Caption = "存货名称"; this.coINVNAME.FieldName = "INVNAME"; this.coINVNAME.Name = "coINVNAME"; this.coINVNAME.Visible = true; this.coINVNAME.VisibleIndex = 2; // // coINVSTD // this.coINVSTD.Caption = "规格型号"; this.coINVSTD.FieldName = "INVSTD"; this.coINVSTD.Name = "coINVSTD"; this.coINVSTD.Visible = true; this.coINVSTD.VisibleIndex = 3; this.coINVSTD.Width = 45; // // cocCode // this.cocCode.Caption = "到货单号"; this.cocCode.FieldName = "cCode"; this.cocCode.Name = "cocCode"; this.cocCode.Visible = true; this.cocCode.VisibleIndex = 4; // // coirowno // this.coirowno.Caption = "到货单行号"; this.coirowno.FieldName = "irowno"; this.coirowno.Name = "coirowno"; this.coirowno.Visible = true; this.coirowno.VisibleIndex = 5; // // coPOCode // this.coPOCode.Caption = "采购订单号"; this.coPOCode.FieldName = "POCode"; this.coPOCode.Name = "coPOCode"; this.coPOCode.Visible = true; this.coPOCode.VisibleIndex = 6; // // coPORow // this.coPORow.Caption = "采购订单行号"; this.coPORow.FieldName = "PORow"; this.coPORow.Name = "coPORow"; this.coPORow.Visible = true; this.coPORow.VisibleIndex = 7; // // coiQuantity // this.coiQuantity.Caption = "数量"; this.coiQuantity.FieldName = "iQuantity"; this.coiQuantity.Name = "coiQuantity"; this.coiQuantity.Visible = true; this.coiQuantity.VisibleIndex = 8; // // colHasQty // this.colHasQty.Caption = "已生成数量"; this.colHasQty.FieldName = "HasQty"; this.colHasQty.Name = "colHasQty"; this.colHasQty.Visible = true; this.colHasQty.VisibleIndex = 9; // // coINVUOM // this.coINVUOM.Caption = "单位"; this.coINVUOM.FieldName = "INVUOM"; this.coINVUOM.Name = "coINVUOM"; this.coINVUOM.Visible = true; this.coINVUOM.VisibleIndex = 10; this.coINVUOM.Width = 45; // // coMUser // this.coMUser.Caption = "维护人"; this.coMUser.FieldName = "MUser"; this.coMUser.Name = "coMUser"; this.coMUser.Visible = true; this.coMUser.VisibleIndex = 11; // // coMTime // this.coMTime.Caption = "维护时间"; this.coMTime.FieldName = "MTime"; this.coMTime.Name = "coMTime"; this.coMTime.Visible = true; this.coMTime.VisibleIndex = 12; // // coFree1 // this.coFree1.Caption = "材质"; this.coFree1.FieldName = "Free1"; this.coFree1.Name = "coFree1"; this.coFree1.Visible = true; this.coFree1.VisibleIndex = 13; // // coBatch // this.coBatch.Caption = "零件号"; this.coBatch.FieldName = "Batch"; this.coBatch.Name = "coBatch"; this.coBatch.Visible = true; this.coBatch.VisibleIndex = 14; // // coUpLoad // this.coUpLoad.Caption = "上传"; this.coUpLoad.ColumnEdit = this.btnUpLoad; this.coUpLoad.FieldName = "UPLoad"; this.coUpLoad.Name = "coUpLoad"; this.coUpLoad.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; // // btnUpLoad // this.btnUpLoad.AutoHeight = false; this.btnUpLoad.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinUp)}); this.btnUpLoad.Name = "btnUpLoad"; this.btnUpLoad.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // coDownLoad // this.coDownLoad.Caption = "下载"; this.coDownLoad.ColumnEdit = this.btnDownLoad; this.coDownLoad.FieldName = "DownLoad"; this.coDownLoad.Name = "coDownLoad"; this.coDownLoad.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; // // btnDownLoad // this.btnDownLoad.AutoHeight = false; this.btnDownLoad.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinDown)}); this.btnDownLoad.Name = "btnDownLoad"; this.btnDownLoad.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // coFileName // this.coFileName.Caption = "文档名你"; this.coFileName.FieldName = "FileName"; this.coFileName.Name = "coFileName"; // // coERPAutoid // this.coERPAutoid.Caption = "Autoid"; this.coERPAutoid.FieldName = "ERPAutoid"; this.coERPAutoid.Name = "coERPAutoid"; // // advBandedGridView1 // this.advBandedGridView1.GridControl = this.gridControl; this.advBandedGridView1.Name = "advBandedGridView1"; this.advBandedGridView1.OptionsBehavior.ReadOnly = true; this.advBandedGridView1.OptionsSelection.MultiSelect = true; this.advBandedGridView1.OptionsView.ShowFooter = true; this.advBandedGridView1.OptionsView.ShowGroupPanel = false; // // coPrintTimes // this.coPrintTimes.Caption = "打印次数"; this.coPrintTimes.FieldName = "PrintTimes"; this.coPrintTimes.Name = "coPrintTimes"; this.coPrintTimes.Visible = true; this.coPrintTimes.VisibleIndex = 15; // // FormICSPOArriveLOTPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1109, 576); this.Controls.Add(this.groupControl2); this.Controls.Add(this.rptPage); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSPOArriveLOTPrint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormICSPurchaseLOT"; this.Load += new System.EventHandler(this.FormICSPOArriveLOT_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnUpLoad)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnDownLoad)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl MOTitle; private Base.UserControl.FormControl.PageNavTool rptPage; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.GroupControl groupControl2; private DevExpress.XtraGrid.GridControl gridControl; private DevExpress.XtraGrid.Views.Grid.GridView gridView; private DevExpress.XtraGrid.Columns.GridColumn coSelect; private DevExpress.XtraGrid.Columns.GridColumn cocInvCode; private DevExpress.XtraGrid.Columns.GridColumn coINVNAME; private DevExpress.XtraGrid.Columns.GridColumn coINVSTD; private DevExpress.XtraGrid.Columns.GridColumn cocCode; private DevExpress.XtraGrid.Columns.GridColumn coirowno; private DevExpress.XtraGrid.Columns.GridColumn coPOCode; private DevExpress.XtraGrid.Columns.GridColumn coPORow; private DevExpress.XtraGrid.Columns.GridColumn coiQuantity; private DevExpress.XtraGrid.Columns.GridColumn coINVUOM; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1; private DevExpress.XtraEditors.SimpleButton btnFilter; private DevExpress.XtraEditors.SimpleButton btnConfig; private DevExpress.XtraGrid.Columns.GridColumn coMUser; private DevExpress.XtraGrid.Columns.GridColumn coMTime; private DevExpress.XtraGrid.Columns.GridColumn coFree1; private DevExpress.XtraGrid.Columns.GridColumn coBatch; private DevExpress.XtraGrid.Columns.GridColumn coUpLoad; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnUpLoad; private DevExpress.XtraGrid.Columns.GridColumn coDownLoad; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnDownLoad; private DevExpress.XtraGrid.Columns.GridColumn coFileName; private DevExpress.XtraGrid.Columns.GridColumn coERPAutoid; private DevExpress.XtraGrid.Columns.GridColumn colHasQty; private DevExpress.XtraEditors.SimpleButton btnPrint; private DevExpress.XtraEditors.SimpleButton btnCancelAll; private DevExpress.XtraEditors.SimpleButton btnSelectAll; private DevExpress.XtraGrid.Columns.GridColumn coPrintTimes; } }