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