home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Prefs/Options', margin_height: 0, margin_width: 0)
- {
- view(align_children: align_left)
- {
- cluster(name: '$$$/Prefs/Options/Browser', dwidth: gPrefsPanelWidth, align_children: align_left)
- {
- check_box(item_id: 'lame', name: '$$$/Prefs/Options/BrowserIntegration');
- check_box(item_id: 'BrCh', name: '$$$/Prefs/Options/BrowserCheck');
- check_box(item_id: 'ByRg', name: '$$$/Prefs/Options/ByteRangeRequests');
- check_box(item_id: 'BkDl', name: '$$$/Prefs/Options/AllowBackgroundDownloading');
- }
- cluster(name: '$$$/Prefs/Options/Startup', dwidth: gPrefsPanelWidth, align_children: align_left)
- {
- check_box(item_id: 'Spla', name: '$$$/Prefs/Options/DisplaySplashScreenAtStartup');
- check_box(item_id: 'Cert', name: '$$$/Prefs/Options/CertifiedPluginsOnly');
- }
- cluster(name: '$$$/Prefs/Options/Other', dwidth: gPrefsPanelWidth, align_children: align_left)
- {
- check_box(item_id: 'Cach', name: '$$$/Prefs/Options/UsePageCache');
- check_box(item_id: 'LgPN', name: '$$$/Prefs/Options/UseLogicalPageNumbers');
- check_box(item_id: 'FlLk', name: '$$$/Prefs/Options/AllowFileOpenLinks');
- check_box(item_id: 'XDoc', name: '$$$/Prefs/Options/OpenCrossDocLinksInSameWindow');
- check_box(item_id: 'EdWn', name: '$$$/Prefs/Options/SkipEditingWarnings');
- check_box(item_id: 'opti', name: '$$$/Prefs/Options/SaveAsOptimized');
- button(item_id: 'Rest', name: '$$$/Prefs/Options/ResetWarnings');
- }
- }
- }
-