home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 August / VPR0308.ISO / ADOBEREADER60 / Installer / Data1.cab / RdLang32.JPN / EXVW / 10078 < prev    next >
Text File  |  2003-05-22  |  824b  |  26 lines

  1. gPanelWidth = 240;
  2. gPanelHeight = 240;
  3. gListWidth = 100;
  4.  
  5. gPropInspDialogTitle = '$$$avPropertiesInspector';
  6. gPropInspCloseTitle = '$$$/Dialogs/PropertiesInspector/Close';
  7. gPropInspHelpTitle = '$$$/Dialogs/PropertiesInspector/Help';
  8. gPropInspLockTitle = '$$$/Dialogs/PropertiesInspector/Lock';
  9. gPropInspEmptyText = '$$$/Dialogs/PropertiesInspector/NoCurrentSelection';
  10.  
  11. dialog(name: gPropInspDialogTitle, target_id: 'List')
  12. {
  13.     view(align_children: align_left)
  14.     {
  15.         view(align_children: align_left)
  16.         {
  17.             tab_group(item_id: 'Tabs', width: 400, height: 400);
  18.         }
  19.         view(align_children: align_row)
  20.         {
  21.             check_box(item_id: 'lock', name: gPropInspLockTitle);
  22.             button(item_id: 'Clos', align: align_right, name : gPropInspCloseTitle);
  23.         }
  24.         static_text(item_id: 'nsel', name: gPropInspEmptyText);
  25.     }
  26. }