Cosmetic change to config dialog, the throttle explanation is already in the tooltip so no need to have an excessively long option name
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1245 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e4d4d2602c
commit
f2448aed15
|
@ -54,7 +54,7 @@ CConfigDlg::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BO
|
||||||
CToolTipCtrl ToolTips;
|
CToolTipCtrl ToolTips;
|
||||||
ToolTips.Create(m_hWnd);
|
ToolTips.Create(m_hWnd);
|
||||||
ToolTips.Activate(true);
|
ToolTips.Activate(true);
|
||||||
ToolTips.SetMaxTipWidth(200); // limit the width
|
ToolTips.SetMaxTipWidth(220); // limit the width
|
||||||
ToolTips.SetDelayTime(TTDT_AUTOPOP, 20 * 1000); // give us time to read it
|
ToolTips.SetDelayTime(TTDT_AUTOPOP, 20 * 1000); // give us time to read it
|
||||||
CToolInfo tiHLE(TTF_SUBCLASS, m_buttonEnableHLEAudio, 0, NULL,
|
CToolInfo tiHLE(TTF_SUBCLASS, m_buttonEnableHLEAudio, 0, NULL,
|
||||||
"This is the most common sound type");
|
"This is the most common sound type");
|
||||||
|
|
|
@ -52,26 +52,25 @@ END
|
||||||
// Dialog
|
// Dialog
|
||||||
//
|
//
|
||||||
|
|
||||||
IDD_SETTINGS DIALOGEX 0, 0, 281, 147
|
IDD_SETTINGS DIALOGEX 0, 0, 232, 147
|
||||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "Dolphin DSP-HLE Plugin Settings"
|
CAPTION "Dolphin DSP-HLE Plugin Settings"
|
||||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||||
BEGIN
|
BEGIN
|
||||||
DEFPUSHBUTTON "OK",IDOK,171,126,50,14
|
DEFPUSHBUTTON "OK",IDOK,122,126,50,14
|
||||||
PUSHBUTTON "Cancel",IDCANCEL,225,126,50,14
|
PUSHBUTTON "Cancel",IDCANCEL,176,126,50,14
|
||||||
GROUPBOX "&Sound settings",IDC_STATIC,7,7,267,57
|
GROUPBOX "&Sound settings",IDC_STATIC,7,7,219,57
|
||||||
EDITTEXT IDC_SAMPLEDUMPPATH,13,99,192,13,ES_AUTOHSCROLL | WS_DISABLED
|
EDITTEXT IDC_SAMPLEDUMPPATH,13,99,145,13,ES_AUTOHSCROLL | WS_DISABLED
|
||||||
CONTROL "&Enable HLE Audio",IDC_ENABLE_HLE_AUDIO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,22,84,8
|
CONTROL "&Enable HLE Audio",IDC_ENABLE_HLE_AUDIO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,22,84,8
|
||||||
GROUPBOX "Sample d&umping",IDC_STATIC,7,69,267,51
|
GROUPBOX "Sample d&umping",IDC_STATIC,7,69,219,51
|
||||||
CONTROL "Enab&le DTK Music",IDC_ENABLE_DTK_MUSIC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,36,102,8
|
CONTROL "Enab&le DTK Music",IDC_ENABLE_DTK_MUSIC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,36,90,8
|
||||||
CONTROL "&Dump all samples longer than",IDC_DUMPSAMPLES,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,13,83,105,9
|
CONTROL "&Dump all samples longer than",IDC_DUMPSAMPLES,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,13,83,103,9
|
||||||
EDITTEXT IDC_SAMPLEMINLENGTH,122,80,47,12,ES_AUTOHSCROLL | WS_DISABLED
|
EDITTEXT IDC_SAMPLEMINLENGTH,121,80,47,12,ES_AUTOHSCROLL | WS_DISABLED
|
||||||
LTEXT "seconds to:",IDC_STATIC,173,83,40,10
|
LTEXT "seconds to:",IDC_STATIC,174,83,40,10
|
||||||
PUSHBUTTON "&Browse...",IDC_BROWSE,213,99,54,14
|
PUSHBUTTON "&Browse...",IDC_BROWSE,165,99,54,14
|
||||||
CONTROL "&Anti-gap (dangerous!)",IDC_ANTIGAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,147,22,96,9
|
CONTROL "&Anti-gap (dangerous!)",IDC_ANTIGAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,114,22,96,9
|
||||||
CONTROL "&Reverb",IDC_CHECK3,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,147,36,89,10
|
CONTROL "&Reverb",IDC_CHECK3,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,114,36,89,10
|
||||||
CONTROL "Enable Other Audio (Speed Throttle)",IDC_ENABLE_THROTTLE,
|
CONTROL "Enable Other Audio",IDC_ENABLE_THROTTLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,50,94,10
|
||||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,50,132,10
|
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_ABOUT DIALOGEX 0, 0, 184, 65
|
IDD_ABOUT DIALOGEX 0, 0, 184, 65
|
||||||
|
@ -96,10 +95,10 @@ BEGIN
|
||||||
IDD_SETTINGS, DIALOG
|
IDD_SETTINGS, DIALOG
|
||||||
BEGIN
|
BEGIN
|
||||||
LEFTMARGIN, 7
|
LEFTMARGIN, 7
|
||||||
RIGHTMARGIN, 274
|
RIGHTMARGIN, 226
|
||||||
VERTGUIDE, 13
|
VERTGUIDE, 13
|
||||||
VERTGUIDE, 147
|
VERTGUIDE, 114
|
||||||
VERTGUIDE, 168
|
VERTGUIDE, 158
|
||||||
TOPMARGIN, 7
|
TOPMARGIN, 7
|
||||||
BOTTOMMARGIN, 140
|
BOTTOMMARGIN, 140
|
||||||
HORZGUIDE, 31
|
HORZGUIDE, 31
|
||||||
|
|
Loading…
Reference in New Issue