antdui-demo/Views/InputDemo.Designer.cs
2025-03-28 16:34:13 +08:00

777 lines
38 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 InputDemo
{
/// <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(InputDemo));
this.header1 = new AntdUI.PageHeader();
this.stackPanel1 = new AntdUI.StackPanel();
this.flowPanel11 = new AntdUI.FlowPanel();
this.panel2 = new AntdUI.Panel();
this.label1 = new AntdUI.Label();
this.flowPanel10 = new AntdUI.FlowPanel();
this.input19 = new AntdUI.Input();
this.input22 = new AntdUI.Input();
this.input21 = new AntdUI.Input();
this.label12 = new AntdUI.Label();
this.flowPanel9 = new AntdUI.FlowPanel();
this.input18 = new AntdUI.Input();
this.input20 = new AntdUI.Input();
this.label11 = new AntdUI.Label();
this.flowPanel8 = new AntdUI.FlowPanel();
this.input_status = new AntdUI.Input();
this.input15 = new AntdUI.Input();
this.input12 = new AntdUI.Input();
this.label10 = new AntdUI.Label();
this.flowPanel7 = new AntdUI.FlowPanel();
this.input16 = new AntdUI.Input();
this.label9 = new AntdUI.Label();
this.flowPanel3 = new AntdUI.FlowPanel();
this.panel1 = new AntdUI.Panel();
this.button_loading = new AntdUI.Button();
this.input10 = new AntdUI.Input();
this.panel3 = new AntdUI.Panel();
this.input9 = new AntdUI.Input();
this.button1 = new AntdUI.Button();
this.label7 = new AntdUI.Label();
this.flowPanel6 = new AntdUI.FlowPanel();
this.input11 = new AntdUI.Input();
this.input13 = new AntdUI.Input();
this.label8 = new AntdUI.Label();
this.flowPanel5 = new AntdUI.FlowPanel();
this.input17 = new AntdUI.Input();
this.input6 = new AntdUI.Input();
this.input5 = new AntdUI.Input();
this.label6 = new AntdUI.Label();
this.flowPanel4 = new AntdUI.FlowPanel();
this.input14 = new AntdUI.Input();
this.input3 = new AntdUI.Input();
this.label5 = new AntdUI.Label();
this.flowPanel2 = new AntdUI.FlowPanel();
this.input23 = new AntdUI.Input();
this.input2 = new AntdUI.Input();
this.input4 = new AntdUI.Input();
this.label4 = new AntdUI.Label();
this.flowPanel1 = new AntdUI.FlowPanel();
this.input7 = new AntdUI.Input();
this.input8 = new AntdUI.Input();
this.input1 = new AntdUI.Input();
this.label3 = new AntdUI.Label();
this.tooltipComponent1 = new AntdUI.TooltipComponent();
this.stackPanel1.SuspendLayout();
this.flowPanel11.SuspendLayout();
this.flowPanel10.SuspendLayout();
this.flowPanel9.SuspendLayout();
this.flowPanel8.SuspendLayout();
this.flowPanel7.SuspendLayout();
this.flowPanel3.SuspendLayout();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.flowPanel6.SuspendLayout();
this.flowPanel5.SuspendLayout();
this.flowPanel4.SuspendLayout();
this.flowPanel2.SuspendLayout();
this.flowPanel1.SuspendLayout();
this.SuspendLayout();
//
// 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 = "Input 输入框";
this.header1.UseTitleFont = true;
//
// stackPanel1
//
this.stackPanel1.AutoScroll = true;
this.stackPanel1.Controls.Add(this.flowPanel11);
this.stackPanel1.Controls.Add(this.label1);
this.stackPanel1.Controls.Add(this.flowPanel10);
this.stackPanel1.Controls.Add(this.label12);
this.stackPanel1.Controls.Add(this.flowPanel9);
this.stackPanel1.Controls.Add(this.label11);
this.stackPanel1.Controls.Add(this.flowPanel8);
this.stackPanel1.Controls.Add(this.label10);
this.stackPanel1.Controls.Add(this.flowPanel7);
this.stackPanel1.Controls.Add(this.label9);
this.stackPanel1.Controls.Add(this.flowPanel3);
this.stackPanel1.Controls.Add(this.label7);
this.stackPanel1.Controls.Add(this.flowPanel6);
this.stackPanel1.Controls.Add(this.label8);
this.stackPanel1.Controls.Add(this.flowPanel5);
this.stackPanel1.Controls.Add(this.label6);
this.stackPanel1.Controls.Add(this.flowPanel4);
this.stackPanel1.Controls.Add(this.label5);
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, 936);
this.stackPanel1.TabIndex = 0;
this.stackPanel1.Text = "stackPanel1";
this.stackPanel1.Vertical = true;
//
// flowPanel11
//
this.flowPanel11.Controls.Add(this.panel2);
this.flowPanel11.Location = new System.Drawing.Point(3, 811);
this.flowPanel11.Name = "flowPanel11";
this.flowPanel11.Size = new System.Drawing.Size(744, 48);
this.flowPanel11.TabIndex = 33;
this.flowPanel11.Text = "flowPanel11";
//
// panel2
//
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(406, 39);
this.panel2.TabIndex = 33;
this.panel2.Text = "panel2";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(3, 781);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(744, 24);
this.label1.TabIndex = 31;
this.label1.Text = "Input+Popover+Table组合控件";
//
// flowPanel10
//
this.flowPanel10.Controls.Add(this.input19);
this.flowPanel10.Controls.Add(this.input22);
this.flowPanel10.Controls.Add(this.input21);
this.flowPanel10.Location = new System.Drawing.Point(3, 737);
this.flowPanel10.Name = "flowPanel10";
this.flowPanel10.Size = new System.Drawing.Size(744, 38);
this.flowPanel10.TabIndex = 30;
this.flowPanel10.Text = "flowPanel10";
//
// input19
//
this.input19.BackExtend = "45, #a8edea, #fed6e3";
this.input19.BorderWidth = 0F;
this.input19.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input19.Location = new System.Drawing.Point(415, 3);
this.input19.Name = "input19";
this.input19.Size = new System.Drawing.Size(200, 32);
this.input19.TabIndex = 4;
this.input19.WaveSize = 0;
//
// input22
//
this.input22.BackExtend = "135, #8693AB, #BDD4E7";
this.input22.BorderWidth = 0F;
this.input22.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input22.Location = new System.Drawing.Point(209, 3);
this.input22.Name = "input22";
this.input22.Size = new System.Drawing.Size(200, 32);
this.input22.TabIndex = 3;
this.input22.WaveSize = 0;
//
// input21
//
this.input21.BackExtend = "135, #6253E1, #04BEFE";
this.input21.BorderWidth = 0F;
this.input21.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input21.Location = new System.Drawing.Point(3, 3);
this.input21.Name = "input21";
this.input21.Size = new System.Drawing.Size(200, 32);
this.input21.TabIndex = 2;
this.input21.WaveSize = 0;
//
// 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(3, 707);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(744, 24);
this.label12.TabIndex = 29;
this.label12.Text = "渐变背景";
//
// flowPanel9
//
this.flowPanel9.Controls.Add(this.input18);
this.flowPanel9.Controls.Add(this.input20);
this.flowPanel9.Location = new System.Drawing.Point(3, 663);
this.flowPanel9.Name = "flowPanel9";
this.flowPanel9.Size = new System.Drawing.Size(744, 38);
this.flowPanel9.TabIndex = 28;
this.flowPanel9.Text = "flowPanel9";
//
// input18
//
this.input18.CaretColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(87)))), ((int)(((byte)(34)))));
this.input18.CaretSpeed = 500;
this.input18.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input18.Location = new System.Drawing.Point(209, 3);
this.input18.Name = "input18";
this.input18.Size = new System.Drawing.Size(200, 32);
this.input18.TabIndex = 1;
this.input18.WaveSize = 0;
//
// input20
//
this.input20.CaretColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(175)))), ((int)(((byte)(80)))));
this.input20.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input20.Location = new System.Drawing.Point(3, 3);
this.input20.Name = "input20";
this.input20.Size = new System.Drawing.Size(200, 32);
this.input20.TabIndex = 0;
this.input20.WaveSize = 0;
//
// label11
//
this.label11.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(3, 633);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(744, 24);
this.label11.TabIndex = 27;
this.label11.Text = "光标颜色速度";
//
// flowPanel8
//
this.flowPanel8.Controls.Add(this.input_status);
this.flowPanel8.Controls.Add(this.input15);
this.flowPanel8.Controls.Add(this.input12);
this.flowPanel8.Location = new System.Drawing.Point(3, 589);
this.flowPanel8.Name = "flowPanel8";
this.flowPanel8.Size = new System.Drawing.Size(744, 38);
this.flowPanel8.TabIndex = 26;
this.flowPanel8.Text = "flowPanel8";
//
// input_status
//
this.input_status.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input_status.Location = new System.Drawing.Point(415, 3);
this.input_status.Name = "input_status";
this.input_status.PlaceholderText = "输入英文字母,否则异常";
this.input_status.Size = new System.Drawing.Size(200, 32);
this.input_status.TabIndex = 4;
this.input_status.WaveSize = 0;
//
// input15
//
this.input15.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input15.Location = new System.Drawing.Point(209, 3);
this.input15.Name = "input15";
this.input15.PlaceholderText = "Warn";
this.input15.Size = new System.Drawing.Size(200, 32);
this.input15.Status = AntdUI.TType.Warn;
this.input15.TabIndex = 3;
this.input15.WaveSize = 0;
//
// input12
//
this.input12.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input12.Location = new System.Drawing.Point(3, 3);
this.input12.Name = "input12";
this.input12.PlaceholderText = "Success";
this.input12.Size = new System.Drawing.Size(200, 32);
this.input12.Status = AntdUI.TType.Success;
this.input12.TabIndex = 1;
this.input12.WaveSize = 0;
//
// 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, 559);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(744, 24);
this.label10.TabIndex = 25;
this.label10.Text = "状态";
//
// flowPanel7
//
this.flowPanel7.Controls.Add(this.input16);
this.flowPanel7.Location = new System.Drawing.Point(3, 515);
this.flowPanel7.Name = "flowPanel7";
this.flowPanel7.Size = new System.Drawing.Size(744, 38);
this.flowPanel7.TabIndex = 24;
this.flowPanel7.Text = "flowPanel7";
//
// input16
//
this.input16.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input16.Location = new System.Drawing.Point(3, 3);
this.input16.Name = "input16";
this.input16.PlaceholderText = "输入内容提示";
this.input16.Size = new System.Drawing.Size(200, 32);
this.input16.TabIndex = 0;
this.tooltipComponent1.SetTip(this.input16, "随便输点什么");
this.input16.WaveSize = 0;
//
// 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, 485);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(744, 24);
this.label9.TabIndex = 23;
this.label9.Text = "提示组合";
//
// flowPanel3
//
this.flowPanel3.Controls.Add(this.panel1);
this.flowPanel3.Controls.Add(this.panel3);
this.flowPanel3.Location = new System.Drawing.Point(3, 441);
this.flowPanel3.Name = "flowPanel3";
this.flowPanel3.Size = new System.Drawing.Size(744, 38);
this.flowPanel3.TabIndex = 22;
this.flowPanel3.Text = "flowPanel3";
//
// panel1
//
this.panel1.Back = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.button_loading);
this.panel1.Controls.Add(this.input10);
this.panel1.Location = new System.Drawing.Point(205, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(205, 38);
this.panel1.TabIndex = 7;
this.panel1.Text = "panel1";
//
// button_loading
//
this.button_loading.BorderWidth = 1F;
this.button_loading.Cursor = System.Windows.Forms.Cursors.Default;
this.button_loading.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_loading.IconSvg = resources.GetString("button_loading.IconSvg");
this.button_loading.JoinLeft = true;
this.button_loading.Location = new System.Drawing.Point(165, 3);
this.button_loading.Name = "button_loading";
this.button_loading.Size = new System.Drawing.Size(40, 32);
this.button_loading.TabIndex = 5;
this.button_loading.Type = AntdUI.TTypeMini.Primary;
this.button_loading.WaveSize = 0;
//
// input10
//
this.input10.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input10.JoinRight = true;
this.input10.Location = new System.Drawing.Point(3, 3);
this.input10.Name = "input10";
this.input10.PlaceholderText = "搜索框Loading";
this.input10.Size = new System.Drawing.Size(162, 32);
this.input10.TabIndex = 4;
this.input10.WaveSize = 0;
//
// panel3
//
this.panel3.Back = System.Drawing.Color.Transparent;
this.panel3.Controls.Add(this.input9);
this.panel3.Controls.Add(this.button1);
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Margin = new System.Windows.Forms.Padding(0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(205, 38);
this.panel3.TabIndex = 6;
this.panel3.Text = "panel3";
//
// input9
//
this.input9.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input9.JoinLeft = true;
this.input9.Location = new System.Drawing.Point(41, 3);
this.input9.Name = "input9";
this.input9.PlaceholderText = "搜索框";
this.input9.Size = new System.Drawing.Size(162, 32);
this.input9.TabIndex = 4;
this.input9.WaveSize = 0;
//
// button1
//
this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.IconSvg = resources.GetString("button1.IconSvg");
this.button1.JoinRight = true;
this.button1.Location = new System.Drawing.Point(3, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(40, 32);
this.button1.TabIndex = 3;
this.button1.Type = AntdUI.TTypeMini.Primary;
this.button1.WaveSize = 0;
//
// 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(3, 411);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(744, 24);
this.label7.TabIndex = 21;
this.label7.Text = "按钮组合";
//
// flowPanel6
//
this.flowPanel6.Controls.Add(this.input11);
this.flowPanel6.Controls.Add(this.input13);
this.flowPanel6.Location = new System.Drawing.Point(3, 367);
this.flowPanel6.Name = "flowPanel6";
this.flowPanel6.Size = new System.Drawing.Size(744, 38);
this.flowPanel6.TabIndex = 20;
this.flowPanel6.Text = "flowPanel6";
//
// input11
//
this.input11.BorderWidth = 2F;
this.input11.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input11.Location = new System.Drawing.Point(209, 3);
this.input11.Name = "input11";
this.input11.PlaceholderText = "有边框";
this.input11.Size = new System.Drawing.Size(200, 32);
this.input11.TabIndex = 1;
this.input11.WaveSize = 0;
//
// input13
//
this.input13.BorderWidth = 0F;
this.input13.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input13.Location = new System.Drawing.Point(3, 3);
this.input13.Name = "input13";
this.input13.PlaceholderText = "无边框";
this.input13.Size = new System.Drawing.Size(200, 32);
this.input13.TabIndex = 0;
this.input13.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, 337);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(744, 24);
this.label8.TabIndex = 19;
this.label8.Text = "边框显示";
//
// flowPanel5
//
this.flowPanel5.Controls.Add(this.input17);
this.flowPanel5.Controls.Add(this.input6);
this.flowPanel5.Controls.Add(this.input5);
this.flowPanel5.Location = new System.Drawing.Point(3, 293);
this.flowPanel5.Name = "flowPanel5";
this.flowPanel5.Size = new System.Drawing.Size(744, 38);
this.flowPanel5.TabIndex = 16;
this.flowPanel5.Text = "flowPanel5";
//
// input17
//
this.input17.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input17.Location = new System.Drawing.Point(415, 3);
this.input17.Name = "input17";
this.input17.PasswordChar = '*';
this.input17.PasswordCopy = true;
this.input17.PasswordPaste = false;
this.input17.PlaceholderText = "密码不可粘贴";
this.input17.Size = new System.Drawing.Size(200, 32);
this.input17.TabIndex = 2;
this.input17.UseSystemPasswordChar = true;
this.input17.WaveSize = 0;
//
// input6
//
this.input6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input6.Location = new System.Drawing.Point(209, 3);
this.input6.Name = "input6";
this.input6.PasswordChar = '*';
this.input6.PlaceholderText = "密码不可复制";
this.input6.Size = new System.Drawing.Size(200, 32);
this.input6.TabIndex = 1;
this.input6.UseSystemPasswordChar = true;
this.input6.WaveSize = 0;
//
// input5
//
this.input5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input5.Location = new System.Drawing.Point(3, 3);
this.input5.Name = "input5";
this.input5.PasswordChar = '*';
this.input5.PasswordCopy = true;
this.input5.PlaceholderText = "输入密码";
this.input5.Size = new System.Drawing.Size(200, 32);
this.input5.TabIndex = 0;
this.input5.WaveSize = 0;
//
// 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(3, 263);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(744, 24);
this.label6.TabIndex = 15;
this.label6.Text = "密码框";
//
// flowPanel4
//
this.flowPanel4.Controls.Add(this.input14);
this.flowPanel4.Controls.Add(this.input3);
this.flowPanel4.Location = new System.Drawing.Point(3, 181);
this.flowPanel4.Name = "flowPanel4";
this.flowPanel4.Size = new System.Drawing.Size(744, 76);
this.flowPanel4.TabIndex = 14;
this.flowPanel4.Text = "flowPanel4";
//
// input14
//
this.input14.AutoScroll = true;
this.input14.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input14.Location = new System.Drawing.Point(209, 3);
this.input14.Multiline = true;
this.input14.Name = "input14";
this.input14.PlaceholderText = "超出高度自动显示滚动条";
this.input14.Size = new System.Drawing.Size(200, 70);
this.input14.TabIndex = 2;
this.input14.WaveSize = 0;
//
// input3
//
this.input3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input3.Location = new System.Drawing.Point(3, 3);
this.input3.Multiline = true;
this.input3.Name = "input3";
this.input3.Size = new System.Drawing.Size(200, 70);
this.input3.TabIndex = 1;
this.input3.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, 151);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(744, 24);
this.label5.TabIndex = 13;
this.label5.Text = "多行文本";
//
// flowPanel2
//
this.flowPanel2.Controls.Add(this.input23);
this.flowPanel2.Controls.Add(this.input2);
this.flowPanel2.Controls.Add(this.input4);
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 = 11;
this.flowPanel2.Text = "flowPanel2";
//
// input23
//
this.input23.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input23.Location = new System.Drawing.Point(415, 3);
this.input23.Name = "input23";
this.input23.PlaceholderText = "标签颜色";
this.input23.PrefixFore = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(150)))), ((int)(((byte)(243)))));
this.input23.PrefixSvg = "WindowsFilled";
this.input23.Size = new System.Drawing.Size(200, 32);
this.input23.SuffixFore = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.input23.SuffixSvg = "AppleFilled";
this.input23.TabIndex = 7;
this.input23.WaveSize = 0;
//
// input2
//
this.input2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input2.Location = new System.Drawing.Point(209, 3);
this.input2.Name = "input2";
this.input2.PlaceholderText = "图标";
this.input2.PrefixSvg = resources.GetString("input2.PrefixSvg");
this.input2.Size = new System.Drawing.Size(200, 32);
this.input2.SuffixSvg = resources.GetString("input2.SuffixSvg");
this.input2.TabIndex = 6;
this.input2.WaveSize = 0;
//
// input4
//
this.input4.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input4.Location = new System.Drawing.Point(3, 3);
this.input4.Name = "input4";
this.input4.PlaceholderText = "文本";
this.input4.PrefixSvg = "";
this.input4.PrefixText = "https://";
this.input4.Size = new System.Drawing.Size(200, 32);
this.input4.SuffixText = ".com";
this.input4.TabIndex = 4;
this.input4.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, 77);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(744, 24);
this.label4.TabIndex = 10;
this.label4.Text = "前/后标签";
//
// flowPanel1
//
this.flowPanel1.Controls.Add(this.input7);
this.flowPanel1.Controls.Add(this.input8);
this.flowPanel1.Controls.Add(this.input1);
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 = 9;
this.flowPanel1.Text = "flowPanel1";
//
// input7
//
this.input7.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input7.Location = new System.Drawing.Point(415, 3);
this.input7.Name = "input7";
this.input7.PlaceholderText = "圆形";
this.input7.Round = true;
this.input7.Size = new System.Drawing.Size(200, 32);
this.input7.TabIndex = 3;
this.input7.WaveSize = 0;
//
// input8
//
this.input8.AllowClear = true;
this.input8.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input8.Location = new System.Drawing.Point(209, 3);
this.input8.Name = "input8";
this.input8.PlaceholderText = "清除按钮";
this.input8.Size = new System.Drawing.Size(200, 32);
this.input8.TabIndex = 2;
this.input8.WaveSize = 0;
//
// input1
//
this.input1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.input1.Location = new System.Drawing.Point(3, 3);
this.input1.Name = "input1";
this.input1.Size = new System.Drawing.Size(200, 32);
this.input1.TabIndex = 0;
this.input1.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 = 8;
this.label3.Text = "基本类型";
//
// tooltipComponent1
//
this.tooltipComponent1.ArrowAlign = AntdUI.TAlign.TL;
this.tooltipComponent1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
//
// InputDemo
//
this.Controls.Add(this.stackPanel1);
this.Controls.Add(this.header1);
this.Name = "InputDemo";
this.Size = new System.Drawing.Size(750, 1010);
this.stackPanel1.ResumeLayout(false);
this.flowPanel11.ResumeLayout(false);
this.flowPanel10.ResumeLayout(false);
this.flowPanel9.ResumeLayout(false);
this.flowPanel8.ResumeLayout(false);
this.flowPanel7.ResumeLayout(false);
this.flowPanel3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.flowPanel6.ResumeLayout(false);
this.flowPanel5.ResumeLayout(false);
this.flowPanel4.ResumeLayout(false);
this.flowPanel2.ResumeLayout(false);
this.flowPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private AntdUI.PageHeader header1;
private AntdUI.StackPanel stackPanel1;
private AntdUI.Label label3;
private AntdUI.FlowPanel flowPanel1;
private AntdUI.Input input1;
private AntdUI.FlowPanel flowPanel2;
private AntdUI.Label label4;
private AntdUI.Input input4;
private AntdUI.FlowPanel flowPanel4;
private AntdUI.Input input3;
private AntdUI.Label label5;
private AntdUI.FlowPanel flowPanel5;
private AntdUI.Input input5;
private AntdUI.Label label6;
private AntdUI.Input input6;
private AntdUI.Input input2;
private AntdUI.FlowPanel flowPanel6;
private AntdUI.Input input11;
private AntdUI.Input input13;
private AntdUI.Label label8;
private AntdUI.Input input7;
private AntdUI.Input input8;
private AntdUI.Input input14;
private AntdUI.FlowPanel flowPanel7;
private AntdUI.Input input16;
private AntdUI.Label label9;
private AntdUI.FlowPanel flowPanel3;
private AntdUI.Panel panel1;
private AntdUI.Button button_loading;
private AntdUI.Input input10;
private AntdUI.Panel panel3;
private AntdUI.Input input9;
private AntdUI.Button button1;
private AntdUI.Label label7;
private AntdUI.TooltipComponent tooltipComponent1;
private AntdUI.FlowPanel flowPanel8;
private AntdUI.Label label10;
private AntdUI.Input input12;
private AntdUI.Input input15;
private AntdUI.Input input_status;
private AntdUI.Input input17;
private AntdUI.FlowPanel flowPanel9;
private AntdUI.Input input20;
private AntdUI.Label label11;
private AntdUI.Input input18;
private AntdUI.FlowPanel flowPanel10;
private AntdUI.Label label12;
private AntdUI.Input input21;
private AntdUI.Input input19;
private AntdUI.Input input22;
private AntdUI.Input input23;
private AntdUI.Label label1;
private AntdUI.FlowPanel flowPanel11;
private AntdUI.Panel panel2;
}
}