ml_transcode.rc 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE
  34. BEGIN
  35. "#include ""version.rc2""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Dialog
  42. //
  43. IDD_TRANSCODE DIALOGEX 0, 0, 186, 90
  44. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | DS_CENTERMOUSE | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  45. CAPTION "Converting..."
  46. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  47. BEGIN
  48. LTEXT "",IDC_CURRENTTRACK,7,7,172,8
  49. CONTROL "",IDC_TRACKPROGRESS,"msctls_progress32",WS_BORDER,7,18,172,14
  50. LTEXT "",IDC_TOTALCAPTION,7,38,172,8
  51. CONTROL "",IDC_TOTALPROGRESS,"msctls_progress32",WS_BORDER,7,49,172,14
  52. PUSHBUTTON "Abort",IDC_ABORT,67,70,50,13
  53. END
  54. IDD_TRANSCODE_CONFIG DIALOGEX 0, 0, 271, 319
  55. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  56. CAPTION "Format Converter Configuration"
  57. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  58. BEGIN
  59. GROUPBOX "Output File Naming Scheme",IDC_STATIC,7,4,256,80
  60. LTEXT "Specify the destination folder to store your converted music:",IDC_STATIC,13,15,231,8,0,WS_EX_TRANSPARENT
  61. EDITTEXT IDC_ROOTDIR,14,26,192,13,ES_AUTOHSCROLL
  62. PUSHBUTTON "Browse...",IDC_BROWSE,207,26,50,13
  63. LTEXT "Specify the naming scheme:",IDC_STATIC,13,42,198,8,0,WS_EX_TRANSPARENT
  64. EDITTEXT IDC_NAMING,14,52,192,13,ES_AUTOHSCROLL
  65. PUSHBUTTON "Format Help",IDC_FORMATHELP,207,52,50,13
  66. CONTROL "Use old file name and path (just change the extension)",IDC_USE_FILENAME,
  67. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,70,219,10
  68. GROUPBOX "Encoding Format",IDC_STATIC,7,87,256,40
  69. LTEXT "Select the format you wish to convert to:",IDC_STATIC,13,97,135,8
  70. COMBOBOX IDC_ENCFORMAT,14,108,243,116,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  71. GROUPBOX "",IDC_ENC_CONFIG,7,129,256,169,NOT WS_VISIBLE
  72. CONTROL "Show this before each convert",IDC_SHOWEVERY,"Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,304,140,9
  73. DEFPUSHBUTTON "Ok",IDOK,159,302,50,13
  74. PUSHBUTTON "Cancel",IDCANCEL,213,302,50,13
  75. END
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // DESIGNINFO
  79. //
  80. #ifdef APSTUDIO_INVOKED
  81. GUIDELINES DESIGNINFO
  82. BEGIN
  83. IDD_TRANSCODE, DIALOG
  84. BEGIN
  85. LEFTMARGIN, 7
  86. RIGHTMARGIN, 179
  87. TOPMARGIN, 7
  88. BOTTOMMARGIN, 83
  89. END
  90. IDD_TRANSCODE_CONFIG, DIALOG
  91. BEGIN
  92. LEFTMARGIN, 7
  93. RIGHTMARGIN, 263
  94. TOPMARGIN, 4
  95. BOTTOMMARGIN, 315
  96. END
  97. END
  98. #endif // APSTUDIO_INVOKED
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // String Table
  102. //
  103. STRINGTABLE
  104. BEGIN
  105. IDS_NULLSOFT_FORMAT_CONVERTER "Nullsoft Format Converter v%s"
  106. 65535 "{699B8BA5-B292-4aba-8047-D46B0DF4E1D6}"
  107. END
  108. STRINGTABLE
  109. BEGIN
  110. IDS_FORMAT_CONVERTER "Format Converter"
  111. IDS_DONE "Done"
  112. IDS_TRANSCODING_FAILED "Transcoding Failed"
  113. IDS_ABORT "Abort"
  114. IDS_TRACKS_DONE_REMAINING_FAILED
  115. "%d tracks done, %d tracks remaining, %d failed"
  116. IDS_FILENAME_FORMAT_HELP
  117. "You may enter a filename format string for your copied files.\nIt can contain \\ or / to delimit a path, and the following keywords:\n\n<Artist> - inserts the artist with the default capitalization\n<ARTIST> - inserts the artist in all uppercase\n<artist> - inserts the artist in all lowercase\n<Albumartist>/<ALBUMARTIST>/<albumartist> - inserts the album artist\n<Album>/<ALBUM>/<album> - inserts the album\n<year> - inserts the album year\n<Genre>/<GENRE>/<genre> - inserts the album genre\n<Title>/<TITLE>/<title> - inserts the track title\n#, ##, ### - inserts the track number, with leading 0s if ## or ###\n<filename> - uses the old filename of the file (not the full path)\n<disc> - inserts the disc number\n<discs> - inserts the total discs number (e.g. CD<disc> of <discs>)"
  118. IDS_FILENAME_FORMAT_HELP_TITLE "Filename format help"
  119. IDS_CHOOSE_FOLDER "Choose a folder or create a new one"
  120. IDS_SELECT_WHERE_TO_SAVE "Choose where to save converted files"
  121. IDS_DO_YOU_ALSO_WANT_TO_REMOVE_SETTINGS
  122. "Do you also want to remove the saved settings file for this plug-in?"
  123. IDS_TRANSCODING_ABORTED "Transcoding Aborted"
  124. IDS_REMOVE_PARTIAL_FILE "Do you want to remove the partially transcoded file\n '%s' or keep it?\n\n(Note: it is likely to be invalid and not play correctly)"
  125. END
  126. #endif // English (U.S.) resources
  127. /////////////////////////////////////////////////////////////////////////////
  128. #ifndef APSTUDIO_INVOKED
  129. /////////////////////////////////////////////////////////////////////////////
  130. //
  131. // Generated from the TEXTINCLUDE 3 resource.
  132. //
  133. #include "version.rc2"
  134. /////////////////////////////////////////////////////////////////////////////
  135. #endif // not APSTUDIO_INVOKED