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