enc_wma.rc 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_DIALOG1 DIALOGEX 0, 0, 256, 167
  24. STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
  25. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  26. BEGIN
  27. GROUPBOX "Windows Media Audio",IDC_STATIC,0,0,256,167
  28. COMBOBOX IDC_ENCODER,18,13,145,148,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  29. LTEXT "Encoder Format",IDC_STATIC,166,13,60,12,SS_CENTERIMAGE
  30. COMBOBOX IDC_SAMPLE_FORMAT,17,30,145,133,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  31. LTEXT "Sample Format",IDC_STATIC,166,30,71,12,SS_CENTERIMAGE
  32. COMBOBOX IDC_VBR,18,48,59,67,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  33. COMBOBOX IDC_BRATE,86,48,77,116,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  34. LTEXT "Bitrate (Bits/Sec)",IDC_STATIC_BITRATE,165,48,54,12,SS_CENTERIMAGE
  35. CTEXT "Portions utilize Microsoft Windows Media Technologies.\nCopyright © 1992-2019 Microsoft Corporation. All Rights Reserved.",IDC_STATIC,14,144,227,18
  36. END
  37. #ifdef APSTUDIO_INVOKED
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // TEXTINCLUDE
  41. //
  42. 1 TEXTINCLUDE
  43. BEGIN
  44. "resource.h\0"
  45. END
  46. 2 TEXTINCLUDE
  47. BEGIN
  48. "#include ""afxres.h""\r\n"
  49. "\0"
  50. END
  51. 3 TEXTINCLUDE
  52. BEGIN
  53. "#include ""version.rc2""\r\n"
  54. "\0"
  55. END
  56. #endif // APSTUDIO_INVOKED
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // String Table
  60. //
  61. STRINGTABLE
  62. BEGIN
  63. 65535 "{33BC12FD-E7F7-42ec-8FE3-2D8BD3A977C2}"
  64. END
  65. STRINGTABLE
  66. BEGIN
  67. IDS_CANNOT_FIND_INPUT_FORMATTER
  68. "Cannot find input formatter for:\n\nChannels = %d, Sample Rate = %d, Bits/Sample = %d\n\nNo resampler available for this input format"
  69. IDS_WARNING "WARNING"
  70. IDS_CANNOT_ALLOCATE_MEM "Cannot allocate memory for WMA encoder format info"
  71. IDS_WMA_ENCODER_ERROR "WMA Encoder Error"
  72. IDS_CANNOT_GET_STRUCTURE "Cannot get structure with format details"
  73. IDS_CANNOT_GET_ENCODER4_INFO "Cannot get detail info for Encoder4 format"
  74. IDS_SAVE_PROFILE_READ_ERROR "Save profile read error"
  75. IDS_MEM_ALLOCATION_ERROR "Memory allocation error"
  76. IDS_PROFILE_SAVE_SIZE_ERROR "Profile save size get error"
  77. IDS_CANNOT_READ_AUDIO_STREAM "Cannot create audio stream"
  78. IDS_CANNOT_GET_CODEC_INFO "Cannot get codec interface"
  79. IDS_CANNOT_CREATE_A_PROFILE "Cannot create a profile"
  80. IDS_CANNOT_CREATE_PROFILE_MANAGER "Cannot create a profile manager"
  81. IDS_WMA_CONFIG_FILE_ERROR "WMA Config File Error"
  82. END
  83. STRINGTABLE
  84. BEGIN
  85. IDS_CBR "CBR"
  86. IDS_2_PASS_CBR "2-pass CBR"
  87. IDS_VBR "VBR"
  88. IDS_ABR "ABR"
  89. IDS_MONO_INFO "%d bits, mono, %d Hz"
  90. IDS_STEREO_INFO "%d bits, stereo, %d Hz"
  91. IDS_CHANNELS_INFO "%d bits, %d channels, %d Hz"
  92. IDS_QUALITY "Quality (0-100)"
  93. IDS_BITRATE "Bitrate (Bits/Sec)"
  94. IDS_ENC_WMA_DESC "WMA Encoder %s"
  95. END
  96. #endif // English (U.S.) resources
  97. /////////////////////////////////////////////////////////////////////////////
  98. #ifndef APSTUDIO_INVOKED
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Generated from the TEXTINCLUDE 3 resource.
  102. //
  103. #include "version.rc2"
  104. /////////////////////////////////////////////////////////////////////////////
  105. #endif // not APSTUDIO_INVOKED