123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- // Microsoft Visual C++ generated resource script.
- //
- #include "resource.h"
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include "afxres.h"
- /////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- // English (U.S.) resources
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
- #ifdef _WIN32
- LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
- #pragma code_page(1252)
- #endif //_WIN32
- #ifdef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
- 1 TEXTINCLUDE
- BEGIN
- "resource.h\0"
- END
- 2 TEXTINCLUDE
- BEGIN
- "#include ""afxres.h""\r\n"
- "\0"
- END
- 3 TEXTINCLUDE
- BEGIN
- "#include ""version.rc2""\r\n"
- "\0"
- END
- #endif // APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Dialog
- //
- IDD_CONFIG DIALOGEX 0, 0, 256, 105
- STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
- FONT 8, "MS Shell Dlg", 400, 0, 0x1
- BEGIN
- CONTROL "Write RIFF Header (otherwise write RAW data)",IDC_HEADER,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,13,248,10
- CONTROL "Convert to format:",IDC_DO_CONVERT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,26,77,10
- PUSHBUTTON "Choose Format",IDC_CHOOSE_FORMAT,7,40,63,14
- EDITTEXT IDC_FORMAT_DESCRIPTION,7,59,240,22,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY
- LTEXT "Extension:",IDC_STATIC,8,86,35,13,SS_CENTERIMAGE
- EDITTEXT IDC_EXTENSION,48,86,40,13,ES_AUTOHSCROLL
- GROUPBOX "Wav Encoder Options",IDC_STATIC,0,0,256,105
- END
- #endif // English (U.S.) resources
- /////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////////
- // English (U.K.) resources
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
- #ifdef _WIN32
- LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
- #pragma code_page(1252)
- #endif //_WIN32
- /////////////////////////////////////////////////////////////////////////////
- //
- // String Table
- //
- STRINGTABLE
- BEGIN
- 65535 "{34DF1A2D-7EAD-41ab-B1A7-9AFA6DE2AFF1}"
- END
- STRINGTABLE
- BEGIN
- IDS_ENC_WAV_DESC "WAV Encoder %s"
- END
- #endif // English (U.K.) resources
- /////////////////////////////////////////////////////////////////////////////
- #ifndef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
- #include "version.rc2"
- /////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED
|