mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Describe tabs being linked together.
This commit is contained in:
parent
da0ade4689
commit
e53aad96e8
@ -41,10 +41,10 @@ STYLE WS_CHILD | WS_DISABLED
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX " Application Settings ",IDC_STATIC, 8,4,244,240
|
||||
LTEXT "Wine can mimic different Windows versions for each application.",
|
||||
IDC_STATIC,15,20,227,20
|
||||
LTEXT "Wine can mimic different Windows versions for each application. This tab is linked to the Libraries and Graphics tabs to allow you to change systemwide or per-application settings in those tabs as well.",
|
||||
IDC_STATIC,15,20,227,30
|
||||
CONTROL "Applications",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
|
||||
15,40,230,160
|
||||
15,50,230,150
|
||||
PUSHBUTTON "&Add application...",IDC_APP_ADDAPP, 90,204,75,14
|
||||
PUSHBUTTON "&Remove application",IDC_APP_REMOVEAPP, 170,204,75,14
|
||||
LTEXT "&Windows Version:",IDC_STATIC,17,226,58,8
|
||||
|
Loading…
Reference in New Issue
Block a user