PopupDevice.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class PopupDevice
  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.lblDeviceId = new System.Windows.Forms.Label();
  29. this.lblPower = new System.Windows.Forms.Label();
  30. this.pnlTop = new System.Windows.Forms.Panel();
  31. this.btnClose = new System.Windows.Forms.Button();
  32. this.pnlBottom = new System.Windows.Forms.Panel();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.pnlMiddle = new System.Windows.Forms.Panel();
  35. this.lblWindSpeed = new System.Windows.Forms.Label();
  36. this.lblRank = new System.Windows.Forms.Label();
  37. this.pnlTop.SuspendLayout();
  38. this.pnlBottom.SuspendLayout();
  39. this.panel1.SuspendLayout();
  40. this.pnlMiddle.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // lblDeviceId
  44. //
  45. this.lblDeviceId.AutoSize = true;
  46. this.lblDeviceId.Dock = System.Windows.Forms.DockStyle.Left;
  47. this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.lblDeviceId.Location = new System.Drawing.Point(0, 0);
  49. this.lblDeviceId.Name = "lblDeviceId";
  50. this.lblDeviceId.Size = new System.Drawing.Size(49, 20);
  51. this.lblDeviceId.TabIndex = 0;
  52. this.lblDeviceId.Text = "MG01";
  53. //
  54. // lblPower
  55. //
  56. this.lblPower.AutoSize = true;
  57. this.lblPower.Dock = System.Windows.Forms.DockStyle.Right;
  58. this.lblPower.Font = new System.Drawing.Font("微软雅黑", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.lblPower.Location = new System.Drawing.Point(28, 0);
  60. this.lblPower.Name = "lblPower";
  61. this.lblPower.Size = new System.Drawing.Size(36, 14);
  62. this.lblPower.TabIndex = 2;
  63. this.lblPower.Text = "0.00kw";
  64. //
  65. // pnlTop
  66. //
  67. this.pnlTop.BackColor = System.Drawing.Color.Transparent;
  68. this.pnlTop.Controls.Add(this.btnClose);
  69. this.pnlTop.Controls.Add(this.lblDeviceId);
  70. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  72. this.pnlTop.Name = "pnlTop";
  73. this.pnlTop.Size = new System.Drawing.Size(110, 25);
  74. this.pnlTop.TabIndex = 3;
  75. //
  76. // btnClose
  77. //
  78. this.btnClose.FlatAppearance.BorderSize = 0;
  79. this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  80. this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  81. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  82. this.btnClose.ForeColor = System.Drawing.Color.Transparent;
  83. this.btnClose.Image = global::IntelligentControlForsx.Properties.Resources.close_white;
  84. this.btnClose.Location = new System.Drawing.Point(93, 3);
  85. this.btnClose.Name = "btnClose";
  86. this.btnClose.Size = new System.Drawing.Size(10, 10);
  87. this.btnClose.TabIndex = 1;
  88. this.btnClose.UseVisualStyleBackColor = true;
  89. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  90. this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave);
  91. this.btnClose.MouseHover += new System.EventHandler(this.btnClose_MouseHover);
  92. //
  93. // pnlBottom
  94. //
  95. this.pnlBottom.BackColor = System.Drawing.Color.Transparent;
  96. this.pnlBottom.Controls.Add(this.panel1);
  97. this.pnlBottom.Controls.Add(this.pnlMiddle);
  98. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Right;
  99. this.pnlBottom.Location = new System.Drawing.Point(46, 25);
  100. this.pnlBottom.Name = "pnlBottom";
  101. this.pnlBottom.Size = new System.Drawing.Size(64, 31);
  102. this.pnlBottom.TabIndex = 4;
  103. //
  104. // panel1
  105. //
  106. this.panel1.BackColor = System.Drawing.Color.Transparent;
  107. this.panel1.Controls.Add(this.lblPower);
  108. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  109. this.panel1.Location = new System.Drawing.Point(0, 15);
  110. this.panel1.Name = "panel1";
  111. this.panel1.Size = new System.Drawing.Size(64, 15);
  112. this.panel1.TabIndex = 6;
  113. //
  114. // pnlMiddle
  115. //
  116. this.pnlMiddle.BackColor = System.Drawing.Color.Transparent;
  117. this.pnlMiddle.Controls.Add(this.lblWindSpeed);
  118. this.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Top;
  119. this.pnlMiddle.Location = new System.Drawing.Point(0, 0);
  120. this.pnlMiddle.Name = "pnlMiddle";
  121. this.pnlMiddle.Size = new System.Drawing.Size(64, 15);
  122. this.pnlMiddle.TabIndex = 5;
  123. //
  124. // lblWindSpeed
  125. //
  126. this.lblWindSpeed.AutoSize = true;
  127. this.lblWindSpeed.Dock = System.Windows.Forms.DockStyle.Right;
  128. this.lblWindSpeed.Font = new System.Drawing.Font("微软雅黑", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.lblWindSpeed.Location = new System.Drawing.Point(24, 0);
  130. this.lblWindSpeed.Name = "lblWindSpeed";
  131. this.lblWindSpeed.Size = new System.Drawing.Size(40, 14);
  132. this.lblWindSpeed.TabIndex = 3;
  133. this.lblWindSpeed.Text = "0.00m/s";
  134. //
  135. // lblRank
  136. //
  137. this.lblRank.AutoSize = true;
  138. this.lblRank.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.lblRank.Location = new System.Drawing.Point(8, 31);
  140. this.lblRank.Name = "lblRank";
  141. this.lblRank.Size = new System.Drawing.Size(32, 17);
  142. this.lblRank.TabIndex = 2;
  143. this.lblRank.Text = "AAA";
  144. //
  145. // PopupDevice
  146. //
  147. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  149. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(102)))));
  150. this.Controls.Add(this.lblRank);
  151. this.Controls.Add(this.pnlBottom);
  152. this.Controls.Add(this.pnlTop);
  153. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.ForeColor = System.Drawing.Color.White;
  155. this.Margin = new System.Windows.Forms.Padding(1);
  156. this.Name = "PopupDevice";
  157. this.Size = new System.Drawing.Size(110, 56);
  158. this.pnlTop.ResumeLayout(false);
  159. this.pnlTop.PerformLayout();
  160. this.pnlBottom.ResumeLayout(false);
  161. this.panel1.ResumeLayout(false);
  162. this.panel1.PerformLayout();
  163. this.pnlMiddle.ResumeLayout(false);
  164. this.pnlMiddle.PerformLayout();
  165. this.ResumeLayout(false);
  166. this.PerformLayout();
  167. }
  168. #endregion
  169. private System.Windows.Forms.Label lblDeviceId;
  170. private System.Windows.Forms.Label lblPower;
  171. private System.Windows.Forms.Panel pnlTop;
  172. private System.Windows.Forms.Panel pnlBottom;
  173. private System.Windows.Forms.Panel pnlMiddle;
  174. private System.Windows.Forms.Button btnClose;
  175. private System.Windows.Forms.Label lblWindSpeed;
  176. private System.Windows.Forms.Panel panel1;
  177. private System.Windows.Forms.Label lblRank;
  178. }
  179. }