namespace Lskj.SweepCode.Control
{
partial class LevitationPanel
{
///
/// 必需的设计器变量。
///
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()
{
this.labelLev = new DevExpress.XtraEditors.LabelControl();
this.SuspendLayout();
//
// labelLev
//
this.labelLev.Appearance.BackColor = System.Drawing.Color.Transparent;
this.labelLev.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelLev.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelLev.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelLev.Location = new System.Drawing.Point(0, 0);
this.labelLev.Name = "labelLev";
this.labelLev.Size = new System.Drawing.Size(102, 21);
this.labelLev.TabIndex = 0;
this.labelLev.Text = "labelControl1";
//
// LevitationPanel
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.Transparent;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.labelLev);
this.ForeColor = System.Drawing.Color.Transparent;
this.Name = "LevitationPanel";
this.Size = new System.Drawing.Size(128, 27);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public DevExpress.XtraEditors.LabelControl labelLev;
}
}