home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / Info-winnt.plist < prev    next >
Encoding:
Text File  |  1996-09-09  |  2.6 KB  |  73 lines

  1. {
  2.     Defaults = {
  3.         ActivePalette = 1; 
  4.         AlignPosition = LeftBottom; 
  5.         AllowColors = YES; 
  6.         AllowEditableCategories = NO; 
  7.         AllowFormatters = YES; 
  8.         AllowImages = YES; 
  9.         AllowSounds = YES; 
  10.         AvailablePalettes = (
  11.             "[app:mainBundle]Menus.palette", 
  12.             "[app:mainBundle]Views.palette", 
  13.             "[app:mainBundle]Windows.palette", 
  14.             "[app:mainBundle]DataViews.palette", 
  15.             "[app:mainBundle]TabulationViews.palette"
  16.         ); 
  17.         DeleteBackup = NO; 
  18.         GridOn = NO; 
  19.         GridSize = 8.0; 
  20.         LaunchNewDocumentOnStartup = NO; 
  21.         LockConnections = NO; 
  22.         PaletteSearchPath = (
  23.             "~/Library/Palettes", 
  24.             "~/Developer/Palettes", 
  25.             /LocalDeveloper/Palettes, 
  26.             /NextDeveloper/Palettes, 
  27.             "[app:mainBundle]"
  28.         ); 
  29.         Palettes = (
  30.             "[app:mainBundle]Menus.palette", 
  31.             "[app:mainBundle]Views.palette", 
  32.             "[app:mainBundle]Windows.palette", 
  33.             "[app:mainBundle]DataViews.palette", 
  34.             "[app:mainBundle]TabulationViews.palette"
  35.         ); 
  36.         ShowGrid = NO; 
  37.         ShowInspector = NO; 
  38.         ShowPalette = YES; 
  39.         TabAuxiliaryViewBackgroundColor = {B = 133; G = 115; R = 115; w = 0.667; }; 
  40.         TabAuxiliaryViewHighlightColor = {B = 191; G = 191; R = 191; w = 1.000; }; 
  41.         TabAuxiliaryViewInactiveColor = {B = 98; G = 85; R = 85; w = 0.500; }; 
  42.         TabViewBackgroundColor = {B = 147; G = 188; R = 217; w = 0.667; }; 
  43.         TabViewHighlightColor = {B = 255; G = 255; R = 255; w = 1.000; }; 
  44.         TabViewInactiveColor = {B = 98; G = 126; R = 145; w = 0.500; }; 
  45.     }; 
  46.     NEXTSTEPDefaults = {
  47.         DockOffset = "-68"; 
  48.         EditMainMenuAfterLoading = YES; 
  49.         IBInterfaceStyle = NextStep; 
  50.         NewApplicationTemplate = NewApplication; 
  51.     }; 
  52.     NOTE = "Please, do NOT change this file -- It was generated by ProjectBuilder."; 
  53.     NSExecutable = InterfaceBuilder; 
  54.     NSExtensions = {
  55.         nib = {NSIcon = IBfile.ico; }; 
  56.         "nib~" = {NSIcon = IBfile.ico; }; 
  57.         palette = {NSIcon = IBpalettefile.ico; }; 
  58.     }; 
  59.     NSIcon = IBapp.ico; 
  60.     NSMachHelpFile = /NextLibrary/Bookshelves/DevTools.bshlf; 
  61.     NSPrincipalClass = IB; 
  62.     NSRegistryInfo = appResources.reg; 
  63.     WindowsDefaults = {
  64.         AllowSounds = NO; 
  65.         AttachedWindowsHaveOffscreenParent = YES; 
  66.         DefaultPalettePanelWidth = 336; 
  67.         IBInterfaceStyle = Windows95; 
  68.         NSMainNibFile = IBNT; 
  69.         NSTerminateAfterLastWindowClosedDelay = 0; 
  70.         NewApplicationTemplate = NewNTApplication; 
  71.     }; 
  72. }
  73.