DataGridView表尾统计控件3

王朝学院·作者佚名  2009-12-24  
宽屏版  字体: |||超大  

namespace AlexLibrary.Win

{

partial class UCDataGridViewFooter

{

/// <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()

{

Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();

this.panel1 = new System.Windows.Forms.Panel();

this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();

this.SuspendLayout();

//

// panel1

//

this.panel1.BackColor = System.Drawing.SystemColors.ControlDark;

this.panel1.Location = new System.Drawing.Point(52, 0);

this.panel1.Margin = new System.Windows.Forms.Padding(0);

this.panel1.Name = "panel1";

this.panel1.Size = new System.Drawing.Size(179, 22);

this.panel1.TabIndex = 0;

//

// ultraLabel1

//

appearance1.TextHAlign = Infragistics.Win.HAlign.Left;

appearance1.TextVAlign = Infragistics.Win.VAlign.Middle;

this.ultraLabel1.Appearance = appearance1;

this.ultraLabel1.BackColor = System.Drawing.SystemColors.ControlDark;

this.ultraLabel1.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.None;

this.ultraLabel1.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.RaisedSoft;

this.ultraLabel1.Location = new System.Drawing.Point(0, 0);

this.ultraLabel1.Name = "ultraLabel1";

this.ultraLabel1.Size = new System.Drawing.Size(52, 22);

this.ultraLabel1.TabIndex = 0;

this.ultraLabel1.Text = "合计";

//

// UCDataGridViewFooter

//

this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);

this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

this.BackColor = System.Drawing.SystemColors.AppWorkspace;

this.Controls.Add(this.ultraLabel1);

this.Controls.Add(this.panel1);

this.Name = "UCDataGridViewFooter";

this.Size = new System.Drawing.Size(233, 22);

this.Load += new System.EventHandler(this.UCDataGridViewFooter_Load);

this.ResumeLayout(false);

}

#endregion

private System.Windows.Forms.Panel panel1;

private Infragistics.Win.Misc.UltraLabel ultraLabel1;

}

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/zqd5920/archive/2009/12/23/5061146.aspx

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有