StatusControl.designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. 
  2. namespace IntelligentControlForsx.MyControls
  3. {
  4. partial class StatusControl
  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.speed = new System.Windows.Forms.Label();
  31. this.power = new System.Windows.Forms.Label();
  32. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  33. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  39. this.title = new System.Windows.Forms.Label();
  40. this.tableLayoutPanel1.SuspendLayout();
  41. this.contextMenuStrip1.SuspendLayout();
  42. this.tableLayoutPanel2.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // speed
  46. //
  47. this.speed.AutoSize = true;
  48. this.speed.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.speed.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.speed.ForeColor = System.Drawing.Color.White;
  51. this.speed.Location = new System.Drawing.Point(41, 0);
  52. this.speed.Margin = new System.Windows.Forms.Padding(0);
  53. this.speed.Name = "speed";
  54. this.speed.Size = new System.Drawing.Size(41, 16);
  55. this.speed.TabIndex = 1;
  56. this.speed.Text = "13.0";
  57. this.speed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  58. //
  59. // power
  60. //
  61. this.power.AutoSize = true;
  62. this.power.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.power.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.power.ForeColor = System.Drawing.Color.White;
  65. this.power.Location = new System.Drawing.Point(0, 16);
  66. this.power.Margin = new System.Windows.Forms.Padding(0);
  67. this.power.Name = "power";
  68. this.power.Size = new System.Drawing.Size(82, 18);
  69. this.power.TabIndex = 2;
  70. this.power.Text = "13.0000";
  71. this.power.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  72. this.power.Click += new System.EventHandler(this.power_Click);
  73. //
  74. // tableLayoutPanel1
  75. //
  76. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Gray;
  77. this.tableLayoutPanel1.ColumnCount = 2;
  78. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  79. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 254F));
  80. this.tableLayoutPanel1.ContextMenuStrip = this.contextMenuStrip1;
  81. this.tableLayoutPanel1.Controls.Add(this.label5, 1, 1);
  82. this.tableLayoutPanel1.Controls.Add(this.label4, 1, 0);
  83. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
  84. this.tableLayoutPanel1.Controls.Add(this.power, 0, 1);
  85. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.tableLayoutPanel1.Location = new System.Drawing.Point(1, 1);
  87. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  88. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  89. this.tableLayoutPanel1.RowCount = 2;
  90. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 47.22222F));
  91. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.77778F));
  92. this.tableLayoutPanel1.Size = new System.Drawing.Size(104, 34);
  93. this.tableLayoutPanel1.TabIndex = 6;
  94. //
  95. // contextMenuStrip1
  96. //
  97. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  98. this.toolStripMenuItem2,
  99. this.toolStripMenuItem3});
  100. this.contextMenuStrip1.Name = "contextMenuStrip1";
  101. this.contextMenuStrip1.Size = new System.Drawing.Size(113, 48);
  102. //
  103. // toolStripMenuItem2
  104. //
  105. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  106. this.toolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
  107. this.toolStripMenuItem2.Text = "等同于";
  108. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  109. //
  110. // toolStripMenuItem3
  111. //
  112. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  113. this.toolStripMenuItem3.Size = new System.Drawing.Size(112, 22);
  114. this.toolStripMenuItem3.Text = "还原";
  115. this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  116. //
  117. // label5
  118. //
  119. this.label5.AutoSize = true;
  120. this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.label5.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  122. this.label5.ForeColor = System.Drawing.Color.White;
  123. this.label5.Location = new System.Drawing.Point(82, 16);
  124. this.label5.Margin = new System.Windows.Forms.Padding(0);
  125. this.label5.Name = "label5";
  126. this.label5.Size = new System.Drawing.Size(254, 18);
  127. this.label5.TabIndex = 5;
  128. this.label5.Text = "kW";
  129. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  130. //
  131. // label4
  132. //
  133. this.label4.AutoSize = true;
  134. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.label4.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.label4.ForeColor = System.Drawing.Color.White;
  137. this.label4.Location = new System.Drawing.Point(82, 0);
  138. this.label4.Margin = new System.Windows.Forms.Padding(0);
  139. this.label4.Name = "label4";
  140. this.label4.Size = new System.Drawing.Size(254, 16);
  141. this.label4.TabIndex = 4;
  142. this.label4.Text = "m/s";
  143. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  144. //
  145. // tableLayoutPanel2
  146. //
  147. this.tableLayoutPanel2.ColumnCount = 2;
  148. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  149. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  150. this.tableLayoutPanel2.Controls.Add(this.speed, 1, 0);
  151. this.tableLayoutPanel2.Controls.Add(this.title, 0, 0);
  152. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  154. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
  155. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  156. this.tableLayoutPanel2.RowCount = 1;
  157. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  158. this.tableLayoutPanel2.Size = new System.Drawing.Size(82, 16);
  159. this.tableLayoutPanel2.TabIndex = 3;
  160. //
  161. // title
  162. //
  163. this.title.AutoSize = true;
  164. this.title.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.title.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  166. this.title.ForeColor = System.Drawing.Color.White;
  167. this.title.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
  168. this.title.Location = new System.Drawing.Point(0, 0);
  169. this.title.Margin = new System.Windows.Forms.Padding(0);
  170. this.title.Name = "title";
  171. this.title.Size = new System.Drawing.Size(41, 16);
  172. this.title.TabIndex = 2;
  173. this.title.Text = "F139";
  174. this.title.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
  175. this.title.Click += new System.EventHandler(this.title_Click);
  176. //
  177. // StatusControl
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(35)))), ((int)(((byte)(77)))));
  182. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  183. this.Controls.Add(this.tableLayoutPanel1);
  184. this.Cursor = System.Windows.Forms.Cursors.Hand;
  185. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.Margin = new System.Windows.Forms.Padding(1, 1, 0, 0);
  187. this.Name = "StatusControl";
  188. this.Padding = new System.Windows.Forms.Padding(1);
  189. this.Size = new System.Drawing.Size(106, 36);
  190. this.tableLayoutPanel1.ResumeLayout(false);
  191. this.tableLayoutPanel1.PerformLayout();
  192. this.contextMenuStrip1.ResumeLayout(false);
  193. this.tableLayoutPanel2.ResumeLayout(false);
  194. this.tableLayoutPanel2.PerformLayout();
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. private System.Windows.Forms.Label speed;
  199. private System.Windows.Forms.Label power;
  200. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  201. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  202. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  203. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  204. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  205. private System.Windows.Forms.Label title;
  206. private System.Windows.Forms.Label label4;
  207. private System.Windows.Forms.Label label5;
  208. }
  209. }