forked from microsoft/PowerToys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
27 lines (21 loc) · 683 Bytes
/
resource.h
File metadata and controls
27 lines (21 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by runner.rc
//////////////////////////////
// Non-localizable
#define FILE_DESCRIPTION "PowerToys Runner"
#define INTERNAL_NAME "PowerToys"
#define ORIGINAL_FILENAME "PowerToys.exe"
// Non-localizable
//////////////////////////////
#define APPICON 101
#define ID_TRAY_MENU 102
#define IDS_POWERTOYS 103
#define IDS_ERROR 104
#define IDS_COULDNOT_RESTART_NONELEVATED 105
#define IDS_COULDNOT_RESTART_ELEVATED 106
#define IDS_ANOTHER_INSTANCE_RUNNING 107
#define IDS_AUTOUPDATE_SUCCESS 108
#define ID_EXIT_MENU_COMMAND 40001
#define ID_SETTINGS_MENU_COMMAND 40002
#define ID_ABOUT_MENU_COMMAND 40003