namespace HRT_Measure
{
partial class UCCylinder
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.TitleName = new Sunny.UI.UITitlePanel();
this.lightSet = new Sunny.UI.UILight();
this.lightReset = new Sunny.UI.UILight();
this.btnSetting = new Sunny.UI.UIButton();
this.btnReset = new Sunny.UI.UIButton();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.TitleName.SuspendLayout();
this.SuspendLayout();
//
// TitleName
//
this.TitleName.BackColor = System.Drawing.Color.AliceBlue;
this.TitleName.Controls.Add(this.lightSet);
this.TitleName.Controls.Add(this.lightReset);
this.TitleName.Controls.Add(this.btnSetting);
this.TitleName.Controls.Add(this.btnReset);
this.TitleName.Dock = System.Windows.Forms.DockStyle.Fill;
this.TitleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.TitleName.Location = new System.Drawing.Point(0, 0);
this.TitleName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TitleName.MinimumSize = new System.Drawing.Size(1, 1);
this.TitleName.Name = "TitleName";
this.TitleName.ShowText = false;
this.TitleName.Size = new System.Drawing.Size(321, 91);
this.TitleName.TabIndex = 0;
this.TitleName.Text = "IO";
this.TitleName.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.TitleName.TitleColor = System.Drawing.Color.LightSkyBlue;
this.TitleName.TitleHeight = 25;
//
// lightSet
//
this.lightSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.lightSet.Location = new System.Drawing.Point(258, 35);
this.lightSet.MinimumSize = new System.Drawing.Size(1, 1);
this.lightSet.Name = "lightSet";
this.lightSet.Radius = 35;
this.lightSet.Size = new System.Drawing.Size(48, 35);
this.lightSet.TabIndex = 82;
this.lightSet.Text = "uiLight2";
//
// lightReset
//
this.lightReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.lightReset.Location = new System.Drawing.Point(13, 35);
this.lightReset.MinimumSize = new System.Drawing.Size(1, 1);
this.lightReset.Name = "lightReset";
this.lightReset.Radius = 35;
this.lightReset.Size = new System.Drawing.Size(48, 35);
this.lightReset.TabIndex = 81;
this.lightReset.Text = "uiLight1";
//
// btnSetting
//
this.btnSetting.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSetting.FillColor = System.Drawing.Color.LightSkyBlue;
this.btnSetting.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSetting.ForeColor = System.Drawing.Color.Black;
this.btnSetting.Location = new System.Drawing.Point(170, 42);
this.btnSetting.MinimumSize = new System.Drawing.Size(1, 1);
this.btnSetting.Name = "btnSetting";
this.btnSetting.Radius = 20;
this.btnSetting.Size = new System.Drawing.Size(71, 25);
this.btnSetting.Style = Sunny.UI.UIStyle.Custom;
this.btnSetting.TabIndex = 80;
this.btnSetting.Text = "动作";
this.btnSetting.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSetting.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnSetting_MouseDown);
this.btnSetting.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnSetting_MouseUp);
//
// btnReset
//
this.btnReset.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnReset.FillColor = System.Drawing.Color.LightSkyBlue;
this.btnReset.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReset.ForeColor = System.Drawing.Color.Black;
this.btnReset.Location = new System.Drawing.Point(70, 42);
this.btnReset.MinimumSize = new System.Drawing.Size(1, 1);
this.btnReset.Name = "btnReset";
this.btnReset.Radius = 20;
this.btnReset.Size = new System.Drawing.Size(71, 25);
this.btnReset.Style = Sunny.UI.UIStyle.Custom;
this.btnReset.TabIndex = 79;
this.btnReset.Text = " 复位";
this.btnReset.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReset.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnReset_MouseDown);
this.btnReset.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnReset_MouseUp);
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// UCCylinder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.TitleName);
this.Name = "UCCylinder";
this.Size = new System.Drawing.Size(321, 91);
this.Load += new System.EventHandler(this.UCCylinder_Load);
this.Leave += new System.EventHandler(this.UCCylinder_Leave);
this.TitleName.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UITitlePanel TitleName;
private Sunny.UI.UIButton btnSetting;
private Sunny.UI.UIButton btnReset;
private Sunny.UI.UILight lightSet;
private Sunny.UI.UILight lightReset;
public System.Windows.Forms.Timer timer1;
}
}