Files
MassSpectrometer/JinYuan.ControlLib/TextSet2.Designer.cs
T
2026-09-09 18:42:38 +08:00

96 lines
4.3 KiB
C#

namespace JinYuan.ControlLib
{
partial class TextSet2
{
/// <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()
{
this.lbl_Title = new System.Windows.Forms.Label();
this.MainTableLayoutControl = new System.Windows.Forms.TableLayoutPanel();
this.lbl_Value = new System.Windows.Forms.Label();
this.MainTableLayoutControl.SuspendLayout();
this.SuspendLayout();
//
// lbl_Title
//
this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Title.Location = new System.Drawing.Point(4, 5);
this.lbl_Title.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lbl_Title.Name = "lbl_Title";
this.lbl_Title.Size = new System.Drawing.Size(107, 20);
this.lbl_Title.TabIndex = 0;
this.lbl_Title.Text = "参数名称设置";
this.lbl_Title.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// MainTableLayoutControl
//
this.MainTableLayoutControl.ColumnCount = 2;
this.MainTableLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.73298F));
this.MainTableLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.26702F));
this.MainTableLayoutControl.Controls.Add(this.lbl_Value, 1, 0);
this.MainTableLayoutControl.Controls.Add(this.lbl_Title, 0, 0);
this.MainTableLayoutControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.MainTableLayoutControl.Location = new System.Drawing.Point(0, 0);
this.MainTableLayoutControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MainTableLayoutControl.Name = "MainTableLayoutControl";
this.MainTableLayoutControl.RowCount = 1;
this.MainTableLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.MainTableLayoutControl.Size = new System.Drawing.Size(191, 30);
this.MainTableLayoutControl.TabIndex = 1;
//
// lbl_Value
//
this.lbl_Value.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Value.Location = new System.Drawing.Point(119, 5);
this.lbl_Value.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lbl_Value.Name = "lbl_Value";
this.lbl_Value.Size = new System.Drawing.Size(68, 20);
this.lbl_Value.TabIndex = 1;
this.lbl_Value.Text = "0.0";
this.lbl_Value.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// TextSet2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.MainTableLayoutControl);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "TextSet2";
this.Size = new System.Drawing.Size(191, 30);
this.MainTableLayoutControl.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lbl_Title;
private System.Windows.Forms.TableLayoutPanel MainTableLayoutControl;
private System.Windows.Forms.Label lbl_Value;
}
}