namespace ICSSoft.Frame.MRP { partial class FormICSMRP { /// /// 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(FormICSMRP)); this.btnOutPut = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnFilter = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); this.gcAging = new DevExpress.XtraGrid.GridControl(); this.gvAging = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn(); this.txtTransferNO = new DevExpress.XtraEditors.ButtonEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.chkAll = new System.Windows.Forms.CheckBox(); this.dateEditMonthS = new DevExpress.XtraEditors.DateEdit(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcAging)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvAging)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateEditMonthS.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditMonthS.Properties)).BeginInit(); this.SuspendLayout(); // // btnOutPut // this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White; this.btnOutPut.Appearance.Options.UseFont = true; this.btnOutPut.Appearance.Options.UseForeColor = true; this.btnOutPut.Appearance.Options.UseTextOptions = true; this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image"))); this.btnOutPut.Location = new System.Drawing.Point(164, 0); this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOutPut.Name = "btnOutPut"; this.btnOutPut.Size = new System.Drawing.Size(63, 30); this.btnOutPut.TabIndex = 2; this.btnOutPut.Text = "导出"; this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click); // // 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(228, 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.btnFilter); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.lblTitle); this.panelControl3.Controls.Add(this.btnExit); this.panelControl3.Controls.Add(this.btnOutPut); 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(965, 30); this.panelControl3.TabIndex = 13; // // 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(98, 0); this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false; this.btnFilter.Name = "btnFilter"; this.btnFilter.Size = new System.Drawing.Size(65, 30); this.btnFilter.TabIndex = 31; this.btnFilter.Text = "查询"; this.btnFilter.Click += new System.EventHandler(this.btnFilter_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(939, 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); // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(3, 4); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(100, 23); this.lblTitle.TabIndex = 19; this.lblTitle.Text = "MRP报表"; // // 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, 413); 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(965, 26); this.rptPage.TabIndex = 15; this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged); // // gcAging // this.gcAging.Dock = System.Windows.Forms.DockStyle.Fill; this.gcAging.Location = new System.Drawing.Point(0, 85); this.gcAging.MainView = this.gvAging; this.gcAging.Name = "gcAging"; this.gcAging.Size = new System.Drawing.Size(965, 328); this.gcAging.TabIndex = 17; this.gcAging.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvAging}); // // gvAging // this.gvAging.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn5, this.gridColumn8, this.gridColumn37, this.gridColumn9, this.gridColumn10, this.gridColumn11, this.gridColumn12, this.gridColumn22, this.gridColumn23, this.gridColumn38, this.gridColumn25, this.gridColumn26, this.gridColumn27, this.gridColumn28, this.gridColumn31, this.gridColumn32, this.gridColumn3, this.gridColumn6, this.gridColumn33, this.gridColumn34, this.gridColumn35}); this.gvAging.GridControl = this.gcAging; this.gvAging.IndicatorWidth = 50; this.gvAging.Name = "gvAging"; this.gvAging.OptionsBehavior.ReadOnly = true; this.gvAging.OptionsPrint.AutoWidth = false; this.gvAging.OptionsView.ColumnAutoWidth = false; this.gvAging.OptionsView.ShowGroupPanel = false; this.gvAging.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator); // // gridColumn1 // this.gridColumn1.Caption = "生产订单号"; this.gridColumn1.FieldName = "MoCode"; this.gridColumn1.Name = "gridColumn1"; // // gridColumn2 // this.gridColumn2.Caption = "开工日期"; this.gridColumn2.FieldName = "StartDate"; this.gridColumn2.Name = "gridColumn2"; // // gridColumn5 // this.gridColumn5.Caption = "行号"; this.gridColumn5.FieldName = "行号"; this.gridColumn5.Name = "gridColumn5"; // // gridColumn8 // this.gridColumn8.Caption = "存货编码"; this.gridColumn8.FieldName = "InvCode"; this.gridColumn8.Name = "gridColumn8"; // // gridColumn37 // this.gridColumn37.Caption = "存货代码"; this.gridColumn37.FieldName = "存货代码"; this.gridColumn37.Name = "gridColumn37"; // // gridColumn9 // this.gridColumn9.Caption = "存货名称"; this.gridColumn9.FieldName = "cInvName"; this.gridColumn9.Name = "gridColumn9"; // // gridColumn10 // this.gridColumn10.Caption = "规格型号"; this.gridColumn10.FieldName = "规格型号"; this.gridColumn10.Name = "gridColumn10"; // // gridColumn11 // this.gridColumn11.Caption = "单位"; this.gridColumn11.FieldName = "cComUnitName"; this.gridColumn11.Name = "gridColumn11"; // // gridColumn12 // this.gridColumn12.Caption = "数量"; this.gridColumn12.FieldName = "Qty"; this.gridColumn12.Name = "gridColumn12"; // // gridColumn22 // this.gridColumn22.Caption = "子件编码"; this.gridColumn22.FieldName = "SubInvCode"; this.gridColumn22.Name = "gridColumn22"; this.gridColumn22.Visible = true; this.gridColumn22.VisibleIndex = 0; // // gridColumn23 // this.gridColumn23.Caption = "子件存货名称"; this.gridColumn23.FieldName = "SubcInvName"; this.gridColumn23.Name = "gridColumn23"; this.gridColumn23.Visible = true; this.gridColumn23.VisibleIndex = 1; // // gridColumn38 // this.gridColumn38.Caption = "子件规格"; this.gridColumn38.FieldName = "SubcInvStd"; this.gridColumn38.Name = "gridColumn38"; this.gridColumn38.Visible = true; this.gridColumn38.VisibleIndex = 2; this.gridColumn38.Width = 117; // // gridColumn25 // this.gridColumn25.Caption = "单位"; this.gridColumn25.FieldName = "SubcComUnitName"; this.gridColumn25.Name = "gridColumn25"; this.gridColumn25.Visible = true; this.gridColumn25.VisibleIndex = 3; // // gridColumn26 // this.gridColumn26.Caption = "单耗"; this.gridColumn26.FieldName = "Rate"; this.gridColumn26.Name = "gridColumn26"; // // gridColumn27 // this.gridColumn27.Caption = "应领数量"; this.gridColumn27.FieldName = "SubQty"; this.gridColumn27.Name = "gridColumn27"; this.gridColumn27.Visible = true; this.gridColumn27.VisibleIndex = 4; // // gridColumn28 // this.gridColumn28.Caption = "已领数量"; this.gridColumn28.FieldName = "IssQty"; this.gridColumn28.Name = "gridColumn28"; this.gridColumn28.Visible = true; this.gridColumn28.VisibleIndex = 5; // // gridColumn31 // this.gridColumn31.Caption = "库存数量"; this.gridColumn31.FieldName = "iQuantity"; this.gridColumn31.Name = "gridColumn31"; this.gridColumn31.Visible = true; this.gridColumn31.VisibleIndex = 6; // // gridColumn32 // this.gridColumn32.Caption = "采购订单在途数量"; this.gridColumn32.FieldName = "WayQty"; this.gridColumn32.Name = "gridColumn32"; this.gridColumn32.Visible = true; this.gridColumn32.VisibleIndex = 8; // // gridColumn3 // this.gridColumn3.Caption = "采购订单在检数量"; this.gridColumn3.FieldName = "Qty"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 7; // // gridColumn6 // this.gridColumn6.Caption = "在制数量"; this.gridColumn6.FieldName = "MakeQty"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 9; // // gridColumn33 // this.gridColumn33.Caption = "销售订单待出数量"; this.gridColumn33.FieldName = "OutQty"; this.gridColumn33.Name = "gridColumn33"; this.gridColumn33.Visible = true; this.gridColumn33.VisibleIndex = 10; // // gridColumn34 // this.gridColumn34.Caption = "生产订单号未领数量"; this.gridColumn34.FieldName = "PickQty"; this.gridColumn34.Name = "gridColumn34"; this.gridColumn34.Visible = true; this.gridColumn34.VisibleIndex = 11; // // gridColumn35 // this.gridColumn35.Caption = "原材料净需求"; this.gridColumn35.FieldName = "NeedQty"; this.gridColumn35.Name = "gridColumn35"; this.gridColumn35.Visible = true; this.gridColumn35.VisibleIndex = 12; // // txtTransferNO // this.txtTransferNO.EditValue = ""; this.txtTransferNO.Location = new System.Drawing.Point(112, 14); this.txtTransferNO.Name = "txtTransferNO"; this.txtTransferNO.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F); this.txtTransferNO.Properties.Appearance.Options.UseFont = true; this.txtTransferNO.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtTransferNO.Size = new System.Drawing.Size(150, 26); this.txtTransferNO.TabIndex = 200; this.txtTransferNO.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtTransferNO_ButtonClick); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F); this.labelControl1.Location = new System.Drawing.Point(28, 17); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(78, 19); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "生产订单号:"; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.chkAll); this.panelControl1.Controls.Add(this.dateEditMonthS); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.txtTransferNO); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 30); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(965, 55); this.panelControl1.TabIndex = 16; // // chkAll // this.chkAll.AutoSize = true; this.chkAll.Location = new System.Drawing.Point(563, 19); this.chkAll.Name = "chkAll"; this.chkAll.Size = new System.Drawing.Size(349, 18); this.chkAll.TabIndex = 203; this.chkAll.Text = "在制数量<=0 且 库存数量+在检数量<=生产订单号未领数量"; this.chkAll.UseVisualStyleBackColor = true; // // dateEditMonthS // this.dateEditMonthS.EditValue = null; this.dateEditMonthS.Location = new System.Drawing.Point(380, 14); this.dateEditMonthS.Name = "dateEditMonthS"; this.dateEditMonthS.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F); this.dateEditMonthS.Properties.Appearance.Options.UseFont = true; this.dateEditMonthS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEditMonthS.Properties.DisplayFormat.FormatString = "yyyy-MM-dd"; this.dateEditMonthS.Properties.EditFormat.FormatString = "yyyy-MM-dd"; this.dateEditMonthS.Properties.Mask.EditMask = "yyyy-MM-dd"; this.dateEditMonthS.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateEditMonthS.Size = new System.Drawing.Size(150, 26); this.dateEditMonthS.TabIndex = 201; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10F); this.label1.Location = new System.Drawing.Point(278, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(107, 20); this.label1.TabIndex = 202; this.label1.Text = "需求截止日期:"; // // FormICSMRP // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(965, 439); this.Controls.Add(this.gcAging); this.Controls.Add(this.panelControl1); this.Controls.Add(this.rptPage); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSMRP"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; this.Load += new System.EventHandler(this.FormICSMRP_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcAging)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvAging)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateEditMonthS.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditMonthS.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnOutPut; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl lblTitle; private Base.UserControl.FormControl.PageNavTool rptPage; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraGrid.GridControl gcAging; private DevExpress.XtraGrid.Views.Grid.GridView gvAging; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn37; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; private DevExpress.XtraGrid.Columns.GridColumn gridColumn22; private DevExpress.XtraGrid.Columns.GridColumn gridColumn23; private DevExpress.XtraGrid.Columns.GridColumn gridColumn38; private DevExpress.XtraGrid.Columns.GridColumn gridColumn25; private DevExpress.XtraGrid.Columns.GridColumn gridColumn26; private DevExpress.XtraGrid.Columns.GridColumn gridColumn27; private DevExpress.XtraGrid.Columns.GridColumn gridColumn28; private DevExpress.XtraGrid.Columns.GridColumn gridColumn31; private DevExpress.XtraGrid.Columns.GridColumn gridColumn32; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn33; private DevExpress.XtraGrid.Columns.GridColumn gridColumn34; private DevExpress.XtraGrid.Columns.GridColumn gridColumn35; private DevExpress.XtraEditors.ButtonEdit txtTransferNO; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnFilter; private DevExpress.XtraEditors.DateEdit dateEditMonthS; private System.Windows.Forms.Label label1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private System.Windows.Forms.CheckBox chkAll; } }