2025-11-27 16:46:48 +09:00

35 lines
1011 B
C

#define IDH_STATIC_HOT_KEY 1000
#define IDH_COMBO_HOT_KEY 1001
#define IDH_CHECK_INITIAL_DELAY 1002
#define IDH_EDIT_INITIAL_DELAY 1003
#define IDH_SPIN_INITIAL_DELAY 1004
#define IDH_CHECK_FILE 2000
#define IDH_CHECK_CLIPBOARD 2001
#define IDH_STATIC_FILE_NAME 3000
#define IDH_COMBO_FILE_NAME 3001
#define IDH_STATIC_FILE_TYPE 3002
#define IDH_COMBO_FILE_TYPE 3003
#define IDH_CHECK_AUTOMATIC_NAMING 3004
#define IDH_BUTTON_CAPTURE_DIR 3005
#define IDH_STATIC_CAPTURE_DIR 3006
#define IDH_CHECK_RESIZE 4000
#define IDH_STATIC_WIDTH 4001
#define IDH_EDIT_WIDTH 4002
#define IDH_SPIN_WIDTH 4003
#define IDH_STATIC_HEIGHT 4004
#define IDH_EDIT_HEIGHT 4005
#define IDH_SPIN_HEIGHT 4006
#define IDH_CHECK_MAINTAIN_RATIO 4007
#define IDH_CHECK_HIDE_ICON 5000
#define IDH_CHECK_NOTIFY_END 5001
#define IDH_RADIO_CURRENT_WINDOW 6000
#define IDH_RADIO_CLIENT_WINDOW 6001
#define IDH_RADIO_FULL_SCREEN 6002
#define IDH_RADIO_RECT_AREA 6003