417 lines
19 KiB
C#
417 lines
19 KiB
C#
namespace AntdUIDemo.Views
|
||
{
|
||
partial class PopoverDemo
|
||
{
|
||
/// <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.flowPanel4 = new AntdUI.FlowPanel();
|
||
this.button_form = new AntdUI.Button();
|
||
this.button_calendar = new AntdUI.Button();
|
||
this.button_control = new AntdUI.Button();
|
||
this.label5 = new AntdUI.Label();
|
||
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.label8 = new AntdUI.Label();
|
||
this.flowPanel1 = new AntdUI.FlowPanel();
|
||
this.button_close = new AntdUI.Button();
|
||
this.button_base = new AntdUI.Button();
|
||
this.label3 = new AntdUI.Label();
|
||
this.label4 = new AntdUI.Label();
|
||
this.header1 = new AntdUI.PageHeader();
|
||
this.stackPanel1.SuspendLayout();
|
||
this.flowPanel4.SuspendLayout();
|
||
this.flowPanel3.SuspendLayout();
|
||
this.flowPanel2.SuspendLayout();
|
||
this.flowPanel1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// stackPanel1
|
||
//
|
||
this.stackPanel1.Controls.Add(this.flowPanel4);
|
||
this.stackPanel1.Controls.Add(this.label5);
|
||
this.stackPanel1.Controls.Add(this.flowPanel3);
|
||
this.stackPanel1.Controls.Add(this.flowPanel2);
|
||
this.stackPanel1.Controls.Add(this.label8);
|
||
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, 104);
|
||
this.stackPanel1.Name = "stackPanel1";
|
||
this.stackPanel1.Size = new System.Drawing.Size(750, 368);
|
||
this.stackPanel1.TabIndex = 0;
|
||
this.stackPanel1.Text = "stackPanel1";
|
||
this.stackPanel1.Vertical = true;
|
||
//
|
||
// flowPanel4
|
||
//
|
||
this.flowPanel4.Controls.Add(this.button_form);
|
||
this.flowPanel4.Controls.Add(this.button_calendar);
|
||
this.flowPanel4.Controls.Add(this.button_control);
|
||
this.flowPanel4.Location = new System.Drawing.Point(3, 225);
|
||
this.flowPanel4.Name = "flowPanel4";
|
||
this.flowPanel4.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel4.TabIndex = 39;
|
||
this.flowPanel4.Text = "flowPanel4";
|
||
//
|
||
// button_form
|
||
//
|
||
this.button_form.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.button_form.Location = new System.Drawing.Point(195, 3);
|
||
this.button_form.Name = "button_form";
|
||
this.button_form.Size = new System.Drawing.Size(90, 32);
|
||
this.button_form.TabIndex = 5;
|
||
this.button_form.Text = "窗口";
|
||
this.button_form.Type = AntdUI.TTypeMini.Primary;
|
||
this.button_form.WaveSize = 0;
|
||
//
|
||
// button_calendar
|
||
//
|
||
this.button_calendar.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.button_calendar.Location = new System.Drawing.Point(99, 3);
|
||
this.button_calendar.Name = "button_calendar";
|
||
this.button_calendar.Size = new System.Drawing.Size(90, 32);
|
||
this.button_calendar.TabIndex = 4;
|
||
this.button_calendar.Text = "Calendar";
|
||
this.button_calendar.Type = AntdUI.TTypeMini.Primary;
|
||
this.button_calendar.WaveSize = 0;
|
||
//
|
||
// button_control
|
||
//
|
||
this.button_control.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.button_control.Location = new System.Drawing.Point(3, 3);
|
||
this.button_control.Name = "button_control";
|
||
this.button_control.Size = new System.Drawing.Size(90, 32);
|
||
this.button_control.TabIndex = 0;
|
||
this.button_control.Text = "Button";
|
||
this.button_control.Type = AntdUI.TTypeMini.Primary;
|
||
this.button_control.WaveSize = 0;
|
||
//
|
||
// 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, 195);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(744, 24);
|
||
this.label5.TabIndex = 38;
|
||
this.label5.Text = "自定义弹出内容";
|
||
//
|
||
// 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, 151);
|
||
this.flowPanel3.Name = "flowPanel3";
|
||
this.flowPanel3.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel3.TabIndex = 37;
|
||
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, 107);
|
||
this.flowPanel2.Name = "flowPanel2";
|
||
this.flowPanel2.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel2.TabIndex = 36;
|
||
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;
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label8.Location = new System.Drawing.Point(3, 77);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(744, 24);
|
||
this.label8.TabIndex = 35;
|
||
this.label8.Text = "弹出位置";
|
||
//
|
||
// flowPanel1
|
||
//
|
||
this.flowPanel1.Controls.Add(this.button_close);
|
||
this.flowPanel1.Controls.Add(this.button_base);
|
||
this.flowPanel1.Location = new System.Drawing.Point(3, 33);
|
||
this.flowPanel1.Name = "flowPanel1";
|
||
this.flowPanel1.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel1.TabIndex = 16;
|
||
this.flowPanel1.Text = "flowPanel1";
|
||
//
|
||
// button_close
|
||
//
|
||
this.button_close.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.button_close.Location = new System.Drawing.Point(99, 3);
|
||
this.button_close.Name = "button_close";
|
||
this.button_close.Size = new System.Drawing.Size(90, 32);
|
||
this.button_close.TabIndex = 1;
|
||
this.button_close.Text = "自动关闭";
|
||
this.button_close.Type = AntdUI.TTypeMini.Primary;
|
||
this.button_close.WaveSize = 0;
|
||
//
|
||
// button_base
|
||
//
|
||
this.button_base.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.button_base.Location = new System.Drawing.Point(3, 3);
|
||
this.button_base.Name = "button_base";
|
||
this.button_base.Size = new System.Drawing.Size(90, 32);
|
||
this.button_base.TabIndex = 0;
|
||
this.button_base.Text = "Click me";
|
||
this.button_base.Type = AntdUI.TTypeMini.Primary;
|
||
this.button_base.WaveSize = 0;
|
||
//
|
||
// 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 = 15;
|
||
this.label3.Text = "基本用法";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.label4.Location = new System.Drawing.Point(0, 74);
|
||
this.label4.Name = "label4";
|
||
this.label4.Padding = new System.Windows.Forms.Padding(10, 0, 10, 6);
|
||
this.label4.Size = new System.Drawing.Size(750, 30);
|
||
this.label4.TabIndex = 13;
|
||
this.label4.Text = "Popover没有工具箱控件,使用代码方式调用。";
|
||
//
|
||
// 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 = "Popover 气泡卡片";
|
||
this.header1.UseTitleFont = true;
|
||
//
|
||
// PopoverDemo
|
||
//
|
||
this.Controls.Add(this.stackPanel1);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.header1);
|
||
this.Name = "PopoverDemo";
|
||
this.Size = new System.Drawing.Size(750, 472);
|
||
this.stackPanel1.ResumeLayout(false);
|
||
this.flowPanel4.ResumeLayout(false);
|
||
this.flowPanel3.ResumeLayout(false);
|
||
this.flowPanel2.ResumeLayout(false);
|
||
this.flowPanel1.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private AntdUI.StackPanel stackPanel1;
|
||
private AntdUI.FlowPanel flowPanel1;
|
||
private AntdUI.Button button_base;
|
||
private AntdUI.Label label3;
|
||
private AntdUI.Label label4;
|
||
private AntdUI.FlowPanel flowPanel2;
|
||
private AntdUI.Button buttonBR;
|
||
private AntdUI.Label label8;
|
||
private AntdUI.Button buttonLB;
|
||
private AntdUI.Button buttonLeft;
|
||
private AntdUI.Button buttonLT;
|
||
private AntdUI.Button buttonBL;
|
||
private AntdUI.Button buttonBottom;
|
||
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.Button button_close;
|
||
private AntdUI.Label label5;
|
||
private AntdUI.FlowPanel flowPanel4;
|
||
private AntdUI.Button button_control;
|
||
private AntdUI.Button button_form;
|
||
private AntdUI.Button button_calendar;
|
||
private AntdUI.PageHeader header1;
|
||
}
|
||
}
|