2024年6月11日发(作者:)

Autoit源码—NDEER工具二次优化屏蔽程序(原创)

;

; ----------------------------------------------------------------------------

;

3>

工具

; ----------------------------------------------------------------------------

; ----------------------------------------------------------------------------

;

3>

; ----------------------------------------------------------------------------

; Include Version:3.1.1.107 (2/04/2006)

; ------------------------------------------------------------------------------

;

; AutoIt Version: 3.1.1 (beta)

; Language: English

; Description: Constants to be used in GUI applications.

;

; ------------------------------------------------------------------------------

; Events and messages

Global Const $GUI_EVENT_CLOSE = -3

Global Const $GUI_EVENT_MINIMIZE = -4

Global Const $GUI_EVENT_RESTORE = -5

Global Const $GUI_EVENT_MAXIMIZE = -6

Global Const $GUI_EVENT_PRIMARYDOWN = -7

Global Const $GUI_EVENT_PRIMARYUP = -8

Global Const $GUI_EVENT_SECONDARYDOWN = -9

Global Const $GUI_EVENT_SECONDARYUP = -10