mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 02:29:56 +00:00
Update nibs.
This commit is contained in:
parent
37c0f8faf8
commit
36fd43b6b5
11
Cocoa/English.lproj/InfoWindow.nib/classes.nib
generated
11
Cocoa/English.lproj/InfoWindow.nib/classes.nib
generated
@ -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;
|
||||
}
|
6
Cocoa/English.lproj/InfoWindow.nib/info.nib
generated
6
Cocoa/English.lproj/InfoWindow.nib/info.nib
generated
@ -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>
|
||||
|
BIN
Cocoa/English.lproj/InfoWindow.nib/objects.nib
generated
BIN
Cocoa/English.lproj/InfoWindow.nib/objects.nib
generated
Binary file not shown.
@ -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";
|
||||
|
BIN
Cocoa/English.lproj/PrefsWindow.nib/objects.nib
generated
BIN
Cocoa/English.lproj/PrefsWindow.nib/objects.nib
generated
Binary file not shown.
58
Cocoa/English.lproj/ResourceDocument.nib/classes.nib
generated
58
Cocoa/English.lproj/ResourceDocument.nib/classes.nib
generated
@ -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; }
|
||||
|
@ -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>
|
||||
|
BIN
Cocoa/English.lproj/ResourceDocument.nib/objects.nib
generated
BIN
Cocoa/English.lproj/ResourceDocument.nib/objects.nib
generated
Binary file not shown.
Loading…
Reference in New Issue
Block a user