diff options
author | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
---|---|---|
committer | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
commit | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (patch) | |
tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/Plugins/Library/ml_rg/resource.h | |
parent | 537bcbc86291b32fc04ae4133ce4d7cac8ebe9a7 (diff) | |
download | winamp-20d28e80a5c861a9d5f449ea911ab75b4f37ad0d.tar.gz |
Initial community commit
Diffstat (limited to 'Src/Plugins/Library/ml_rg/resource.h')
-rw-r--r-- | Src/Plugins/Library/ml_rg/resource.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Src/Plugins/Library/ml_rg/resource.h b/Src/Plugins/Library/ml_rg/resource.h new file mode 100644 index 00000000..88f4f058 --- /dev/null +++ b/Src/Plugins/Library/ml_rg/resource.h @@ -0,0 +1,40 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by ml_rg.rc +// +#define IDS_CALCULATE_REPLAY_GAIN 1 +#define IDS_1_OF_X_FILES 2 +#define IDS_FINISHED 3 +#define IDS_X_OF_X_FILES 4 +#define IDS_PROCESSING 5 +#define IDS_TOO_MANY_CHANNELS 6 +#define IDS_REPLAYGAIN 7 +#define IDS_NOT_ABLE_TO_OPEN_RG_DLL 8 +#define IDS_COL_FILENAME 9 +#define IDS_COL_TRACK_GAIN 10 +#define IDS_COL_TRACK_PEAK 11 +#define IDS_COL_ALBUM_GAIN 12 +#define IDS_COL_ALBUM_PEAK 13 +#define IDS_STRING14 14 +#define IDS_DO_YOU_ALSO_WANT_TO_REMOVE_SETTINGS 14 +#define IDD_RESULTS 101 +#define IDD_PROGRESS 102 +#define IDC_RGLIST 1001 +#define IDC_SAVETRACK 1002 +#define IDC_PROGRESS_FILES 1003 +#define IDC_FILE_PROGRESS 1004 +#define IDC_ASK 1005 +#define IDC_ALBUM 1006 +#define IDC_ALL 1007 +#define IDS_NULLSOFT_REPLAY_GAIN_ANALYZER 65534 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 107 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1008 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |