You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

75 lines
2.9 KiB

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.SuspendLayout();
//
// Tag
//
this.Label.BackColor = System.Drawing.Color.DeepSkyBlue;
this.Label.Font = new System.Drawing.Font("宋体", 9F, 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.Name = "Tag";
this.Label.Size = new System.Drawing.Size(36, 33);
this.Label.TabIndex = 1;
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;
//
// ButtonTag
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.Label);
this.Controls.Add(this.Button);
this.Name = "ButtonTag";
this.Size = new System.Drawing.Size(147, 90);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public ColorButton Button;
public CircleButton Label;
}
}