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.Panel(); 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.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label13 = new AntdUI.Label(); this.label12 = new AntdUI.Label(); this.colorPicker_backactive = new AntdUI.ColorPicker(); this.colorPicker_backhover = new AntdUI.ColorPicker(); this.colorPicker_foreactive = new AntdUI.ColorPicker(); this.colorPicker_forecolor = new AntdUI.ColorPicker(); this.label14 = new AntdUI.Label(); this.input_radius = new AntdUI.InputNumber(); this.label11 = new AntdUI.Label(); this.switch_unique = new AntdUI.Switch(); this.label6 = new AntdUI.Label(); this.switch_showsubback = new AntdUI.Switch(); this.label9 = new AntdUI.Label(); this.switch_round = new AntdUI.Switch(); this.label8 = new AntdUI.Label(); this.switch_indent = new AntdUI.Switch(); this.label7 = new AntdUI.Label(); this.switch_collapsed = new AntdUI.Switch(); this.label4 = new AntdUI.Label(); this.label3 = new AntdUI.Label(); this.buttonCZ = new AntdUI.Button(); this.header1 = new AntdUI.PageHeader(); this.stackPanel1.SuspendLayout(); this.tabs1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.stackPanel3.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // stackPanel1 // this.stackPanel1.Controls.Add(this.tabs1); this.stackPanel1.Controls.Add(this.divider2); this.stackPanel1.Controls.Add(this.stackPanel3); this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.stackPanel1.Location = new System.Drawing.Point(0, 74); this.stackPanel1.Name = "stackPanel1"; this.stackPanel1.Radius = 0; this.stackPanel1.Size = new System.Drawing.Size(750, 477); this.stackPanel1.TabIndex = 0; this.stackPanel1.Text = "stackPanel1"; // // tabs1 // this.tabs1.Centered = true; this.tabs1.Cursor = System.Windows.Forms.Cursors.Default; this.tabs1.Dock = System.Windows.Forms.DockStyle.Fill; 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(270, 0); 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(480, 477); this.tabs1.Style = styleLine1; this.tabs1.TabIndex = 3; this.tabs1.Text = "tabs1"; // // tabPage1 // this.tabPage1.Controls.Add(this.menu_inline); 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(474, 436); 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; menuItem2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); menuItem2.PARENTITEM = menuItem1; menuItem2.Text = "SVG可以变色"; menuItem3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem3.PARENTITEM = menuItem1; menuItem3.Text = "如果变不了"; menuItem4.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem4.PARENTITEM = menuItem1; 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; menuItem6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem6.PARENTITEM = menuItem5; menuItem6.Text = "不能变色"; menuItem7.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem7.PARENTITEM = menuItem5; menuItem7.Text = "不适合使用黑白"; menuItem8.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem8.PARENTITEM = menuItem5; 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; menuItem10.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); menuItem10.PARENTITEM = menuItem9; menuItem10.Text = "二级菜单"; menuItem11.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem11.PARENTITEM = menuItem9; menuItem11.Text = "二级菜单"; menuItem12.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem12.PARENTITEM = menuItem9; 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, 418); this.menu_inline.TabIndex = 4; this.menu_inline.Text = "menu1"; // // tabPage2 // this.tabPage2.Controls.Add(this.menu_vertical); 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(-470, -436); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(9); this.tabPage2.Size = new System.Drawing.Size(470, 436); 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; menuItem14.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); menuItem14.PARENTITEM = menuItem13; menuItem14.Text = "SVG可以变色"; menuItem15.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem15.PARENTITEM = menuItem13; menuItem15.Text = "如果变不了"; menuItem16.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem16.PARENTITEM = menuItem13; 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; menuItem18.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem18.PARENTITEM = menuItem17; menuItem18.Text = "不能变色"; menuItem19.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem19.PARENTITEM = menuItem17; menuItem19.Text = "不适合使用黑白"; menuItem20.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem20.PARENTITEM = menuItem17; 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; menuItem22.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); menuItem22.PARENTITEM = menuItem21; menuItem22.Text = "二级菜单"; menuItem23.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem23.PARENTITEM = menuItem21; menuItem23.Text = "二级菜单"; menuItem24.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); menuItem24.PARENTITEM = menuItem21; 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, 418); this.menu_vertical.TabIndex = 5; this.menu_vertical.Text = "menu1"; // // tabPage3 // this.tabPage3.Controls.Add(this.menu_horizontal); 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(-376, -404); 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; menuItem26.PARENTITEM = null; menuItem26.Text = "SVG可以变色"; menuItem27.PARENTITEM = null; menuItem27.Text = "如果变不了"; menuItem28.PARENTITEM = null; 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; menuItem30.PARENTITEM = null; menuItem30.Text = "不能变色"; menuItem31.PARENTITEM = null; menuItem31.Text = "不适合使用黑白"; menuItem32.PARENTITEM = null; 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; menuItem34.PARENTITEM = null; menuItem34.Text = "二级菜单"; menuItem35.PARENTITEM = null; menuItem35.Text = "二级菜单"; menuItem36.PARENTITEM = null; 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.Dock = System.Windows.Forms.DockStyle.Left; this.divider2.Location = new System.Drawing.Point(250, 0); this.divider2.Name = "divider2"; this.divider2.Size = new System.Drawing.Size(20, 477); this.divider2.TabIndex = 2; this.divider2.Vertical = true; // // stackPanel3 // this.stackPanel3.Controls.Add(this.tableLayoutPanel1); this.stackPanel3.Controls.Add(this.buttonCZ); this.stackPanel3.Dock = System.Windows.Forms.DockStyle.Left; this.stackPanel3.Location = new System.Drawing.Point(0, 0); this.stackPanel3.Name = "stackPanel3"; this.stackPanel3.Radius = 0; this.stackPanel3.Size = new System.Drawing.Size(250, 477); this.stackPanel3.TabIndex = 0; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.label13, 0, 9); this.tableLayoutPanel1.Controls.Add(this.label12, 0, 8); this.tableLayoutPanel1.Controls.Add(this.colorPicker_backactive, 1, 9); this.tableLayoutPanel1.Controls.Add(this.colorPicker_backhover, 1, 8); this.tableLayoutPanel1.Controls.Add(this.colorPicker_foreactive, 1, 7); this.tableLayoutPanel1.Controls.Add(this.colorPicker_forecolor, 1, 6); this.tableLayoutPanel1.Controls.Add(this.label14, 0, 7); this.tableLayoutPanel1.Controls.Add(this.input_radius, 1, 5); this.tableLayoutPanel1.Controls.Add(this.label11, 0, 6); this.tableLayoutPanel1.Controls.Add(this.switch_unique, 1, 4); this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5); this.tableLayoutPanel1.Controls.Add(this.switch_showsubback, 1, 3); this.tableLayoutPanel1.Controls.Add(this.label9, 0, 4); this.tableLayoutPanel1.Controls.Add(this.switch_round, 1, 2); this.tableLayoutPanel1.Controls.Add(this.label8, 0, 3); this.tableLayoutPanel1.Controls.Add(this.switch_indent, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label7, 0, 2); this.tableLayoutPanel1.Controls.Add(this.switch_collapsed, 1, 0); this.tableLayoutPanel1.Controls.Add(this.label4, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 0, 10); this.tableLayoutPanel1.RowCount = 11; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(250, 445); this.tableLayoutPanel1.TabIndex = 52; // // label13 // this.label13.Dock = System.Windows.Forms.DockStyle.Fill; 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, 360); this.label13.Margin = new System.Windows.Forms.Padding(0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(120, 40); this.label13.TabIndex = 4; this.label13.Text = "BackActive"; // // label12 // this.label12.Dock = System.Windows.Forms.DockStyle.Fill; 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, 320); this.label12.Margin = new System.Windows.Forms.Padding(0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(120, 40); this.label12.TabIndex = 4; this.label12.Text = "BackHover"; // // colorPicker_backactive // this.colorPicker_backactive.AllowClear = true; this.colorPicker_backactive.DisabledAlpha = true; this.colorPicker_backactive.Dock = System.Windows.Forms.DockStyle.Fill; this.colorPicker_backactive.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.colorPicker_backactive.Location = new System.Drawing.Point(126, 363); this.colorPicker_backactive.Name = "colorPicker_backactive"; this.colorPicker_backactive.ShowText = true; this.colorPicker_backactive.Size = new System.Drawing.Size(121, 34); this.colorPicker_backactive.TabIndex = 5; this.colorPicker_backactive.Text = "colorPicker3"; this.colorPicker_backactive.WaveSize = 0; // // colorPicker_backhover // this.colorPicker_backhover.AllowClear = true; this.colorPicker_backhover.DisabledAlpha = true; this.colorPicker_backhover.Dock = System.Windows.Forms.DockStyle.Fill; this.colorPicker_backhover.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.colorPicker_backhover.Location = new System.Drawing.Point(126, 323); this.colorPicker_backhover.Name = "colorPicker_backhover"; this.colorPicker_backhover.ShowText = true; this.colorPicker_backhover.Size = new System.Drawing.Size(121, 34); this.colorPicker_backhover.TabIndex = 5; this.colorPicker_backhover.Text = "colorPicker2"; this.colorPicker_backhover.WaveSize = 0; // // colorPicker_foreactive // this.colorPicker_foreactive.AllowClear = true; this.colorPicker_foreactive.DisabledAlpha = true; this.colorPicker_foreactive.Dock = System.Windows.Forms.DockStyle.Fill; this.colorPicker_foreactive.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.colorPicker_foreactive.Location = new System.Drawing.Point(126, 283); this.colorPicker_foreactive.Name = "colorPicker_foreactive"; this.colorPicker_foreactive.ShowText = true; this.colorPicker_foreactive.Size = new System.Drawing.Size(121, 34); this.colorPicker_foreactive.TabIndex = 5; this.colorPicker_foreactive.Text = "colorPicker1"; this.colorPicker_foreactive.WaveSize = 0; // // colorPicker_forecolor // this.colorPicker_forecolor.AllowClear = true; this.colorPicker_forecolor.DisabledAlpha = true; this.colorPicker_forecolor.Dock = System.Windows.Forms.DockStyle.Fill; this.colorPicker_forecolor.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.colorPicker_forecolor.Location = new System.Drawing.Point(126, 243); this.colorPicker_forecolor.Name = "colorPicker_forecolor"; this.colorPicker_forecolor.ShowText = true; this.colorPicker_forecolor.Size = new System.Drawing.Size(121, 34); this.colorPicker_forecolor.TabIndex = 5; this.colorPicker_forecolor.Text = "colorPicker1"; this.colorPicker_forecolor.WaveSize = 0; // // label14 // this.label14.Dock = System.Windows.Forms.DockStyle.Fill; 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, 280); this.label14.Margin = new System.Windows.Forms.Padding(0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(120, 40); this.label14.TabIndex = 4; this.label14.Text = "ForeActive"; // // input_radius // this.input_radius.Dock = System.Windows.Forms.DockStyle.Fill; this.input_radius.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.input_radius.Location = new System.Drawing.Point(126, 203); 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(121, 34); 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; // // label11 // this.label11.Dock = System.Windows.Forms.DockStyle.Fill; 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, 240); this.label11.Margin = new System.Windows.Forms.Padding(0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(120, 40); this.label11.TabIndex = 4; this.label11.Text = "ForeColor"; // // switch_unique // this.switch_unique.Anchor = System.Windows.Forms.AnchorStyles.Left; this.switch_unique.AutoCheck = true; this.switch_unique.Location = new System.Drawing.Point(126, 167); 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"; // // label6 // this.label6.Dock = System.Windows.Forms.DockStyle.Fill; 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, 200); this.label6.Margin = new System.Windows.Forms.Padding(0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(120, 40); this.label6.TabIndex = 4; this.label6.Text = "Radius"; // // switch_showsubback // this.switch_showsubback.Anchor = System.Windows.Forms.AnchorStyles.Left; this.switch_showsubback.AutoCheck = true; this.switch_showsubback.Location = new System.Drawing.Point(126, 127); 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"; // // label9 // this.label9.Dock = System.Windows.Forms.DockStyle.Fill; 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, 160); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(120, 40); this.label9.TabIndex = 4; this.label9.Text = "Unique"; // // switch_round // this.switch_round.Anchor = System.Windows.Forms.AnchorStyles.Left; this.switch_round.AutoCheck = true; this.switch_round.Location = new System.Drawing.Point(126, 87); 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"; // // label8 // this.label8.Dock = System.Windows.Forms.DockStyle.Fill; 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, 120); this.label8.Margin = new System.Windows.Forms.Padding(0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(120, 40); this.label8.TabIndex = 4; this.label8.Text = "ShowSubBack"; // // switch_indent // this.switch_indent.Anchor = System.Windows.Forms.AnchorStyles.Left; this.switch_indent.AutoCheck = true; this.switch_indent.Checked = true; this.switch_indent.Location = new System.Drawing.Point(126, 47); 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"; // // label7 // this.label7.Dock = System.Windows.Forms.DockStyle.Fill; 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, 80); this.label7.Margin = new System.Windows.Forms.Padding(0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(120, 40); this.label7.TabIndex = 4; this.label7.Text = "Round"; // // switch_collapsed // this.switch_collapsed.Anchor = System.Windows.Forms.AnchorStyles.Left; this.switch_collapsed.AutoCheck = true; this.switch_collapsed.Location = new System.Drawing.Point(126, 7); 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"; // // label4 // this.label4.Dock = System.Windows.Forms.DockStyle.Fill; 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, 40); this.label4.Margin = new System.Windows.Forms.Padding(0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(120, 40); this.label4.TabIndex = 4; this.label4.Text = "Indent"; // // label3 // this.label3.Dock = System.Windows.Forms.DockStyle.Fill; 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, 0); this.label3.Margin = new System.Windows.Forms.Padding(0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(120, 40); this.label3.TabIndex = 4; this.label3.Text = "Collapsed"; // // buttonCZ // this.buttonCZ.Dock = System.Windows.Forms.DockStyle.Bottom; 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(0, 445); this.buttonCZ.Name = "buttonCZ"; this.buttonCZ.Size = new System.Drawing.Size(250, 32); this.buttonCZ.TabIndex = 51; this.buttonCZ.Text = "重 置"; this.buttonCZ.Type = AntdUI.TTypeMini.Warn; this.buttonCZ.WaveSize = 0; // // 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 = "Menu 导航菜单"; this.header1.UseTitleFont = true; // // MenuDemo // this.Controls.Add(this.stackPanel1); this.Controls.Add(this.header1); this.Name = "MenuDemo"; this.Size = new System.Drawing.Size(750, 551); this.stackPanel1.ResumeLayout(false); this.tabs1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.stackPanel3.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private AntdUI.Panel stackPanel1; private AntdUI.Divider divider2; private AntdUI.Panel stackPanel3; private AntdUI.Label label9; private AntdUI.Label label8; private AntdUI.Label label7; private AntdUI.Label label4; private AntdUI.Label label3; 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.ColorPicker colorPicker_backactive; private AntdUI.Label label13; private AntdUI.ColorPicker colorPicker_backhover; private AntdUI.Label label12; private AntdUI.ColorPicker colorPicker_foreactive; private AntdUI.Label label14; private AntdUI.ColorPicker colorPicker_forecolor; private AntdUI.Label label11; private AntdUI.InputNumber input_radius; private AntdUI.Label label6; private AntdUI.PageHeader header1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }