mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
24 lines
711 B
C
24 lines
711 B
C
#define IDS_POWERRENAME 801
|
|
#define IDI_RENAME 132
|
|
#define IDS_POWERRENAME_APP_NAME 2101
|
|
#define IDS_SETTINGS_DESCRIPTION 2102
|
|
#define IDS_OVERVIEW_LINK 2103
|
|
#define IDS_RESTORE_SEARCH 2104
|
|
#define IDS_ENABLE_AUTO 2105
|
|
#define IDS_MAX_ITEMS 2106
|
|
#define IDS_ICON_CONTEXT_MENU 2107
|
|
#define IDS_EXTENDED_MENU_INFO 2108
|
|
|
|
// Next default values for new objects
|
|
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1001
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|