CircleLabel.Designer.cs 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. namespace ProjectBase.Controls
  2. {
  3. partial class CircleLabel
  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.Dock = System.Windows.Forms.DockStyle.Fill;
  34. this.label1.Font = new System.Drawing.Font("微软雅黑", 20F);
  35. this.label1.ForeColor = System.Drawing.Color.White;
  36. this.label1.Location = new System.Drawing.Point(0, 0);
  37. this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
  38. this.label1.Name = "label1";
  39. this.label1.Size = new System.Drawing.Size(112, 112);
  40. this.label1.TabIndex = 0;
  41. this.label1.Text = "右上";
  42. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  43. //
  44. // CircleLabel
  45. //
  46. this.AutoScaleDimensions = new System.Drawing.SizeF(24F, 52F);
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  48. this.BackColor = System.Drawing.Color.Transparent;
  49. this.BackgroundImage = global::ProjectBase.Controls.Properties.Resources.绿色指示灯5;
  50. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  51. this.Controls.Add(this.label1);
  52. this.DoubleBuffered = true;
  53. this.Font = new System.Drawing.Font("微软雅黑", 20F);
  54. this.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
  55. this.Name = "CircleLabel";
  56. this.Size = new System.Drawing.Size(112, 112);
  57. this.FontChanged += new System.EventHandler(this.CircleLabel_FontChanged);
  58. this.ResumeLayout(false);
  59. }
  60. #endregion
  61. private System.Windows.Forms.Label label1;
  62. }
  63. }