namespace ICSSoft.Frame.APP { partial class FormICSSBOMS { /// /// 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(FormICSSBOMS)); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.INVCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.INVDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.INVTYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBSITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBWH = new DevExpress.XtraGrid.Columns.GridColumn(); this.SEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMECN = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMSTATUS = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMLOCATION = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMEFFTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMINVTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMUOM = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMVER = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMCONTYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBPITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.MUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.MTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.WorkPoint = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBOMVER = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBFACTORY = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBUSAGE = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMPROJECT = new DevExpress.XtraGrid.Columns.GridColumn(); this.SBITEMSEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.LOCATION = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.label2 = new System.Windows.Forms.Label(); this.txtinvcode = new System.Windows.Forms.TextBox(); this.txtinvname = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtinvtype = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.SuspendLayout(); // // panelControl3 // this.panelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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.lblTitle); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1036, 31); this.panelControl3.TabIndex = 13; // // 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(70, 23); this.lblTitle.TabIndex = 19; this.lblTitle.Text = " 标准BOM"; // // btnClose // 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.SystemColors.GradientInactiveCaption; 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.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(1009, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(27, 31); this.btnClose.TabIndex = 14; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(567, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(92, 14); this.label1.TabIndex = 16; this.label1.Text = "可选BOM版本:"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(665, 37); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(150, 22); this.comboBox1.TabIndex = 15; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // gridView1 // this.gridView1.GridControl = this.grdDetail; this.gridView1.Name = "gridView1"; // // grdDetail // this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grdDetail.Location = new System.Drawing.Point(0, 65); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(1036, 330); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail, this.grvAdvDetail, this.gridView2, this.gridView1}); // // grvDetail // this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.INVCODE, this.INVNAME, this.INVDESC, this.INVTYPE, this.SBITEMCODE, this.SBSITEMCODE, this.SBITEMQTY, this.SBWH, this.SEQ, this.SBITEMECN, this.SBITEMNAME, this.SBITEMDESC, this.SBITEMSTATUS, this.SBITEMLOCATION, this.SBITEMEFFTIME, this.SBITEMINVTIME, this.SBITEMUOM, this.SBITEMVER, this.SBITEMCONTYPE, this.SBPITEMCODE, this.MUSERName, this.MTIME, this.WorkPoint, this.SBOMVER, this.SBFACTORY, this.SBUSAGE, this.SBITEMPROJECT, this.SBITEMSEQ, this.LOCATION}); this.grvDetail.FixedLineWidth = 3; this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 30; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator); // // INVCODE // this.INVCODE.Caption = "存货编码"; this.INVCODE.FieldName = "INVCODE"; this.INVCODE.Name = "INVCODE"; this.INVCODE.Visible = true; this.INVCODE.VisibleIndex = 0; // // INVNAME // this.INVNAME.Caption = "存货名称"; this.INVNAME.FieldName = "INVNAME"; this.INVNAME.Name = "INVNAME"; this.INVNAME.Visible = true; this.INVNAME.VisibleIndex = 1; // // INVDESC // this.INVDESC.Caption = "规格型号"; this.INVDESC.FieldName = "INVDESC"; this.INVDESC.Name = "INVDESC"; this.INVDESC.OptionsColumn.AllowEdit = false; this.INVDESC.OptionsColumn.ReadOnly = true; // // INVTYPE // this.INVTYPE.Caption = "产品类型"; this.INVTYPE.FieldName = "INVTYPE"; this.INVTYPE.Name = "INVTYPE"; this.INVTYPE.OptionsColumn.AllowEdit = false; this.INVTYPE.OptionsColumn.ReadOnly = true; this.INVTYPE.Visible = true; this.INVTYPE.VisibleIndex = 2; // // SBITEMCODE // this.SBITEMCODE.Caption = "子阶料物料代码"; this.SBITEMCODE.FieldName = "SBITEMCODE"; this.SBITEMCODE.Name = "SBITEMCODE"; this.SBITEMCODE.OptionsColumn.AllowEdit = false; this.SBITEMCODE.OptionsColumn.ReadOnly = true; this.SBITEMCODE.Visible = true; this.SBITEMCODE.VisibleIndex = 6; // // SBSITEMCODE // this.SBSITEMCODE.Caption = "首选料物料代码"; this.SBSITEMCODE.FieldName = "SBSITEMCODE"; this.SBSITEMCODE.Name = "SBSITEMCODE"; this.SBSITEMCODE.OptionsColumn.AllowEdit = false; this.SBSITEMCODE.OptionsColumn.ReadOnly = true; this.SBSITEMCODE.Visible = true; this.SBSITEMCODE.VisibleIndex = 5; // // SBITEMQTY // this.SBITEMQTY.Caption = "单机用量"; this.SBITEMQTY.FieldName = "SBITEMQTY"; this.SBITEMQTY.Name = "SBITEMQTY"; this.SBITEMQTY.Visible = true; this.SBITEMQTY.VisibleIndex = 8; // // SBWH // this.SBWH.Caption = "所在仓库"; this.SBWH.FieldName = "SBWH"; this.SBWH.Name = "SBWH"; this.SBWH.OptionsColumn.AllowEdit = false; this.SBWH.OptionsColumn.ReadOnly = true; this.SBWH.Visible = true; this.SBWH.VisibleIndex = 7; // // SEQ // this.SEQ.Caption = "次序"; this.SEQ.FieldName = "SEQ"; this.SEQ.Name = "SEQ"; this.SEQ.Visible = true; this.SEQ.VisibleIndex = 10; // // SBITEMECN // this.SBITEMECN.Caption = "子阶料工程变更号"; this.SBITEMECN.FieldName = "SBITEMECN"; this.SBITEMECN.Name = "SBITEMECN"; this.SBITEMECN.Visible = true; this.SBITEMECN.VisibleIndex = 11; // // SBITEMNAME // this.SBITEMNAME.Caption = "子阶料存货名称"; this.SBITEMNAME.FieldName = "SBITEMNAME"; this.SBITEMNAME.Name = "SBITEMNAME"; this.SBITEMNAME.Visible = true; this.SBITEMNAME.VisibleIndex = 12; // // SBITEMDESC // this.SBITEMDESC.Caption = "子阶料物料描述"; this.SBITEMDESC.FieldName = "SBITEMDESC"; this.SBITEMDESC.Name = "SBITEMDESC"; this.SBITEMDESC.Visible = true; this.SBITEMDESC.VisibleIndex = 13; // // SBITEMSTATUS // this.SBITEMSTATUS.Caption = "料号状态"; this.SBITEMSTATUS.FieldName = "SBITEMSTATUS"; this.SBITEMSTATUS.Name = "SBITEMSTATUS"; this.SBITEMSTATUS.Visible = true; this.SBITEMSTATUS.VisibleIndex = 14; // // SBITEMLOCATION // this.SBITEMLOCATION.Caption = "位号"; this.SBITEMLOCATION.FieldName = "SBITEMLOCATION"; this.SBITEMLOCATION.Name = "SBITEMLOCATION"; this.SBITEMLOCATION.Visible = true; this.SBITEMLOCATION.VisibleIndex = 15; // // SBITEMEFFTIME // this.SBITEMEFFTIME.Caption = "生效时间"; this.SBITEMEFFTIME.FieldName = "SBITEMEFFTIME"; this.SBITEMEFFTIME.Name = "SBITEMEFFTIME"; this.SBITEMEFFTIME.Visible = true; this.SBITEMEFFTIME.VisibleIndex = 22; // // SBITEMINVTIME // this.SBITEMINVTIME.Caption = "失效时间"; this.SBITEMINVTIME.FieldName = "SBITEMINVTIME"; this.SBITEMINVTIME.Name = "SBITEMINVTIME"; this.SBITEMINVTIME.Visible = true; this.SBITEMINVTIME.VisibleIndex = 23; // // SBITEMUOM // this.SBITEMUOM.Caption = "计量单位"; this.SBITEMUOM.FieldName = "SBITEMUOM"; this.SBITEMUOM.Name = "SBITEMUOM"; this.SBITEMUOM.Visible = true; this.SBITEMUOM.VisibleIndex = 9; // // SBITEMVER // this.SBITEMVER.Caption = "子阶料版本号"; this.SBITEMVER.FieldName = "SBITEMVER"; this.SBITEMVER.Name = "SBITEMVER"; this.SBITEMVER.Visible = true; this.SBITEMVER.VisibleIndex = 16; // // SBITEMCONTYPE // this.SBITEMCONTYPE.Caption = "子阶料管控类型"; this.SBITEMCONTYPE.FieldName = "SBITEMCONTYPE"; this.SBITEMCONTYPE.Name = "SBITEMCONTYPE"; this.SBITEMCONTYPE.Visible = true; this.SBITEMCONTYPE.VisibleIndex = 17; // // SBPITEMCODE // this.SBPITEMCODE.Caption = "父阶料物料代码"; this.SBPITEMCODE.FieldName = "SBPITEMCODE"; this.SBPITEMCODE.Name = "SBPITEMCODE"; this.SBPITEMCODE.Visible = true; this.SBPITEMCODE.VisibleIndex = 18; // // MUSERName // this.MUSERName.Caption = "维护人名称"; this.MUSERName.FieldName = "MUSERName"; this.MUSERName.Name = "MUSERName"; this.MUSERName.Visible = true; this.MUSERName.VisibleIndex = 25; // // MTIME // this.MTIME.Caption = "维护时间"; this.MTIME.FieldName = "MTIME"; this.MTIME.Name = "MTIME"; this.MTIME.Visible = true; this.MTIME.VisibleIndex = 26; // // WorkPoint // this.WorkPoint.Caption = "站点"; this.WorkPoint.FieldName = "WorkPoint"; this.WorkPoint.Name = "WorkPoint"; this.WorkPoint.Visible = true; this.WorkPoint.VisibleIndex = 24; // // SBOMVER // this.SBOMVER.Caption = "标准BOM版本"; this.SBOMVER.FieldName = "SBOMVER"; this.SBOMVER.Name = "SBOMVER"; this.SBOMVER.Visible = true; this.SBOMVER.VisibleIndex = 4; this.SBOMVER.Width = 118; // // SBFACTORY // this.SBFACTORY.Caption = "工厂"; this.SBFACTORY.FieldName = "SBFACTORY"; this.SBFACTORY.Name = "SBFACTORY"; this.SBFACTORY.Visible = true; this.SBFACTORY.VisibleIndex = 19; // // SBUSAGE // this.SBUSAGE.Caption = "标准BOM用途"; this.SBUSAGE.FieldName = "SBUSAGE"; this.SBUSAGE.Name = "SBUSAGE"; this.SBUSAGE.Visible = true; this.SBUSAGE.VisibleIndex = 3; this.SBUSAGE.Width = 90; // // SBITEMPROJECT // this.SBITEMPROJECT.Caption = "项目"; this.SBITEMPROJECT.FieldName = "SBITEMPROJECT"; this.SBITEMPROJECT.Name = "SBITEMPROJECT"; this.SBITEMPROJECT.Visible = true; this.SBITEMPROJECT.VisibleIndex = 20; // // SBITEMSEQ // this.SBITEMSEQ.Caption = "子阶料次序"; this.SBITEMSEQ.FieldName = "SBITEMSEQ"; this.SBITEMSEQ.Name = "SBITEMSEQ"; this.SBITEMSEQ.Visible = true; this.SBITEMSEQ.VisibleIndex = 21; // // LOCATION // this.LOCATION.Caption = "位号"; this.LOCATION.FieldName = "LOCATION"; this.LOCATION.Name = "LOCATION"; this.LOCATION.Visible = true; this.LOCATION.VisibleIndex = 27; // // grvAdvDetail // this.grvAdvDetail.GridControl = this.grdDetail; this.grvAdvDetail.Name = "grvAdvDetail"; this.grvAdvDetail.OptionsBehavior.ReadOnly = true; this.grvAdvDetail.OptionsSelection.MultiSelect = true; this.grvAdvDetail.OptionsView.ShowFooter = true; this.grvAdvDetail.OptionsView.ShowGroupPanel = false; // // gridView2 // this.gridView2.GridControl = this.grdDetail; this.gridView2.Name = "gridView2"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 14); this.label2.TabIndex = 17; this.label2.Text = "存货编码:"; // // txtinvcode // this.txtinvcode.Location = new System.Drawing.Point(72, 37); this.txtinvcode.Name = "txtinvcode"; this.txtinvcode.ReadOnly = true; this.txtinvcode.Size = new System.Drawing.Size(130, 22); this.txtinvcode.TabIndex = 18; // // txtinvname // this.txtinvname.Location = new System.Drawing.Point(267, 37); this.txtinvname.Name = "txtinvname"; this.txtinvname.ReadOnly = true; this.txtinvname.Size = new System.Drawing.Size(148, 22); this.txtinvname.TabIndex = 20; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(208, 40); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 14); this.label3.TabIndex = 19; this.label3.Text = "存货名称:"; // // txtinvtype // this.txtinvtype.Location = new System.Drawing.Point(483, 37); this.txtinvtype.Name = "txtinvtype"; this.txtinvtype.ReadOnly = true; this.txtinvtype.Size = new System.Drawing.Size(79, 22); this.txtinvtype.TabIndex = 22; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(424, 40); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 14); this.label4.TabIndex = 21; this.label4.Text = "产品类别:"; // // FormICSSBOMS // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1036, 397); this.Controls.Add(this.txtinvtype); this.Controls.Add(this.label4); this.Controls.Add(this.txtinvname); this.Controls.Add(this.label3); this.Controls.Add(this.txtinvcode); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.grdDetail); this.Controls.Add(this.comboBox1); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSSBOMS"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; this.Load += new System.EventHandler(this.FormDCT_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn INVCODE; private DevExpress.XtraGrid.Columns.GridColumn INVNAME; private DevExpress.XtraGrid.Columns.GridColumn INVDESC; private DevExpress.XtraGrid.Columns.GridColumn INVTYPE; private DevExpress.XtraGrid.Columns.GridColumn SBITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn SBSITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn SBITEMQTY; private DevExpress.XtraGrid.Columns.GridColumn SBWH; private DevExpress.XtraGrid.Columns.GridColumn SEQ; private DevExpress.XtraGrid.Columns.GridColumn SBITEMECN; private DevExpress.XtraGrid.Columns.GridColumn SBITEMNAME; private DevExpress.XtraGrid.Columns.GridColumn SBITEMDESC; private DevExpress.XtraGrid.Columns.GridColumn SBITEMSTATUS; private DevExpress.XtraGrid.Columns.GridColumn SBITEMLOCATION; private DevExpress.XtraGrid.Columns.GridColumn SBITEMEFFTIME; private DevExpress.XtraGrid.Columns.GridColumn SBITEMINVTIME; private DevExpress.XtraGrid.Columns.GridColumn SBITEMUOM; private DevExpress.XtraGrid.Columns.GridColumn SBITEMVER; private DevExpress.XtraGrid.Columns.GridColumn SBITEMCONTYPE; private DevExpress.XtraGrid.Columns.GridColumn SBPITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn MUSERName; private DevExpress.XtraGrid.Columns.GridColumn MTIME; private DevExpress.XtraGrid.Columns.GridColumn WorkPoint; private DevExpress.XtraGrid.Columns.GridColumn SBOMVER; private DevExpress.XtraGrid.Columns.GridColumn SBFACTORY; private DevExpress.XtraGrid.Columns.GridColumn SBUSAGE; private DevExpress.XtraGrid.Columns.GridColumn SBITEMPROJECT; private DevExpress.XtraGrid.Columns.GridColumn SBITEMSEQ; private DevExpress.XtraGrid.Columns.GridColumn LOCATION; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtinvcode; private System.Windows.Forms.TextBox txtinvname; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtinvtype; private System.Windows.Forms.Label label4; } }