Going over the code.

Using Xcode 5.
Bumping the minimum OS X version to 10.8.
This commit is contained in:
C.W. Betts 2014-01-29 21:15:00 -07:00
parent caf6a3d640
commit 6c364c3494
81 changed files with 9671 additions and 26439 deletions

View File

@ -344,7 +344,7 @@ NSString *RKResourcePboardType = @"RKResourcePboardType";
- (NSString *)description
{
return [NSString stringWithFormat:@"\n%@\nName: %@\nType: %@ ID: %@\nSize: %ld Modified: %@", [super description], name, type, resID, [data length], dirty? @"YES":@"NO"];
return [NSString stringWithFormat:@"\n%@\nName: %@\nType: %@ ID: %@\nSize: %ld Modified: %@", [super description], name, type, resID, (unsigned long)[data length], dirty? @"YES":@"NO"];
}
@end

View File

@ -10,6 +10,8 @@
IBOutlet ResourceDataSource *dataSource;
IBOutlet NSWindow *mainWindow;
IBOutlet NSOutlineView *outlineView;
IBOutlet NSView *viewToolbarView;
CreateResourceSheetController *sheetController;
NSMutableDictionary *toolbarItems;

View File

@ -28,6 +28,7 @@ extern NSString *RKResourcePboardType;
@end
@implementation ResourceDocument
@synthesize viewToolbarView;
- (id)init
{
@ -268,7 +269,7 @@ extern NSString *RKResourcePboardType;
error = ResError();
if(error != noErr)
{
NSLog(@"Error %d reading resource map...", error);
NSLog(@"Error %d reading resource map...", (int)error);
UseResFile(oldResFile);
return NO;
}
@ -335,7 +336,7 @@ extern NSString *RKResourcePboardType;
error = FSPathMakeRef((const UInt8 *)[[fileName stringByDeletingLastPathComponent] UTF8String], parentRef, nil);
if (error != noErr)
NSLog(@"FSPathMakeRef got error %d", error);
NSLog(@"FSPathMakeRef got error %d", (int)error);
if(fork)
error = FSCreateResourceFile(parentRef, [[fileName lastPathComponent] length], (UniChar *) uniname, kFSCatInfoNone, NULL, fork->length, (UniChar *) &fork->unicode, fileRef, NULL);
@ -364,7 +365,7 @@ extern NSString *RKResourcePboardType;
else error = FSOpenResourceFile(fileRef, 0, NULL, fsWrPerm, &fileRefNum);
}
// else NSLog(@"error creating resource fork. (error=%d, spec=%d, ref=%d, parent=%d)", error, fileSpec, fileRef, parentRef);
else NSLog(@"error creating resource fork. (error=%d, ref=%p)", error, fileRef);
else NSLog(@"error creating resource fork. (error=%d, ref=%p)", (int)error, fileRef);
// write resource array to file
if(fileRefNum && !error)
@ -409,13 +410,13 @@ extern NSString *RKResourcePboardType;
error = FSOpenFork(fileRef, [[resource representedFork] length], (UniChar *) uniname, fsWrPerm, &forkRefNum);
if (error != noErr)
NSLog(@"FSOpenFork got error %d", error);
NSLog(@"FSOpenFork got error %d", (int)error);
if(!error && forkRefNum)
error = FSWriteFork(forkRefNum, fsFromStart, 0, [[resource data] length], [[resource data] bytes], NULL);
if (error != noErr)
NSLog(@"FSWriteFork got error %d", error);
NSLog(@"FSWriteFork got error %d", (int)error);
if(forkRefNum) FSCloseFork(forkRefNum);
}
@ -514,9 +515,9 @@ extern NSString *RKResourcePboardType;
FSSetCatalogInfo(fileRef, kFSCatInfoFinderInfo, &info);
// NSLog(@"finder info got set to type: %X; creator: %X", finderInfo.fdType, finderInfo.fdCreator);
}
else NSLog(@"error getting Finder info. (error=%d, ref=%p)", error, fileRef);
else NSLog(@"error getting Finder info. (error=%d, ref=%p)", (int)error, fileRef);
}
else NSLog(@"error making fsref from file path. (error=%d, ref=%p, path=%@)", error, fileRef, [[self fileURL] path]);
else NSLog(@"error making fsref from file path. (error=%d, ref=%p, path=%@)", (int)error, fileRef, [[self fileURL] path]);
}
#pragma mark -
@ -814,9 +815,7 @@ static NSString *RKViewItemIdentifier = @"com.nickshanks.resknife.toolbar.view"
[item setLabel:NSLocalizedString(@"Show Info", nil)];
[item setPaletteLabel:NSLocalizedString(@"Show Info", nil)];
[item setToolTip:NSLocalizedString(@"Show Resource Information Window", nil)];
if((image = [NSImage imageNamed:NSImageNameInfo]))
[item setImage:image];
else [item setImage:[NSImage imageNamed:@"Show Info"]];
[item setImage:[NSImage imageNamed:NSImageNameInfo]];
[item setTarget:[NSApp delegate]];
[item setAction:@selector(showInfo:)];
[toolbarItems setObject:item forKey:RKShowInfoItemIdentifier];

View File

@ -1,489 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">11E53</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitVersion">1138.47</string>
<string key="IBDocument.HIToolboxVersion">569.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">2182</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>NSTextField</string>
<string>NSView</string>
<string>NSWindowTemplate</string>
<string>NSCustomObject</string>
<string>NSScrollView</string>
<string>NSTextView</string>
<string>NSImageCell</string>
<string>NSImageView</string>
<string>NSScroller</string>
<string>NSTextFieldCell</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="866047966">
<object class="NSCustomObject" id="473137193">
<string key="NSClassName">NSWindowController</string>
</object>
<object class="NSCustomObject" id="991267996">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="638199867">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSCustomObject" id="1067726277">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSWindowTemplate" id="463685911">
<int key="NSWindowStyleMask">11</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{585, 557}, {476, 260}}</string>
<int key="NSWTFlags">-1334312960</int>
<string key="NSWindowTitle"/>
<object class="NSMutableString" key="NSWindowClass">
<characters key="NS.bytes">NSPanel</characters>
</object>
<object class="NSMutableString" key="NSViewClass">
<characters key="NS.bytes">View</characters>
</object>
<nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{410, 200}</string>
<object class="NSView" key="NSWindowView" id="957960579">
<nil key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSTextField" id="820980846">
<reference key="NSNextResponder" ref="957960579"/>
<int key="NSvFlags">266</int>
<string key="NSFrame">{{75, 218}, {380, 29}}</string>
<reference key="NSSuperview" ref="957960579"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTextFieldCell" key="NSCell" id="335432255">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">4194304</int>
<string type="base64-UTF8" key="NSContents">UmVzS25pZmUKA</string>
<object class="NSFont" key="NSSupport">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">24</double>
<int key="NSfFlags">16</int>
</object>
<reference key="NSControlView" ref="820980846"/>
<object class="NSColor" key="NSBackgroundColor" id="172588644">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlColor</string>
<object class="NSColor" key="NSColor" id="967963013">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object>
</object>
<object class="NSColor" key="NSTextColor" id="701389606">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<object class="NSColor" key="NSColor" id="92187863">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
</object>
</object>
<object class="NSTextField" id="33257083">
<reference key="NSNextResponder" ref="957960579"/>
<int key="NSvFlags">266</int>
<string key="NSFrame">{{75, 200}, {380, 16}}</string>
<reference key="NSSuperview" ref="957960579"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTextFieldCell" key="NSCell" id="356414816">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">4194304</int>
<string key="NSContents">Version 0.6d3</string>
<object class="NSFont" key="NSSupport" id="850842604">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<reference key="NSControlView" ref="33257083"/>
<reference key="NSBackgroundColor" ref="172588644"/>
<reference key="NSTextColor" ref="701389606"/>
</object>
</object>
<object class="NSImageView" id="195291066">
<reference key="NSNextResponder" ref="957960579"/>
<int key="NSvFlags">268</int>
<set class="NSMutableSet" key="NSDragTypes">
<string>Apple PDF pasteboard type</string>
<string>Apple PICT pasteboard type</string>
<string>Apple PNG pasteboard type</string>
<object class="NSMutableString">
<characters key="NS.bytes">NSFilenamesPboardType</characters>
</object>
<string>NeXT Encapsulated PostScript v1.2 pasteboard type</string>
<string>NeXT TIFF v4.0 pasteboard type</string>
</set>
<string key="NSFrame">{{12, 200}, {48, 48}}</string>
<reference key="NSSuperview" ref="957960579"/>
<bool key="NSEnabled">YES</bool>
<object class="NSImageCell" key="NSCell" id="302372936">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">33554432</int>
<object class="NSCustomResource" key="NSContents">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSApplicationIcon</string>
</object>
<reference key="NSSupport" ref="850842604"/>
<int key="NSAlign">0</int>
<int key="NSScale">0</int>
<int key="NSStyle">0</int>
<bool key="NSAnimates">NO</bool>
</object>
<bool key="NSEditable">YES</bool>
</object>
<object class="NSTextField" id="983245233">
<reference key="NSNextResponder" ref="957960579"/>
<int key="NSvFlags">290</int>
<string key="NSFrame">{{74, 6}, {387, 14}}</string>
<reference key="NSSuperview" ref="957960579"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTextFieldCell" key="NSCell" id="707111242">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">4194304</int>
<string key="NSContents">Copyright © 2001-6, Nicholas Shanks. All Rights Reserved.</string>
<object class="NSFont" key="NSSupport">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">11</double>
<int key="NSfFlags">3100</int>
</object>
<reference key="NSControlView" ref="983245233"/>
<reference key="NSBackgroundColor" ref="172588644"/>
<reference key="NSTextColor" ref="701389606"/>
</object>
</object>
<object class="NSScrollView" id="295271037">
<reference key="NSNextResponder" ref="957960579"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSClipView" id="788833434">
<reference key="NSNextResponder" ref="295271037"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSTextView" id="201035292">
<reference key="NSNextResponder" ref="788833434"/>
<int key="NSvFlags">2322</int>
<string key="NSFrameSize">{383, 162}</string>
<reference key="NSSuperview" ref="788833434"/>
<object class="NSTextContainer" key="NSTextContainer" id="728947162">
<object class="NSLayoutManager" key="NSLayoutManager">
<object class="NSTextStorage" key="NSTextStorage">
<object class="NSMutableString" key="NSString">
<characters key="NS.bytes"/>
</object>
<nil key="NSDelegate"/>
</object>
<array class="NSMutableArray" key="NSTextContainers">
<reference ref="728947162"/>
</array>
<int key="NSLMFlags">6</int>
<nil key="NSDelegate"/>
</object>
<reference key="NSTextView" ref="201035292"/>
<double key="NSWidth">383</double>
<int key="NSTCFlags">1</int>
</object>
<object class="NSTextViewSharedData" key="NSSharedData">
<int key="NSFlags">33557356</int>
<int key="NSTextCheckingTypes">0</int>
<nil key="NSMarkedAttributes"/>
<object class="NSColor" key="NSBackgroundColor" id="1011752443">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
<dictionary key="NSSelectedAttributes">
<object class="NSColor" key="NSBackgroundColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">selectedTextBackgroundColor</string>
<reference key="NSColor" ref="967963013"/>
</object>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">selectedTextColor</string>
<reference key="NSColor" ref="92187863"/>
</object>
</dictionary>
<reference key="NSInsertionColor" ref="92187863"/>
<dictionary key="NSLinkAttributes">
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MCAwIDEAA</bytes>
</object>
<object class="NSCursor" key="NSCursor">
<string key="NSHotSpot">{8, -8}</string>
<int key="NSCursorType">13</int>
</object>
<integer value="1" key="NSUnderline"/>
</dictionary>
<object class="NSParagraphStyle" key="NSDefaultParagraphStyle">
<nil key="NSTabStops"/>
</object>
<nil key="NSTextFinder"/>
<int key="NSPreferredTextFinderStyle">0</int>
</object>
<int key="NSTVFlags">6</int>
<string key="NSMaxSize">{383, 10000000}</string>
<string key="NSMinize">{368, 162}</string>
<nil key="NSDelegate"/>
</object>
</array>
<string key="NSFrame">{{1, 1}, {384, 162}}</string>
<reference key="NSSuperview" ref="295271037"/>
<reference key="NSNextKeyView" ref="201035292"/>
<reference key="NSDocView" ref="201035292"/>
<reference key="NSBGColor" ref="1011752443"/>
<object class="NSCursor" key="NSCursor">
<string key="NSHotSpot">{1, -1}</string>
<int key="NSCursorType">0</int>
</object>
<int key="NScvFlags">4</int>
</object>
<object class="NSScroller" id="606185208">
<reference key="NSNextResponder" ref="295271037"/>
<int key="NSvFlags">256</int>
<string key="NSFrame">{{370, 1}, {15, 162}}</string>
<reference key="NSSuperview" ref="295271037"/>
<reference key="NSTarget" ref="295271037"/>
<string key="NSAction">_doScroller:</string>
<double key="NSCurValue">1</double>
</object>
<object class="NSScroller" id="150410007">
<reference key="NSNextResponder" ref="295271037"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{-100, -100}, {87, 18}}</string>
<reference key="NSSuperview" ref="295271037"/>
<int key="NSsFlags">1</int>
<reference key="NSTarget" ref="295271037"/>
<string key="NSAction">_doScroller:</string>
<double key="NSCurValue">1</double>
<double key="NSPercent">0.94565218687057495</double>
</object>
</array>
<string key="NSFrame">{{74, 25}, {386, 164}}</string>
<reference key="NSSuperview" ref="957960579"/>
<reference key="NSNextKeyView" ref="788833434"/>
<int key="NSsFlags">2066</int>
<reference key="NSVScroller" ref="606185208"/>
<reference key="NSHScroller" ref="150410007"/>
<reference key="NSContentView" ref="788833434"/>
</object>
</array>
<string key="NSFrameSize">{476, 260}</string>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string>
<string key="NSMinSize">{410, 222}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="473137193"/>
<reference key="destination" ref="463685911"/>
</object>
<int key="connectionID">52</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="463685911"/>
<reference key="destination" ref="473137193"/>
</object>
<int key="connectionID">53</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">initialFirstResponder</string>
<reference key="source" ref="463685911"/>
<reference key="destination" ref="201035292"/>
</object>
<int key="connectionID">54</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="866047966"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="473137193"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="991267996"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">37</int>
<reference key="object" ref="1067726277"/>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">38</int>
<reference key="object" ref="463685911"/>
<array class="NSMutableArray" key="children">
<reference ref="957960579"/>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">39</int>
<reference key="object" ref="957960579"/>
<array class="NSMutableArray" key="children">
<reference ref="820980846"/>
<reference ref="33257083"/>
<reference ref="983245233"/>
<reference ref="195291066"/>
<reference ref="295271037"/>
</array>
<reference key="parent" ref="463685911"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">40</int>
<reference key="object" ref="820980846"/>
<array class="NSMutableArray" key="children">
<reference ref="335432255"/>
</array>
<reference key="parent" ref="957960579"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">41</int>
<reference key="object" ref="335432255"/>
<reference key="parent" ref="820980846"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">42</int>
<reference key="object" ref="33257083"/>
<array class="NSMutableArray" key="children">
<reference ref="356414816"/>
</array>
<reference key="parent" ref="957960579"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">43</int>
<reference key="object" ref="356414816"/>
<reference key="parent" ref="33257083"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">44</int>
<reference key="object" ref="983245233"/>
<array class="NSMutableArray" key="children">
<reference ref="707111242"/>
</array>
<reference key="parent" ref="957960579"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">45</int>
<reference key="object" ref="707111242"/>
<reference key="parent" ref="983245233"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">46</int>
<reference key="object" ref="195291066"/>
<array class="NSMutableArray" key="children">
<reference ref="302372936"/>
</array>
<reference key="parent" ref="957960579"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">47</int>
<reference key="object" ref="302372936"/>
<reference key="parent" ref="195291066"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">48</int>
<reference key="object" ref="295271037"/>
<array class="NSMutableArray" key="children">
<reference ref="201035292"/>
<reference ref="150410007"/>
<reference ref="606185208"/>
</array>
<reference key="parent" ref="957960579"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">49</int>
<reference key="object" ref="201035292"/>
<reference key="parent" ref="295271037"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">50</int>
<reference key="object" ref="150410007"/>
<reference key="parent" ref="295271037"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">51</int>
<reference key="object" ref="606185208"/>
<reference key="parent" ref="295271037"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="638199867"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="37.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="38.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="39.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="40.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="41.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="42.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="43.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="44.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="45.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="46.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="47.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="48.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="49.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="50.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="51.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">55</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes"/>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="NS.key.0">NSApplicationIcon</string>
<string key="NS.object.0">{128, 128}</string>
</object>
</data>
</archive>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,840 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">11E53</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitVersion">1138.47</string>
<string key="IBDocument.HIToolboxVersion">569.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">2182</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>NSView</string>
<string>NSCustomObject</string>
<string>NSWindowTemplate</string>
<string>NSMatrix</string>
<string>NSTextField</string>
<string>NSTextFieldCell</string>
<string>NSButtonCell</string>
<string>NSButton</string>
<string>NSBox</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="482980322">
<object class="NSCustomObject" id="661240023">
<string key="NSClassName">PrefsWindowController</string>
</object>
<object class="NSCustomObject" id="90731677">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="606650785">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSWindowTemplate" id="410586379">
<int key="NSWindowStyleMask">1</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{277, 363}, {315, 283}}</string>
<int key="NSWTFlags">1886912512</int>
<string key="NSWindowTitle">ResKnife Preferences</string>
<string key="NSWindowClass">NSPanel</string>
<object class="NSMutableString" key="NSViewClass">
<characters key="NS.bytes">View</characters>
</object>
<nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{213, 107}</string>
<object class="NSView" key="NSWindowView" id="111157287">
<reference key="NSNextResponder"/>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSButton" id="538555589">
<reference key="NSNextResponder" ref="111157287"/>
<int key="NSvFlags">33</int>
<string key="NSFrame">{{217, 12}, {84, 32}}</string>
<reference key="NSSuperview" ref="111157287"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="68096196">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">137887744</int>
<string key="NSContents">OK</string>
<object class="NSFont" key="NSSupport" id="222986949">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<reference key="NSControlView" ref="538555589"/>
<int key="NSButtonFlags">-2038284033</int>
<int key="NSButtonFlags2">1</int>
<object class="NSFont" key="NSAlternateImage" id="726842255">
<string key="NSName">Helvetica</string>
<double key="NSSize">13</double>
<int key="NSfFlags">16</int>
</object>
<string key="NSAlternateContents"/>
<string type="base64-UTF8" key="NSKeyEquivalent">DQ</string>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
</object>
<object class="NSButton" id="350430541">
<reference key="NSNextResponder" ref="111157287"/>
<string key="NSFrame">{{133, 12}, {84, 32}}</string>
<reference key="NSSuperview" ref="111157287"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="409509542">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">137887744</int>
<string key="NSContents">Cancel</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="350430541"/>
<int key="NSButtonFlags">-2038284033</int>
<int key="NSButtonFlags2">1</int>
<reference key="NSAlternateImage" ref="726842255"/>
<string key="NSAlternateContents"/>
<string type="base64-UTF8" key="NSKeyEquivalent">Gw</string>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
</object>
<object class="NSButton" id="583977651">
<reference key="NSNextResponder" ref="111157287"/>
<string key="NSFrame">{{14, 12}, {86, 32}}</string>
<reference key="NSSuperview" ref="111157287"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="201885966">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">137887744</int>
<string key="NSContents">Default</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="583977651"/>
<int key="NSButtonFlags">-2038284033</int>
<int key="NSButtonFlags2">1</int>
<reference key="NSAlternateImage" ref="726842255"/>
<object class="NSMutableString" key="NSAlternateContents">
<characters key="NS.bytes"/>
</object>
<object class="NSMutableString" key="NSKeyEquivalent">
<characters key="NS.bytes"/>
</object>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
</object>
<object class="NSBox" id="364944128">
<reference key="NSNextResponder" ref="111157287"/>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSView" id="553404250">
<reference key="NSNextResponder" ref="364944128"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSMatrix" id="906992815">
<reference key="NSNextResponder" ref="553404250"/>
<string key="NSFrame">{{12, 12}, {247, 69}}</string>
<reference key="NSSuperview" ref="553404250"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<int key="NSNumRows">3</int>
<int key="NSNumCols">1</int>
<array class="NSMutableArray" key="NSCells">
<object class="NSButtonCell" id="142729319">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Preserve back—up file when saving</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="906992815"/>
<int key="NSButtonFlags">1211912703</int>
<int key="NSButtonFlags2">2</int>
<object class="NSCustomResource" key="NSNormalImage" id="840507954">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSSwitch</string>
</object>
<object class="NSButtonImageSource" key="NSAlternateImage" id="648489396">
<string key="NSImageName">NSSwitch</string>
</object>
<string key="NSAlternateContents"/>
<object class="NSMutableString" key="NSKeyEquivalent" id="333489425">
<characters key="NS.bytes"/>
</object>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
<object class="NSButtonCell" id="259751215">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Autosave every</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="906992815"/>
<int key="NSTag">1</int>
<int key="NSButtonFlags">1211912703</int>
<int key="NSButtonFlags2">2</int>
<reference key="NSNormalImage" ref="840507954"/>
<reference key="NSAlternateImage" ref="648489396"/>
<string key="NSAlternateContents"/>
<reference key="NSKeyEquivalent" ref="333489425"/>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
<object class="NSButtonCell" id="552315508">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Warn when deleting resources</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="906992815"/>
<int key="NSButtonFlags">1211912703</int>
<int key="NSButtonFlags2">2</int>
<reference key="NSNormalImage" ref="840507954"/>
<reference key="NSAlternateImage" ref="648489396"/>
<string key="NSAlternateContents"/>
<string key="NSKeyEquivalent"/>
<int key="NSPeriodicDelay">400</int>
<int key="NSPeriodicInterval">75</int>
</object>
</array>
<string key="NSCellSize">{247, 19}</string>
<string key="NSIntercellSpacing">{4, 6}</string>
<int key="NSMatrixFlags">69730304</int>
<string key="NSCellClass">NSActionCell</string>
<object class="NSButtonCell" key="NSProtoCell" id="632495491">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Radio</string>
<reference key="NSSupport" ref="222986949"/>
<int key="NSButtonFlags">1211912703</int>
<int key="NSButtonFlags2">0</int>
<object class="NSButtonImageSource" key="NSAlternateImage" id="372163663">
<string key="NSImageName">NSRadioButton</string>
</object>
<string key="NSKeyEquivalent"/>
<int key="NSPeriodicDelay">400</int>
<int key="NSPeriodicInterval">75</int>
</object>
<int key="NSSelectedRow">-1</int>
<int key="NSSelectedCol">-1</int>
<object class="NSColor" key="NSBackgroundColor" id="773907309">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object>
</object>
<object class="NSColor" key="NSCellBackgroundColor" id="788059976">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
<reference key="NSFont" ref="222986949"/>
</object>
<object class="NSTextField" id="168958712">
<reference key="NSNextResponder" ref="553404250"/>
<string key="NSFrame">{{136, 37}, {28, 22}}</string>
<reference key="NSSuperview" ref="553404250"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTextFieldCell" key="NSCell" id="917258636">
<int key="NSCellFlags">-1804468671</int>
<int key="NSCellFlags2">138413056</int>
<string key="NSContents"/>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="168958712"/>
<bool key="NSDrawsBackground">YES</bool>
<object class="NSColor" key="NSBackgroundColor" id="688414624">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">textBackgroundColor</string>
<reference key="NSColor" ref="788059976"/>
</object>
<object class="NSColor" key="NSTextColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">textColor</string>
<object class="NSColor" key="NSColor" id="40720300">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
</object>
</object>
<object class="NSTextField" id="1073040734">
<reference key="NSNextResponder" ref="553404250"/>
<string key="NSFrame">{{169, 39}, {91, 17}}</string>
<reference key="NSSuperview" ref="553404250"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTextFieldCell" key="NSCell" id="813154465">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">4194304</int>
<string key="NSContents">minutes</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="1073040734"/>
<reference key="NSBackgroundColor" ref="773907309"/>
<object class="NSColor" key="NSTextColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<reference key="NSColor" ref="40720300"/>
</object>
</object>
</object>
</array>
<string key="NSFrame">{{2, 2}, {271, 90}}</string>
<reference key="NSSuperview" ref="364944128"/>
<reference key="NSWindow"/>
</object>
</array>
<string key="NSFrame">{{20, 166}, {275, 110}}</string>
<reference key="NSSuperview" ref="111157287"/>
<reference key="NSWindow"/>
<string key="NSOffsets">{0, 0}</string>
<object class="NSTextFieldCell" key="NSTitleCell">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Data Protection</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSBackgroundColor" ref="688414624"/>
<object class="NSColor" key="NSTextColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MCAwLjgAA</bytes>
</object>
</object>
<reference key="NSContentView" ref="553404250"/>
<int key="NSBorderType">3</int>
<int key="NSBoxType">0</int>
<int key="NSTitlePosition">2</int>
<bool key="NSTransparent">NO</bool>
</object>
<object class="NSBox" id="432824045">
<reference key="NSNextResponder" ref="111157287"/>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSView" id="172804728">
<reference key="NSNextResponder" ref="432824045"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSMatrix" id="745354042">
<reference key="NSNextResponder" ref="172804728"/>
<string key="NSFrame">{{12, 12}, {247, 58}}</string>
<reference key="NSSuperview" ref="172804728"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<int key="NSNumRows">3</int>
<int key="NSNumCols">1</int>
<array class="NSMutableArray" key="NSCells">
<object class="NSButtonCell" id="58514044">
<int key="NSCellFlags">-2080244224</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Do Nothing</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="745354042"/>
<int key="NSButtonFlags">1211912703</int>
<int key="NSButtonFlags2">0</int>
<reference key="NSAlternateImage" ref="372163663"/>
<string key="NSAlternateContents"/>
<object class="NSMutableString" key="NSKeyEquivalent" id="460584464">
<characters key="NS.bytes"/>
</object>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
<object class="NSButtonCell" id="387900038">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Create New Document</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="745354042"/>
<int key="NSTag">1</int>
<int key="NSButtonFlags">1211912703</int>
<int key="NSButtonFlags2">0</int>
<reference key="NSAlternateImage" ref="372163663"/>
<string key="NSAlternateContents"/>
<reference key="NSKeyEquivalent" ref="460584464"/>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
<object class="NSButtonCell" id="684024765">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Display Open Dialog</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSControlView" ref="745354042"/>
<int key="NSTag">2</int>
<int key="NSButtonFlags">1211912703</int>
<int key="NSButtonFlags2">0</int>
<object class="NSImage" key="NSNormalImage" id="410933069">
<int key="NSImageFlags">549453824</int>
<string key="NSSize">{18, 18}</string>
<array class="NSMutableArray" key="NSReps">
<array>
<integer value="0"/>
<object class="NSBitmapImageRep">
<object class="NSData" key="NSTIFFRepresentation">
<bytes key="NS.bytes">TU0AKgAABRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAAAAAABAAAAEgAAACAAAAAh
AAAAFQAAAAMAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQMDAycLCwuB
Hx8fwDY2Nu82NjbzIyMjxw0NDY0BAQEyAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAB
DAwMTDIyMstcXFz/g4OD/5mZmf+ZmZn/hoaG/2JiYv8xMTHYDAwMXwAAAAUAAAABAAAAAAAAAAAAAAAA
AAAAAwAAAAALCws7S0tL1H9/f/+mpqb7w8PD/dHR0f7T09P/x8fH/bGxsfuGhob/S0tL5AwMDFAAAAAA
AAAAAwAAAAAAAAADAAAAAAEBARE8PDynf39//6Ghofu+vr7/zMzM/9HR0f/U1NT/0tLS/8fHx/+lpaX7
fHx8/zw8PMACAgIeAAAAAAAAAAIAAAAFAAAAAAcHBz5vb2/mm5ub/66urv28vLz/wMDA/8DAwP/BwcH/
v7+//7u7u/+xsbH+mpqa/3JycvIMDAxWAAAAAAAAAAQAAAAHAAAAAA4ODmCbm5v/rq6u+729vf/Dw8P/
xMTE/8PDw//BwcH/wsLC/8HBwf+9vb3/ra2t+5iYmP8bGxuAAAAAAAAAAAUAAAAGAAAAARUVFXK0tLT/
vr6++szMzP/S0tL/09PT/9XV1f/U1NT/0tLS/8/Pz//Nzc3/vLy8+rOzs/8nJyeUAAAAAgAAAAUAAAAF
AAAACBMTE263t7f/zc3N/djY2P7g4OD/4eHh/+Tk5P/k5OT/4+Pj/97e3v/Z2dn/ysrK/bi4uP8jIyOK
AAAADAAAAAUAAAAEAAAADAsLC1+cnJzr2tra/+Dg4P3r6+v/7+/v//Ly8v/w8PD/7e3t/+rq6v/g4OD+
2NjY/6qqqvQWFhZ1AAAADwAAAAQAAAACAAAADgEBAUNSUlK+2tra/+vr6/7z8/P/+vr6///////8/Pz/
9/f3//Hx8f/o6Oj+29vb/2dnZ84EBARRAAAAEQAAAAMAAAABAAAACwAAACwQEBCAjIyM4u7u7v/7+/v+
/v7+//7+/v/9/f3+/v7+//j4+P/w8PD/np6e6hkZGY8AAAAzAAAADgAAAAIAAAABAAAABQAAABoAAABN
GBgYmYODg93t7e3+/v7+//////////////////Pz8/+Tk5PkIiIipQAAAFUAAAAgAAAABwAAAAEAAAAA
AAAAAQAAAAsAAAAqAAAAWQYGBo07Ozu/eHh42qampuurq6vsf39/3kVFRcQKCgqVAAAAYAAAAC8AAAAO
AAAAAgAAAAAAAAAAAAAAAQAAAAMAAAAOAAAAKgAAAFEAAABzAAAAiQAAAJQAAACVAAAAjAAAAHcAAABW
AAAALwAAABAAAAADAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAADAAAACgAAAB0AAAA0AAAASAEBAVQBAQFV
AAAASwAAADcAAAAhAAAADQAAAAMAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAUAAAAM
AAAAEQAAABUAAAAVAAAAEQAAAA0AAAAGAAAAAQAAAAAAAAAAAAAAAAAAAAAADQEAAAMAAAABABIAAAEB
AAMAAAABABIAAAECAAMAAAAEAAAFugEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES
AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABIAAAEXAAQAAAABAAAFEAEcAAMAAAABAAEAAAFS
AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA</bytes>
</object>
</object>
</array>
</array>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MCAwAA</bytes>
</object>
</object>
<reference key="NSAlternateImage" ref="372163663"/>
<string key="NSAlternateContents"/>
<string key="NSKeyEquivalent"/>
<int key="NSPeriodicDelay">400</int>
<int key="NSPeriodicInterval">75</int>
</object>
</array>
<string key="NSCellSize">{247, 18}</string>
<string key="NSIntercellSpacing">{4, 2}</string>
<int key="NSMatrixFlags">1143472128</int>
<string key="NSCellClass">NSActionCell</string>
<object class="NSButtonCell" key="NSProtoCell" id="1049721134">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Radio</string>
<reference key="NSSupport" ref="222986949"/>
<int key="NSButtonFlags">1211912703</int>
<int key="NSButtonFlags2">0</int>
<reference key="NSNormalImage" ref="410933069"/>
<reference key="NSAlternateImage" ref="372163663"/>
<int key="NSPeriodicDelay">400</int>
<int key="NSPeriodicInterval">75</int>
</object>
<reference key="NSSelectedCell" ref="58514044"/>
<reference key="NSBackgroundColor" ref="773907309"/>
<reference key="NSCellBackgroundColor" ref="788059976"/>
<reference key="NSFont" ref="222986949"/>
</object>
</array>
<string key="NSFrame">{{2, 2}, {271, 79}}</string>
<reference key="NSSuperview" ref="432824045"/>
<reference key="NSWindow"/>
</object>
</array>
<string key="NSFrame">{{20, 60}, {275, 99}}</string>
<reference key="NSSuperview" ref="111157287"/>
<reference key="NSWindow"/>
<string key="NSOffsets">{0, 0}</string>
<object class="NSTextFieldCell" key="NSTitleCell">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Launch Action</string>
<reference key="NSSupport" ref="222986949"/>
<reference key="NSBackgroundColor" ref="688414624"/>
<object class="NSColor" key="NSTextColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MCAwLjgAA</bytes>
</object>
</object>
<reference key="NSContentView" ref="172804728"/>
<int key="NSBorderType">3</int>
<int key="NSBoxType">0</int>
<int key="NSTitlePosition">2</int>
<bool key="NSTransparent">NO</bool>
</object>
</array>
<string key="NSFrameSize">{315, 283}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string>
<string key="NSMinSize">{213, 129}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<int key="NSWindowCollectionBehavior">256</int>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">resetToDefault:</string>
<reference key="source" ref="661240023"/>
<reference key="destination" ref="583977651"/>
</object>
<int key="connectionID">24</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="661240023"/>
<reference key="destination" ref="410586379"/>
</object>
<int key="connectionID">27</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">acceptPrefs:</string>
<reference key="source" ref="661240023"/>
<reference key="destination" ref="538555589"/>
</object>
<int key="connectionID">29</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">cancelPrefs:</string>
<reference key="source" ref="661240023"/>
<reference key="destination" ref="350430541"/>
</object>
<int key="connectionID">30</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">dataProtectionMatrix</string>
<reference key="source" ref="661240023"/>
<reference key="destination" ref="906992815"/>
</object>
<int key="connectionID">25</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">autosaveIntervalField</string>
<reference key="source" ref="661240023"/>
<reference key="destination" ref="168958712"/>
</object>
<int key="connectionID">26</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">launchActionMatrix</string>
<reference key="source" ref="661240023"/>
<reference key="destination" ref="745354042"/>
</object>
<int key="connectionID">39</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="410586379"/>
<reference key="destination" ref="661240023"/>
</object>
<int key="connectionID">28</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="482980322"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="661240023"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="90731677"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">5</int>
<reference key="object" ref="410586379"/>
<array class="NSMutableArray" key="children">
<reference ref="111157287"/>
</array>
<reference key="parent" ref="0"/>
<string key="objectName">PrefsWindow</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="111157287"/>
<array class="NSMutableArray" key="children">
<reference ref="538555589"/>
<reference ref="350430541"/>
<reference ref="583977651"/>
<reference ref="364944128"/>
<reference ref="432824045"/>
</array>
<reference key="parent" ref="410586379"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">7</int>
<reference key="object" ref="538555589"/>
<array class="NSMutableArray" key="children">
<reference ref="68096196"/>
</array>
<reference key="parent" ref="111157287"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">8</int>
<reference key="object" ref="350430541"/>
<array class="NSMutableArray" key="children">
<reference ref="409509542"/>
</array>
<reference key="parent" ref="111157287"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">9</int>
<reference key="object" ref="583977651"/>
<array class="NSMutableArray" key="children">
<reference ref="201885966"/>
</array>
<reference key="parent" ref="111157287"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">10</int>
<reference key="object" ref="364944128"/>
<array class="NSMutableArray" key="children">
<reference ref="906992815"/>
<reference ref="168958712"/>
<reference ref="1073040734"/>
</array>
<reference key="parent" ref="111157287"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">31</int>
<reference key="object" ref="432824045"/>
<array class="NSMutableArray" key="children">
<reference ref="745354042"/>
</array>
<reference key="parent" ref="111157287"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">41</int>
<reference key="object" ref="68096196"/>
<reference key="parent" ref="538555589"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">42</int>
<reference key="object" ref="409509542"/>
<reference key="parent" ref="350430541"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">43</int>
<reference key="object" ref="201885966"/>
<reference key="parent" ref="583977651"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="606650785"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">15</int>
<reference key="object" ref="906992815"/>
<array class="NSMutableArray" key="children">
<reference ref="632495491"/>
<reference ref="552315508"/>
<reference ref="259751215"/>
<reference ref="142729319"/>
</array>
<reference key="parent" ref="364944128"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">46</int>
<reference key="object" ref="632495491"/>
<reference key="parent" ref="906992815"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">20</int>
<reference key="object" ref="552315508"/>
<reference key="parent" ref="906992815"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">19</int>
<reference key="object" ref="259751215"/>
<reference key="parent" ref="906992815"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">18</int>
<reference key="object" ref="142729319"/>
<reference key="parent" ref="906992815"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">21</int>
<reference key="object" ref="168958712"/>
<array class="NSMutableArray" key="children">
<reference ref="917258636"/>
</array>
<reference key="parent" ref="364944128"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">44</int>
<reference key="object" ref="917258636"/>
<reference key="parent" ref="168958712"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">22</int>
<reference key="object" ref="1073040734"/>
<array class="NSMutableArray" key="children">
<reference ref="813154465"/>
</array>
<reference key="parent" ref="364944128"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">45</int>
<reference key="object" ref="813154465"/>
<reference key="parent" ref="1073040734"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">33</int>
<reference key="object" ref="745354042"/>
<array class="NSMutableArray" key="children">
<reference ref="1049721134"/>
<reference ref="684024765"/>
<reference ref="387900038"/>
<reference ref="58514044"/>
</array>
<reference key="parent" ref="432824045"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">47</int>
<reference key="object" ref="1049721134"/>
<reference key="parent" ref="745354042"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">38</int>
<reference key="object" ref="684024765"/>
<reference key="parent" ref="745354042"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">37</int>
<reference key="object" ref="387900038"/>
<reference key="parent" ref="745354042"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">36</int>
<reference key="object" ref="58514044"/>
<reference key="parent" ref="745354042"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="10.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="15.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="18.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="19.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="20.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="21.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="22.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="31.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="33.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="36.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="37.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="38.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="41.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="42.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="43.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="44.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="45.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="46.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="47.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<boolean value="YES" key="5.NSWindowTemplate.visibleAtLaunch"/>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="7.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="8.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="9.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">47</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">PrefsWindowController</string>
<string key="superclassName">NSWindowController</string>
<dictionary class="NSMutableDictionary" key="actions">
<string key="acceptPrefs:">id</string>
<string key="cancelPrefs:">id</string>
<string key="resetToDefault:">id</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="actionInfosByName">
<object class="IBActionInfo" key="acceptPrefs:">
<string key="name">acceptPrefs:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="cancelPrefs:">
<string key="name">cancelPrefs:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="resetToDefault:">
<string key="name">resetToDefault:</string>
<string key="candidateClassName">id</string>
</object>
</dictionary>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="autosaveIntervalField">NSTextField</string>
<string key="dataProtectionMatrix">NSMatrix</string>
<string key="launchActionMatrix">NSMatrix</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="autosaveIntervalField">
<string key="name">autosaveIntervalField</string>
<string key="candidateClassName">NSTextField</string>
</object>
<object class="IBToOneOutletInfo" key="dataProtectionMatrix">
<string key="name">dataProtectionMatrix</string>
<string key="candidateClassName">NSMatrix</string>
</object>
<object class="IBToOneOutletInfo" key="launchActionMatrix">
<string key="name">launchActionMatrix</string>
<string key="candidateClassName">NSMatrix</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/PrefsWindowController.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
<integer value="1070" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="NS.key.0">NSSwitch</string>
<string key="NS.object.0">{15, 15}</string>
</object>
</data>
</archive>

File diff suppressed because it is too large Load Diff

View File

@ -1,766 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1060</int>
<string key="IBDocument.SystemVersion">12E55</string>
<string key="IBDocument.InterfaceBuilderVersion">4504</string>
<string key="IBDocument.AppKitVersion">1187.39</string>
<string key="IBDocument.HIToolboxVersion">626.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">4504</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>IBNSLayoutConstraint</string>
<string>NSCollectionView</string>
<string>NSCollectionViewItem</string>
<string>NSCustomObject</string>
<string>NSCustomView</string>
<string>NSImageCell</string>
<string>NSImageView</string>
<string>NSScrollView</string>
<string>NSScroller</string>
<string>NSTextField</string>
<string>NSTextFieldCell</string>
<string>NSView</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
<object class="NSCustomObject" id="1001">
<string key="NSClassName">NSViewController</string>
</object>
<object class="NSCustomObject" id="1003">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="1004">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSCustomView" id="1005">
<nil key="NSNextResponder"/>
<int key="NSvFlags">268</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSScrollView" id="653675822">
<reference key="NSNextResponder" ref="1005"/>
<int key="NSvFlags">268</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSClipView" id="596989358">
<reference key="NSNextResponder" ref="653675822"/>
<int key="NSvFlags">2322</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSCollectionView" id="807210099">
<reference key="NSNextResponder" ref="596989358"/>
<int key="NSvFlags">274</int>
<string key="NSFrameSize">{478, 250}</string>
<reference key="NSSuperview" ref="596989358"/>
<reference key="NSNextKeyView" ref="202702942"/>
<string key="NSReuseIdentifierKey">_NS:80</string>
<string key="NSMinGridSize">{0, 0}</string>
<string key="NSMaxGridSize">{0, 0}</string>
<int key="NSMaxNumberOfGridRows">0</int>
<int key="NSMaxNumberOfGridColumns">0</int>
<array key="NSBackgroundColors">
<object class="NSColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlBackgroundColor</string>
<object class="NSColor" key="NSColor" id="835244430">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object>
</object>
</array>
<int key="NSDraggingSourceMaskForLocal">-1</int>
<int key="NSDraggingSourceMaskForNonLocal">0</int>
</object>
</array>
<string key="NSFrame">{{1, 1}, {478, 250}}</string>
<reference key="NSSuperview" ref="653675822"/>
<reference key="NSNextKeyView" ref="807210099"/>
<string key="NSReuseIdentifierKey">_NS:78</string>
<reference key="NSDocView" ref="807210099"/>
<object class="NSColor" key="NSBGColor" id="655714498">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlColor</string>
<reference key="NSColor" ref="835244430"/>
</object>
<int key="NScvFlags">4</int>
</object>
<object class="NSScroller" id="202702942">
<reference key="NSNextResponder" ref="653675822"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{234, 1}, {15, 143}}</string>
<reference key="NSSuperview" ref="653675822"/>
<reference key="NSNextKeyView" ref="208853799"/>
<string key="NSReuseIdentifierKey">_NS:82</string>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
<reference key="NSTarget" ref="653675822"/>
<string key="NSAction">_doScroller:</string>
<double key="NSCurValue">1</double>
<double key="NSPercent">0.89655172824859619</double>
</object>
<object class="NSScroller" id="208853799">
<reference key="NSNextResponder" ref="653675822"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{1, 144}, {233, 15}}</string>
<reference key="NSSuperview" ref="653675822"/>
<string key="NSReuseIdentifierKey">_NS:91</string>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
<int key="NSsFlags">1</int>
<reference key="NSTarget" ref="653675822"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.63157892227172852</double>
</object>
</array>
<string key="NSFrame">{{0, 20}, {480, 252}}</string>
<reference key="NSSuperview" ref="1005"/>
<reference key="NSNextKeyView" ref="596989358"/>
<string key="NSReuseIdentifierKey">_NS:76</string>
<int key="NSsFlags">133682</int>
<reference key="NSVScroller" ref="202702942"/>
<reference key="NSHScroller" ref="208853799"/>
<reference key="NSContentView" ref="596989358"/>
<double key="NSMinMagnification">0.25</double>
<double key="NSMaxMagnification">4</double>
<double key="NSMagnification">1</double>
</object>
</array>
<string key="NSFrameSize">{480, 272}</string>
<reference key="NSNextKeyView" ref="653675822"/>
<string key="NSClassName">NSView</string>
</object>
<object class="NSCollectionViewItem" id="1049359177"/>
<object class="NSView" id="870121523">
<nil key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSImageView" id="292682925">
<reference key="NSNextResponder" ref="870121523"/>
<int key="NSvFlags">268</int>
<set class="NSMutableSet" key="NSDragTypes">
<string>Apple PDF pasteboard type</string>
<string>Apple PICT pasteboard type</string>
<string>Apple PNG pasteboard type</string>
<string>NSFilenamesPboardType</string>
<string>NeXT Encapsulated PostScript v1.2 pasteboard type</string>
<string>NeXT TIFF v4.0 pasteboard type</string>
</set>
<string key="NSFrame">{{9, 13}, {82, 82}}</string>
<reference key="NSSuperview" ref="870121523"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="NSEnabled">YES</bool>
<object class="NSImageCell" key="NSCell" id="520126276">
<int key="NSCellFlags">134217728</int>
<int key="NSCellFlags2">33554432</int>
<string key="NSCellIdentifier">_NS:9</string>
<int key="NSAlign">0</int>
<int key="NSScale">0</int>
<int key="NSStyle">2</int>
<bool key="NSAnimates">NO</bool>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
<bool key="NSEditable">YES</bool>
</object>
<object class="NSTextField" id="707283231">
<reference key="NSNextResponder" ref="870121523"/>
<int key="NSvFlags">268</int>
<string key="NSFrame">{{1, 0}, {98, 14}}</string>
<reference key="NSSuperview" ref="870121523"/>
<reference key="NSNextKeyView" ref="292682925"/>
<string key="NSReuseIdentifierKey">_NS:1535</string>
<bool key="NSEnabled">YES</bool>
<object class="NSTextFieldCell" key="NSCell" id="270649870">
<int key="NSCellFlags">68157504</int>
<int key="NSCellFlags2">138544128</int>
<string key="NSContents">Label</string>
<object class="NSFont" key="NSSupport">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">11</double>
<int key="NSfFlags">3100</int>
</object>
<string key="NSCellIdentifier">_NS:1535</string>
<reference key="NSControlView" ref="707283231"/>
<reference key="NSBackgroundColor" ref="655714498"/>
<object class="NSColor" key="NSTextColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
</object>
</array>
<string key="NSFrameSize">{100, 96}</string>
<reference key="NSNextKeyView" ref="707283231"/>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">view</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="1005"/>
</object>
<int key="connectionID">84</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">itemPrototype</string>
<reference key="source" ref="807210099"/>
<reference key="destination" ref="1049359177"/>
</object>
<int key="connectionID">8</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">view</string>
<reference key="source" ref="1049359177"/>
<reference key="destination" ref="870121523"/>
</object>
<int key="connectionID">9</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="1000"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="1001"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="1003"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="1004"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">1</int>
<reference key="object" ref="1005"/>
<array class="NSMutableArray" key="children">
<reference ref="653675822"/>
<object class="IBNSLayoutConstraint" id="226823184">
<reference key="firstItem" ref="1005"/>
<int key="firstAttribute">4</int>
<int key="relation">0</int>
<reference key="secondItem" ref="653675822"/>
<int key="secondAttribute">4</int>
<float key="multiplier">1</float>
<object class="IBNSLayoutSymbolicConstant" key="constant">
<double key="value">20</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1005"/>
<int key="scoringType">0</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="60104409">
<reference key="firstItem" ref="653675822"/>
<int key="firstAttribute">6</int>
<int key="relation">0</int>
<reference key="secondItem" ref="1005"/>
<int key="secondAttribute">6</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1005"/>
<int key="scoringType">0</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="318594764">
<reference key="firstItem" ref="653675822"/>
<int key="firstAttribute">3</int>
<int key="relation">0</int>
<reference key="secondItem" ref="1005"/>
<int key="secondAttribute">3</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1005"/>
<int key="scoringType">0</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="216738108">
<reference key="firstItem" ref="653675822"/>
<int key="firstAttribute">5</int>
<int key="relation">0</int>
<reference key="secondItem" ref="1005"/>
<int key="secondAttribute">5</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1005"/>
<int key="scoringType">0</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">2</int>
<reference key="object" ref="653675822"/>
<array class="NSMutableArray" key="children">
<reference ref="807210099"/>
<reference ref="208853799"/>
<reference ref="202702942"/>
</array>
<reference key="parent" ref="1005"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">3</int>
<reference key="object" ref="807210099"/>
<reference key="parent" ref="653675822"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">4</int>
<reference key="object" ref="208853799"/>
<reference key="parent" ref="653675822"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">5</int>
<reference key="object" ref="202702942"/>
<reference key="parent" ref="653675822"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="1049359177"/>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">7</int>
<reference key="object" ref="870121523"/>
<array class="NSMutableArray" key="children">
<object class="IBNSLayoutConstraint" id="162614398">
<reference key="firstItem" ref="707283231"/>
<int key="firstAttribute">3</int>
<int key="relation">0</int>
<reference key="secondItem" ref="292682925"/>
<int key="secondAttribute">4</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">2</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="431343924">
<reference key="firstItem" ref="707283231"/>
<int key="firstAttribute">4</int>
<int key="relation">0</int>
<reference key="secondItem" ref="870121523"/>
<int key="secondAttribute">4</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="148338891">
<reference key="firstItem" ref="870121523"/>
<int key="firstAttribute">6</int>
<int key="relation">0</int>
<reference key="secondItem" ref="707283231"/>
<int key="secondAttribute">6</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">4</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="698113136">
<reference key="firstItem" ref="707283231"/>
<int key="firstAttribute">5</int>
<int key="relation">0</int>
<reference key="secondItem" ref="870121523"/>
<int key="secondAttribute">5</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">4</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="556943884">
<reference key="firstItem" ref="707283231"/>
<int key="firstAttribute">9</int>
<int key="relation">0</int>
<reference key="secondItem" ref="292682925"/>
<int key="secondAttribute">9</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">2</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="11275924">
<reference key="firstItem" ref="870121523"/>
<int key="firstAttribute">6</int>
<int key="relation">0</int>
<reference key="secondItem" ref="292682925"/>
<int key="secondAttribute">6</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">12</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="218202085">
<reference key="firstItem" ref="292682925"/>
<int key="firstAttribute">3</int>
<int key="relation">1</int>
<reference key="secondItem" ref="870121523"/>
<int key="secondAttribute">3</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">4</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="639368862">
<reference key="firstItem" ref="292682925"/>
<int key="firstAttribute">5</int>
<int key="relation">0</int>
<reference key="secondItem" ref="870121523"/>
<int key="secondAttribute">5</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">12</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="16229944">
<reference key="firstItem" ref="292682925"/>
<int key="firstAttribute">3</int>
<int key="relation">0</int>
<reference key="secondItem" ref="870121523"/>
<int key="secondAttribute">3</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">4</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">3</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="850232111">
<reference key="firstItem" ref="292682925"/>
<int key="firstAttribute">9</int>
<int key="relation">0</int>
<reference key="secondItem" ref="870121523"/>
<int key="secondAttribute">9</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="870121523"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">2</int>
<bool key="placeholder">NO</bool>
</object>
<reference ref="292682925"/>
<reference ref="707283231"/>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">10</int>
<reference key="object" ref="216738108"/>
<reference key="parent" ref="1005"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">12</int>
<reference key="object" ref="318594764"/>
<reference key="parent" ref="1005"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">14</int>
<reference key="object" ref="60104409"/>
<reference key="parent" ref="1005"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">15</int>
<reference key="object" ref="226823184"/>
<reference key="parent" ref="1005"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">17</int>
<reference key="object" ref="292682925"/>
<array class="NSMutableArray" key="children">
<reference ref="520126276"/>
<object class="IBNSLayoutConstraint" id="316012491">
<reference key="firstItem" ref="292682925"/>
<int key="firstAttribute">8</int>
<int key="relation">1</int>
<nil key="secondItem"/>
<int key="secondAttribute">0</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">76</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="292682925"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">1</int>
<bool key="placeholder">NO</bool>
</object>
<object class="IBNSLayoutConstraint" id="667878970">
<reference key="firstItem" ref="292682925"/>
<int key="firstAttribute">7</int>
<int key="relation">1</int>
<nil key="secondItem"/>
<int key="secondAttribute">0</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">76</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="292682925"/>
<int key="scoringType">9</int>
<float key="scoringTypeFloat">40</float>
<int key="contentType">1</int>
<bool key="placeholder">NO</bool>
</object>
</array>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">18</int>
<reference key="object" ref="520126276"/>
<reference key="parent" ref="292682925"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">32</int>
<reference key="object" ref="667878970"/>
<reference key="parent" ref="292682925"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">54</int>
<reference key="object" ref="850232111"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">46</int>
<reference key="object" ref="707283231"/>
<array class="NSMutableArray" key="children">
<reference ref="270649870"/>
</array>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">71</int>
<reference key="object" ref="148338891"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">70</int>
<reference key="object" ref="698113136"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">68</int>
<reference key="object" ref="556943884"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">47</int>
<reference key="object" ref="270649870"/>
<reference key="parent" ref="707283231"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">73</int>
<reference key="object" ref="316012491"/>
<reference key="parent" ref="292682925"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">77</int>
<reference key="object" ref="16229944"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">79</int>
<reference key="object" ref="431343924"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">80</int>
<reference key="object" ref="639368862"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">81</int>
<reference key="object" ref="218202085"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">82</int>
<reference key="object" ref="11275924"/>
<reference key="parent" ref="870121523"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">83</int>
<reference key="object" ref="162614398"/>
<reference key="parent" ref="870121523"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<array class="NSMutableArray" key="1.IBNSViewMetadataConstraints">
<reference ref="216738108"/>
<reference ref="318594764"/>
<reference ref="60104409"/>
<reference ref="226823184"/>
</array>
<string key="1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="10.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="12.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="14.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="15.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<array key="17.IBNSViewMetadataConstraints">
<reference ref="667878970"/>
<reference ref="316012491"/>
</array>
<boolean value="NO" key="17.IBNSViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
<string key="17.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="18.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<boolean value="NO" key="2.IBNSViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
<string key="2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="32.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="4.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<boolean value="NO" key="46.IBNSViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
<string key="46.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="47.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="54.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="68.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<array key="7.IBNSViewMetadataConstraints">
<reference ref="850232111"/>
<reference ref="16229944"/>
<reference ref="639368862"/>
<reference ref="218202085"/>
<reference ref="11275924"/>
<reference ref="556943884"/>
<reference ref="698113136"/>
<reference ref="148338891"/>
<reference ref="431343924"/>
<reference ref="162614398"/>
</array>
<string key="7.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="70.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="71.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="73.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="77.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="79.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="80.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="81.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="82.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="83.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">84</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes"/>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<bool key="IBDocument.previouslyAttemptedUpgradeToXcode5">YES</bool>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
<real value="1060" key="NS.object.0"/>
</object>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
<integer value="4600" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<bool key="IBDocument.UseAutolayout">YES</bool>
</data>
</archive>

View File

@ -0,0 +1,153 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="FontWindowController">
<connections>
<outlet property="window" destination="5" id="18"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Font" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" unifiedTitleAndToolbar="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="540" y="164" width="294" height="372"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="94" height="86"/>
<view key="contentView" id="6">
<rect key="frame" x="0.0" y="0.0" width="294" height="372"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView borderType="none" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="0.0" y="0.0" width="294" height="373"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="Lbt-nq-qkQ">
<rect key="frame" x="0.0" y="17" width="279" height="356"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" multipleSelection="NO" autosaveColumns="NO" headerView="51" id="22">
<rect key="frame" x="0.0" y="0.0" width="282" height="356"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn editable="NO" width="50" minWidth="50" maxWidth="50" id="24">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Table">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="47">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="caseInsensitiveCompare:" sortKey="name"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<connections>
<binding destination="27" name="value" keyPath="arrangedObjects.name" id="31"/>
</connections>
</tableColumn>
<tableColumn editable="NO" width="60" minWidth="60" maxWidth="150" id="25">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Offset">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="48">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<connections>
<binding destination="27" name="value" keyPath="arrangedObjects.offset" id="33"/>
</connections>
</tableColumn>
<tableColumn editable="NO" width="60" minWidth="60" maxWidth="100" id="26">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Length">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="49">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<connections>
<binding destination="27" name="value" keyPath="arrangedObjects.length" id="34"/>
</connections>
</tableColumn>
<tableColumn editable="NO" width="100" minWidth="100" maxWidth="10000" id="23">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Checksum">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="46">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<connections>
<binding destination="27" name="value" keyPath="arrangedObjects.checksum" id="32"/>
</connections>
</tableColumn>
</tableColumns>
<connections>
<action selector="openTableInEditor:" target="-2" id="44"/>
<binding destination="27" name="content" keyPath="arrangedObjects" id="28"/>
<binding destination="27" name="selectionIndexes" keyPath="selectionIndexes" previousBinding="28" id="29"/>
<binding destination="27" name="sortDescriptors" keyPath="sortDescriptors" previousBinding="29" id="30"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="52">
<rect key="frame" x="-100" y="-100" width="281" height="11"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="50">
<rect key="frame" x="279" y="17" width="15" height="356"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" id="51">
<rect key="frame" x="0.0" y="0.0" width="282" height="17"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="21" secondAttribute="bottom" id="3ih-om-9Yo"/>
<constraint firstItem="21" firstAttribute="top" secondItem="6" secondAttribute="top" constant="-1" id="Bkj-GV-SNz"/>
<constraint firstAttribute="trailing" secondItem="21" secondAttribute="trailing" id="KWU-BN-dB0"/>
<constraint firstItem="21" firstAttribute="leading" secondItem="6" secondAttribute="leading" id="Kpt-lP-Lxt"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="17"/>
</connections>
</window>
<arrayController id="27" userLabel="Font Tables">
<declaredKeys>
<string>name</string>
<string>checksum</string>
<string>offset</string>
<string>length</string>
<string>data</string>
</declaredKeys>
<connections>
<binding destination="-2" name="contentArray" keyPath="headerTable" id="37"/>
</connections>
</arrayController>
</objects>
</document>

View File

@ -0,0 +1,325 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="FontWindowController">
<connections>
<outlet property="tableList" destination="36" id="39"/>
<outlet property="tableListDrawer" destination="29" id="49"/>
<outlet property="window" destination="5" id="9"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Untitled Resource" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Font Window">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="219" y="511" width="299" height="218"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="193" height="168"/>
<view key="contentView" id="6">
<rect key="frame" x="0.0" y="0.0" width="299" height="218"/>
<autoresizingMask key="autoresizingMask"/>
</view>
<connections>
<outlet property="delegate" destination="-2" id="11"/>
</connections>
</window>
<drawer preferredEdge="minX" trailingOffset="15" id="29" userLabel="Table List Drawer">
<size key="contentSize" width="200" height="198"/>
<size key="minContentSize" width="50" height="50"/>
<size key="maxContentSize" width="200" height="200"/>
<connections>
<outlet property="contentView" destination="31" id="33"/>
<outlet property="parentWindow" destination="5" id="35"/>
</connections>
</drawer>
<customView id="31" userLabel="Table List">
<rect key="frame" x="0.0" y="0.0" width="58" height="207"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="38">
<rect key="frame" x="0.0" y="0.0" width="58" height="207"/>
<autoresizingMask key="autoresizingMask" heightSizable="YES"/>
<clipView key="contentView" id="AqA-JC-uAR">
<rect key="frame" x="1" y="1" width="56" height="205"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView focusRingType="exterior" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="36">
<rect key="frame" x="0.0" y="0.0" width="56" height="205"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn width="53" minWidth="40" maxWidth="1000" id="37">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Table">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="62">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
</tableColumns>
<connections>
<outlet property="dataSource" destination="-2" id="51"/>
<outlet property="delegate" destination="-2" id="50"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="70">
<rect key="frame" x="-100" y="-100" width="75" height="11"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="69">
<rect key="frame" x="-22" y="1" width="11" height="186"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
</subviews>
<constraints>
<constraint firstItem="38" firstAttribute="leading" secondItem="31" secondAttribute="leading" id="5l3-HZ-QHm"/>
<constraint firstAttribute="trailing" secondItem="38" secondAttribute="trailing" id="WPe-6c-F9h"/>
<constraint firstItem="38" firstAttribute="top" secondItem="31" secondAttribute="top" id="bf4-np-ck1"/>
<constraint firstAttribute="bottom" secondItem="38" secondAttribute="bottom" id="bjY-xH-5i9"/>
</constraints>
</customView>
<window title="Suitcase" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="43" userLabel="Suitcase">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" texturedBackground="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="87" y="448" width="512" height="384"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="133.39599999999999" height="86"/>
<view key="contentView" id="42">
<rect key="frame" x="0.0" y="0.0" width="512" height="384"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<splitView vertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="47">
<rect key="frame" x="20" y="20" width="472" height="334"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView fixedFrame="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="45">
<rect key="frame" x="0.0" y="0.0" width="155" height="334"/>
<autoresizingMask key="autoresizingMask"/>
<clipView key="contentView" id="sD1-1c-tCm">
<rect key="frame" x="1" y="1" width="138" height="317"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="41" id="44">
<rect key="frame" x="0.0" y="0.0" width="138" height="317"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn width="135" minWidth="16" maxWidth="1000" id="41">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Typeface">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="63">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
</tableColumns>
</outlineView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="74">
<rect key="frame" x="1" y="318" width="138" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="73">
<rect key="frame" x="139" y="1" width="15" height="317"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
<scrollView fixedFrame="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="40">
<rect key="frame" x="164" y="0.0" width="308" height="334"/>
<autoresizingMask key="autoresizingMask"/>
<clipView key="contentView" id="ALm-ut-Ukn">
<rect key="frame" x="1" y="1" width="291" height="332"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView editable="NO" selectable="NO" importsGraphics="NO" richText="NO" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="48">
<rect key="frame" x="0.0" y="0.0" width="291" height="332"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="291" height="332"/>
<size key="maxSize" width="323" height="10000000"/>
<color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="291" height="332"/>
<size key="maxSize" width="323" height="10000000"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="72">
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="71">
<rect key="frame" x="292" y="1" width="15" height="332"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
</subviews>
<holdingPriorities>
<real value="250"/>
<real value="250"/>
</holdingPriorities>
</splitView>
<searchField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="46">
<rect key="frame" x="374" y="362" width="118" height="22"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="width" constant="118" id="PfX-bw-lvw"/>
</constraints>
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" alignment="left" placeholderString="Search" bezelStyle="round" id="61">
<font key="font" metaFont="cellTitle"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</searchFieldCell>
</searchField>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="47" secondAttribute="trailing" constant="20" symbolic="YES" id="B86-Ha-vkE"/>
<constraint firstItem="46" firstAttribute="top" secondItem="42" secondAttribute="top" id="LzR-a5-Sf8"/>
<constraint firstItem="47" firstAttribute="top" secondItem="46" secondAttribute="bottom" constant="8" symbolic="YES" id="f09-lH-HGb"/>
<constraint firstAttribute="trailing" secondItem="46" secondAttribute="trailing" constant="20" symbolic="YES" id="ibq-ak-KHr"/>
<constraint firstAttribute="bottom" secondItem="47" secondAttribute="bottom" constant="20" symbolic="YES" id="ptl-Jb-zPJ"/>
<constraint firstItem="47" firstAttribute="leading" secondItem="42" secondAttribute="leading" constant="20" symbolic="YES" id="t6o-Yj-8gB"/>
</constraints>
</view>
</window>
<customView id="52" userLabel="name">
<rect key="frame" x="0.0" y="0.0" width="416" height="313"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="55">
<rect key="frame" x="6" y="6" width="404" height="301"/>
<autoresizingMask key="autoresizingMask"/>
<clipView key="contentView" id="NNF-wM-yu6">
<rect key="frame" x="1" y="17" width="387" height="268"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" headerView="76" id="56">
<rect key="frame" x="0.0" y="0.0" width="387" height="268"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn width="42" minWidth="8" maxWidth="1000" id="54">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Platform">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="65">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="platform"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn width="44" minWidth="10" maxWidth="1000" id="57">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Specific">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="66">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="specific"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn width="42" minWidth="10" maxWidth="1000" id="58">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Language">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Redwood City" id="67">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="language"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn width="40" minWidth="40" maxWidth="1000" id="53">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Name">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="64">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="name"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn width="204.08700561523438" minWidth="33.4010009765625" maxWidth="1000" id="59">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Value">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="68">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="string"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
</tableColumns>
</tableView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="77">
<rect key="frame" x="1" y="285" width="387" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="75">
<rect key="frame" x="388" y="17" width="15" height="268"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" id="76">
<rect key="frame" x="0.0" y="0.0" width="387" height="17"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="55" secondAttribute="bottom" constant="6" id="K1l-hT-wc6"/>
<constraint firstItem="55" firstAttribute="leading" secondItem="52" secondAttribute="leading" constant="6" id="ViK-Xu-wRS"/>
<constraint firstItem="55" firstAttribute="top" secondItem="52" secondAttribute="top" constant="6" id="b3b-zP-9zl"/>
<constraint firstAttribute="trailing" secondItem="55" secondAttribute="trailing" constant="6" id="ut0-1G-KkF"/>
</constraints>
</customView>
</objects>
</document>

View File

@ -1,680 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1060</int>
<string key="IBDocument.SystemVersion">11E53</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitVersion">1138.47</string>
<string key="IBDocument.HIToolboxVersion">569.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">2182</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>NSView</string>
<string>NSCustomObject</string>
<string>NSScrollView</string>
<string>NSWindowTemplate</string>
<string>NSArrayController</string>
<string>NSTextFieldCell</string>
<string>NSTableHeaderView</string>
<string>NSTableColumn</string>
<string>NSScroller</string>
<string>NSTableView</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="920519606">
<object class="NSCustomObject" id="881664005">
<string key="NSClassName">FontWindowController</string>
</object>
<object class="NSCustomObject" id="513050125">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="122231328">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSWindowTemplate" id="187492193">
<int key="NSWindowStyleMask">4111</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{540, 164}, {294, 372}}</string>
<int key="NSWTFlags">1886912512</int>
<string key="NSWindowTitle">Font</string>
<string key="NSWindowClass">NSWindow</string>
<string key="NSViewClass">View</string>
<nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{94, 86}</string>
<object class="NSView" key="NSWindowView" id="647756394">
<nil key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSScrollView" id="297955553">
<reference key="NSNextResponder" ref="647756394"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSClipView" id="78681597">
<reference key="NSNextResponder" ref="297955553"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSTableView" id="357669881">
<reference key="NSNextResponder" ref="78681597"/>
<int key="NSvFlags">256</int>
<string key="NSFrameSize">{294, 356}</string>
<reference key="NSSuperview" ref="78681597"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTableHeaderView" key="NSHeaderView" id="364974767">
<reference key="NSNextResponder" ref="419230410"/>
<int key="NSvFlags">256</int>
<string key="NSFrameSize">{294, 17}</string>
<reference key="NSSuperview" ref="419230410"/>
<reference key="NSTableView" ref="357669881"/>
</object>
<object class="_NSCornerView" key="NSCornerView">
<nil key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<string key="NSFrame">{{279, 0}, {16, 17}}</string>
</object>
<array class="NSMutableArray" key="NSTableColumns">
<object class="NSTableColumn" id="504009056">
<double key="NSWidth">50</double>
<double key="NSMinWidth">50</double>
<double key="NSMaxWidth">50</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Table</string>
<object class="NSFont" key="NSSupport" id="26">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">11</double>
<int key="NSfFlags">3100</int>
</object>
<object class="NSColor" key="NSBackgroundColor" id="739578414">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes>
</object>
<object class="NSColor" key="NSTextColor" id="265735305">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">headerTextColor</string>
<object class="NSColor" key="NSColor" id="221476547">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="898019598">
<int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int>
<object class="NSFont" key="NSSupport" id="559401890">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<reference key="NSControlView" ref="357669881"/>
<object class="NSColor" key="NSBackgroundColor" id="699347848">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlBackgroundColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object>
</object>
<object class="NSColor" key="NSTextColor" id="604068165">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<reference key="NSColor" ref="221476547"/>
</object>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<reference key="NSTableView" ref="357669881"/>
<object class="NSSortDescriptor" key="NSSortDescriptorPrototype">
<string key="NSKey">name</string>
<bool key="NSAscending">YES</bool>
<string key="NSSelector">caseInsensitiveCompare:</string>
</object>
</object>
<object class="NSTableColumn" id="878462389">
<double key="NSWidth">60</double>
<double key="NSMinWidth">60</double>
<double key="NSMaxWidth">150</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Offset</string>
<reference key="NSSupport" ref="26"/>
<object class="NSColor" key="NSBackgroundColor" id="143740087">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">headerColor</string>
<object class="NSColor" key="NSColor" id="846675494">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
</object>
<reference key="NSTextColor" ref="265735305"/>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="265477591">
<int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int>
<reference key="NSSupport" ref="559401890"/>
<reference key="NSControlView" ref="357669881"/>
<reference key="NSBackgroundColor" ref="699347848"/>
<reference key="NSTextColor" ref="604068165"/>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<reference key="NSTableView" ref="357669881"/>
</object>
<object class="NSTableColumn" id="130108783">
<double key="NSWidth">60</double>
<double key="NSMinWidth">60</double>
<double key="NSMaxWidth">100</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Length</string>
<reference key="NSSupport" ref="26"/>
<reference key="NSBackgroundColor" ref="143740087"/>
<reference key="NSTextColor" ref="265735305"/>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="841995900">
<int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int>
<reference key="NSSupport" ref="559401890"/>
<reference key="NSControlView" ref="357669881"/>
<reference key="NSBackgroundColor" ref="699347848"/>
<reference key="NSTextColor" ref="604068165"/>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<reference key="NSTableView" ref="357669881"/>
</object>
<object class="NSTableColumn" id="409397792">
<double key="NSWidth">112</double>
<double key="NSMinWidth">100</double>
<double key="NSMaxWidth">10000</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Checksum</string>
<reference key="NSSupport" ref="26"/>
<reference key="NSBackgroundColor" ref="739578414"/>
<reference key="NSTextColor" ref="265735305"/>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="194240506">
<int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int>
<reference key="NSSupport" ref="559401890"/>
<reference key="NSControlView" ref="357669881"/>
<reference key="NSBackgroundColor" ref="699347848"/>
<reference key="NSTextColor" ref="604068165"/>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<reference key="NSTableView" ref="357669881"/>
</object>
</array>
<double key="NSIntercellSpacingWidth">3</double>
<double key="NSIntercellSpacingHeight">2</double>
<reference key="NSBackgroundColor" ref="846675494"/>
<object class="NSColor" key="NSGridColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">gridColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC41AA</bytes>
</object>
</object>
<double key="NSRowHeight">17</double>
<int key="NSTvFlags">-759169024</int>
<reference key="NSDelegate"/>
<reference key="NSDataSource"/>
<int key="NSColumnAutoresizingStyle">4</int>
<int key="NSDraggingSourceMaskForLocal">15</int>
<int key="NSDraggingSourceMaskForNonLocal">0</int>
<bool key="NSAllowsTypeSelect">YES</bool>
<int key="NSTableViewDraggingDestinationStyle">0</int>
<int key="NSTableViewGroupRowStyle">1</int>
</object>
</array>
<string key="NSFrame">{{0, 17}, {294, 356}}</string>
<reference key="NSSuperview" ref="297955553"/>
<reference key="NSNextKeyView" ref="357669881"/>
<reference key="NSDocView" ref="357669881"/>
<reference key="NSBGColor" ref="699347848"/>
<int key="NScvFlags">4</int>
</object>
<object class="NSScroller" id="26498154">
<reference key="NSNextResponder" ref="297955553"/>
<int key="NSvFlags">256</int>
<string key="NSFrame">{{279, 17}, {15, 356}}</string>
<reference key="NSSuperview" ref="297955553"/>
<reference key="NSTarget" ref="297955553"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.6631578803062439</double>
</object>
<object class="NSScroller" id="14781874">
<reference key="NSNextResponder" ref="297955553"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{-100, -100}, {281, 11}}</string>
<reference key="NSSuperview" ref="297955553"/>
<int key="NSsFlags">1</int>
<reference key="NSTarget" ref="297955553"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.99645388126373291</double>
</object>
<object class="NSClipView" id="419230410">
<reference key="NSNextResponder" ref="297955553"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<reference ref="364974767"/>
</array>
<string key="NSFrameSize">{294, 17}</string>
<reference key="NSSuperview" ref="297955553"/>
<reference key="NSNextKeyView" ref="364974767"/>
<reference key="NSDocView" ref="364974767"/>
<reference key="NSBGColor" ref="699347848"/>
<int key="NScvFlags">4</int>
</object>
</array>
<string key="NSFrameSize">{294, 373}</string>
<reference key="NSSuperview" ref="647756394"/>
<reference key="NSNextKeyView" ref="78681597"/>
<int key="NSsFlags">133136</int>
<reference key="NSVScroller" ref="26498154"/>
<reference key="NSHScroller" ref="14781874"/>
<reference key="NSContentView" ref="78681597"/>
<reference key="NSHeaderClipView" ref="419230410"/>
<bytes key="NSScrollAmts">QSAAAEEgAABBmAAAQZgAAA</bytes>
</object>
</array>
<string key="NSFrameSize">{294, 372}</string>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string>
<string key="NSMinSize">{94, 108}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
<object class="NSArrayController" id="622054851">
<array class="NSMutableArray" key="NSDeclaredKeys">
<string>name</string>
<string>checksum</string>
<string>offset</string>
<string>length</string>
<string>data</string>
</array>
<bool key="NSEditable">YES</bool>
<object class="_NSManagedProxy" key="_NSManagedProxy"/>
<bool key="NSAvoidsEmptySelection">YES</bool>
<bool key="NSPreservesSelection">YES</bool>
<bool key="NSSelectsInsertedObjects">YES</bool>
<bool key="NSFilterRestrictsInsertion">YES</bool>
<bool key="NSClearsFilterPredicateOnInsertion">YES</bool>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="881664005"/>
<reference key="destination" ref="187492193"/>
</object>
<int key="connectionID">18</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">openTableInEditor:</string>
<reference key="source" ref="881664005"/>
<reference key="destination" ref="357669881"/>
</object>
<int key="connectionID">44</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="187492193"/>
<reference key="destination" ref="881664005"/>
</object>
<int key="connectionID">17</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">content: arrangedObjects</string>
<reference key="source" ref="357669881"/>
<reference key="destination" ref="622054851"/>
<object class="NSNibBindingConnector" key="connector" id="608714753">
<reference key="NSSource" ref="357669881"/>
<reference key="NSDestination" ref="622054851"/>
<string key="NSLabel">content: arrangedObjects</string>
<string key="NSBinding">content</string>
<string key="NSKeyPath">arrangedObjects</string>
<int key="NSNibBindingConnectorVersion">2</int>
</object>
</object>
<int key="connectionID">28</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">selectionIndexes: selectionIndexes</string>
<reference key="source" ref="357669881"/>
<reference key="destination" ref="622054851"/>
<object class="NSNibBindingConnector" key="connector" id="436024702">
<reference key="NSSource" ref="357669881"/>
<reference key="NSDestination" ref="622054851"/>
<string key="NSLabel">selectionIndexes: selectionIndexes</string>
<string key="NSBinding">selectionIndexes</string>
<string key="NSKeyPath">selectionIndexes</string>
<reference key="NSPreviousConnector" ref="608714753"/>
<int key="NSNibBindingConnectorVersion">2</int>
</object>
</object>
<int key="connectionID">29</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">sortDescriptors: sortDescriptors</string>
<reference key="source" ref="357669881"/>
<reference key="destination" ref="622054851"/>
<object class="NSNibBindingConnector" key="connector">
<reference key="NSSource" ref="357669881"/>
<reference key="NSDestination" ref="622054851"/>
<string key="NSLabel">sortDescriptors: sortDescriptors</string>
<string key="NSBinding">sortDescriptors</string>
<string key="NSKeyPath">sortDescriptors</string>
<reference key="NSPreviousConnector" ref="436024702"/>
<int key="NSNibBindingConnectorVersion">2</int>
</object>
</object>
<int key="connectionID">30</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">value: arrangedObjects.checksum</string>
<reference key="source" ref="409397792"/>
<reference key="destination" ref="622054851"/>
<object class="NSNibBindingConnector" key="connector">
<reference key="NSSource" ref="409397792"/>
<reference key="NSDestination" ref="622054851"/>
<string key="NSLabel">value: arrangedObjects.checksum</string>
<string key="NSBinding">value</string>
<string key="NSKeyPath">arrangedObjects.checksum</string>
<int key="NSNibBindingConnectorVersion">2</int>
</object>
</object>
<int key="connectionID">32</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">value: arrangedObjects.name</string>
<reference key="source" ref="504009056"/>
<reference key="destination" ref="622054851"/>
<object class="NSNibBindingConnector" key="connector">
<reference key="NSSource" ref="504009056"/>
<reference key="NSDestination" ref="622054851"/>
<string key="NSLabel">value: arrangedObjects.name</string>
<string key="NSBinding">value</string>
<string key="NSKeyPath">arrangedObjects.name</string>
<int key="NSNibBindingConnectorVersion">2</int>
</object>
</object>
<int key="connectionID">31</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">value: arrangedObjects.offset</string>
<reference key="source" ref="878462389"/>
<reference key="destination" ref="622054851"/>
<object class="NSNibBindingConnector" key="connector">
<reference key="NSSource" ref="878462389"/>
<reference key="NSDestination" ref="622054851"/>
<string key="NSLabel">value: arrangedObjects.offset</string>
<string key="NSBinding">value</string>
<string key="NSKeyPath">arrangedObjects.offset</string>
<int key="NSNibBindingConnectorVersion">2</int>
</object>
</object>
<int key="connectionID">33</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">value: arrangedObjects.length</string>
<reference key="source" ref="130108783"/>
<reference key="destination" ref="622054851"/>
<object class="NSNibBindingConnector" key="connector">
<reference key="NSSource" ref="130108783"/>
<reference key="NSDestination" ref="622054851"/>
<string key="NSLabel">value: arrangedObjects.length</string>
<string key="NSBinding">value</string>
<string key="NSKeyPath">arrangedObjects.length</string>
<int key="NSNibBindingConnectorVersion">2</int>
</object>
</object>
<int key="connectionID">34</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">contentArray: headerTable</string>
<reference key="source" ref="622054851"/>
<reference key="destination" ref="881664005"/>
<object class="NSNibBindingConnector" key="connector">
<reference key="NSSource" ref="622054851"/>
<reference key="NSDestination" ref="881664005"/>
<string key="NSLabel">contentArray: headerTable</string>
<string key="NSBinding">contentArray</string>
<string key="NSKeyPath">headerTable</string>
<int key="NSNibBindingConnectorVersion">2</int>
</object>
</object>
<int key="connectionID">37</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="920519606"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="881664005"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="513050125"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">5</int>
<reference key="object" ref="187492193"/>
<array class="NSMutableArray" key="children">
<reference ref="647756394"/>
</array>
<reference key="parent" ref="0"/>
<string key="objectName">Window</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="647756394"/>
<array class="NSMutableArray" key="children">
<reference ref="297955553"/>
</array>
<reference key="parent" ref="187492193"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">21</int>
<reference key="object" ref="297955553"/>
<array class="NSMutableArray" key="children">
<reference ref="357669881"/>
<reference ref="26498154"/>
<reference ref="364974767"/>
<reference ref="14781874"/>
</array>
<reference key="parent" ref="647756394"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">22</int>
<reference key="object" ref="357669881"/>
<array class="NSMutableArray" key="children">
<reference ref="409397792"/>
<reference ref="504009056"/>
<reference ref="878462389"/>
<reference ref="130108783"/>
</array>
<reference key="parent" ref="297955553"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">23</int>
<reference key="object" ref="409397792"/>
<array class="NSMutableArray" key="children">
<reference ref="194240506"/>
</array>
<reference key="parent" ref="357669881"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">24</int>
<reference key="object" ref="504009056"/>
<array class="NSMutableArray" key="children">
<reference ref="898019598"/>
</array>
<reference key="parent" ref="357669881"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">25</int>
<reference key="object" ref="878462389"/>
<array class="NSMutableArray" key="children">
<reference ref="265477591"/>
</array>
<reference key="parent" ref="357669881"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">26</int>
<reference key="object" ref="130108783"/>
<array class="NSMutableArray" key="children">
<reference ref="841995900"/>
</array>
<reference key="parent" ref="357669881"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">27</int>
<reference key="object" ref="622054851"/>
<reference key="parent" ref="0"/>
<string key="objectName">Font Tables</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">46</int>
<reference key="object" ref="194240506"/>
<reference key="parent" ref="409397792"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">47</int>
<reference key="object" ref="898019598"/>
<reference key="parent" ref="504009056"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">48</int>
<reference key="object" ref="265477591"/>
<reference key="parent" ref="878462389"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">49</int>
<reference key="object" ref="841995900"/>
<reference key="parent" ref="130108783"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">50</int>
<reference key="object" ref="26498154"/>
<reference key="parent" ref="297955553"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">51</int>
<reference key="object" ref="364974767"/>
<reference key="parent" ref="297955553"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">52</int>
<reference key="object" ref="14781874"/>
<reference key="parent" ref="297955553"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="122231328"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="21.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="22.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="23.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="24.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="25.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="26.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="27.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="46.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="47.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="48.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="49.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="50.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="51.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="52.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">52</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">FontWindowController</string>
<string key="superclassName">NSWindowController</string>
<object class="NSMutableDictionary" key="actions">
<string key="NS.key.0">saveResource:</string>
<string key="NS.object.0">id</string>
</object>
<object class="NSMutableDictionary" key="actionInfosByName">
<string key="NS.key.0">saveResource:</string>
<object class="IBActionInfo" key="NS.object.0">
<string key="name">saveResource:</string>
<string key="candidateClassName">id</string>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/FontWindowController.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
<real value="1060" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
</data>
</archive>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ICONWindowController">
<connections>
<outlet property="imageView" destination="8" id="10"/>
<outlet property="window" destination="5" id="9"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Untitled Resource" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="PICT Window">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="0.0" y="556" width="316" height="168"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="193.21755981445312" height="168"/>
<view key="contentView" autoresizesSubviews="NO" id="6">
<rect key="frame" x="0.0" y="0.0" width="316" height="168"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView autoresizesSubviews="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="17" y="17" width="134" height="134"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="height" constant="128" id="CUM-y3-9fZ"/>
<constraint firstAttribute="width" constant="128" id="luN-Mb-wHL"/>
</constraints>
<imageCell key="cell" selectable="YES" editable="YES" alignment="left" imageScaling="proportionallyDown" imageFrameStyle="grayBezel" id="14"/>
<connections>
<action selector="imageViewChanged:" target="-2" id="12"/>
</connections>
</imageView>
</subviews>
<constraints>
<constraint firstItem="8" firstAttribute="top" secondItem="6" secondAttribute="top" constant="20" symbolic="YES" id="GdR-tk-gxO"/>
<constraint firstAttribute="bottom" secondItem="8" secondAttribute="bottom" constant="20" symbolic="YES" id="QMC-Ax-QfK"/>
<constraint firstAttribute="trailing" secondItem="8" secondAttribute="trailing" constant="168" id="Yvg-qr-akr"/>
<constraint firstItem="8" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="20" symbolic="YES" id="niW-r8-A9N"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="11"/>
</connections>
</window>
</objects>
</document>

View File

@ -1,203 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">11E53</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitVersion">1138.47</string>
<string key="IBDocument.HIToolboxVersion">569.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">2182</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>NSImageView</string>
<string>NSWindowTemplate</string>
<string>NSView</string>
<string>NSImageCell</string>
<string>NSCustomObject</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="781167064">
<object class="NSCustomObject" id="97216217">
<string key="NSClassName">ICONWindowController</string>
</object>
<object class="NSCustomObject" id="92017252">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="408707901">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSWindowTemplate" id="768082782">
<int key="NSWindowStyleMask">15</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{0, 556}, {316, 168}}</string>
<int key="NSWTFlags">813170688</int>
<string key="NSWindowTitle">Untitled Resource</string>
<string key="NSWindowClass">NSWindow</string>
<object class="NSMutableString" key="NSViewClass">
<characters key="NS.bytes">View</characters>
</object>
<nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{193.21755981445312, 168}</string>
<object class="NSView" key="NSWindowView" id="669127375">
<nil key="NSNextResponder"/>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSImageView" id="979198533">
<reference key="NSNextResponder" ref="669127375"/>
<int key="NSvFlags">12</int>
<set class="NSMutableSet" key="NSDragTypes">
<string>Apple PDF pasteboard type</string>
<string>Apple PICT pasteboard type</string>
<string>Apple PNG pasteboard type</string>
<string>NSFilenamesPboardType</string>
<string>NeXT Encapsulated PostScript v1.2 pasteboard type</string>
<string>NeXT TIFF v4.0 pasteboard type</string>
</set>
<string key="NSFrame">{{17, 17}, {134, 134}}</string>
<reference key="NSSuperview" ref="669127375"/>
<bool key="NSEnabled">YES</bool>
<object class="NSImageCell" key="NSCell" id="357416430">
<int key="NSCellFlags">270663168</int>
<int key="NSCellFlags2">0</int>
<int key="NSAlign">0</int>
<int key="NSScale">0</int>
<int key="NSStyle">2</int>
<bool key="NSAnimates">NO</bool>
</object>
<bool key="NSEditable">YES</bool>
</object>
</array>
<string key="NSFrame">{{1, 9}, {316, 168}}</string>
</object>
<string key="NSScreenRect">{{0, 0}, {1024, 746}}</string>
<string key="NSMinSize">{193.21755981445312, 190}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="97216217"/>
<reference key="destination" ref="768082782"/>
</object>
<int key="connectionID">9</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">imageView</string>
<reference key="source" ref="97216217"/>
<reference key="destination" ref="979198533"/>
</object>
<int key="connectionID">10</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">imageViewChanged:</string>
<reference key="source" ref="97216217"/>
<reference key="destination" ref="979198533"/>
</object>
<int key="connectionID">12</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="768082782"/>
<reference key="destination" ref="97216217"/>
</object>
<int key="connectionID">11</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="781167064"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="97216217"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="92017252"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">5</int>
<reference key="object" ref="768082782"/>
<array class="NSMutableArray" key="children">
<reference ref="669127375"/>
</array>
<reference key="parent" ref="0"/>
<string key="objectName">PICT Window</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="669127375"/>
<array class="NSMutableArray" key="children">
<reference ref="979198533"/>
</array>
<reference key="parent" ref="768082782"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">8</int>
<reference key="object" ref="979198533"/>
<array class="NSMutableArray" key="children">
<reference ref="357416430"/>
</array>
<reference key="parent" ref="669127375"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">14</int>
<reference key="object" ref="357416430"/>
<reference key="parent" ref="979198533"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="408707901"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="14.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="8.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">14</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes"/>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
<integer value="1070" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
</data>
</archive>

View File

@ -183,7 +183,7 @@
{
NSArray* reps = [resImage representations];
NSLog( @"# %lu", [reps count] );
NSLog( @"# %lu", (unsigned long)[reps count] );
[resImage lockFocusOnRepresentation: [reps objectAtIndex:0]];
[[imageView image] dissolveToPoint: NSMakePoint(0,0) fraction:1];

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ICONWindowController">
<connections>
<outlet property="imageView" destination="19" id="21"/>
<outlet property="window" destination="17" id="22"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customObject id="16" customClass="NSApplication"/>
<window title="Untitled Resource" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" wantsToBeColor="NO" visibleAtLaunch="NO" frameAutosaveName="PICT" animationBehavior="default" id="17">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="0.0" y="556" width="545" height="357"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="193.21755981445312" height="168"/>
<view key="contentView" id="18">
<rect key="frame" x="0.0" y="0.0" width="545" height="357"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="17" y="17" width="511" height="323"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<imageCell key="cell" selectable="YES" editable="YES" alignment="left" imageScaling="proportionallyDown" imageFrameStyle="grayBezel" id="20"/>
</imageView>
</subviews>
<constraints>
<constraint firstItem="19" firstAttribute="top" secondItem="18" secondAttribute="top" constant="20" symbolic="YES" id="998-J6-M3Z"/>
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" symbolic="YES" id="L4C-Ob-6F7"/>
<constraint firstItem="19" firstAttribute="leading" secondItem="18" secondAttribute="leading" constant="20" symbolic="YES" id="SJm-kX-cB7"/>
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="20" symbolic="YES" id="dsT-Y5-Zgf"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="23"/>
</connections>
</window>
</objects>
</document>

View File

@ -1,242 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">11E53</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitVersion">1138.47</string>
<string key="IBDocument.HIToolboxVersion">569.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">2182</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>NSImageView</string>
<string>NSWindowTemplate</string>
<string>NSView</string>
<string>NSImageCell</string>
<string>NSCustomObject</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="912899315">
<object class="NSCustomObject" id="713509824">
<string key="NSClassName">ICONWindowController</string>
</object>
<object class="NSCustomObject" id="716938804">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="894214552">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSCustomObject" id="275962985">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSWindowTemplate" id="47396474">
<int key="NSWindowStyleMask">15</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{0, 556}, {545, 357}}</string>
<int key="NSWTFlags">813170688</int>
<string key="NSWindowTitle">Untitled Resource</string>
<string key="NSWindowClass">NSWindow</string>
<object class="NSMutableString" key="NSViewClass">
<characters key="NS.bytes">View</characters>
</object>
<nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{193.21755981445312, 168}</string>
<object class="NSView" key="NSWindowView" id="351500367">
<reference key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSImageView" id="26345871">
<reference key="NSNextResponder" ref="351500367"/>
<int key="NSvFlags">274</int>
<set class="NSMutableSet" key="NSDragTypes">
<string>Apple PDF pasteboard type</string>
<string>Apple PICT pasteboard type</string>
<string>Apple PNG pasteboard type</string>
<string>NSFilenamesPboardType</string>
<string>NeXT Encapsulated PostScript v1.2 pasteboard type</string>
<string>NeXT TIFF v4.0 pasteboard type</string>
</set>
<string key="NSFrame">{{17, 17}, {511, 323}}</string>
<reference key="NSSuperview" ref="351500367"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<object class="NSImageCell" key="NSCell" id="550517431">
<int key="NSCellFlags">270663168</int>
<int key="NSCellFlags2">0</int>
<int key="NSAlign">0</int>
<int key="NSScale">0</int>
<int key="NSStyle">2</int>
<bool key="NSAnimates">NO</bool>
</object>
<bool key="NSEditable">YES</bool>
</object>
</array>
<string key="NSFrameSize">{545, 357}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="26345871"/>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string>
<string key="NSMinSize">{193.21755981445312, 190}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<string key="NSFrameAutosaveName">PICT</string>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">imageView</string>
<reference key="source" ref="713509824"/>
<reference key="destination" ref="26345871"/>
</object>
<int key="connectionID">21</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="713509824"/>
<reference key="destination" ref="47396474"/>
</object>
<int key="connectionID">22</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="47396474"/>
<reference key="destination" ref="713509824"/>
</object>
<int key="connectionID">23</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="912899315"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="713509824"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="716938804"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">16</int>
<reference key="object" ref="275962985"/>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">17</int>
<reference key="object" ref="47396474"/>
<array class="NSMutableArray" key="children">
<reference ref="351500367"/>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">18</int>
<reference key="object" ref="351500367"/>
<array class="NSMutableArray" key="children">
<reference ref="26345871"/>
</array>
<reference key="parent" ref="47396474"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">19</int>
<reference key="object" ref="26345871"/>
<array class="NSMutableArray" key="children">
<reference ref="550517431"/>
</array>
<reference key="parent" ref="351500367"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">20</int>
<reference key="object" ref="550517431"/>
<reference key="parent" ref="26345871"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="894214552"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="16.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="17.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="18.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="19.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="20.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">25</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">ICONWindowController</string>
<string key="superclassName">NSWindowController</string>
<object class="NSMutableDictionary" key="actions">
<string key="NS.key.0">imageViewChanged:</string>
<string key="NS.object.0">id</string>
</object>
<object class="NSMutableDictionary" key="actionInfosByName">
<string key="NS.key.0">imageViewChanged:</string>
<object class="IBActionInfo" key="NS.object.0">
<string key="name">imageViewChanged:</string>
<string key="candidateClassName">id</string>
</object>
</object>
<object class="NSMutableDictionary" key="outlets">
<string key="NS.key.0">imageView</string>
<string key="NS.object.0">NSImageView</string>
</object>
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
<string key="NS.key.0">imageView</string>
<object class="IBToOneOutletInfo" key="NS.object.0">
<string key="name">imageView</string>
<string key="candidateClassName">NSImageView</string>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/ICONWindowController.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
<real value="1070" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
</data>
</archive>

View File

@ -1,480 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1080</int>
<string key="IBDocument.SystemVersion">12C3006</string>
<string key="IBDocument.InterfaceBuilderVersion">3084</string>
<string key="IBDocument.AppKitVersion">1187.34</string>
<string key="IBDocument.HIToolboxVersion">625.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">3084</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>IBNSLayoutConstraint</string>
<string>NSBox</string>
<string>NSCustomObject</string>
<string>NSImageCell</string>
<string>NSImageView</string>
<string>NSView</string>
<string>NSWindowTemplate</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
<object class="NSCustomObject" id="1001">
<string key="NSClassName">PNGWindowController</string>
</object>
<object class="NSCustomObject" id="1003">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="1004">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSWindowTemplate" id="1005">
<int key="NSWindowStyleMask">15</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{196, 240}, {625, 449}}</string>
<int key="NSWTFlags">544735232</int>
<string key="NSWindowTitle">Window</string>
<string key="NSWindowClass">NSWindow</string>
<nil key="NSViewClass"/>
<nil key="NSUserInterfaceItemIdentifier"/>
<object class="NSView" key="NSWindowView" id="1006">
<reference key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSBox" id="459944721">
<reference key="NSNextResponder" ref="1006"/>
<int key="NSvFlags">36</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSView" id="149869233">
<reference key="NSNextResponder" ref="459944721"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSImageView" id="231505248">
<reference key="NSNextResponder" ref="149869233"/>
<int key="NSvFlags">268</int>
<set class="NSMutableSet" key="NSDragTypes">
<string>Apple PDF pasteboard type</string>
<string>Apple PICT pasteboard type</string>
<string>Apple PNG pasteboard type</string>
<string>NSFilenamesPboardType</string>
<string>NeXT Encapsulated PostScript v1.2 pasteboard type</string>
<string>NeXT TIFF v4.0 pasteboard type</string>
</set>
<string key="NSFrame">{{15, 10}, {553, 387}}</string>
<reference key="NSSuperview" ref="149869233"/>
<reference key="NSWindow"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="NSEnabled">YES</bool>
<object class="NSImageCell" key="NSCell" id="799823511">
<int key="NSCellFlags">134217728</int>
<int key="NSCellFlags2">33554432</int>
<string key="NSCellIdentifier">_NS:9</string>
<int key="NSAlign">0</int>
<int key="NSScale">0</int>
<int key="NSStyle">0</int>
<bool key="NSAnimates">NO</bool>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
<bool key="NSEditable">YES</bool>
</object>
</array>
<string key="NSFrame">{{1, 1}, {583, 407}}</string>
<reference key="NSSuperview" ref="459944721"/>
<reference key="NSWindow"/>
<string key="NSReuseIdentifierKey">_NS:11</string>
</object>
</array>
<string key="NSFrame">{{20, 20}, {585, 409}}</string>
<reference key="NSSuperview" ref="1006"/>
<reference key="NSWindow"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<string key="NSOffsets">{0, 0}</string>
<object class="NSTextFieldCell" key="NSTitleCell">
<int key="NSCellFlags">67108864</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">Box</string>
<object class="NSFont" key="NSSupport">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">11</double>
<int key="NSfFlags">3100</int>
</object>
<object class="NSColor" key="NSBackgroundColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">textBackgroundColor</string>
<object class="NSColor" key="NSColor" id="823449329">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
</object>
<object class="NSColor" key="NSTextColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MCAwLjgwMDAwMDAxMTkAA</bytes>
</object>
</object>
<reference key="NSContentView" ref="149869233"/>
<int key="NSBorderType">1</int>
<int key="NSBoxType">4</int>
<int key="NSTitlePosition">0</int>
<bool key="NSTransparent">NO</bool>
<reference key="NSFillColor2" ref="823449329"/>
</object>
</array>
<string key="NSFrameSize">{625, 449}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="231505248"/>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<string key="NSFrameAutosaveName">PNG</string>
<int key="NSWindowCollectionBehavior">256</int>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="1005"/>
</object>
<int key="connectionID">3</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">imageView</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="231505248"/>
</object>
<int key="connectionID">15</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="1005"/>
<reference key="destination" ref="1001"/>
</object>
<int key="connectionID">4</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="1000"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="1001"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="1003"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="1004"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">1</int>
<reference key="object" ref="1005"/>
<array class="NSMutableArray" key="children">
<reference ref="1006"/>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">2</int>
<reference key="object" ref="1006"/>
<array class="NSMutableArray" key="children">
<reference ref="459944721"/>
<object class="IBNSLayoutConstraint" id="917862561">
<reference key="firstItem" ref="1006"/>
<int key="firstAttribute">6</int>
<int key="relation">0</int>
<reference key="secondItem" ref="459944721"/>
<int key="secondAttribute">6</int>
<float key="multiplier">1</float>
<object class="IBNSLayoutSymbolicConstant" key="constant">
<double key="value">20</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<object class="IBNSLayoutConstraint" id="873088371">
<reference key="firstItem" ref="1006"/>
<int key="firstAttribute">4</int>
<int key="relation">0</int>
<reference key="secondItem" ref="459944721"/>
<int key="secondAttribute">4</int>
<float key="multiplier">1</float>
<object class="IBNSLayoutSymbolicConstant" key="constant">
<double key="value">20</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<object class="IBNSLayoutConstraint" id="29947086">
<reference key="firstItem" ref="459944721"/>
<int key="firstAttribute">5</int>
<int key="relation">0</int>
<reference key="secondItem" ref="1006"/>
<int key="secondAttribute">5</int>
<float key="multiplier">1</float>
<object class="IBNSLayoutSymbolicConstant" key="constant">
<double key="value">20</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<object class="IBNSLayoutConstraint" id="64786280">
<reference key="firstItem" ref="459944721"/>
<int key="firstAttribute">3</int>
<int key="relation">0</int>
<reference key="secondItem" ref="1006"/>
<int key="secondAttribute">3</int>
<float key="multiplier">1</float>
<object class="IBNSLayoutSymbolicConstant" key="constant">
<double key="value">20</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
</array>
<reference key="parent" ref="1005"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">24</int>
<reference key="object" ref="459944721"/>
<array class="NSMutableArray" key="children">
<object class="IBNSLayoutConstraint" id="387420573">
<reference key="firstItem" ref="459944721"/>
<int key="firstAttribute">4</int>
<int key="relation">0</int>
<reference key="secondItem" ref="231505248"/>
<int key="secondAttribute">4</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">11</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="459944721"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<object class="IBNSLayoutConstraint" id="988952039">
<reference key="firstItem" ref="459944721"/>
<int key="firstAttribute">6</int>
<int key="relation">0</int>
<reference key="secondItem" ref="231505248"/>
<int key="secondAttribute">6</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">16</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="459944721"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<object class="IBNSLayoutConstraint" id="537338824">
<reference key="firstItem" ref="231505248"/>
<int key="firstAttribute">5</int>
<int key="relation">0</int>
<reference key="secondItem" ref="459944721"/>
<int key="secondAttribute">5</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">16</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="459944721"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<object class="IBNSLayoutConstraint" id="873250319">
<reference key="firstItem" ref="231505248"/>
<int key="firstAttribute">3</int>
<int key="relation">0</int>
<reference key="secondItem" ref="459944721"/>
<int key="secondAttribute">3</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">11</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="459944721"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<reference ref="231505248"/>
</array>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">5</int>
<reference key="object" ref="231505248"/>
<array class="NSMutableArray" key="children">
<reference ref="799823511"/>
</array>
<reference key="parent" ref="459944721"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="799823511"/>
<reference key="parent" ref="231505248"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">45</int>
<reference key="object" ref="64786280"/>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">48</int>
<reference key="object" ref="873250319"/>
<reference key="parent" ref="459944721"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">49</int>
<reference key="object" ref="537338824"/>
<reference key="parent" ref="459944721"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">50</int>
<reference key="object" ref="988952039"/>
<reference key="parent" ref="459944721"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">51</int>
<reference key="object" ref="387420573"/>
<reference key="parent" ref="459944721"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">54</int>
<reference key="object" ref="29947086"/>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">55</int>
<reference key="object" ref="873088371"/>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">56</int>
<reference key="object" ref="917862561"/>
<reference key="parent" ref="1006"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="1.IBWindowTemplateEditedContentRect">{{357, 418}, {480, 270}}</string>
<integer value="1" key="1.NSWindowTemplate.visibleAtLaunch"/>
<array class="NSMutableArray" key="2.IBNSViewMetadataConstraints">
<reference ref="64786280"/>
<reference ref="29947086"/>
<reference ref="873088371"/>
<reference ref="917862561"/>
</array>
<string key="2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<array key="24.IBNSViewMetadataConstraints">
<reference ref="873250319"/>
<reference ref="537338824"/>
<reference ref="988952039"/>
<reference ref="387420573"/>
</array>
<boolean value="NO" key="24.IBNSViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
<string key="24.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="45.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="48.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="49.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<boolean value="NO" key="5.IBNSViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="50.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="51.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="54.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="55.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="56.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">56</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">NSLayoutConstraint</string>
<string key="superclassName">NSObject</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/NSLayoutConstraint.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">PNGWindowController</string>
<string key="superclassName">NSWindowController</string>
<object class="NSMutableDictionary" key="outlets">
<string key="NS.key.0">imageView</string>
<string key="NS.object.0">NSImageView</string>
</object>
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
<string key="NS.key.0">imageView</string>
<object class="IBToOneOutletInfo" key="NS.object.0">
<string key="name">imageView</string>
<string key="candidateClassName">NSImageView</string>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/PNGWindowController.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<bool key="IBDocument.UseAutolayout">YES</bool>
</data>
</archive>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="PNGWindowController">
<connections>
<outlet property="imageView" destination="5" id="15"/>
<outlet property="window" destination="1" id="3"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" wantsToBeColor="NO" frameAutosaveName="PNG" animationBehavior="default" id="1">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenAuxiliary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="625" height="449"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<view key="contentView" id="2">
<rect key="frame" x="0.0" y="0.0" width="625" height="449"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<box autoresizesSubviews="NO" title="Box" boxType="custom" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="24">
<rect key="frame" x="20" y="20" width="585" height="409"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView">
<rect key="frame" x="1" y="1" width="583" height="407"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="15" y="10" width="553" height="387"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="6"/>
</imageView>
</subviews>
</view>
<constraints>
<constraint firstItem="5" firstAttribute="top" secondItem="24" secondAttribute="top" constant="11" id="48"/>
<constraint firstItem="5" firstAttribute="leading" secondItem="24" secondAttribute="leading" constant="16" id="49"/>
<constraint firstAttribute="trailing" secondItem="5" secondAttribute="trailing" constant="16" id="50"/>
<constraint firstAttribute="bottom" secondItem="5" secondAttribute="bottom" constant="11" id="51"/>
</constraints>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</box>
</subviews>
<constraints>
<constraint firstItem="24" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="45"/>
<constraint firstItem="24" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="54"/>
<constraint firstAttribute="bottom" secondItem="24" secondAttribute="bottom" constant="20" symbolic="YES" id="55"/>
<constraint firstAttribute="trailing" secondItem="24" secondAttribute="trailing" constant="20" symbolic="YES" id="56"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="4"/>
</connections>
</window>
</objects>
</document>

View File

@ -0,0 +1,201 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1080" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="TemplateWindowController">
<connections>
<outlet property="dataList" destination="36" id="44"/>
<outlet property="displayList" destination="28" id="43"/>
<outlet property="tmplDrawer" destination="20" id="50"/>
<outlet property="window" destination="21" id="33"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<drawer preferredEdge="minX" trailingOffset="15" id="20" userLabel="TMPL Drawer">
<size key="contentSize" width="200" height="200"/>
<size key="minContentSize" width="50" height="50"/>
<size key="maxContentSize" width="600" height="400"/>
<connections>
<outlet property="contentView" destination="23" id="24"/>
<outlet property="parentWindow" destination="21" id="25"/>
</connections>
</drawer>
<window title="Resource" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" frameAutosaveName="Template Editor Window" animationBehavior="default" id="21" userLabel="Template Editor">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenAuxiliary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="406" y="385" width="365" height="300"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="213" height="107"/>
<view key="contentView" id="22">
<rect key="frame" x="0.0" y="0.0" width="365" height="300"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView borderType="none" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="35">
<rect key="frame" x="0.0" y="0.0" width="365" height="301"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="ZgB-a4-tUl">
<rect key="frame" x="0.0" y="17" width="350" height="284"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="59" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="37" id="36" customClass="NTOutlineView">
<rect key="frame" x="0.0" y="0.0" width="350" height="284"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn identifier="label" editable="NO" width="120" minWidth="48" maxWidth="1000" id="37">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Label">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="54">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="stringValue" width="224" minWidth="48" maxWidth="1000" id="34">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Data">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="53">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
</tableColumns>
<connections>
<outlet property="dataSource" destination="-2" id="41"/>
<outlet property="delegate" destination="-2" id="42"/>
</connections>
</outlineView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="58">
<rect key="frame" x="-100" y="-100" width="304" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="60">
<rect key="frame" x="350" y="17" width="15" height="284"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" id="59">
<rect key="frame" x="0.0" y="0.0" width="350" height="17"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="35" secondAttribute="trailing" id="OaR-58-2u9"/>
<constraint firstAttribute="bottom" secondItem="35" secondAttribute="bottom" id="cEh-km-xCk"/>
<constraint firstItem="35" firstAttribute="leading" secondItem="22" secondAttribute="leading" id="kzo-Kj-s8J"/>
<constraint firstItem="35" firstAttribute="top" secondItem="22" secondAttribute="top" constant="-1" id="zAl-3h-jo3"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="45"/>
<outlet property="initialFirstResponder" destination="36" id="46"/>
</connections>
</window>
<customView id="23" userLabel="TMPL Content">
<rect key="frame" x="0.0" y="0.0" width="190" height="260"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="27">
<rect key="frame" x="-1" y="-1" width="192" height="262"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="Qvs-gk-XLW">
<rect key="frame" x="1" y="17" width="190" height="244"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="62" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="29" id="28">
<rect key="frame" x="0.0" y="0.0" width="226" height="244"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn identifier="type" width="61" minWidth="16" maxWidth="150" id="29">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="Type">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="56">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="label" editable="NO" width="123.17124938964844" minWidth="36.171249389648438" maxWidth="10000" id="26">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Label">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="55">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="stringValue" width="33.4013671875" minWidth="10" maxWidth="1000" id="51">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Value">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="57">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
</tableColumns>
<connections>
<outlet property="dataSource" destination="-2" id="30"/>
<outlet property="delegate" destination="-2" id="31"/>
</connections>
</outlineView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="61">
<rect key="frame" x="-100" y="-100" width="175" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="63">
<rect key="frame" x="180" y="17" width="11" height="244"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" id="62">
<rect key="frame" x="0.0" y="0.0" width="226" height="17"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
</subviews>
<constraints>
<constraint firstItem="27" firstAttribute="leading" secondItem="23" secondAttribute="leading" constant="-1" id="9AM-le-99K"/>
<constraint firstAttribute="trailing" secondItem="27" secondAttribute="trailing" constant="-1" id="VX2-l1-ckx"/>
<constraint firstItem="27" firstAttribute="top" secondItem="23" secondAttribute="top" constant="-1" id="ua8-CM-NoB"/>
<constraint firstAttribute="bottom" secondItem="27" secondAttribute="bottom" constant="-1" id="veY-dh-pOs"/>
</constraints>
</customView>
</objects>
</document>

View File

@ -41,7 +41,7 @@
- (NSString *)stringValue
{
return [NSString stringWithFormat:@"%d", value];
return [NSString stringWithFormat:@"%d", (int)value];
}
- (void)setStringValue:(NSString *)str

View File

@ -41,7 +41,7 @@
- (NSString *)stringValue
{
return [NSString stringWithFormat:@"%u", value];
return [NSString stringWithFormat:@"%u", (unsigned int)value];
}
- (void)setStringValue:(NSString *)str

View File

@ -1,892 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">11E53</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitVersion">1138.47</string>
<string key="IBDocument.HIToolboxVersion">569.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">2182</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>NSView</string>
<string>NSOutlineView</string>
<string>NSScrollView</string>
<string>NSWindowTemplate</string>
<string>NSTextFieldCell</string>
<string>NSScroller</string>
<string>NSCustomView</string>
<string>NSTableHeaderView</string>
<string>NSTableColumn</string>
<string>NSDrawer</string>
<string>NSCustomObject</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="713685838">
<object class="NSCustomObject" id="547802571">
<string key="NSClassName">TemplateWindowController</string>
</object>
<object class="NSCustomObject" id="547992917">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="520531094">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSDrawer" id="695926304">
<nil key="NSNextResponder"/>
<string key="NSContentSize">{200, 200}</string>
<string key="NSMinContentSize">{50, 50}</string>
<string key="NSMaxContentSize">{600, 400}</string>
<int key="NSPreferredEdge">0</int>
<double key="NSLeadingOffset">0.0</double>
<double key="NSTrailingOffset">15</double>
<nil key="NSParentWindow"/>
<nil key="NSDelegate"/>
</object>
<object class="NSWindowTemplate" id="590326037">
<int key="NSWindowStyleMask">15</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{406, 385}, {365, 300}}</string>
<int key="NSWTFlags">1886912512</int>
<string key="NSWindowTitle">Resource</string>
<string key="NSWindowClass">NSWindow</string>
<object class="NSMutableString" key="NSViewClass">
<characters key="NS.bytes">View</characters>
</object>
<nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{213, 107}</string>
<object class="NSView" key="NSWindowView" id="165884266">
<reference key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSScrollView" id="1031410703">
<reference key="NSNextResponder" ref="165884266"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSClipView" id="782262409">
<reference key="NSNextResponder" ref="1031410703"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSOutlineView" id="275712312">
<reference key="NSNextResponder" ref="782262409"/>
<int key="NSvFlags">4352</int>
<string key="NSFrameSize">{405, 284}</string>
<reference key="NSSuperview" ref="782262409"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTableHeaderView" key="NSHeaderView" id="600026888">
<reference key="NSNextResponder" ref="163171695"/>
<int key="NSvFlags">256</int>
<string key="NSFrameSize">{405, 17}</string>
<reference key="NSSuperview" ref="163171695"/>
<reference key="NSWindow"/>
<reference key="NSTableView" ref="275712312"/>
</object>
<object class="_NSCornerView" key="NSCornerView">
<nil key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<string key="NSFrame">{{350, 0}, {16, 17}}</string>
</object>
<array class="NSMutableArray" key="NSTableColumns">
<object class="NSTableColumn" id="1011100940">
<string key="NSIdentifier">label</string>
<double key="NSWidth">120</double>
<double key="NSMinWidth">48</double>
<double key="NSMaxWidth">1000</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Label</string>
<object class="NSFont" key="NSSupport" id="26">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">11</double>
<int key="NSfFlags">3100</int>
</object>
<object class="NSColor" key="NSBackgroundColor" id="933341276">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes>
</object>
<object class="NSColor" key="NSTextColor" id="958469905">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">headerTextColor</string>
<object class="NSColor" key="NSColor" id="1008866033">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="680156203">
<int key="NSCellFlags">338820672</int>
<int key="NSCellFlags2">1024</int>
<object class="NSFont" key="NSSupport" id="883278278">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<reference key="NSControlView" ref="275712312"/>
<object class="NSColor" key="NSBackgroundColor" id="779626110">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
<object class="NSColor" key="NSTextColor" id="782069417">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<reference key="NSColor" ref="1008866033"/>
</object>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<reference key="NSTableView" ref="275712312"/>
</object>
<object class="NSTableColumn" id="404446889">
<string key="NSIdentifier">stringValue</string>
<double key="NSWidth">279</double>
<double key="NSMinWidth">48</double>
<double key="NSMaxWidth">1000</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Data</string>
<reference key="NSSupport" ref="26"/>
<reference key="NSBackgroundColor" ref="933341276"/>
<reference key="NSTextColor" ref="958469905"/>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="711163612">
<int key="NSCellFlags">338820672</int>
<int key="NSCellFlags2">1024</int>
<reference key="NSSupport" ref="883278278"/>
<reference key="NSControlView" ref="275712312"/>
<reference key="NSBackgroundColor" ref="779626110"/>
<reference key="NSTextColor" ref="782069417"/>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<bool key="NSIsEditable">YES</bool>
<reference key="NSTableView" ref="275712312"/>
</object>
</array>
<double key="NSIntercellSpacingWidth">3</double>
<double key="NSIntercellSpacingHeight">2</double>
<reference key="NSBackgroundColor" ref="779626110"/>
<object class="NSColor" key="NSGridColor" id="109031655">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">gridColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC41AA</bytes>
</object>
</object>
<double key="NSRowHeight">17</double>
<int key="NSTvFlags">1388314624</int>
<reference key="NSDelegate"/>
<reference key="NSDataSource"/>
<int key="NSColumnAutoresizingStyle">4</int>
<int key="NSDraggingSourceMaskForLocal">15</int>
<int key="NSDraggingSourceMaskForNonLocal">0</int>
<bool key="NSAllowsTypeSelect">YES</bool>
<int key="NSTableViewDraggingDestinationStyle">0</int>
<int key="NSTableViewGroupRowStyle">1</int>
</object>
</array>
<string key="NSFrame">{{0, 17}, {365, 284}}</string>
<reference key="NSSuperview" ref="1031410703"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="275712312"/>
<reference key="NSDocView" ref="275712312"/>
<object class="NSColor" key="NSBGColor" id="588635564">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlBackgroundColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object>
</object>
<int key="NScvFlags">4</int>
</object>
<object class="NSScroller" id="239811278">
<reference key="NSNextResponder" ref="1031410703"/>
<int key="NSvFlags">256</int>
<string key="NSFrame">{{350, 17}, {15, 284}}</string>
<reference key="NSSuperview" ref="1031410703"/>
<reference key="NSWindow"/>
<reference key="NSTarget" ref="1031410703"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.96616542339324951</double>
</object>
<object class="NSScroller" id="857521743">
<reference key="NSNextResponder" ref="1031410703"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{-100, -100}, {304, 15}}</string>
<reference key="NSSuperview" ref="1031410703"/>
<reference key="NSWindow"/>
<bool key="NSEnabled">YES</bool>
<int key="NSsFlags">1</int>
<reference key="NSTarget" ref="1031410703"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.96355354785919189</double>
</object>
<object class="NSClipView" id="163171695">
<reference key="NSNextResponder" ref="1031410703"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<reference ref="600026888"/>
</array>
<string key="NSFrameSize">{365, 17}</string>
<reference key="NSSuperview" ref="1031410703"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="600026888"/>
<reference key="NSDocView" ref="600026888"/>
<reference key="NSBGColor" ref="588635564"/>
<int key="NScvFlags">4</int>
</object>
</array>
<string key="NSFrameSize">{365, 301}</string>
<reference key="NSSuperview" ref="165884266"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="782262409"/>
<int key="NSsFlags">133264</int>
<reference key="NSVScroller" ref="239811278"/>
<reference key="NSHScroller" ref="857521743"/>
<reference key="NSContentView" ref="782262409"/>
<reference key="NSHeaderClipView" ref="163171695"/>
<bytes key="NSScrollAmts">QSAAAEEgAABBmAAAQZgAAA</bytes>
</object>
</array>
<string key="NSFrameSize">{365, 300}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string>
<string key="NSMinSize">{213, 129}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<string key="NSFrameAutosaveName">Template Editor Window</string>
<int key="NSWindowCollectionBehavior">256</int>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
<object class="NSCustomView" id="206487327">
<nil key="NSNextResponder"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSScrollView" id="465911102">
<reference key="NSNextResponder" ref="206487327"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSClipView" id="441354878">
<reference key="NSNextResponder" ref="465911102"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSOutlineView" id="900026122">
<reference key="NSNextResponder" ref="441354878"/>
<int key="NSvFlags">256</int>
<string key="NSFrameSize">{226, 244}</string>
<reference key="NSSuperview" ref="441354878"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTableHeaderView" key="NSHeaderView" id="1014996786">
<reference key="NSNextResponder" ref="749736335"/>
<int key="NSvFlags">256</int>
<string key="NSFrameSize">{226, 17}</string>
<reference key="NSSuperview" ref="749736335"/>
<reference key="NSTableView" ref="900026122"/>
</object>
<object class="_NSCornerView" key="NSCornerView" id="1018003482">
<reference key="NSNextResponder" ref="465911102"/>
<int key="NSvFlags">256</int>
<string key="NSFrame">{{180, 0}, {12, 17}}</string>
<reference key="NSSuperview" ref="465911102"/>
</object>
<array class="NSMutableArray" key="NSTableColumns">
<object class="NSTableColumn" id="570761066">
<string key="NSIdentifier">type</string>
<double key="NSWidth">61</double>
<double key="NSMinWidth">16</double>
<double key="NSMaxWidth">150</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">134219776</int>
<string key="NSContents">Type</string>
<reference key="NSSupport" ref="26"/>
<object class="NSColor" key="NSBackgroundColor" id="481456845">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes>
</object>
<reference key="NSTextColor" ref="958469905"/>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="276643353">
<int key="NSCellFlags">338820672</int>
<int key="NSCellFlags2">1024</int>
<reference key="NSSupport" ref="883278278"/>
<reference key="NSControlView" ref="900026122"/>
<reference key="NSBackgroundColor" ref="779626110"/>
<reference key="NSTextColor" ref="782069417"/>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<bool key="NSIsEditable">YES</bool>
<reference key="NSTableView" ref="900026122"/>
</object>
<object class="NSTableColumn" id="946223150">
<string key="NSIdentifier">label</string>
<double key="NSWidth">123.17124938964844</double>
<double key="NSMinWidth">36.171249389648438</double>
<double key="NSMaxWidth">10000</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Label</string>
<reference key="NSSupport" ref="26"/>
<reference key="NSBackgroundColor" ref="481456845"/>
<reference key="NSTextColor" ref="958469905"/>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="755757606">
<int key="NSCellFlags">338820672</int>
<int key="NSCellFlags2">1024</int>
<reference key="NSSupport" ref="883278278"/>
<reference key="NSControlView" ref="900026122"/>
<reference key="NSBackgroundColor" ref="779626110"/>
<reference key="NSTextColor" ref="782069417"/>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<reference key="NSTableView" ref="900026122"/>
</object>
<object class="NSTableColumn" id="564884283">
<string key="NSIdentifier">stringValue</string>
<double key="NSWidth">33.4013671875</double>
<double key="NSMinWidth">10</double>
<double key="NSMaxWidth">1000</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Value</string>
<reference key="NSSupport" ref="26"/>
<object class="NSColor" key="NSBackgroundColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">headerColor</string>
<reference key="NSColor" ref="779626110"/>
</object>
<reference key="NSTextColor" ref="958469905"/>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="273209877">
<int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int>
<reference key="NSSupport" ref="883278278"/>
<reference key="NSControlView" ref="900026122"/>
<reference key="NSBackgroundColor" ref="588635564"/>
<reference key="NSTextColor" ref="782069417"/>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<bool key="NSIsEditable">YES</bool>
<reference key="NSTableView" ref="900026122"/>
</object>
</array>
<double key="NSIntercellSpacingWidth">3</double>
<double key="NSIntercellSpacingHeight">2</double>
<reference key="NSBackgroundColor" ref="779626110"/>
<reference key="NSGridColor" ref="109031655"/>
<double key="NSRowHeight">17</double>
<int key="NSTvFlags">1390411776</int>
<reference key="NSDelegate"/>
<reference key="NSDataSource"/>
<int key="NSColumnAutoresizingStyle">4</int>
<int key="NSDraggingSourceMaskForLocal">15</int>
<int key="NSDraggingSourceMaskForNonLocal">0</int>
<bool key="NSAllowsTypeSelect">YES</bool>
<int key="NSTableViewDraggingDestinationStyle">0</int>
<int key="NSTableViewGroupRowStyle">1</int>
</object>
</array>
<string key="NSFrame">{{1, 17}, {179, 244}}</string>
<reference key="NSSuperview" ref="465911102"/>
<reference key="NSNextKeyView" ref="900026122"/>
<reference key="NSDocView" ref="900026122"/>
<reference key="NSBGColor" ref="588635564"/>
<int key="NScvFlags">4</int>
</object>
<object class="NSScroller" id="70555699">
<reference key="NSNextResponder" ref="465911102"/>
<int key="NSvFlags">256</int>
<string key="NSFrame">{{180, 17}, {11, 244}}</string>
<reference key="NSSuperview" ref="465911102"/>
<bool key="NSEnabled">YES</bool>
<int key="NSsFlags">256</int>
<reference key="NSTarget" ref="465911102"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.95901638269424438</double>
</object>
<object class="NSScroller" id="710427931">
<reference key="NSNextResponder" ref="465911102"/>
<int key="NSvFlags">256</int>
<string key="NSFrame">{{-100, -100}, {175, 15}}</string>
<reference key="NSSuperview" ref="465911102"/>
<bool key="NSEnabled">YES</bool>
<int key="NSsFlags">257</int>
<reference key="NSTarget" ref="465911102"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.92344498634338379</double>
</object>
<object class="NSClipView" id="749736335">
<reference key="NSNextResponder" ref="465911102"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<reference ref="1014996786"/>
</array>
<string key="NSFrame">{{1, 0}, {179, 17}}</string>
<reference key="NSSuperview" ref="465911102"/>
<reference key="NSNextKeyView" ref="1014996786"/>
<reference key="NSDocView" ref="1014996786"/>
<reference key="NSBGColor" ref="588635564"/>
<int key="NScvFlags">4</int>
</object>
<reference ref="1018003482"/>
</array>
<string key="NSFrame">{{-1, -1}, {192, 262}}</string>
<reference key="NSSuperview" ref="206487327"/>
<reference key="NSNextKeyView" ref="441354878"/>
<int key="NSsFlags">133842</int>
<reference key="NSVScroller" ref="70555699"/>
<reference key="NSHScroller" ref="710427931"/>
<reference key="NSContentView" ref="441354878"/>
<reference key="NSHeaderClipView" ref="749736335"/>
<bytes key="NSScrollAmts">QSAAAEEgAABBmAAAQZgAAA</bytes>
</object>
</array>
<string key="NSFrameSize">{190, 260}</string>
<object class="NSMutableString" key="NSClassName">
<characters key="NS.bytes">NSView</characters>
</object>
<string key="NSExtension">NSResponder</string>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="547802571"/>
<reference key="destination" ref="590326037"/>
</object>
<int key="connectionID">33</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">displayList</string>
<reference key="source" ref="547802571"/>
<reference key="destination" ref="900026122"/>
</object>
<int key="connectionID">43</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">dataList</string>
<reference key="source" ref="547802571"/>
<reference key="destination" ref="275712312"/>
</object>
<int key="connectionID">44</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">tmplDrawer</string>
<reference key="source" ref="547802571"/>
<reference key="destination" ref="695926304"/>
</object>
<int key="connectionID">50</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">contentView</string>
<reference key="source" ref="695926304"/>
<reference key="destination" ref="206487327"/>
</object>
<int key="connectionID">24</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">parentWindow</string>
<reference key="source" ref="695926304"/>
<reference key="destination" ref="590326037"/>
</object>
<int key="connectionID">25</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="590326037"/>
<reference key="destination" ref="547802571"/>
</object>
<int key="connectionID">45</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">initialFirstResponder</string>
<reference key="source" ref="590326037"/>
<reference key="destination" ref="275712312"/>
</object>
<int key="connectionID">46</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">dataSource</string>
<reference key="source" ref="900026122"/>
<reference key="destination" ref="547802571"/>
</object>
<int key="connectionID">30</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="900026122"/>
<reference key="destination" ref="547802571"/>
</object>
<int key="connectionID">31</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">dataSource</string>
<reference key="source" ref="275712312"/>
<reference key="destination" ref="547802571"/>
</object>
<int key="connectionID">41</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="275712312"/>
<reference key="destination" ref="547802571"/>
</object>
<int key="connectionID">42</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="713685838"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="547802571"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="547992917"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">20</int>
<reference key="object" ref="695926304"/>
<reference key="parent" ref="0"/>
<string key="objectName">TMPL Drawer</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">21</int>
<reference key="object" ref="590326037"/>
<array class="NSMutableArray" key="children">
<reference ref="165884266"/>
</array>
<reference key="parent" ref="0"/>
<string key="objectName">Template Editor</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">22</int>
<reference key="object" ref="165884266"/>
<array class="NSMutableArray" key="children">
<reference ref="1031410703"/>
</array>
<reference key="parent" ref="590326037"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">35</int>
<reference key="object" ref="1031410703"/>
<array class="NSMutableArray" key="children">
<reference ref="275712312"/>
<reference ref="857521743"/>
<reference ref="600026888"/>
<reference ref="239811278"/>
</array>
<reference key="parent" ref="165884266"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">36</int>
<reference key="object" ref="275712312"/>
<array class="NSMutableArray" key="children">
<reference ref="404446889"/>
<reference ref="1011100940"/>
</array>
<reference key="parent" ref="1031410703"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">34</int>
<reference key="object" ref="404446889"/>
<array class="NSMutableArray" key="children">
<reference ref="711163612"/>
</array>
<reference key="parent" ref="275712312"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">37</int>
<reference key="object" ref="1011100940"/>
<array class="NSMutableArray" key="children">
<reference ref="680156203"/>
</array>
<reference key="parent" ref="275712312"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">23</int>
<reference key="object" ref="206487327"/>
<array class="NSMutableArray" key="children">
<reference ref="465911102"/>
</array>
<reference key="parent" ref="0"/>
<string key="objectName">TMPL Content</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">27</int>
<reference key="object" ref="465911102"/>
<array class="NSMutableArray" key="children">
<reference ref="900026122"/>
<reference ref="710427931"/>
<reference ref="1014996786"/>
<reference ref="70555699"/>
</array>
<reference key="parent" ref="206487327"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">28</int>
<reference key="object" ref="900026122"/>
<array class="NSMutableArray" key="children">
<reference ref="946223150"/>
<reference ref="570761066"/>
<reference ref="564884283"/>
</array>
<reference key="parent" ref="465911102"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">26</int>
<reference key="object" ref="946223150"/>
<array class="NSMutableArray" key="children">
<reference ref="755757606"/>
</array>
<reference key="parent" ref="900026122"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">29</int>
<reference key="object" ref="570761066"/>
<array class="NSMutableArray" key="children">
<reference ref="276643353"/>
</array>
<reference key="parent" ref="900026122"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">51</int>
<reference key="object" ref="564884283"/>
<array class="NSMutableArray" key="children">
<reference ref="273209877"/>
</array>
<reference key="parent" ref="900026122"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">53</int>
<reference key="object" ref="711163612"/>
<reference key="parent" ref="404446889"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">54</int>
<reference key="object" ref="680156203"/>
<reference key="parent" ref="1011100940"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">55</int>
<reference key="object" ref="755757606"/>
<reference key="parent" ref="946223150"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">56</int>
<reference key="object" ref="276643353"/>
<reference key="parent" ref="570761066"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">57</int>
<reference key="object" ref="273209877"/>
<reference key="parent" ref="564884283"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">58</int>
<reference key="object" ref="857521743"/>
<reference key="parent" ref="1031410703"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">59</int>
<reference key="object" ref="600026888"/>
<reference key="parent" ref="1031410703"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">60</int>
<reference key="object" ref="239811278"/>
<reference key="parent" ref="1031410703"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">61</int>
<reference key="object" ref="710427931"/>
<reference key="parent" ref="465911102"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">62</int>
<reference key="object" ref="1014996786"/>
<reference key="parent" ref="465911102"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">63</int>
<reference key="object" ref="70555699"/>
<reference key="parent" ref="465911102"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="520531094"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="20.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="21.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="22.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="23.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="26.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="27.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="28.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="29.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="34.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="35.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="36.CustomClassName">NTOutlineView</string>
<string key="36.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="37.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="51.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="53.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="54.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="55.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="56.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="57.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="58.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="59.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="60.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="61.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="62.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="63.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">63</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">NTOutlineView</string>
<string key="superclassName">NSOutlineView</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/NTOutlineView.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">TemplateWindowController</string>
<string key="superclassName">NSWindowController</string>
<dictionary class="NSMutableDictionary" key="actions">
<string key="clear:">id</string>
<string key="copy:">id</string>
<string key="createListEntry:">id</string>
<string key="cut:">id</string>
<string key="paste:">id</string>
<string key="revertResource:">id</string>
<string key="saveResource:">id</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="actionInfosByName">
<object class="IBActionInfo" key="clear:">
<string key="name">clear:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="copy:">
<string key="name">copy:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="createListEntry:">
<string key="name">createListEntry:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="cut:">
<string key="name">cut:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="paste:">
<string key="name">paste:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="revertResource:">
<string key="name">revertResource:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="saveResource:">
<string key="name">saveResource:</string>
<string key="candidateClassName">id</string>
</object>
</dictionary>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="dataList">NSOutlineView</string>
<string key="displayList">NSOutlineView</string>
<string key="tmplDrawer">NSDrawer</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="dataList">
<string key="name">dataList</string>
<string key="candidateClassName">NSOutlineView</string>
</object>
<object class="IBToOneOutletInfo" key="displayList">
<string key="name">displayList</string>
<string key="candidateClassName">NSOutlineView</string>
</object>
<object class="IBToOneOutletInfo" key="tmplDrawer">
<string key="name">tmplDrawer</string>
<string key="candidateClassName">NSDrawer</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/TemplateWindowController.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
<real value="1070" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
</data>
</archive>

View File

@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSWindowController">
<connections>
<outlet property="window" destination="38" id="52"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customObject id="37" customClass="NSApplication"/>
<window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="38" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="585" y="557" width="476" height="260"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="410" height="200"/>
<view key="contentView" id="39">
<rect key="frame" x="0.0" y="0.0" width="476" height="260"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="40">
<rect key="frame" x="74" y="211" width="104" height="29"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="ResKnife" id="41">
<font key="font" metaFont="system" size="24"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="42">
<rect key="frame" x="74" y="186" width="92" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Version 0.6d3" id="43">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="46">
<rect key="frame" x="20" y="192" width="48" height="48"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="width" constant="48" id="FSl-RP-c2x"/>
<constraint firstAttribute="height" constant="48" id="ylS-Mc-Ddu"/>
</constraints>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSApplicationIcon" id="47"/>
</imageView>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="44">
<rect key="frame" x="74" y="20" width="319" height="14"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Copyright © 2001-6, Nicholas Shanks. All Rights Reserved." id="45">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" findBarPosition="aboveHorizontalRuler" translatesAutoresizingMaskIntoConstraints="NO" id="48">
<rect key="frame" x="76" y="42" width="380" height="136"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="VGV-nl-KAv">
<rect key="frame" x="1" y="1" width="363" height="134"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView editable="NO" selectable="NO" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="49">
<rect key="frame" x="0.0" y="0.0" width="362" height="134"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="363" height="134"/>
<size key="maxSize" width="384" height="10000000"/>
<color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="363" height="134"/>
<size key="maxSize" width="384" height="10000000"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="50">
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="51">
<rect key="frame" x="364" y="1" width="15" height="134"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
</subviews>
<constraints>
<constraint firstItem="46" firstAttribute="leading" secondItem="39" secondAttribute="leading" constant="20" symbolic="YES" id="3BM-Jx-2wa"/>
<constraint firstItem="40" firstAttribute="top" secondItem="39" secondAttribute="top" constant="20" symbolic="YES" id="5hW-Og-0Iz"/>
<constraint firstItem="40" firstAttribute="leading" secondItem="44" secondAttribute="leading" id="A0M-DA-vrS"/>
<constraint firstItem="40" firstAttribute="leading" secondItem="42" secondAttribute="leading" id="C84-Kp-wc9"/>
<constraint firstItem="44" firstAttribute="top" secondItem="48" secondAttribute="bottom" constant="8" symbolic="YES" id="Gf3-HH-NOz"/>
<constraint firstItem="40" firstAttribute="leading" secondItem="48" secondAttribute="leading" id="Hez-Am-sbO"/>
<constraint firstAttribute="bottom" secondItem="44" secondAttribute="bottom" constant="20" symbolic="YES" id="Ihu-1c-5dI"/>
<constraint firstItem="48" firstAttribute="leading" secondItem="46" secondAttribute="trailing" constant="8" symbolic="YES" id="XJH-tq-L3t"/>
<constraint firstItem="48" firstAttribute="top" secondItem="42" secondAttribute="bottom" constant="8" symbolic="YES" id="epp-Q6-g3f"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="44" secondAttribute="trailing" constant="20" symbolic="YES" id="hc9-tp-eXO"/>
<constraint firstAttribute="trailing" secondItem="48" secondAttribute="trailing" constant="20" symbolic="YES" id="lFb-gw-rp3"/>
<constraint firstItem="40" firstAttribute="leading" secondItem="46" secondAttribute="trailing" constant="8" symbolic="YES" id="nS7-6f-IH3"/>
<constraint firstItem="46" firstAttribute="top" secondItem="39" secondAttribute="top" constant="20" symbolic="YES" id="rZD-TR-1yF"/>
<constraint firstItem="42" firstAttribute="top" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="v6p-A5-oFg"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="53"/>
<outlet property="initialFirstResponder" destination="49" id="54"/>
</connections>
</window>
</objects>
<resources>
<image name="NSApplicationIcon" width="128" height="128"/>
</resources>
</document>

View File

@ -0,0 +1,566 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
<connections>
<outlet property="delegate" destination="431" id="449"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customObject id="334" customClass="NSApplication"/>
<menu title="Application" systemMenu="main" id="335">
<items>
<menuItem title="ResKnife" id="350">
<menu key="submenu" title="ResKnife" systemMenu="apple" id="351">
<items>
<menuItem title="About ResKnife" id="352">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="showAbout:" target="431" id="459"/>
</connections>
</menuItem>
<menuItem title="Preferences..." keyEquivalent="," id="353">
<connections>
<action selector="showPrefs:" target="431" id="470"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="358">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Services" id="354">
<menu key="submenu" title="Services" systemMenu="services" id="355"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="359">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Hide ResKnife" keyEquivalent="h" id="356">
<connections>
<action selector="hide:" target="-2" id="471"/>
</connections>
</menuItem>
<menuItem title="Hide Others" keyEquivalent="h" id="360">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="hideOtherApplications:" target="-2" id="473"/>
</connections>
</menuItem>
<menuItem title="Show All" id="362">
<connections>
<action selector="unhideAllApplications:" target="-2" id="474"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="361">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Quit ResKnife" keyEquivalent="q" id="357">
<connections>
<action selector="terminate:" target="-2" id="472"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="File" tag="1" id="363">
<menu key="submenu" title="File" id="364">
<items>
<menuItem title="New" keyEquivalent="n" id="373">
<connections>
<action selector="newDocument:" target="-1" id="466"/>
</connections>
</menuItem>
<menuItem title="Open..." keyEquivalent="o" id="365">
<connections>
<action selector="openDocument:" target="-1" id="460"/>
</connections>
</menuItem>
<menuItem title="Open Recent" id="375">
<menu key="submenu" title="Open Recent" systemMenu="recentDocuments" id="376">
<items>
<menuItem title="Clear Menu" id="377">
<connections>
<action selector="clearRecentDocuments:" target="-1" id="469"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem isSeparatorItem="YES" id="371">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Close" keyEquivalent="w" id="366">
<connections>
<action selector="performClose:" target="-1" id="461"/>
</connections>
</menuItem>
<menuItem title="Close All" alternate="YES" keyEquivalent="w" id="380">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="performClose:" target="-1" id="506"/>
</connections>
</menuItem>
<menuItem title="Save" keyEquivalent="s" id="368">
<connections>
<action selector="saveDocument:" target="-1" id="462"/>
</connections>
</menuItem>
<menuItem title="Save As..." keyEquivalent="S" id="372">
<connections>
<action selector="saveDocumentAs:" target="-1" id="465"/>
</connections>
</menuItem>
<menuItem title="Revert" keyEquivalent="r" id="374">
<connections>
<action selector="revertDocumentToSaved:" target="-1" id="468"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="367">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Show Info…" keyEquivalent="i" id="379">
<connections>
<action selector="showInfo:" target="-1" id="496"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="378">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Page Setup..." keyEquivalent="P" id="369">
<connections>
<action selector="runPageLayout:" target="-1" id="463"/>
</connections>
</menuItem>
<menuItem title="Print..." keyEquivalent="p" id="370">
<connections>
<action selector="printDocument:" target="-1" id="464"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Edit" tag="2" id="388">
<menu key="submenu" title="Edit" id="389">
<items>
<menuItem title="Undo" keyEquivalent="z" id="392">
<connections>
<action selector="undo:" target="-1" id="478"/>
</connections>
</menuItem>
<menuItem title="Redo" keyEquivalent="Z" id="404">
<connections>
<action selector="redo:" target="-1" id="486"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="390">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Cut" keyEquivalent="x" id="393">
<connections>
<action selector="cut:" target="-1" id="479"/>
</connections>
</menuItem>
<menuItem title="Copy" keyEquivalent="c" id="391">
<connections>
<action selector="copy:" target="-1" id="477"/>
</connections>
</menuItem>
<menuItem title="Paste" keyEquivalent="v" id="402">
<connections>
<action selector="paste:" target="-1" id="484"/>
</connections>
</menuItem>
<menuItem title="Clear" id="394">
<connections>
<action selector="clear:" target="-1" id="482"/>
</connections>
</menuItem>
<menuItem title="Select All" keyEquivalent="a" id="403">
<connections>
<action selector="selectAll:" target="-1" id="485"/>
</connections>
</menuItem>
<menuItem title="Deselect All" id="411">
<connections>
<action selector="deselectAll:" target="-1" id="502"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="405">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Show Pasteboard" id="413">
<connections>
<action selector="showPasteboard:" target="431" id="503"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="412">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Find" id="395">
<menu key="submenu" title="Find" id="396">
<items>
<menuItem title="Find..." keyEquivalent="f" id="397">
<connections>
<action selector="showFind:" target="-1" id="475"/>
</connections>
</menuItem>
<menuItem title="Find Next" keyEquivalent="g" id="401">
<connections>
<action selector="findNext:" target="-1" id="483"/>
</connections>
</menuItem>
<menuItem title="Find Previous" keyEquivalent="G" id="400">
<connections>
<action selector="findPrevious:" target="-1" id="481"/>
</connections>
</menuItem>
<menuItem title="Use Selection for Find" id="399">
<connections>
<action selector="findWithSelection:" target="-1" id="480"/>
</connections>
</menuItem>
<menuItem title="Scroll to Selection" keyEquivalent="j" id="398">
<connections>
<action selector="scrollToSelection:" target="-1" id="476"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Spelling" id="406">
<menu key="submenu" title="Spelling" id="407">
<items>
<menuItem title="Spelling..." keyEquivalent=":" id="408">
<connections>
<action selector="showGuessPanel:" target="-1" id="487"/>
</connections>
</menuItem>
<menuItem title="Check Spelling" keyEquivalent=";" id="409">
<connections>
<action selector="checkSpelling:" target="-1" id="488"/>
</connections>
</menuItem>
<menuItem title="Check Spelling As You Type" id="410">
<connections>
<action selector="toggleContinuousSpellChecking:" target="-1" id="489"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Speech" id="414">
<menu key="submenu" title="Speech" id="415">
<items>
<menuItem title="Start Speaking" id="416">
<connections>
<action selector="startSpeaking:" target="-1" id="513"/>
</connections>
</menuItem>
<menuItem title="Stop Speaking" id="417">
<connections>
<action selector="stopSpeaking:" target="-1" id="514"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Resource" tag="3" id="418">
<menu key="submenu" title="Resource" id="419">
<items>
<menuItem title="Create New Resource…" keyEquivalent="k" id="420">
<connections>
<action selector="showCreateResourceSheet:" target="-1" id="490"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="421">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Edit in Default Editor" keyEquivalent="e" id="422">
<connections>
<action selector="openResources:" target="-1" id="491"/>
</connections>
</menuItem>
<menuItem title="Edit with Default Template" keyEquivalent="E" id="423">
<connections>
<action selector="openResourcesInTemplate:" target="-1" id="492"/>
</connections>
</menuItem>
<menuItem title="Edit with Specific Template…" keyEquivalent="E" id="424">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="showSelectTemplateSheet:" target="-1" id="493"/>
</connections>
</menuItem>
<menuItem title="Edit as Hexadecimal" keyEquivalent="e" id="428">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="openResourcesAsHex:" target="-1" id="500"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="425">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Save Resource" keyEquivalent="s" id="429">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="saveResource:" target="-1" id="507"/>
</connections>
</menuItem>
<menuItem title="Revert Resource…" keyEquivalent="r" id="426">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="revertResource:" target="-1" id="494"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="430">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Play Sound" keyEquivalent="p" id="427">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="playSound:" target="-1" id="495"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Window" tag="4" id="336">
<menu key="submenu" title="Window" systemMenu="window" id="337">
<items>
<menuItem title="Minimize Window" keyEquivalent="m" id="339">
<connections>
<action selector="performMiniaturize:" target="-1" id="458"/>
</connections>
</menuItem>
<menuItem title="Zoom Window" keyEquivalent="z" id="344">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="performZoom:" target="-1" id="499"/>
</connections>
</menuItem>
<menuItem title="Cycle Through Windows" keyEquivalent="`" id="349"/>
<menuItem isSeparatorItem="YES" id="346">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="List View" id="347">
<connections>
<action selector="useListView:" target="-1" id="511"/>
</connections>
</menuItem>
<menuItem title="Icon View" id="348">
<connections>
<action selector="useIconView:" target="-1" id="512"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="340">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Show Toolbar" id="343">
<connections>
<action selector="toggleToolbarShown:" target="-1" id="498"/>
</connections>
</menuItem>
<menuItem title="Customize Toolbar…" id="341">
<connections>
<action selector="runToolbarCustomizationPalette:" target="-1" id="497"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="342">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Move to Back" id="345">
<connections>
<action selector="orderBack:" target="-1" id="501"/>
</connections>
</menuItem>
<menuItem title="Bring All to Front" id="338">
<connections>
<action selector="arrangeInFront:" target="-1" id="457"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Help" tag="5" id="381">
<menu key="submenu" title="Help" id="382">
<items>
<menuItem title="ResKnife Help" keyEquivalent="?" id="383">
<connections>
<action selector="showHelp:" target="-1" id="467"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="384">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Visit Official Website…" id="386">
<connections>
<action selector="visitWebsite:" target="431" id="509"/>
</connections>
</menuItem>
<menuItem title="Visit Source Repository…" id="385">
<connections>
<action selector="visitSourceforge:" target="431" id="508"/>
</connections>
</menuItem>
<menuItem title="Email Developer…" id="387">
<connections>
<action selector="emailDeveloper:" target="431" id="510"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
<customObject id="431" customClass="ApplicationDelegate">
<connections>
<outlet property="openPanelDelegate" destination="448" id="450"/>
</connections>
</customObject>
<customView id="432">
<rect key="frame" x="0.0" y="0.0" width="500" height="133"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="446">
<rect key="frame" x="449" y="105" width="22" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="height" constant="19" id="hT8-mo-oDL"/>
<constraint firstAttribute="width" constant="22" id="vh0-1a-8Lh"/>
</constraints>
<buttonCell key="cell" type="smallSquare" title="+" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="447">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent">+</string>
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</buttonCell>
<connections>
<action selector="addFork:" target="448" id="505"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="444">
<rect key="frame" x="472" y="105" width="22" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="height" constant="19" id="TTb-89-xG6"/>
<constraint firstAttribute="width" constant="22" id="ctE-1k-uAM"/>
</constraints>
<buttonCell key="cell" type="smallSquare" title="-" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="445">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent">-</string>
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</buttonCell>
<connections>
<action selector="removeFork:" target="448" id="504"/>
</connections>
</button>
<scrollView horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="435">
<rect key="frame" x="6" y="8" width="488" height="98"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="R11-fe-Xxq">
<rect key="frame" x="1" y="1" width="475" height="96"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" id="436">
<rect key="frame" x="0.0" y="0.0" width="475" height="96"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn identifier="forkname" width="241" minWidth="160" maxWidth="1000" id="440">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="Fork Name">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="441">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="forksize" width="228" minWidth="80" maxWidth="1000" id="437">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right" title="Fork Size">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="right" id="438">
<numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0 bytes" negativeFormat="-#,##0 bytes" thousandSeparator="," id="439">
<attributedString key="attributedStringForZero">
<fragment content="Empty"/>
</attributedString>
<decimal key="minimum" value="NaN"/>
<decimal key="maximum" value="NaN"/>
</numberFormatter>
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
</tableColumns>
<connections>
<outlet property="dataSource" destination="448" id="451"/>
<outlet property="delegate" destination="448" id="452"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="442">
<rect key="frame" x="-100" y="-100" width="323" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="443">
<rect key="frame" x="476" y="1" width="11" height="96"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="433">
<rect key="frame" x="4" y="114" width="118" height="14"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="left" title="Select a fork to open:" id="434">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstAttribute="centerX" secondItem="435" secondAttribute="centerX" id="7f8-2L-AJ4"/>
<constraint firstItem="446" firstAttribute="top" secondItem="432" secondAttribute="top" constant="8" id="Ffa-C8-GVF"/>
<constraint firstItem="435" firstAttribute="leading" secondItem="432" secondAttribute="leading" constant="6" id="GVG-eP-BXA"/>
<constraint firstItem="444" firstAttribute="leading" secondItem="446" secondAttribute="trailing" constant="1" id="ORH-XE-rmt"/>
<constraint firstAttribute="bottom" secondItem="435" secondAttribute="bottom" constant="8" id="Tle-qK-5XR"/>
<constraint firstItem="435" firstAttribute="leading" secondItem="433" secondAttribute="leading" id="X40-u5-Wr3"/>
<constraint firstItem="444" firstAttribute="trailing" secondItem="435" secondAttribute="trailing" id="bas-sb-JlF"/>
<constraint firstItem="446" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="433" secondAttribute="trailing" constant="8" symbolic="YES" id="gNY-Br-MxD"/>
<constraint firstItem="433" firstAttribute="top" secondItem="432" secondAttribute="top" constant="5" id="ihg-mM-jpV"/>
<constraint firstItem="435" firstAttribute="top" secondItem="433" secondAttribute="bottom" constant="8" id="mPb-Sq-AgT"/>
<constraint firstItem="444" firstAttribute="top" secondItem="432" secondAttribute="top" constant="8" id="wuN-9s-j7M"/>
</constraints>
</customView>
<customObject id="448" customClass="OpenPanelDelegate">
<connections>
<outlet property="addForkButton" destination="446" id="453"/>
<outlet property="forkTableView" destination="436" id="454"/>
<outlet property="openPanelAccessoryView" destination="432" id="455"/>
<outlet property="removeForkButton" destination="444" id="456"/>
</connections>
</customObject>
</objects>
<resources>
<image name="NSAddTemplate" width="8" height="8"/>
<image name="NSRemoveTemplate" width="8" height="8"/>
</resources>
</document>

View File

@ -0,0 +1,224 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="CreateResourceSheetController">
<connections>
<outlet property="attributesMatrix" destination="12" id="51"/>
<outlet property="cancelButton" destination="18" id="52"/>
<outlet property="createButton" destination="21" id="53"/>
<outlet property="nameView" destination="19" id="54"/>
<outlet property="resIDView" destination="6" id="62"/>
<outlet property="typePopup" destination="9" id="56"/>
<outlet property="typeView" destination="23" id="63"/>
<outlet property="window" destination="20" id="58"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Create Resource" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="20" userLabel="CreateResourceSheet" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="528" y="151" width="300" height="252"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="213" height="107"/>
<view key="contentView" id="16">
<rect key="frame" x="0.0" y="0.0" width="300" height="252"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="27">
<rect key="frame" x="18" y="215" width="106" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Resource Name:" id="77">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="20" y="185" width="260" height="22"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" placeholderString="Untitled Resource" drawsBackground="YES" id="74">
<font key="font" metaFont="system"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<outlet property="nextKeyView" destination="23" id="36"/>
</connections>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="18" y="160" width="99" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Resource Type:" id="70">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="23">
<rect key="frame" x="20" y="128" width="95" height="22"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="76">
<font key="font" metaFont="system"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<outlet property="delegate" destination="-2" id="65"/>
<outlet property="nextKeyView" destination="6" id="35"/>
</connections>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="11">
<rect key="frame" x="205" y="160" width="77" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="ID Number:" id="72">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<popUpButton toolTip="Not Implemented Yet" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="121" y="124" width="81" height="26"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
<popUpButtonCell key="cell" type="push" title="BNDL" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="71">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<menu key="menu" title="OtherViews" id="10">
<items>
<menuItem title="BNDL" state="on" id="26"/>
<menuItem title="vers" id="30"/>
<menuItem isSeparatorItem="YES" id="22">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="STR " id="5"/>
<menuItem title="STR#" id="25"/>
<menuItem title="TEXT" id="24"/>
</items>
</menu>
</popUpButtonCell>
<connections>
<action selector="typePopupSelection:" target="-2" id="61"/>
<outlet property="menu" destination="10" id="34"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="207" y="128" width="73" height="22"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="69">
<font key="font" metaFont="system"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<outlet property="delegate" destination="-2" id="66"/>
<outlet property="nextKeyView" destination="19" id="33"/>
</connections>
</textField>
<matrix verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="18" y="61" width="264" height="58"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="130" height="18"/>
<size key="intercellSpacing" width="4" height="2"/>
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="78">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<cells>
<column>
<buttonCell type="check" title="Preload" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="8">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Purgable" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="2" inset="2" id="17">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Locked" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="4" inset="2" id="14">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
<column>
<buttonCell type="check" title="System Heap" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="1" inset="2" id="29">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Protected" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="3" inset="2" id="13">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Compressed" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" tag="5" inset="2" id="15">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
</cells>
</matrix>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="205" y="13" width="81" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
<buttonCell key="cell" type="push" title="Create" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" inset="2" id="75">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent" base64-UTF8="YES">
DQ
</string>
</buttonCell>
<connections>
<action selector="hideCreateResourceSheet:" target="-2" id="60"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="18">
<rect key="frame" x="123" y="13" width="82" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="73">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent" base64-UTF8="YES">
Gw
</string>
</buttonCell>
<connections>
<action selector="hideCreateResourceSheet:" target="-2" id="59"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="21" firstAttribute="baseline" secondItem="18" secondAttribute="baseline" id="0WW-mC-HUc"/>
<constraint firstItem="23" firstAttribute="leading" secondItem="16" secondAttribute="leading" constant="20" symbolic="YES" id="1Kc-Mf-PtB"/>
<constraint firstItem="27" firstAttribute="leading" secondItem="16" secondAttribute="leading" constant="20" symbolic="YES" id="1Qc-jH-lIe"/>
<constraint firstItem="9" firstAttribute="baseline" secondItem="23" secondAttribute="baseline" id="2Qd-nc-Rni"/>
<constraint firstAttribute="trailing" secondItem="11" secondAttribute="trailing" constant="20" symbolic="YES" id="5eR-J4-apu"/>
<constraint firstItem="9" firstAttribute="leading" secondItem="23" secondAttribute="trailing" constant="8" symbolic="YES" id="Env-Po-QFo"/>
<constraint firstAttribute="bottom" secondItem="21" secondAttribute="bottom" constant="20" symbolic="YES" id="Ik4-EC-t5q"/>
<constraint firstItem="11" firstAttribute="top" secondItem="19" secondAttribute="bottom" constant="8" symbolic="YES" id="Ix2-Ty-JMb"/>
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" symbolic="YES" id="SKL-bo-cPK"/>
<constraint firstItem="7" firstAttribute="leading" secondItem="16" secondAttribute="leading" constant="20" symbolic="YES" id="SOf-pc-qpn"/>
<constraint firstItem="6" firstAttribute="leading" secondItem="9" secondAttribute="trailing" constant="8" symbolic="YES" id="Sdc-kH-3Fx"/>
<constraint firstAttribute="trailing" secondItem="6" secondAttribute="trailing" constant="20" symbolic="YES" id="TIR-xX-0b5"/>
<constraint firstAttribute="centerX" secondItem="19" secondAttribute="centerX" id="UKv-Pf-i4h"/>
<constraint firstAttribute="trailing" secondItem="21" secondAttribute="trailing" constant="20" symbolic="YES" id="V2D-ba-Nd6"/>
<constraint firstItem="9" firstAttribute="baseline" secondItem="6" secondAttribute="baseline" id="VUn-Ta-R0W"/>
<constraint firstItem="27" firstAttribute="top" secondItem="16" secondAttribute="top" constant="20" symbolic="YES" id="cd0-Lc-cn6"/>
<constraint firstItem="21" firstAttribute="leading" secondItem="18" secondAttribute="trailing" constant="12" symbolic="YES" id="d9C-gb-hF3"/>
<constraint firstAttribute="centerX" secondItem="12" secondAttribute="centerX" id="dXm-Kp-WlO"/>
<constraint firstItem="7" firstAttribute="leading" secondItem="23" secondAttribute="leading" id="drM-5D-jdC"/>
<constraint firstItem="12" firstAttribute="top" secondItem="9" secondAttribute="bottom" constant="8" symbolic="YES" id="e2d-bM-BPQ"/>
<constraint firstItem="7" firstAttribute="baseline" secondItem="11" secondAttribute="baseline" id="qp2-e2-RHp"/>
<constraint firstItem="7" firstAttribute="trailing" secondItem="23" secondAttribute="trailing" id="r5F-MD-WBa"/>
<constraint firstItem="19" firstAttribute="top" secondItem="27" secondAttribute="bottom" constant="8" symbolic="YES" id="rjh-Pm-rtj"/>
<constraint firstItem="21" firstAttribute="top" secondItem="12" secondAttribute="bottom" constant="20" symbolic="YES" id="xnk-B5-1db"/>
<constraint firstItem="11" firstAttribute="leading" secondItem="6" secondAttribute="leading" id="yAj-P6-8lx"/>
</constraints>
</view>
<connections>
<outlet property="initialFirstResponder" destination="19" id="32"/>
</connections>
</window>
</objects>
</document>

View File

@ -0,0 +1,254 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="InfoWindowController">
<connections>
<outlet property="attributesMatrix" destination="44" id="69"/>
<outlet property="documentView" destination="53" id="66"/>
<outlet property="filePropertyForm" destination="57" id="87"/>
<outlet property="iconView" destination="18" id="27"/>
<outlet property="nameView" destination="32" id="33"/>
<outlet property="placeholderView" destination="7" id="68"/>
<outlet property="resourceView" destination="43" id="67"/>
<outlet property="window" destination="5" id="31"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="InfoWindow" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" wantsToBeColor="NO" frameAutosaveName="InfoWindow" animationBehavior="default" id="5" userLabel="InfoWindow" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES" utility="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenAuxiliary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="572" y="561" width="255" height="230"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="250" height="230"/>
<value key="maxSize" type="size" width="400" height="230"/>
<view key="contentView" id="6">
<rect key="frame" x="0.0" y="0.0" width="255" height="230"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<box title="Placeholder" boxType="oldStyle" borderType="none" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="8" y="8" width="239" height="159"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<view key="contentView">
<rect key="frame" x="0.0" y="0.0" width="239" height="159"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
</view>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="system"/>
</box>
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="18">
<rect key="frame" x="5" y="171" width="53" height="53"/>
<autoresizingMask key="autoresizingMask"/>
<constraints>
<constraint firstAttribute="height" constant="47" id="LfE-Hd-dka"/>
<constraint firstAttribute="width" constant="47" id="QpN-FV-9wR"/>
</constraints>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" imageFrameStyle="grayBezel" id="89"/>
</imageView>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="32">
<rect key="frame" x="60" y="174" width="190" height="47"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="90">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstAttribute="centerX" secondItem="7" secondAttribute="centerX" id="03b-2I-4tg"/>
<constraint firstItem="7" firstAttribute="top" secondItem="32" secondAttribute="bottom" constant="7" id="ASp-i3-6re"/>
<constraint firstAttribute="trailing" secondItem="32" secondAttribute="trailing" constant="7" id="Lgg-yA-piS"/>
<constraint firstItem="18" firstAttribute="top" secondItem="6" secondAttribute="top" constant="9" id="LsS-rI-Lfb"/>
<constraint firstAttribute="bottom" secondItem="7" secondAttribute="bottom" constant="8" id="aQ8-Rl-kGo"/>
<constraint firstItem="32" firstAttribute="leading" secondItem="18" secondAttribute="trailing" constant="7" id="hL4-lc-iLv"/>
<constraint firstItem="7" firstAttribute="top" secondItem="18" secondAttribute="bottom" constant="7" id="iZh-77-Ceg"/>
<constraint firstItem="32" firstAttribute="top" secondItem="6" secondAttribute="top" constant="9" id="kmF-Z4-HCG"/>
<constraint firstItem="18" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="8" id="ols-64-vLq"/>
<constraint firstAttribute="trailing" secondItem="7" secondAttribute="trailing" constant="8" id="twL-47-bHL"/>
</constraints>
</view>
</window>
<window title="Resource Attributes" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="35" userLabel="Resource Attributes">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="356" y="374" width="279" height="195"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="213" height="107"/>
<view key="contentView" id="36">
<rect key="frame" x="0.0" y="0.0" width="279" height="195"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<box title="Resource Attributes" translatesAutoresizingMaskIntoConstraints="NO" id="43">
<rect key="frame" x="17" y="16" width="245" height="159"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="241" height="139"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<matrix verticalHuggingPriority="750" mode="track" translatesAutoresizingMaskIntoConstraints="NO" id="44">
<rect key="frame" x="12" y="12" width="109" height="118"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="109" height="18"/>
<size key="intercellSpacing" width="4" height="2"/>
<buttonCell key="prototype" type="check" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="92">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<cells>
<column>
<buttonCell type="check" title="Changed" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="39">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Preload" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="1" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Protected" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="42">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Locked" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="40">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Purgable" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="41">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="System Heap" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="38">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
</cells>
<connections>
<action selector="attributesChanged:" target="-2" id="70"/>
</connections>
</matrix>
</subviews>
</view>
<constraints>
<constraint firstItem="44" firstAttribute="leading" secondItem="43" secondAttribute="leading" constant="11" id="T8f-9n-YYr"/>
<constraint firstAttribute="bottom" secondItem="44" secondAttribute="bottom" constant="10" id="cUv-Oj-bUu"/>
<constraint firstItem="44" firstAttribute="top" secondItem="43" secondAttribute="top" constant="27" id="rSI-UF-smr"/>
</constraints>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="system"/>
</box>
</subviews>
<constraints>
<constraint firstItem="43" firstAttribute="leading" secondItem="36" secondAttribute="leading" constant="20" symbolic="YES" id="5Rd-Ud-mYx"/>
<constraint firstAttribute="bottom" secondItem="43" secondAttribute="bottom" constant="20" symbolic="YES" id="MKg-z4-ebU"/>
<constraint firstItem="43" firstAttribute="top" secondItem="36" secondAttribute="top" constant="20" symbolic="YES" id="UFz-kY-707"/>
<constraint firstAttribute="trailing" secondItem="43" secondAttribute="trailing" constant="20" symbolic="YES" id="f37-21-7sf"/>
</constraints>
</view>
</window>
<window title="File Information" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="50" userLabel="File Information">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="344" y="115" width="279" height="194"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="213" height="107"/>
<view key="contentView" id="56">
<rect key="frame" x="0.0" y="0.0" width="279" height="194"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<box title="File Properties" translatesAutoresizingMaskIntoConstraints="NO" id="53">
<rect key="frame" x="16" y="16" width="246" height="158"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="242" height="138"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="57">
<rect key="frame" x="12" y="27" width="218" height="100"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="218" height="22"/>
<size key="intercellSpacing" width="0.0" height="4"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="93">
<font key="font" metaFont="system"/>
<font key="titleFont" metaFont="system"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Creator:" id="77">
<font key="font" metaFont="system"/>
<font key="titleFont" metaFont="system"/>
<connections>
<action selector="creatorChanged:" target="-1" id="81"/>
</connections>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="1" title="Type:" id="78">
<font key="font" metaFont="system"/>
<font key="titleFont" metaFont="system"/>
<connections>
<action selector="typeChanged:" target="-1" id="82"/>
</connections>
</formCell>
<formCell lineBreakMode="clipping" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="2" title="Data Fork:" id="79">
<font key="font" metaFont="system"/>
<font key="titleFont" metaFont="system"/>
<connections>
<outlet property="formatter" destination="84" id="85"/>
</connections>
</formCell>
<formCell lineBreakMode="clipping" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="3" title="Resource Fork:" id="80">
<font key="font" metaFont="system"/>
<font key="titleFont" metaFont="system"/>
<connections>
<outlet property="formatter" destination="84" id="86"/>
</connections>
</formCell>
</column>
</cells>
<connections>
<outlet property="delegate" destination="-2" id="71"/>
</connections>
</form>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="72">
<rect key="frame" x="49" y="8" width="144" height="13"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Fork sizes are as at last save" id="91">
<font key="font" metaFont="label"/>
<color key="textColor" white="0.25" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</view>
<constraints>
<constraint firstItem="57" firstAttribute="top" secondItem="53" secondAttribute="top" constant="29" id="2Uz-jx-4dI"/>
<constraint firstAttribute="bottom" secondItem="72" secondAttribute="bottom" constant="6" id="5Ph-iu-qUv"/>
<constraint firstItem="72" firstAttribute="top" secondItem="57" secondAttribute="bottom" constant="6" id="FQ5-yE-4d5"/>
<constraint firstAttribute="centerX" secondItem="57" secondAttribute="centerX" id="YOG-pI-cr6"/>
<constraint firstItem="57" firstAttribute="leading" secondItem="53" secondAttribute="leading" constant="11" id="aHM-Ys-JDH"/>
<constraint firstAttribute="centerX" secondItem="72" secondAttribute="centerX" id="jcb-Lo-gsv"/>
</constraints>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="system"/>
</box>
</subviews>
<constraints>
<constraint firstAttribute="centerX" secondItem="53" secondAttribute="centerX" id="AOf-Zg-bux"/>
<constraint firstItem="53" firstAttribute="top" secondItem="56" secondAttribute="top" constant="20" symbolic="YES" id="Zwq-KZ-a3l"/>
<constraint firstAttribute="trailing" secondItem="53" secondAttribute="trailing" constant="20" symbolic="YES" id="hjr-po-lp1"/>
<constraint firstAttribute="bottom" secondItem="53" secondAttribute="bottom" constant="20" symbolic="YES" id="tG5-uc-dcN"/>
</constraints>
</view>
</window>
<customObject id="84" userLabel="SizeFormatter" customClass="SizeFormatter"/>
</objects>
</document>

View File

@ -0,0 +1,206 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="PrefsWindowController">
<connections>
<outlet property="autosaveIntervalField" destination="21" id="26"/>
<outlet property="dataProtectionMatrix" destination="15" id="25"/>
<outlet property="launchActionMatrix" destination="33" id="39"/>
<outlet property="window" destination="5" id="27"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="ResKnife Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" animationBehavior="default" id="5" userLabel="PrefsWindow" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenAuxiliary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="277" y="363" width="315" height="290"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="213" height="107"/>
<view key="contentView" autoresizesSubviews="NO" id="6">
<rect key="frame" x="0.0" y="0.0" width="315" height="290"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button autoresizesSubviews="NO" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="242" y="13" width="59" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="41">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent" base64-UTF8="YES">
DQ
</string>
</buttonCell>
<connections>
<action selector="acceptPrefs:" target="-2" id="29"/>
</connections>
</button>
<button autoresizesSubviews="NO" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="160" y="13" width="82" height="32"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="42">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent" base64-UTF8="YES">
Gw
</string>
</buttonCell>
<connections>
<action selector="cancelPrefs:" target="-2" id="30"/>
</connections>
</button>
<button autoresizesSubviews="NO" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="14" y="13" width="86" height="32"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="push" title="Default" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="43">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="resetToDefault:" target="-2" id="24"/>
</connections>
</button>
<box autoresizesSubviews="NO" title="Data Protection" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="17" y="160" width="281" height="110"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="277" height="90"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<matrix autoresizesSubviews="NO" verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="15" y="12" width="247" height="69"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="247" height="19"/>
<size key="intercellSpacing" width="4" height="6"/>
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="46">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<cells>
<column>
<buttonCell type="check" title="Preserve back—up file when saving" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="18">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Autosave every" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="1" inset="2" id="19">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="check" title="Warn when deleting resources" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="20">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
</cells>
</matrix>
<textField autoresizesSubviews="NO" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="136" y="37" width="28" height="22"/>
<autoresizingMask key="autoresizingMask"/>
<constraints>
<constraint firstAttribute="width" constant="28" id="bNg-S5-9LD"/>
<constraint firstAttribute="height" constant="22" id="fdQ-Z5-3BY"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="44">
<font key="font" metaFont="system"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField autoresizesSubviews="NO" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="22">
<rect key="frame" x="170" y="39" width="55" height="17"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="minutes" id="45">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</view>
<constraints>
<constraint firstItem="22" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="8" symbolic="YES" id="8aO-tV-RWj"/>
<constraint firstItem="21" firstAttribute="baseline" secondItem="22" secondAttribute="baseline" id="HSX-Wv-Tf7"/>
<constraint firstItem="15" firstAttribute="top" secondItem="10" secondAttribute="top" constant="27" id="MkJ-rq-J5e"/>
<constraint firstAttribute="bottom" secondItem="15" secondAttribute="bottom" constant="10" id="SK6-d3-JXz"/>
<constraint firstItem="21" firstAttribute="top" secondItem="10" secondAttribute="top" constant="49" id="agn-GM-Phd"/>
<constraint firstItem="21" firstAttribute="leading" secondItem="10" secondAttribute="leading" constant="135" id="lLP-R0-6iW"/>
<constraint firstAttribute="centerX" secondItem="15" secondAttribute="centerX" id="xkd-Ci-Eng"/>
</constraints>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="system"/>
</box>
<box autoresizesSubviews="NO" title="Launch Action" translatesAutoresizingMaskIntoConstraints="NO" id="31">
<rect key="frame" x="20" y="57" width="275" height="99"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="271" height="79"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<matrix autoresizesSubviews="NO" verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="33">
<rect key="frame" x="12" y="12" width="247" height="58"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="247" height="18"/>
<size key="intercellSpacing" width="4" height="2"/>
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="47">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<cells>
<column>
<buttonCell type="radio" title="Do Nothing" imagePosition="left" alignment="left" state="on" inset="2" id="36">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="radio" title="Create New Document" imagePosition="left" alignment="left" tag="1" inset="2" id="37">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="radio" title="Display Open Dialog" imagePosition="left" alignment="left" tag="2" inset="2" id="38">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
</cells>
</matrix>
</subviews>
</view>
<constraints>
<constraint firstAttribute="centerX" secondItem="33" secondAttribute="centerX" id="bdd-JO-cdG"/>
<constraint firstItem="33" firstAttribute="top" secondItem="31" secondAttribute="top" constant="27" id="cr2-Bh-nNe"/>
<constraint firstItem="33" firstAttribute="leading" secondItem="31" secondAttribute="leading" constant="11" id="eAo-Nt-jyt"/>
<constraint firstAttribute="bottom" secondItem="33" secondAttribute="bottom" constant="10" id="rhS-lb-g91"/>
</constraints>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="system"/>
</box>
</subviews>
<constraints>
<constraint firstItem="8" firstAttribute="baseline" secondItem="7" secondAttribute="baseline" id="6i0-qr-OyO"/>
<constraint firstAttribute="bottom" secondItem="7" secondAttribute="bottom" constant="20" symbolic="YES" id="Jri-ou-AhD"/>
<constraint firstItem="31" firstAttribute="top" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="Qx1-7K-Dqw"/>
<constraint firstItem="9" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="20" symbolic="YES" id="WGA-SH-U2V"/>
<constraint firstItem="7" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Xux-gt-LGR"/>
<constraint firstAttribute="centerX" secondItem="10" secondAttribute="centerX" id="YW6-AS-EP8"/>
<constraint firstItem="10" firstAttribute="top" secondItem="6" secondAttribute="top" constant="20" symbolic="YES" id="bPT-16-gya"/>
<constraint firstAttribute="centerX" secondItem="31" secondAttribute="centerX" id="fDW-GB-Tsc"/>
<constraint firstItem="7" firstAttribute="leading" secondItem="8" secondAttribute="trailing" constant="12" symbolic="YES" id="h0s-fT-Pdi"/>
<constraint firstAttribute="trailing" secondItem="7" secondAttribute="trailing" constant="20" symbolic="YES" id="n0c-nf-4TM"/>
<constraint firstItem="8" firstAttribute="baseline" secondItem="9" secondAttribute="baseline" id="nHE-9q-j9W"/>
<constraint firstAttribute="trailing" secondItem="10" secondAttribute="trailing" constant="20" symbolic="YES" id="zf1-Cg-z03"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="28"/>
</connections>
</window>
</objects>
</document>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ResourceDocument">
<connections>
<outlet property="dataSource" destination="32" id="120"/>
<outlet property="mainWindow" destination="5" id="122"/>
<outlet property="outlineView" destination="145" id="155"/>
<outlet property="viewToolbarView" destination="166" id="172"/>
<outlet property="window" destination="5" id="8"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Untitled Resource File" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" frameAutosaveName="Resource Document" animationBehavior="default" id="5" userLabel="Window">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="14" y="561" width="540" height="400"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="250" height="200"/>
<view key="contentView" id="6">
<rect key="frame" x="0.0" y="0.0" width="540" height="400"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" findBarPosition="aboveHorizontalRuler" translatesAutoresizingMaskIntoConstraints="NO" id="146">
<rect key="frame" x="-1" y="-1" width="542" height="402"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="wBO-8u-DWd">
<rect key="frame" x="1" y="17" width="525" height="369"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" autosaveName="Resource List" headerView="164" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="147" id="145" customClass="RKOutlineView">
<rect key="frame" x="0.0" y="0.0" width="525" height="369"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn identifier="name" editable="NO" width="203" minWidth="16" maxWidth="1000" id="147">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Name">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="158">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="localizedStandardCompare:" sortKey="name"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="type" editable="NO" width="60" minWidth="60" maxWidth="60" id="148">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right" title="Type">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="right" id="159">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="localizedStandardCompare:" sortKey="type"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="resID" editable="NO" width="60" minWidth="60" maxWidth="60" id="149">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right" title="ID">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="right" id="160">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="resID"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="size" editable="NO" width="75" minWidth="60" maxWidth="80" id="150">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right" title="Size">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="right" id="161">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="size"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="attributes" editable="NO" width="112" minWidth="60" maxWidth="1000" id="151">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="Attributes">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="162">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="attributes"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
</tableColumns>
<connections>
<outlet property="dataSource" destination="32" id="152"/>
<outlet property="delegate" destination="24" id="153"/>
</connections>
</outlineView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="163">
<rect key="frame" x="1" y="386" width="525" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="165">
<rect key="frame" x="526" y="17" width="15" height="369"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" id="164">
<rect key="frame" x="0.0" y="0.0" width="525" height="17"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="146" secondAttribute="trailing" constant="-1" id="1qY-41-TMN"/>
<constraint firstAttribute="bottom" secondItem="146" secondAttribute="bottom" constant="-1" id="5UJ-JU-Tbb"/>
<constraint firstItem="146" firstAttribute="top" secondItem="6" secondAttribute="top" constant="-1" id="MqA-rd-R9q"/>
<constraint firstItem="146" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="-1" id="MxN-4f-aNi"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="9"/>
<outlet property="initialFirstResponder" destination="145" id="156"/>
</connections>
</window>
<customObject id="24" userLabel="OutlineViewDelegate" customClass="OutlineViewDelegate">
<connections>
<outlet property="attributesFormatter" destination="48" id="49"/>
<outlet property="sizeFormatter" destination="38" id="39"/>
<outlet property="window" destination="5" id="31"/>
</connections>
</customObject>
<customObject id="32" userLabel="ResourceDataSource" customClass="ResourceDataSource">
<connections>
<outlet property="document" destination="-2" id="121"/>
<outlet property="outlineView" destination="145" id="154"/>
<outlet property="window" destination="5" id="46"/>
</connections>
</customObject>
<customObject id="38" userLabel="SizeFormatter" customClass="SizeFormatter"/>
<customObject id="48" userLabel="AttributesFormatter" customClass="AttributesFormatter"/>
<segmentedControl verticalHuggingPriority="750" id="166">
<rect key="frame" x="0.0" y="0.0" width="69" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<segmentedCell key="cell" alignment="left" style="texturedSquare" trackingMode="selectOne" id="167">
<font key="font" metaFont="system"/>
<segments>
<segment image="NSListViewTemplate" width="33" selected="YES"/>
<segment image="NSIconViewTemplate" width="33" tag="1"/>
</segments>
</segmentedCell>
</segmentedControl>
<button verticalHuggingPriority="750" id="168">
<rect key="frame" x="0.0" y="0.0" width="35" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="NSAddTemplate" imagePosition="only" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="169">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<button verticalHuggingPriority="750" id="170">
<rect key="frame" x="0.0" y="0.0" width="35" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="EditHexTemplate" imagePosition="only" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="171">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
</objects>
<resources>
<image name="EditHexTemplate" width="128" height="128"/>
<image name="NSAddTemplate" width="8" height="8"/>
<image name="NSIconViewTemplate" width="11" height="10"/>
<image name="NSListViewTemplate" width="11" height="10"/>
</resources>
</document>

View File

@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSViewController">
<connections>
<outlet property="view" destination="1" id="84"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customView id="1">
<rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2">
<rect key="frame" x="0.0" y="20" width="480" height="252"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<clipView key="contentView" id="JU8-LO-uxk">
<rect key="frame" x="1" y="1" width="478" height="250"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<collectionView id="3">
<rect key="frame" x="0.0" y="0.0" width="478" height="250"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="primaryBackgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<connections>
<outlet property="itemPrototype" destination="6" id="8"/>
</connections>
</collectionView>
</subviews>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="4">
<rect key="frame" x="1" y="144" width="233" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="5">
<rect key="frame" x="234" y="1" width="15" height="143"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
</subviews>
<constraints>
<constraint firstItem="2" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="10"/>
<constraint firstItem="2" firstAttribute="top" secondItem="1" secondAttribute="top" id="12"/>
<constraint firstItem="2" firstAttribute="trailing" secondItem="1" secondAttribute="trailing" id="14"/>
<constraint firstAttribute="bottom" secondItem="2" secondAttribute="bottom" constant="20" symbolic="YES" id="15"/>
</constraints>
</customView>
<collectionViewItem id="6">
<connections>
<outlet property="view" destination="7" id="9"/>
</connections>
</collectionViewItem>
<view id="7">
<rect key="frame" x="0.0" y="0.0" width="100" height="96"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="9" y="13" width="82" height="82"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="76" id="32"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="76" id="73"/>
</constraints>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" imageFrameStyle="grayBezel" id="18"/>
</imageView>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="46">
<rect key="frame" x="2" y="0.0" width="96" height="14"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Label" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstItem="17" firstAttribute="centerX" secondItem="7" secondAttribute="centerX" id="54"/>
<constraint firstItem="46" firstAttribute="centerX" secondItem="17" secondAttribute="centerX" id="68"/>
<constraint firstItem="46" firstAttribute="leading" secondItem="7" secondAttribute="leading" constant="4" id="70"/>
<constraint firstAttribute="trailing" secondItem="46" secondAttribute="trailing" constant="4" id="71"/>
<constraint firstItem="17" firstAttribute="top" secondItem="7" secondAttribute="top" constant="4" id="77"/>
<constraint firstItem="46" firstAttribute="bottom" secondItem="7" secondAttribute="bottom" id="79"/>
<constraint firstItem="17" firstAttribute="leading" secondItem="7" secondAttribute="leading" constant="12" id="80"/>
<constraint firstItem="17" firstAttribute="top" relation="greaterThanOrEqual" secondItem="7" secondAttribute="top" constant="4" id="81"/>
<constraint firstAttribute="trailing" secondItem="17" secondAttribute="trailing" constant="12" id="82"/>
<constraint firstItem="46" firstAttribute="top" secondItem="17" secondAttribute="bottom" constant="2" id="83"/>
</constraints>
</view>
</objects>
</document>

View File

@ -0,0 +1,255 @@
/* Class = "NSMenu"; title = "Application"; ObjectID = "335"; */
"335.title" = "Application";
/* Class = "NSMenuItem"; title = "Window"; ObjectID = "336"; */
"336.title" = "Window";
/* Class = "NSMenu"; title = "Window"; ObjectID = "337"; */
"337.title" = "Window";
/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "338"; */
"338.title" = "Bring All to Front";
/* Class = "NSMenuItem"; title = "Minimize Window"; ObjectID = "339"; */
"339.title" = "Minimize Window";
/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "341"; */
"341.title" = "Customize Toolbar…";
/* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "343"; */
"343.title" = "Show Toolbar";
/* Class = "NSMenuItem"; title = "Zoom Window"; ObjectID = "344"; */
"344.title" = "Zoom Window";
/* Class = "NSMenuItem"; title = "Move to Back"; ObjectID = "345"; */
"345.title" = "Move to Back";
/* Class = "NSMenuItem"; title = "List View"; ObjectID = "347"; */
"347.title" = "List View";
/* Class = "NSMenuItem"; title = "Icon View"; ObjectID = "348"; */
"348.title" = "Icon View";
/* Class = "NSMenuItem"; title = "Cycle Through Windows"; ObjectID = "349"; */
"349.title" = "Cycle Through Windows";
/* Class = "NSMenuItem"; title = "ResKnife"; ObjectID = "350"; */
"350.title" = "ResKnife";
/* Class = "NSMenu"; title = "ResKnife"; ObjectID = "351"; */
"351.title" = "ResKnife";
/* Class = "NSMenuItem"; title = "About ResKnife"; ObjectID = "352"; */
"352.title" = "Am ResKnife";
/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "353"; */
"353.title" = "Dewisiadau...";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "354"; */
"354.title" = "Services";
/* Class = "NSMenu"; title = "Services"; ObjectID = "355"; */
"355.title" = "Services";
/* Class = "NSMenuItem"; title = "Hide ResKnife"; ObjectID = "356"; */
"356.title" = "Hide ResKnife";
/* Class = "NSMenuItem"; title = "Quit ResKnife"; ObjectID = "357"; */
"357.title" = "Quit ResKnife";
/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "360"; */
"360.title" = "Hide Others";
/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "362"; */
"362.title" = "Show All";
/* Class = "NSMenuItem"; title = "File"; ObjectID = "363"; */
"363.title" = "File";
/* Class = "NSMenu"; title = "File"; ObjectID = "364"; */
"364.title" = "File";
/* Class = "NSMenuItem"; title = "Open..."; ObjectID = "365"; */
"365.title" = "Open...";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "366"; */
"366.title" = "Close";
/* Class = "NSMenuItem"; title = "Save"; ObjectID = "368"; */
"368.title" = "Save";
/* Class = "NSMenuItem"; title = "Page Setup..."; ObjectID = "369"; */
"369.title" = "Page Setup...";
/* Class = "NSMenuItem"; title = "Print..."; ObjectID = "370"; */
"370.title" = "Print...";
/* Class = "NSMenuItem"; title = "Save As..."; ObjectID = "372"; */
"372.title" = "Save As...";
/* Class = "NSMenuItem"; title = "New"; ObjectID = "373"; */
"373.title" = "New";
/* Class = "NSMenuItem"; title = "Revert"; ObjectID = "374"; */
"374.title" = "Revert";
/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "375"; */
"375.title" = "Open Recent";
/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "376"; */
"376.title" = "Open Recent";
/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "377"; */
"377.title" = "Clear Menu";
/* Class = "NSMenuItem"; title = "Show Info…"; ObjectID = "379"; */
"379.title" = "Show Info…";
/* Class = "NSMenuItem"; title = "Close All"; ObjectID = "380"; */
"380.title" = "Close All";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "381"; */
"381.title" = "Help";
/* Class = "NSMenu"; title = "Help"; ObjectID = "382"; */
"382.title" = "Help";
/* Class = "NSMenuItem"; title = "ResKnife Help"; ObjectID = "383"; */
"383.title" = "ResKnife Help";
/* Class = "NSMenuItem"; title = "Visit Source Repository…"; ObjectID = "385"; */
"385.title" = "Visit Source Repository…";
/* Class = "NSMenuItem"; title = "Visit Official Website…"; ObjectID = "386"; */
"386.title" = "Visit Official Website…";
/* Class = "NSMenuItem"; title = "Email Developer…"; ObjectID = "387"; */
"387.title" = "Email Developer…";
/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "388"; */
"388.title" = "Edit";
/* Class = "NSMenu"; title = "Edit"; ObjectID = "389"; */
"389.title" = "Edit";
/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "391"; */
"391.title" = "Copy";
/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "392"; */
"392.title" = "Undo";
/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "393"; */
"393.title" = "Cut";
/* Class = "NSMenuItem"; title = "Clear"; ObjectID = "394"; */
"394.title" = "Clear";
/* Class = "NSMenuItem"; title = "Find"; ObjectID = "395"; */
"395.title" = "Find";
/* Class = "NSMenu"; title = "Find"; ObjectID = "396"; */
"396.title" = "Find";
/* Class = "NSMenuItem"; title = "Find..."; ObjectID = "397"; */
"397.title" = "Find...";
/* Class = "NSMenuItem"; title = "Scroll to Selection"; ObjectID = "398"; */
"398.title" = "Scroll to Selection";
/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "399"; */
"399.title" = "Use Selection for Find";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "400"; */
"400.title" = "Find Previous";
/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "401"; */
"401.title" = "Find Next";
/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "402"; */
"402.title" = "Paste";
/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "403"; */
"403.title" = "Select All";
/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "404"; */
"404.title" = "Redo";
/* Class = "NSMenuItem"; title = "Spelling"; ObjectID = "406"; */
"406.title" = "Spelling";
/* Class = "NSMenu"; title = "Spelling"; ObjectID = "407"; */
"407.title" = "Spelling";
/* Class = "NSMenuItem"; title = "Spelling..."; ObjectID = "408"; */
"408.title" = "Spelling...";
/* Class = "NSMenuItem"; title = "Check Spelling"; ObjectID = "409"; */
"409.title" = "Check Spelling";
/* Class = "NSMenuItem"; title = "Check Spelling As You Type"; ObjectID = "410"; */
"410.title" = "Check Spelling As You Type";
/* Class = "NSMenuItem"; title = "Deselect All"; ObjectID = "411"; */
"411.title" = "Deselect All";
/* Class = "NSMenuItem"; title = "Show Pasteboard"; ObjectID = "413"; */
"413.title" = "Show Pasteboard";
/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "414"; */
"414.title" = "Speech";
/* Class = "NSMenu"; title = "Speech"; ObjectID = "415"; */
"415.title" = "Speech";
/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "416"; */
"416.title" = "Start Speaking";
/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "417"; */
"417.title" = "Stop Speaking";
/* Class = "NSMenuItem"; title = "Resource"; ObjectID = "418"; */
"418.title" = "Resource";
/* Class = "NSMenu"; title = "Resource"; ObjectID = "419"; */
"419.title" = "Resource";
/* Class = "NSMenuItem"; title = "Create New Resource…"; ObjectID = "420"; */
"420.title" = "Create New Resource…";
/* Class = "NSMenuItem"; title = "Edit in Default Editor"; ObjectID = "422"; */
"422.title" = "Edit in Default Editor";
/* Class = "NSMenuItem"; title = "Edit with Default Template"; ObjectID = "423"; */
"423.title" = "Edit with Default Template";
/* Class = "NSMenuItem"; title = "Edit with Specific Template…"; ObjectID = "424"; */
"424.title" = "Edit with Specific Template…";
/* Class = "NSMenuItem"; title = "Revert Resource…"; ObjectID = "426"; */
"426.title" = "Revert Resource…";
/* Class = "NSMenuItem"; title = "Play Sound"; ObjectID = "427"; */
"427.title" = "Play Sound";
/* Class = "NSMenuItem"; title = "Edit as Hexadecimal"; ObjectID = "428"; */
"428.title" = "Edit as Hexadecimal";
/* Class = "NSMenuItem"; title = "Save Resource"; ObjectID = "429"; */
"429.title" = "Save Resource";
/* Class = "NSTextFieldCell"; title = "Select a fork to open:"; ObjectID = "434"; */
"434.title" = "Select a fork to open:";
/* Class = "NSTableColumn"; headerCell.title = "Fork Size"; ObjectID = "437"; */
"437.headerCell.title" = "Fork Size";
/* Class = "NSTableColumn"; headerCell.title = "Fork Name"; ObjectID = "440"; */
"440.headerCell.title" = "Fork Name";
/* Class = "NSButtonCell"; title = "-"; ObjectID = "445"; */
"445.title" = "-";
/* Class = "NSButtonCell"; title = "+"; ObjectID = "447"; */
"447.title" = "+";

View File

@ -0,0 +1,255 @@
/* Class = "NSMenu"; title = "Application"; ObjectID = "335"; */
"335.title" = "Application";
/* Class = "NSMenuItem"; title = "Window"; ObjectID = "336"; */
"336.title" = "Window";
/* Class = "NSMenu"; title = "Window"; ObjectID = "337"; */
"337.title" = "Window";
/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "338"; */
"338.title" = "Bring All to Front";
/* Class = "NSMenuItem"; title = "Minimize Window"; ObjectID = "339"; */
"339.title" = "Minimize Window";
/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "341"; */
"341.title" = "Customize Toolbar…";
/* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "343"; */
"343.title" = "Show Toolbar";
/* Class = "NSMenuItem"; title = "Zoom Window"; ObjectID = "344"; */
"344.title" = "Zoom Window";
/* Class = "NSMenuItem"; title = "Move to Back"; ObjectID = "345"; */
"345.title" = "Move to Back";
/* Class = "NSMenuItem"; title = "List View"; ObjectID = "347"; */
"347.title" = "List View";
/* Class = "NSMenuItem"; title = "Icon View"; ObjectID = "348"; */
"348.title" = "Icon View";
/* Class = "NSMenuItem"; title = "Cycle Through Windows"; ObjectID = "349"; */
"349.title" = "Cycle Through Windows";
/* Class = "NSMenuItem"; title = "ResKnife"; ObjectID = "350"; */
"350.title" = "ResKnife";
/* Class = "NSMenu"; title = "ResKnife"; ObjectID = "351"; */
"351.title" = "ResKnife";
/* Class = "NSMenuItem"; title = "About ResKnife"; ObjectID = "352"; */
"352.title" = "About ResKnife";
/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "353"; */
"353.title" = "Preferences…";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "354"; */
"354.title" = "Services";
/* Class = "NSMenu"; title = "Services"; ObjectID = "355"; */
"355.title" = "Services";
/* Class = "NSMenuItem"; title = "Hide ResKnife"; ObjectID = "356"; */
"356.title" = "Hide ResKnife";
/* Class = "NSMenuItem"; title = "Quit ResKnife"; ObjectID = "357"; */
"357.title" = "Quit ResKnife";
/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "360"; */
"360.title" = "Hide Others";
/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "362"; */
"362.title" = "Show All";
/* Class = "NSMenuItem"; title = "File"; ObjectID = "363"; */
"363.title" = "File";
/* Class = "NSMenu"; title = "File"; ObjectID = "364"; */
"364.title" = "File";
/* Class = "NSMenuItem"; title = "Open..."; ObjectID = "365"; */
"365.title" = "Open…";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "366"; */
"366.title" = "Close";
/* Class = "NSMenuItem"; title = "Save"; ObjectID = "368"; */
"368.title" = "Save";
/* Class = "NSMenuItem"; title = "Page Setup..."; ObjectID = "369"; */
"369.title" = "Page Setup…";
/* Class = "NSMenuItem"; title = "Print..."; ObjectID = "370"; */
"370.title" = "Print…";
/* Class = "NSMenuItem"; title = "Save As..."; ObjectID = "372"; */
"372.title" = "Save As…";
/* Class = "NSMenuItem"; title = "New"; ObjectID = "373"; */
"373.title" = "New";
/* Class = "NSMenuItem"; title = "Revert"; ObjectID = "374"; */
"374.title" = "Revert";
/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "375"; */
"375.title" = "Open Recent";
/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "376"; */
"376.title" = "Open Recent";
/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "377"; */
"377.title" = "Clear Menu";
/* Class = "NSMenuItem"; title = "Show Info…"; ObjectID = "379"; */
"379.title" = "Show Info…";
/* Class = "NSMenuItem"; title = "Close All"; ObjectID = "380"; */
"380.title" = "Close All";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "381"; */
"381.title" = "Help";
/* Class = "NSMenu"; title = "Help"; ObjectID = "382"; */
"382.title" = "Help";
/* Class = "NSMenuItem"; title = "ResKnife Help"; ObjectID = "383"; */
"383.title" = "ResKnife Help";
/* Class = "NSMenuItem"; title = "Visit Source Repository…"; ObjectID = "385"; */
"385.title" = "Visit Source Repository…";
/* Class = "NSMenuItem"; title = "Visit Official Website…"; ObjectID = "386"; */
"386.title" = "Visit Official Website…";
/* Class = "NSMenuItem"; title = "Email Developer…"; ObjectID = "387"; */
"387.title" = "Email Developer…";
/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "388"; */
"388.title" = "Edit";
/* Class = "NSMenu"; title = "Edit"; ObjectID = "389"; */
"389.title" = "Edit";
/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "391"; */
"391.title" = "Copy";
/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "392"; */
"392.title" = "Undo";
/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "393"; */
"393.title" = "Cut";
/* Class = "NSMenuItem"; title = "Clear"; ObjectID = "394"; */
"394.title" = "Clear";
/* Class = "NSMenuItem"; title = "Find"; ObjectID = "395"; */
"395.title" = "Find";
/* Class = "NSMenu"; title = "Find"; ObjectID = "396"; */
"396.title" = "Find";
/* Class = "NSMenuItem"; title = "Find..."; ObjectID = "397"; */
"397.title" = "Find...";
/* Class = "NSMenuItem"; title = "Scroll to Selection"; ObjectID = "398"; */
"398.title" = "Scroll to Selection";
/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "399"; */
"399.title" = "Use Selection for Find";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "400"; */
"400.title" = "Find Previous";
/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "401"; */
"401.title" = "Find Next";
/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "402"; */
"402.title" = "Paste";
/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "403"; */
"403.title" = "Select All";
/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "404"; */
"404.title" = "Redo";
/* Class = "NSMenuItem"; title = "Spelling"; ObjectID = "406"; */
"406.title" = "Spelling";
/* Class = "NSMenu"; title = "Spelling"; ObjectID = "407"; */
"407.title" = "Spelling";
/* Class = "NSMenuItem"; title = "Spelling..."; ObjectID = "408"; */
"408.title" = "Spelling...";
/* Class = "NSMenuItem"; title = "Check Spelling"; ObjectID = "409"; */
"409.title" = "Check Spelling";
/* Class = "NSMenuItem"; title = "Check Spelling As You Type"; ObjectID = "410"; */
"410.title" = "Check Spelling As You Type";
/* Class = "NSMenuItem"; title = "Deselect All"; ObjectID = "411"; */
"411.title" = "Deselect All";
/* Class = "NSMenuItem"; title = "Show Pasteboard"; ObjectID = "413"; */
"413.title" = "Show Pasteboard";
/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "414"; */
"414.title" = "Speech";
/* Class = "NSMenu"; title = "Speech"; ObjectID = "415"; */
"415.title" = "Speech";
/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "416"; */
"416.title" = "Start Speaking";
/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "417"; */
"417.title" = "Stop Speaking";
/* Class = "NSMenuItem"; title = "Resource"; ObjectID = "418"; */
"418.title" = "Resource";
/* Class = "NSMenu"; title = "Resource"; ObjectID = "419"; */
"419.title" = "Resource";
/* Class = "NSMenuItem"; title = "Create New Resource…"; ObjectID = "420"; */
"420.title" = "Create New Resource…";
/* Class = "NSMenuItem"; title = "Edit in Default Editor"; ObjectID = "422"; */
"422.title" = "Edit in Default Editor";
/* Class = "NSMenuItem"; title = "Edit with Default Template"; ObjectID = "423"; */
"423.title" = "Edit with Default Template";
/* Class = "NSMenuItem"; title = "Edit with Specific Template…"; ObjectID = "424"; */
"424.title" = "Edit with Specific Template…";
/* Class = "NSMenuItem"; title = "Revert Resource…"; ObjectID = "426"; */
"426.title" = "Revert Resource…";
/* Class = "NSMenuItem"; title = "Play Sound"; ObjectID = "427"; */
"427.title" = "Play Sound";
/* Class = "NSMenuItem"; title = "Edit as Hexadecimal"; ObjectID = "428"; */
"428.title" = "Edit as Hexadecimal";
/* Class = "NSMenuItem"; title = "Save Resource"; ObjectID = "429"; */
"429.title" = "Save Resource";
/* Class = "NSTextFieldCell"; title = "Select a fork to open:"; ObjectID = "434"; */
"434.title" = "Select a fork to open:";
/* Class = "NSTableColumn"; headerCell.title = "Fork Size"; ObjectID = "437"; */
"437.headerCell.title" = "Fork Size";
/* Class = "NSTableColumn"; headerCell.title = "Fork Name"; ObjectID = "440"; */
"440.headerCell.title" = "Fork Name";
/* Class = "NSButtonCell"; title = "-"; ObjectID = "445"; */
"445.title" = "-";
/* Class = "NSButtonCell"; title = "+"; ObjectID = "447"; */
"447.title" = "+";

View File

@ -0,0 +1,255 @@
/* Class = "NSMenu"; title = "Application"; ObjectID = "335"; */
"335.title" = "Application";
/* Class = "NSMenuItem"; title = "Window"; ObjectID = "336"; */
"336.title" = "ウインドウ";
/* Class = "NSMenu"; title = "Window"; ObjectID = "337"; */
"337.title" = "ウインドウ";
/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "338"; */
"338.title" = "すべてを手前に移動";
/* Class = "NSMenuItem"; title = "Minimize Window"; ObjectID = "339"; */
"339.title" = "ウインドウをしまう";
/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "341"; */
"341.title" = "Customize Toolbar…";
/* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "343"; */
"343.title" = "Show Toolbar";
/* Class = "NSMenuItem"; title = "Zoom Window"; ObjectID = "344"; */
"344.title" = "拡大/縮小";
/* Class = "NSMenuItem"; title = "Move to Back"; ObjectID = "345"; */
"345.title" = "Move to Back";
/* Class = "NSMenuItem"; title = "List View"; ObjectID = "347"; */
"347.title" = "List View";
/* Class = "NSMenuItem"; title = "Icon View"; ObjectID = "348"; */
"348.title" = "Icon View";
/* Class = "NSMenuItem"; title = "Cycle Through Windows"; ObjectID = "349"; */
"349.title" = "Cycle Through Windows";
/* Class = "NSMenuItem"; title = "ResKnife"; ObjectID = "350"; */
"350.title" = "ResKnife";
/* Class = "NSMenu"; title = "ResKnife"; ObjectID = "351"; */
"351.title" = "ResKnife";
/* Class = "NSMenuItem"; title = "About ResKnife"; ObjectID = "352"; */
"352.title" = "ResKnife について";
/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "353"; */
"353.title" = "環境設定…";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "354"; */
"354.title" = "サービス";
/* Class = "NSMenu"; title = "Services"; ObjectID = "355"; */
"355.title" = "サービス";
/* Class = "NSMenuItem"; title = "Hide ResKnife"; ObjectID = "356"; */
"356.title" = "ResKnife を隠す";
/* Class = "NSMenuItem"; title = "Quit ResKnife"; ObjectID = "357"; */
"357.title" = "ResKnife を終了";
/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "360"; */
"360.title" = "ほかを隠す";
/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "362"; */
"362.title" = "すべてを表示";
/* Class = "NSMenuItem"; title = "File"; ObjectID = "363"; */
"363.title" = "ファイル";
/* Class = "NSMenu"; title = "File"; ObjectID = "364"; */
"364.title" = "ファイル";
/* Class = "NSMenuItem"; title = "Open..."; ObjectID = "365"; */
"365.title" = "開く…";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "366"; */
"366.title" = "閉じる";
/* Class = "NSMenuItem"; title = "Save"; ObjectID = "368"; */
"368.title" = "保存";
/* Class = "NSMenuItem"; title = "Page Setup..."; ObjectID = "369"; */
"369.title" = "Page Setup...";
/* Class = "NSMenuItem"; title = "Print..."; ObjectID = "370"; */
"370.title" = "Print...";
/* Class = "NSMenuItem"; title = "Save As..."; ObjectID = "372"; */
"372.title" = "別名で保存...";
/* Class = "NSMenuItem"; title = "New"; ObjectID = "373"; */
"373.title" = "新規";
/* Class = "NSMenuItem"; title = "Revert"; ObjectID = "374"; */
"374.title" = "元に戻す";
/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "375"; */
"375.title" = "最近使った項目";
/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "376"; */
"376.title" = "最近使った項目";
/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "377"; */
"377.title" = "メニューを消去";
/* Class = "NSMenuItem"; title = "Show Info…"; ObjectID = "379"; */
"379.title" = "Show Info…";
/* Class = "NSMenuItem"; title = "Close All"; ObjectID = "380"; */
"380.title" = "Close All";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "381"; */
"381.title" = "ヘルプ";
/* Class = "NSMenu"; title = "Help"; ObjectID = "382"; */
"382.title" = "ヘルプ";
/* Class = "NSMenuItem"; title = "ResKnife Help"; ObjectID = "383"; */
"383.title" = "ResKnife ヘルプ";
/* Class = "NSMenuItem"; title = "Visit Source Repository…"; ObjectID = "385"; */
"385.title" = "Visit Source Repository…";
/* Class = "NSMenuItem"; title = "Visit Official Website…"; ObjectID = "386"; */
"386.title" = "Visit Official Website…";
/* Class = "NSMenuItem"; title = "Email Developer…"; ObjectID = "387"; */
"387.title" = "Email Developer…";
/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "388"; */
"388.title" = "編集";
/* Class = "NSMenu"; title = "Edit"; ObjectID = "389"; */
"389.title" = "編集";
/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "391"; */
"391.title" = "コピー";
/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "392"; */
"392.title" = "取り消し";
/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "393"; */
"393.title" = "カット";
/* Class = "NSMenuItem"; title = "Clear"; ObjectID = "394"; */
"394.title" = "削除";
/* Class = "NSMenuItem"; title = "Find"; ObjectID = "395"; */
"395.title" = "検索";
/* Class = "NSMenu"; title = "Find"; ObjectID = "396"; */
"396.title" = "検索";
/* Class = "NSMenuItem"; title = "Find..."; ObjectID = "397"; */
"397.title" = "検索...";
/* Class = "NSMenuItem"; title = "Scroll to Selection"; ObjectID = "398"; */
"398.title" = "選択部分へジャンプ";
/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "399"; */
"399.title" = "選択部分を検索に使用";
/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "400"; */
"400.title" = "前を検索";
/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "401"; */
"401.title" = "次を検索";
/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "402"; */
"402.title" = "ペースト";
/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "403"; */
"403.title" = "すべてを選択";
/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "404"; */
"404.title" = "やり直し";
/* Class = "NSMenuItem"; title = "Spelling"; ObjectID = "406"; */
"406.title" = "スペル";
/* Class = "NSMenu"; title = "Spelling"; ObjectID = "407"; */
"407.title" = "スペル";
/* Class = "NSMenuItem"; title = "Spelling..."; ObjectID = "408"; */
"408.title" = "スペル...";
/* Class = "NSMenuItem"; title = "Check Spelling"; ObjectID = "409"; */
"409.title" = "スペルチェック";
/* Class = "NSMenuItem"; title = "Check Spelling As You Type"; ObjectID = "410"; */
"410.title" = "入力中に自動スペルチェック";
/* Class = "NSMenuItem"; title = "Deselect All"; ObjectID = "411"; */
"411.title" = "Deselect All";
/* Class = "NSMenuItem"; title = "Show Pasteboard"; ObjectID = "413"; */
"413.title" = "Show Pasteboard";
/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "414"; */
"414.title" = "スピーチ";
/* Class = "NSMenu"; title = "Speech"; ObjectID = "415"; */
"415.title" = "スピーチ";
/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "416"; */
"416.title" = "読み上げを開始";
/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "417"; */
"417.title" = "読み上げを停止";
/* Class = "NSMenuItem"; title = "Resource"; ObjectID = "418"; */
"418.title" = "Resource";
/* Class = "NSMenu"; title = "Resource"; ObjectID = "419"; */
"419.title" = "Resource";
/* Class = "NSMenuItem"; title = "Create New Resource…"; ObjectID = "420"; */
"420.title" = "Create New Resource…";
/* Class = "NSMenuItem"; title = "Edit in Default Editor"; ObjectID = "422"; */
"422.title" = "Edit in Default Editor";
/* Class = "NSMenuItem"; title = "Edit with Default Template"; ObjectID = "423"; */
"423.title" = "Edit with Default Template";
/* Class = "NSMenuItem"; title = "Edit with Specific Template…"; ObjectID = "424"; */
"424.title" = "Edit with Specific Template…";
/* Class = "NSMenuItem"; title = "Revert Resource…"; ObjectID = "426"; */
"426.title" = "Revert Resource…";
/* Class = "NSMenuItem"; title = "Play Sound"; ObjectID = "427"; */
"427.title" = "Play Sound";
/* Class = "NSMenuItem"; title = "Edit as Hexadecimal"; ObjectID = "428"; */
"428.title" = "Edit as Hexadecimal";
/* Class = "NSMenuItem"; title = "Save Resource"; ObjectID = "429"; */
"429.title" = "Save Resource";
/* Class = "NSTextFieldCell"; title = "Select a fork to open:"; ObjectID = "434"; */
"434.title" = "Select a fork to open:";
/* Class = "NSTableColumn"; headerCell.title = "Fork Size"; ObjectID = "437"; */
"437.headerCell.title" = "Fork Size";
/* Class = "NSTableColumn"; headerCell.title = "Fork Name"; ObjectID = "440"; */
"440.headerCell.title" = "Fork Name";
/* Class = "NSButtonCell"; title = "-"; ObjectID = "445"; */
"445.title" = "-";
/* Class = "NSButtonCell"; title = "+"; ObjectID = "447"; */
"447.title" = "+";

View File

@ -1,88 +0,0 @@
{
IBClasses = (
{
ACTIONS = {
emailDeveloper = id;
showAbout = id;
showInfo = id;
showPasteboard = id;
showPrefs = id;
visitSourceforge = id;
visitWebsite = id;
};
CLASS = ApplicationDelegate;
LANGUAGE = ObjC;
OUTLETS = {openPanelDelegate = OpenPanelDelegate; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {
deselectAll = id;
exportResourceToFile = id;
exportResourceToImageFile = id;
findNext = id;
findPrevious = id;
findWithSelection = id;
openResources = id;
openResourcesAsHex = id;
openResourcesInTemplate = id;
playSound = id;
revertResource = id;
saveResource = id;
scrollToSelection = id;
showAbout = id;
showCreateResourceSheet = id;
showExportToDFSheet = id;
showFind = id;
showInfo = id;
showPrefs = id;
showSelectTemplateSheet = id;
useIconView = id;
useListView = id;
};
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{CLASS = NSOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; },
{
ACTIONS = {addFork = id; removeFork = id; };
CLASS = OpenPanelDelegate;
LANGUAGE = ObjC;
OUTLETS = {
addForkButton = NSButton;
forkTableView = NSTableView;
openPanelAccessoryView = NSView;
removeForkButton = NSButton;
};
SUPERCLASS = NSObject;
},
{CLASS = OutlineSortView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
{
ACTIONS = {
clear = id;
copy = id;
creatorChanged = id;
exportResourceToFile = id;
exportResourceToImageFile = id;
openResources = id;
openResourcesAsHex = id;
openResourcesInTemplate = id;
paste = id;
playSound = id;
showCreateResourceSheet = id;
showSelectTemplateSheet = id;
typeChanged = id;
};
CLASS = ResourceDocument;
LANGUAGE = ObjC;
OUTLETS = {
dataSource = ResourceDataSource;
mainWindow = NSWindow;
outlineView = NSOutlineView;
};
SUPERCLASS = NSDocument;
}
);
IBVersion = 1;
}

File diff suppressed because it is too large Load Diff

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>75 727 356 240 0 0 1600 1002 </string>
<key>IBEditorPositions</key>
<dict>
<key>246</key>
<string>567 580 520 175 0 0 1600 1002 </string>
<key>29</key>
<string>408 624 463 44 0 0 1600 1002 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBLockedObjects</key>
<array/>
<key>IBOldestOS</key>
<integer>1</integer>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8L127</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner"/>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<menu title="Menu" id="5" userLabel="NovaTools">
<items>
<menuItem title="© 2001 w00tware" id="7"/>
<menuItem title="All Rights Reserved." id="6"/>
</items>
</menu>
</objects>
</document>

Binary file not shown.

View File

@ -0,0 +1,692 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="CharWindowController">
<connections>
<outlet property="dayField" destination="365" id="460"/>
<outlet property="dayStepper" destination="370" id="459"/>
<outlet property="goodiesForm" destination="181" id="237"/>
<outlet property="governmentForm" destination="466" id="471"/>
<outlet property="introDelayForm" destination="148" id="262"/>
<outlet property="introImageView" destination="277" id="279"/>
<outlet property="introPictTextForm" destination="355" id="470"/>
<outlet property="introTextView" destination="219" id="273"/>
<outlet property="monthField" destination="366" id="461"/>
<outlet property="monthStepper" destination="372" id="462"/>
<outlet property="ncbForm" destination="154" id="268"/>
<outlet property="principalCharButton" destination="201" id="271"/>
<outlet property="shipField" destination="183" id="270"/>
<outlet property="startForm" destination="472" id="476"/>
<outlet property="statusForm" destination="170" id="250"/>
<outlet property="timeForm" destination="371" id="465"/>
<outlet property="titleForm" destination="406" id="458"/>
<outlet property="window" destination="137" id="221"/>
<outlet property="yearField" destination="367" id="463"/>
<outlet property="yearStepper" destination="368" id="464"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<numberFormatter formatterBehavior="10_0" positiveFormat="+#,##0" negativeFormat="-#,##0" thousandSeparator="," id="61" userLabel="Status Formatter">
<textAttributesForNegativeValues/>
<attributedString key="attributedStringForZero">
<fragment content="0"/>
</attributedString>
<decimal key="minimum" value="32767"/>
<decimal key="maximum" value="-32768"/>
</numberFormatter>
<window title="Character" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" frameAutosaveName="char" animationBehavior="default" id="137" userLabel="char">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="391" y="142" width="522" height="599"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<value key="minSize" type="size" width="522" height="599"/>
<view key="contentView" id="138">
<rect key="frame" x="0.0" y="0.0" width="522" height="599"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<box title="Introduction" id="149">
<rect key="frame" x="20" y="91" width="482" height="173"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="478" height="153"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="148">
<rect key="frame" x="222" y="37" width="78" height="99"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="78" height="18"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="497">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Delay:" id="139">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="1" title="Delay:" id="142">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="2" title="Delay:" id="145">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="3" title="Delay:" id="150">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
</column>
</cells>
</form>
<textField verticalHuggingPriority="750" id="152">
<rect key="frame" x="11" y="15" width="42" height="14"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Text:" id="478">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<tabView drawsBackground="NO" controlSize="mini" id="212">
<rect key="frame" x="310" y="1" width="164" height="145"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<font key="font" metaFont="miniSystem"/>
<tabViewItems>
<tabViewItem label="Images" identifier="1" id="214">
<view key="view" id="215">
<rect key="frame" x="10" y="19" width="144" height="113"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button id="277">
<rect key="frame" x="0.0" y="0.0" width="111" height="113"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="overlaps" alignment="center" inset="2" id="479">
<behavior key="behavior" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="rotateIntroPictEarly:" target="-2" id="278"/>
</connections>
</button>
<textField verticalHuggingPriority="750" id="391">
<rect key="frame" x="-3" y="49" width="150" height="14"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="No Images Specified" id="480">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</view>
</tabViewItem>
<tabViewItem label="Text" identifier="2" id="216">
<view key="view" id="213">
<rect key="frame" x="10" y="19" width="144" height="113"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="218">
<rect key="frame" x="0.0" y="0.0" width="144" height="113"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="AiC-zH-OhK">
<rect key="frame" x="0.0" y="0.0" width="144" height="113"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView editable="NO" selectable="NO" importsGraphics="NO" richText="NO" continuousSpellChecking="YES" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="219">
<rect key="frame" x="0.0" y="0.0" width="144" height="113"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="0.0" colorSpace="calibratedRGB"/>
<size key="minSize" width="144" height="113"/>
<size key="maxSize" width="225" height="10000000"/>
<attributedString key="textStorage">
<fragment content="Intro Text Goes Here">
<attributes>
<color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
<font key="NSFont" size="12" name="Helvetica"/>
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
</attributes>
</fragment>
</attributedString>
<color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="144" height="113"/>
<size key="maxSize" width="225" height="10000000"/>
</textView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="0.0" colorSpace="calibratedRGB"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="YES" id="506">
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="NO" id="507">
<rect key="frame" x="-100" y="-100" width="11" height="113"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<connections>
<binding destination="392" name="hidden" keyPath="selection.introText" id="401">
<mutableDictionary key="options">
<string key="NSValueTransformerName">NSIsNil</string>
</mutableDictionary>
</binding>
</connections>
</scrollView>
<textField verticalHuggingPriority="750" id="390">
<rect key="frame" x="-3" y="49" width="150" height="14"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="No Text Specified" id="481">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="392" name="hidden" keyPath="selection.introText" id="402">
<mutableDictionary key="options">
<string key="NSValueTransformerName">NSIsNotNil</string>
</mutableDictionary>
</binding>
</connections>
</textField>
</subviews>
</view>
</tabViewItem>
</tabViewItems>
</tabView>
<matrix verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="355">
<rect key="frame" x="58" y="11" width="159" height="126"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="159" height="22"/>
<size key="intercellSpacing" width="5" height="4"/>
<comboBoxCell key="prototype" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="-1" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="498">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<cells>
<column>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="359">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="1" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="360">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="2" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="361">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="3" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="362">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="4" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="363">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
<connections>
<binding destination="392" name="value" keyPath="selection.introText" id="400"/>
</connections>
</comboBoxCell>
</column>
</cells>
</matrix>
<textField verticalHuggingPriority="750" id="255">
<rect key="frame" x="11" y="116" width="42" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" id="482">
<font key="font" metaFont="smallSystem"/>
<string key="title">PICT 1:
</string>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" id="259">
<rect key="frame" x="11" y="90" width="42" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" id="483">
<font key="font" metaFont="smallSystem"/>
<string key="title">PICT 2:
</string>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" id="260">
<rect key="frame" x="11" y="64" width="42" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" id="484">
<font key="font" metaFont="smallSystem"/>
<string key="title">PICT 3:
</string>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" id="261">
<rect key="frame" x="11" y="38" width="42" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" id="485">
<font key="font" metaFont="smallSystem"/>
<string key="title">PICT 4:
</string>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" id="280">
<rect key="frame" x="217" y="7" width="88" height="28"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="Edit Text" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="486">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
</button>
</subviews>
</view>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="system"/>
</box>
<box title="Nova Control Bits" id="153">
<rect key="frame" x="20" y="20" width="482" height="64"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="478" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="154">
<rect key="frame" x="14" y="14" width="450" height="19"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="450" height="19"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="499">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Set On Start:" id="156">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
</column>
</cells>
</form>
</subviews>
</view>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="system"/>
</box>
<button id="201">
<rect key="frame" x="363" y="558" width="141" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Principal Character" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="487">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="togglePrincipalChar:" target="-2" id="274"/>
</connections>
</button>
<box title="Beginning Of Time" id="374">
<rect key="frame" x="271" y="424" width="231" height="121"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="227" height="101"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" id="365">
<rect key="frame" x="57" y="68" width="26" height="19"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" title="00" drawsBackground="YES" id="488">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="323" name="value" keyPath="selection.day" id="377"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" id="366">
<rect key="frame" x="107" y="68" width="26" height="19"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" title="00" drawsBackground="YES" id="489">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="323" name="value" keyPath="selection.month" id="379"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" id="367">
<rect key="frame" x="157" y="68" width="40" height="19"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" title="0000" drawsBackground="YES" id="490">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="323" name="value" keyPath="selection.year" id="381"/>
</connections>
</textField>
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="368">
<rect key="frame" x="200" y="66" width="15" height="22"/>
<autoresizingMask key="autoresizingMask"/>
<stepperCell key="cell" controlSize="small" continuous="YES" alignment="left" minValue="-999" maxValue="9999" doubleValue="1" valueWraps="YES" id="491"/>
<connections>
<binding destination="323" name="value" keyPath="selection.year" id="389"/>
</connections>
</stepper>
<textField verticalHuggingPriority="750" id="369">
<rect key="frame" x="11" y="70" width="41" height="14"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Date:" id="492">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="370">
<rect key="frame" x="86" y="66" width="15" height="22"/>
<autoresizingMask key="autoresizingMask"/>
<stepperCell key="cell" controlSize="small" continuous="YES" alignment="left" minValue="1" maxValue="31" doubleValue="1" valueWraps="YES" id="493"/>
<connections>
<binding destination="323" name="value" keyPath="selection.day" id="385"/>
</connections>
</stepper>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="371">
<rect key="frame" x="14" y="14" width="199" height="46"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="199" height="19"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="500">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Prefix:" id="364">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="1" title="Suffix:" id="373">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
</column>
</cells>
</form>
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="372">
<rect key="frame" x="136" y="66" width="15" height="22"/>
<autoresizingMask key="autoresizingMask"/>
<stepperCell key="cell" controlSize="small" continuous="YES" alignment="left" minValue="1" maxValue="12" doubleValue="1" valueWraps="YES" id="494"/>
<connections>
<binding destination="323" name="value" keyPath="selection.month" id="387"/>
</connections>
</stepper>
</subviews>
</view>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="message"/>
</box>
<box title="Initial Goodies" id="403">
<rect key="frame" x="20" y="424" width="231" height="121"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="227" height="101"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="181">
<rect key="frame" x="14" y="14" width="199" height="46"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="199" height="19"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="501">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Cash:" id="179">
<numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0 cr" negativeFormat="-#,##0 cr" thousandSeparator="," id="178">
<attributedString key="attributedStringForZero">
<fragment content="0 cr"/>
</attributedString>
<decimal key="minimum" value="NaN"/>
<decimal key="maximum" value="NaN"/>
</numberFormatter>
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="1" title="Kills:" id="185">
<numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0" negativeFormat="-#,##0" thousandSeparator="," id="275">
<attributedString key="attributedStringForZero">
<fragment content="0"/>
</attributedString>
<decimal key="minimum" value="0"/>
<decimal key="maximum" value="NaN"/>
</numberFormatter>
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
</column>
</cells>
</form>
<comboBox verticalHuggingPriority="750" id="183">
<rect key="frame" x="52" y="66" width="164" height="22"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<comboBoxCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="495">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
</comboBox>
<textField verticalHuggingPriority="750" id="184">
<rect key="frame" x="11" y="70" width="36" height="14"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Ship:" id="496">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</view>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="message"/>
</box>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="406">
<rect key="frame" x="20" y="557" width="337" height="22"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="337" height="22"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="502">
<font key="font" metaFont="system"/>
<font key="titleFont" metaFont="system"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Character Title:" id="408">
<font key="font" metaFont="system"/>
<font key="titleFont" metaFont="system"/>
</formCell>
</column>
</cells>
</form>
<box title="Initial Government Status" id="454">
<rect key="frame" x="20" y="269" width="231" height="148"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="227" height="128"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<matrix verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="466">
<rect key="frame" x="77" y="12" width="139" height="103"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="139" height="22"/>
<size key="intercellSpacing" width="5" height="5"/>
<comboBoxCell key="prototype" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="-1" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="504">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<cells>
<column>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="176">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="1" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="467">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="2" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="468">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="3" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="469">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
</column>
</cells>
</matrix>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="170">
<rect key="frame" x="14" y="14" width="55" height="100"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="55" height="19"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="503">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="1:" id="175">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="1" title="2:" id="171">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="2" title="3:" id="169">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="3" title="4:" id="174">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
</column>
</cells>
<connections>
<outlet property="formatter" destination="61" id="220"/>
</connections>
</form>
</subviews>
</view>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="message"/>
</box>
<box title="Starting Locations" id="456">
<rect key="frame" x="271" y="271" width="231" height="146"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<view key="contentView">
<rect key="frame" x="2" y="2" width="227" height="126"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<matrix verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="472">
<rect key="frame" x="14" y="10" width="202" height="103"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="202" height="22"/>
<size key="intercellSpacing" width="5" height="5"/>
<comboBoxCell key="prototype" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="-1" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="505">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<cells>
<column>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="162">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="1" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="473">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="2" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="474">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
<comboBoxCell controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="3" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="7" id="475">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</comboBoxCell>
</column>
</cells>
</matrix>
</subviews>
</view>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<font key="titleFont" metaFont="message"/>
</box>
</subviews>
</view>
<connections>
<outlet property="delegate" destination="-2" id="222"/>
</connections>
</window>
<objectController automaticallyPreparesContent="YES" id="323" userLabel="DateController">
<declaredKeys>
<string>day</string>
<string>month</string>
<string>year</string>
</declaredKeys>
</objectController>
<objectController automaticallyPreparesContent="YES" id="392" userLabel="IntroController">
<declaredKeys>
<string>introText</string>
</declaredKeys>
</objectController>
</objects>
</document>

Binary file not shown.

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NovaWindowController">
<connections>
<outlet property="window" destination="5" id="9"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Colour" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" frameAutosaveName="colr" animationBehavior="default" id="5" userLabel="colr">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="66" y="521" width="309" height="107"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<view key="contentView" id="6">
<rect key="frame" x="0.0" y="0.0" width="309" height="107"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField verticalHuggingPriority="750" id="8">
<rect key="frame" x="17" y="47" width="275" height="14"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Not yet implemented." id="12">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</view>
<connections>
<outlet property="delegate" destination="-2" id="10"/>
</connections>
</window>
</objects>
</document>

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1,226 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment defaultVersion="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NovaWindowController">
<connections>
<outlet property="window" destination="5" id="9"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Ship" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" frameAutosaveName="ship" animationBehavior="default" id="5" userLabel="ship">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="472" y="81" width="987" height="710"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
<view key="contentView" id="6">
<rect key="frame" x="0.0" y="0.0" width="987" height="710"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="11">
<rect key="frame" x="269" y="488" width="317" height="154"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="317" height="19"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="75">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Common Name:" id="61">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="4" title="Subtitle:" id="62">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="3" title="Comms Name:" id="63">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="1" title="Shipyard Short Name:" id="64">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="5" title="Shipyard Full Name:" id="66">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="2" title="Shipyard Price:" id="65">
<numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0 cr" negativeFormat="-#,##0" thousandSeparator="," id="78">
<attributedString key="attributedStringForZero">
<fragment content="0"/>
</attributedString>
<decimal key="minimum" value="NaN"/>
<decimal key="maximum" value="NaN"/>
</numberFormatter>
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
</column>
</cells>
</form>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="14">
<rect key="frame" x="441" y="98" width="169" height="289"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="169" height="19"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="76">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Speed:" id="17">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="1" title="Acceleration:" id="18">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="2" title="Turning:" id="19">
<numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0.0°/s" negativeFormat="-#,##0.0°/s" thousandSeparator="," id="67">
<attributedString key="attributedStringForZero">
<fragment content="cannot turn"/>
</attributedString>
<decimal key="minimum" value="NaN"/>
<decimal key="maximum" value="NaN"/>
</numberFormatter>
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="6" title="Shields:" id="23">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="7" title="Armour:" id="24">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="5" title="Fuel:" id="22">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="3" title="Weapon Space:" id="20">
<numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0 tons" negativeFormat="-#,##0 tons" thousandSeparator="," id="50">
<attributedString key="attributedStringForZero">
<fragment content="0 tons"/>
</attributedString>
<decimal key="minimum" value="NaN"/>
<decimal key="maximum" value="NaN"/>
</numberFormatter>
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="4" title="Cargo Space:" id="21">
<numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0 tons" negativeFormat="-#,##0 tons" thousandSeparator="," id="51">
<attributedString key="attributedStringForZero">
<fragment content="0 tons"/>
</attributedString>
<decimal key="minimum" value="NaN"/>
<decimal key="maximum" value="NaN"/>
</numberFormatter>
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="8" title="Field:" id="25">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="9" title="Field:" id="26">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="10" title="Field:" id="27">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
</column>
</cells>
</form>
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="32">
<rect key="frame" x="615" y="364" width="19" height="27"/>
<autoresizingMask key="autoresizingMask"/>
<stepperCell key="cell" continuous="YES" alignment="left" maxValue="1000" id="69"/>
</stepper>
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="33">
<rect key="frame" x="615" y="337" width="19" height="27"/>
<autoresizingMask key="autoresizingMask"/>
<stepperCell key="cell" continuous="YES" alignment="left" maxValue="1000" id="70"/>
</stepper>
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="34">
<rect key="frame" x="615" y="310" width="19" height="27"/>
<autoresizingMask key="autoresizingMask"/>
<stepperCell key="cell" continuous="YES" alignment="left" maxValue="1000" id="71"/>
</stepper>
<textField verticalHuggingPriority="750" id="37">
<rect key="frame" x="636" y="370" width="89" height="14"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Average" id="72">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" id="38">
<rect key="frame" x="636" y="343" width="89" height="14"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Average" id="73">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" id="39">
<rect key="frame" x="636" y="316" width="89" height="14"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Average, 90°/s" id="74">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="44">
<rect key="frame" x="618" y="233" width="104" height="73"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="104" height="19"/>
<size key="intercellSpacing" width="1" height="8"/>
<formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="77">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<cells>
<column>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Recharge:" id="47">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="1" title="Recharge:" id="48">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
<formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" tag="2" title="Recharge:" id="49">
<font key="font" metaFont="smallSystem"/>
<font key="titleFont" metaFont="smallSystem"/>
</formCell>
</column>
</cells>
</form>
</subviews>
</view>
<connections>
<outlet property="delegate" destination="-2" id="10"/>
</connections>
</window>
</objects>
</document>

Binary file not shown.

View File

@ -1,4 +0,0 @@
{
IBClasses = ({CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; });
IBVersion = 1;
}

View File

@ -1,17 +0,0 @@
<?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>411 212 356 240 0 0 1152 848 </string>
<key>IBEditorPositions</key>
<dict>
<key>5</key>
<string>411 457 72 66 0 0 1152 848 </string>
</dict>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBSystem Version</key>
<string>5Q110</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +0,0 @@
{
IBClasses = (
{
CLASS = ColrWindowController;
LANGUAGE = ObjC;
SUPERCLASS = NovaWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = NovaWindowController;
LANGUAGE = ObjC;
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}

View File

@ -1,12 +0,0 @@
<?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>75 141 356 240 0 0 1152 848 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBSystem Version</key>
<string>5Q110</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

View File

@ -1,40 +0,0 @@
{
IBClasses = (
{
ACTIONS = {
editEnd = id;
editEndField = id;
editStart = id;
editStartField = id;
stepEnd = id;
stepStart = id;
};
CLASS = CronWindowController;
LANGUAGE = ObjC;
OUTLETS = {
activationForm = NSForm;
endDayField = NSTextField;
endDayStepper = NSStepper;
endMonthField = NSTextField;
endMonthStepper = NSStepper;
endYearField = NSTextField;
endYearStepper = NSStepper;
startDayField = NSTextField;
startDayStepper = NSStepper;
startMonthField = NSTextField;
startMonthStepper = NSStepper;
startYearField = NSTextField;
startYearStepper = NSStepper;
};
SUPERCLASS = NovaWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {toggleResID = id; };
CLASS = NovaWindowController;
LANGUAGE = ObjC;
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}

View File

@ -1,35 +0,0 @@
<?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>50 125 356 240 0 0 1152 848 </string>
<key>IBFramework Version</key>
<string>263.2</string>
<key>IBGroupedObjects</key>
<dict>
<key>0</key>
<array>
<string>13</string>
<string>16</string>
<string>11</string>
<string>15</string>
<string>17</string>
<string>14</string>
</array>
<key>1</key>
<array>
<string>26</string>
<string>20</string>
<string>18</string>
<string>27</string>
<string>24</string>
<string>23</string>
</array>
</dict>
<key>IBLastGroupID</key>
<string>2</string>
<key>IBSystem Version</key>
<string>5Q125</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +0,0 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = NovaWindowController;
LANGUAGE = ObjC;
SUPERCLASS = NSWindowController;
},
{
CLASS = ShipWindowController;
LANGUAGE = ObjC;
SUPERCLASS = NovaWindowController;
}
);
IBVersion = 1;
}

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>47 80 356 240 0 0 1600 1002 </string>
<key>IBFramework Version</key>
<string>313.0</string>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>
</array>
<key>IBSystem Version</key>
<string>6L60</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

View File

@ -36,7 +36,6 @@
B24FA09915D303A800622683 /* HexFiend.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B25C779815D2B0C500C005DE /* HexFiend.framework */; };
B24FA09B15D303CD00622683 /* HexFiend.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = B25C779815D2B0C500C005DE /* HexFiend.framework */; };
B24FA09C15D3041800622683 /* HexFiend.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B25C779815D2B0C500C005DE /* HexFiend.framework */; };
B271D08015B6CFC70039A282 /* EditHexTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = B271D07F15B6CFC70039A282 /* EditHexTemplate.pdf */; };
B27A65D015A677F00029141B /* TemplateWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = B27A65CE15A677F00029141B /* TemplateWindow.xib */; };
B27A65D615A678260029141B /* FindSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = B27A65D215A678260029141B /* FindSheet.xib */; };
B27A65D715A678260029141B /* HexWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = B27A65D415A678260029141B /* HexWindow.xib */; };
@ -114,7 +113,6 @@
E18BF561069FEA1300F076B8 /* Delete.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F577A904021220D601A80001 /* Delete.tiff */; };
E18BF562069FEA1300F076B8 /* Edit.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F577A8FB0211E4D401A80001 /* Edit.tiff */; };
E18BF564069FEA1300F076B8 /* Save.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F577A8F30211CFA701A80001 /* Save.tiff */; };
E18BF565069FEA1300F076B8 /* Show Info.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F577A8F80211DC1E01A80001 /* Show Info.tiff */; };
E18BF566069FEA1300F076B8 /* ResKnife.scriptSuite in Resources */ = {isa = PBXBuildFile; fileRef = F5041736036BD60801A8010A /* ResKnife.scriptSuite */; };
E18BF567069FEA1300F076B8 /* ResKnife.scriptTerminology in Resources */ = {isa = PBXBuildFile; fileRef = F50DFE16036C203F01A8010A /* ResKnife.scriptTerminology */; };
E18BF568069FEA1300F076B8 /* Export.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3D35756004DAEB7F00B8225B /* Export.tiff */; };
@ -443,6 +441,33 @@
3D50047404EF122000F3B64D /* ElementLSTC.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ElementLSTC.h; sourceTree = "<group>"; };
3D53A9FD04F171DC006651FA /* RKSupportResourceRegistry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKSupportResourceRegistry.h; sourceTree = "<group>"; };
3D53A9FE04F171DC006651FA /* RKSupportResourceRegistry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKSupportResourceRegistry.m; sourceTree = "<group>"; };
550B9045189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/AboutPanel.xib; sourceTree = "<group>"; };
550B9046189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Application.xib; sourceTree = "<group>"; };
550B9047189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/CreateResourceSheet.xib; sourceTree = "<group>"; };
550B9048189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/InfoWindow.xib; sourceTree = "<group>"; };
550B9049189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PrefsWindow.xib; sourceTree = "<group>"; };
550B904A189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ResourceDocument.xib; sourceTree = "<group>"; };
550B904B189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ResourceGridView.xib; sourceTree = "<group>"; };
550B904C189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/FindSheet.xib; sourceTree = "<group>"; };
550B904D189A0360005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/HexWindow.xib; sourceTree = "<group>"; };
550B904E189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/TemplateWindow.xib; sourceTree = "<group>"; };
550B904F189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/FontDocument.xib; sourceTree = "<group>"; };
550B9050189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/FontWindow.xib; sourceTree = "<group>"; };
550B9051189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PictWindow.xib; sourceTree = "<group>"; };
550B9052189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ICONWindow.xib; sourceTree = "<group>"; };
550B9053189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/NovaTools.nib; sourceTree = "<group>"; };
550B9054189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/boom.nib; sourceTree = "<group>"; };
550B9055189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/char.nib; sourceTree = "<group>"; };
550B9056189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/colr.nib; sourceTree = "<group>"; };
550B9057189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/cron.nib; sourceTree = "<group>"; };
550B9058189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/desc.nib; sourceTree = "<group>"; };
550B9059189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/misn.nib; sourceTree = "<group>"; };
550B905A189A0361005AC38D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/ship.nib; sourceTree = "<group>"; };
550B905C189A036F005AC38D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Application.strings; sourceTree = "<group>"; };
550B905F189A0421005AC38D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Application.strings; sourceTree = "<group>"; };
550B9060189A0876005AC38D /* cy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cy; path = cy.lproj/Application.strings; sourceTree = "<group>"; };
550B9061189A0886005AC38D /* cy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cy; path = cy.lproj/InfoPlist.strings; sourceTree = "<group>"; };
550B9062189A08A4005AC38D /* cy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cy; path = cy.lproj/Localizable.strings; sourceTree = "<group>"; };
B229EEC015A4B7250032C12C /* PNGWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNGWindowController.h; path = "PNG Editor/PNGWindowController.h"; sourceTree = "<group>"; };
B229EEC115A4B7250032C12C /* PNGWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNGWindowController.m; path = "PNG Editor/PNGWindowController.m"; sourceTree = "<group>"; };
B229EEC215A4B7250032C12C /* PNGWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = PNGWindowController.xib; path = "PNG Editor/PNGWindowController.xib"; sourceTree = "<group>"; };
@ -453,24 +478,12 @@
B229EED215A4B8720032C12C /* PNG Editor-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "PNG Editor-Info.plist"; path = "../../PNG Editor/PNG Editor-Info.plist"; sourceTree = "<group>"; };
B229EED415A4B8720032C12C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B229EED615A4B8720032C12C /* PNG Editor-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "PNG Editor-Prefix.pch"; path = "../../PNG Editor/PNG Editor-Prefix.pch"; sourceTree = "<group>"; };
B229EEE915A4FB6F0032C12C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Cocoa/English.lproj/AboutPanel.xib; sourceTree = SOURCE_ROOT; };
B229EEEB15A4FB6F0032C12C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Cocoa/English.lproj/Application.xib; sourceTree = SOURCE_ROOT; };
B229EEED15A4FB6F0032C12C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Cocoa/English.lproj/CreateResourceSheet.xib; sourceTree = SOURCE_ROOT; };
B229EEEF15A4FB6F0032C12C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Cocoa/English.lproj/InfoWindow.xib; sourceTree = SOURCE_ROOT; };
B229EEF115A4FB6F0032C12C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Cocoa/English.lproj/PrefsWindow.xib; sourceTree = SOURCE_ROOT; };
B229EEF315A4FB6F0032C12C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Cocoa/English.lproj/ResourceDocument.xib; sourceTree = SOURCE_ROOT; };
B234337E16AB59D0007134B9 /* org.derailer.ResKnife.System7SoundPlayer.xpc */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = org.derailer.ResKnife.System7SoundPlayer.xpc; sourceTree = BUILT_PRODUCTS_DIR; };
B234338216AB59D0007134B9 /* System7SoundPlayer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "System7SoundPlayer-Info.plist"; sourceTree = "<group>"; };
B234338416AB59D0007134B9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B234338616AB59D0007134B9 /* System7SoundPlayer-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "System7SoundPlayer-Prefix.pch"; sourceTree = "<group>"; };
B234338716AB59D0007134B9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
B24925E115A6776600C22060 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PictWindow.xib; sourceTree = "<group>"; };
B24925E515A6778C00C22060 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/ICONWindow.xib; sourceTree = "<group>"; };
B25C779815D2B0C500C005DE /* HexFiend.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = HexFiend.framework; sourceTree = "<group>"; };
B271D07F15B6CFC70039A282 /* EditHexTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = EditHexTemplate.pdf; path = ../../../../Documents/ResKnife/EditHexTemplate.pdf; sourceTree = "<group>"; };
B27A65CF15A677F00029141B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/TemplateWindow.xib; sourceTree = "<group>"; };
B27A65D315A678260029141B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/FindSheet.xib; sourceTree = "<group>"; };
B27A65D515A678260029141B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/HexWindow.xib; sourceTree = "<group>"; };
B2B2C3FD15A9453300D6F61C /* PatternWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PatternWindowController.h; path = "Pattern Editor/PatternWindowController.h"; sourceTree = "<group>"; };
B2B2C3FE15A9453300D6F61C /* PatternWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PatternWindowController.m; path = "Pattern Editor/PatternWindowController.m"; sourceTree = "<group>"; };
B2B2C3FF15A9453300D6F61C /* PatternWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = PatternWindowController.xib; path = "Pattern Editor/PatternWindowController.xib"; sourceTree = "<group>"; };
@ -482,7 +495,6 @@
B2B2C41E15A9EEE100D6F61C /* RKPatternImageCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RKPatternImageCell.m; path = "Pattern Editor/RKPatternImageCell.m"; sourceTree = "<group>"; };
B2B2C43815A9FCCF00D6F61C /* RKPatternView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RKPatternView.h; path = "Pattern Editor/RKPatternView.h"; sourceTree = "<group>"; };
B2B2C43915A9FCCF00D6F61C /* RKPatternView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RKPatternView.m; path = "Pattern Editor/RKPatternView.m"; sourceTree = "<group>"; };
B2B3CEA916B9DCE90027F33F /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Cocoa/English.lproj/ResourceGridView.xib; sourceTree = SOURCE_ROOT; };
B2FCA77F15A669C800696598 /* PictWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PictWindowController.h; sourceTree = "<group>"; };
B2FCA78015A669C800696598 /* PictWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PictWindowController.m; sourceTree = "<group>"; };
B2FCA78115A669C800696598 /* SupportedTypes.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SupportedTypes.plist; sourceTree = "<group>"; };
@ -490,8 +502,6 @@
B2FCA78E15A66ACF00696598 /* PICT Editor-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "PICT Editor-Info.plist"; path = "../../../PICT Editor/PICT Editor-Info.plist"; sourceTree = "<group>"; };
B2FCA79015A66ACF00696598 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2FCA79215A66ACF00696598 /* PICT Editor-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "PICT Editor-Prefix.pch"; path = "../../../PICT Editor/PICT Editor-Prefix.pch"; sourceTree = "<group>"; };
B2FCA79F15A6704900696598 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/FontDocument.xib; sourceTree = "<group>"; };
B2FCA7A115A6704900696598 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/FontWindow.xib; sourceTree = "<group>"; };
E11936620998551200A3A6EA /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
E119367D099864AD00A3A6EA /* ElementUBYT.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ElementUBYT.h; sourceTree = "<group>"; };
E119367E099864AD00A3A6EA /* ElementUBYT.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ElementUBYT.m; sourceTree = "<group>"; };
@ -537,8 +547,6 @@
E19FB515054E918800A80202 /* MisnWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = MisnWindowController.m; path = misn/MisnWindowController.m; sourceTree = "<group>"; };
E19FB518054E919200A80202 /* ShipWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ShipWindowController.h; path = ship/ShipWindowController.h; sourceTree = "<group>"; };
E19FB519054E919200A80202 /* ShipWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ShipWindowController.m; path = ship/ShipWindowController.m; sourceTree = "<group>"; };
E19FB51D054E919F00A80202 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = misn/English.lproj/misn.nib; sourceTree = "<group>"; };
E19FB520054E91AA00A80202 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = ship/English.lproj/ship.nib; sourceTree = "<group>"; };
E1A984FD099C309300A70612 /* DisplayTMPL.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DisplayTMPL.png; path = Resources/DisplayTMPL.png; sourceTree = "<group>"; };
E1C5E08B055D98790001A04A /* NSData-HexRepresentation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData-HexRepresentation.h"; sourceTree = "<group>"; };
E1C5E08F055D98D50001A04A /* NSData-HexRepresentation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData-HexRepresentation.m"; sourceTree = "<group>"; };
@ -603,7 +611,6 @@
F58F6B8F025BCF5901A8010C /* CronWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CronWindowController.m; path = cron/CronWindowController.m; sourceTree = "<group>"; };
F58F6B92025BD97701A8010C /* DescWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = DescWindowController.m; path = desc/DescWindowController.m; sourceTree = "<group>"; };
F58F6B93025BD97701A8010C /* DescWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DescWindowController.h; path = desc/DescWindowController.h; sourceTree = "<group>"; };
F58F6BAA025BDBA701A8010C /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/NovaTools.nib; sourceTree = "<group>"; };
F59481AD03D0776C01A8010A /* RKDocumentController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RKDocumentController.h; sourceTree = "<group>"; };
F59481AE03D0776C01A8010A /* RKDocumentController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RKDocumentController.m; sourceTree = "<group>"; };
F59481B103D077DC01A8010A /* OpenPanelDelegate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = OpenPanelDelegate.h; sourceTree = "<group>"; };
@ -648,11 +655,6 @@
F5CDEBAB01FC893201A80001 /* ResKnifeResourceProtocol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ResKnifeResourceProtocol.h; sourceTree = "<group>"; };
F5D0CBCF022744C701A80001 /* NSOutlineView-SelectedItems.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "NSOutlineView-SelectedItems.h"; sourceTree = "<group>"; };
F5D0CBD0022744C701A80001 /* NSOutlineView-SelectedItems.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = "NSOutlineView-SelectedItems.m"; sourceTree = "<group>"; };
F5EDC613025BFB7301A8010C /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = boom/English.lproj/boom.nib; sourceTree = "<group>"; };
F5EDC616025BFB7C01A8010C /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = char/English.lproj/char.nib; sourceTree = "<group>"; };
F5EDC619025BFB8601A8010C /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = colr/English.lproj/colr.nib; sourceTree = "<group>"; };
F5EDC61C025BFB8E01A8010C /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = cron/English.lproj/cron.nib; sourceTree = "<group>"; };
F5EDC61F025BFBB501A8010C /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = desc/English.lproj/desc.nib; sourceTree = "<group>"; };
F5EF83A0020C08E601A80001 /* HexEditorDelegate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = HexEditorDelegate.h; sourceTree = "<group>"; };
F5EF83A1020C08E601A80001 /* HexEditorDelegate.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = HexEditorDelegate.m; sourceTree = "<group>"; };
F5EF83A2020C08E601A80001 /* HexTextView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = HexTextView.h; sourceTree = "<group>"; };
@ -1172,7 +1174,6 @@
F577A904021220D601A80001 /* Delete.tiff */,
F577A8FB0211E4D401A80001 /* Edit.tiff */,
F577A8FC0211E4D401A80001 /* Edit Hex.tiff */,
B271D07F15B6CFC70039A282 /* EditHexTemplate.pdf */,
F577A8F30211CFA701A80001 /* Save.tiff */,
F577A8F80211DC1E01A80001 /* Show Info.tiff */,
3D35756004DAEB7F00B8225B /* Export.tiff */,
@ -1670,6 +1671,8 @@
French,
German,
en,
ja,
Base,
);
mainGroup = F5B588100156D2A601000001;
productRefGroup = F5B588110156D30301000001 /* Products */;
@ -1742,7 +1745,6 @@
E18BF561069FEA1300F076B8 /* Delete.tiff in Resources */,
E18BF562069FEA1300F076B8 /* Edit.tiff in Resources */,
E18BF564069FEA1300F076B8 /* Save.tiff in Resources */,
E18BF565069FEA1300F076B8 /* Show Info.tiff in Resources */,
E18BF566069FEA1300F076B8 /* ResKnife.scriptSuite in Resources */,
E18BF567069FEA1300F076B8 /* ResKnife.scriptTerminology in Resources */,
E18BF568069FEA1300F076B8 /* Export.tiff in Resources */,
@ -1753,7 +1755,6 @@
B229EEF715A4FB6F0032C12C /* InfoWindow.xib in Resources */,
B229EEF815A4FB6F0032C12C /* PrefsWindow.xib in Resources */,
B229EEF915A4FB6F0032C12C /* ResourceDocument.xib in Resources */,
B271D08015B6CFC70039A282 /* EditHexTemplate.pdf in Resources */,
B2B51C9115B700560087978B /* Edit Hex.tiff in Resources */,
B2B3CEAA16B9DCE90027F33F /* ResourceGridView.xib in Resources */,
);
@ -2125,7 +2126,7 @@
B229EEE815A4FB6F0032C12C /* AboutPanel.xib */ = {
isa = PBXVariantGroup;
children = (
B229EEE915A4FB6F0032C12C /* English */,
550B9045189A0360005AC38D /* Base */,
);
name = AboutPanel.xib;
sourceTree = "<group>";
@ -2133,7 +2134,10 @@
B229EEEA15A4FB6F0032C12C /* Application.xib */ = {
isa = PBXVariantGroup;
children = (
B229EEEB15A4FB6F0032C12C /* English */,
550B9046189A0360005AC38D /* Base */,
550B905C189A036F005AC38D /* en */,
550B905F189A0421005AC38D /* ja */,
550B9060189A0876005AC38D /* cy */,
);
name = Application.xib;
sourceTree = "<group>";
@ -2141,7 +2145,7 @@
B229EEEC15A4FB6F0032C12C /* CreateResourceSheet.xib */ = {
isa = PBXVariantGroup;
children = (
B229EEED15A4FB6F0032C12C /* English */,
550B9047189A0360005AC38D /* Base */,
);
name = CreateResourceSheet.xib;
sourceTree = "<group>";
@ -2149,7 +2153,7 @@
B229EEEE15A4FB6F0032C12C /* InfoWindow.xib */ = {
isa = PBXVariantGroup;
children = (
B229EEEF15A4FB6F0032C12C /* English */,
550B9048189A0360005AC38D /* Base */,
);
name = InfoWindow.xib;
sourceTree = "<group>";
@ -2157,7 +2161,7 @@
B229EEF015A4FB6F0032C12C /* PrefsWindow.xib */ = {
isa = PBXVariantGroup;
children = (
B229EEF115A4FB6F0032C12C /* English */,
550B9049189A0360005AC38D /* Base */,
);
name = PrefsWindow.xib;
sourceTree = "<group>";
@ -2165,7 +2169,7 @@
B229EEF215A4FB6F0032C12C /* ResourceDocument.xib */ = {
isa = PBXVariantGroup;
children = (
B229EEF315A4FB6F0032C12C /* English */,
550B904A189A0360005AC38D /* Base */,
);
name = ResourceDocument.xib;
sourceTree = "<group>";
@ -2181,7 +2185,7 @@
B24925E015A6776600C22060 /* PictWindow.xib */ = {
isa = PBXVariantGroup;
children = (
B24925E115A6776600C22060 /* English */,
550B9051189A0361005AC38D /* Base */,
);
name = PictWindow.xib;
sourceTree = "<group>";
@ -2189,7 +2193,7 @@
B24925E415A6778C00C22060 /* ICONWindow.xib */ = {
isa = PBXVariantGroup;
children = (
B24925E515A6778C00C22060 /* English */,
550B9052189A0361005AC38D /* Base */,
);
name = ICONWindow.xib;
sourceTree = "<group>";
@ -2197,7 +2201,7 @@
B27A65CE15A677F00029141B /* TemplateWindow.xib */ = {
isa = PBXVariantGroup;
children = (
B27A65CF15A677F00029141B /* English */,
550B904E189A0361005AC38D /* Base */,
);
name = TemplateWindow.xib;
sourceTree = "<group>";
@ -2205,7 +2209,7 @@
B27A65D215A678260029141B /* FindSheet.xib */ = {
isa = PBXVariantGroup;
children = (
B27A65D315A678260029141B /* English */,
550B904C189A0360005AC38D /* Base */,
);
name = FindSheet.xib;
sourceTree = "<group>";
@ -2213,7 +2217,7 @@
B27A65D415A678260029141B /* HexWindow.xib */ = {
isa = PBXVariantGroup;
children = (
B27A65D515A678260029141B /* English */,
550B904D189A0360005AC38D /* Base */,
);
name = HexWindow.xib;
sourceTree = "<group>";
@ -2230,7 +2234,7 @@
B2B3CEA816B9DCE90027F33F /* ResourceGridView.xib */ = {
isa = PBXVariantGroup;
children = (
B2B3CEA916B9DCE90027F33F /* English */,
550B904B189A0360005AC38D /* Base */,
);
name = ResourceGridView.xib;
sourceTree = "<group>";
@ -2247,7 +2251,7 @@
B2FCA79E15A6704900696598 /* FontDocument.xib */ = {
isa = PBXVariantGroup;
children = (
B2FCA79F15A6704900696598 /* English */,
550B904F189A0361005AC38D /* Base */,
);
name = FontDocument.xib;
sourceTree = "<group>";
@ -2255,7 +2259,7 @@
B2FCA7A015A6704900696598 /* FontWindow.xib */ = {
isa = PBXVariantGroup;
children = (
B2FCA7A115A6704900696598 /* English */,
550B9050189A0361005AC38D /* Base */,
);
name = FontWindow.xib;
sourceTree = "<group>";
@ -2279,7 +2283,7 @@
E19FB51C054E919F00A80202 /* misn.nib */ = {
isa = PBXVariantGroup;
children = (
E19FB51D054E919F00A80202 /* English */,
550B9059189A0361005AC38D /* Base */,
);
name = misn.nib;
sourceTree = "<group>";
@ -2287,7 +2291,7 @@
E19FB51F054E91AA00A80202 /* ship.nib */ = {
isa = PBXVariantGroup;
children = (
E19FB520054E91AA00A80202 /* English */,
550B905A189A0361005AC38D /* Base */,
);
name = ship.nib;
sourceTree = "<group>";
@ -2319,7 +2323,7 @@
F58F6BA9025BDBA701A8010C /* NovaTools.nib */ = {
isa = PBXVariantGroup;
children = (
F58F6BAA025BDBA701A8010C /* English */,
550B9053189A0361005AC38D /* Base */,
);
name = NovaTools.nib;
sourceTree = "<group>";
@ -2328,6 +2332,7 @@
isa = PBXVariantGroup;
children = (
F5B588430156D40B01000001 /* English */,
550B9061189A0886005AC38D /* cy */,
);
name = InfoPlist.strings;
path = Cocoa;
@ -2337,6 +2342,7 @@
isa = PBXVariantGroup;
children = (
F5B588450156D40B01000001 /* English */,
550B9062189A08A4005AC38D /* cy */,
);
name = Localizable.strings;
path = Cocoa;
@ -2345,7 +2351,7 @@
F5EDC612025BFB7301A8010C /* boom.nib */ = {
isa = PBXVariantGroup;
children = (
F5EDC613025BFB7301A8010C /* English */,
550B9054189A0361005AC38D /* Base */,
);
name = boom.nib;
sourceTree = "<group>";
@ -2353,7 +2359,7 @@
F5EDC615025BFB7C01A8010C /* char.nib */ = {
isa = PBXVariantGroup;
children = (
F5EDC616025BFB7C01A8010C /* English */,
550B9055189A0361005AC38D /* Base */,
);
name = char.nib;
sourceTree = "<group>";
@ -2361,7 +2367,7 @@
F5EDC618025BFB8601A8010C /* colr.nib */ = {
isa = PBXVariantGroup;
children = (
F5EDC619025BFB8601A8010C /* English */,
550B9056189A0361005AC38D /* Base */,
);
name = colr.nib;
sourceTree = "<group>";
@ -2369,7 +2375,7 @@
F5EDC61B025BFB8E01A8010C /* cron.nib */ = {
isa = PBXVariantGroup;
children = (
F5EDC61C025BFB8E01A8010C /* English */,
550B9057189A0361005AC38D /* Base */,
);
name = cron.nib;
sourceTree = "<group>";
@ -2377,7 +2383,7 @@
F5EDC61E025BFBB501A8010C /* desc.nib */ = {
isa = PBXVariantGroup;
children = (
F5EDC61F025BFBB501A8010C /* English */,
550B9058189A0361005AC38D /* Base */,
);
name = desc.nib;
sourceTree = "<group>";
@ -2389,7 +2395,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2408,7 +2413,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "PNG Editor/PNG Editor-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = plugin;
@ -2419,7 +2423,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
@ -2432,7 +2435,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "PNG Editor/PNG Editor-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = plugin;
};
@ -2447,7 +2449,6 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2466,7 +2467,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "System7SoundPlayer/System7SoundPlayer-Info.plist";
MACH_O_TYPE = mh_execute;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "org.derailer.ResKnife.$(TARGET_NAME:rfc1034identifier)";
WRAPPER_EXTENSION = xpc;
@ -2482,7 +2482,6 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
@ -2495,7 +2494,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "System7SoundPlayer/System7SoundPlayer-Info.plist";
MACH_O_TYPE = mh_execute;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "org.derailer.ResKnife.$(TARGET_NAME:rfc1034identifier)";
WRAPPER_EXTENSION = xpc;
};
@ -2505,7 +2503,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2523,7 +2520,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "Pattern Editor/Pattern Editor-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = plugin;
@ -2534,7 +2530,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
@ -2546,7 +2541,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "Pattern Editor/Pattern Editor-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = plugin;
};
@ -2556,7 +2550,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2574,7 +2567,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "PICT Editor/PICT Editor-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = plugin;
@ -2585,7 +2577,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
@ -2597,7 +2588,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "PICT Editor/PICT Editor-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = plugin;
};
@ -2606,7 +2596,6 @@
E13F7ED208F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/**",
@ -2639,7 +2628,6 @@
E13F7ED308F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -2670,7 +2658,6 @@
E13F7ED608F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2695,7 +2682,6 @@
E13F7ED708F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2718,7 +2704,6 @@
E13F7EDA08F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -2746,7 +2731,6 @@
E13F7EDB08F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -2772,7 +2756,6 @@
E13F7EDE08F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2797,7 +2780,6 @@
E13F7EDF08F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2820,7 +2802,6 @@
E13F7EE208F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2845,7 +2826,6 @@
E13F7EE308F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2868,7 +2848,6 @@
E13F7EE608F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2900,7 +2879,6 @@
E13F7EE708F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2930,7 +2908,6 @@
E13F7EEA08F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2955,7 +2932,6 @@
E13F7EEB08F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2978,7 +2954,6 @@
E13F7F0208F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
@ -3002,7 +2977,6 @@
E13F7F0308F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
INFOPLIST_FILE = "Info-Uli_s_Template_Editor__Upgraded_.plist";
@ -3024,11 +2998,11 @@
E13F7F0608F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
CODE_SIGN_IDENTITY = "Developer ID Application: Nate Weaver";
COMBINE_HIDPI_IMAGES = YES;
GCC_VERSION = "";
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.8;
PROVISIONING_PROFILE = "";
SDKROOT = macosx;
};
@ -3039,9 +3013,9 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
CODE_SIGN_IDENTITY = "Developer ID Application: Nate Weaver";
COMBINE_HIDPI_IMAGES = YES;
GCC_VERSION = "";
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.8;
PROVISIONING_PROFILE = "";
SDKROOT = macosx;
};