home *** CD-ROM | disk | FTP | other *** search
- gPanelWidth = 240;
- gPanelHeight = 240;
- gListWidth = 100;
-
- gPropInspDialogTitle = '$$$avPropertiesInspector';
- gPropInspCloseTitle = '$$$/Dialogs/PropertiesInspector/Close';
- gPropInspHelpTitle = '$$$/Dialogs/PropertiesInspector/Help';
- gPropInspLockTitle = '$$$/Dialogs/PropertiesInspector/Lock';
- gPropInspEmptyText = '$$$/Dialogs/PropertiesInspector/NoCurrentSelection';
-
- dialog(name: gPropInspDialogTitle, target_id: 'List')
- {
- view(align_children: align_left)
- {
- view(align_children: align_left)
- {
- tab_group(item_id: 'Tabs', width: 400, height: 400);
- }
- view(align_children: align_row)
- {
- check_box(item_id: 'lock', name: gPropInspLockTitle);
- button(item_id: 'Clos', align: align_right, name : gPropInspCloseTitle);
- }
- static_text(item_id: 'nsel', name: gPropInspEmptyText);
- }
- }