MatrixDevice3.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class MatrixDevice3
  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.components = new System.ComponentModel.Container();
  29. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  30. this.pBack = new System.Windows.Forms.Panel();
  31. this.pTop = new System.Windows.Forms.Panel();
  32. this.lblPower = new System.Windows.Forms.Label();
  33. this.btnTip = new System.Windows.Forms.Button();
  34. this.lblWindSpeed = new System.Windows.Forms.Label();
  35. this.lblDeviceId = new System.Windows.Forms.Label();
  36. this.pBack.SuspendLayout();
  37. this.pTop.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // toolTip1
  41. //
  42. this.toolTip1.AutoPopDelay = 20000;
  43. this.toolTip1.InitialDelay = 500;
  44. this.toolTip1.ReshowDelay = 1000;
  45. this.toolTip1.ShowAlways = true;
  46. this.toolTip1.Popup += new System.Windows.Forms.PopupEventHandler(this.toolTip1_Popup);
  47. //
  48. // pBack
  49. //
  50. this.pBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
  51. this.pBack.Controls.Add(this.pTop);
  52. this.pBack.Location = new System.Drawing.Point(0, 0);
  53. this.pBack.Name = "pBack";
  54. this.pBack.Size = new System.Drawing.Size(98, 38);
  55. this.pBack.TabIndex = 0;
  56. //
  57. // pTop
  58. //
  59. this.pTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
  60. this.pTop.Controls.Add(this.lblPower);
  61. this.pTop.Controls.Add(this.btnTip);
  62. this.pTop.Controls.Add(this.lblWindSpeed);
  63. this.pTop.Controls.Add(this.lblDeviceId);
  64. this.pTop.Location = new System.Drawing.Point(0, 2);
  65. this.pTop.Name = "pTop";
  66. this.pTop.Size = new System.Drawing.Size(98, 34);
  67. this.pTop.TabIndex = 0;
  68. this.pTop.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pTop_MouseDoubleClick);
  69. //
  70. // lblPower
  71. //
  72. this.lblPower.AutoSize = true;
  73. this.lblPower.Font = new System.Drawing.Font("微软雅黑", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.lblPower.Location = new System.Drawing.Point(36, 18);
  75. this.lblPower.Name = "lblPower";
  76. this.lblPower.Size = new System.Drawing.Size(59, 16);
  77. this.lblPower.TabIndex = 6;
  78. this.lblPower.Text = "0000.00kw";
  79. this.lblPower.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  80. this.lblPower.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblPower_MouseDoubleClick);
  81. this.lblPower.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblPower_MouseUp);
  82. //
  83. // btnTip
  84. //
  85. this.btnTip.BackColor = System.Drawing.Color.Transparent;
  86. this.btnTip.FlatAppearance.BorderSize = 0;
  87. this.btnTip.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  88. this.btnTip.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  89. this.btnTip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  90. this.btnTip.ForeColor = System.Drawing.Color.Transparent;
  91. this.btnTip.Image = global::IntelligentControlForsx.Properties.Resources.time;
  92. this.btnTip.Location = new System.Drawing.Point(3, 17);
  93. this.btnTip.Name = "btnTip";
  94. this.btnTip.Size = new System.Drawing.Size(16, 16);
  95. this.btnTip.TabIndex = 5;
  96. this.btnTip.UseVisualStyleBackColor = false;
  97. //
  98. // lblWindSpeed
  99. //
  100. this.lblWindSpeed.AutoSize = true;
  101. this.lblWindSpeed.Font = new System.Drawing.Font("微软雅黑", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.lblWindSpeed.Location = new System.Drawing.Point(43, 0);
  103. this.lblWindSpeed.Name = "lblWindSpeed";
  104. this.lblWindSpeed.Size = new System.Drawing.Size(52, 16);
  105. this.lblWindSpeed.TabIndex = 2;
  106. this.lblWindSpeed.Text = "00.00m/s";
  107. this.lblWindSpeed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  108. this.lblWindSpeed.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblWindSpeed_MouseDoubleClick);
  109. this.lblWindSpeed.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblWindSpeed_MouseDown);
  110. this.lblWindSpeed.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblWindSpeed_MouseMove);
  111. this.lblWindSpeed.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblWindSpeed_MouseUp);
  112. //
  113. // lblDeviceId
  114. //
  115. this.lblDeviceId.AllowDrop = true;
  116. this.lblDeviceId.AutoSize = true;
  117. this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 9F);
  118. this.lblDeviceId.Location = new System.Drawing.Point(-2, -1);
  119. this.lblDeviceId.Name = "lblDeviceId";
  120. this.lblDeviceId.Size = new System.Drawing.Size(43, 17);
  121. this.lblDeviceId.TabIndex = 1;
  122. this.lblDeviceId.Text = "MG01";
  123. this.lblDeviceId.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  124. this.lblDeviceId.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseDoubleClick);
  125. this.lblDeviceId.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseDown);
  126. this.lblDeviceId.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseMove);
  127. //
  128. // MatrixDevice3
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
  133. this.Controls.Add(this.pBack);
  134. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.ForeColor = System.Drawing.Color.White;
  136. this.Margin = new System.Windows.Forms.Padding(1);
  137. this.Name = "MatrixDevice3";
  138. this.Size = new System.Drawing.Size(100, 40);
  139. this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.MatrixDevice3_MouseDoubleClick);
  140. this.pBack.ResumeLayout(false);
  141. this.pTop.ResumeLayout(false);
  142. this.pTop.PerformLayout();
  143. this.ResumeLayout(false);
  144. }
  145. #endregion
  146. private System.Windows.Forms.ToolTip toolTip1;
  147. private System.Windows.Forms.Panel pBack;
  148. private System.Windows.Forms.Panel pTop;
  149. private System.Windows.Forms.Label lblDeviceId;
  150. private System.Windows.Forms.Label lblWindSpeed;
  151. private System.Windows.Forms.Button btnTip;
  152. private System.Windows.Forms.Label lblPower;
  153. }
  154. }