PowerToys/src/modules/powerrename/ui/resource.base.h

34 lines
1.3 KiB
C
Raw Normal View History

[Localization] Migrate resources to resx for PowerRename (#6112) * Added localization code to pipeline and created one LocProject json for Settings * Fixed typo * Reordered nuget source * Moved nuget install to restore step * Added FZ.rc file to LocProj * Added FZ resx file and modified rc file * Fixed file names * Changed to check folder for LocProject files * Updated folder * Changed directory * Changed to src directory * Changed language set and name format, removed rc file localization * Added all projects with resx/resw files * Added newline to end of file * Removed nuget source as it is not used * Updated comments * Updated keyboard manager to use resx file * Tweaked resources.resx and added it to project files * Added comments and added in string table to resx script * Remove change from bad merge * Fix syntax error in convert stringtable * Changed file type to None * Migrated color picker's resources * Migrated resources for Microsoft.Launcher * Migrated resources for fancy zones * Revert fancyzones changes * Migrated resources for ImageResizer and modified script to add language specific code * Added try catch and checks for modification to avoid unnecessary file creation * Changed tab insertion to 4 spaces to avoid mixed file types in rc file * Migrated resources for power preview project * Added LocProject.json file for 5 projects * added resgen exception check * Moved non-localizable strings out of resx for powerpreview * Move out hardcoded strings from dialog box and set them at runtime from string table * Migrated resources for powerrename * Added locproj * Added missing ImageBase extern declaration * Added build script in UWP UI project since PowerRenameExt is not referenced * Resolved merge conflicts
2020-08-25 08:51:48 +08:00
//{{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 3006
#define IDC_CHECK_EXCLUDESUBFOLDERS 3007
#define IDC_CHECK_ENUMITEMS 3008
#define IDC_CHECK_EXCLUDEFILES 3009
#define IDC_CHECK_CASESENSITIVE 3010
#define IDC_CHECK_MATCHALLOCCURENCES 3011
#define IDC_CHECK_EXCLUDEFOLDERS 3012
#define IDC_CHECK_NAMEONLY 3013
#define IDC_CHECK_EXTENSIONONLY 3014
#define IDC_PREVIEWGROUP 3015
#define IDC_OPTIONSGROUP 3016
#define IDC_SEARCHREPLACEGROUP 3017
#define IDC_TRANSFORM_UPPERCASE 3018
#define IDC_TRANSFORM_LOWERCASE 3019
#define IDC_TRANSFORM_TITLECASE 3020
#define IDC_SEARCH_FOR 3021
#define IDC_REPLACE_WITH 3022
#define IDC_STATIC -1
#define IDR_MAINFRAME 3023
#define IDD_MAIN 3024
#define IDI_RENAME 2001