1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- namespace Scada
- {
- partial class UserAlarmState
- {
- /// <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()
- {
- uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
- lbl_AlarmName = new Sunny.UI.UILabel();
- lbl_StateName = new Sunny.UI.UISymbolLabel();
- uiTableLayoutPanel1.SuspendLayout();
- SuspendLayout();
- //
- // uiTableLayoutPanel1
- //
- uiTableLayoutPanel1.ColumnCount = 2;
- uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
- uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F));
- uiTableLayoutPanel1.Controls.Add(lbl_AlarmName, 0, 0);
- uiTableLayoutPanel1.Controls.Add(lbl_StateName, 1, 0);
- uiTableLayoutPanel1.Dock = DockStyle.Fill;
- uiTableLayoutPanel1.Location = new Point(0, 0);
- uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
- uiTableLayoutPanel1.RowCount = 1;
- uiTableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
- uiTableLayoutPanel1.Size = new Size(250, 60);
- uiTableLayoutPanel1.TabIndex = 0;
- uiTableLayoutPanel1.TagString = null;
- //
- // lbl_AlarmName
- //
- lbl_AlarmName.BackColor = Color.Transparent;
- lbl_AlarmName.Dock = DockStyle.Fill;
- lbl_AlarmName.Font = new Font("微软雅黑", 15F);
- lbl_AlarmName.ForeColor = Color.FromArgb(48, 48, 48);
- lbl_AlarmName.Location = new Point(3, 0);
- lbl_AlarmName.Name = "lbl_AlarmName";
- lbl_AlarmName.Size = new Size(184, 60);
- lbl_AlarmName.TabIndex = 0;
- lbl_AlarmName.Text = "报警名称";
- lbl_AlarmName.TextAlign = ContentAlignment.MiddleCenter;
- //
- // lbl_StateName
- //
- lbl_StateName.Dock = DockStyle.Fill;
- lbl_StateName.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_StateName.Location = new Point(193, 3);
- lbl_StateName.MinimumSize = new Size(1, 1);
- lbl_StateName.Name = "lbl_StateName";
- lbl_StateName.Size = new Size(54, 54);
- lbl_StateName.Style = Sunny.UI.UIStyle.Custom;
- lbl_StateName.Symbol = 61683;
- lbl_StateName.SymbolColor = Color.Red;
- lbl_StateName.SymbolSize = 54;
- lbl_StateName.TabIndex = 1;
- //
- // UserAlarmState
- //
- AutoScaleMode = AutoScaleMode.None;
- Controls.Add(uiTableLayoutPanel1);
- FillColor = Color.Transparent;
- Name = "UserAlarmState";
- RectColor = Color.Transparent;
- Size = new Size(250, 60);
- uiTableLayoutPanel1.ResumeLayout(false);
- ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
- private Sunny.UI.UILabel lbl_AlarmName;
- private Sunny.UI.UISymbolLabel lbl_StateName;
- }
- }
|