1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- namespace Scada
- {
- partial class UserCounterButton
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- btn_Counter = new Sunny.UI.UISymbolButton();
- SuspendLayout();
- //
- // btn_Counter
- //
- btn_Counter.Dock = DockStyle.Fill;
- btn_Counter.Font = new Font("微软雅黑", 21.75F);
- btn_Counter.Location = new Point(0, 0);
- btn_Counter.MinimumSize = new Size(1, 1);
- btn_Counter.Name = "btn_Counter";
- btn_Counter.Size = new Size(190, 90);
- btn_Counter.Symbol = 558653;
- btn_Counter.SymbolSize = 55;
- btn_Counter.TabIndex = 0;
- btn_Counter.Text = "空运行";
- btn_Counter.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
- btn_Counter.Click += UserCounterButton_Click;
- //
- // UserCounterButton
- //
- AutoScaleMode = AutoScaleMode.None;
- BackColor = Color.Transparent;
- Controls.Add(btn_Counter);
- FillColor = Color.Transparent;
- Name = "UserCounterButton";
- RectColor = Color.Transparent;
- Size = new Size(190, 90);
- ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UISymbolButton btn_Counter;
- }
- }
|