summaryrefslogtreecommitdiffstats
path: root/Liaison/chef.lproj/PreferencesWindow.nib
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-14 21:45:08 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-04-14 21:45:08 -0400
commit17349a5e426dc7acf1216a3767a22f69974cbca0 (patch)
tree20029d02f07ab6257cccec36d34fb312f796e1d1 /Liaison/chef.lproj/PreferencesWindow.nib
downloadliaison-17349a5e426dc7acf1216a3767a22f69974cbca0.tar.gz
liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.zip
Initial commit.
Diffstat (limited to 'Liaison/chef.lproj/PreferencesWindow.nib')
-rw-r--r--Liaison/chef.lproj/PreferencesWindow.nib/classes.nib50
-rw-r--r--Liaison/chef.lproj/PreferencesWindow.nib/info.nib38
-rw-r--r--Liaison/chef.lproj/PreferencesWindow.nib/objects.nibbin0 -> 2533 bytes
3 files changed, 88 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IBDocumentLocation</key>
+ <string>50 54 356 240 0 0 1600 1178 </string>
+ <key>IBFramework Version</key>
+ <string>326.0</string>
+ <key>IBGroupedObjects</key>
+ <dict>
+ <key>0</key>
+ <array>
+ <string>39</string>
+ <string>40</string>
+ <string>49</string>
+ </array>
+ <key>1</key>
+ <array>
+ <string>21</string>
+ <string>22</string>
+ </array>
+ <key>2</key>
+ <array>
+ <string>34</string>
+ <string>35</string>
+ <string>36</string>
+ </array>
+ </dict>
+ <key>IBLastGroupID</key>
+ <string>3</string>
+ <key>IBOpenObjects</key>
+ <array>
+ <integer>5</integer>
+ </array>
+ <key>IBSystem Version</key>
+ <string>7B28</string>
+</dict>
+</plist>
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
--- /dev/null
+++ b/Liaison/chef.lproj/PreferencesWindow.nib/objects.nib
Binary files differ