Aggiunta la possibilita' di premere ALT+C da tastiera, corrispondente
a <Conferma>: errore MI4230. git-svn-id: svn://10.65.10.50/trunk@3272 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
6489b7abce
commit
64beff0e9a
@ -988,8 +988,9 @@ void TButton_field::create(WINDOW parent)
|
|||||||
{
|
{
|
||||||
case DLG_OK:
|
case DLG_OK:
|
||||||
if (_ctl_data._prompt.empty())
|
if (_ctl_data._prompt.empty())
|
||||||
_ctl_data._prompt = "Conferma";
|
_ctl_data._prompt = "~Conferma";
|
||||||
_virtual_key = _exit_key = K_ENTER;
|
_virtual_key = 'C';
|
||||||
|
_exit_key = K_ENTER;
|
||||||
if (_ctl_data._bmp_up == 0)
|
if (_ctl_data._bmp_up == 0)
|
||||||
_ctl_data._bmp_up = BMP_OK;
|
_ctl_data._bmp_up = BMP_OK;
|
||||||
break;
|
break;
|
||||||
@ -1002,7 +1003,7 @@ void TButton_field::create(WINDOW parent)
|
|||||||
break;
|
break;
|
||||||
case DLG_DELREC:
|
case DLG_DELREC:
|
||||||
if (_ctl_data._prompt.empty())
|
if (_ctl_data._prompt.empty())
|
||||||
_ctl_data._prompt = "Elimina";
|
_ctl_data._prompt = "~Elimina";
|
||||||
_virtual_key = 'E';
|
_virtual_key = 'E';
|
||||||
_exit_key = K_DEL;
|
_exit_key = K_DEL;
|
||||||
if (_ctl_data._bmp_up == 0)
|
if (_ctl_data._bmp_up == 0)
|
||||||
@ -1013,7 +1014,7 @@ void TButton_field::create(WINDOW parent)
|
|||||||
break;
|
break;
|
||||||
case DLG_PRINT:
|
case DLG_PRINT:
|
||||||
if (_ctl_data._prompt.empty())
|
if (_ctl_data._prompt.empty())
|
||||||
_ctl_data._prompt = "Stampa";
|
_ctl_data._prompt = "~Stampa";
|
||||||
_virtual_key = 'S';
|
_virtual_key = 'S';
|
||||||
_exit_key = K_ENTER;
|
_exit_key = K_ENTER;
|
||||||
if (_ctl_data._bmp_up <= 0)
|
if (_ctl_data._bmp_up <= 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user