123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- namespace Scada
- {
- partial class UserDeviceState
- {
- /// <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_StateName = new Sunny.UI.UILabel();
- light_State = new Sunny.UI.UILight();
- 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_StateName, 0, 0);
- uiTableLayoutPanel1.Controls.Add(light_State, 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_StateName
- //
- lbl_StateName.BackColor = Color.Transparent;
- lbl_StateName.Dock = DockStyle.Fill;
- lbl_StateName.Font = new Font("微软雅黑", 15F);
- lbl_StateName.ForeColor = Color.FromArgb(48, 48, 48);
- lbl_StateName.Location = new Point(3, 0);
- lbl_StateName.Name = "lbl_StateName";
- lbl_StateName.Size = new Size(184, 60);
- lbl_StateName.TabIndex = 0;
- lbl_StateName.Text = "状态名称";
- lbl_StateName.TextAlign = ContentAlignment.MiddleCenter;
- //
- // light_State
- //
- light_State.Dock = DockStyle.Fill;
- light_State.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- light_State.Location = new Point(193, 3);
- light_State.MinimumSize = new Size(1, 1);
- light_State.Name = "light_State";
- light_State.OffColor = Color.Green;
- light_State.OnColor = Color.Red;
- light_State.Radius = 54;
- light_State.Size = new Size(54, 54);
- light_State.TabIndex = 1;
- light_State.Text = "uiLight1";
- //
- // UserDeviceState
- //
- AutoScaleMode = AutoScaleMode.None;
- BackColor = Color.Transparent;
- Controls.Add(uiTableLayoutPanel1);
- FillColor = Color.Transparent;
- FillColor2 = Color.Transparent;
- Name = "UserDeviceState";
- RectColor = Color.Transparent;
- RectDisableColor = Color.Transparent;
- Size = new Size(250, 60);
- uiTableLayoutPanel1.ResumeLayout(false);
- ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
- private Sunny.UI.UILabel lbl_StateName;
- private Sunny.UI.UILight light_State;
- }
- }
|