MatrixDevice4.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. using IntelligentControlForsx.ChildForms;
  2. namespace IntelligentControlForsx.MyControls
  3. {
  4. partial class MatrixDevice4
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  31. this.pBack = new PanelEx();
  32. this.pTop = new PanelEx();
  33. this.lblPower = new System.Windows.Forms.Label();
  34. this.btnTip = new System.Windows.Forms.Button();
  35. this.lblWindSpeed = new System.Windows.Forms.Label();
  36. this.lblDeviceId = new System.Windows.Forms.Label();
  37. this.pBack.SuspendLayout();
  38. this.pTop.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // toolTip1
  42. //
  43. this.toolTip1.AutoPopDelay = 20000;
  44. this.toolTip1.InitialDelay = 500;
  45. this.toolTip1.ReshowDelay = 1000;
  46. this.toolTip1.ShowAlways = true;
  47. this.toolTip1.Popup += new System.Windows.Forms.PopupEventHandler(this.toolTip1_Popup);
  48. //
  49. // pBack
  50. //
  51. this.pBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
  52. this.pBack.Controls.Add(this.pTop);
  53. this.pBack.Location = new System.Drawing.Point(0, 0);
  54. this.pBack.Name = "pBack";
  55. this.pBack.Size = new System.Drawing.Size(98, 38);
  56. this.pBack.TabIndex = 0;
  57. //
  58. // pTop
  59. //
  60. this.pTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
  61. this.pTop.Controls.Add(this.lblPower);
  62. this.pTop.Controls.Add(this.btnTip);
  63. this.pTop.Controls.Add(this.lblWindSpeed);
  64. this.pTop.Controls.Add(this.lblDeviceId);
  65. this.pTop.Location = new System.Drawing.Point(0, 2);
  66. this.pTop.Name = "pTop";
  67. this.pTop.Size = new System.Drawing.Size(98, 34);
  68. this.pTop.TabIndex = 0;
  69. this.pTop.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pTop_MouseDoubleClick);
  70. //
  71. // lblPower
  72. //
  73. this.lblPower.AutoSize = true;
  74. this.lblPower.Font = new System.Drawing.Font("微软雅黑", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.lblPower.Location = new System.Drawing.Point(36, 18);
  76. this.lblPower.Name = "lblPower";
  77. this.lblPower.Size = new System.Drawing.Size(59, 16);
  78. this.lblPower.TabIndex = 6;
  79. this.lblPower.Text = "0000.00kw";
  80. this.lblPower.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  81. this.lblPower.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblPower_MouseDoubleClick);
  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. //
  110. // lblDeviceId
  111. //
  112. this.lblDeviceId.AllowDrop = true;
  113. this.lblDeviceId.AutoSize = true;
  114. this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 9F);
  115. this.lblDeviceId.Location = new System.Drawing.Point(-2, -1);
  116. this.lblDeviceId.Name = "lblDeviceId";
  117. this.lblDeviceId.Size = new System.Drawing.Size(43, 17);
  118. this.lblDeviceId.TabIndex = 1;
  119. this.lblDeviceId.Text = "MG01";
  120. this.lblDeviceId.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  121. this.lblDeviceId.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseDoubleClick);
  122. //
  123. // MatrixDevice3
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
  128. this.Controls.Add(this.pBack);
  129. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.ForeColor = System.Drawing.Color.White;
  131. this.Margin = new System.Windows.Forms.Padding(1);
  132. this.Name = "MatrixDevice3";
  133. this.Size = new System.Drawing.Size(100, 40);
  134. this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.MatrixDevice3_MouseDoubleClick);
  135. this.pBack.ResumeLayout(false);
  136. this.pTop.ResumeLayout(false);
  137. this.pTop.PerformLayout();
  138. this.ResumeLayout(false);
  139. }
  140. #endregion
  141. private System.Windows.Forms.ToolTip toolTip1;
  142. private PanelEx pBack;
  143. private PanelEx pTop;
  144. private System.Windows.Forms.Label lblDeviceId;
  145. private System.Windows.Forms.Label lblWindSpeed;
  146. private System.Windows.Forms.Button btnTip;
  147. private System.Windows.Forms.Label lblPower;
  148. }
  149. }