namespace AntdUIDemo.Views { partial class MenuDemo { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { AntdUI.Tabs.StyleLine styleLine1 = new AntdUI.Tabs.StyleLine(); AntdUI.MenuItem menuItem1 = new AntdUI.MenuItem(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuDemo)); AntdUI.MenuItem menuItem2 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem3 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem4 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem5 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem6 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem7 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem8 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem9 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem10 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem11 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem12 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem13 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem14 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem15 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem16 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem17 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem18 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem19 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem20 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem21 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem22 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem23 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem24 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem25 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem26 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem27 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem28 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem29 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem30 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem31 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem32 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem33 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem34 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem35 = new AntdUI.MenuItem(); AntdUI.MenuItem menuItem36 = new AntdUI.MenuItem(); this.stackPanel1 = new AntdUI.StackPanel(); this.stackPanel2 = new AntdUI.StackPanel(); this.tabs1 = new AntdUI.Tabs(); this.tabPage1 = new AntdUI.TabPage(); this.menu_inline = new AntdUI.Menu(); this.tabPage2 = new AntdUI.TabPage(); this.menu_vertical = new AntdUI.Menu(); this.tabPage3 = new AntdUI.TabPage(); this.menu_horizontal = new AntdUI.Menu(); this.divider2 = new AntdUI.Divider(); this.stackPanel3 = new AntdUI.StackPanel(); this.buttonCZ = new AntdUI.Button(); this.stackPanel14 = new AntdUI.StackPanel(); this.colorPicker_backactive = new AntdUI.ColorPicker(); this.label13 = new AntdUI.Label(); this.stackPanel13 = new AntdUI.StackPanel(); this.colorPicker_backhover = new AntdUI.ColorPicker(); this.label12 = new AntdUI.Label(); this.stackPanel16 = new AntdUI.StackPanel(); this.colorPicker_foreactive = new AntdUI.ColorPicker(); this.label14 = new AntdUI.Label(); this.stackPanel12 = new AntdUI.StackPanel(); this.colorPicker_forecolor = new AntdUI.ColorPicker(); this.label11 = new AntdUI.Label(); this.stackPanel8 = new AntdUI.StackPanel(); this.input_radius = new AntdUI.InputNumber(); this.label6 = new AntdUI.Label(); this.stackPanel11 = new AntdUI.StackPanel(); this.switch_unique = new AntdUI.Switch(); this.label9 = new AntdUI.Label(); this.stackPanel10 = new AntdUI.StackPanel(); this.switch_showsubback = new AntdUI.Switch(); this.label8 = new AntdUI.Label(); this.stackPanel9 = new AntdUI.StackPanel(); this.switch_round = new AntdUI.Switch(); this.label7 = new AntdUI.Label(); this.stackPanel6 = new AntdUI.StackPanel(); this.switch_indent = new AntdUI.Switch(); this.label4 = new AntdUI.Label(); this.stackPanel5 = new AntdUI.StackPanel(); this.switch_collapsed = new AntdUI.Switch(); this.label3 = 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.tabs1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.stackPanel3.SuspendLayout(); this.stackPanel14.SuspendLayout(); this.stackPanel13.SuspendLayout(); this.stackPanel16.SuspendLayout(); this.stackPanel12.SuspendLayout(); this.stackPanel8.SuspendLayout(); this.stackPanel11.SuspendLayout(); this.stackPanel10.SuspendLayout(); this.stackPanel9.SuspendLayout(); this.stackPanel6.SuspendLayout(); this.stackPanel5.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(750, 551); this.stackPanel1.TabIndex = 0; this.stackPanel1.Text = "stackPanel1"; this.stackPanel1.Vertical = true; // // stackPanel2 // this.stackPanel2.Controls.Add(this.tabs1); this.stackPanel2.Controls.Add(this.divider2); this.stackPanel2.Controls.Add(this.stackPanel3); this.stackPanel2.Location = new System.Drawing.Point(3, 87); this.stackPanel2.Name = "stackPanel2"; this.stackPanel2.Size = new System.Drawing.Size(744, 451); this.stackPanel2.TabIndex = 5; this.stackPanel2.Text = "stackPanel2"; // // tabs1 // this.tabs1.Centered = true; this.tabs1.Cursor = System.Windows.Forms.Cursors.Hand; this.tabs1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabs1.Gap = 12; this.tabs1.Location = new System.Drawing.Point(289, 3); this.tabs1.Name = "tabs1"; this.tabs1.Pages.Add(this.tabPage1); this.tabs1.Pages.Add(this.tabPage2); this.tabs1.Pages.Add(this.tabPage3); this.tabs1.Size = new System.Drawing.Size(402, 445); this.tabs1.Style = styleLine1; this.tabs1.TabIndex = 3; this.tabs1.Text = "tabs1"; // // tabPage1 // this.tabPage1.Controls.Add(this.menu_inline); this.tabPage1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabPage1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabPage1.Location = new System.Drawing.Point(3, 38); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(9); this.tabPage1.Size = new System.Drawing.Size(396, 404); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Inline"; // // menu_inline // this.menu_inline.AutoCollapse = true; this.menu_inline.Dock = System.Windows.Forms.DockStyle.Left; this.menu_inline.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.menu_inline.Indent = true; menuItem1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem1.IconSvg = resources.GetString("menuItem1.IconSvg"); menuItem1.PARENTITEM = null; menuItem1.Select = false; menuItem2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); menuItem2.PARENTITEM = menuItem1; menuItem2.Select = false; menuItem2.Text = "SVG可以变色"; menuItem3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem3.PARENTITEM = menuItem1; menuItem3.Select = false; menuItem3.Text = "如果变不了"; menuItem4.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem4.PARENTITEM = menuItem1; menuItem4.Select = false; menuItem4.Text = "调整svg内容"; menuItem1.Sub.Add(menuItem2); menuItem1.Sub.Add(menuItem3); menuItem1.Sub.Add(menuItem4); menuItem1.Text = "SVG图标菜单"; menuItem5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem5.Icon = global::AntdUIDemo.Properties.Resources.关闭; menuItem5.PARENTITEM = null; menuItem5.Select = false; menuItem6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem6.PARENTITEM = menuItem5; menuItem6.Select = false; menuItem6.Text = "不能变色"; menuItem7.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem7.PARENTITEM = menuItem5; menuItem7.Select = false; menuItem7.Text = "不适合使用黑白"; menuItem8.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem8.PARENTITEM = menuItem5; menuItem8.Select = false; menuItem8.Text = "子菜单"; menuItem5.Sub.Add(menuItem6); menuItem5.Sub.Add(menuItem7); menuItem5.Sub.Add(menuItem8); menuItem5.Text = "图片资源菜单"; menuItem9.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem9.IconSvg = resources.GetString("menuItem9.IconSvg"); menuItem9.PARENTITEM = null; menuItem9.Select = false; menuItem10.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); menuItem10.PARENTITEM = menuItem9; menuItem10.Select = false; menuItem10.Text = "二级菜单"; menuItem11.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem11.PARENTITEM = menuItem9; menuItem11.Select = false; menuItem11.Text = "二级菜单"; menuItem12.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem12.PARENTITEM = menuItem9; menuItem12.Select = false; menuItem12.Text = "二级菜单"; menuItem9.Sub.Add(menuItem10); menuItem9.Sub.Add(menuItem11); menuItem9.Sub.Add(menuItem12); menuItem9.Text = "一级菜单"; this.menu_inline.Items.Add(menuItem1); this.menu_inline.Items.Add(menuItem5); this.menu_inline.Items.Add(menuItem9); this.menu_inline.Location = new System.Drawing.Point(9, 9); this.menu_inline.Name = "menu_inline"; this.menu_inline.Size = new System.Drawing.Size(185, 386); this.menu_inline.TabIndex = 4; this.menu_inline.Text = "menu1"; // // tabPage2 // this.tabPage2.Controls.Add(this.menu_vertical); this.tabPage2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabPage2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabPage2.Location = new System.Drawing.Point(3, 38); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(9); this.tabPage2.Size = new System.Drawing.Size(376, 404); this.tabPage2.TabIndex = 0; this.tabPage2.Text = "Vertical"; // // menu_vertical // this.menu_vertical.AutoCollapse = true; this.menu_vertical.Dock = System.Windows.Forms.DockStyle.Left; this.menu_vertical.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.menu_vertical.Indent = true; menuItem13.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem13.IconSvg = resources.GetString("menuItem13.IconSvg"); menuItem13.PARENTITEM = null; menuItem13.Select = false; menuItem14.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); menuItem14.PARENTITEM = menuItem13; menuItem14.Select = false; menuItem14.Text = "SVG可以变色"; menuItem15.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem15.PARENTITEM = menuItem13; menuItem15.Select = false; menuItem15.Text = "如果变不了"; menuItem16.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem16.PARENTITEM = menuItem13; menuItem16.Select = false; menuItem16.Text = "调整svg内容"; menuItem13.Sub.Add(menuItem14); menuItem13.Sub.Add(menuItem15); menuItem13.Sub.Add(menuItem16); menuItem13.Text = "SVG图标菜单"; menuItem17.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem17.Icon = global::AntdUIDemo.Properties.Resources.关闭; menuItem17.PARENTITEM = null; menuItem17.Select = false; menuItem18.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem18.PARENTITEM = menuItem17; menuItem18.Select = false; menuItem18.Text = "不能变色"; menuItem19.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem19.PARENTITEM = menuItem17; menuItem19.Select = false; menuItem19.Text = "不适合使用黑白"; menuItem20.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem20.PARENTITEM = menuItem17; menuItem20.Select = false; menuItem20.Text = "子菜单"; menuItem17.Sub.Add(menuItem18); menuItem17.Sub.Add(menuItem19); menuItem17.Sub.Add(menuItem20); menuItem17.Text = "图片资源菜单"; menuItem21.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem21.IconSvg = resources.GetString("menuItem21.IconSvg"); menuItem21.PARENTITEM = null; menuItem21.Select = false; menuItem22.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); menuItem22.PARENTITEM = menuItem21; menuItem22.Select = false; menuItem22.Text = "二级菜单"; menuItem23.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem23.PARENTITEM = menuItem21; menuItem23.Select = false; menuItem23.Text = "二级菜单"; menuItem24.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem24.PARENTITEM = menuItem21; menuItem24.Select = false; menuItem24.Text = "二级菜单"; menuItem21.Sub.Add(menuItem22); menuItem21.Sub.Add(menuItem23); menuItem21.Sub.Add(menuItem24); menuItem21.Text = "一级菜单"; this.menu_vertical.Items.Add(menuItem13); this.menu_vertical.Items.Add(menuItem17); this.menu_vertical.Items.Add(menuItem21); this.menu_vertical.Location = new System.Drawing.Point(9, 9); this.menu_vertical.Mode = AntdUI.TMenuMode.Vertical; this.menu_vertical.Name = "menu_vertical"; this.menu_vertical.Size = new System.Drawing.Size(164, 386); this.menu_vertical.TabIndex = 5; this.menu_vertical.Text = "menu1"; // // tabPage3 // this.tabPage3.Controls.Add(this.menu_horizontal); this.tabPage3.Dock = System.Windows.Forms.DockStyle.Fill; this.tabPage3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabPage3.Location = new System.Drawing.Point(3, 38); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(9); this.tabPage3.Size = new System.Drawing.Size(376, 404); this.tabPage3.TabIndex = 0; this.tabPage3.Text = "Horizontal"; // // menu_horizontal // this.menu_horizontal.AutoCollapse = true; this.menu_horizontal.Dock = System.Windows.Forms.DockStyle.Top; this.menu_horizontal.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.menu_horizontal.Indent = true; menuItem25.IconSvg = resources.GetString("menuItem25.IconSvg"); menuItem25.PARENTITEM = null; menuItem25.Select = false; menuItem26.PARENTITEM = null; menuItem26.Select = false; menuItem26.Text = "SVG可以变色"; menuItem27.PARENTITEM = null; menuItem27.Select = false; menuItem27.Text = "如果变不了"; menuItem28.PARENTITEM = null; menuItem28.Select = false; menuItem28.Text = "调整svg内容"; menuItem25.Sub.Add(menuItem26); menuItem25.Sub.Add(menuItem27); menuItem25.Sub.Add(menuItem28); menuItem25.Text = "SVG图标菜单"; menuItem29.Icon = global::AntdUIDemo.Properties.Resources.关闭; menuItem29.PARENTITEM = null; menuItem29.Select = false; menuItem30.PARENTITEM = null; menuItem30.Select = false; menuItem30.Text = "不能变色"; menuItem31.PARENTITEM = null; menuItem31.Select = false; menuItem31.Text = "不适合使用黑白"; menuItem32.PARENTITEM = null; menuItem32.Select = false; menuItem32.Text = "二级菜单"; menuItem29.Sub.Add(menuItem30); menuItem29.Sub.Add(menuItem31); menuItem29.Sub.Add(menuItem32); menuItem29.Text = "图片资源菜单"; menuItem33.IconSvg = resources.GetString("menuItem33.IconSvg"); menuItem33.PARENTITEM = null; menuItem33.Select = false; menuItem34.PARENTITEM = null; menuItem34.Select = false; menuItem34.Text = "二级菜单"; menuItem35.PARENTITEM = null; menuItem35.Select = false; menuItem35.Text = "二级菜单"; menuItem36.PARENTITEM = null; menuItem36.Select = false; menuItem36.Text = "二级菜单"; menuItem33.Sub.Add(menuItem34); menuItem33.Sub.Add(menuItem35); menuItem33.Sub.Add(menuItem36); menuItem33.Text = "一级菜单"; this.menu_horizontal.Items.Add(menuItem25); this.menu_horizontal.Items.Add(menuItem29); this.menu_horizontal.Items.Add(menuItem33); this.menu_horizontal.Location = new System.Drawing.Point(9, 9); this.menu_horizontal.Mode = AntdUI.TMenuMode.Horizontal; this.menu_horizontal.Name = "menu_horizontal"; this.menu_horizontal.Size = new System.Drawing.Size(358, 35); this.menu_horizontal.TabIndex = 5; this.menu_horizontal.Text = "menu1"; // // divider2 // this.divider2.Location = new System.Drawing.Point(259, 3); this.divider2.Name = "divider2"; this.divider2.Size = new System.Drawing.Size(24, 445); this.divider2.TabIndex = 2; this.divider2.Vertical = true; // // stackPanel3 // this.stackPanel3.Controls.Add(this.buttonCZ); this.stackPanel3.Controls.Add(this.stackPanel14); this.stackPanel3.Controls.Add(this.stackPanel13); this.stackPanel3.Controls.Add(this.stackPanel16); this.stackPanel3.Controls.Add(this.stackPanel12); this.stackPanel3.Controls.Add(this.stackPanel8); this.stackPanel3.Controls.Add(this.stackPanel11); this.stackPanel3.Controls.Add(this.stackPanel10); this.stackPanel3.Controls.Add(this.stackPanel9); this.stackPanel3.Controls.Add(this.stackPanel6); this.stackPanel3.Controls.Add(this.stackPanel5); this.stackPanel3.Location = new System.Drawing.Point(3, 3); this.stackPanel3.Name = "stackPanel3"; this.stackPanel3.Size = new System.Drawing.Size(250, 445); this.stackPanel3.TabIndex = 0; this.stackPanel3.Text = "stackPanel3"; this.stackPanel3.Vertical = true; // // 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, 383); this.buttonCZ.Name = "buttonCZ"; this.buttonCZ.Size = new System.Drawing.Size(244, 32); this.buttonCZ.TabIndex = 51; this.buttonCZ.Text = "重 置"; this.buttonCZ.Type = AntdUI.TTypeMini.Warn; this.buttonCZ.WaveSize = 0; // // stackPanel14 // this.stackPanel14.Controls.Add(this.colorPicker_backactive); this.stackPanel14.Controls.Add(this.label13); this.stackPanel14.Location = new System.Drawing.Point(3, 345); this.stackPanel14.Name = "stackPanel14"; this.stackPanel14.Size = new System.Drawing.Size(244, 32); this.stackPanel14.TabIndex = 50; this.stackPanel14.Text = "stackPanel14"; // // colorPicker_backactive // this.colorPicker_backactive.DisabledAlpha = true; this.colorPicker_backactive.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.colorPicker_backactive.Location = new System.Drawing.Point(129, 3); this.colorPicker_backactive.Name = "colorPicker_backactive"; this.colorPicker_backactive.ShowText = true; this.colorPicker_backactive.Size = new System.Drawing.Size(115, 26); this.colorPicker_backactive.TabIndex = 5; this.colorPicker_backactive.Text = "colorPicker3"; this.colorPicker_backactive.Value = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(119)))), ((int)(((byte)(255))))); this.colorPicker_backactive.WaveSize = 0; // // 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(120, 26); this.label13.TabIndex = 4; this.label13.Text = "BackActive"; // // stackPanel13 // this.stackPanel13.Controls.Add(this.colorPicker_backhover); this.stackPanel13.Controls.Add(this.label12); this.stackPanel13.Location = new System.Drawing.Point(3, 307); this.stackPanel13.Name = "stackPanel13"; this.stackPanel13.Size = new System.Drawing.Size(244, 32); this.stackPanel13.TabIndex = 49; this.stackPanel13.Text = "stackPanel13"; // // colorPicker_backhover // this.colorPicker_backhover.DisabledAlpha = true; this.colorPicker_backhover.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.colorPicker_backhover.Location = new System.Drawing.Point(129, 3); this.colorPicker_backhover.Name = "colorPicker_backhover"; this.colorPicker_backhover.ShowText = true; this.colorPicker_backhover.Size = new System.Drawing.Size(115, 26); this.colorPicker_backhover.TabIndex = 5; this.colorPicker_backhover.Text = "colorPicker2"; this.colorPicker_backhover.Value = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(119)))), ((int)(((byte)(255))))); this.colorPicker_backhover.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, 3); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(120, 26); this.label12.TabIndex = 4; this.label12.Text = "BackHover"; // // stackPanel16 // this.stackPanel16.Controls.Add(this.colorPicker_foreactive); this.stackPanel16.Controls.Add(this.label14); this.stackPanel16.Location = new System.Drawing.Point(3, 269); this.stackPanel16.Name = "stackPanel16"; this.stackPanel16.Size = new System.Drawing.Size(244, 32); this.stackPanel16.TabIndex = 48; this.stackPanel16.Text = "stackPanel16"; // // colorPicker_foreactive // this.colorPicker_foreactive.DisabledAlpha = true; this.colorPicker_foreactive.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.colorPicker_foreactive.Location = new System.Drawing.Point(129, 3); this.colorPicker_foreactive.Name = "colorPicker_foreactive"; this.colorPicker_foreactive.ShowText = true; this.colorPicker_foreactive.Size = new System.Drawing.Size(115, 26); this.colorPicker_foreactive.TabIndex = 5; this.colorPicker_foreactive.Text = "colorPicker1"; this.colorPicker_foreactive.Value = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(119)))), ((int)(((byte)(255))))); this.colorPicker_foreactive.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(120, 26); this.label14.TabIndex = 4; this.label14.Text = "ForeActive"; // // stackPanel12 // this.stackPanel12.Controls.Add(this.colorPicker_forecolor); this.stackPanel12.Controls.Add(this.label11); this.stackPanel12.Location = new System.Drawing.Point(3, 231); this.stackPanel12.Name = "stackPanel12"; this.stackPanel12.Size = new System.Drawing.Size(244, 32); this.stackPanel12.TabIndex = 47; this.stackPanel12.Text = "stackPanel12"; // // colorPicker_forecolor // this.colorPicker_forecolor.DisabledAlpha = true; this.colorPicker_forecolor.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.colorPicker_forecolor.Location = new System.Drawing.Point(129, 3); this.colorPicker_forecolor.Name = "colorPicker_forecolor"; this.colorPicker_forecolor.ShowText = true; this.colorPicker_forecolor.Size = new System.Drawing.Size(115, 26); this.colorPicker_forecolor.TabIndex = 5; this.colorPicker_forecolor.Text = "colorPicker1"; this.colorPicker_forecolor.Value = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(119)))), ((int)(((byte)(255))))); this.colorPicker_forecolor.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, 3); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(120, 26); this.label11.TabIndex = 4; this.label11.Text = "ForeColor"; // // stackPanel8 // this.stackPanel8.Controls.Add(this.input_radius); this.stackPanel8.Controls.Add(this.label6); this.stackPanel8.Location = new System.Drawing.Point(3, 193); this.stackPanel8.Name = "stackPanel8"; this.stackPanel8.Size = new System.Drawing.Size(244, 32); this.stackPanel8.TabIndex = 46; this.stackPanel8.Text = "stackPanel8"; // // input_radius // this.input_radius.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.input_radius.Location = new System.Drawing.Point(129, 3); this.input_radius.Minimum = new decimal(new int[] { 0, 0, 0, 0}); this.input_radius.Name = "input_radius"; this.input_radius.Size = new System.Drawing.Size(112, 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 = 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, 3); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(120, 26); this.label6.TabIndex = 4; this.label6.Text = "Radius"; // // stackPanel11 // this.stackPanel11.Controls.Add(this.switch_unique); this.stackPanel11.Controls.Add(this.label9); this.stackPanel11.Location = new System.Drawing.Point(3, 155); this.stackPanel11.Name = "stackPanel11"; this.stackPanel11.Size = new System.Drawing.Size(244, 32); this.stackPanel11.TabIndex = 17; this.stackPanel11.Text = "stackPanel11"; // // switch_unique // this.switch_unique.AutoCheck = true; this.switch_unique.Location = new System.Drawing.Point(129, 3); this.switch_unique.Name = "switch_unique"; this.switch_unique.Size = new System.Drawing.Size(50, 26); this.switch_unique.TabIndex = 8; this.switch_unique.Text = "switch1"; // // 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(120, 26); this.label9.TabIndex = 4; this.label9.Text = "Unique"; // // stackPanel10 // this.stackPanel10.Controls.Add(this.switch_showsubback); this.stackPanel10.Controls.Add(this.label8); this.stackPanel10.Location = new System.Drawing.Point(3, 117); this.stackPanel10.Name = "stackPanel10"; this.stackPanel10.Size = new System.Drawing.Size(244, 32); this.stackPanel10.TabIndex = 16; this.stackPanel10.Text = "stackPanel10"; // // switch_showsubback // this.switch_showsubback.AutoCheck = true; this.switch_showsubback.Location = new System.Drawing.Point(129, 3); this.switch_showsubback.Name = "switch_showsubback"; this.switch_showsubback.Size = new System.Drawing.Size(50, 26); this.switch_showsubback.TabIndex = 7; this.switch_showsubback.Text = "switch1"; // // 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(120, 26); this.label8.TabIndex = 4; this.label8.Text = "ShowSubBack"; // // stackPanel9 // this.stackPanel9.Controls.Add(this.switch_round); this.stackPanel9.Controls.Add(this.label7); this.stackPanel9.Location = new System.Drawing.Point(3, 79); this.stackPanel9.Name = "stackPanel9"; this.stackPanel9.Size = new System.Drawing.Size(244, 32); this.stackPanel9.TabIndex = 15; this.stackPanel9.Text = "stackPanel9"; // // switch_round // this.switch_round.AutoCheck = true; this.switch_round.Location = new System.Drawing.Point(129, 3); this.switch_round.Name = "switch_round"; this.switch_round.Size = new System.Drawing.Size(50, 26); this.switch_round.TabIndex = 6; this.switch_round.Text = "switch1"; // // 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(120, 26); this.label7.TabIndex = 4; this.label7.Text = "Round"; // // stackPanel6 // this.stackPanel6.Controls.Add(this.switch_indent); this.stackPanel6.Controls.Add(this.label4); this.stackPanel6.Location = new System.Drawing.Point(3, 41); this.stackPanel6.Name = "stackPanel6"; this.stackPanel6.Size = new System.Drawing.Size(244, 32); this.stackPanel6.TabIndex = 12; this.stackPanel6.Text = "stackPanel6"; // // switch_indent // this.switch_indent.AutoCheck = true; this.switch_indent.Checked = true; this.switch_indent.Location = new System.Drawing.Point(129, 3); this.switch_indent.Name = "switch_indent"; this.switch_indent.Size = new System.Drawing.Size(50, 26); this.switch_indent.TabIndex = 6; this.switch_indent.Text = "switch1"; // // 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(120, 26); this.label4.TabIndex = 4; this.label4.Text = "Indent"; // // stackPanel5 // this.stackPanel5.Controls.Add(this.switch_collapsed); this.stackPanel5.Controls.Add(this.label3); this.stackPanel5.Location = new System.Drawing.Point(3, 3); this.stackPanel5.Name = "stackPanel5"; this.stackPanel5.Size = new System.Drawing.Size(244, 32); this.stackPanel5.TabIndex = 11; this.stackPanel5.Text = "stackPanel5"; // // switch_collapsed // this.switch_collapsed.AutoCheck = true; this.switch_collapsed.Location = new System.Drawing.Point(129, 3); this.switch_collapsed.Name = "switch_collapsed"; this.switch_collapsed.Size = new System.Drawing.Size(50, 26); this.switch_collapsed.TabIndex = 5; this.switch_collapsed.Text = "switch1"; // // 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(120, 26); this.label3.TabIndex = 4; this.label3.Text = "Collapsed"; // // divider1 // this.divider1.Location = new System.Drawing.Point(3, 79); this.divider1.Name = "divider1"; this.divider1.Size = new System.Drawing.Size(744, 2); this.divider1.TabIndex = 4; // // 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(744, 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(744, 40); this.label1.TabIndex = 2; this.label1.Text = "Menu 导航菜单"; // // MenuDemo // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.stackPanel1); this.Name = "MenuDemo"; this.Size = new System.Drawing.Size(750, 551); this.stackPanel1.ResumeLayout(false); this.stackPanel2.ResumeLayout(false); this.tabs1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.stackPanel3.ResumeLayout(false); this.stackPanel14.ResumeLayout(false); this.stackPanel13.ResumeLayout(false); this.stackPanel16.ResumeLayout(false); this.stackPanel12.ResumeLayout(false); this.stackPanel8.ResumeLayout(false); this.stackPanel11.ResumeLayout(false); this.stackPanel10.ResumeLayout(false); this.stackPanel9.ResumeLayout(false); this.stackPanel6.ResumeLayout(false); this.stackPanel5.ResumeLayout(false); this.ResumeLayout(false); } #endregion private AntdUI.StackPanel stackPanel1; private AntdUI.Label label1; private AntdUI.Label label2; private AntdUI.StackPanel stackPanel2; private AntdUI.Divider divider2; private AntdUI.StackPanel stackPanel3; private AntdUI.StackPanel stackPanel11; private AntdUI.Label label9; private AntdUI.StackPanel stackPanel10; private AntdUI.Label label8; private AntdUI.StackPanel stackPanel9; private AntdUI.Label label7; private AntdUI.StackPanel stackPanel6; private AntdUI.Label label4; private AntdUI.StackPanel stackPanel5; private AntdUI.Label label3; private AntdUI.Divider divider1; private AntdUI.Tabs tabs1; private AntdUI.TabPage tabPage1; private AntdUI.Menu menu_inline; private AntdUI.TabPage tabPage2; private AntdUI.TabPage tabPage3; private AntdUI.Menu menu_vertical; private AntdUI.Menu menu_horizontal; private AntdUI.Switch switch_unique; private AntdUI.Switch switch_showsubback; private AntdUI.Switch switch_round; private AntdUI.Switch switch_indent; private AntdUI.Switch switch_collapsed; private AntdUI.Button buttonCZ; private AntdUI.StackPanel stackPanel14; private AntdUI.ColorPicker colorPicker_backactive; private AntdUI.Label label13; private AntdUI.StackPanel stackPanel13; private AntdUI.ColorPicker colorPicker_backhover; private AntdUI.Label label12; private AntdUI.StackPanel stackPanel16; private AntdUI.ColorPicker colorPicker_foreactive; private AntdUI.Label label14; private AntdUI.StackPanel stackPanel12; private AntdUI.ColorPicker colorPicker_forecolor; private AntdUI.Label label11; private AntdUI.StackPanel stackPanel8; private AntdUI.InputNumber input_radius; private AntdUI.Label label6; } }