antdui-demo/Views/TooltipDemo.Designer.cs
2024-11-13 10:53:11 +08:00

346 lines
15 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.tooltip1 = new AntdUI.Tooltip();
this.label_showclick = new AntdUI.Label();
this.label_show = new AntdUI.Label();
this.label3 = new AntdUI.Label();
this.header1 = new AntdUI.PageHeader();
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.Dock = System.Windows.Forms.DockStyle.Fill;
this.stackPanel1.Location = new System.Drawing.Point(0, 74);
this.stackPanel1.Name = "stackPanel1";
this.stackPanel1.Size = new System.Drawing.Size(750, 432);
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, 163);
this.flowPanel3.Name = "flowPanel3";
this.flowPanel3.Size = new System.Drawing.Size(744, 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, 119);
this.flowPanel2.Name = "flowPanel2";
this.flowPanel2.Size = new System.Drawing.Size(744, 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, 89);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(744, 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, 33);
this.flowPanel1.Name = "flowPanel1";
this.flowPanel1.Size = new System.Drawing.Size(744, 50);
this.flowPanel1.TabIndex = 13;
this.flowPanel1.Text = "flowPanel1";
//
// 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";
//
// 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.";
//
// 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, 3);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(744, 24);
this.label3.TabIndex = 12;
this.label3.Text = "基本用法";
//
// header1
//
this.header1.Description = "简单的文字提示气泡框。";
this.header1.DividerShow = true;
this.header1.Dock = System.Windows.Forms.DockStyle.Top;
this.header1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
this.header1.Location = new System.Drawing.Point(0, 0);
this.header1.Name = "header1";
this.header1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
this.header1.Size = new System.Drawing.Size(750, 74);
this.header1.TabIndex = 27;
this.header1.Text = "Tooltip 文字提示";
this.header1.UseTitleFont = true;
//
// TooltipDemo
//
this.Controls.Add(this.stackPanel1);
this.Controls.Add(this.header1);
this.Name = "TooltipDemo";
this.Size = new System.Drawing.Size(750, 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.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;
private AntdUI.PageHeader header1;
}
}