diff options
Diffstat (limited to 'Src/Plugins/Encoder/enc_wma/resource.h')
-rw-r--r-- | Src/Plugins/Encoder/enc_wma/resource.h | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Src/Plugins/Encoder/enc_wma/resource.h b/Src/Plugins/Encoder/enc_wma/resource.h new file mode 100644 index 00000000..61332778 --- /dev/null +++ b/Src/Plugins/Encoder/enc_wma/resource.h @@ -0,0 +1,57 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by Script1.rc +// +#define IDS_CANNOT_FIND_INPUT_FORMATTER 0 +#define IDS_WARNING 1 +#define IDOK2 2 +#define IDS_CANNOT_ALLOCATE_MEM 2 +#define IDS_WMA_ENCODER_ERROR 3 +#define IDS_CANNOT_GET_STRUCTURE 4 +#define IDS_CANNOT_GET_ENCODER4_INFO 5 +#define IDS_SAVE_PROFILE_READ_ERROR 6 +#define IDS_MEM_ALLOCATION_ERROR 7 +#define IDS_PROFILE_SAVE_SIZE_ERROR 8 +#define IDS_CANNOT_READ_AUDIO_STREAM 9 +#define IDS_CANNOT_GET_CODEC_INFO 10 +#define IDS_CANNOT_CREATE_A_PROFILE 11 +#define IDS_CANNOT_CREATE_PROFILE_MANAGER 12 +#define IDS_WMA_CONFIG_FILE_ERROR 13 +#define IDS_CBR 16 +#define IDS_2_PASS_CBR 17 +#define IDS_VBR 18 +#define IDS_ABR 19 +#define IDS_MONO_INFO 20 +#define IDS_STEREO_INFO 21 +#define IDS_CHANNELS_INFO 22 +#define IDS_QUALITY 23 +#define IDS_BITRATE 24 +#define IDS_ENC_WMA_DESC 25 +#define IDD_DIALOG1 101 +#define IDC_DIR 1000 +#define IDC_SRATE 1001 +#define IDC_BRATE 1002 +#define IDC_NCH 1003 +#define IDC_PROFILE 1004 +#define IDC_ABRATE 1005 +#define IDC_CBR 1005 +#define IDC_ENCODER 1006 +#define IDC_BPSAMPLE 1007 +#define IDC_VBR 1008 +#define IDC_1PASS 1009 +#define IDC_RADIO4 1010 +#define IDC_2PASS 1010 +#define IDC_STATIC_BITRATE 1011 +#define IDC_SAMPLE_FORMAT 1012 +#define IDC_COMBO1 1013 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 105 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1014 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |