Update nibs.

This commit is contained in:
Nicholas Shanks 2002-04-14 14:18:02 +00:00
parent 37c0f8faf8
commit 36fd43b6b5
8 changed files with 40 additions and 53 deletions

View File

@ -1,6 +1,11 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {creatorChanged = id; typeChanged = id; };
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
ACTIONS = {attributesChanged = id; };
CLASS = InfoWindowController;
@ -8,13 +13,15 @@
OUTLETS = {
attributesMatrix = NSMatrix;
documentView = NSBox;
filePropertyForm = NSForm;
iconView = NSImageView;
nameView = NSTextField;
placeholderView = NSBox;
resourceView = NSBox;
};
SUPERCLASS = NSWindowController;
}
},
{CLASS = SizeFormatter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; }
);
IBVersion = 1;
}

View File

@ -6,7 +6,11 @@
<string>142 473 384 240 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBOpenObjects</key>
<array>
<integer>50</integer>
</array>
<key>IBSystem Version</key>
<string>5P48</string>
<string>5Q45</string>
</dict>
</plist>

Binary file not shown.

View File

@ -1,14 +1,6 @@
/* Localized versions of application-critical strings */
/* Save sheet contents */
"Save Document?" = "Save Document?";
"Do you wish to save %@?" = "Do you wish to save %@?";
"this document" = "this document";
"Save" = "Save";
"DonÕt Save" = "DonÕt Save";
"Cancel" = "Cancel";
/* File window default (grey) resource names */
/* Document window default (grey) resource names */
"Untitled Resource" = "Untitled Resource";
"Custom Icon" = "Custom Icon";
@ -35,12 +27,8 @@
"Show Resource Information Window" = "Show Resource Information Window";
/* Undo/Redo menu item titles */
"Add Resource" = "Add Resource";
"Add Resource Ò%@Ó" = "Add Resource Ò%@Ó";
"Create Resource" = "Create Resource";
"Create Resource Ò%@Ó" = "Create Resource Ò%@Ó";
"Remove Resource" = "Remove Resource";
"Remove Resource Ò%@Ó" = "Remove Resource Ò%@Ó";
"Delete Resource" = "Delete Resource";
"Delete Resource Ò%@Ó" = "Delete Resource Ò%@Ó";
"Name Change" = "Name Change";

Binary file not shown.

View File

@ -1,57 +1,45 @@
{
IBClasses = (
{CLASS = AttributesFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
{
ACTIONS = {
hideCreateResourceSheet = id;
showCreateResourceSheet = id;
typePopupSelection = id;
};
CLASS = CreateResourceSheetController;
LANGUAGE = ObjC;
OUTLETS = {
attributesMatrix = NSMatrix;
cancelButton = NSButton;
createButton = NSButton;
dataSource = ResourceDataSource;
document = ResourceDocument;
nameView = NSTextField;
parent = NSWindow;
resIDView = NSTextField;
typePopup = NSPopUpButton;
typeView = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = NameFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
{
CLASS = NameFormatter;
LANGUAGE = ObjC;
OUTLETS = {outlineView = NSOutlineView; };
SUPERCLASS = NSFormatter;
},
{
CLASS = OutlineViewDelegate;
LANGUAGE = ObjC;
OUTLETS = {
attributesFormatter = id;
nameFormatter = id;
sizeFormatter = id;
window = id;
attributesFormatter = NSFormatter;
nameFormatter = NSFormatter;
sizeFormatter = NSNumberFormatter;
window = NSWindow;
};
SUPERCLASS = NSObject;
},
{
CLASS = ResourceDataSource;
LANGUAGE = ObjC;
OUTLETS = {
createResourceSheetController = CreateResourceSheetController;
document = ResourceDocument;
outlineView = NSOutlineView;
window = NSWindow;
};
OUTLETS = {document = ResourceDocument; outlineView = NSOutlineView; window = NSWindow; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {showCreateResourceSheet = id; };
ACTIONS = {
clear = id;
openResource = id;
openResourceAsHex = id;
playSound = id;
showCreateResourceSheet = id;
};
CLASS = ResourceDocument;
LANGUAGE = ObjC;
OUTLETS = {dataSource = ResourceDataSource; outlineView = NSOutlineView; };
OUTLETS = {
dataSource = ResourceDataSource;
mainWindow = NSWindow;
outlineView = NSOutlineView;
};
SUPERCLASS = NSDocument;
},
{CLASS = SizeFormatter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; }

View File

@ -3,11 +3,11 @@
<plist version="0.9">
<dict>
<key>IBDocumentLocation</key>
<string>153 217 480 547 0 0 1280 1002 </string>
<string>306 119 486 325 0 0 1280 1002 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBSystem Version</key>
<string>5P48</string>
<string>5Q45</string>
<key>IBUserGuides</key>
<dict>
<key>CreateResourceSheet</key>