antdui-demo/Views/FloatButtonDemo.Designer.cs
2024-08-16 15:54:03 +08:00

559 lines
26 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 FloatButtonDemo
{
/// <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.stackPanel6 = new AntdUI.StackPanel();
this.colorPicker = new AntdUI.ColorPicker();
this.label16 = new AntdUI.Label();
this.input_badgesize = new AntdUI.InputNumber();
this.label15 = new AntdUI.Label();
this.input_badge = new AntdUI.Input();
this.label17 = new AntdUI.Label();
this.stackPanel5 = new AntdUI.StackPanel();
this.input_radius = new AntdUI.InputNumber();
this.label12 = new AntdUI.Label();
this.select_type = new AntdUI.Select();
this.label13 = new AntdUI.Label();
this.select_shape = new AntdUI.Select();
this.label14 = new AntdUI.Label();
this.label11 = new AntdUI.Label();
this.stackPanel4 = new AntdUI.StackPanel();
this.input_my = new AntdUI.InputNumber();
this.label8 = new AntdUI.Label();
this.input_mx = new AntdUI.InputNumber();
this.label7 = new AntdUI.Label();
this.input_size = new AntdUI.InputNumber();
this.label9 = new AntdUI.Label();
this.stackPanel3 = new AntdUI.StackPanel();
this.select_vertical = new AntdUI.Select();
this.label5 = new AntdUI.Label();
this.select_topmost = new AntdUI.Select();
this.label6 = new AntdUI.Label();
this.select_align = new AntdUI.Select();
this.label10 = new AntdUI.Label();
this.label4 = new AntdUI.Label();
this.stackPanel2 = new AntdUI.StackPanel();
this.buttonCZ = new AntdUI.Button();
this.buttonClose = new AntdUI.Button();
this.buttonOpen = new AntdUI.Button();
this.label3 = new AntdUI.Label();
this.label2 = new AntdUI.Label();
this.label1 = new AntdUI.Label();
this.stackPanel1.SuspendLayout();
this.stackPanel6.SuspendLayout();
this.stackPanel5.SuspendLayout();
this.stackPanel4.SuspendLayout();
this.stackPanel3.SuspendLayout();
this.stackPanel2.SuspendLayout();
this.SuspendLayout();
//
// stackPanel1
//
this.stackPanel1.Controls.Add(this.stackPanel6);
this.stackPanel1.Controls.Add(this.stackPanel5);
this.stackPanel1.Controls.Add(this.label11);
this.stackPanel1.Controls.Add(this.stackPanel4);
this.stackPanel1.Controls.Add(this.stackPanel3);
this.stackPanel1.Controls.Add(this.label4);
this.stackPanel1.Controls.Add(this.stackPanel2);
this.stackPanel1.Controls.Add(this.label3);
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(710, 372);
this.stackPanel1.TabIndex = 0;
this.stackPanel1.Text = "stackPanel1";
this.stackPanel1.Vertical = true;
//
// stackPanel6
//
this.stackPanel6.Controls.Add(this.colorPicker);
this.stackPanel6.Controls.Add(this.label16);
this.stackPanel6.Controls.Add(this.input_badgesize);
this.stackPanel6.Controls.Add(this.label15);
this.stackPanel6.Controls.Add(this.input_badge);
this.stackPanel6.Controls.Add(this.label17);
this.stackPanel6.Location = new System.Drawing.Point(3, 327);
this.stackPanel6.Name = "stackPanel6";
this.stackPanel6.Size = new System.Drawing.Size(704, 32);
this.stackPanel6.TabIndex = 12;
this.stackPanel6.Text = "stackPanel6";
//
// colorPicker
//
this.colorPicker.Location = new System.Drawing.Point(489, 3);
this.colorPicker.Name = "colorPicker";
this.colorPicker.Size = new System.Drawing.Size(90, 26);
this.colorPicker.TabIndex = 15;
this.colorPicker.Text = "colorPicker1";
this.colorPicker.Value = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(119)))), ((int)(((byte)(255)))));
this.colorPicker.WaveSize = 0;
//
// label16
//
this.label16.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.Location = new System.Drawing.Point(391, 3);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(92, 26);
this.label16.TabIndex = 14;
this.label16.Text = "BadgeBack";
//
// input_badgesize
//
this.input_badgesize.DecimalPlaces = 2;
this.input_badgesize.Location = new System.Drawing.Point(295, 3);
this.input_badgesize.Name = "input_badgesize";
this.input_badgesize.Size = new System.Drawing.Size(90, 26);
this.input_badgesize.TabIndex = 13;
this.input_badgesize.Text = "6";
this.input_badgesize.Value = new decimal(new int[] {
6,
0,
0,
0});
this.input_badgesize.WaveSize = 1;
//
// label15
//
this.label15.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(197, 3);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(92, 26);
this.label15.TabIndex = 12;
this.label15.Text = "BadgeSize";
//
// input_badge
//
this.input_badge.Location = new System.Drawing.Point(101, 3);
this.input_badge.Name = "input_badge";
this.input_badge.Size = new System.Drawing.Size(90, 26);
this.input_badge.TabIndex = 5;
this.input_badge.WaveSize = 1;
//
// label17
//
this.label17.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.Location = new System.Drawing.Point(3, 3);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(92, 26);
this.label17.TabIndex = 4;
this.label17.Text = "Badge";
//
// stackPanel5
//
this.stackPanel5.Controls.Add(this.input_radius);
this.stackPanel5.Controls.Add(this.label12);
this.stackPanel5.Controls.Add(this.select_type);
this.stackPanel5.Controls.Add(this.label13);
this.stackPanel5.Controls.Add(this.select_shape);
this.stackPanel5.Controls.Add(this.label14);
this.stackPanel5.Location = new System.Drawing.Point(3, 289);
this.stackPanel5.Name = "stackPanel5";
this.stackPanel5.Size = new System.Drawing.Size(704, 32);
this.stackPanel5.TabIndex = 11;
this.stackPanel5.Text = "stackPanel5";
//
// input_radius
//
this.input_radius.Location = new System.Drawing.Point(489, 3);
this.input_radius.Name = "input_radius";
this.input_radius.Size = new System.Drawing.Size(90, 26);
this.input_radius.TabIndex = 11;
this.input_radius.Text = "6";
this.input_radius.Value = new decimal(new int[] {
6,
0,
0,
0});
this.input_radius.WaveSize = 1;
//
// label12
//
this.label12.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(391, 3);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(92, 26);
this.label12.TabIndex = 10;
this.label12.Text = "Radius";
//
// select_type
//
this.select_type.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.select_type.List = true;
this.select_type.Location = new System.Drawing.Point(295, 3);
this.select_type.Name = "select_type";
this.select_type.Size = new System.Drawing.Size(90, 26);
this.select_type.TabIndex = 9;
this.select_type.WaveSize = 1;
//
// label13
//
this.label13.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(197, 3);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(92, 26);
this.label13.TabIndex = 8;
this.label13.Text = "Type";
//
// select_shape
//
this.select_shape.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.select_shape.List = true;
this.select_shape.Location = new System.Drawing.Point(101, 3);
this.select_shape.Name = "select_shape";
this.select_shape.Size = new System.Drawing.Size(90, 26);
this.select_shape.TabIndex = 5;
this.select_shape.WaveSize = 1;
//
// label14
//
this.label14.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(3, 3);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(92, 26);
this.label14.TabIndex = 4;
this.label14.Text = "Shape";
//
// label11
//
this.label11.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
this.label11.Location = new System.Drawing.Point(3, 259);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(704, 24);
this.label11.TabIndex = 10;
this.label11.Text = "按钮配置";
//
// stackPanel4
//
this.stackPanel4.Controls.Add(this.input_my);
this.stackPanel4.Controls.Add(this.label8);
this.stackPanel4.Controls.Add(this.input_mx);
this.stackPanel4.Controls.Add(this.label7);
this.stackPanel4.Controls.Add(this.input_size);
this.stackPanel4.Controls.Add(this.label9);
this.stackPanel4.Location = new System.Drawing.Point(3, 221);
this.stackPanel4.Name = "stackPanel4";
this.stackPanel4.Size = new System.Drawing.Size(704, 32);
this.stackPanel4.TabIndex = 9;
this.stackPanel4.Text = "stackPanel4";
//
// input_my
//
this.input_my.Location = new System.Drawing.Point(489, 3);
this.input_my.Name = "input_my";
this.input_my.Size = new System.Drawing.Size(90, 26);
this.input_my.TabIndex = 9;
this.input_my.Text = "24";
this.input_my.Value = new decimal(new int[] {
24,
0,
0,
0});
this.input_my.WaveSize = 1;
//
// 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(391, 3);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(92, 26);
this.label8.TabIndex = 8;
this.label8.Text = "MarginY";
//
// input_mx
//
this.input_mx.Location = new System.Drawing.Point(295, 3);
this.input_mx.Name = "input_mx";
this.input_mx.Size = new System.Drawing.Size(90, 26);
this.input_mx.TabIndex = 7;
this.input_mx.Text = "24";
this.input_mx.Value = new decimal(new int[] {
24,
0,
0,
0});
this.input_mx.WaveSize = 1;
//
// label7
//
this.label7.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(197, 3);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(92, 26);
this.label7.TabIndex = 6;
this.label7.Text = "MarginX";
//
// input_size
//
this.input_size.Location = new System.Drawing.Point(101, 3);
this.input_size.Name = "input_size";
this.input_size.Size = new System.Drawing.Size(90, 26);
this.input_size.TabIndex = 5;
this.input_size.Text = "40";
this.input_size.Value = new decimal(new int[] {
40,
0,
0,
0});
this.input_size.WaveSize = 1;
//
// label9
//
this.label9.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(3, 3);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(92, 26);
this.label9.TabIndex = 4;
this.label9.Text = "Size";
//
// stackPanel3
//
this.stackPanel3.Controls.Add(this.select_vertical);
this.stackPanel3.Controls.Add(this.label5);
this.stackPanel3.Controls.Add(this.select_topmost);
this.stackPanel3.Controls.Add(this.label6);
this.stackPanel3.Controls.Add(this.select_align);
this.stackPanel3.Controls.Add(this.label10);
this.stackPanel3.Location = new System.Drawing.Point(3, 183);
this.stackPanel3.Name = "stackPanel3";
this.stackPanel3.Size = new System.Drawing.Size(704, 32);
this.stackPanel3.TabIndex = 8;
this.stackPanel3.Text = "stackPanel3";
//
// select_vertical
//
this.select_vertical.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.select_vertical.Items.AddRange(new object[] {
"True",
"Flase"});
this.select_vertical.List = true;
this.select_vertical.Location = new System.Drawing.Point(489, 3);
this.select_vertical.Name = "select_vertical";
this.select_vertical.SelectedValue = "是";
this.select_vertical.Size = new System.Drawing.Size(90, 26);
this.select_vertical.TabIndex = 11;
this.select_vertical.Text = "True";
this.select_vertical.WaveSize = 1;
//
// 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(391, 3);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(92, 26);
this.label5.TabIndex = 10;
this.label5.Text = "Vertical";
//
// select_topmost
//
this.select_topmost.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.select_topmost.Items.AddRange(new object[] {
"True",
"Flase"});
this.select_topmost.List = true;
this.select_topmost.Location = new System.Drawing.Point(295, 3);
this.select_topmost.Name = "select_topmost";
this.select_topmost.SelectedValue = "是";
this.select_topmost.Size = new System.Drawing.Size(90, 26);
this.select_topmost.TabIndex = 9;
this.select_topmost.Text = "True";
this.select_topmost.WaveSize = 1;
//
// label6
//
this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(197, 3);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(92, 26);
this.label6.TabIndex = 8;
this.label6.Text = "TopMost";
//
// select_align
//
this.select_align.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.select_align.List = true;
this.select_align.Location = new System.Drawing.Point(101, 3);
this.select_align.Name = "select_align";
this.select_align.Size = new System.Drawing.Size(90, 26);
this.select_align.TabIndex = 5;
this.select_align.WaveSize = 1;
//
// label10
//
this.label10.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(3, 3);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(92, 26);
this.label10.TabIndex = 4;
this.label10.Text = "Align";
//
// label4
//
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
this.label4.Location = new System.Drawing.Point(3, 153);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(704, 24);
this.label4.TabIndex = 6;
this.label4.Text = "控件配置";
//
// stackPanel2
//
this.stackPanel2.Controls.Add(this.buttonCZ);
this.stackPanel2.Controls.Add(this.buttonClose);
this.stackPanel2.Controls.Add(this.buttonOpen);
this.stackPanel2.Location = new System.Drawing.Point(3, 109);
this.stackPanel2.Name = "stackPanel2";
this.stackPanel2.Size = new System.Drawing.Size(704, 38);
this.stackPanel2.TabIndex = 5;
this.stackPanel2.Text = "stackPanel2";
//
// buttonCZ
//
this.buttonCZ.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonCZ.Location = new System.Drawing.Point(165, 3);
this.buttonCZ.Name = "buttonCZ";
this.buttonCZ.Size = new System.Drawing.Size(75, 32);
this.buttonCZ.TabIndex = 4;
this.buttonCZ.Text = "重 置";
this.buttonCZ.Type = AntdUI.TTypeMini.Warn;
this.buttonCZ.WaveSize = 0;
this.buttonCZ.Click += new System.EventHandler(this.buttonCZ_Click);
//
// buttonClose
//
this.buttonClose.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonClose.Location = new System.Drawing.Point(84, 3);
this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(75, 32);
this.buttonClose.TabIndex = 3;
this.buttonClose.Text = "关 闭";
this.buttonClose.Type = AntdUI.TTypeMini.Error;
this.buttonClose.WaveSize = 0;
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
//
// buttonOpen
//
this.buttonOpen.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonOpen.Location = new System.Drawing.Point(3, 3);
this.buttonOpen.Name = "buttonOpen";
this.buttonOpen.Size = new System.Drawing.Size(75, 32);
this.buttonOpen.TabIndex = 2;
this.buttonOpen.Text = "开 启";
this.buttonOpen.Type = AntdUI.TTypeMini.Primary;
this.buttonOpen.WaveSize = 0;
this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.label3.Location = new System.Drawing.Point(3, 79);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(704, 24);
this.label3.TabIndex = 4;
this.label3.Text = "FloatButton没有工具箱控件使用代码方式调用。";
//
// 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(704, 24);
this.label2.TabIndex = 3;
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(704, 40);
this.label1.TabIndex = 2;
this.label1.Text = "FloatButton 按钮";
//
// FloatButtonDemo
//
this.Controls.Add(this.stackPanel1);
this.Name = "FloatButtonDemo";
this.Size = new System.Drawing.Size(710, 372);
this.stackPanel1.ResumeLayout(false);
this.stackPanel6.ResumeLayout(false);
this.stackPanel5.ResumeLayout(false);
this.stackPanel4.ResumeLayout(false);
this.stackPanel3.ResumeLayout(false);
this.stackPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private AntdUI.StackPanel stackPanel1;
private AntdUI.Label label1;
private AntdUI.Label label2;
private AntdUI.Label label3;
private AntdUI.StackPanel stackPanel2;
private AntdUI.Button buttonOpen;
private AntdUI.Button buttonClose;
private AntdUI.Label label11;
private AntdUI.StackPanel stackPanel4;
private AntdUI.InputNumber input_my;
private AntdUI.Label label8;
private AntdUI.InputNumber input_mx;
private AntdUI.Label label7;
private AntdUI.InputNumber input_size;
private AntdUI.Label label9;
private AntdUI.StackPanel stackPanel3;
private AntdUI.Select select_vertical;
private AntdUI.Label label5;
private AntdUI.Select select_topmost;
private AntdUI.Label label6;
private AntdUI.Select select_align;
private AntdUI.Label label10;
private AntdUI.Label label4;
private AntdUI.StackPanel stackPanel5;
private AntdUI.InputNumber input_radius;
private AntdUI.Label label12;
private AntdUI.Select select_type;
private AntdUI.Label label13;
private AntdUI.Select select_shape;
private AntdUI.Label label14;
private AntdUI.StackPanel stackPanel6;
private AntdUI.Label label17;
private AntdUI.InputNumber input_badgesize;
private AntdUI.Label label15;
private AntdUI.Input input_badge;
private AntdUI.ColorPicker colorPicker;
private AntdUI.Label label16;
private AntdUI.Button buttonCZ;
}
}