Files
2026-09-09 18:42:38 +08:00

121 lines
5.9 KiB
C#

namespace JinYuan.ControlLib
{
partial class UCFengSu
{
/// <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.MainTableLayoutControl = new System.Windows.Forms.TableLayoutPanel();
this.ucbFengSu = new JinYuan.ControlLib.UCBlower();
this.lbl_Value = new System.Windows.Forms.Label();
this.lbl_Title = new System.Windows.Forms.Label();
this.MainTableLayoutControl.SuspendLayout();
this.SuspendLayout();
//
// MainTableLayoutControl
//
this.MainTableLayoutControl.ColumnCount = 3;
this.MainTableLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.83594F));
this.MainTableLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44.35146F));
this.MainTableLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.98326F));
this.MainTableLayoutControl.Controls.Add(this.ucbFengSu, 0, 0);
this.MainTableLayoutControl.Controls.Add(this.lbl_Value, 2, 0);
this.MainTableLayoutControl.Controls.Add(this.lbl_Title, 1, 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(239, 33);
this.MainTableLayoutControl.TabIndex = 0;
//
// ucbFengSu
//
this.ucbFengSu.BlowerColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
this.ucbFengSu.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucbFengSu.EntranceDirection = JinYuan.ControlLib.BlowerEntranceDirection.None;
this.ucbFengSu.ExitDirection = JinYuan.ControlLib.BlowerExitDirection.None;
this.ucbFengSu.FanColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(169)))), ((int)(((byte)(243)))));
this.ucbFengSu.IsDZ = true;
this.ucbFengSu.IsExit = false;
this.ucbFengSu.Location = new System.Drawing.Point(1, 1);
this.ucbFengSu.Margin = new System.Windows.Forms.Padding(1);
this.ucbFengSu.Name = "ucbFengSu";
this.ucbFengSu.Size = new System.Drawing.Size(45, 31);
this.ucbFengSu.TabIndex = 0;
this.ucbFengSu.TurnAround = JinYuan.ControlLib.TurnAround.None;
this.ucbFengSu.TurnSpeed = 100;
//
// lbl_Value
//
this.lbl_Value.AutoSize = true;
this.lbl_Value.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Value.Location = new System.Drawing.Point(156, 0);
this.lbl_Value.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbl_Value.Name = "lbl_Value";
this.lbl_Value.Size = new System.Drawing.Size(79, 33);
this.lbl_Value.TabIndex = 1;
this.lbl_Value.Text = "0";
this.lbl_Value.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbl_Title
//
this.lbl_Title.AutoSize = true;
this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Title.Location = new System.Drawing.Point(50, 0);
this.lbl_Title.Name = "lbl_Title";
this.lbl_Title.Size = new System.Drawing.Size(99, 33);
this.lbl_Title.TabIndex = 2;
this.lbl_Title.Text = "参数项名称";
this.lbl_Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// UCFengSu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.Controls.Add(this.MainTableLayoutControl);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ForeColor = System.Drawing.Color.White;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "UCFengSu";
this.Size = new System.Drawing.Size(239, 33);
this.MainTableLayoutControl.ResumeLayout(false);
this.MainTableLayoutControl.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel MainTableLayoutControl;
private UCBlower ucbFengSu;
private System.Windows.Forms.Label lbl_Value;
private System.Windows.Forms.Label lbl_Title;
}
}