cws tl82: #i114292# button order changed
This commit is contained in:
parent
0445833f87
commit
6d1adcc602
1 changed files with 7 additions and 7 deletions
14
uui/source/logindlg.src
Normal file → Executable file
14
uui/source/logindlg.src
Normal file → Executable file
|
@ -175,20 +175,20 @@ ModalDialog DLG_UUI_LOGIN
|
|||
Size = MAP_APPFONT( 177 , 8 ) ;
|
||||
};
|
||||
|
||||
OKButton BTN_LOGIN_OK
|
||||
HelpButton BTN_LOGIN_HELP
|
||||
{
|
||||
Pos = MAP_APPFONT( 6 , 227 ) ;
|
||||
Size = MAP_APPFONT( 50 , 14 ) ;
|
||||
};
|
||||
|
||||
OKButton BTN_LOGIN_OK
|
||||
{
|
||||
Pos = MAP_APPFONT( 66 , 227 ) ;
|
||||
Size = MAP_APPFONT( 50 , 14 ) ;
|
||||
DefButton = TRUE ;
|
||||
};
|
||||
|
||||
CancelButton BTN_LOGIN_CANCEL
|
||||
{
|
||||
Pos = MAP_APPFONT( 66 , 227 ) ;
|
||||
Size = MAP_APPFONT( 50 , 14 ) ;
|
||||
};
|
||||
|
||||
HelpButton BTN_LOGIN_HELP
|
||||
{
|
||||
Pos = MAP_APPFONT( 121 , 227 ) ;
|
||||
Size = MAP_APPFONT( 50 , 14 ) ;
|
||||
|
|
Loading…
Reference in a new issue