资源简介
AutoHotKey c 项目源码下载
代码片段和文件信息
/*
AutoHotkey
Copyright 2003-2009 Chris Mallett (support@autohotkey.com)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License or (at your option) any later version.
This program is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#include “stdafx.h“ // pre-compiled headers
#include “application.h“
#include “globaldata.h“ // for access to g_clip the “g“ global struct etc.
#include “window.h“ // for serveral MsgBox and window functions
#include “util.h“ // for strlcpy()
#
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-09-25 18:00 AutoHotkey-master\
文件 2287 2009-09-25 18:00 AutoHotkey-master\AutoHotkey.sln
文件 12125 2009-09-25 18:00 AutoHotkey-master\AutoHotkey.vcproj
文件 330 2009-09-25 18:00 AutoHotkey-master\How to compile.txt
目录 0 2009-09-25 18:00 AutoHotkey-master\Source\
文件 16683 2009-09-25 18:00 AutoHotkey-master\Source\AutoHotkey.cpp
文件 7836 2009-09-25 18:00 AutoHotkey-master\Source\SimpleHeap.cpp
文件 2958 2009-09-25 18:00 AutoHotkey-master\Source\SimpleHeap.h
文件 25274 2009-09-25 18:00 AutoHotkey-master\Source\WinGroup.cpp
文件 4184 2009-09-25 18:00 AutoHotkey-master\Source\WinGroup.h
文件 137479 2009-09-25 18:00 AutoHotkey-master\Source\application.cpp
文件 4694 2009-09-25 18:00 AutoHotkey-master\Source\application.h
文件 22865 2009-09-25 18:00 AutoHotkey-master\Source\clipboard.cpp
文件 3445 2009-09-25 18:00 AutoHotkey-master\Source\clipboard.h
文件 43645 2009-09-25 18:00 AutoHotkey-master\Source\defines.h
文件 42618 2009-09-25 18:00 AutoHotkey-master\Source\globaldata.cpp
文件 13290 2009-09-25 18:00 AutoHotkey-master\Source\globaldata.h
文件 257619 2009-09-25 18:00 AutoHotkey-master\Source\hook.cpp
文件 16453 2009-09-25 18:00 AutoHotkey-master\Source\hook.h
文件 130108 2009-09-25 18:00 AutoHotkey-master\Source\hotkey.cpp
文件 17817 2009-09-25 18:00 AutoHotkey-master\Source\hotkey.h
文件 245838 2009-09-25 18:00 AutoHotkey-master\Source\keyboard_mouse.cpp
文件 16392 2009-09-25 18:00 AutoHotkey-master\Source\keyboard_mouse.h
目录 0 2009-09-25 18:00 AutoHotkey-master\Source\lib\
文件 295 2009-09-25 18:00 AutoHotkey-master\Source\lib\README.txt
文件 1270 2009-09-25 18:00 AutoHotkey-master\Source\lib\exearc_read.h
文件 17240 2009-09-25 18:00 AutoHotkey-master\Source\lib\exearc_read_mt.lib
文件 59390 2009-09-25 18:00 AutoHotkey-master\Source\lib\exearc_read_mtd.lib
目录 0 2009-09-25 18:00 AutoHotkey-master\Source\lib_pcre\
文件 4126 2009-09-25 18:00 AutoHotkey-master\Source\lib_pcre\lib_pcre.vcproj
目录 0 2009-09-25 18:00 AutoHotkey-master\Source\lib_pcre\pcre\
............此处省略72个文件信息
- 上一篇:c++截图
- 下一篇:ios 完美布局,很方便,超强大
评论
共有 条评论