364 lines
16 KiB
C#
364 lines
16 KiB
C#
namespace AntdUIDemo.Views
|
||
{
|
||
partial class TooltipDemo
|
||
{
|
||
/// <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.stackPanel1 = new AntdUI.StackPanel();
|
||
this.flowPanel3 = new AntdUI.FlowPanel();
|
||
this.buttonRB = new AntdUI.Button();
|
||
this.buttonRight = new AntdUI.Button();
|
||
this.buttonRT = new AntdUI.Button();
|
||
this.buttonTL = new AntdUI.Button();
|
||
this.buttonTop = new AntdUI.Button();
|
||
this.buttonTR = new AntdUI.Button();
|
||
this.flowPanel2 = new AntdUI.FlowPanel();
|
||
this.buttonLB = new AntdUI.Button();
|
||
this.buttonLeft = new AntdUI.Button();
|
||
this.buttonLT = new AntdUI.Button();
|
||
this.buttonBL = new AntdUI.Button();
|
||
this.buttonBottom = new AntdUI.Button();
|
||
this.buttonBR = new AntdUI.Button();
|
||
this.label4 = new AntdUI.Label();
|
||
this.flowPanel1 = new AntdUI.FlowPanel();
|
||
this.label_show = new AntdUI.Label();
|
||
this.label3 = new AntdUI.Label();
|
||
this.divider1 = new AntdUI.Divider();
|
||
this.label2 = new AntdUI.Label();
|
||
this.label1 = new AntdUI.Label();
|
||
this.label_showclick = new AntdUI.Label();
|
||
this.tooltip1 = new AntdUI.Tooltip();
|
||
this.stackPanel1.SuspendLayout();
|
||
this.flowPanel3.SuspendLayout();
|
||
this.flowPanel2.SuspendLayout();
|
||
this.flowPanel1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// stackPanel1
|
||
//
|
||
this.stackPanel1.Controls.Add(this.flowPanel3);
|
||
this.stackPanel1.Controls.Add(this.flowPanel2);
|
||
this.stackPanel1.Controls.Add(this.label4);
|
||
this.stackPanel1.Controls.Add(this.flowPanel1);
|
||
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(700, 506);
|
||
this.stackPanel1.TabIndex = 0;
|
||
this.stackPanel1.Text = "stackPanel1";
|
||
this.stackPanel1.Vertical = true;
|
||
//
|
||
// flowPanel3
|
||
//
|
||
this.flowPanel3.Controls.Add(this.buttonRB);
|
||
this.flowPanel3.Controls.Add(this.buttonRight);
|
||
this.flowPanel3.Controls.Add(this.buttonRT);
|
||
this.flowPanel3.Controls.Add(this.buttonTL);
|
||
this.flowPanel3.Controls.Add(this.buttonTop);
|
||
this.flowPanel3.Controls.Add(this.buttonTR);
|
||
this.flowPanel3.Location = new System.Drawing.Point(3, 257);
|
||
this.flowPanel3.Name = "flowPanel3";
|
||
this.flowPanel3.Size = new System.Drawing.Size(694, 38);
|
||
this.flowPanel3.TabIndex = 39;
|
||
this.flowPanel3.Text = "flowPanel3";
|
||
//
|
||
// buttonRB
|
||
//
|
||
this.buttonRB.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonRB.Location = new System.Drawing.Point(483, 3);
|
||
this.buttonRB.Name = "buttonRB";
|
||
this.buttonRB.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonRB.TabIndex = 5;
|
||
this.buttonRB.Text = "RB";
|
||
this.buttonRB.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonRB.WaveSize = 0;
|
||
//
|
||
// buttonRight
|
||
//
|
||
this.buttonRight.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonRight.Location = new System.Drawing.Point(387, 3);
|
||
this.buttonRight.Name = "buttonRight";
|
||
this.buttonRight.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonRight.TabIndex = 4;
|
||
this.buttonRight.Text = "Right";
|
||
this.buttonRight.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonRight.WaveSize = 0;
|
||
//
|
||
// buttonRT
|
||
//
|
||
this.buttonRT.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonRT.Location = new System.Drawing.Point(291, 3);
|
||
this.buttonRT.Name = "buttonRT";
|
||
this.buttonRT.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonRT.TabIndex = 3;
|
||
this.buttonRT.Text = "RT";
|
||
this.buttonRT.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonRT.WaveSize = 0;
|
||
//
|
||
// buttonTL
|
||
//
|
||
this.buttonTL.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonTL.Location = new System.Drawing.Point(195, 3);
|
||
this.buttonTL.Name = "buttonTL";
|
||
this.buttonTL.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonTL.TabIndex = 2;
|
||
this.buttonTL.Text = "TL";
|
||
this.buttonTL.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonTL.WaveSize = 0;
|
||
//
|
||
// buttonTop
|
||
//
|
||
this.buttonTop.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonTop.Location = new System.Drawing.Point(99, 3);
|
||
this.buttonTop.Name = "buttonTop";
|
||
this.buttonTop.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonTop.TabIndex = 1;
|
||
this.buttonTop.Text = "Top";
|
||
this.buttonTop.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonTop.WaveSize = 0;
|
||
//
|
||
// buttonTR
|
||
//
|
||
this.buttonTR.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonTR.Location = new System.Drawing.Point(3, 3);
|
||
this.buttonTR.Name = "buttonTR";
|
||
this.buttonTR.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonTR.TabIndex = 0;
|
||
this.buttonTR.Text = "TR";
|
||
this.buttonTR.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonTR.WaveSize = 0;
|
||
//
|
||
// flowPanel2
|
||
//
|
||
this.flowPanel2.Controls.Add(this.buttonLB);
|
||
this.flowPanel2.Controls.Add(this.buttonLeft);
|
||
this.flowPanel2.Controls.Add(this.buttonLT);
|
||
this.flowPanel2.Controls.Add(this.buttonBL);
|
||
this.flowPanel2.Controls.Add(this.buttonBottom);
|
||
this.flowPanel2.Controls.Add(this.buttonBR);
|
||
this.flowPanel2.Location = new System.Drawing.Point(3, 213);
|
||
this.flowPanel2.Name = "flowPanel2";
|
||
this.flowPanel2.Size = new System.Drawing.Size(694, 38);
|
||
this.flowPanel2.TabIndex = 38;
|
||
this.flowPanel2.Text = "flowPanel2";
|
||
//
|
||
// buttonLB
|
||
//
|
||
this.buttonLB.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonLB.Location = new System.Drawing.Point(483, 3);
|
||
this.buttonLB.Name = "buttonLB";
|
||
this.buttonLB.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonLB.TabIndex = 5;
|
||
this.buttonLB.Text = "LB";
|
||
this.buttonLB.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonLB.WaveSize = 0;
|
||
//
|
||
// buttonLeft
|
||
//
|
||
this.buttonLeft.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonLeft.Location = new System.Drawing.Point(387, 3);
|
||
this.buttonLeft.Name = "buttonLeft";
|
||
this.buttonLeft.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonLeft.TabIndex = 4;
|
||
this.buttonLeft.Text = "Left";
|
||
this.buttonLeft.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonLeft.WaveSize = 0;
|
||
//
|
||
// buttonLT
|
||
//
|
||
this.buttonLT.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonLT.Location = new System.Drawing.Point(291, 3);
|
||
this.buttonLT.Name = "buttonLT";
|
||
this.buttonLT.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonLT.TabIndex = 3;
|
||
this.buttonLT.Text = "LT";
|
||
this.buttonLT.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonLT.WaveSize = 0;
|
||
//
|
||
// buttonBL
|
||
//
|
||
this.buttonBL.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonBL.Location = new System.Drawing.Point(195, 3);
|
||
this.buttonBL.Name = "buttonBL";
|
||
this.buttonBL.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonBL.TabIndex = 2;
|
||
this.buttonBL.Text = "BL";
|
||
this.buttonBL.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonBL.WaveSize = 0;
|
||
//
|
||
// buttonBottom
|
||
//
|
||
this.buttonBottom.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonBottom.Location = new System.Drawing.Point(99, 3);
|
||
this.buttonBottom.Name = "buttonBottom";
|
||
this.buttonBottom.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonBottom.TabIndex = 1;
|
||
this.buttonBottom.Text = "Bottom";
|
||
this.buttonBottom.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonBottom.WaveSize = 0;
|
||
//
|
||
// buttonBR
|
||
//
|
||
this.buttonBR.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.buttonBR.Location = new System.Drawing.Point(3, 3);
|
||
this.buttonBR.Name = "buttonBR";
|
||
this.buttonBR.Size = new System.Drawing.Size(90, 32);
|
||
this.buttonBR.TabIndex = 0;
|
||
this.buttonBR.Text = "BR";
|
||
this.buttonBR.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonBR.WaveSize = 0;
|
||
//
|
||
// 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, 183);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(694, 24);
|
||
this.label4.TabIndex = 14;
|
||
this.label4.Text = "弹出位置";
|
||
//
|
||
// flowPanel1
|
||
//
|
||
this.flowPanel1.Controls.Add(this.tooltip1);
|
||
this.flowPanel1.Controls.Add(this.label_showclick);
|
||
this.flowPanel1.Controls.Add(this.label_show);
|
||
this.flowPanel1.Location = new System.Drawing.Point(3, 127);
|
||
this.flowPanel1.Name = "flowPanel1";
|
||
this.flowPanel1.Size = new System.Drawing.Size(694, 50);
|
||
this.flowPanel1.TabIndex = 13;
|
||
this.flowPanel1.Text = "flowPanel1";
|
||
//
|
||
// label_show
|
||
//
|
||
this.label_show.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label_show.Location = new System.Drawing.Point(3, 3);
|
||
this.label_show.Name = "label_show";
|
||
this.label_show.Size = new System.Drawing.Size(220, 32);
|
||
this.label_show.TabIndex = 0;
|
||
this.label_show.Text = "Tooltip will show on mouse enter.";
|
||
//
|
||
// 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(694, 24);
|
||
this.label3.TabIndex = 12;
|
||
this.label3.Text = "基本用法";
|
||
//
|
||
// divider1
|
||
//
|
||
this.divider1.Location = new System.Drawing.Point(3, 79);
|
||
this.divider1.Name = "divider1";
|
||
this.divider1.Size = new System.Drawing.Size(694, 12);
|
||
this.divider1.TabIndex = 11;
|
||
//
|
||
// 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(694, 24);
|
||
this.label2.TabIndex = 10;
|
||
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(694, 40);
|
||
this.label1.TabIndex = 9;
|
||
this.label1.Text = "Tooltip 文字提示";
|
||
//
|
||
// label_showclick
|
||
//
|
||
this.label_showclick.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label_showclick.Location = new System.Drawing.Point(229, 3);
|
||
this.label_showclick.Name = "label_showclick";
|
||
this.label_showclick.Size = new System.Drawing.Size(220, 32);
|
||
this.label_showclick.TabIndex = 1;
|
||
this.label_showclick.Text = "Tooltip will show on mouse click.";
|
||
//
|
||
// tooltip1
|
||
//
|
||
this.tooltip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.tooltip1.Location = new System.Drawing.Point(455, 3);
|
||
this.tooltip1.MaximumSize = new System.Drawing.Size(106, 45);
|
||
this.tooltip1.MinimumSize = new System.Drawing.Size(106, 45);
|
||
this.tooltip1.Name = "tooltip1";
|
||
this.tooltip1.Size = new System.Drawing.Size(106, 45);
|
||
this.tooltip1.TabIndex = 2;
|
||
this.tooltip1.Text = "Single Tooltip";
|
||
//
|
||
// TooltipDemo
|
||
//
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||
this.Controls.Add(this.stackPanel1);
|
||
this.Name = "TooltipDemo";
|
||
this.Size = new System.Drawing.Size(700, 506);
|
||
this.stackPanel1.ResumeLayout(false);
|
||
this.flowPanel3.ResumeLayout(false);
|
||
this.flowPanel2.ResumeLayout(false);
|
||
this.flowPanel1.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 flowPanel1;
|
||
private AntdUI.Label label_show;
|
||
private AntdUI.Label label4;
|
||
private AntdUI.FlowPanel flowPanel3;
|
||
private AntdUI.Button buttonRB;
|
||
private AntdUI.Button buttonRight;
|
||
private AntdUI.Button buttonRT;
|
||
private AntdUI.Button buttonTL;
|
||
private AntdUI.Button buttonTop;
|
||
private AntdUI.Button buttonTR;
|
||
private AntdUI.FlowPanel flowPanel2;
|
||
private AntdUI.Button buttonLB;
|
||
private AntdUI.Button buttonLeft;
|
||
private AntdUI.Button buttonLT;
|
||
private AntdUI.Button buttonBL;
|
||
private AntdUI.Button buttonBottom;
|
||
private AntdUI.Button buttonBR;
|
||
private AntdUI.Label label_showclick;
|
||
private AntdUI.Tooltip tooltip1;
|
||
}
|
||
}
|