| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.gcMain1 = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.components = new System.ComponentModel.Container(); |
| | | this.gcMain1Report = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1Report = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.pageBar1 = new UserControls.Data.UcPageBar(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
| | | this.tips = new DevExpress.Utils.ToolTipController(this.components); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain1Report)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1Report)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // gcMain1 |
| | | // gcMain1Report |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | | this.gcMain1.Size = new System.Drawing.Size(1339, 644); |
| | | this.gcMain1.TabIndex = 2; |
| | | this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | | this.gcMain1Report.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1Report.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1Report.MainView = this.gridView1Report; |
| | | this.gcMain1Report.Name = "gcMain1Report"; |
| | | this.gcMain1Report.Size = new System.Drawing.Size(1339, 644); |
| | | this.gcMain1Report.TabIndex = 2; |
| | | this.gcMain1Report.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1Report}); |
| | | // |
| | | // gridView1 |
| | | // gridView1Report |
| | | // |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridView1Report.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1Report.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_guid, |
| | | this.gv_itemId, |
| | | this.gridColumn3, |
| | |
| | | this.gridColumn8, |
| | | this.gridColumn9, |
| | | this.gridColumn10}); |
| | | this.gridView1.GridControl = this.gcMain1; |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowFooter = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | | this.gridView1Report.GridControl = this.gcMain1Report; |
| | | this.gridView1Report.IndicatorWidth = 50; |
| | | this.gridView1Report.Name = "gridView1Report"; |
| | | this.gridView1Report.OptionsFind.ShowSearchNavButtons = false; |
| | | this.gridView1Report.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1Report.OptionsView.ShowFooter = true; |
| | | this.gridView1Report.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gv_guid |
| | | // |
| | |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.Controls.Add(this.gcMain1); |
| | | this.Controls.Add(this.gcMain1Report); |
| | | this.Controls.Add(this.pageBar1); |
| | | this.Name = "UcRptCgdhd"; |
| | | this.Size = new System.Drawing.Size(1339, 682); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain1Report)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1Report)).EndInit(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | #endregion |
| | | private DevExpress.XtraGrid.GridControl gcMain1; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraGrid.GridControl gcMain1Report; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1Report; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_guid; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; |
| | | private DevExpress.Utils.ToolTipController tips; |
| | | } |
| | | } |