home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/ManageStamps', target_id: 'catg')
- {
- view(align_children: align_left)
- {
- cluster(align_children: align_left)
- {
- view(align_children: align_row)
- {
- static_text(item_id: 'txt1', name: '$$$/Dialogs/ManageStamps/Category');
- popup(item_id: 'catg', width: 7 * max_char_width(), height: gEditTextHeight);
- }
-
- view(align_children: align_row)
- {
- list_box(item_id: 'name', width: 8 * max_char_width(), height: 4 * gEditTextHeight);
- picture(item_id: 'prvw', width: 64, height: 64);
- }
-
- view(align_children: align_row)
- {
- button(item_id: 'crea', name: '$$$/Dialogs/ManageStamps/Create', picture: false);
- button(item_id: 'dele', name: '$$$/Dialogs/ManageStamps/Delete', picture: false);
- }
- }
-
- ok();
- }
- }
-