• 大小: 0.86M
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 键盘  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;
using System.Runtime.InteropServices;

namespace WindowsApplication1
{
public partial class AutoKey : Form
{
public AutoKey()
{
InitializeComponent();
}

private const int RUN_WAIT = 100;
private int StartIndex = 3;
private void timer2_Tick(object sender EventArgs e)
{
StartIndex--;
lblInfo.Text = StartIndex.ToString() + “秒后开始!“;
if (StartIndex == 0)
{
timer2.Stop();
timer1.Interval = RUN_WAIT;
timer1.Start();
}
}

private void btnGo_Click(object sender EventArgs e)
{
if (linkHelp.Text == “关闭“)
{
txtCod

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

     文件        144  2014-08-12 11:48  AutoKey\app.config

     文件       8392  2012-05-16 17:02  AutoKey\AutoKey.cs

     文件       3719  2014-08-12 11:48  AutoKey\AutoKey.csproj

     文件        208  2012-05-16 12:40  AutoKey\AutoKey.csproj.user

     文件       7036  2012-05-16 17:02  AutoKey\AutoKey.Designer.cs

     文件       6398  2012-05-16 17:02  AutoKey\AutoKey.resx

     文件      19968  2014-08-12 11:48  AutoKey\bin\Debug\AutoKey.exe

     文件        144  2014-08-12 11:48  AutoKey\bin\Debug\AutoKey.exe.config

     文件      40448  2014-08-12 11:48  AutoKey\bin\Debug\AutoKey.pdb

     文件      11592  2014-08-12 11:49  AutoKey\bin\Debug\AutoKey.vshost.exe

     文件        144  2014-08-12 11:48  AutoKey\bin\Debug\AutoKey.vshost.exe.config

     文件        490  2010-03-17 22:39  AutoKey\bin\Debug\AutoKey.vshost.exe.manifest

     文件      14594  2012-02-01 13:50  AutoKey\bin\Debug\SCREEN\0a5387b3-5443-43b8-bcc1-e4d4d10ab78a.png

     文件     682468  2012-05-16 12:46  AutoKey\bin\Debug\SCREEN\2e9b7f20-f001-4fdb-9e7e-5439b4dd5940.png

     文件      21329  2014-11-13 14:36  AutoKey\bin\Debug\SCREEN\49998b41-c183-4abc-bd00-4b05b9d9741f.png

     文件      21505  2014-08-12 11:49  AutoKey\bin\Debug\SCREEN\ab14c3fc-2850-45f1-9063-55b03cc69543.png

     文件      21576  2014-08-12 11:48  AutoKey\bin\Debug\SCREEN\b99bb706-0f5e-4d00-b534-226c578f1c4c.png

     文件      21438  2014-08-12 11:48  AutoKey\bin\Debug\SCREEN\b9cce124-2ee2-4b6a-97bb-5a58c38f6d64.png

     文件      20920  2014-11-13 14:36  AutoKey\bin\Debug\SCREEN\ecda4931-a7e1-493d-a8df-1189f447ba87.png

     文件      85515  2016-09-01 14:51  AutoKey\bin\Debug\SCREEN\fb3cab3f-8cb4-4820-baea-ff9ad6346b99.png

     文件      28672  2012-02-01 13:51  AutoKey\bin\Release\AutoKey.exe

     文件      30208  2012-02-01 13:51  AutoKey\bin\Release\AutoKey.pdb

     文件       5632  2005-12-08 14:51  AutoKey\bin\Release\AutoKey.vshost.exe

     文件       2238  2012-01-31 16:58  AutoKey\key.ico

     文件       1588  2012-02-01 13:51  AutoKey\obj\AutoKey.csproj.FileListAbsolute.txt

     文件       1886  2014-08-12 11:49  AutoKey\obj\Debug\AutoKey.csproj.FileListAbsolute.txt

     文件        844  2012-02-01 13:50  AutoKey\obj\Debug\AutoKey.csproj.GenerateResource.Cache

     文件      19968  2014-08-12 11:48  AutoKey\obj\Debug\AutoKey.exe

     文件      40448  2014-08-12 11:48  AutoKey\obj\Debug\AutoKey.pdb

     文件        180  2014-08-12 11:48  AutoKey\obj\Debug\AutoKey.Properties.Resources.resources

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

评论

共有 条评论