資源簡介
該程序是用C#是做一個會走時的旋轉時鐘
代碼片段和文件信息
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?Clock
{
????public?partial?class?Form1?:?Form
????{
????????private?float?radius?=?120;?????????????????????????????//定義圓半徑
????????private?PointF?center;
????????private?Color?framecolor?=?Color.FromArgb(88?139?150);//定義圓顏色
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
???
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????center?=?new?PointF(this.ClientSize.Width?/?2?this.ClientSize.Height?/?2);?????//時鐘位置
????????????Timer?t?=?new?Timer();
????????????t.Tick?+=?T_Tick;
?????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????43520??2020-05-29?15:31??Clock\.vs\Clock\v14\.suo
?????文件????????189??2020-05-28?15:25??Clock\Clock\App.config
?????文件??????10240??2020-05-29?15:31??Clock\Clock\bin\Debug\Clock.exe
?????文件????????189??2020-05-28?15:25??Clock\Clock\bin\Debug\Clock.exe.config
?????文件??????22016??2020-05-29?15:31??Clock\Clock\bin\Debug\Clock.pdb
?????文件??????22696??2020-05-29?15:31??Clock\Clock\bin\Debug\Clock.vshost.exe
?????文件????????189??2020-05-28?15:25??Clock\Clock\bin\Debug\Clock.vshost.exe.config
?????文件????????490??2015-10-22?09:54??Clock\Clock\bin\Debug\Clock.vshost.exe.manifest
?????文件???????3908??2020-05-28?15:39??Clock\Clock\Clock.csproj
?????文件???????4650??2020-05-29?15:31??Clock\Clock\Form1.cs
?????文件???????1785??2020-05-29?15:31??Clock\Clock\Form1.Designer.cs
?????文件???????5817??2020-05-29?15:31??Clock\Clock\Form1.resx
?????文件????????555??2020-05-29?15:31??Clock\Clock\obj\Debug\Clock.csproj.FileListAbsolute.txt
?????文件???????1012??2020-05-29?15:31??Clock\Clock\obj\Debug\Clock.csproj.GenerateResource.Cache
?????文件???????2384??2020-05-28?15:41??Clock\Clock\obj\Debug\Clock.csprojResolveAssemblyReference.cache
?????文件??????10240??2020-05-29?15:31??Clock\Clock\obj\Debug\Clock.exe
?????文件????????180??2020-05-29?15:31??Clock\Clock\obj\Debug\Clock.Form1.resources
?????文件??????22016??2020-05-29?15:31??Clock\Clock\obj\Debug\Clock.pdb
?????文件????????180??2020-05-28?15:41??Clock\Clock\obj\Debug\Clock.Properties.Resources.resources
?????文件???????1464??2020-05-29?14:51??Clock\Clock\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7112??2020-05-28?15:25??Clock\Clock\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2020-05-28?15:25??Clock\Clock\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2020-05-28?15:25??Clock\Clock\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2020-05-28?15:25??Clock\Clock\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????517??2020-05-28?15:25??Clock\Clock\Program.cs
?????文件???????1336??2020-05-28?15:25??Clock\Clock\Properties\AssemblyInfo.cs
?????文件???????2823??2020-05-28?15:25??Clock\Clock\Properties\Resources.Designer.cs
?????文件???????5612??2020-05-28?15:25??Clock\Clock\Properties\Resources.resx
?????文件???????1092??2020-05-28?15:25??Clock\Clock\Properties\Settings.Designer.cs
?????文件????????249??2020-05-28?15:25??Clock\Clock\Properties\Settings.settings
............此處省略15個文件信息
- 上一篇:C#抓取網頁股票年報數據程序源代碼
- 下一篇:中國象棋游戲源碼(單機版)
評論
共有 條評論