⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 freeampui.rc

📁 一个简单漂亮的C++编写的mp3播放器
💻 RC
📖 第 1 页 / 共 2 页
字号:
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
#include "..\..\..\..\config\config.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

/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_PREF_GENERAL DIALOG DISCARDABLE  0, 0, 233, 174
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "General"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "Remain on top of all other windows.",IDC_STAYONTOP,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,148,128,10
    CONTROL         "Show application icon in the system tray instead of the taskbar.",
                    IDC_TRAY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,158,
                    213,10
    GROUPBOX        "Miscellaneous",IDC_STATIC,3,117,227,54
    GROUPBOX        "Save Music Folder",IDC_STATIC,3,3,227,34
    EDITTEXT        IDC_SAVEMUSICDIR,11,16,160,14,ES_AUTOHSCROLL
    PUSHBUTTON      "Browse...",IDC_BROWSE,175,16,50,14
    GROUPBOX        "File Associations",IDC_STATIC,3,42,227,38
    CONTROL         "Reclaim music file associations when application starts.",
                    IDC_RECLAIMFILETYPES,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,12,54,189,10
    CONTROL         "Ask before reclaiming music file associations.",
                    IDC_ASKRECLAIM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,
                    66,157,10
    GROUPBOX        "Show Toolbars As",IDC_STATIC,3,85,227,26
    CONTROL         "Text only",IDC_TEXTONLY,"Button",BS_AUTORADIOBUTTON,178,
                    96,43,10
    CONTROL         "Images only",IDC_IMAGESONLY,"Button",BS_AUTORADIOBUTTON,
                    101,96,53,10
    CONTROL         "Text and images",IDC_TEXTANDIMAGES,"Button",
                    BS_AUTORADIOBUTTON,11,96,66,10
    CONTROL         "Save current playlist when exiting the application.",
                    IDC_SAVECURRENTLIST,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,12,138,171,10
    CONTROL         "Default action is to queue tracks; do not play them immediately.",
                    IDC_DEFAULTACTION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    12,128,213,10
END

IDD_PREF_DEBUG DIALOG DISCARDABLE  0, 0, 233, 174
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Debug"
FONT 8, "MS Sans Serif"
BEGIN
    GROUPBOX        "",IDC_STATIC,3,84,227,86
    LTEXT           " ",IDC_STATIC,9,84,8,8
    CONTROL         "Enable Logging",IDC_LOG,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,11,83,63,10
    CONTROL         "Log general player errors (e.g. Loading plugins)",
                    IDC_LOGMAIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,98,
                    163,10
    CONTROL         "Log input from PMIs (e.g. File, HTTP, SHOUTcast, icecast)",
                    IDC_LOGINPUT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,
                    112,174,10
    CONTROL         "Log output from PMOs (e.g. Wave, DirectSound)",
                    IDC_LOGOUTPUT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,
                    126,169,10
    CONTROL         "Log decoding process (e.g. MP3, CDDA)",IDC_LOGDECODER,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,140,145,10
    CONTROL         "Log performance issues (e.g. Timings, Buffer Under/Overflows)",
                    IDC_LOGPERFORMANCE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    13,154,213,10
    LTEXT           "If you are experiencing a problem with FreeAmp it is possible to log what the program is doing in order to help us track down the cause. When you enable logging a file is created in the program's install directory ",
                    IDC_STATIC,3,3,227,24
    LTEXT           "called FreeAmp.log. You should send us the log file when you report a bug.",
                    IDC_STATIC,3,27,227,17
    LTEXT           "You have the ability to narrow the logging to a particular portion of FreeAmp by selecting the various logging options. If you are not sure in which portion of the program the problem is occuring you can simply enable all the logging options.",
                    IDC_STATIC,3,46,227,32
END

IDD_PREF_STREAMING DIALOG DISCARDABLE  0, 0, 233, 174
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Streaming"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Buffer Streams For",IDC_STATIC,57,16,59,8
    EDITTEXT        IDC_STREAM_INTERVAL,117,14,25,12,ES_AUTOHSCROLL | 
                    ES_NUMBER
    LTEXT           "Seconds",IDC_STATIC,146,16,29,8
    GROUPBOX        "",IDC_STATIC,3,39,227,42
    LTEXT           " ",IDC_STATIC,9,41,8,8
    CONTROL         "Save SHOUTcast/icecast Streams Locally",IDC_SAVESTREAMS,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,39,149,10
    LTEXT           "Save Location:",IDC_SAVELOCATION_TEXT,11,51,49,8
    EDITTEXT        IDC_STREAMSAVEDIR,11,61,160,14,ES_AUTOHSCROLL
    PUSHBUTTON      "Browse...",IDC_BROWSE,175,61,50,14
    GROUPBOX        "",IDC_STATIC,3,88,227,41
    LTEXT           " ",IDC_STATIC,9,89,8,8
    CONTROL         "Use Proxy Server",IDC_USEPROXY,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,11,88,69,10
    EDITTEXT        IDC_PROXYADDRESS,11,110,173,14,ES_AUTOHSCROLL
    CTEXT           ":",IDC_COLON_TEXT,185,113,8,8
    EDITTEXT        IDC_PORT,193,110,29,14,ES_AUTOHSCROLL | ES_NUMBER
    LTEXT           "Port:",IDC_PORT_TEXT,193,100,15,8
    LTEXT           "Proxy Address:",IDC_PROXYADDRESS_TEXT,11,100,47,8
    GROUPBOX        "",IDC_STATIC,3,136,227,33
    LTEXT           " ",IDC_STATIC,9,137,8,8
    CONTROL         "Use This Network Address For Streaming",IDC_USETHISIP,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,136,143,10
    EDITTEXT        IDC_IPADDRESS1,90,149,18,14,ES_AUTOHSCROLL | ES_NUMBER
    LTEXT           "IP Address:",IDC_IPADDRESS_TEXT,47,153,37,8
    CTEXT           ".",IDC_PERIOD1,108,155,8,8
    EDITTEXT        IDC_IPADDRESS2,116,149,18,14,ES_AUTOHSCROLL | ES_NUMBER
    CTEXT           ".",IDC_PERIOD2,134,155,8,8
    EDITTEXT        IDC_IPADDRESS3,143,149,18,14,ES_AUTOHSCROLL | ES_NUMBER
    CTEXT           ".",IDC_PERIOD3,161,155,8,8
    EDITTEXT        IDC_IPADDRESS4,169,149,18,14,ES_AUTOHSCROLL | ES_NUMBER
    GROUPBOX        "Buffer Sizes",IDC_STATIC,3,3,227,29
END

IDD_PREF_ABOUT DIALOG DISCARDABLE  0, 0, 233, 174
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About"
FONT 8, "MS Sans Serif"
BEGIN
    PUSHBUTTON      "Visit FreeAmp.org",IDC_GOTOFREEAMP,30,156,67,14
    PUSHBUTTON      "Visit EMusic.com",IDC_GOTOEMUSIC,136,156,67,14
    CONTROL         "App",IDC_APP,"Button",BS_OWNERDRAW | BS_CENTER | 
                    BS_FLAT | WS_TABSTOP,3,3,227,10
    CONTROL         "Version",IDC_VERSION,"Button",BS_OWNERDRAW | BS_CENTER | 
                    BS_FLAT | WS_TABSTOP,3,12,227,10
    CONTROL         "Credit",IDC_CREDIT,"Button",BS_OWNERDRAW | BS_CENTER | 
                    BS_FLAT | WS_TABSTOP,3,33,227,120
    CONTROL         "(based on FreeAmp)",IDC_BASED_ON_FREEAMP,"Button",
                    BS_OWNERDRAW | BS_CENTER | BS_FLAT | WS_TABSTOP,3,21,227,
                    10
END

IDD_PREF_THEME DIALOG DISCARDABLE  0, 0, 233, 174
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Themes"
FONT 8, "MS Sans Serif"
BEGIN
    LISTBOX         IDC_THEMELISTBOX,11,13,153,88,LBS_SORT | 
                    LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
    GROUPBOX        "Theme Selection",IDC_STATIC,5,3,224,106
    PUSHBUTTON      "&Add Theme",IDC_ADDTHEME,170,14,54,14
    PUSHBUTTON      "&Delete Theme",IDC_DELETETHEME,170,33,54,14
    GROUPBOX        "Default Font",IDC_STATIC,5,116,224,53
    LTEXT           "A theme may specify a font type that is not installed on your system. The default font will be substituted in place of the missing font.",
                    IDC_STATIC,11,127,212,19
    PUSHBUTTON      "Choose &Font",IDC_CHOOSEFONT,172,149,50,14
    LTEXT           "Note: Only the font name will be used. The font will appear in the style specified in the theme.",
                    IDC_STATIC,11,146,156,17
END

IDD_PREF_UPDATE DIALOGEX 0, 0, 233, 174
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Update"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
    GROUPBOX        "Description",-1,3,80,227,46
    PUSHBUTTON      "Update Components",IDC_UPDATE,121,131,90,14
    PUSHBUTTON      "Check for Latest Versions",IDC_CHECK,23,131,90,14
    LTEXT           "This is a test. This text will tell the user what the hell the component actually does.By filling in this text I can see how the text will appear to the user when it is asctually filled in by the program and see if it looks good or bad the way it is.",
                    IDC_DESCRIPTION,10,91,214,33
    CONTROL         "List1",IDC_LIST,"SysListView32",LVS_REPORT | 
                    LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED | 
                    LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,3,3,227,74,
                    WS_EX_CLIENTEDGE
    LTEXT           " Status: No update in progress.",IDC_STATUS,0,163,233,
                    11,0,WS_EX_CLIENTEDGE
    CONTROL         "Check for the availability of updates when the application starts.",
                    IDC_AUTOCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,
                    149,216,10
    PUSHBUTTON      "Cancel Version Check",IDC_CANCELCHECK,23,131,90,14,NOT 
                    WS_VISIBLE | WS_DISABLED
    PUSHBUTTON      "Cancel Update",IDC_CANCELUPDATE,121,131,90,14,NOT 
                    WS_VISIBLE | WS_DISABLED
END

IDD_PREF_GENERAL_OLD DIALOG DISCARDABLE  0, 0, 233, 174
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "General"
FONT 8, "MS Sans Serif"
BEGIN
    COMBOBOX        IDC_UI,81,13,125,50,CBS_DROPDOWNLIST | CBS_SORT | 
                    WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_PMO,81,31,125,54,CBS_DROPDOWNLIST | CBS_SORT | 
                    WS_VSCROLL | WS_TABSTOP
    CONTROL         "Slider1",IDC_PRIORITY,"msctls_trackbar32",TBS_AUTOTICKS | 
                    WS_TABSTOP,9,66,214,15
    EDITTEXT        IDC_INPUT,73,122,25,12,ES_AUTOHSCROLL | ES_NUMBER
    EDITTEXT        IDC_OUTPUT,73,138,25,12,ES_AUTOHSCROLL | ES_NUMBER
    EDITTEXT        IDC_PREBUFFER,73,154,25,12,ES_AUTOHSCROLL | ES_NUMBER
    CONTROL         "Stay on top",IDC_STAYONTOP,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,153,126,52,10
    CONTROL         "Manifest in Tray instead of Taskbar",IDC_TRAY,"Button",
                    BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,153,145,75,
                    17
    LTEXT           "User Interface:",IDC_STATIC,27,15,48,8
    LTEXT           "Output:",IDC_STATIC,50,32,25,8
    GROUPBOX        "Plug-Ins",IDC_STATIC,3,2,227,48
    GROUPBOX        "Decoder Priority",IDC_STATIC,3,54,227,52
    GROUPBOX        "Buffer Sizes",IDC_STATIC,3,110,136,60
    LTEXT           "Input Buffer Size:",IDC_STATIC,13,124,57,8
    LTEXT           "Output Buffer Size:",IDC_STATIC,8,140,60,8
    LTEXT           "Kilobytes",IDC_STATIC,103,124,29,8
    LTEXT           "Kilobytes",IDC_STATIC,103,140,29,8
    LTEXT           "Low",IDC_STATIC,41,84,14,8
    LTEXT           "Normal",IDC_STATIC,104,84,23,8
    LTEXT           "High",IDC_STATIC,175,84,16,8
    LTEXT           "Realtime",IDC_STATIC,199,84,28,8
    GROUPBOX        "Misc",IDC_STATIC,145,110,85,60
    LTEXT           "Idle",IDC_STATIC,10,84,12,8
    CTEXT           "Below Normal",IDC_STATIC,69,84,29,15
    CTEXT           "Above Normal",IDC_STATIC,135,84,27,16
    LTEXT           "Prebuffer Streams:",IDC_STATIC,9,156,59,8
    LTEXT           "Seconds",IDC_STATIC,103,156,29,8

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -