123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- namespace Scada
- {
- partial class UserSetValue
- {
- /// <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_Name = new Sunny.UI.UILabel();
- txt_Value = new Sunny.UI.UITextBox();
- lbl_Unit = new Sunny.UI.UILabel();
- uiTableLayoutPanel1.SuspendLayout();
- SuspendLayout();
- //
- // uiTableLayoutPanel1
- //
- uiTableLayoutPanel1.ColumnCount = 3;
- uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
- uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
- uiTableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 70F));
- uiTableLayoutPanel1.Controls.Add(lbl_Name, 0, 0);
- uiTableLayoutPanel1.Controls.Add(txt_Value, 1, 0);
- uiTableLayoutPanel1.Controls.Add(lbl_Unit, 2, 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(337, 46);
- uiTableLayoutPanel1.TabIndex = 0;
- uiTableLayoutPanel1.TagString = null;
- //
- // lbl_Name
- //
- lbl_Name.Dock = DockStyle.Fill;
- lbl_Name.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_Name.ForeColor = Color.FromArgb(48, 48, 48);
- lbl_Name.Location = new Point(3, 0);
- lbl_Name.Name = "lbl_Name";
- lbl_Name.Size = new Size(161, 46);
- lbl_Name.TabIndex = 0;
- lbl_Name.Text = "参数名称";
- lbl_Name.TextAlign = ContentAlignment.MiddleCenter;
- //
- // txt_Value
- //
- txt_Value.Dock = DockStyle.Fill;
- txt_Value.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- txt_Value.Location = new Point(171, 5);
- txt_Value.Margin = new Padding(4, 5, 4, 5);
- txt_Value.MinimumSize = new Size(1, 16);
- txt_Value.Name = "txt_Value";
- txt_Value.Padding = new Padding(5);
- txt_Value.ShowText = false;
- txt_Value.Size = new Size(92, 36);
- txt_Value.TabIndex = 1;
- txt_Value.TextAlignment = ContentAlignment.MiddleCenter;
- txt_Value.Watermark = "";
- txt_Value.TextChanged += txt_Value_TextChanged;
- //
- // lbl_Unit
- //
- lbl_Unit.Dock = DockStyle.Fill;
- lbl_Unit.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_Unit.ForeColor = Color.FromArgb(48, 48, 48);
- lbl_Unit.Location = new Point(270, 0);
- lbl_Unit.Name = "lbl_Unit";
- lbl_Unit.Size = new Size(64, 46);
- lbl_Unit.TabIndex = 2;
- lbl_Unit.Text = "单位";
- lbl_Unit.TextAlign = ContentAlignment.MiddleCenter;
- //
- // UserSetValue
- //
- AutoScaleMode = AutoScaleMode.None;
- Controls.Add(uiTableLayoutPanel1);
- FillColor = Color.Transparent;
- Name = "UserSetValue";
- RectColor = Color.Transparent;
- Size = new Size(337, 46);
- uiTableLayoutPanel1.ResumeLayout(false);
- ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
- private Sunny.UI.UILabel lbl_Name;
- private Sunny.UI.UITextBox txt_Value;
- private Sunny.UI.UILabel lbl_Unit;
- }
- }
|