⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ucstatbandeexport.designer.cs.svn-base

📁 以构建的方式来实现对通用的查询统计
💻 SVN-BASE
字号:
namespace dist.hb.EnvQueryStat.Stat
{
  partial class ucStatBandeExport
  {
    /// <summary> 
    /// 必需的设计器变量。
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    /// <summary> 
    /// 清理所有正在使用的资源。
    /// </summary>
    /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
    protected override void Dispose(bool disposing)
    {
      if (disposing && (components != null))
      {
        components.Dispose();
      }
      base.Dispose(disposing);
    }

    #region 组件设计器生成的代码

    /// <summary> 
    /// 设计器支持所需的方法 - 不要
    /// 使用代码编辑器修改此方法的内容。
    /// </summary>
    private void InitializeComponent()
    {
      this.gridControl1 = new DevExpress.XtraGrid.GridControl();
      this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
      this.xtraGridBlending1 = new DevExpress.XtraGrid.Blending.XtraGridBlending();
      ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
      this.SuspendLayout();
      // 
      // gridControl1
      // 
      this.gridControl1.BackgroundImage = global::EnvQueryStat.Properties.Resources.未命名3;
      this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.gridControl1.EmbeddedNavigator.Name = "";
      this.gridControl1.Location = new System.Drawing.Point(0, 0);
      this.gridControl1.MainView = this.advBandedGridView1;
      this.gridControl1.Name = "gridControl1";
      this.gridControl1.Size = new System.Drawing.Size(467, 383);
      this.gridControl1.TabIndex = 5;
      this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.advBandedGridView1});
      // 
      // advBandedGridView1
      // 
      this.advBandedGridView1.GridControl = this.gridControl1;
      this.advBandedGridView1.Name = "advBandedGridView1";
      this.advBandedGridView1.OptionsView.ShowFooter = true;
      this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
      // 
      // xtraGridBlending1
      // 
      this.xtraGridBlending1.AlphaStyles.AddReplace("HeaderPanelBackground", 100);
      this.xtraGridBlending1.AlphaStyles.AddReplace("RowSeparator", 0);
      this.xtraGridBlending1.AlphaStyles.AddReplace("Row", 20);
      this.xtraGridBlending1.AlphaStyles.AddReplace("HeaderPanel", 150);
      this.xtraGridBlending1.GridControl = this.gridControl1;
      // 
      // ucStatBandeExport
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.gridControl1);
      this.Name = "ucStatBandeExport";
      this.Size = new System.Drawing.Size(467, 383);
      this.Load += new System.EventHandler(this.ucStatBandeExport_Load);
      ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
      this.ResumeLayout(false);

    }

    #endregion

    public DevExpress.XtraGrid.GridControl gridControl1;
    public DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
    private DevExpress.XtraGrid.Blending.XtraGridBlending xtraGridBlending1;
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -