• 大小: 3.29M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  抽奖  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;
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个文件信息

评论

共有 条评论