Files
AntdUI/example/Demo/Controls/Drawer.Designer.cs
2026-01-23 11:46:54 +08:00

185 lines
6.4 KiB
C#

using System.Drawing;
using System.Windows.Forms;
namespace Demo.Controls
{
partial class Drawer
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
private void InitializeComponent()
{
header1 = new AntdUI.PageHeader();
panel1 = new System.Windows.Forms.Panel();
panel2 = new System.Windows.Forms.Panel();
panel3 = new System.Windows.Forms.Panel();
radio2 = new AntdUI.Radio();
radio4 = new AntdUI.Radio();
radio3 = new AntdUI.Radio();
radio1 = new AntdUI.Radio();
button1 = new AntdUI.Button();
divider1 = new AntdUI.Divider();
panel1.SuspendLayout();
panel2.SuspendLayout();
panel3.SuspendLayout();
SuspendLayout();
//
// header1
//
header1.Description = "屏幕边缘滑出的浮层面板。";
header1.Dock = DockStyle.Top;
header1.Font = new Font("Microsoft YaHei UI", 12F);
header1.LocalizationDescription = "Drawer.Description";
header1.LocalizationText = "Drawer.Text";
header1.Location = new Point(0, 0);
header1.Name = "header1";
header1.Padding = new Padding(0, 0, 0, 10);
header1.Size = new Size(543, 74);
header1.TabIndex = 0;
header1.Text = "Drawer 抽屉";
header1.UseTitleFont = true;
//
// panel1
//
panel1.Controls.Add(panel2);
panel1.Controls.Add(divider1);
panel1.Dock = DockStyle.Fill;
panel1.Location = new Point(0, 74);
panel1.Name = "panel1";
panel1.Size = new Size(543, 383);
panel1.TabIndex = 6;
//
// panel2
//
panel2.Controls.Add(panel3);
panel2.Controls.Add(button1);
panel2.Dock = DockStyle.Top;
panel2.Location = new Point(0, 28);
panel2.Name = "panel2";
panel2.Size = new Size(543, 71);
panel2.TabIndex = 2;
//
// panel3
//
panel3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
panel3.Controls.Add(radio2);
panel3.Controls.Add(radio4);
panel3.Controls.Add(radio3);
panel3.Controls.Add(radio1);
panel3.Location = new Point(109, 10);
panel3.Name = "panel3";
panel3.Size = new Size(419, 46);
panel3.TabIndex = 1;
//
// radio2
//
radio2.AutoSizeMode = AntdUI.TAutoSize.Width;
radio2.Checked = true;
radio2.Dock = DockStyle.Left;
radio2.Location = new Point(236, 0);
radio2.Name = "radio2";
radio2.Size = new Size(79, 46);
radio2.TabIndex = 1;
radio2.Text = "right";
//
// radio4
//
radio4.AutoSizeMode = AntdUI.TAutoSize.Width;
radio4.Dock = DockStyle.Left;
radio4.Location = new Point(169, 0);
radio4.Name = "radio4";
radio4.Size = new Size(67, 46);
radio4.TabIndex = 3;
radio4.Text = "left";
//
// radio3
//
radio3.AutoSizeMode = AntdUI.TAutoSize.Width;
radio3.Dock = DockStyle.Left;
radio3.Location = new Point(69, 0);
radio3.Name = "radio3";
radio3.Size = new Size(100, 46);
radio3.TabIndex = 2;
radio3.Text = "bottom";
//
// radio1
//
radio1.AutoSizeMode = AntdUI.TAutoSize.Width;
radio1.Dock = DockStyle.Left;
radio1.Location = new Point(0, 0);
radio1.Name = "radio1";
radio1.Size = new Size(69, 46);
radio1.TabIndex = 0;
radio1.Text = "top";
//
// button1
//
button1.AutoSizeMode = AntdUI.TAutoSize.Auto;
button1.Location = new Point(18, 10);
button1.Name = "button1";
button1.Size = new Size(72, 46);
button1.TabIndex = 0;
button1.Text = "Open";
button1.Type = AntdUI.TTypeMini.Primary;
button1.Click += button1_Click;
//
// divider1
//
divider1.Dock = DockStyle.Top;
divider1.Font = new Font("Microsoft YaHei UI", 10F);
divider1.LocalizationText = "Drawer.{id}";
divider1.Location = new Point(0, 0);
divider1.Margin = new Padding(10);
divider1.Name = "divider1";
divider1.Orientation = AntdUI.TOrientation.Left;
divider1.Size = new Size(543, 28);
divider1.TabIndex = 0;
divider1.Text = "基本";
//
// Drawer
//
Controls.Add(panel1);
Controls.Add(header1);
Font = new Font("Microsoft YaHei UI", 12F);
Name = "Drawer";
Size = new Size(543, 457);
panel1.ResumeLayout(false);
panel2.ResumeLayout(false);
panel2.PerformLayout();
panel3.ResumeLayout(false);
panel3.PerformLayout();
ResumeLayout(false);
}
#endregion
private AntdUI.PageHeader header1;
private System.Windows.Forms.Panel panel1;
private AntdUI.Divider divider1;
private System.Windows.Forms.Panel panel2;
private AntdUI.Button button1;
private System.Windows.Forms.Panel panel3;
private AntdUI.Radio radio2;
private AntdUI.Radio radio4;
private AntdUI.Radio radio3;
private AntdUI.Radio radio1;
}
}