home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 February
/
Chip_2003-02_cd2.bin
/
OKO_demo
/
movie
/
Reader
/
plug_ins
/
EScript.api
/
EXVW
/
5800
< prev
next >
Wrap
Text File
|
2001-09-12
|
763b
|
24 lines
dialog(name: '$$$/Dialogs/DocAction')
{
view(align_children: align_left)
{
view(align_children: align_top)
{
view(align_children: align_left)
{
static_text(item_id: 'sta1', name: '$$$/Dialogs/DocAction/Status');
list_box(item_id: 'list', width: max_char_width() * 16, height: gEditTextHeight * 7);
}
view(align_children: align_fill)
{
gap(height: gEditTextHeight);
button(item_id: 'edit', name: '$$$/Dialogs/DocAction/EditButton');
button(item_id: 'eall', name: '$$$/Dialogs/DocAction/AllButton');
}
}
static_text(item_id: 'sta2', name: '$$$/Dialogs/DocAction/Message');
static_text(item_id: 'scrt', alignment: align_fill, height: gEditTextHeight * 4, multiline: true);
ok_cancel();
}
}