namespace Lskj.Control { partial class GridControlEx { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); this.pl_buttom = new DevExpress.XtraEditors.PanelControl(); this.lblTotal = new System.Windows.Forms.Label(); this.pl_main = new DevExpress.XtraEditors.PanelControl(); this.panelControl1 = new System.Windows.Forms.Panel(); this.gridControl = new DevExpress.XtraGrid.GridControl(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); ((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit(); this.pl_buttom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_main)).BeginInit(); this.pl_main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); this.SuspendLayout(); // // pl_buttom // this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_buttom.Appearance.Options.UseBackColor = true; this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_buttom.Controls.Add(this.lblTotal); this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_buttom.Location = new System.Drawing.Point(0, 371); this.pl_buttom.Margin = new System.Windows.Forms.Padding(4); this.pl_buttom.Name = "pl_buttom"; this.pl_buttom.Size = new System.Drawing.Size(825, 41); this.pl_buttom.TabIndex = 2; this.pl_buttom.Visible = false; // // lblTotal // this.lblTotal.AutoSize = true; this.lblTotal.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblTotal.Location = new System.Drawing.Point(8, 11); this.lblTotal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTotal.Name = "lblTotal"; this.lblTotal.Size = new System.Drawing.Size(117, 14); this.lblTotal.TabIndex = 2; this.lblTotal.Text = "合计:0,平均值:0"; // // pl_main // this.pl_main.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_main.Appearance.Options.UseBackColor = true; this.pl_main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_main.Controls.Add(this.panelControl1); this.pl_main.Controls.Add(this.gridControl); this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_main.Location = new System.Drawing.Point(0, 0); this.pl_main.Margin = new System.Windows.Forms.Padding(4); this.pl_main.Name = "pl_main"; this.pl_main.Size = new System.Drawing.Size(825, 371); this.pl_main.TabIndex = 3; // // panelControl1 // this.panelControl1.BackColor = System.Drawing.Color.White; this.panelControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelControl1.Location = new System.Drawing.Point(693, 345); this.panelControl1.Margin = new System.Windows.Forms.Padding(4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(127, 22); this.panelControl1.TabIndex = 5; this.panelControl1.Visible = false; // // gridControl // this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); gridLevelNode1.RelationName = "Level1"; this.gridControl.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gridControl.Location = new System.Drawing.Point(0, 0); this.gridControl.MainView = this.gridView; this.gridControl.Margin = new System.Windows.Forms.Padding(4); this.gridControl.Name = "gridControl"; this.gridControl.Size = new System.Drawing.Size(825, 371); this.gridControl.TabIndex = 4; this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView}); // // gridView // this.gridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.HeaderPanel.Options.UseFont = true; this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.Preview.Options.UseFont = true; this.gridView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.Row.Options.UseBackColor = true; this.gridView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.gridView.GridControl = this.gridControl; this.gridView.IndicatorWidth = 40; this.gridView.Name = "gridView"; this.gridView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False; this.gridView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gridView.OptionsFilter.ShowAllTableValuesInFilterPopup = true; this.gridView.OptionsFind.FindNullPrompt = ""; this.gridView.OptionsSelection.MultiSelect = true; this.gridView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView.OptionsView.AllowHtmlDrawHeaders = true; this.gridView.OptionsView.ColumnAutoWidth = false; this.gridView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsView.RowAutoHeight = true; this.gridView.OptionsView.ShowGroupPanel = false; this.gridView.PaintStyleName = "Skin"; this.gridView.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.OnGridViewPopupMenuShowing); this.gridView.EndSorting += new System.EventHandler(this.OnGridViewEndSorting); // // GridControlEx // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.pl_main); this.Controls.Add(this.pl_buttom); this.Margin = new System.Windows.Forms.Padding(4);