home *** CD-ROM | disk | FTP | other *** search
- gCurrentModeWidth = max(
- zstring_width(zstring: '$$$avYes'),
- zstring_width(zstring: '$$$avNo'));
-
- 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');
- view(align_children: align_row)
- {
- static_text(name: '$$$/Prefs/Options/InCertifiedMode');
- static_text(item_id: 'Mode', width: gCurrentModeWidth);
- }
- }
- 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');
- check_box(item_id: 'docR', name: '$$$/Prefs/Options/ShowDocRightsDialog');
- button(item_id: 'Rest', name: '$$$/Prefs/Options/ResetWarnings');
- }
- }
- }
-