UserCounterButton.Designer.cs 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. namespace Scada
  2. {
  3. partial class UserCounterButton
  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. btn_Counter = new Sunny.UI.UISymbolButton();
  29. SuspendLayout();
  30. //
  31. // btn_Counter
  32. //
  33. btn_Counter.Dock = DockStyle.Fill;
  34. btn_Counter.Font = new Font("微软雅黑", 21.75F);
  35. btn_Counter.Location = new Point(0, 0);
  36. btn_Counter.MinimumSize = new Size(1, 1);
  37. btn_Counter.Name = "btn_Counter";
  38. btn_Counter.Radius = 50;
  39. btn_Counter.Size = new Size(190, 90);
  40. btn_Counter.Symbol = 558653;
  41. btn_Counter.SymbolSize = 55;
  42. btn_Counter.TabIndex = 0;
  43. btn_Counter.Text = "空运行";
  44. btn_Counter.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  45. btn_Counter.Click += btn_Counter_Click;
  46. //
  47. // UserCounterButton
  48. //
  49. AutoScaleMode = AutoScaleMode.None;
  50. BackColor = Color.Transparent;
  51. Controls.Add(btn_Counter);
  52. FillColor = Color.Transparent;
  53. Name = "UserCounterButton";
  54. RectColor = Color.Transparent;
  55. Size = new Size(190, 90);
  56. ResumeLayout(false);
  57. }
  58. #endregion
  59. private Sunny.UI.UISymbolButton btn_Counter;
  60. }
  61. }