91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.32M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 仿WPF??wpf??wp??菜單??

資源簡介

實現點擊圖標,顯示小菜單,再次點擊,小菜單關閉

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;

namespace?wpf小菜單
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?pictureBox1_Click(object?sender?EventArgs?e)
????????{
????????????if?(Convert.ToInt16(pictureBox1.Tag)?==?0)
????????????{
????????????????panel1.Visible?=?true;
????????????????panel1.Size?=?new?Size(150?100);
????????????????panel1.Location?=?new?Point(110?60);
????????????????pictureBox1.Tag?=?1;
????????????????pictureBox1.Image?=?Properties.Resources.skin_click;
????????????}
?????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????187??2020-02-28?20:49??wpf小菜單\wpf小菜單\App.config

?????文件??????84480??2020-02-28?21:15??wpf小菜單\wpf小菜單\bin\Debug\wpf小菜單.exe

?????文件????????187??2020-02-28?20:49??wpf小菜單\wpf小菜單\bin\Debug\wpf小菜單.exe.config

?????文件??????26112??2020-02-28?21:15??wpf小菜單\wpf小菜單\bin\Debug\wpf小菜單.pdb

?????文件??????24224??2020-02-28?21:18??wpf小菜單\wpf小菜單\bin\Debug\wpf小菜單.vshost.exe

?????文件????????187??2020-02-28?20:49??wpf小菜單\wpf小菜單\bin\Debug\wpf小菜單.vshost.exe.config

?????文件????????490??2018-04-12?07:35??wpf小菜單\wpf小菜單\bin\Debug\wpf小菜單.vshost.exe.manifest

?????文件???????1016??2020-02-28?21:15??wpf小菜單\wpf小菜單\Form1.cs

?????文件???????5964??2020-02-28?21:14??wpf小菜單\wpf小菜單\Form1.Designer.cs

?????文件???????5817??2020-02-28?21:14??wpf小菜單\wpf小菜單\Form1.resx

?????文件???????1453??2020-02-28?21:18??wpf小菜單\wpf小菜單\obj\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????7641??2020-02-28?21:14??wpf小菜單\wpf小菜單\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件??????????0??2020-02-28?20:49??wpf小菜單\wpf小菜單\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

?????文件??????????0??2020-02-28?20:49??wpf小菜單\wpf小菜單\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

?????文件??????????0??2020-02-28?20:49??wpf小菜單\wpf小菜單\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

?????文件???????5120??2020-02-28?21:14??wpf小菜單\wpf小菜單\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件???????1068??2020-02-28?21:18??wpf小菜單\wpf小菜單\obj\Debug\wpf小菜單.csproj.FileListAbsolute.txt

?????文件???????1173??2020-02-28?21:14??wpf小菜單\wpf小菜單\obj\Debug\wpf小菜單.csproj.GenerateResource.Cache

?????文件???????2211??2020-02-28?20:53??wpf小菜單\wpf小菜單\obj\Debug\wpf小菜單.csprojResolveAssemblyReference.cache

?????文件??????84480??2020-02-28?21:15??wpf小菜單\wpf小菜單\obj\Debug\wpf小菜單.exe

?????文件????????180??2020-02-28?21:14??wpf小菜單\wpf小菜單\obj\Debug\wpf小菜單.Form1.resources

?????文件??????26112??2020-02-28?21:15??wpf小菜單\wpf小菜單\obj\Debug\wpf小菜單.pdb

?????文件??????73877??2020-02-28?21:14??wpf小菜單\wpf小菜單\obj\Debug\wpf小菜單.Properties.Resources.resources

?????文件????????524??2020-02-28?20:49??wpf小菜單\wpf小菜單\Program.cs

?????文件???????1348??2020-02-28?20:49??wpf小菜單\wpf小菜單\Properties\AssemblyInfo.cs

?????文件???????4706??2020-02-28?21:14??wpf小菜單\wpf小菜單\Properties\Resources.Designer.cs

?????文件???????7159??2020-02-28?21:14??wpf小菜單\wpf小菜單\Properties\Resources.resx

?????文件???????1099??2020-02-28?20:49??wpf小菜單\wpf小菜單\Properties\Settings.Designer.cs

?????文件????????249??2020-02-28?20:49??wpf小菜單\wpf小菜單\Properties\Settings.settings

?????文件?????129022??2020-02-28?20:52??wpf小菜單\wpf小菜單\Resources\a.png

............此處省略19個文件信息

評論

共有 條評論