mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
[MMSYS] Adjust German dialog item positions and sizes
svn path=/trunk/; revision=47445
This commit is contained in:
parent
065ed554be
commit
306e2ff6f2
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ BEGIN
|
|||
LTEXT "&Programmereignisse:",-1,8,118,150,17
|
||||
CONTROL "", IDC_SCHEME_LIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 8, 130, 230, 60, WS_EX_CLIENTEDGE
|
||||
LTEXT "&Klänge:", IDC_TEXT_SOUND,8,194,80,17, WS_DISABLED
|
||||
COMBOBOX IDC_SOUND_LIST, 8, 205, 155, 146, CBS_DROPDOWNLIST | CBS_DISABLENOSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_DISABLED
|
||||
PUSHBUTTON "", IDC_PLAY_SOUND, 168,205,15,15, WS_DISABLED | BS_ICON
|
||||
PUSHBUTTON "&Durchsuchen...", IDC_BROWSE_SOUND, 188,205,81,15, WS_DISABLED
|
||||
COMBOBOX IDC_SOUND_LIST, 8, 205, 135, 146, CBS_DROPDOWNLIST | CBS_DISABLENOSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_DISABLED
|
||||
PUSHBUTTON "", IDC_PLAY_SOUND, 148,205,15,15, WS_DISABLED | BS_ICON
|
||||
PUSHBUTTON "&Durchsuchen...", IDC_BROWSE_SOUND, 168,205,70,15, WS_DISABLED
|
||||
END
|
||||
|
||||
IDD_AUDIO DIALOGEX 0, 0, 246, 228
|
||||
|
|
Loading…
Reference in a new issue