12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class WindturbineIcon
- {
- /// <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.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;
- }
- }
|