home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
Chip_2001-06_cd1.bin
/
servis
/
reader
/
ar500enu.exe
/
Reader
/
AcroRd32.exe
/
EXVW
/
10020
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-03-27
|
321 b
|
14 lines
dialog( name: '$$$/Dialogs/Password' )
{
group()
{
static_text(item_id: 'msg ', width: max_char_width() * 25);
view( align_children: align_row )
{
static_text(name: '$$$/Dialogs/PasswordLabel');
edit_text(item_id: 'pswd', width: max_char_width() * 20, password: true);
}
ok_cancel();
}
}