UserDeviceState.Designer.cs 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. namespace Scada
  2. {
  3. partial class UserDeviceState
  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. uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
  29. lbl_StateName = new Sunny.UI.UILabel();
  30. light_State = new Sunny.UI.UILight();
  31. uiTableLayoutPanel1.SuspendLayout();
  32. SuspendLayout();
  33. //
  34. // uiTableLayoutPanel1
  35. //
  36. uiTableLayoutPanel1.ColumnCount = 2;
  37. uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
  38. uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F));
  39. uiTableLayoutPanel1.Controls.Add(lbl_StateName, 0, 0);
  40. uiTableLayoutPanel1.Controls.Add(light_State, 1, 0);
  41. uiTableLayoutPanel1.Dock = DockStyle.Fill;
  42. uiTableLayoutPanel1.Location = new Point(0, 0);
  43. uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
  44. uiTableLayoutPanel1.RowCount = 1;
  45. uiTableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
  46. uiTableLayoutPanel1.Size = new Size(250, 60);
  47. uiTableLayoutPanel1.TabIndex = 0;
  48. uiTableLayoutPanel1.TagString = null;
  49. //
  50. // lbl_StateName
  51. //
  52. lbl_StateName.BackColor = Color.Transparent;
  53. lbl_StateName.Dock = DockStyle.Fill;
  54. lbl_StateName.Font = new Font("微软雅黑", 15F);
  55. lbl_StateName.ForeColor = Color.FromArgb(48, 48, 48);
  56. lbl_StateName.Location = new Point(3, 0);
  57. lbl_StateName.Name = "lbl_StateName";
  58. lbl_StateName.Size = new Size(184, 60);
  59. lbl_StateName.TabIndex = 0;
  60. lbl_StateName.Text = "状态名称";
  61. lbl_StateName.TextAlign = ContentAlignment.MiddleCenter;
  62. //
  63. // light_State
  64. //
  65. light_State.Dock = DockStyle.Fill;
  66. light_State.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  67. light_State.Location = new Point(193, 3);
  68. light_State.MinimumSize = new Size(1, 1);
  69. light_State.Name = "light_State";
  70. light_State.OffColor = Color.Red;
  71. light_State.Radius = 54;
  72. light_State.Size = new Size(54, 54);
  73. light_State.TabIndex = 1;
  74. light_State.Text = "uiLight1";
  75. //
  76. // UserDeviceState
  77. //
  78. AutoScaleMode = AutoScaleMode.None;
  79. BackColor = SystemColors.Control;
  80. Controls.Add(uiTableLayoutPanel1);
  81. FillColor = Color.Transparent;
  82. Name = "UserDeviceState";
  83. RectColor = Color.Transparent;
  84. Size = new Size(250, 60);
  85. uiTableLayoutPanel1.ResumeLayout(false);
  86. ResumeLayout(false);
  87. }
  88. #endregion
  89. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
  90. private Sunny.UI.UILabel lbl_StateName;
  91. private Sunny.UI.UILight light_State;
  92. }
  93. }