home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
reader
/
Data1.cab
/
PPKLite.api
/
EXVW
/
20301
< prev
next >
Wrap
Text File
|
2003-07-17
|
850b
|
21 lines
dialog( name: '$$$/Dialogs/CredMgr/Title' )
{
view( alignment: align_fill, align_children: align_left )
{
cluster( alignment: align_fill, align_children: align_left, name: '$$$/Dialogs/CredMgr/CredentialsCluster' )
{
mclv( item_id: 'List', height: gEditTextHeight * 6, width: max_char_width() * 40 );
view( alignment: align_fill, align_children: align_distribute )
{
button( alignment: align_fill, item_id: 'Add ', name: '$$$/Dialogs/CredMgr/AddButton' );
button( alignment: align_fill, item_id: 'Rem ', name: '$$$/Dialogs/CredMgr/RemoveButton' );
button( alignment: align_fill, item_id: 'CSet', name: '$$$/Dialogs/CredMgr/SetUsageButton' );
button( alignment: align_fill, item_id: 'BExp', name: '$$$/Dialogs/CredMgr/ExportButton' );
}
}
ok_help( ok_name: '$$$/Dialogs/CloseButton' );
}
}