• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 鼠标  显示  

资源简介

显示鼠标等待光标

资源截图

代码片段和文件信息

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 ShowWaitMouse
{
    public partial class Frm_Main : Form
    {
        public Frm_Main()
        {
            InitializeComponent();
        }

        private void Frm_Main_Load(object sender EventArgs e)
        {
            this.Cursor = Cursors.WaitCursor;//将当前窗体的光标样式修改为等待光标
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       7680  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\bin\Debug\ShowWaitMouse.exe

     文件      28160  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\bin\Debug\ShowWaitMouse.pdb

     文件      14328  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\bin\Debug\ShowWaitMouse.vshost.exe

     文件        490  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\bin\Debug\ShowWaitMouse.vshost.exe.manifest

     文件        557  2016-12-21 17:50  ShowWaitMouse\ShowWaitMouse\Frm_Main.cs

     文件       1588  2016-12-21 17:50  ShowWaitMouse\ShowWaitMouse\Frm_Main.Designer.cs

     文件       5814  2016-12-21 17:50  ShowWaitMouse\ShowWaitMouse\Frm_Main.resx

     文件       7032  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       2049  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.csproj.FileListAbsolute.txt

     文件        850  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.csproj.GenerateResource.Cache

     文件       7680  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.exe

     文件        180  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.Frm_Main.resources

     文件      28160  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.pdb

     文件        180  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.Properties.Resources.resources

     文件       4608  2016-12-22 04:18  ShowWaitMouse\ShowWaitMouse\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        497  2016-12-21 17:50  ShowWaitMouse\ShowWaitMouse\Program.cs

     文件       1358  2016-12-21 21:18  ShowWaitMouse\ShowWaitMouse\Properties\AssemblyInfo.cs

     文件       2866  2016-12-21 21:18  ShowWaitMouse\ShowWaitMouse\Properties\Resources.Designer.cs

     文件       5612  2016-12-21 21:18  ShowWaitMouse\ShowWaitMouse\Properties\Resources.resx

     文件       1113  2016-12-21 21:18  ShowWaitMouse\ShowWaitMouse\Properties\Settings.Designer.cs

     文件        249  2016-12-21 21:18  ShowWaitMouse\ShowWaitMouse\Properties\Settings.settings

     文件       3995  2016-12-21 17:50  ShowWaitMouse\ShowWaitMouse\ShowWaitMouse.csproj

     文件        929  2016-12-21 16:09  ShowWaitMouse\ShowWaitMouse.sln

     目录          0  2016-12-22 04:18  ShowWaitMouse\ShowWaitMouse\obj\Debug\Refactor

     目录          0  2016-12-22 04:18  ShowWaitMouse\ShowWaitMouse\obj\Debug\TempPE

     目录          0  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\bin\Debug

     目录          0  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\bin\Release

     目录          0  2016-12-22 04:18  ShowWaitMouse\ShowWaitMouse\obj\Debug

     目录          0  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\bin

     目录          0  2016-12-22 03:39  ShowWaitMouse\ShowWaitMouse\obj

............此处省略6个文件信息

评论

共有 条评论