├── .gitignore ├── LICENSE ├── README.md ├── Resources ├── PIC1.jpg └── PIC2.jpg └── Sources ├── Class_ImageButton.ahk ├── Sample.ahk ├── UseGDIP.ahk └── V1_4 └── Class_ImageButton.ahk /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/README.md -------------------------------------------------------------------------------- /Resources/PIC1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/Resources/PIC1.jpg -------------------------------------------------------------------------------- /Resources/PIC2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/Resources/PIC2.jpg -------------------------------------------------------------------------------- /Sources/Class_ImageButton.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/Sources/Class_ImageButton.ahk -------------------------------------------------------------------------------- /Sources/Sample.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/Sources/Sample.ahk -------------------------------------------------------------------------------- /Sources/UseGDIP.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/Sources/UseGDIP.ahk -------------------------------------------------------------------------------- /Sources/V1_4/Class_ImageButton.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AHK-just-me/Class_ImageButton/HEAD/Sources/V1_4/Class_ImageButton.ahk --------------------------------------------------------------------------------