PopupDevice2.Designer.cs 9.4 KB

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