Add missing nib file.

This commit is contained in:
Nicholas Shanks 2002-04-14 12:12:38 +00:00
parent f4ac76473f
commit e934ac2453
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
IBClasses = (
{
ACTIONS = {
hideCreateResourceSheet = id;
showCreateResourceSheet = id;
typePopupSelection = id;
};
CLASS = CreateResourceSheetController;
LANGUAGE = ObjC;
OUTLETS = {
attributesMatrix = NSMatrix;
cancelButton = NSButton;
createButton = NSButton;
nameView = NSTextField;
resIDView = NSTextField;
typePopup = NSPopUpButton;
typeView = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
);
IBVersion = 1;
}

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>IBDocumentLocation</key>
<string>58 46 387 357 0 0 832 602 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBOpenObjects</key>
<array>
<integer>20</integer>
</array>
<key>IBSystem Version</key>
<string>5Q45</string>
</dict>
</plist>

Binary file not shown.