WebfontLable.designer.cs 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class WebfontLable
  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.label1 = new System.Windows.Forms.Label();
  29. this.SuspendLayout();
  30. //
  31. // label1
  32. //
  33. this.label1.AutoSize = true;
  34. this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
  35. this.label1.Dock = System.Windows.Forms.DockStyle.Right;
  36. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  37. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  38. this.label1.Location = new System.Drawing.Point(-17, 0);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(92, 33);
  41. this.label1.TabIndex = 0;
  42. this.label1.Text = "00.00";
  43. this.label1.Click += new System.EventHandler(this.label1_Click);
  44. this.label1.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
  45. this.label1.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
  46. //
  47. // WebfontLable
  48. //
  49. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  50. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  51. this.BackColor = System.Drawing.Color.Transparent;
  52. this.Controls.Add(this.label1);
  53. this.Name = "WebfontLable";
  54. this.Size = new System.Drawing.Size(75, 23);
  55. this.Load += new System.EventHandler(this.WebfontLable_Load);
  56. this.ResumeLayout(false);
  57. this.PerformLayout();
  58. }
  59. #endregion
  60. private System.Windows.Forms.Label label1;
  61. }
  62. }