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/InspectorViews.nib/classes.nib | 38 +++++++++++++++++++++ .../chef.lproj/InspectorViews.nib/info.nib | 32 +++++++++++++++++ .../chef.lproj/InspectorViews.nib/objects.nib | Bin 0 -> 3419 bytes 3 files changed, 70 insertions(+) create mode 100644 Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/classes.nib create mode 100644 Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/info.nib create mode 100644 Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/objects.nib (limited to 'Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib') diff --git a/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/classes.nib b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/classes.nib new file mode 100644 index 0000000..5cbffd3 --- /dev/null +++ b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/classes.nib @@ -0,0 +1,38 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = HFSCodeFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }, + { + ACTIONS = { + setApplication = id; + setFilename = id; + setHFSCreatorField = id; + setHFSTypeField = id; + setIcon = id; + setType = id; + }; + CLASS = InspectorViewController; + LANGUAGE = ObjC; + OUTLETS = { + hfsCreatorField = NSTextField; + hfsTypeField = NSTextField; + iconView = NSImageView; + pathField = NSTextField; + theApplicationButton = NSPopUpButton; + theFileTabView = NSView; + theFilenameField = NSTextField; + theHFSTabView = NSView; + theTypeField = NSTextField; + }; + SUPERCLASS = NSObject; + }, + { + CLASS = LiBuiltInFunctions; + LANGUAGE = ObjC; + OUTLETS = {theController = InspectorViewController; }; + SUPERCLASS = NSObject; + }, + {CLASS = LiImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/info.nib b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/info.nib new file mode 100644 index 0000000..d875328 --- /dev/null +++ b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/info.nib @@ -0,0 +1,32 @@ + + + + + IBDocumentLocation + 37 90 356 240 0 0 1024 746 + IBEditorPositions + + 48 + 394 455 235 123 0 0 1024 746 + 5 + 345 428 334 178 0 0 1024 746 + + IBFramework Version + 291.0 + IBGroupedObjects + + 0 + + 27 + 28 + 30 + 31 + 33 + + + IBLastGroupID + 1 + IBSystem Version + 6L60 + + diff --git a/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/objects.nib b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/objects.nib new file mode 100644 index 0000000..688b472 Binary files /dev/null and b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/objects.nib differ -- cgit v1.2.3