資源簡介
鐘源碼
可以自己下載看看,很好的實例
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
//Download?by?http://www.codefans.net
namespace?clock
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????Bitmap?b?=?new?Bitmap(global::clock.Properties.Resources.bkg);
????????Bitmap?h?=?new?Bitmap(global::clock.Properties.Resources.met2000);
????????Bitmap?m?=?new?Bitmap(global::clock.Properties.Resources.met2002);
????????Bitmap?s?=?new?Bitmap(global::clock.Properties.Resources.met2004);
????????public?static?Bitmap?Rotate(Bitmap?b?int?angle)//圖片旋轉
????????{
????????????angle?=360?-?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-07?13:43??鐘\
?????目錄???????????0??2018-04-07?13:43??鐘\clock\
?????文件?????????857??2014-09-15?15:04??鐘\clock.sln
?????文件???????15360??2018-04-07?13:32??鐘\clock.suo
?????文件?????????117??2014-09-15?15:04??鐘\clock\app.config
?????目錄???????????0??2018-04-07?13:43??鐘\clock\bin\
?????目錄???????????0??2018-04-07?13:43??鐘\clock\bin\Debug\
?????文件????????1606??2018-04-07?13:32??鐘\clock\bin\Debug\clock.application
?????文件??????196608??2018-04-07?13:32??鐘\clock\bin\Debug\clock.exe
?????文件?????????117??2014-09-15?15:04??鐘\clock\bin\Debug\clock.exe.config
?????文件????????4399??2018-04-07?13:32??鐘\clock\bin\Debug\clock.exe.manifest
?????文件???????32256??2018-04-07?13:32??鐘\clock\bin\Debug\clock.pdb
?????文件????????1606??2018-04-07?13:32??鐘\clock\bin\Debug\clock.vshost.application
?????文件???????11608??2018-04-07?13:32??鐘\clock\bin\Debug\clock.vshost.exe
?????文件?????????117??2014-09-15?15:04??鐘\clock\bin\Debug\clock.vshost.exe.config
?????文件????????4399??2018-04-07?13:32??鐘\clock\bin\Debug\clock.vshost.exe.manifest
?????文件????????6721??2018-04-07?13:32??鐘\clock\clock.csproj
?????文件?????????482??2014-09-15?15:04??鐘\clock\clock.csproj.user
?????文件???????10214??2014-09-15?15:04??鐘\clock\Form1.cs
?????文件????????6886??2014-09-15?15:04??鐘\clock\Form1.Designer.cs
?????文件????????6217??2014-09-15?15:04??鐘\clock\Form1.resx
?????目錄???????????0??2018-04-07?13:43??鐘\clock\obj\
?????目錄???????????0??2018-04-07?13:43??鐘\clock\obj\x86\
?????目錄???????????0??2018-04-07?13:43??鐘\clock\obj\x86\Debug\
?????文件????????1606??2018-04-07?13:32??鐘\clock\obj\x86\Debug\clock.application
?????文件????????1383??2018-04-07?13:32??鐘\clock\obj\x86\Debug\clock.csproj.FileListAbsolute.txt
?????文件????????1499??2018-04-07?13:31??鐘\clock\obj\x86\Debug\clock.csproj.GenerateResource.Cache
?????文件??????196608??2018-04-07?13:32??鐘\clock\obj\x86\Debug\clock.exe
?????文件????????4399??2018-04-07?13:32??鐘\clock\obj\x86\Debug\clock.exe.manifest
?????文件?????????180??2018-04-07?13:32??鐘\clock\obj\x86\Debug\clock.Form1.resources
?????文件???????32256??2018-04-07?13:32??鐘\clock\obj\x86\Debug\clock.pdb
............此處省略32個文件信息
評論
共有 條評論