WindturbineIcon.Designer.cs 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class WindturbineIcon
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
  30. this.wpfWindturbine1 = new IntelligentControlForsx.MyControls.WpfWindturbine8ZT();
  31. this.SuspendLayout();
  32. //
  33. // label1
  34. //
  35. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  36. this.label1.ForeColor = System.Drawing.Color.White;
  37. this.label1.Location = new System.Drawing.Point(5, 67);
  38. this.label1.Name = "label1";
  39. this.label1.Size = new System.Drawing.Size(50, 20);
  40. this.label1.TabIndex = 93;
  41. this.label1.Text = "XXX";
  42. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  43. //
  44. // elementHost1
  45. //
  46. this.elementHost1.Dock = System.Windows.Forms.DockStyle.Top;
  47. this.elementHost1.Location = new System.Drawing.Point(0, 0);
  48. this.elementHost1.Name = "elementHost1";
  49. this.elementHost1.Size = new System.Drawing.Size(50, 65);
  50. this.elementHost1.TabIndex = 92;
  51. this.elementHost1.Text = "elementHost1";
  52. this.elementHost1.Child = this.wpfWindturbine1;
  53. //
  54. // WindturbineIcon
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.BackColor = System.Drawing.Color.Transparent;
  59. this.Controls.Add(this.label1);
  60. this.Controls.Add(this.elementHost1);
  61. this.Name = "WindturbineIcon";
  62. this.Size = new System.Drawing.Size(50, 85);
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. private System.Windows.Forms.Integration.ElementHost elementHost1;
  67. private WpfWindturbine8ZT wpfWindturbine1;
  68. private System.Windows.Forms.Label label1;
  69. }
  70. }