UserCounterButton.Designer.cs 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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.Size = new Size(190, 90);
  39. btn_Counter.Symbol = 558653;
  40. btn_Counter.SymbolSize = 55;
  41. btn_Counter.TabIndex = 0;
  42. btn_Counter.Text = "空运行";
  43. btn_Counter.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  44. btn_Counter.Click += UserCounterButton_Click;
  45. //
  46. // UserCounterButton
  47. //
  48. AutoScaleMode = AutoScaleMode.None;
  49. BackColor = Color.Transparent;
  50. Controls.Add(btn_Counter);
  51. FillColor = Color.Transparent;
  52. Name = "UserCounterButton";
  53. RectColor = Color.Transparent;
  54. Size = new Size(190, 90);
  55. ResumeLayout(false);
  56. }
  57. #endregion
  58. private Sunny.UI.UISymbolButton btn_Counter;
  59. }
  60. }