From 17349a5e426dc7acf1216a3767a22f69974cbca0 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 14 Apr 2008 21:45:08 -0400 Subject: Initial commit. --- .../chef.lproj/PreferencesWindow.nib/classes.nib | 50 +++++++++++++++++++++ Liaison/chef.lproj/PreferencesWindow.nib/info.nib | 38 ++++++++++++++++ .../chef.lproj/PreferencesWindow.nib/objects.nib | Bin 0 -> 2533 bytes 3 files changed, 88 insertions(+) create mode 100644 Liaison/chef.lproj/PreferencesWindow.nib/classes.nib create mode 100644 Liaison/chef.lproj/PreferencesWindow.nib/info.nib create mode 100644 Liaison/chef.lproj/PreferencesWindow.nib/objects.nib (limited to 'Liaison/chef.lproj/PreferencesWindow.nib') diff --git a/Liaison/chef.lproj/PreferencesWindow.nib/classes.nib b/Liaison/chef.lproj/PreferencesWindow.nib/classes.nib new file mode 100644 index 0000000..76a7d6c --- /dev/null +++ b/Liaison/chef.lproj/PreferencesWindow.nib/classes.nib @@ -0,0 +1,50 @@ +{ + IBClasses = ( + { + ACTIONS = { + addFiles = id; + addGroup = id; + removeGroup = id; + showInspectorWindow = id; + showMainWindow = id; + }; + CLASS = ApplicationController; + LANGUAGE = ObjC; + OUTLETS = { + fileDelegate = FileTableDelegate; + fileTableView = NSTableView; + groupDelegate = GroupTableDelegate; + groupOutlineView = NSOutlineView; + inspectorWindow = NSWindow; + mainWindow = NSWindow; + openMenuItem = NSMenuItem; + showInspectorWindowMenuItem = NSMenuItem; + showMainWindowMenuItem = NSMenuItem; + thePanelController = LoadPanelController; + thePreferenceController = PreferenceController; + }; + SUPERCLASS = NSObject; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + CLASS = NIBConnector; + LANGUAGE = ObjC; + OUTLETS = {thePreferencesController = PreferencesController; }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = {applyChanges = id; selectDownloadDirectory = id; toggleNetworkEnabled = id; }; + CLASS = PreferencesController; + LANGUAGE = ObjC; + OUTLETS = { + theDownloadField = NSTextField; + theHostnameField = NSTextField; + theHostnameFieldDescription = NSTextField; + theNetworkEnabledButton = NSButton; + theWindow = NSWindow; + }; + SUPERCLASS = NSObject; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/Liaison/chef.lproj/PreferencesWindow.nib/info.nib b/Liaison/chef.lproj/PreferencesWindow.nib/info.nib new file mode 100644 index 0000000..ba3c2a9 --- /dev/null +++ b/Liaison/chef.lproj/PreferencesWindow.nib/info.nib @@ -0,0 +1,38 @@ + + + + + IBDocumentLocation + 50 54 356 240 0 0 1600 1178 + IBFramework Version + 326.0 + IBGroupedObjects + + 0 + + 39 + 40 + 49 + + 1 + + 21 + 22 + + 2 + + 34 + 35 + 36 + + + IBLastGroupID + 3 + IBOpenObjects + + 5 + + IBSystem Version + 7B28 + + diff --git a/Liaison/chef.lproj/PreferencesWindow.nib/objects.nib b/Liaison/chef.lproj/PreferencesWindow.nib/objects.nib new file mode 100644 index 0000000..764eedf Binary files /dev/null and b/Liaison/chef.lproj/PreferencesWindow.nib/objects.nib differ -- cgit v1.2.3