home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
Chip_2004-04_cd2.bin
/
program
/
reader
/
Data1.cab
/
eBook.api
/
EXVW
/
10008
< prev
next >
Wrap
Text File
|
2003-05-15
|
2KB
|
30 lines
gWidth = 850;
gHeight = 500;
dialog(name: '$$$/Dialogs/EBPFileBrowserDialog', first_tab: 'Opfl', width: gWidth, height: gHeight)
{
view(align_children: align_left )
{
view(align_children: align_row)
{
button(item_id: 'Thmb', picture: true, height: 25, width: 25, next_tab: 'Thls', alignment: align_right);
button(item_id: 'Thls', picture: true, height: 25, width: 25, next_tab: 'Dtls', alignment: align_right);
button(item_id: 'Dtls', picture: true, height: 25, width: 25, next_tab: 'Ctlb', alignment: align_right);
}
view(align_children: align_column)
{
button(item_id: 'Opfl', picture: true, height: 40, width: 40, next_tab: 'Prfl', alignment: align_right);
button(item_id: 'Prfl', picture: true, height: 40, width: 40, next_tab: 'Emfl', alignment: align_right);
button(item_id: 'Emfl', picture: true, height: 40, width: 40, next_tab: 'Hhfl', alignment: align_right);
button(item_id: 'Hhfl', picture: true, height: 40, width: 40, next_tab: 'Chdr', alignment: align_right);
button(item_id: 'Chdr', picture: true, height: 40, width: 40, next_tab: 'GvLn', alignment: align_right);
view(align_children: align_row)
{
button(item_id: 'Info', picture: true, height: 40, width: 40, next_tab: 'Opfl');
button(item_id: 'Clos', name: '$$$/Dialogs/EBPLibraryDialog/Close', next_tab: 'Clos');
static_text(item_id: 'Intx', multiline:true, dwidth: 50, height: 30);
}
}
}
}