資源簡(jiǎn)介
自己制作簡(jiǎn)單的屏保程序,歡迎下載
代碼片段和文件信息
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?屏保程序
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????int?deltX?=?10;
????????int?deltY?=?8;
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????this.label1.Left?+=?deltX;
????????????this.label1.Top?+=?deltY;
????????????if?(this.label1.Top?0?||
????????????????this.label1.Top?+?this.label1.Height?>?this.Height)
????????????????deltY?=?-deltY;
????????????if?(this.label1.Left?0?||
????????????????this.label1.Left?+?this.labe
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-10-13?18:58??屏保程序\
?????目錄???????????0??2018-10-13?18:58??屏保程序\.vs\
?????目錄???????????0??2018-10-13?18:58??屏保程序\.vs\屏保程序\
?????目錄???????????0??2018-10-13?18:58??屏保程序\.vs\屏保程序\v14\
?????文件???????40448??2018-10-13?19:43??屏保程序\.vs\屏保程序\v14\.suo
?????目錄???????????0??2018-10-13?19:35??屏保程序\屏保程序\
?????文件?????????189??2018-10-13?18:58??屏保程序\屏保程序\App.config
?????文件????????2934??2018-10-13?19:35??屏保程序\屏保程序\Form1.Designer.cs
?????文件????????1039??2018-10-13?19:35??屏保程序\屏保程序\Form1.cs
?????文件????????6011??2018-10-13?19:35??屏保程序\屏保程序\Form1.resx
?????文件?????????524??2018-10-13?18:58??屏保程序\屏保程序\Program.cs
?????目錄???????????0??2018-10-13?18:58??屏保程序\屏保程序\Properties\
?????文件????????1350??2018-10-13?18:58??屏保程序\屏保程序\Properties\AssemblyInfo.cs
?????文件????????2837??2018-10-13?18:58??屏保程序\屏保程序\Properties\Resources.Designer.cs
?????文件????????5612??2018-10-13?18:58??屏保程序\屏保程序\Properties\Resources.resx
?????文件????????1099??2018-10-13?18:58??屏保程序\屏保程序\Properties\Settings.Designer.cs
?????文件?????????249??2018-10-13?18:58??屏保程序\屏保程序\Properties\Settings.settings
?????目錄???????????0??2018-10-13?18:58??屏保程序\屏保程序\bin\
?????目錄???????????0??2018-10-13?19:12??屏保程序\屏保程序\bin\Debug\
?????文件????????9216??2018-10-13?19:35??屏保程序\屏保程序\bin\Debug\屏保程序.exe
?????文件?????????189??2018-10-13?18:58??屏保程序\屏保程序\bin\Debug\屏保程序.exe.config
?????文件???????19968??2018-10-13?19:35??屏保程序\屏保程序\bin\Debug\屏保程序.pdb
?????文件???????22696??2018-10-13?19:41??屏保程序\屏保程序\bin\Debug\屏保程序.vshost.exe
?????文件?????????189??2018-10-13?18:58??屏保程序\屏保程序\bin\Debug\屏保程序.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??屏保程序\屏保程序\bin\Debug\屏保程序.vshost.exe.manifest
?????目錄???????????0??2018-10-13?18:58??屏保程序\屏保程序\obj\
?????目錄???????????0??2018-10-13?19:35??屏保程序\屏保程序\obj\Debug\
?????文件????????1464??2018-10-13?19:35??屏保程序\屏保程序\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7172??2018-10-13?18:58??屏保程序\屏保程序\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2019-03-15?11:42??屏保程序\屏保程序\obj\Debug\TempPE\
?????文件???????????0??2018-10-13?18:58??屏保程序\屏保程序\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
............此處省略11個(gè)文件信息
評(píng)論
共有 條評(píng)論