mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-21 11:29:31 +00:00
Add nib files
This commit is contained in:
parent
5404d78e13
commit
298ab346f2
29
Cocoa/Plug-Ins/Hex Editor/English.lproj/HexWindow.nib/classes.nib
generated
Normal file
29
Cocoa/Plug-Ins/Hex Editor/English.lproj/HexWindow.nib/classes.nib
generated
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
CLASS = HexEditorDelegate;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
ascii = NSTextView;
|
||||
hex = NSTextView;
|
||||
message = NSTextField;
|
||||
offset = NSTextView;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = HexWindowController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
ascii = NSTextView;
|
||||
hex = NSTextView;
|
||||
hexDelegate = HexEditorDelegate;
|
||||
message = NSTextField;
|
||||
offset = NSTextView;
|
||||
};
|
||||
SUPERCLASS = NSWindowController;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
12
Cocoa/Plug-Ins/Hex Editor/English.lproj/HexWindow.nib/info.nib
generated
Normal file
12
Cocoa/Plug-Ins/Hex Editor/English.lproj/HexWindow.nib/info.nib
generated
Normal file
@ -0,0 +1,12 @@
|
||||
<?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>61 309 356 240 0 0 1024 746 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>248.0</string>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5P48</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
Cocoa/Plug-Ins/Hex Editor/English.lproj/HexWindow.nib/objects.nib
generated
Normal file
BIN
Cocoa/Plug-Ins/Hex Editor/English.lproj/HexWindow.nib/objects.nib
generated
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user