PowerToys/src/modules/powerrename/ui/resource.base.h
Mehmet Murat Akburak 7ff8b97006
[PowerRename] Split "status message" / "items count label" into two lines (#7696)
* Split status message

* Use spaces instead of tabs
2020-10-31 11:25:16 +03:00

35 lines
1.4 KiB
C

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by PowerRenameUI.rc
//
#define IDC_MYICON 7
#define ID_RENAME 8
#define ID_ABOUT 9
#define IDD_POWERRENAME_DIALOG 3001
#define IDC_EDIT_SEARCHFOR 3002
#define IDC_EDIT_REPLACEWITH 3003
#define IDC_LIST_PREVIEW 3004
#define IDC_CHECK_USEREGEX 3005
#define IDC_STATUS_MESSAGE_SELECTED 3006
#define IDC_STATUS_MESSAGE_RENAMING 3007
#define IDC_CHECK_EXCLUDESUBFOLDERS 3008
#define IDC_CHECK_ENUMITEMS 3009
#define IDC_CHECK_EXCLUDEFILES 3010
#define IDC_CHECK_CASESENSITIVE 3011
#define IDC_CHECK_MATCHALLOCCURENCES 3012
#define IDC_CHECK_EXCLUDEFOLDERS 3013
#define IDC_CHECK_NAMEONLY 3014
#define IDC_CHECK_EXTENSIONONLY 3015
#define IDC_PREVIEWGROUP 3016
#define IDC_OPTIONSGROUP 3017
#define IDC_SEARCHREPLACEGROUP 3018
#define IDC_TRANSFORM_UPPERCASE 3019
#define IDC_TRANSFORM_LOWERCASE 3020
#define IDC_TRANSFORM_TITLECASE 3021
#define IDC_SEARCH_FOR 3022
#define IDC_REPLACE_WITH 3023
#define IDC_STATIC -1
#define IDR_MAINFRAME 3024
#define IDD_MAIN 3025
#define IDI_RENAME 2001