From 17349a5e426dc7acf1216a3767a22f69974cbca0 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 14 Apr 2008 21:45:08 -0400 Subject: Initial commit. --- Liaison/chef.lproj/CopyPanel.nib/classes.nib | 38 +++++++++++++++++++++++++++ Liaison/chef.lproj/CopyPanel.nib/info.nib | 17 ++++++++++++ Liaison/chef.lproj/CopyPanel.nib/objects.nib | Bin 0 -> 2733 bytes 3 files changed, 55 insertions(+) create mode 100644 Liaison/chef.lproj/CopyPanel.nib/classes.nib create mode 100644 Liaison/chef.lproj/CopyPanel.nib/info.nib create mode 100644 Liaison/chef.lproj/CopyPanel.nib/objects.nib (limited to 'Liaison/chef.lproj/CopyPanel.nib') diff --git a/Liaison/chef.lproj/CopyPanel.nib/classes.nib b/Liaison/chef.lproj/CopyPanel.nib/classes.nib new file mode 100644 index 0000000..67bc2f5 --- /dev/null +++ b/Liaison/chef.lproj/CopyPanel.nib/classes.nib @@ -0,0 +1,38 @@ +{ + IBClasses = ( + { + CLASS = CopyController; + LANGUAGE = ObjC; + OUTLETS = { + theContentBox = NSBox; + theScrollView = NSScrollView; + theTemplate = DownloadStatusView; + theWindow = NSWindow; + }; + SUPERCLASS = NSObject; + }, + { + CLASS = DownloadStatusView; + LANGUAGE = ObjC; + OUTLETS = { + theButton = NSButton; + theFilename = NSTextField; + theIcon = NSImageView; + theProgressBar = NSProgressIndicator; + }; + SUPERCLASS = NSView; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = FlippedBox; LANGUAGE = ObjC; SUPERCLASS = NSBox; }, + { + CLASS = NIBConnector; + LANGUAGE = ObjC; + OUTLETS = { + theCopyController = CopyController; + thePreferencesController = PreferencesController; + }; + SUPERCLASS = NSObject; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/Liaison/chef.lproj/CopyPanel.nib/info.nib b/Liaison/chef.lproj/CopyPanel.nib/info.nib new file mode 100644 index 0000000..cf2ac52 --- /dev/null +++ b/Liaison/chef.lproj/CopyPanel.nib/info.nib @@ -0,0 +1,17 @@ + + + + + IBDocumentLocation + 60 38 356 240 0 0 1024 746 + IBEditorPositions + + 16 + 373 456 220 82 0 0 1024 746 + + IBFramework Version + 291.0 + IBSystem Version + 6L60 + + diff --git a/Liaison/chef.lproj/CopyPanel.nib/objects.nib b/Liaison/chef.lproj/CopyPanel.nib/objects.nib new file mode 100644 index 0000000..5ea039a Binary files /dev/null and b/Liaison/chef.lproj/CopyPanel.nib/objects.nib differ -- cgit v1.2.3