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

資源簡介

Winform制作的精美時鐘源碼

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Data;
using?System.Text;
using?System.Windows.Forms;
using?System.Drawing.Drawing2D;

namespace?WinClock
{
????public?partial?class?ClockControl?:?UserControl
????{
????????const?int?screenWidth?=?200;?//屏幕寬度
????????const?int?screenHeight?=?200;?//屏幕高度
????????public?ClockControl()
????????{
????????????InitializeComponent();

????????????this.Width?=?screenWidth?+?1;
????????????this.Height?=?screenHeight?+?1;
????????????this.DoubleBuffered?=?true;?//控件緩沖,避免閃爍
????????????this.Setstyle(Controlstyles.ResizeRedraw?true);
????????????clockTimer.Start();
????????}
????????private?void?clockTimer_Tick(object?sender?EventArgs?e)
????????{
????????????Inv

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2724??2017-03-28?10:28??51Aspx源碼必讀.txt
?????目錄???????????0??2017-03-28?10:25??bin\
?????目錄???????????0??2017-03-28?10:25??bin\Debug\
?????文件???????10752??2013-03-08?17:11??bin\Debug\WinClock.exe
?????文件???????24064??2013-03-08?17:11??bin\Debug\WinClock.pdb
?????文件???????11608??2017-03-28?10:25??bin\Debug\WinClock.vshost.exe
?????文件?????????490??2012-06-02?22:34??bin\Debug\WinClock.vshost.exe.manifest
?????目錄???????????0??2017-03-28?10:25??bin\Release\
?????文件????????5404??2013-03-08?17:11??ClockControl.cs
?????文件????????1780??2013-03-08?17:11??ClockControl.Designer.cs
?????文件????????6015??2013-03-08?17:10??ClockControl.resx
?????文件?????????533??2013-03-08?17:11??Form10.cs
?????文件????????2125??2013-03-08?17:11??Form10.Designer.cs
?????文件????????5817??2013-03-08?17:10??Form10.resx
?????文件????????4945??2014-04-30?09:10??from.gif
?????目錄???????????0??2017-03-28?10:25??obj\
?????目錄???????????0??2017-03-28?10:25??obj\x86\
?????目錄???????????0??2017-03-28?10:25??obj\x86\Debug\
?????文件????????5382??2017-03-28?10:25??obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????718??2013-03-08?17:11??obj\x86\Debug\GenerateResource-ResGen.read.1.tlog
?????文件?????????756??2013-03-08?17:11??obj\x86\Debug\GenerateResource-ResGen.write.1.tlog
?????目錄???????????0??2017-03-28?10:25??obj\x86\Debug\TempPE\
?????文件?????????180??2013-03-08?17:11??obj\x86\Debug\WinClock.ClockControl.resources
?????文件?????????804??2017-03-28?10:26??obj\x86\Debug\WinClock.csproj.FileListAbsolute.txt
?????文件???????10752??2013-03-08?17:11??obj\x86\Debug\WinClock.exe
?????文件?????????180??2013-03-08?17:11??obj\x86\Debug\WinClock.Form10.resources
?????文件???????24064??2013-03-08?17:11??obj\x86\Debug\WinClock.pdb
?????文件?????????180??2013-03-08?17:11??obj\x86\Debug\WinClock.Properties.Resources.resources
?????文件?????????470??2013-03-08?17:11??Program.cs
?????目錄???????????0??2017-03-28?10:25??Properties\
?????文件????????1356??2013-03-08?17:10??Properties\AssemblyInfo.cs
............此處省略6個文件信息

評論

共有 條評論