712 lines
33 KiB
C#
712 lines
33 KiB
C#
namespace AntdUIDemo.Views
|
||
{
|
||
partial class PanelDemo
|
||
{
|
||
/// <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.stackPanel2 = new AntdUI.StackPanel();
|
||
this.stackPanel15 = new AntdUI.StackPanel();
|
||
this.panel = new AntdUI.Panel();
|
||
this.buttonCZ = new AntdUI.Button();
|
||
this.stackPanel13 = new AntdUI.StackPanel();
|
||
this.input_shadowOH = new AntdUI.InputNumber();
|
||
this.label12 = new AntdUI.Label();
|
||
this.stackPanel14 = new AntdUI.StackPanel();
|
||
this.select_shadowOA = new AntdUI.Select();
|
||
this.label13 = new AntdUI.Label();
|
||
this.stackPanel3 = new AntdUI.StackPanel();
|
||
this.stackPanel12 = new AntdUI.StackPanel();
|
||
this.input_shadowO = new AntdUI.InputNumber();
|
||
this.label11 = new AntdUI.Label();
|
||
this.stackPanel11 = new AntdUI.StackPanel();
|
||
this.input_shadowY = new AntdUI.InputNumber();
|
||
this.label9 = new AntdUI.Label();
|
||
this.stackPanel10 = new AntdUI.StackPanel();
|
||
this.input_shadowX = new AntdUI.InputNumber();
|
||
this.label8 = new AntdUI.Label();
|
||
this.stackPanel9 = new AntdUI.StackPanel();
|
||
this.colorPicker_shadow = new AntdUI.ColorPicker();
|
||
this.label7 = new AntdUI.Label();
|
||
this.stackPanel8 = new AntdUI.StackPanel();
|
||
this.select_shadowalign = new AntdUI.Select();
|
||
this.label6 = new AntdUI.Label();
|
||
this.stackPanel7 = new AntdUI.StackPanel();
|
||
this.input_shadow = new AntdUI.InputNumber();
|
||
this.label5 = new AntdUI.Label();
|
||
this.stackPanel17 = new AntdUI.StackPanel();
|
||
this.input_borderwidth = new AntdUI.InputNumber();
|
||
this.label15 = new AntdUI.Label();
|
||
this.stackPanel16 = new AntdUI.StackPanel();
|
||
this.colorPicker_border = new AntdUI.ColorPicker();
|
||
this.label14 = new AntdUI.Label();
|
||
this.stackPanel6 = new AntdUI.StackPanel();
|
||
this.input_radius = new AntdUI.InputNumber();
|
||
this.label4 = new AntdUI.Label();
|
||
this.stackPanel5 = new AntdUI.StackPanel();
|
||
this.input_arrowsize = new AntdUI.InputNumber();
|
||
this.label3 = new AntdUI.Label();
|
||
this.stackPanel4 = new AntdUI.StackPanel();
|
||
this.select_arrowalign = new AntdUI.Select();
|
||
this.label10 = new AntdUI.Label();
|
||
this.divider1 = new AntdUI.Divider();
|
||
this.label2 = new AntdUI.Label();
|
||
this.label1 = new AntdUI.Label();
|
||
this.stackPanel1.SuspendLayout();
|
||
this.stackPanel2.SuspendLayout();
|
||
this.stackPanel15.SuspendLayout();
|
||
this.stackPanel13.SuspendLayout();
|
||
this.stackPanel14.SuspendLayout();
|
||
this.stackPanel3.SuspendLayout();
|
||
this.stackPanel12.SuspendLayout();
|
||
this.stackPanel11.SuspendLayout();
|
||
this.stackPanel10.SuspendLayout();
|
||
this.stackPanel9.SuspendLayout();
|
||
this.stackPanel8.SuspendLayout();
|
||
this.stackPanel7.SuspendLayout();
|
||
this.stackPanel17.SuspendLayout();
|
||
this.stackPanel16.SuspendLayout();
|
||
this.stackPanel6.SuspendLayout();
|
||
this.stackPanel5.SuspendLayout();
|
||
this.stackPanel4.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// stackPanel1
|
||
//
|
||
this.stackPanel1.Controls.Add(this.stackPanel2);
|
||
this.stackPanel1.Controls.Add(this.divider1);
|
||
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(700, 569);
|
||
this.stackPanel1.TabIndex = 0;
|
||
this.stackPanel1.Text = "stackPanel1";
|
||
this.stackPanel1.Vertical = true;
|
||
//
|
||
// stackPanel2
|
||
//
|
||
this.stackPanel2.Controls.Add(this.stackPanel15);
|
||
this.stackPanel2.Controls.Add(this.stackPanel3);
|
||
this.stackPanel2.Location = new System.Drawing.Point(3, 97);
|
||
this.stackPanel2.Name = "stackPanel2";
|
||
this.stackPanel2.Size = new System.Drawing.Size(694, 437);
|
||
this.stackPanel2.TabIndex = 9;
|
||
this.stackPanel2.Text = "stackPanel2";
|
||
//
|
||
// stackPanel15
|
||
//
|
||
this.stackPanel15.Controls.Add(this.panel);
|
||
this.stackPanel15.Controls.Add(this.buttonCZ);
|
||
this.stackPanel15.Controls.Add(this.stackPanel13);
|
||
this.stackPanel15.Controls.Add(this.stackPanel14);
|
||
this.stackPanel15.Location = new System.Drawing.Point(289, 3);
|
||
this.stackPanel15.Name = "stackPanel15";
|
||
this.stackPanel15.Size = new System.Drawing.Size(366, 431);
|
||
this.stackPanel15.TabIndex = 1;
|
||
this.stackPanel15.Text = "stackPanel15";
|
||
this.stackPanel15.Vertical = true;
|
||
//
|
||
// panel
|
||
//
|
||
this.panel.BackColor = System.Drawing.Color.Transparent;
|
||
this.panel.Location = new System.Drawing.Point(3, 117);
|
||
this.panel.Name = "panel";
|
||
this.panel.Shadow = 12;
|
||
this.panel.ShadowOpacityAnimation = true;
|
||
this.panel.Size = new System.Drawing.Size(360, 260);
|
||
this.panel.TabIndex = 35;
|
||
this.panel.Text = "panel1";
|
||
//
|
||
// 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(3, 79);
|
||
this.buttonCZ.Name = "buttonCZ";
|
||
this.buttonCZ.Size = new System.Drawing.Size(360, 32);
|
||
this.buttonCZ.TabIndex = 33;
|
||
this.buttonCZ.Text = "重 置";
|
||
this.buttonCZ.Type = AntdUI.TTypeMini.Warn;
|
||
this.buttonCZ.WaveSize = 0;
|
||
//
|
||
// stackPanel13
|
||
//
|
||
this.stackPanel13.Controls.Add(this.input_shadowOH);
|
||
this.stackPanel13.Controls.Add(this.label12);
|
||
this.stackPanel13.Location = new System.Drawing.Point(3, 41);
|
||
this.stackPanel13.Name = "stackPanel13";
|
||
this.stackPanel13.Size = new System.Drawing.Size(360, 32);
|
||
this.stackPanel13.TabIndex = 30;
|
||
this.stackPanel13.Text = "stackPanel13";
|
||
//
|
||
// input_shadowOH
|
||
//
|
||
this.input_shadowOH.DecimalPlaces = 2;
|
||
this.input_shadowOH.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.input_shadowOH.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.input_shadowOH.Location = new System.Drawing.Point(229, 3);
|
||
this.input_shadowOH.Maximum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.input_shadowOH.Name = "input_shadowOH";
|
||
this.input_shadowOH.Size = new System.Drawing.Size(132, 26);
|
||
this.input_shadowOH.TabIndex = 5;
|
||
this.input_shadowOH.Text = "0.30";
|
||
this.input_shadowOH.Value = new decimal(new int[] {
|
||
3,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.input_shadowOH.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(3, 3);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(220, 26);
|
||
this.label12.TabIndex = 4;
|
||
this.label12.Text = "ShadowOpacityHover";
|
||
//
|
||
// stackPanel14
|
||
//
|
||
this.stackPanel14.Controls.Add(this.select_shadowOA);
|
||
this.stackPanel14.Controls.Add(this.label13);
|
||
this.stackPanel14.Location = new System.Drawing.Point(3, 3);
|
||
this.stackPanel14.Name = "stackPanel14";
|
||
this.stackPanel14.Size = new System.Drawing.Size(360, 32);
|
||
this.stackPanel14.TabIndex = 29;
|
||
this.stackPanel14.Text = "stackPanel14";
|
||
//
|
||
// select_shadowOA
|
||
//
|
||
this.select_shadowOA.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.select_shadowOA.Items.AddRange(new object[] {
|
||
"True",
|
||
"False"});
|
||
this.select_shadowOA.List = true;
|
||
this.select_shadowOA.Location = new System.Drawing.Point(229, 3);
|
||
this.select_shadowOA.Name = "select_shadowOA";
|
||
this.select_shadowOA.SelectedIndex = 0;
|
||
this.select_shadowOA.SelectedValue = "True";
|
||
this.select_shadowOA.Size = new System.Drawing.Size(132, 26);
|
||
this.select_shadowOA.TabIndex = 11;
|
||
this.select_shadowOA.Text = "True";
|
||
this.select_shadowOA.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(3, 3);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(220, 26);
|
||
this.label13.TabIndex = 4;
|
||
this.label13.Text = "ShadowOpacityAnimation";
|
||
//
|
||
// stackPanel3
|
||
//
|
||
this.stackPanel3.Controls.Add(this.stackPanel12);
|
||
this.stackPanel3.Controls.Add(this.stackPanel11);
|
||
this.stackPanel3.Controls.Add(this.stackPanel10);
|
||
this.stackPanel3.Controls.Add(this.stackPanel9);
|
||
this.stackPanel3.Controls.Add(this.stackPanel8);
|
||
this.stackPanel3.Controls.Add(this.stackPanel7);
|
||
this.stackPanel3.Controls.Add(this.stackPanel17);
|
||
this.stackPanel3.Controls.Add(this.stackPanel16);
|
||
this.stackPanel3.Controls.Add(this.stackPanel6);
|
||
this.stackPanel3.Controls.Add(this.stackPanel5);
|
||
this.stackPanel3.Controls.Add(this.stackPanel4);
|
||
this.stackPanel3.Location = new System.Drawing.Point(3, 3);
|
||
this.stackPanel3.Name = "stackPanel3";
|
||
this.stackPanel3.Size = new System.Drawing.Size(280, 431);
|
||
this.stackPanel3.TabIndex = 0;
|
||
this.stackPanel3.Text = "stackPanel3";
|
||
this.stackPanel3.Vertical = true;
|
||
//
|
||
// stackPanel12
|
||
//
|
||
this.stackPanel12.Controls.Add(this.input_shadowO);
|
||
this.stackPanel12.Controls.Add(this.label11);
|
||
this.stackPanel12.Location = new System.Drawing.Point(3, 383);
|
||
this.stackPanel12.Name = "stackPanel12";
|
||
this.stackPanel12.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel12.TabIndex = 34;
|
||
this.stackPanel12.Text = "stackPanel12";
|
||
//
|
||
// input_shadowO
|
||
//
|
||
this.input_shadowO.DecimalPlaces = 2;
|
||
this.input_shadowO.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.input_shadowO.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.input_shadowO.Location = new System.Drawing.Point(139, 3);
|
||
this.input_shadowO.Maximum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.input_shadowO.Name = "input_shadowO";
|
||
this.input_shadowO.Size = new System.Drawing.Size(120, 26);
|
||
this.input_shadowO.TabIndex = 5;
|
||
this.input_shadowO.Text = "0.20";
|
||
this.input_shadowO.Value = new decimal(new int[] {
|
||
2,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.input_shadowO.WaveSize = 1;
|
||
//
|
||
// 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, 3);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(130, 26);
|
||
this.label11.TabIndex = 4;
|
||
this.label11.Text = "ShadowOpacity";
|
||
//
|
||
// stackPanel11
|
||
//
|
||
this.stackPanel11.Controls.Add(this.input_shadowY);
|
||
this.stackPanel11.Controls.Add(this.label9);
|
||
this.stackPanel11.Location = new System.Drawing.Point(3, 345);
|
||
this.stackPanel11.Name = "stackPanel11";
|
||
this.stackPanel11.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel11.TabIndex = 33;
|
||
this.stackPanel11.Text = "stackPanel11";
|
||
//
|
||
// input_shadowY
|
||
//
|
||
this.input_shadowY.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.input_shadowY.Location = new System.Drawing.Point(139, 3);
|
||
this.input_shadowY.Name = "input_shadowY";
|
||
this.input_shadowY.Size = new System.Drawing.Size(120, 26);
|
||
this.input_shadowY.TabIndex = 5;
|
||
this.input_shadowY.Text = "0";
|
||
this.input_shadowY.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(130, 26);
|
||
this.label9.TabIndex = 4;
|
||
this.label9.Text = "ShadowOffsetY";
|
||
//
|
||
// stackPanel10
|
||
//
|
||
this.stackPanel10.Controls.Add(this.input_shadowX);
|
||
this.stackPanel10.Controls.Add(this.label8);
|
||
this.stackPanel10.Location = new System.Drawing.Point(3, 307);
|
||
this.stackPanel10.Name = "stackPanel10";
|
||
this.stackPanel10.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel10.TabIndex = 32;
|
||
this.stackPanel10.Text = "stackPanel10";
|
||
//
|
||
// input_shadowX
|
||
//
|
||
this.input_shadowX.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.input_shadowX.Location = new System.Drawing.Point(139, 3);
|
||
this.input_shadowX.Name = "input_shadowX";
|
||
this.input_shadowX.Size = new System.Drawing.Size(120, 26);
|
||
this.input_shadowX.TabIndex = 5;
|
||
this.input_shadowX.Text = "0";
|
||
this.input_shadowX.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(3, 3);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(130, 26);
|
||
this.label8.TabIndex = 4;
|
||
this.label8.Text = "ShadowOffsetX";
|
||
//
|
||
// stackPanel9
|
||
//
|
||
this.stackPanel9.Controls.Add(this.colorPicker_shadow);
|
||
this.stackPanel9.Controls.Add(this.label7);
|
||
this.stackPanel9.Location = new System.Drawing.Point(3, 269);
|
||
this.stackPanel9.Name = "stackPanel9";
|
||
this.stackPanel9.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel9.TabIndex = 31;
|
||
this.stackPanel9.Text = "stackPanel9";
|
||
//
|
||
// colorPicker_shadow
|
||
//
|
||
this.colorPicker_shadow.Location = new System.Drawing.Point(139, 3);
|
||
this.colorPicker_shadow.Name = "colorPicker_shadow";
|
||
this.colorPicker_shadow.Size = new System.Drawing.Size(120, 26);
|
||
this.colorPicker_shadow.TabIndex = 5;
|
||
this.colorPicker_shadow.Text = "colorPicker1";
|
||
this.colorPicker_shadow.Value = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(119)))), ((int)(((byte)(255)))));
|
||
this.colorPicker_shadow.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, 3);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(130, 26);
|
||
this.label7.TabIndex = 4;
|
||
this.label7.Text = "ShadowColor";
|
||
//
|
||
// stackPanel8
|
||
//
|
||
this.stackPanel8.Controls.Add(this.select_shadowalign);
|
||
this.stackPanel8.Controls.Add(this.label6);
|
||
this.stackPanel8.Location = new System.Drawing.Point(3, 231);
|
||
this.stackPanel8.Name = "stackPanel8";
|
||
this.stackPanel8.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel8.TabIndex = 30;
|
||
this.stackPanel8.Text = "stackPanel8";
|
||
//
|
||
// select_shadowalign
|
||
//
|
||
this.select_shadowalign.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.select_shadowalign.List = true;
|
||
this.select_shadowalign.Location = new System.Drawing.Point(139, 3);
|
||
this.select_shadowalign.Name = "select_shadowalign";
|
||
this.select_shadowalign.Size = new System.Drawing.Size(120, 26);
|
||
this.select_shadowalign.TabIndex = 11;
|
||
this.select_shadowalign.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(3, 3);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(130, 26);
|
||
this.label6.TabIndex = 4;
|
||
this.label6.Text = "ShadowAlign";
|
||
//
|
||
// stackPanel7
|
||
//
|
||
this.stackPanel7.Controls.Add(this.input_shadow);
|
||
this.stackPanel7.Controls.Add(this.label5);
|
||
this.stackPanel7.Location = new System.Drawing.Point(3, 193);
|
||
this.stackPanel7.Name = "stackPanel7";
|
||
this.stackPanel7.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel7.TabIndex = 29;
|
||
this.stackPanel7.Text = "stackPanel7";
|
||
//
|
||
// input_shadow
|
||
//
|
||
this.input_shadow.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.input_shadow.Location = new System.Drawing.Point(139, 3);
|
||
this.input_shadow.Name = "input_shadow";
|
||
this.input_shadow.Size = new System.Drawing.Size(120, 26);
|
||
this.input_shadow.TabIndex = 5;
|
||
this.input_shadow.Text = "12";
|
||
this.input_shadow.Value = new decimal(new int[] {
|
||
12,
|
||
0,
|
||
0,
|
||
0});
|
||
this.input_shadow.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(3, 3);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(130, 26);
|
||
this.label5.TabIndex = 4;
|
||
this.label5.Text = "Shadow";
|
||
//
|
||
// stackPanel17
|
||
//
|
||
this.stackPanel17.Controls.Add(this.input_borderwidth);
|
||
this.stackPanel17.Controls.Add(this.label15);
|
||
this.stackPanel17.Location = new System.Drawing.Point(3, 155);
|
||
this.stackPanel17.Name = "stackPanel17";
|
||
this.stackPanel17.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel17.TabIndex = 28;
|
||
this.stackPanel17.Text = "stackPanel17";
|
||
//
|
||
// input_borderwidth
|
||
//
|
||
this.input_borderwidth.DecimalPlaces = 2;
|
||
this.input_borderwidth.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.input_borderwidth.Location = new System.Drawing.Point(139, 3);
|
||
this.input_borderwidth.Name = "input_borderwidth";
|
||
this.input_borderwidth.Size = new System.Drawing.Size(120, 26);
|
||
this.input_borderwidth.TabIndex = 5;
|
||
this.input_borderwidth.Text = "0.00";
|
||
this.input_borderwidth.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(3, 3);
|
||
this.label15.Name = "label15";
|
||
this.label15.Size = new System.Drawing.Size(130, 26);
|
||
this.label15.TabIndex = 4;
|
||
this.label15.Text = "BorderWidth";
|
||
//
|
||
// stackPanel16
|
||
//
|
||
this.stackPanel16.Controls.Add(this.colorPicker_border);
|
||
this.stackPanel16.Controls.Add(this.label14);
|
||
this.stackPanel16.Location = new System.Drawing.Point(3, 117);
|
||
this.stackPanel16.Name = "stackPanel16";
|
||
this.stackPanel16.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel16.TabIndex = 27;
|
||
this.stackPanel16.Text = "stackPanel16";
|
||
//
|
||
// colorPicker_border
|
||
//
|
||
this.colorPicker_border.Location = new System.Drawing.Point(139, 3);
|
||
this.colorPicker_border.Name = "colorPicker_border";
|
||
this.colorPicker_border.Size = new System.Drawing.Size(120, 26);
|
||
this.colorPicker_border.TabIndex = 5;
|
||
this.colorPicker_border.Text = "colorPicker1";
|
||
this.colorPicker_border.Value = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(119)))), ((int)(((byte)(255)))));
|
||
this.colorPicker_border.WaveSize = 0;
|
||
//
|
||
// 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(130, 26);
|
||
this.label14.TabIndex = 4;
|
||
this.label14.Text = "BorderColor";
|
||
//
|
||
// stackPanel6
|
||
//
|
||
this.stackPanel6.Controls.Add(this.input_radius);
|
||
this.stackPanel6.Controls.Add(this.label4);
|
||
this.stackPanel6.Location = new System.Drawing.Point(3, 79);
|
||
this.stackPanel6.Name = "stackPanel6";
|
||
this.stackPanel6.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel6.TabIndex = 12;
|
||
this.stackPanel6.Text = "stackPanel6";
|
||
//
|
||
// input_radius
|
||
//
|
||
this.input_radius.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.input_radius.Location = new System.Drawing.Point(139, 3);
|
||
this.input_radius.Name = "input_radius";
|
||
this.input_radius.Size = new System.Drawing.Size(120, 26);
|
||
this.input_radius.TabIndex = 5;
|
||
this.input_radius.Text = "6";
|
||
this.input_radius.Value = new decimal(new int[] {
|
||
6,
|
||
0,
|
||
0,
|
||
0});
|
||
this.input_radius.WaveSize = 1;
|
||
//
|
||
// 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, 3);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(130, 26);
|
||
this.label4.TabIndex = 4;
|
||
this.label4.Text = "Radius";
|
||
//
|
||
// stackPanel5
|
||
//
|
||
this.stackPanel5.Controls.Add(this.input_arrowsize);
|
||
this.stackPanel5.Controls.Add(this.label3);
|
||
this.stackPanel5.Location = new System.Drawing.Point(3, 41);
|
||
this.stackPanel5.Name = "stackPanel5";
|
||
this.stackPanel5.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel5.TabIndex = 11;
|
||
this.stackPanel5.Text = "stackPanel5";
|
||
//
|
||
// input_arrowsize
|
||
//
|
||
this.input_arrowsize.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.input_arrowsize.Location = new System.Drawing.Point(139, 3);
|
||
this.input_arrowsize.Name = "input_arrowsize";
|
||
this.input_arrowsize.Size = new System.Drawing.Size(120, 26);
|
||
this.input_arrowsize.TabIndex = 5;
|
||
this.input_arrowsize.Text = "8";
|
||
this.input_arrowsize.Value = new decimal(new int[] {
|
||
8,
|
||
0,
|
||
0,
|
||
0});
|
||
this.input_arrowsize.WaveSize = 1;
|
||
//
|
||
// 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(130, 26);
|
||
this.label3.TabIndex = 4;
|
||
this.label3.Text = "ArrowSize";
|
||
//
|
||
// stackPanel4
|
||
//
|
||
this.stackPanel4.Controls.Add(this.select_arrowalign);
|
||
this.stackPanel4.Controls.Add(this.label10);
|
||
this.stackPanel4.Location = new System.Drawing.Point(3, 3);
|
||
this.stackPanel4.Name = "stackPanel4";
|
||
this.stackPanel4.Size = new System.Drawing.Size(274, 32);
|
||
this.stackPanel4.TabIndex = 10;
|
||
this.stackPanel4.Text = "stackPanel4";
|
||
//
|
||
// select_arrowalign
|
||
//
|
||
this.select_arrowalign.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.select_arrowalign.List = true;
|
||
this.select_arrowalign.Location = new System.Drawing.Point(139, 3);
|
||
this.select_arrowalign.Name = "select_arrowalign";
|
||
this.select_arrowalign.Size = new System.Drawing.Size(120, 26);
|
||
this.select_arrowalign.TabIndex = 11;
|
||
this.select_arrowalign.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(130, 26);
|
||
this.label10.TabIndex = 4;
|
||
this.label10.Text = "ArrowAlign";
|
||
//
|
||
// divider1
|
||
//
|
||
this.divider1.Location = new System.Drawing.Point(3, 79);
|
||
this.divider1.Name = "divider1";
|
||
this.divider1.Size = new System.Drawing.Size(694, 12);
|
||
this.divider1.TabIndex = 8;
|
||
//
|
||
// 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(694, 24);
|
||
this.label2.TabIndex = 7;
|
||
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(694, 40);
|
||
this.label1.TabIndex = 6;
|
||
this.label1.Text = "Panel 面板";
|
||
//
|
||
// PanelDemo
|
||
//
|
||
this.Controls.Add(this.stackPanel1);
|
||
this.Name = "PanelDemo";
|
||
this.Size = new System.Drawing.Size(700, 569);
|
||
this.Load += new System.EventHandler(this.PanelDemo_Load);
|
||
this.stackPanel1.ResumeLayout(false);
|
||
this.stackPanel2.ResumeLayout(false);
|
||
this.stackPanel15.ResumeLayout(false);
|
||
this.stackPanel13.ResumeLayout(false);
|
||
this.stackPanel14.ResumeLayout(false);
|
||
this.stackPanel3.ResumeLayout(false);
|
||
this.stackPanel12.ResumeLayout(false);
|
||
this.stackPanel11.ResumeLayout(false);
|
||
this.stackPanel10.ResumeLayout(false);
|
||
this.stackPanel9.ResumeLayout(false);
|
||
this.stackPanel8.ResumeLayout(false);
|
||
this.stackPanel7.ResumeLayout(false);
|
||
this.stackPanel17.ResumeLayout(false);
|
||
this.stackPanel16.ResumeLayout(false);
|
||
this.stackPanel6.ResumeLayout(false);
|
||
this.stackPanel5.ResumeLayout(false);
|
||
this.stackPanel4.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private AntdUI.StackPanel stackPanel1;
|
||
private AntdUI.Label label2;
|
||
private AntdUI.Label label1;
|
||
private AntdUI.Divider divider1;
|
||
private AntdUI.StackPanel stackPanel2;
|
||
private AntdUI.StackPanel stackPanel15;
|
||
private AntdUI.Panel panel;
|
||
private AntdUI.Button buttonCZ;
|
||
private AntdUI.StackPanel stackPanel13;
|
||
private AntdUI.InputNumber input_shadowOH;
|
||
private AntdUI.Label label12;
|
||
private AntdUI.StackPanel stackPanel14;
|
||
private AntdUI.Select select_shadowOA;
|
||
private AntdUI.Label label13;
|
||
private AntdUI.StackPanel stackPanel3;
|
||
private AntdUI.StackPanel stackPanel17;
|
||
private AntdUI.InputNumber input_borderwidth;
|
||
private AntdUI.Label label15;
|
||
private AntdUI.StackPanel stackPanel16;
|
||
private AntdUI.ColorPicker colorPicker_border;
|
||
private AntdUI.Label label14;
|
||
private AntdUI.StackPanel stackPanel6;
|
||
private AntdUI.InputNumber input_radius;
|
||
private AntdUI.Label label4;
|
||
private AntdUI.StackPanel stackPanel5;
|
||
private AntdUI.InputNumber input_arrowsize;
|
||
private AntdUI.Label label3;
|
||
private AntdUI.StackPanel stackPanel4;
|
||
private AntdUI.Select select_arrowalign;
|
||
private AntdUI.Label label10;
|
||
private AntdUI.StackPanel stackPanel12;
|
||
private AntdUI.InputNumber input_shadowO;
|
||
private AntdUI.Label label11;
|
||
private AntdUI.StackPanel stackPanel11;
|
||
private AntdUI.InputNumber input_shadowY;
|
||
private AntdUI.Label label9;
|
||
private AntdUI.StackPanel stackPanel10;
|
||
private AntdUI.InputNumber input_shadowX;
|
||
private AntdUI.Label label8;
|
||
private AntdUI.StackPanel stackPanel9;
|
||
private AntdUI.ColorPicker colorPicker_shadow;
|
||
private AntdUI.Label label7;
|
||
private AntdUI.StackPanel stackPanel8;
|
||
private AntdUI.Select select_shadowalign;
|
||
private AntdUI.Label label6;
|
||
private AntdUI.StackPanel stackPanel7;
|
||
private AntdUI.InputNumber input_shadow;
|
||
private AntdUI.Label label5;
|
||
}
|
||
}
|