summaryrefslogtreecommitdiffstats
path: root/Liaison/chef.lproj/MainMenu.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/MainMenu.nib
downloadliaison-17349a5e426dc7acf1216a3767a22f69974cbca0.tar.gz
liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.zip
Initial commit.
Diffstat (limited to 'Liaison/chef.lproj/MainMenu.nib')
-rw-r--r--Liaison/chef.lproj/MainMenu.nib/classes.nib120
-rw-r--r--Liaison/chef.lproj/MainMenu.nib/info.nib38
-rw-r--r--Liaison/chef.lproj/MainMenu.nib/objects.nibbin0 -> 16364 bytes
3 files changed, 158 insertions, 0 deletions
diff --git a/Liaison/chef.lproj/MainMenu.nib/classes.nib b/Liaison/chef.lproj/MainMenu.nib/classes.nib
new file mode 100644
index 0000000..209ba77
--- /dev/null
+++ b/Liaison/chef.lproj/MainMenu.nib/classes.nib
@@ -0,0 +1,120 @@
+{
+ IBClasses = (
+ {
+ ACTIONS = {
+ openHomepage = id;
+ showInspectorWindow = id;
+ showMainWindow = id;
+ showPreferenceWindow = id;
+ };
+ CLASS = ApplicationController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ fileDelegate = FileTableDelegate;
+ fileTableView = NSTableView;
+ groupDelegate = GroupTableDelegate;
+ groupOutlineView = NSOutlineView;
+ inspectorWindow = NSWindow;
+ mainWindow = NSWindow;
+ openMenuItem = NSMenuItem;
+ showInspectorWindowMenuItem = NSMenuItem;
+ showMainWindowMenuItem = NSMenuItem;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = CopyController;
+ LANGUAGE = ObjC;
+ OUTLETS = {theFilenameField = NSTextField; theProgressBar = NSProgressIndicator; };
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {addFiles = id; };
+ CLASS = FileTableDelegate;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ inspectorController = InspectorController;
+ statusLine = NSTextField;
+ tableView = NSTableView;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {deselectAll = id; };
+ CLASS = FirstResponder;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSObject;
+ },
+ {CLASS = FlippedBox; LANGUAGE = ObjC; SUPERCLASS = NSBox; },
+ {
+ ACTIONS = {addGroup = id; };
+ CLASS = GroupTableDelegate;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ outlineView = NSOutlineView;
+ statusLine = NSTextField;
+ theFileDelegate = FileTableDelegate;
+ theWindow = WindowController;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = InspectorController;
+ LANGUAGE = ObjC;
+ OUTLETS = {theDefaultTabView = NSView; theTabView = NSTabView; theWindow = NSWindow; };
+ SUPERCLASS = NSObject;
+ },
+ {CLASS = LiScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
+ {
+ ACTIONS = {delete = id; };
+ CLASS = LiTableView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTableView;
+ },
+ {
+ ACTIONS = {showDownloadWindow = id; };
+ CLASS = NIBConnector;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ theCopyController = CopyController;
+ theLoadPanelController = LoadPanelController;
+ thePreferencesController = PreferencesController;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {showWindow = id; };
+ CLASS = ViewOptionsController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ theContentView = id;
+ theFileDelegate = FileTableDelegate;
+ theHeaderField = id;
+ theWindow = NSWindow;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {
+ addGroup = id;
+ addToLibrary = id;
+ openFile = id;
+ openInspector = id;
+ removeFiles = id;
+ removeGroup = id;
+ revealInFinder = id;
+ };
+ CLASS = WindowController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ theFileList = NSTableView;
+ theGroupList = NSOutlineView;
+ theInspectorWindow = NSWindow;
+ theMainWindow = NSWindow;
+ theSearchField = id;
+ };
+ SUPERCLASS = NSObject;
+ }
+ );
+ IBVersion = 1;
+} \ No newline at end of file
diff --git a/Liaison/chef.lproj/MainMenu.nib/info.nib b/Liaison/chef.lproj/MainMenu.nib/info.nib
new file mode 100644
index 0000000..bb7213f
--- /dev/null
+++ b/Liaison/chef.lproj/MainMenu.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>23 72 461 291 0 0 1024 746 </string>
+ <key>IBEditorPositions</key>
+ <dict>
+ <key>29</key>
+ <string>3 696 310 44 0 0 1024 746 </string>
+ <key>377</key>
+ <string>423 486 177 62 0 0 1024 746 </string>
+ <key>700</key>
+ <string>287 435 224 118 0 0 1024 746 </string>
+ </dict>
+ <key>IBFramework Version</key>
+ <string>291.0</string>
+ <key>IBGroupedObjects</key>
+ <dict>
+ <key>1</key>
+ <array>
+ <string>666</string>
+ <string>671</string>
+ <string>672</string>
+ </array>
+ </dict>
+ <key>IBLastGroupID</key>
+ <string>2</string>
+ <key>IBOpenObjects</key>
+ <array>
+ <integer>21</integer>
+ <integer>301</integer>
+ <integer>208</integer>
+ </array>
+ <key>IBSystem Version</key>
+ <string>6L60</string>
+</dict>
+</plist>
diff --git a/Liaison/chef.lproj/MainMenu.nib/objects.nib b/Liaison/chef.lproj/MainMenu.nib/objects.nib
new file mode 100644
index 0000000..5fb322e
--- /dev/null
+++ b/Liaison/chef.lproj/MainMenu.nib/objects.nib
Binary files differ