123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- #include-once
- #include "AutoItConstants.au3"
- #include "ColorConstants.au3"
- #include "DirConstants.au3"
- #include "FileConstants.au3"
- #include "MsgBoxConstants.au3"
- #include "ProcessConstants.au3"
- #include "StringConstants.au3"
- #include "TrayConstants.au3"
- ; #INDEX# =======================================================================================================================
- ; Title .........: Constants
- ; AutoIt Version : 3.3.14.5
- ; Language ......: English
- ; Description ...: Constants to be included in an AutoIt v3 script.
- ; Author(s) .....: JLandes, Nutster, CyberSlug, Holger, ...
- ; ===============================================================================================================================
- ; #CONSTANTS# ===================================================================================================================
- ; Sets the way coords are used in the mouse and pixel functions
- ; in AutoItConstants.au3
- ; Sets how errors are handled if a Run/RunWait function fails
- ; in AutoItConstants.au3
- ; Alters the use of Caps Lock
- ; in AutoItConstants.au3
- ; Alters the method that is used to match window titles
- ; in AutoItConstants.au3
- ; Common Control Styles
- ; in AutoItConstants.au3
- ; DrawIconEx Constants
- ; in WinAPIConstants.au3
- ; EnumDisplayDevice Constants
- ; in WinAPIConstants.au3
- ; Dir Constants
- ; in DirConstants.au3
- ; DriveGetType() Constants
- ; in AutoItConstants.au3
- ; File Constants
- ; in FileConstants.au3
- ; FlashWindowEx Constants
- ; in WinAPIConstants.au3
- ; FormatMessage Constants
- ; in WinAPIConstants.au3
- ; GetWindows Constants
- ; in WinAPIConstants.au3
- ; GetWindowLong Constants
- ; in WinAPIConstants.au3
- ; Standard Icon Index Constants
- ; in WinAPIConstants.au3
- ; Image Load Constants
- ; in WinAPIConstants.au3
- ; Image Type Constants
- ; in WinAPIConstants.au3
- ; Keyboard Constants
- ; Changes how keys are processed
- ; in WinAPIConstants.au3
- ; Sets the state of the Caps Lock key
- ; in WinAPIConstants.au3
- ; LoadLibraryEx Constants
- ; in WinAPIConstants.au3
- ; Reserved IDs for System Objects
- ; in MenuConstants.au3
- ; in ScrollBarsConstants.au3
- ; in AutoItConstants.au3
- ; Virtual Keys Constants
- ; in WinAPIvkeysConstants.au3
- ; Message Box Constants
- ; Indicates the buttons displayed in the message box
- ; in MsgBoxConstants.au3
- ; Displays an icon in the message box
- ; in MsgBoxConstants.au3
- ; Indicates the default button
- ; in MsgBoxConstants.au3
- ; Indicates the modality of the dialog box
- ; in MsgBoxConstants.au3
- ; Indicates miscellaneous message box attributes
- ; in MsgBoxConstants.au3
- ; Indicates the button selected in the message box
- ; in MsgBoxConstants.au3
- ; Progress and Splash Constants
- ; Indicates properties of the displayed progress or splash dialog
- ; in AutoItConstants.au3
- ; Tray Tip Constants
- ; in TrayConstants.au3
- ; Mouse Constants
- ; Indicates current mouse cursor
- ; in AutoItConstants.au3
- ; Process Constants
- ; Indicates the type of shutdown
- ; in AutoItConstants.au3
- ; OpenProcess Constants
- ; in ProcessConstants.au3
- ; String Constants
- ; in StringConstants.au3
- ; Indicates if string operations should be case sensitive
- ; StringStripWS Constants
- ; Indicates the type of stripping that should be performed
- ; in StringConstants.au3
- ; StringSplit Constants
- ; in StringConstants.au3
- ; Token Constants
- ; in SecurityConstants.au3
- ; Tray Constants
- ; in TrayConstants.au3
- ; Run Constants
- ; in AutoItConstants.au3
- ; Colour Constants
- ; in ColorConstants.au3
- ; UBound Constants
- ; in AutoItConstants.au3
- ; Mouse Event Constants
- ; in AutoItConstants.au3
- ; Reg Value type Constants
- ; in AutoItConstants.au3
- ; Z order
- ; in AutoItConstants.au3
- ; SetWindowPos Constants
- ; in AutoItConstants.au3
- ; Keywords (returned from the IsKeyword() function
- ; in AutoItConstants.au3
- ; language identifiers
- ; in WinAPIlangConstants.au3
- ; sublanguage identifiers
- ; in WinAPIlangConstants.au3
- ; Sorting IDs. (from WINNT.H)
- ; in WinAPIlangConstants.au3
- ; ===============================================================================================================================
|