namespace IntelligentControlForsx.MyControls
{
partial class WindturbineIcon
{
///
/// 必需的设计器变量。
///
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.label1 = new System.Windows.Forms.Label();
this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
this.wpfWindturbine1 = new IntelligentControlForsx.MyControls.WpfWindturbine8ZT();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(5, 67);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 20);
this.label1.TabIndex = 93;
this.label1.Text = "XXX";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// elementHost1
//
this.elementHost1.Dock = System.Windows.Forms.DockStyle.Top;
this.elementHost1.Location = new System.Drawing.Point(0, 0);
this.elementHost1.Name = "elementHost1";
this.elementHost1.Size = new System.Drawing.Size(50, 65);
this.elementHost1.TabIndex = 92;
this.elementHost1.Text = "elementHost1";
this.elementHost1.Child = this.wpfWindturbine1;
//
// WindturbineIcon
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.label1);
this.Controls.Add(this.elementHost1);
this.Name = "WindturbineIcon";
this.Size = new System.Drawing.Size(50, 85);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Integration.ElementHost elementHost1;
private WpfWindturbine8ZT wpfWindturbine1;
private System.Windows.Forms.Label label1;
}
}