資源簡介
一款簡單的抽獎,幫助初學者
代碼片段和文件信息
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;
using?System.Runtime.InteropServices;
using?System.Drawing.Drawing2D;
namespace?抽獎
{
????public?partial?class?Form1?:?Form
????{
????????Point?mouseOff;//鼠標移動位置變量
????????bool?leftFlag;//標記是否為左鍵
????????private?const?int?CS_DropSHADOW?=?0x20000;
????????private?const?int?GCL_style?=?(-26);
????????[DllImport(“user32.dll“?CharSet?=?CharSet.Auto)]
????????public?static?extern?int?SetClassLong(IntPtr?hwnd?int?nIndex?int?dwNewLong);
????????[DllImport(“user32.dll“?CharSet?=?CharSet.Auto)]
????????public?static?extern?int?GetClassLong(IntPtr?hwnd?int?nInde
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-01-08?23:13??抽獎\
?????目錄???????????0??2016-01-11?10:45??抽獎\抽獎\
?????文件?????????187??2016-01-08?23:13??抽獎\抽獎\App.config
?????文件???????10357??2016-01-09?12:48??抽獎\抽獎\Form1.Designer.cs
?????文件????????4865??2016-01-11?10:45??抽獎\抽獎\Form1.cs
?????文件?????1283763??2016-01-09?12:48??抽獎\抽獎\Form1.resx
?????文件?????????518??2016-01-08?23:13??抽獎\抽獎\Program.cs
?????目錄???????????0??2016-01-08?23:13??抽獎\抽獎\Properties\
?????文件????????1336??2016-01-08?23:13??抽獎\抽獎\Properties\AssemblyInfo.cs
?????文件????????2864??2016-01-08?23:13??抽獎\抽獎\Properties\Resources.Designer.cs
?????文件????????5612??2016-01-08?23:13??抽獎\抽獎\Properties\Resources.resx
?????文件????????1093??2016-01-08?23:13??抽獎\抽獎\Properties\Settings.Designer.cs
?????文件?????????249??2016-01-08?23:13??抽獎\抽獎\Properties\Settings.settings
?????目錄???????????0??2016-01-09?01:37??抽獎\抽獎\bin\
?????目錄???????????0??2016-01-09?12:48??抽獎\抽獎\bin\Debug\
?????文件??????866304??2016-01-11?10:45??抽獎\抽獎\bin\Debug\抽獎.exe
?????文件?????????187??2016-01-08?23:13??抽獎\抽獎\bin\Debug\抽獎.exe.config
?????文件???????34304??2016-01-11?10:45??抽獎\抽獎\bin\Debug\抽獎.pdb
?????文件???????23168??2016-01-11?10:45??抽獎\抽獎\bin\Debug\抽獎.vshost.exe
?????文件?????????187??2016-01-08?23:13??抽獎\抽獎\bin\Debug\抽獎.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??抽獎\抽獎\bin\Debug\抽獎.vshost.exe.manifest
?????目錄???????????0??2016-01-11?12:19??抽獎\抽獎\bin\Release\
?????目錄???????????0??2016-01-08?23:13??抽獎\抽獎\obj\
?????目錄???????????0??2016-01-11?10:45??抽獎\抽獎\obj\Debug\
?????文件????????1453??2016-01-11?10:30??抽獎\抽獎\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6983??2016-01-09?12:20??抽獎\抽獎\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2016-01-11?12:19??抽獎\抽獎\obj\Debug\TempPE\
?????文件???????????0??2016-01-08?23:13??抽獎\抽獎\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2016-01-08?23:13??抽獎\抽獎\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2016-01-08?23:13??抽獎\抽獎\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件??????852708??2016-01-09?12:48??抽獎\抽獎\obj\Debug\抽獎.Form1.resources
............此處省略10個文件信息
評論
共有 條評論