home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
reader
/
Data1.cab
/
AcroForm.api
/
EXVW
/
7150
< prev
next >
Wrap
Text File
|
2003-07-17
|
643b
|
19 lines
dialog(name: '$$$/Dialogs/SelAppear')
{
view(align_children: align_left)
{
view(align_children: align_row)
{
static_text(item_id: 'txt2', name: '$$$/Dialogs/SelAppear/File');
edit_text(item_id: 'edit', width: max_char_width() * 15, height: gEditTextHeight, readonly: true);
button(item_id: 'brow', name: '$$$/Dialogs/SelAppear/Browse');
}
cluster(item_id: 'clu1', name: '$$$/Dialogs/SelAppear/Sample')
{
list_box(item_id: 'list', width: max_char_width() * 19, height: gEditTextHeight * 6);
static_text(item_id: 'txt1', width: max_char_width() * 19, alignment: align_right);
}
ok_cancel();
}
}