namespace ButcherFactory.Controls
|
|
{
|
|
partial class ButtonTag
|
|
{
|
|
/// <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.Label = new ButcherFactory.Controls.CircleButton();
|
|
this.Button = new ButcherFactory.Controls.ColorButton();
|
|
this.identityButton = new ButcherFactory.Controls.ColorButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// Label
|
|
//
|
|
this.Label.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|
this.Label.Font = new System.Drawing.Font("黑体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Label.ForeColor = System.Drawing.Color.White;
|
|
this.Label.Location = new System.Drawing.Point(111, 0);
|
|
this.Label.MaxCount = 1;
|
|
this.Label.MinCount = 0;
|
|
this.Label.Name = "Label";
|
|
this.Label.Size = new System.Drawing.Size(64, 56);
|
|
this.Label.TabIndex = 1;
|
|
this.Label.Text = "1-0";
|
|
this.Label.UseVisualStyleBackColor = false;
|
|
//
|
|
// Button
|
|
//
|
|
this.Button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
|
|
this.Button.ForeColor = System.Drawing.Color.White;
|
|
this.Button.Location = new System.Drawing.Point(0, 0);
|
|
this.Button.Name = "Button";
|
|
this.Button.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
this.Button.Size = new System.Drawing.Size(140, 90);
|
|
this.Button.TabIndex = 2;
|
|
this.Button.UseVisualStyleBackColor = false;
|
|
//
|
|
// identityButton
|
|
//
|
|
this.identityButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.identityButton.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.identityButton.ForeColor = System.Drawing.Color.DimGray;
|
|
this.identityButton.Location = new System.Drawing.Point(0, 87);
|
|
this.identityButton.Name = "identityButton";
|
|
this.identityButton.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
this.identityButton.Size = new System.Drawing.Size(140, 55);
|
|
this.identityButton.TabIndex = 3;
|
|
this.identityButton.Text = "选择标识";
|
|
this.identityButton.UseVisualStyleBackColor = false;
|
|
//
|
|
// ButtonTag
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.identityButton);
|
|
this.Controls.Add(this.Label);
|
|
this.Controls.Add(this.Button);
|
|
this.Name = "ButtonTag";
|
|
this.Size = new System.Drawing.Size(178, 145);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public ColorButton Button;
|
|
public CircleButton Label;
|
|
public ColorButton identityButton;
|
|
}
|
|
}
|