357 lines
16 KiB
C#
357 lines
16 KiB
C#
namespace AntdUIDemo.Views
|
||
{
|
||
partial class TagDemo
|
||
{
|
||
/// <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()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagDemo));
|
||
this.stackPanel1 = new AntdUI.StackPanel();
|
||
this.flowPanel2 = new AntdUI.FlowPanel();
|
||
this.tag13 = new AntdUI.Tag();
|
||
this.tag18 = new AntdUI.Tag();
|
||
this.label5 = new AntdUI.Label();
|
||
this.flowPanel1 = new AntdUI.FlowPanel();
|
||
this.tag7 = new AntdUI.Tag();
|
||
this.tag8 = new AntdUI.Tag();
|
||
this.tag9 = new AntdUI.Tag();
|
||
this.tag10 = new AntdUI.Tag();
|
||
this.tag11 = new AntdUI.Tag();
|
||
this.tag12 = new AntdUI.Tag();
|
||
this.label4 = new AntdUI.Label();
|
||
this.flowPanel3 = new AntdUI.FlowPanel();
|
||
this.tag6 = new AntdUI.Tag();
|
||
this.tag5 = new AntdUI.Tag();
|
||
this.tag4 = new AntdUI.Tag();
|
||
this.tag3 = new AntdUI.Tag();
|
||
this.tag2 = new AntdUI.Tag();
|
||
this.tag1 = new AntdUI.Tag();
|
||
this.label3 = new AntdUI.Label();
|
||
this.divider1 = new AntdUI.Divider();
|
||
this.label2 = new AntdUI.Label();
|
||
this.label1 = new AntdUI.Label();
|
||
this.stackPanel1.SuspendLayout();
|
||
this.flowPanel2.SuspendLayout();
|
||
this.flowPanel1.SuspendLayout();
|
||
this.flowPanel3.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// stackPanel1
|
||
//
|
||
this.stackPanel1.Controls.Add(this.flowPanel2);
|
||
this.stackPanel1.Controls.Add(this.label5);
|
||
this.stackPanel1.Controls.Add(this.flowPanel1);
|
||
this.stackPanel1.Controls.Add(this.label4);
|
||
this.stackPanel1.Controls.Add(this.flowPanel3);
|
||
this.stackPanel1.Controls.Add(this.label3);
|
||
this.stackPanel1.Controls.Add(this.divider1);
|
||
this.stackPanel1.Controls.Add(this.label2);
|
||
this.stackPanel1.Controls.Add(this.label1);
|
||
this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.stackPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.stackPanel1.Name = "stackPanel1";
|
||
this.stackPanel1.Size = new System.Drawing.Size(750, 414);
|
||
this.stackPanel1.TabIndex = 0;
|
||
this.stackPanel1.Text = "stackPanel1";
|
||
this.stackPanel1.Vertical = true;
|
||
//
|
||
// flowPanel2
|
||
//
|
||
this.flowPanel2.Controls.Add(this.tag13);
|
||
this.flowPanel2.Controls.Add(this.tag18);
|
||
this.flowPanel2.Location = new System.Drawing.Point(3, 275);
|
||
this.flowPanel2.Name = "flowPanel2";
|
||
this.flowPanel2.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel2.TabIndex = 33;
|
||
this.flowPanel2.Text = "flowPanel2";
|
||
//
|
||
// tag13
|
||
//
|
||
this.tag13.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag13.ImageSvg = resources.GetString("tag13.ImageSvg");
|
||
this.tag13.Location = new System.Drawing.Point(175, 3);
|
||
this.tag13.Name = "tag13";
|
||
this.tag13.Size = new System.Drawing.Size(166, 32);
|
||
this.tag13.TabIndex = 1;
|
||
this.tag13.Text = "这是Svg标签";
|
||
//
|
||
// tag18
|
||
//
|
||
this.tag18.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag18.Image = global::AntdUIDemo.Properties.Resources.head;
|
||
this.tag18.Location = new System.Drawing.Point(3, 3);
|
||
this.tag18.Name = "tag18";
|
||
this.tag18.Size = new System.Drawing.Size(166, 32);
|
||
this.tag18.TabIndex = 0;
|
||
this.tag18.Text = "这是Image标签";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.Location = new System.Drawing.Point(3, 245);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(744, 24);
|
||
this.label5.TabIndex = 32;
|
||
this.label5.Text = "自定义";
|
||
//
|
||
// flowPanel1
|
||
//
|
||
this.flowPanel1.Controls.Add(this.tag7);
|
||
this.flowPanel1.Controls.Add(this.tag8);
|
||
this.flowPanel1.Controls.Add(this.tag9);
|
||
this.flowPanel1.Controls.Add(this.tag10);
|
||
this.flowPanel1.Controls.Add(this.tag11);
|
||
this.flowPanel1.Controls.Add(this.tag12);
|
||
this.flowPanel1.Location = new System.Drawing.Point(3, 201);
|
||
this.flowPanel1.Name = "flowPanel1";
|
||
this.flowPanel1.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel1.TabIndex = 31;
|
||
this.flowPanel1.Text = "flowPanel1";
|
||
//
|
||
// tag7
|
||
//
|
||
this.tag7.CloseIcon = true;
|
||
this.tag7.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag7.Location = new System.Drawing.Point(433, 3);
|
||
this.tag7.Name = "tag7";
|
||
this.tag7.Size = new System.Drawing.Size(80, 32);
|
||
this.tag7.TabIndex = 5;
|
||
this.tag7.Text = "Info";
|
||
this.tag7.Type = AntdUI.TTypeMini.Info;
|
||
//
|
||
// tag8
|
||
//
|
||
this.tag8.CloseIcon = true;
|
||
this.tag8.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag8.Location = new System.Drawing.Point(347, 3);
|
||
this.tag8.Name = "tag8";
|
||
this.tag8.Size = new System.Drawing.Size(80, 32);
|
||
this.tag8.TabIndex = 4;
|
||
this.tag8.Text = "Warn";
|
||
this.tag8.Type = AntdUI.TTypeMini.Warn;
|
||
//
|
||
// tag9
|
||
//
|
||
this.tag9.CloseIcon = true;
|
||
this.tag9.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag9.Location = new System.Drawing.Point(261, 3);
|
||
this.tag9.Name = "tag9";
|
||
this.tag9.Size = new System.Drawing.Size(80, 32);
|
||
this.tag9.TabIndex = 3;
|
||
this.tag9.Text = "Error";
|
||
this.tag9.Type = AntdUI.TTypeMini.Error;
|
||
//
|
||
// tag10
|
||
//
|
||
this.tag10.CloseIcon = true;
|
||
this.tag10.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag10.Location = new System.Drawing.Point(175, 3);
|
||
this.tag10.Name = "tag10";
|
||
this.tag10.Size = new System.Drawing.Size(80, 32);
|
||
this.tag10.TabIndex = 2;
|
||
this.tag10.Text = "Success";
|
||
this.tag10.Type = AntdUI.TTypeMini.Success;
|
||
//
|
||
// tag11
|
||
//
|
||
this.tag11.CloseIcon = true;
|
||
this.tag11.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag11.Location = new System.Drawing.Point(89, 3);
|
||
this.tag11.Name = "tag11";
|
||
this.tag11.Size = new System.Drawing.Size(80, 32);
|
||
this.tag11.TabIndex = 1;
|
||
this.tag11.Text = "Primary";
|
||
this.tag11.Type = AntdUI.TTypeMini.Primary;
|
||
//
|
||
// tag12
|
||
//
|
||
this.tag12.CloseIcon = true;
|
||
this.tag12.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag12.Location = new System.Drawing.Point(3, 3);
|
||
this.tag12.Name = "tag12";
|
||
this.tag12.Size = new System.Drawing.Size(80, 32);
|
||
this.tag12.TabIndex = 0;
|
||
this.tag12.Text = "Default";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.Location = new System.Drawing.Point(3, 171);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(744, 24);
|
||
this.label4.TabIndex = 30;
|
||
this.label4.Text = "关闭按钮";
|
||
//
|
||
// flowPanel3
|
||
//
|
||
this.flowPanel3.Controls.Add(this.tag6);
|
||
this.flowPanel3.Controls.Add(this.tag5);
|
||
this.flowPanel3.Controls.Add(this.tag4);
|
||
this.flowPanel3.Controls.Add(this.tag3);
|
||
this.flowPanel3.Controls.Add(this.tag2);
|
||
this.flowPanel3.Controls.Add(this.tag1);
|
||
this.flowPanel3.Location = new System.Drawing.Point(3, 127);
|
||
this.flowPanel3.Name = "flowPanel3";
|
||
this.flowPanel3.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel3.TabIndex = 29;
|
||
this.flowPanel3.Text = "flowPanel3";
|
||
//
|
||
// tag6
|
||
//
|
||
this.tag6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag6.Location = new System.Drawing.Point(433, 3);
|
||
this.tag6.Name = "tag6";
|
||
this.tag6.Size = new System.Drawing.Size(80, 32);
|
||
this.tag6.TabIndex = 5;
|
||
this.tag6.Text = "Info";
|
||
this.tag6.Type = AntdUI.TTypeMini.Info;
|
||
//
|
||
// tag5
|
||
//
|
||
this.tag5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag5.Location = new System.Drawing.Point(347, 3);
|
||
this.tag5.Name = "tag5";
|
||
this.tag5.Size = new System.Drawing.Size(80, 32);
|
||
this.tag5.TabIndex = 4;
|
||
this.tag5.Text = "Warn";
|
||
this.tag5.Type = AntdUI.TTypeMini.Warn;
|
||
//
|
||
// tag4
|
||
//
|
||
this.tag4.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag4.Location = new System.Drawing.Point(261, 3);
|
||
this.tag4.Name = "tag4";
|
||
this.tag4.Size = new System.Drawing.Size(80, 32);
|
||
this.tag4.TabIndex = 3;
|
||
this.tag4.Text = "Error";
|
||
this.tag4.Type = AntdUI.TTypeMini.Error;
|
||
//
|
||
// tag3
|
||
//
|
||
this.tag3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag3.Location = new System.Drawing.Point(175, 3);
|
||
this.tag3.Name = "tag3";
|
||
this.tag3.Size = new System.Drawing.Size(80, 32);
|
||
this.tag3.TabIndex = 2;
|
||
this.tag3.Text = "Success";
|
||
this.tag3.Type = AntdUI.TTypeMini.Success;
|
||
//
|
||
// tag2
|
||
//
|
||
this.tag2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag2.Location = new System.Drawing.Point(89, 3);
|
||
this.tag2.Name = "tag2";
|
||
this.tag2.Size = new System.Drawing.Size(80, 32);
|
||
this.tag2.TabIndex = 1;
|
||
this.tag2.Text = "Primary";
|
||
this.tag2.Type = AntdUI.TTypeMini.Primary;
|
||
//
|
||
// tag1
|
||
//
|
||
this.tag1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tag1.Location = new System.Drawing.Point(3, 3);
|
||
this.tag1.Name = "tag1";
|
||
this.tag1.Size = new System.Drawing.Size(80, 32);
|
||
this.tag1.TabIndex = 0;
|
||
this.tag1.Text = "Default";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.Location = new System.Drawing.Point(3, 97);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(744, 24);
|
||
this.label3.TabIndex = 28;
|
||
this.label3.Text = "基本类型";
|
||
//
|
||
// divider1
|
||
//
|
||
this.divider1.Location = new System.Drawing.Point(3, 79);
|
||
this.divider1.Name = "divider1";
|
||
this.divider1.Size = new System.Drawing.Size(744, 12);
|
||
this.divider1.TabIndex = 27;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.Location = new System.Drawing.Point(3, 49);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(744, 24);
|
||
this.label2.TabIndex = 26;
|
||
this.label2.Text = "进行标记和分类的小标签。";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(3, 3);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(744, 40);
|
||
this.label1.TabIndex = 25;
|
||
this.label1.Text = "Tag 标签";
|
||
//
|
||
// TagDemo
|
||
//
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||
this.Controls.Add(this.stackPanel1);
|
||
this.Name = "TagDemo";
|
||
this.Size = new System.Drawing.Size(750, 414);
|
||
this.stackPanel1.ResumeLayout(false);
|
||
this.flowPanel2.ResumeLayout(false);
|
||
this.flowPanel1.ResumeLayout(false);
|
||
this.flowPanel3.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private AntdUI.StackPanel stackPanel1;
|
||
private AntdUI.Label label3;
|
||
private AntdUI.Divider divider1;
|
||
private AntdUI.Label label2;
|
||
private AntdUI.Label label1;
|
||
private AntdUI.FlowPanel flowPanel3;
|
||
private AntdUI.Tag tag1;
|
||
private AntdUI.Tag tag3;
|
||
private AntdUI.Tag tag2;
|
||
private AntdUI.Tag tag4;
|
||
private AntdUI.Tag tag6;
|
||
private AntdUI.Tag tag5;
|
||
private AntdUI.FlowPanel flowPanel1;
|
||
private AntdUI.Tag tag7;
|
||
private AntdUI.Tag tag8;
|
||
private AntdUI.Tag tag9;
|
||
private AntdUI.Tag tag10;
|
||
private AntdUI.Tag tag11;
|
||
private AntdUI.Tag tag12;
|
||
private AntdUI.Label label4;
|
||
private AntdUI.Label label5;
|
||
private AntdUI.FlowPanel flowPanel2;
|
||
private AntdUI.Tag tag18;
|
||
private AntdUI.Tag tag13;
|
||
}
|
||
}
|