資源簡介
電子顯示器(實現(xiàn)更新當前時間滾動字幕)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?_17電子顯示器
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????timer1.Start();
????????????timer2.Start();
????????????label1.Text?=?“現(xiàn)在的時間是:“?+?DateTime.Now.Year.ToString()?+?“年“?+?DateTime.Now.Month.ToString()?+?“月“?+?DateTime.Now.Day.ToString()?+?“日“?+?DateTime.Now.Hour.ToString()?+?“時“?+?DateTime.Now.Minute.ToString()?+?“分“?+?DateTime.Now.Second.ToString()+“秒“?;
????????????label2.Left?=?label2.Left?-?20;
????????}
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????11264??2019-11-15?09:03??17電子顯示器\.vs\17電子顯示器\v14\.suo
?????文件???????3694??2019-11-15?09:10??17電子顯示器\17電子顯示器\17電子顯示器.csproj
?????文件???????9728??2019-11-16?10:52??17電子顯示器\17電子顯示器\bin\Debug\17電子顯示器.exe
?????文件??????19968??2019-11-16?10:52??17電子顯示器\17電子顯示器\bin\Debug\17電子顯示器.pdb
?????文件??????22696??2019-11-16?10:52??17電子顯示器\17電子顯示器\bin\Debug\17電子顯示器.vshost.exe
?????文件????????490??2017-09-29?21:43??17電子顯示器\17電子顯示器\bin\Debug\17電子顯示器.vshost.exe.manifest
?????文件???????1471??2019-11-15?09:19??17電子顯示器\17電子顯示器\Form1.cs
?????文件???????3589??2019-11-15?09:13??17電子顯示器\17電子顯示器\Form1.Designer.cs
?????文件???????6205??2019-11-15?09:13??17電子顯示器\17電子顯示器\Form1.resx
?????文件???????1624??2019-11-16?10:52??17電子顯示器\17電子顯示器\obj\x86\Debug\17電子顯示器.csproj.FileListAbsolute.txt
?????文件???????1012??2019-11-16?10:52??17電子顯示器\17電子顯示器\obj\x86\Debug\17電子顯示器.csproj.GenerateResource.Cache
?????文件???????9177??2019-11-16?10:52??17電子顯示器\17電子顯示器\obj\x86\Debug\17電子顯示器.csprojResolveAssemblyReference.cache
?????文件???????9728??2019-11-16?10:52??17電子顯示器\17電子顯示器\obj\x86\Debug\17電子顯示器.exe
?????文件??????19968??2019-11-16?10:52??17電子顯示器\17電子顯示器\obj\x86\Debug\17電子顯示器.pdb
?????文件???????2870??2019-11-16?10:51??17電子顯示器\17電子顯示器\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7143??2019-11-16?10:51??17電子顯示器\17電子顯示器\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????180??2019-11-15?09:13??17電子顯示器\17電子顯示器\obj\x86\Debug\_17電子顯示器.Form1.resources
?????文件????????180??2019-11-15?09:10??17電子顯示器\17電子顯示器\obj\x86\Debug\_17電子顯示器.Properties.Resources.resources
?????文件????????499??2019-11-15?09:03??17電子顯示器\17電子顯示器\Program.cs
?????文件???????1366??2019-11-15?09:03??17電子顯示器\17電子顯示器\Properties\AssemblyInfo.cs
?????文件???????2888??2019-11-15?09:03??17電子顯示器\17電子顯示器\Properties\Resources.Designer.cs
?????文件???????5612??2019-11-15?09:03??17電子顯示器\17電子顯示器\Properties\Resources.resx
?????文件???????1105??2019-11-15?09:03??17電子顯示器\17電子顯示器\Properties\Settings.Designer.cs
?????文件????????249??2019-11-15?09:03??17電子顯示器\17電子顯示器\Properties\Settings.settings
?????文件????????893??2019-11-15?09:03??17電子顯示器\17電子顯示器.sln
????..A..H.?????11264??2019-11-15?09:03??17電子顯示器\17電子顯示器.suo
?????目錄??????????0??2019-11-15?09:03??17電子顯示器\17電子顯示器\obj\x86\Debug\TempPE
?????目錄??????????0??2019-11-16?10:52??17電子顯示器\17電子顯示器\obj\x86\Debug
?????目錄??????????0??2019-11-16?10:51??17電子顯示器\.vs\17電子顯示器\v14
?????目錄??????????0??2019-11-16?10:51??17電子顯示器\17電子顯示器\bin\Debug
............此處省略12個文件信息
評論
共有 條評論