FloatForm.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace Oreo.NetMonitor.Views
  2. {
  3. partial class FloatForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.label6 = new System.Windows.Forms.Label();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  36. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  37. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  38. this.contextMenuStrip1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // label6
  42. //
  43. this.label6.AutoSize = true;
  44. this.label6.BackColor = System.Drawing.Color.Transparent;
  45. this.label6.ForeColor = System.Drawing.Color.Blue;
  46. this.label6.Location = new System.Drawing.Point(11, 27);
  47. this.label6.Name = "label6";
  48. this.label6.Size = new System.Drawing.Size(17, 12);
  49. this.label6.TabIndex = 11;
  50. this.label6.Text = "0%";
  51. //
  52. // label5
  53. //
  54. this.label5.AutoSize = true;
  55. this.label5.BackColor = System.Drawing.Color.Transparent;
  56. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.label5.Location = new System.Drawing.Point(7, 12);
  58. this.label5.Name = "label5";
  59. this.label5.Size = new System.Drawing.Size(26, 12);
  60. this.label5.TabIndex = 10;
  61. this.label5.Text = "CPU";
  62. //
  63. // label4
  64. //
  65. this.label4.AutoSize = true;
  66. this.label4.BackColor = System.Drawing.Color.Transparent;
  67. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.label4.ForeColor = System.Drawing.Color.LimeGreen;
  69. this.label4.Location = new System.Drawing.Point(48, 28);
  70. this.label4.Name = "label4";
  71. this.label4.Size = new System.Drawing.Size(16, 17);
  72. this.label4.TabIndex = 9;
  73. this.label4.Text = "⇓";
  74. //
  75. // label3
  76. //
  77. this.label3.AutoSize = true;
  78. this.label3.BackColor = System.Drawing.Color.Transparent;
  79. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.label3.ForeColor = System.Drawing.Color.Red;
  81. this.label3.Location = new System.Drawing.Point(48, 7);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(16, 17);
  84. this.label3.TabIndex = 8;
  85. this.label3.Text = "⇑";
  86. //
  87. // label2
  88. //
  89. this.label2.BackColor = System.Drawing.Color.Transparent;
  90. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.label2.ForeColor = System.Drawing.Color.Black;
  92. this.label2.Location = new System.Drawing.Point(63, 25);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(61, 23);
  95. this.label2.TabIndex = 7;
  96. this.label2.Text = "0KB/s";
  97. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  98. //
  99. // label1
  100. //
  101. this.label1.BackColor = System.Drawing.Color.Transparent;
  102. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label1.ForeColor = System.Drawing.Color.Black;
  104. this.label1.Location = new System.Drawing.Point(60, 5);
  105. this.label1.Name = "label1";
  106. this.label1.Size = new System.Drawing.Size(64, 22);
  107. this.label1.TabIndex = 6;
  108. this.label1.Text = "0KB/s";
  109. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  110. //
  111. // contextMenuStrip1
  112. //
  113. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  114. this.toolStripMenuItem1,
  115. this.toolStripMenuItem2});
  116. this.contextMenuStrip1.Name = "contextMenuStrip1";
  117. this.contextMenuStrip1.ShowImageMargin = false;
  118. this.contextMenuStrip1.Size = new System.Drawing.Size(128, 70);
  119. //
  120. // toolStripMenuItem1
  121. //
  122. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  123. this.toolStripMenuItem1.Size = new System.Drawing.Size(127, 22);
  124. this.toolStripMenuItem1.Text = "流量监控";
  125. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  126. //
  127. // toolStripMenuItem2
  128. //
  129. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  130. this.toolStripMenuItem2.Size = new System.Drawing.Size(127, 22);
  131. this.toolStripMenuItem2.Text = "帮助";
  132. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  133. //
  134. // FloatForm
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.BackColor = System.Drawing.Color.Salmon;
  139. this.ClientSize = new System.Drawing.Size(138, 54);
  140. this.Controls.Add(this.label6);
  141. this.Controls.Add(this.label5);
  142. this.Controls.Add(this.label4);
  143. this.Controls.Add(this.label3);
  144. this.Controls.Add(this.label2);
  145. this.Controls.Add(this.label1);
  146. this.Name = "FloatForm";
  147. this.Text = "FloatForm";
  148. this.Load += new System.EventHandler(this.FloatForm_Load);
  149. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FloatForm_MouseDown);
  150. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FloatForm_MouseMove);
  151. this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FloatForm_MouseUp);
  152. this.contextMenuStrip1.ResumeLayout(false);
  153. this.ResumeLayout(false);
  154. this.PerformLayout();
  155. }
  156. #endregion
  157. private System.Windows.Forms.Label label6;
  158. private System.Windows.Forms.Label label5;
  159. private System.Windows.Forms.Label label4;
  160. private System.Windows.Forms.Label label3;
  161. private System.Windows.Forms.Label label2;
  162. private System.Windows.Forms.Label label1;
  163. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  164. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  165. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  166. }
  167. }