You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.5 KiB
66 lines
2.5 KiB
//
|
|
// Include Files.
|
|
//
|
|
|
|
#ifndef INPUTHLP_H
|
|
#define INPUTHLP_H
|
|
|
|
//
|
|
// From help.h.
|
|
//
|
|
#define IDH_COMM_GROUPBOX 28548
|
|
|
|
|
|
//
|
|
// Values must be in the range 3300 - 3499.
|
|
//
|
|
|
|
// Text Input Methods tab
|
|
#define IDH_INPUT_DEFAULT_LOCALE 3400
|
|
#define IDH_INPUT_LIST 3401
|
|
#define IDH_INPUT_ADD 3402
|
|
#define IDH_INPUT_DELETE 3403
|
|
#define IDH_INPUT_EDIT 3404
|
|
#define IDH_INPUT_TOOLBAR_SETTINGS 3405
|
|
#define IDH_INPUT_KEY_SETTINGS 3406
|
|
|
|
// Toolbar Settings - Text Input Methods
|
|
#define IDH_INPUT_DISABLE_TEXTSERVICE 3410
|
|
#define IDH_INPUT_SHOWLANGBAR 3411
|
|
#define IDH_INPUT_EXTRAICON 3412
|
|
#define IDH_INPUT_SHRINK 3413
|
|
#define IDH_INPUT_CLOSE 3414
|
|
#define IDH_INPUT_OPAQUE 3415
|
|
#define IDH_INPUT_LOW_TRANS 3416
|
|
#define IDH_INPUT_HIGH_TRANS 3417
|
|
#define IDH_INPUT_TEXT_LABELS 3418
|
|
#define IDH_INPUT_N_TEXT_LABELS 3419
|
|
|
|
// Advanced Key Settings - Text Input Methods
|
|
#define IDH_INPUT_SETTINGS_CAPSLOCK 3421
|
|
#define IDH_INPUT_SETTINGS_HOTKEY 3422
|
|
#define IDH_INPUT_SETTINGS_HOTKEY_LIST 3423
|
|
|
|
// Add Input Locale - Text Input Methods
|
|
#define IDH_INPUT_ADD_LOCALE 3431
|
|
#define IDH_INPUT_ADD_LAYOUT 3432
|
|
#define IDH_INPUT_ADD_PEN 3433
|
|
#define IDH_INPUT_ADD_SPEECH 3435
|
|
|
|
// Input Local Properties - Text Input Methods
|
|
#define IDH_INPUT_PROP_LOCALE 3441
|
|
#define IDH_INPUT_PROP_KEYLAY 3442
|
|
|
|
// Change Key Sequence - Text Input Methods
|
|
#define IDH_INPUT_LANG_HOTKEY_CHANGE 3451
|
|
#define IDH_INPUT_LAYOUT_HOTKEY_CHANGE 3452
|
|
|
|
|
|
//
|
|
// Advanced settings page
|
|
//
|
|
#define IDH_ADVANCED_CUAS 3500
|
|
#define IDH_ADVANCED_CTFMON 3501
|
|
|
|
|
|
#endif // INPUTHLP_H
|