更新Demo
This commit is contained in:
parent
2c3022a322
commit
c451a61a66
72
SunnyUI.Demo/Controls/FButton.Designer.cs
generated
72
SunnyUI.Demo/Controls/FButton.Designer.cs
generated
@ -84,10 +84,17 @@ namespace Sunny.UI.Demo
|
||||
this.uiToolTip1 = new Sunny.UI.UIToolTip(this.components);
|
||||
this.uiSwitch5 = new Sunny.UI.UISwitch();
|
||||
this.uiSwitch6 = new Sunny.UI.UISwitch();
|
||||
this.uiMenuButton1 = new Sunny.UI.UIMenuButton();
|
||||
this.uiLine6 = new Sunny.UI.UILine();
|
||||
this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip();
|
||||
this.菜单一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.菜单二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.菜单三ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiImageButton4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiImageButton3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiImageButton2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiImageButton1)).BeginInit();
|
||||
this.uiContextMenuStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// uiSwitch3
|
||||
@ -1004,11 +1011,69 @@ namespace Sunny.UI.Demo
|
||||
this.uiSwitch6.TabIndex = 117;
|
||||
this.uiSwitch6.Text = "uiSwitch6";
|
||||
//
|
||||
// uiMenuButton1
|
||||
//
|
||||
this.uiMenuButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.uiMenuButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiMenuButton1.Location = new System.Drawing.Point(30, 554);
|
||||
this.uiMenuButton1.Menu = this.uiContextMenuStrip1;
|
||||
this.uiMenuButton1.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.uiMenuButton1.Name = "uiMenuButton1";
|
||||
this.uiMenuButton1.Size = new System.Drawing.Size(180, 35);
|
||||
this.uiMenuButton1.Symbol = 361642;
|
||||
this.uiMenuButton1.TabIndex = 118;
|
||||
this.uiMenuButton1.Text = "下拉菜单按钮";
|
||||
this.uiMenuButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
//
|
||||
// uiLine6
|
||||
//
|
||||
this.uiLine6.BackColor = System.Drawing.Color.Transparent;
|
||||
this.uiLine6.Font = new System.Drawing.Font("宋体", 12F);
|
||||
this.uiLine6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiLine6.Location = new System.Drawing.Point(30, 516);
|
||||
this.uiLine6.MinimumSize = new System.Drawing.Size(16, 16);
|
||||
this.uiLine6.Name = "uiLine6";
|
||||
this.uiLine6.Size = new System.Drawing.Size(312, 20);
|
||||
this.uiLine6.TabIndex = 119;
|
||||
this.uiLine6.Text = "UIMenuButton";
|
||||
this.uiLine6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// uiContextMenuStrip1
|
||||
//
|
||||
this.uiContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||
this.uiContextMenuStrip1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.菜单一ToolStripMenuItem,
|
||||
this.菜单二ToolStripMenuItem,
|
||||
this.菜单三ToolStripMenuItem});
|
||||
this.uiContextMenuStrip1.Name = "uiContextMenuStrip1";
|
||||
this.uiContextMenuStrip1.Size = new System.Drawing.Size(123, 70);
|
||||
//
|
||||
// 菜单一ToolStripMenuItem
|
||||
//
|
||||
this.菜单一ToolStripMenuItem.Name = "菜单一ToolStripMenuItem";
|
||||
this.菜单一ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
||||
this.菜单一ToolStripMenuItem.Text = "菜单一";
|
||||
//
|
||||
// 菜单二ToolStripMenuItem
|
||||
//
|
||||
this.菜单二ToolStripMenuItem.Name = "菜单二ToolStripMenuItem";
|
||||
this.菜单二ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
||||
this.菜单二ToolStripMenuItem.Text = "菜单二";
|
||||
//
|
||||
// 菜单三ToolStripMenuItem
|
||||
//
|
||||
this.菜单三ToolStripMenuItem.Name = "菜单三ToolStripMenuItem";
|
||||
this.菜单三ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
||||
this.菜单三ToolStripMenuItem.Text = "菜单三";
|
||||
//
|
||||
// FButton
|
||||
//
|
||||
this.AllowShowTitle = true;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(800, 614);
|
||||
this.Controls.Add(this.uiLine6);
|
||||
this.Controls.Add(this.uiMenuButton1);
|
||||
this.Controls.Add(this.uiSymbolButton24);
|
||||
this.Controls.Add(this.uiSwitch6);
|
||||
this.Controls.Add(this.uiSwitch5);
|
||||
@ -1072,6 +1137,7 @@ namespace Sunny.UI.Demo
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiImageButton3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiImageButton2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.uiImageButton1)).EndInit();
|
||||
this.uiContextMenuStrip1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@ -1132,5 +1198,11 @@ namespace Sunny.UI.Demo
|
||||
private UIToolTip uiToolTip1;
|
||||
private UISwitch uiSwitch5;
|
||||
private UISwitch uiSwitch6;
|
||||
private UIMenuButton uiMenuButton1;
|
||||
private UILine uiLine6;
|
||||
private UIContextMenuStrip uiContextMenuStrip1;
|
||||
private System.Windows.Forms.ToolStripMenuItem 菜单一ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 菜单二ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 菜单三ToolStripMenuItem;
|
||||
}
|
||||
}
|
@ -120,4 +120,7 @@
|
||||
<metadata name="uiToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="uiContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>133, 17</value>
|
||||
</metadata>
|
||||
</root>
|
@ -44,14 +44,14 @@
|
||||
<Reference Include="SunnyUI, Version=3.8.1.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.3.8.1\lib\net472\SunnyUI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SunnyUI.COM, Version=6.6.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.COM.6.6.0\lib\net472\SunnyUI.COM.dll</HintPath>
|
||||
<Reference Include="SunnyUI.COM, Version=6.6.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.COM.6.6.1\lib\net472\SunnyUI.COM.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SunnyUI.Common, Version=3.8.1.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.Common.3.8.1\lib\net472\SunnyUI.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SunnyUI.FrameDecoder, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.FrameDecoder.7.3.0\lib\net472\SunnyUI.FrameDecoder.dll</HintPath>
|
||||
<Reference Include="SunnyUI.FrameDecoder, Version=7.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.FrameDecoder.7.5.0\lib\net472\SunnyUI.FrameDecoder.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SunnyUI.Serialization, Version=6.5.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SunnyUI.Serialization.6.5.2\lib\net472\SunnyUI.Serialization.dll</HintPath>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="SunnyUI" version="3.8.1" targetFramework="net472" />
|
||||
<package id="SunnyUI.COM" version="6.6.0" targetFramework="net472" />
|
||||
<package id="SunnyUI.COM" version="6.6.1" targetFramework="net472" />
|
||||
<package id="SunnyUI.Common" version="3.8.1" targetFramework="net472" />
|
||||
<package id="SunnyUI.FrameDecoder" version="7.3.0" targetFramework="net472" />
|
||||
<package id="SunnyUI.FrameDecoder" version="7.5.0" targetFramework="net472" />
|
||||
<package id="SunnyUI.Serialization" version="6.5.2" targetFramework="net472" />
|
||||
<package id="System.Buffers" version="4.6.0" targetFramework="net472" />
|
||||
<package id="System.Memory" version="4.6.0" targetFramework="net472" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user