home *** CD-ROM | disk | FTP | other *** search
- 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);
- }
- }
- }
- }