UserSetValue.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. namespace Scada
  2. {
  3. partial class UserSetValue
  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_Name = new Sunny.UI.UILabel();
  30. txt_Value = new Sunny.UI.UITextBox();
  31. lbl_Unit = new Sunny.UI.UILabel();
  32. uiTableLayoutPanel1.SuspendLayout();
  33. SuspendLayout();
  34. //
  35. // uiTableLayoutPanel1
  36. //
  37. uiTableLayoutPanel1.ColumnCount = 3;
  38. uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
  39. uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
  40. uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 70F));
  41. uiTableLayoutPanel1.Controls.Add(lbl_Name, 0, 0);
  42. uiTableLayoutPanel1.Controls.Add(txt_Value, 1, 0);
  43. uiTableLayoutPanel1.Controls.Add(lbl_Unit, 2, 0);
  44. uiTableLayoutPanel1.Dock = DockStyle.Fill;
  45. uiTableLayoutPanel1.Location = new Point(0, 0);
  46. uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
  47. uiTableLayoutPanel1.RowCount = 1;
  48. uiTableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
  49. uiTableLayoutPanel1.Size = new Size(337, 46);
  50. uiTableLayoutPanel1.TabIndex = 0;
  51. uiTableLayoutPanel1.TagString = null;
  52. //
  53. // lbl_Name
  54. //
  55. lbl_Name.Dock = DockStyle.Fill;
  56. lbl_Name.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  57. lbl_Name.ForeColor = Color.FromArgb(48, 48, 48);
  58. lbl_Name.Location = new Point(3, 0);
  59. lbl_Name.Name = "lbl_Name";
  60. lbl_Name.Size = new Size(161, 46);
  61. lbl_Name.TabIndex = 0;
  62. lbl_Name.Text = "参数名称";
  63. lbl_Name.TextAlign = ContentAlignment.MiddleCenter;
  64. //
  65. // txt_Value
  66. //
  67. txt_Value.Dock = DockStyle.Fill;
  68. txt_Value.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  69. txt_Value.Location = new Point(171, 5);
  70. txt_Value.Margin = new Padding(4, 5, 4, 5);
  71. txt_Value.MinimumSize = new Size(1, 16);
  72. txt_Value.Name = "txt_Value";
  73. txt_Value.Padding = new Padding(5);
  74. txt_Value.ShowText = false;
  75. txt_Value.Size = new Size(92, 36);
  76. txt_Value.TabIndex = 1;
  77. txt_Value.TextAlignment = ContentAlignment.MiddleCenter;
  78. txt_Value.Watermark = "";
  79. txt_Value.TextChanged += txt_Value_TextChanged;
  80. //
  81. // lbl_Unit
  82. //
  83. lbl_Unit.Dock = DockStyle.Fill;
  84. lbl_Unit.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  85. lbl_Unit.ForeColor = Color.FromArgb(48, 48, 48);
  86. lbl_Unit.Location = new Point(270, 0);
  87. lbl_Unit.Name = "lbl_Unit";
  88. lbl_Unit.Size = new Size(64, 46);
  89. lbl_Unit.TabIndex = 2;
  90. lbl_Unit.Text = "单位";
  91. lbl_Unit.TextAlign = ContentAlignment.MiddleCenter;
  92. //
  93. // UserSetValue
  94. //
  95. AutoScaleMode = AutoScaleMode.None;
  96. Controls.Add(uiTableLayoutPanel1);
  97. FillColor = Color.Transparent;
  98. Name = "UserSetValue";
  99. RectColor = Color.Transparent;
  100. Size = new Size(337, 46);
  101. uiTableLayoutPanel1.ResumeLayout(false);
  102. ResumeLayout(false);
  103. }
  104. #endregion
  105. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
  106. private Sunny.UI.UILabel lbl_Name;
  107. private Sunny.UI.UITextBox txt_Value;
  108. private Sunny.UI.UILabel lbl_Unit;
  109. }
  110. }