cws tl82: #i114292# button order changed

This commit is contained in:
Thomas Lange [tl] 2010-09-06 09:19:49 +02:00
parent 0445833f87
commit 6d1adcc602

14
uui/source/logindlg.src Normal file → Executable file
View 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 ) ;