mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[COMCTL32] Pt.rc: Place accelerator FIXMEs
This commit is contained in:
parent
d383b20b01
commit
21a9f78b2d
1 changed files with 3 additions and 3 deletions
|
@ -88,13 +88,13 @@ FONT 8, "MS Shell Dlg"
|
|||
BEGIN
|
||||
DEFPUSHBUTTON "&Fechar", IDCANCEL,320,6,70,14
|
||||
PUSHBUTTON "R&estaurar", IDC_RESET_BTN,320,23,70,14
|
||||
PUSHBUTTON "&Ajuda", IDC_HELP_BTN,320,40,70,14
|
||||
PUSHBUTTON "&Ajuda", IDC_HELP_BTN,320,40,70,14 //FIXME: accelerator collision &A
|
||||
PUSHBUTTON "A&cima", IDC_MOVEUP_BTN,320,74,70,14
|
||||
PUSHBUTTON "A&baixo", IDC_MOVEDN_BTN,320,91,70,14
|
||||
LTEXT "Botões &disponíveis:", -1,4,5,120,10
|
||||
LISTBOX IDC_AVAILBTN_LBOX,5,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Adicionar ->", IDOK, 132, 42, 55, 14
|
||||
PUSHBUTTON "&Adicionar ->", IDOK, 132, 42, 55, 14 //FIXME: accelerator collision &A
|
||||
PUSHBUTTON "<- &Remover", IDC_REMOVE_BTN,132,62,55,14
|
||||
LTEXT "Botões da barra de ferramentas:", -1,194,5,120,10
|
||||
LTEXT "Botões da barra de ferramentas:", -1,194,5,120,10 //FIXME: should have an accelerator, but &B is in use atm
|
||||
LISTBOX IDC_TOOLBARBTN_LBOX, 194,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue