資源簡介
登錄窗口設計,調用在Program.cs里面,用戶(160018)密碼(123456)正確,進入主程序,錯誤有提示。
窗口陰影等效果2種方式,api(Form1.cs)和透明陰影圖片方式(Show_Tips.cs)。
動畫背景參考前面的例子http://www.haolizi.net/example/view_11141.html
圖片文件在bin/Res里面。
圖片資源文件可以到http://www.freepik.com/下載,國內各素材網基本都從這里盜圖,
如訪問不了,
1、使用代理,如“藍燈”什么的;
2、使用阿里巴巴的dns,修改你的dns為(223.5.5.5、223.6.6.6)網超快。
窗口陰影等效果2種方式,api(Form1.cs)和透明陰影圖片方式(Show_Tips.cs)。
動畫背景參考前面的例子http://www.haolizi.net/example/view_11141.html
圖片文件在bin/Res里面。
圖片資源文件可以到http://www.freepik.com/下載,國內各素材網基本都從這里盜圖,
如訪問不了,
1、使用代理,如“藍燈”什么的;
2、使用阿里巴巴的dns,修改你的dns為(223.5.5.5、223.6.6.6)網超快。
代碼片段和文件信息
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?LogDemo
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????48640??2017-07-01?13:25??LogDemo\.vs\LogDemo\v14\.suo
?????文件????????189??2017-07-01?09:27??LogDemo\App.config
?????文件??????34304??2017-07-01?13:25??LogDemo\bin\Debug\LogDemo.exe
?????文件????????189??2017-07-01?09:27??LogDemo\bin\Debug\LogDemo.exe.config
?????文件??????36352??2017-07-01?13:25??LogDemo\bin\Debug\LogDemo.pdb
?????文件??????22696??2017-07-01?13:25??LogDemo\bin\Debug\LogDemo.vshost.exe
?????文件????????189??2017-07-01?09:27??LogDemo\bin\Debug\LogDemo.vshost.exe.config
?????文件????????490??2017-03-19?05:00??LogDemo\bin\Debug\LogDemo.vshost.exe.manifest
?????文件?????470742??2014-03-15?16:32??LogDemo\bin\Debug\Res\background.png
?????文件??????16347??2017-07-01?12:31??LogDemo\bin\Debug\Res\cursor.png
?????文件??????22721??2017-07-01?08:27??LogDemo\bin\Debug\Res\err1.png
?????文件?????879013??2014-03-15?16:34??LogDemo\bin\Debug\Res\foreground.png
?????文件??????74343??2017-07-01?11:10??LogDemo\bin\Debug\Res\log.png
?????文件??????17181??2017-06-29?13:57??LogDemo\bin\Debug\Res\log_name.png
?????文件??????21510??2017-06-29?16:47??LogDemo\bin\Debug\Res\L_ok.png
?????文件????????766??2017-06-29?14:25??LogDemo\bin\Debug\Res\quit.png
?????文件????????728??2017-06-29?14:26??LogDemo\bin\Debug\Res\reg.png
?????文件??????18736??2017-07-01?12:09??LogDemo\bin\Debug\Res\tips1.png
?????文件??????12840??2017-06-28?13:01??LogDemo\bin\Debug\Res\waiting.gif
?????文件????????388??2017-07-01?09:27??LogDemo\Form1.cs
?????文件???????1163??2017-07-01?09:27??LogDemo\Form1.Designer.cs
?????文件???????4459??2017-07-01?09:48??LogDemo\LogDemo.csproj
?????文件????????980??2017-07-01?09:27??LogDemo\LogDemo.sln
?????文件??????12360??2017-07-01?13:25??LogDemo\login.cs
?????文件???????6496??2017-07-01?13:25??LogDemo\login.Designer.cs
?????文件??????21789??2017-07-01?13:25??LogDemo\login.resx
?????文件????????641??2017-07-01?09:35??LogDemo\Program.cs
?????文件???????1322??2017-07-01?09:27??LogDemo\Properties\AssemblyInfo.cs
?????文件???????2827??2017-07-01?09:27??LogDemo\Properties\Resources.Designer.cs
?????文件???????5612??2017-07-01?09:27??LogDemo\Properties\Resources.resx
............此處省略20個文件信息
- 上一篇:Cefsharp網盤搜索
- 下一篇:c#開發的socket封裝類
評論
共有 條評論