Implement toolbars

This commit is contained in:
Matthias Neeracher 2011-08-23 05:35:52 +02:00
parent 4f3702f277
commit 46e0e6ba72
42 changed files with 1380 additions and 89 deletions

BIN
Artwork/.DS_Store vendored

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

BIN
Artwork/Ffd.artx/doc.thread Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

BIN
Artwork/Rev.artx/doc.thread Normal file

Binary file not shown.

View File

@ -34,6 +34,14 @@
95CB6975140012FE005A0346 /* MATag.xib in Resources */ = {isa = PBXBuildFile; fileRef = 95CB6973140012FE005A0346 /* MATag.xib */; }; 95CB6975140012FE005A0346 /* MATag.xib in Resources */ = {isa = PBXBuildFile; fileRef = 95CB6973140012FE005A0346 /* MATag.xib */; };
95CB697814001F26005A0346 /* MAColorForTag.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95CB697714001F26005A0346 /* MAColorForTag.mm */; }; 95CB697814001F26005A0346 /* MAColorForTag.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95CB697714001F26005A0346 /* MAColorForTag.mm */; };
95D8038B14012D7A000C0779 /* MADragging.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95D8038A14012D7A000C0779 /* MADragging.mm */; }; 95D8038B14012D7A000C0779 /* MADragging.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95D8038A14012D7A000C0779 /* MADragging.mm */; };
95D803A5140344CF000C0779 /* fwd.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95D803A1140344CF000C0779 /* fwd.icns */; };
95D803A6140344CF000C0779 /* pause.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95D803A2140344CF000C0779 /* pause.icns */; };
95D803A7140344CF000C0779 /* play.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95D803A3140344CF000C0779 /* play.icns */; };
95D803A8140344CF000C0779 /* rev.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95D803A4140344CF000C0779 /* rev.icns */; };
95D803AB14034E5F000C0779 /* anno.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95D803AA14034E5F000C0779 /* anno.icns */; };
95D803AD1403505F000C0779 /* del.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95D803AC1403505F000C0779 /* del.icns */; };
95D803B0140355E6000C0779 /* custom.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95D803AE140355E6000C0779 /* custom.icns */; };
95D803B1140355E6000C0779 /* print.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95D803AF140355E6000C0779 /* print.icns */; };
95E2027D13FE9BF500369B31 /* MAMovieWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E2027C13FE9BF500369B31 /* MAMovieWindow.m */; }; 95E2027D13FE9BF500369B31 /* MAMovieWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E2027C13FE9BF500369B31 /* MAMovieWindow.m */; };
95E2028113FE9C6C00369B31 /* MAMovie.xib in Resources */ = {isa = PBXBuildFile; fileRef = 95E2027F13FE9C6C00369B31 /* MAMovie.xib */; }; 95E2028113FE9C6C00369B31 /* MAMovie.xib in Resources */ = {isa = PBXBuildFile; fileRef = 95E2027F13FE9C6C00369B31 /* MAMovie.xib */; };
95E8C26713FD72D2004E9839 /* MAColorForURL.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95E8C26613FD72D2004E9839 /* MAColorForURL.mm */; }; 95E8C26713FD72D2004E9839 /* MAColorForURL.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95E8C26613FD72D2004E9839 /* MAColorForURL.mm */; };
@ -83,6 +91,14 @@
95CB697714001F26005A0346 /* MAColorForTag.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MAColorForTag.mm; sourceTree = "<group>"; }; 95CB697714001F26005A0346 /* MAColorForTag.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MAColorForTag.mm; sourceTree = "<group>"; };
95D8038914012D7A000C0779 /* MADragging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MADragging.h; sourceTree = "<group>"; }; 95D8038914012D7A000C0779 /* MADragging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MADragging.h; sourceTree = "<group>"; };
95D8038A14012D7A000C0779 /* MADragging.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MADragging.mm; sourceTree = "<group>"; }; 95D8038A14012D7A000C0779 /* MADragging.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MADragging.mm; sourceTree = "<group>"; };
95D803A1140344CF000C0779 /* fwd.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = fwd.icns; path = Resources/fwd.icns; sourceTree = "<group>"; };
95D803A2140344CF000C0779 /* pause.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = pause.icns; path = Resources/pause.icns; sourceTree = "<group>"; };
95D803A3140344CF000C0779 /* play.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = play.icns; path = Resources/play.icns; sourceTree = "<group>"; };
95D803A4140344CF000C0779 /* rev.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = rev.icns; path = Resources/rev.icns; sourceTree = "<group>"; };
95D803AA14034E5F000C0779 /* anno.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = anno.icns; path = Resources/anno.icns; sourceTree = "<group>"; };
95D803AC1403505F000C0779 /* del.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = del.icns; path = Resources/del.icns; sourceTree = "<group>"; };
95D803AE140355E6000C0779 /* custom.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = custom.icns; path = Resources/custom.icns; sourceTree = "<group>"; };
95D803AF140355E6000C0779 /* print.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = print.icns; path = Resources/print.icns; sourceTree = "<group>"; };
95E2027B13FE9BF500369B31 /* MAMovieWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MAMovieWindow.h; sourceTree = "<group>"; }; 95E2027B13FE9BF500369B31 /* MAMovieWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MAMovieWindow.h; sourceTree = "<group>"; };
95E2027C13FE9BF500369B31 /* MAMovieWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MAMovieWindow.m; sourceTree = "<group>"; }; 95E2027C13FE9BF500369B31 /* MAMovieWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MAMovieWindow.m; sourceTree = "<group>"; };
95E2028013FE9C6C00369B31 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = Medianno/en.lproj/MAMovie.xib; sourceTree = "<group>"; }; 95E2028013FE9C6C00369B31 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = Medianno/en.lproj/MAMovie.xib; sourceTree = "<group>"; };
@ -145,6 +161,14 @@
950BB67113F1F26200D8E669 /* Supporting Files */ = { 950BB67113F1F26200D8E669 /* Supporting Files */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
95D803AE140355E6000C0779 /* custom.icns */,
95D803AF140355E6000C0779 /* print.icns */,
95D803AC1403505F000C0779 /* del.icns */,
95D803AA14034E5F000C0779 /* anno.icns */,
95D803A1140344CF000C0779 /* fwd.icns */,
95D803A2140344CF000C0779 /* pause.icns */,
95D803A3140344CF000C0779 /* play.icns */,
95D803A4140344CF000C0779 /* rev.icns */,
95BCFA1F13F76A04000F650F /* app.icns */, 95BCFA1F13F76A04000F650F /* app.icns */,
95BCFA2013F76A04000F650F /* doc.icns */, 95BCFA2013F76A04000F650F /* doc.icns */,
950BB67213F1F26200D8E669 /* Medianno-Info.plist */, 950BB67213F1F26200D8E669 /* Medianno-Info.plist */,
@ -276,6 +300,14 @@
95BCFA2213F76A04000F650F /* doc.icns in Resources */, 95BCFA2213F76A04000F650F /* doc.icns in Resources */,
95E2028113FE9C6C00369B31 /* MAMovie.xib in Resources */, 95E2028113FE9C6C00369B31 /* MAMovie.xib in Resources */,
95CB6975140012FE005A0346 /* MATag.xib in Resources */, 95CB6975140012FE005A0346 /* MATag.xib in Resources */,
95D803A5140344CF000C0779 /* fwd.icns in Resources */,
95D803A6140344CF000C0779 /* pause.icns in Resources */,
95D803A7140344CF000C0779 /* play.icns in Resources */,
95D803A8140344CF000C0779 /* rev.icns in Resources */,
95D803AB14034E5F000C0779 /* anno.icns in Resources */,
95D803AD1403505F000C0779 /* del.icns in Resources */,
95D803B0140355E6000C0779 /* custom.icns in Resources */,
95D803B1140355E6000C0779 /* print.icns in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };

View File

@ -285,12 +285,21 @@ static const char * kMADocWindowObserver = "MADocWindowObserver";
if ([item action] == @selector(paste:)) if ([item action] == @selector(paste:))
return [self canPaste]; return [self canPaste];
NSMenuItem * menuItem = (NSMenuItem *)item;
if ([item action] == @selector(toggleMediaPlay:)) { if ([item action] == @selector(toggleMediaPlay:)) {
NSString * title;
if ([currentMovie rate] > 0.0f) if ([currentMovie rate] > 0.0f)
[menuItem setTitle:NSLocalizedString(@"Pause", @"Pause playback")]; title = NSLocalizedString(@"Pause", @"Pause playback");
else else
[menuItem setTitle:NSLocalizedString(@"Play", @"Start playback")]; title = NSLocalizedString(@"Play", @"Start playback");
if ([item isKindOfClass:[NSToolbarItem class]]) {
[item setLabel:title];
if ([currentMovie rate] > 0.0f)
[item setImage:[NSImage imageNamed:@"pause.icns"]];
else
[item setImage:[NSImage imageNamed:@"play.icns"]];
} else {
[item setTitle:title];
}
} }
return [mediaController selectionIndex] != NSNotFound; return [mediaController selectionIndex] != NSNotFound;
} }

Binary file not shown.

Binary file not shown.

BIN
Medianno/Resources/del.icns Normal file

Binary file not shown.

BIN
Medianno/Resources/fwd.icns Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Medianno/Resources/rev.icns Normal file

Binary file not shown.

View File

@ -21,7 +21,9 @@
</object> </object>
<object class="NSArray" key="IBDocument.IntegratedClassDependencies"> <object class="NSArray" key="IBDocument.IntegratedClassDependencies">
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<string>NSToolbarItem</string>
<string>NSButton</string> <string>NSButton</string>
<string>NSToolbarFlexibleSpaceItem</string>
<string>NSCustomObject</string> <string>NSCustomObject</string>
<string>NSArrayController</string> <string>NSArrayController</string>
<string>NSSplitView</string> <string>NSSplitView</string>
@ -29,15 +31,20 @@
<string>NSTableView</string> <string>NSTableView</string>
<string>NSTableCellView</string> <string>NSTableCellView</string>
<string>NSTextField</string> <string>NSTextField</string>
<string>NSSearchField</string>
<string>NSSearchFieldCell</string>
<string>NSToolbarSeparatorItem</string>
<string>NSWindowTemplate</string> <string>NSWindowTemplate</string>
<string>NSTextFieldCell</string> <string>NSTextFieldCell</string>
<string>NSButtonCell</string> <string>NSButtonCell</string>
<string>NSTableColumn</string> <string>NSTableColumn</string>
<string>NSBox</string> <string>NSBox</string>
<string>NSView</string> <string>NSView</string>
<string>NSToolbarSpaceItem</string>
<string>NSTokenFieldCell</string> <string>NSTokenFieldCell</string>
<string>NSScrollView</string> <string>NSScrollView</string>
<string>QTMovieView</string> <string>QTMovieView</string>
<string>NSToolbar</string>
<string>NSUserDefaultsController</string> <string>NSUserDefaultsController</string>
<string>NSScroller</string> <string>NSScroller</string>
<string>NSTableHeaderView</string> <string>NSTableHeaderView</string>
@ -64,13 +71,418 @@
<string key="NSClassName">FirstResponder</string> <string key="NSClassName">FirstResponder</string>
</object> </object>
<object class="NSWindowTemplate" id="275939982"> <object class="NSWindowTemplate" id="275939982">
<int key="NSWindowStyleMask">15</int> <int key="NSWindowStyleMask">4111</int>
<int key="NSWindowBacking">2</int> <int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{200, 400}, {1280, 809}}</string> <string key="NSWindowRect">{{200, 400}, {1280, 809}}</string>
<int key="NSWTFlags">1886912512</int> <int key="NSWTFlags">1886912512</int>
<string key="NSWindowTitle">Window</string> <string key="NSWindowTitle">Window</string>
<string key="NSWindowClass">MADocumentWindow</string> <string key="NSWindowClass">MADocumentWindow</string>
<string key="NSViewClass">View</string> <object class="NSToolbar" key="NSViewClass" id="222954750">
<object class="NSMutableString" key="NSToolbarIdentifier">
<characters key="NS.bytes">EA8EC1DA-CC5D-4AE8-8D57-425A1B52FC07</characters>
</object>
<nil key="NSToolbarDelegate"/>
<bool key="NSToolbarPrefersToBeShown">YES</bool>
<bool key="NSToolbarShowsBaselineSeparator">YES</bool>
<bool key="NSToolbarAllowsUserCustomization">YES</bool>
<bool key="NSToolbarAutosavesConfiguration">NO</bool>
<int key="NSToolbarDisplayMode">1</int>
<int key="NSToolbarSizeMode">1</int>
<object class="NSMutableDictionary" key="NSToolbarIBIdentifiedItems">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>10408ABC-594E-48CD-9161-E21F2A53A796</string>
<string>18B482DB-2594-4103-B3B2-1AFF904C6AC8</string>
<string>18FD3E74-6E8C-445B-B04D-55EDA8F7ECE7</string>
<string>4F6A0E70-BC8D-4D4C-8BEF-E1534A157008</string>
<string>664414C9-912C-4CDB-AA38-3FE2DED268DC</string>
<string>8C60B854-069F-498C-B9DA-51102A7886FD</string>
<string>D1B223FD-2B2A-471D-A6A4-0230D2846698</string>
<string>F098D458-9396-4287-B8C8-F9F580B07CFA</string>
<string>NSToolbarFlexibleSpaceItem</string>
<string>NSToolbarSeparatorItem</string>
<string>NSToolbarSpaceItem</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSToolbarItem" id="962020774">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">10408ABC-594E-48CD-9161-E21F2A53A796</characters>
</object>
<string key="NSToolbarItemLabel">Play</string>
<string key="NSToolbarItemPaletteLabel">Play</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">play</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">102</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="530605789">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">18B482DB-2594-4103-B3B2-1AFF904C6AC8</characters>
</object>
<string key="NSToolbarItemLabel">&lt;&lt;</string>
<string key="NSToolbarItemPaletteLabel">&lt;&lt;</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">rev</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">101</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="719161592">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">18FD3E74-6E8C-445B-B04D-55EDA8F7ECE7</characters>
</object>
<string key="NSToolbarItemLabel">Annotate</string>
<string key="NSToolbarItemPaletteLabel">Annotate</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">anno</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">104</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="136919366">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">4F6A0E70-BC8D-4D4C-8BEF-E1534A157008</characters>
</object>
<string key="NSToolbarItemLabel">&gt;&gt;</string>
<string key="NSToolbarItemPaletteLabel">&gt;&gt;</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">fwd</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">103</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="490181719">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">664414C9-912C-4CDB-AA38-3FE2DED268DC</characters>
</object>
<string key="NSToolbarItemLabel">Delete</string>
<string key="NSToolbarItemPaletteLabel">Delete</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">del</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">104</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="1015085479">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">8C60B854-069F-498C-B9DA-51102A7886FD</characters>
</object>
<string key="NSToolbarItemLabel">Print</string>
<string key="NSToolbarItemPaletteLabel">Print</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">print</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="957210769">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">D1B223FD-2B2A-471D-A6A4-0230D2846698</characters>
</object>
<string key="NSToolbarItemLabel">Customize</string>
<string key="NSToolbarItemPaletteLabel">Customize</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">custom</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="89055059">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">F098D458-9396-4287-B8C8-F9F580B07CFA</characters>
</object>
<string key="NSToolbarItemLabel">Search</string>
<string key="NSToolbarItemPaletteLabel">Search</string>
<nil key="NSToolbarItemToolTip"/>
<object class="NSSearchField" key="NSToolbarItemView" id="891639952">
<reference key="NSNextResponder"/>
<int key="NSvFlags">268</int>
<string key="NSFrame">{{0, 14}, {96, 22}}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:123</string>
<int key="NSTag">100</int>
<bool key="NSEnabled">YES</bool>
<object class="NSSearchFieldCell" key="NSCell" id="774960126">
<int key="NSCellFlags">343014976</int>
<int key="NSCellFlags2">268436544</int>
<string key="NSContents"/>
<object class="NSFont" key="NSSupport" id="23905036">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<string key="NSCellIdentifier">_NS:123</string>
<reference key="NSControlView" ref="891639952"/>
<bool key="NSDrawsBackground">YES</bool>
<int key="NSTextBezelStyle">1</int>
<object class="NSColor" key="NSBackgroundColor" id="710226200">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">textBackgroundColor</string>
<object class="NSColor" key="NSColor" id="436396164">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
</object>
<object class="NSColor" key="NSTextColor" id="288648873">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<object class="NSColor" key="NSColor" id="1064784368">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
<object class="NSButtonCell" key="NSSearchButtonCell">
<int key="NSCellFlags">130560</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">search</string>
<reference key="NSControlView" ref="891639952"/>
<string key="NSAction">_searchFieldSearch:</string>
<reference key="NSTarget" ref="774960126"/>
<int key="NSButtonFlags">138690815</int>
<int key="NSButtonFlags2">0</int>
<string key="NSKeyEquivalent"/>
<int key="NSPeriodicDelay">400</int>
<int key="NSPeriodicInterval">75</int>
</object>
<object class="NSButtonCell" key="NSCancelButtonCell">
<int key="NSCellFlags">130560</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">clear</string>
<object class="NSMutableArray" key="NSAccessibilityOverriddenAttributes">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSMutableDictionary">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>AXDescription</string>
<string>NSAccessibilityEncodedAttributesValueType</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>cancel</string>
<integer value="1"/>
</object>
</object>
</object>
<reference key="NSControlView" ref="891639952"/>
<string key="NSAction">_searchFieldCancel:</string>
<reference key="NSTarget" ref="774960126"/>
<int key="NSButtonFlags">138690815</int>
<int key="NSButtonFlags2">0</int>
<string key="NSKeyEquivalent"/>
<int key="NSPeriodicDelay">400</int>
<int key="NSPeriodicInterval">75</int>
</object>
<int key="NSMaximumRecents">255</int>
</object>
</object>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{96, 22}</string>
<string key="NSToolbarItemMaxSize">{200, 22}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">100</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarFlexibleSpaceItem" id="585433049">
<string key="NSToolbarItemIdentifier">NSToolbarFlexibleSpaceItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Flexible Space</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{1, 5}</string>
<string key="NSToolbarItemMaxSize">{20000, 32}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<object class="NSCustomResource" key="NSOnImage" id="279960170">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSMenuCheckmark</string>
</object>
<object class="NSCustomResource" key="NSMixedImage" id="644142146">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSMenuMixedState</string>
</object>
</object>
</object>
<object class="NSToolbarSeparatorItem" id="916551158">
<string key="NSToolbarItemIdentifier">NSToolbarSeparatorItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Separator</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{12, 5}</string>
<string key="NSToolbarItemMaxSize">{12, 1000}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="279960170"/>
<reference key="NSMixedImage" ref="644142146"/>
</object>
</object>
<object class="NSToolbarSpaceItem" id="202060684">
<string key="NSToolbarItemIdentifier">NSToolbarSpaceItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Space</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{32, 5}</string>
<string key="NSToolbarItemMaxSize">{32, 32}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="279960170"/>
<reference key="NSMixedImage" ref="644142146"/>
</object>
</object>
</object>
</object>
<object class="NSMutableArray" key="NSToolbarIBAllowedItems">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="202060684"/>
<reference ref="585433049"/>
<reference ref="916551158"/>
<reference ref="530605789"/>
<reference ref="962020774"/>
<reference ref="136919366"/>
<reference ref="719161592"/>
<reference ref="89055059"/>
<reference ref="490181719"/>
<reference ref="1015085479"/>
<reference ref="957210769"/>
</object>
<object class="NSMutableArray" key="NSToolbarIBDefaultItems">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="490181719"/>
<reference ref="585433049"/>
<reference ref="202060684"/>
<reference ref="202060684"/>
<reference ref="719161592"/>
<reference ref="202060684"/>
<reference ref="530605789"/>
<reference ref="962020774"/>
<reference ref="136919366"/>
<reference ref="585433049"/>
<reference ref="89055059"/>
</object>
<reference key="NSToolbarIBSelectableItems" ref="0"/>
</object>
<nil key="NSUserInterfaceItemIdentifier"/> <nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{450, 400}</string> <string key="NSWindowContentMinSize">{450, 400}</string>
<object class="NSView" key="NSWindowView" id="568628114"> <object class="NSView" key="NSWindowView" id="568628114">
@ -141,21 +553,14 @@
<int key="NSColorSpace">6</int> <int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string> <string key="NSCatalogName">System</string>
<string key="NSColorName">headerTextColor</string> <string key="NSColorName">headerTextColor</string>
<object class="NSColor" key="NSColor" id="1064784368"> <reference key="NSColor" ref="1064784368"/>
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object> </object>
</object> </object>
<object class="NSTextFieldCell" key="NSDataCell" id="833593490"> <object class="NSTextFieldCell" key="NSDataCell" id="833593490">
<int key="NSCellFlags">337772096</int> <int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int> <int key="NSCellFlags2">2048</int>
<string key="NSContents">Text Cell</string> <string key="NSContents">Text Cell</string>
<object class="NSFont" key="NSSupport" id="23905036"> <reference key="NSSupport" ref="23905036"/>
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<reference key="NSControlView" ref="215129609"/> <reference key="NSControlView" ref="215129609"/>
<object class="NSColor" key="NSBackgroundColor" id="1040976304"> <object class="NSColor" key="NSBackgroundColor" id="1040976304">
<int key="NSColorSpace">6</int> <int key="NSColorSpace">6</int>
@ -166,12 +571,7 @@
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes> <bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object> </object>
</object> </object>
<object class="NSColor" key="NSTextColor" id="288648873"> <reference key="NSTextColor" ref="288648873"/>
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<reference key="NSColor" ref="1064784368"/>
</object>
</object> </object>
<int key="NSResizingMask">3</int> <int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool> <bool key="NSIsResizeable">YES</bool>
@ -217,10 +617,7 @@
<int key="NSColorSpace">6</int> <int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string> <string key="NSCatalogName">System</string>
<string key="NSColorName">headerColor</string> <string key="NSColorName">headerColor</string>
<object class="NSColor" key="NSColor" id="436396164"> <reference key="NSColor" ref="436396164"/>
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
</object> </object>
<reference key="NSTextColor" ref="284725230"/> <reference key="NSTextColor" ref="284725230"/>
</object> </object>
@ -626,12 +1023,7 @@
<int key="NSCellFlags2">0</int> <int key="NSCellFlags2">0</int>
<string key="NSContents">Box</string> <string key="NSContents">Box</string>
<reference key="NSSupport" ref="26"/> <reference key="NSSupport" ref="26"/>
<object class="NSColor" key="NSBackgroundColor" id="710226200"> <reference key="NSBackgroundColor" ref="710226200"/>
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">textBackgroundColor</string>
<reference key="NSColor" ref="436396164"/>
</object>
<object class="NSColor" key="NSTextColor"> <object class="NSColor" key="NSTextColor">
<int key="NSColorSpace">3</int> <int key="NSColorSpace">3</int>
<bytes key="NSWhite">MCAwLjgwMDAwMDAxMTkAA</bytes> <bytes key="NSWhite">MCAwLjgwMDAwMDAxMTkAA</bytes>
@ -657,8 +1049,8 @@
<reference key="NSWindow"/> <reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="196617426"/> <reference key="NSNextKeyView" ref="196617426"/>
</object> </object>
<string key="NSScreenRect">{{0, 0}, {2560, 1418}}</string> <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string>
<string key="NSMinSize">{450, 422}</string> <string key="NSMinSize">{450, 478}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string> <string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<int key="NSWindowCollectionBehavior">128</int> <int key="NSWindowCollectionBehavior">128</int>
<bool key="NSWindowIsRestorable">YES</bool> <bool key="NSWindowIsRestorable">YES</bool>
@ -1348,6 +1740,54 @@
</object> </object>
<int key="connectionID">100262</int> <int key="connectionID">100262</int>
</object> </object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">mediaSkipBackward:</string>
<reference key="source" ref="613418571"/>
<reference key="destination" ref="530605789"/>
</object>
<int key="connectionID">100274</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">toggleMediaPlay:</string>
<reference key="source" ref="613418571"/>
<reference key="destination" ref="962020774"/>
</object>
<int key="connectionID">100275</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">mediaSkipForward:</string>
<reference key="source" ref="613418571"/>
<reference key="destination" ref="136919366"/>
</object>
<int key="connectionID">100276</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">addAnnotation:</string>
<reference key="source" ref="613418571"/>
<reference key="destination" ref="719161592"/>
</object>
<int key="connectionID">100282</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">delete:</string>
<reference key="source" ref="613418571"/>
<reference key="destination" ref="490181719"/>
</object>
<int key="connectionID">100284</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">runToolbarCustomizationPalette:</string>
<reference key="source" ref="613418571"/>
<reference key="destination" ref="957210769"/>
</object>
<int key="connectionID">100288</int>
</object>
</object> </object>
<object class="IBMutableOrderedSet" key="objectRecords"> <object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects"> <object class="NSArray" key="orderedObjects">
@ -1376,6 +1816,7 @@
<object class="NSMutableArray" key="children"> <object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="568628114"/> <reference ref="568628114"/>
<reference ref="222954750"/>
</object> </object>
<reference key="parent" ref="0"/> <reference key="parent" ref="0"/>
<string key="objectName">Window</string> <string key="objectName">Window</string>
@ -1736,6 +2177,98 @@
<reference key="object" ref="397127771"/> <reference key="object" ref="397127771"/>
<reference key="parent" ref="1023793026"/> <reference key="parent" ref="1023793026"/>
</object> </object>
<object class="IBObjectRecord">
<int key="objectID">100263</int>
<reference key="object" ref="222954750"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="202060684"/>
<reference ref="585433049"/>
<reference ref="916551158"/>
<reference ref="530605789"/>
<reference ref="962020774"/>
<reference ref="136919366"/>
<reference ref="719161592"/>
<reference ref="89055059"/>
<reference ref="490181719"/>
<reference ref="1015085479"/>
<reference ref="957210769"/>
</object>
<reference key="parent" ref="275939982"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100267</int>
<reference key="object" ref="202060684"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100268</int>
<reference key="object" ref="585433049"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100269</int>
<reference key="object" ref="916551158"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100271</int>
<reference key="object" ref="530605789"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100272</int>
<reference key="object" ref="962020774"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100273</int>
<reference key="object" ref="136919366"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100278</int>
<reference key="object" ref="719161592"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100281</int>
<reference key="object" ref="89055059"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="891639952"/>
</object>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100279</int>
<reference key="object" ref="891639952"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="774960126"/>
</object>
<reference key="parent" ref="89055059"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100280</int>
<reference key="object" ref="774960126"/>
<reference key="parent" ref="891639952"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100283</int>
<reference key="object" ref="490181719"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100286</int>
<reference key="object" ref="1015085479"/>
<reference key="parent" ref="222954750"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100287</int>
<reference key="object" ref="957210769"/>
<reference key="parent" ref="222954750"/>
</object>
</object> </object>
</object> </object>
<object class="NSMutableDictionary" key="flattenedProperties"> <object class="NSMutableDictionary" key="flattenedProperties">
@ -1800,6 +2333,20 @@
<string>100237.IBPluginDependency</string> <string>100237.IBPluginDependency</string>
<string>100238.IBPluginDependency</string> <string>100238.IBPluginDependency</string>
<string>100239.IBPluginDependency</string> <string>100239.IBPluginDependency</string>
<string>100263.IBPluginDependency</string>
<string>100267.IBPluginDependency</string>
<string>100268.IBPluginDependency</string>
<string>100269.IBPluginDependency</string>
<string>100271.IBPluginDependency</string>
<string>100272.IBPluginDependency</string>
<string>100273.IBPluginDependency</string>
<string>100278.IBPluginDependency</string>
<string>100279.IBPluginDependency</string>
<string>100280.IBPluginDependency</string>
<string>100281.IBPluginDependency</string>
<string>100283.IBPluginDependency</string>
<string>100286.IBPluginDependency</string>
<string>100287.IBPluginDependency</string>
<string>5.IBNSWindowAutoPositionCentersHorizontal</string> <string>5.IBNSWindowAutoPositionCentersHorizontal</string>
<string>5.IBNSWindowAutoPositionCentersVertical</string> <string>5.IBNSWindowAutoPositionCentersVertical</string>
<string>5.IBPluginDependency</string> <string>5.IBPluginDependency</string>
@ -1875,6 +2422,20 @@
<string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<boolean value="NO"/> <boolean value="NO"/>
<boolean value="NO"/> <boolean value="NO"/>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
@ -1894,7 +2455,7 @@
<reference key="dict.values" ref="0"/> <reference key="dict.values" ref="0"/>
</object> </object>
<nil key="sourceID"/> <nil key="sourceID"/>
<int key="maxID">100262</int> <int key="maxID">100288</int>
</object> </object>
<object class="IBClassDescriber" key="IBDocument.Classes"> <object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions"> <object class="NSMutableArray" key="referencedPartialClassDescriptions">
@ -1908,11 +2469,15 @@
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<string>addAnnotation:</string> <string>addAnnotation:</string>
<string>addMediaFiles:</string> <string>addMediaFiles:</string>
<string>copy:</string>
<string>cut:</string>
<string>delete:</string>
<string>exportMedia:</string> <string>exportMedia:</string>
<string>exportText:</string> <string>exportText:</string>
<string>importText:</string> <string>importText:</string>
<string>mediaSkipBackward:</string> <string>mediaSkipBackward:</string>
<string>mediaSkipForward:</string> <string>mediaSkipForward:</string>
<string>paste:</string>
<string>toggleMediaPlay:</string> <string>toggleMediaPlay:</string>
</object> </object>
<object class="NSMutableArray" key="dict.values"> <object class="NSMutableArray" key="dict.values">
@ -1925,6 +2490,10 @@
<string>id</string> <string>id</string>
<string>id</string> <string>id</string>
<string>id</string> <string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
</object> </object>
</object> </object>
<object class="NSMutableDictionary" key="actionInfosByName"> <object class="NSMutableDictionary" key="actionInfosByName">
@ -1933,11 +2502,15 @@
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<string>addAnnotation:</string> <string>addAnnotation:</string>
<string>addMediaFiles:</string> <string>addMediaFiles:</string>
<string>copy:</string>
<string>cut:</string>
<string>delete:</string>
<string>exportMedia:</string> <string>exportMedia:</string>
<string>exportText:</string> <string>exportText:</string>
<string>importText:</string> <string>importText:</string>
<string>mediaSkipBackward:</string> <string>mediaSkipBackward:</string>
<string>mediaSkipForward:</string> <string>mediaSkipForward:</string>
<string>paste:</string>
<string>toggleMediaPlay:</string> <string>toggleMediaPlay:</string>
</object> </object>
<object class="NSMutableArray" key="dict.values"> <object class="NSMutableArray" key="dict.values">
@ -1950,6 +2523,18 @@
<string key="name">addMediaFiles:</string> <string key="name">addMediaFiles:</string>
<string key="candidateClassName">id</string> <string key="candidateClassName">id</string>
</object> </object>
<object class="IBActionInfo">
<string key="name">copy:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">cut:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">delete:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo"> <object class="IBActionInfo">
<string key="name">exportMedia:</string> <string key="name">exportMedia:</string>
<string key="candidateClassName">id</string> <string key="candidateClassName">id</string>
@ -1970,6 +2555,10 @@
<string key="name">mediaSkipForward:</string> <string key="name">mediaSkipForward:</string>
<string key="candidateClassName">id</string> <string key="candidateClassName">id</string>
</object> </object>
<object class="IBActionInfo">
<string key="name">paste:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo"> <object class="IBActionInfo">
<string key="name">toggleMediaPlay:</string> <string key="name">toggleMediaPlay:</string>
<string key="candidateClassName">id</string> <string key="candidateClassName">id</string>
@ -1984,7 +2573,6 @@
<string>annotationTable</string> <string>annotationTable</string>
<string>mediaController</string> <string>mediaController</string>
<string>mediaTable</string> <string>mediaTable</string>
<string>moviePanel</string>
<string>movieView</string> <string>movieView</string>
<string>textExportAccessoryView</string> <string>textExportAccessoryView</string>
</object> </object>
@ -1994,7 +2582,6 @@
<string>NSTableView</string> <string>NSTableView</string>
<string>NSArrayController</string> <string>NSArrayController</string>
<string>NSTableView</string> <string>NSTableView</string>
<string>MAMovieWindow</string>
<string>QTMovieView</string> <string>QTMovieView</string>
<string>NSView</string> <string>NSView</string>
</object> </object>
@ -2007,7 +2594,6 @@
<string>annotationTable</string> <string>annotationTable</string>
<string>mediaController</string> <string>mediaController</string>
<string>mediaTable</string> <string>mediaTable</string>
<string>moviePanel</string>
<string>movieView</string> <string>movieView</string>
<string>textExportAccessoryView</string> <string>textExportAccessoryView</string>
</object> </object>
@ -2029,10 +2615,6 @@
<string key="name">mediaTable</string> <string key="name">mediaTable</string>
<string key="candidateClassName">NSTableView</string> <string key="candidateClassName">NSTableView</string>
</object> </object>
<object class="IBToOneOutletInfo">
<string key="name">moviePanel</string>
<string key="candidateClassName">MAMovieWindow</string>
</object>
<object class="IBToOneOutletInfo"> <object class="IBToOneOutletInfo">
<string key="name">movieView</string> <string key="name">movieView</string>
<string key="candidateClassName">QTMovieView</string> <string key="candidateClassName">QTMovieView</string>
@ -2057,33 +2639,89 @@
</object> </object>
</object> </object>
<object class="IBPartialClassDescription"> <object class="IBPartialClassDescription">
<string key="className">MAMovieWindow</string> <string key="className">MATagWindow</string>
<string key="superclassName">NSWindowController</string> <string key="superclassName">NSWindowController</string>
<object class="NSMutableDictionary" key="actions"> <object class="NSMutableDictionary" key="actions">
<string key="NS.key.0">toggleWindow:</string> <bool key="EncodedWithXMLCoder">YES</bool>
<string key="NS.object.0">id</string> <object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>copy:</string>
<string>cut:</string>
<string>delete:</string>
<string>toggleWindow:</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
</object>
</object> </object>
<object class="NSMutableDictionary" key="actionInfosByName"> <object class="NSMutableDictionary" key="actionInfosByName">
<string key="NS.key.0">toggleWindow:</string> <bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBActionInfo" key="NS.object.0"> <object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>copy:</string>
<string>cut:</string>
<string>delete:</string>
<string>toggleWindow:</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBActionInfo">
<string key="name">copy:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">cut:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">delete:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">toggleWindow:</string> <string key="name">toggleWindow:</string>
<string key="candidateClassName">id</string> <string key="candidateClassName">id</string>
</object> </object>
</object> </object>
</object>
<object class="NSMutableDictionary" key="outlets"> <object class="NSMutableDictionary" key="outlets">
<string key="NS.key.0">panelMovieView</string> <bool key="EncodedWithXMLCoder">YES</bool>
<string key="NS.object.0">QTMovieView</string> <object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>tagController</string>
<string>tagTable</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>NSArrayController</string>
<string>NSTableView</string>
</object>
</object> </object>
<object class="NSMutableDictionary" key="toOneOutletInfosByName"> <object class="NSMutableDictionary" key="toOneOutletInfosByName">
<string key="NS.key.0">panelMovieView</string> <bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBToOneOutletInfo" key="NS.object.0"> <object class="NSArray" key="dict.sortedKeys">
<string key="name">panelMovieView</string> <bool key="EncodedWithXMLCoder">YES</bool>
<string key="candidateClassName">QTMovieView</string> <string>tagController</string>
<string>tagTable</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBToOneOutletInfo">
<string key="name">tagController</string>
<string key="candidateClassName">NSArrayController</string>
</object>
<object class="IBToOneOutletInfo">
<string key="name">tagTable</string>
<string key="candidateClassName">NSTableView</string>
</object>
</object> </object>
</object> </object>
<object class="IBClassDescriptionSource" key="sourceIdentifier"> <object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string> <string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/MAMovieWindow.h</string> <string key="minorKey">./Classes/MATagWindow.h</string>
</object> </object>
</object> </object>
<object class="IBPartialClassDescription"> <object class="IBPartialClassDescription">
@ -2105,8 +2743,33 @@
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int> <int key="IBDocument.defaultPropertyAccessControl">3</int>
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes"> <object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="NS.key.0">NSSwitch</string> <bool key="EncodedWithXMLCoder">YES</bool>
<string key="NS.object.0">{15, 15}</string> <object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>NSMenuCheckmark</string>
<string>NSMenuMixedState</string>
<string>NSSwitch</string>
<string>anno</string>
<string>custom</string>
<string>del</string>
<string>fwd</string>
<string>play</string>
<string>print</string>
<string>rev</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>{9, 8}</string>
<string>{7, 2}</string>
<string>{15, 15}</string>
<string>{512, 512}</string>
<string>{512, 512}</string>
<string>{512, 512}</string>
<string>{512, 512}</string>
<string>{512, 512}</string>
<string>{512, 512}</string>
<string>{512, 512}</string>
</object>
</object> </object>
</data> </data>
</archive> </archive>

View File

@ -12,16 +12,23 @@
</object> </object>
<object class="NSArray" key="IBDocument.IntegratedClassDependencies"> <object class="NSArray" key="IBDocument.IntegratedClassDependencies">
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<string>NSView</string> <string>NSToolbar</string>
<string>NSTableView</string>
<string>NSScrollView</string>
<string>NSWindowTemplate</string>
<string>NSArrayController</string>
<string>NSTextFieldCell</string>
<string>NSTableHeaderView</string>
<string>NSTableColumn</string>
<string>NSScroller</string> <string>NSScroller</string>
<string>NSArrayController</string>
<string>NSTableHeaderView</string>
<string>NSToolbarFlexibleSpaceItem</string>
<string>NSScrollView</string>
<string>NSTextFieldCell</string>
<string>NSToolbarSpaceItem</string>
<string>NSTableView</string>
<string>NSSearchField</string>
<string>NSToolbarSeparatorItem</string>
<string>NSSearchFieldCell</string>
<string>NSCustomObject</string> <string>NSCustomObject</string>
<string>NSView</string>
<string>NSWindowTemplate</string>
<string>NSTableColumn</string>
<string>NSToolbarItem</string>
</object> </object>
<object class="NSArray" key="IBDocument.PluginDependencies"> <object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
@ -49,10 +56,311 @@
<int key="NSWindowStyleMask">31</int> <int key="NSWindowStyleMask">31</int>
<int key="NSWindowBacking">2</int> <int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{1636, 136}, {800, 450}}</string> <string key="NSWindowRect">{{1636, 136}, {800, 450}}</string>
<int key="NSWTFlags">-1538259968</int> <int key="NSWTFlags">-1538260992</int>
<string key="NSWindowTitle">Window</string> <string key="NSWindowTitle">Window</string>
<string key="NSWindowClass">NSPanel</string> <string key="NSWindowClass">NSPanel</string>
<nil key="NSViewClass"/> <object class="NSToolbar" key="NSViewClass" id="542084521">
<object class="NSMutableString" key="NSToolbarIdentifier">
<characters key="NS.bytes">B3C93854-D972-4743-8886-DAEEED327B9C</characters>
</object>
<nil key="NSToolbarDelegate"/>
<bool key="NSToolbarPrefersToBeShown">YES</bool>
<bool key="NSToolbarShowsBaselineSeparator">YES</bool>
<bool key="NSToolbarAllowsUserCustomization">YES</bool>
<bool key="NSToolbarAutosavesConfiguration">NO</bool>
<int key="NSToolbarDisplayMode">1</int>
<int key="NSToolbarSizeMode">1</int>
<object class="NSMutableDictionary" key="NSToolbarIBIdentifiedItems">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>3C1C32D3-EB99-412B-A6FE-3FAC40C629A3</string>
<string>47827471-E838-4124-A1BA-98FF25A818A1</string>
<string>64072EEF-055D-461B-919D-E5E0C86244B7</string>
<string>BEE4B38A-FD9C-4FF2-8CBA-EEE703136B13</string>
<string>NSToolbarFlexibleSpaceItem</string>
<string>NSToolbarSeparatorItem</string>
<string>NSToolbarSpaceItem</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSToolbarItem" id="883162871">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">3C1C32D3-EB99-412B-A6FE-3FAC40C629A3</characters>
</object>
<string key="NSToolbarItemLabel">Print</string>
<string key="NSToolbarItemPaletteLabel">Print</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">print</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="111091443">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">47827471-E838-4124-A1BA-98FF25A818A1</characters>
</object>
<string key="NSToolbarItemLabel">Delete</string>
<string key="NSToolbarItemPaletteLabel">Delete</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">del</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">101</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="151901068">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">64072EEF-055D-461B-919D-E5E0C86244B7</characters>
</object>
<string key="NSToolbarItemLabel">Customize</string>
<string key="NSToolbarItemPaletteLabel">Customize</string>
<string key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">custom</string>
</object>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" id="945682723">
<object class="NSMutableString" key="NSToolbarItemIdentifier">
<characters key="NS.bytes">BEE4B38A-FD9C-4FF2-8CBA-EEE703136B13</characters>
</object>
<string key="NSToolbarItemLabel">Search</string>
<string key="NSToolbarItemPaletteLabel">Search</string>
<nil key="NSToolbarItemToolTip"/>
<object class="NSSearchField" key="NSToolbarItemView" id="1017784973">
<reference key="NSNextResponder"/>
<int key="NSvFlags">268</int>
<string key="NSFrame">{{0, 14}, {96, 22}}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:123</string>
<int key="NSTag">100</int>
<bool key="NSEnabled">YES</bool>
<object class="NSSearchFieldCell" key="NSCell" id="444474217">
<int key="NSCellFlags">343014976</int>
<int key="NSCellFlags2">268436544</int>
<string key="NSContents"/>
<object class="NSFont" key="NSSupport" id="162626674">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<string key="NSCellIdentifier">_NS:123</string>
<reference key="NSControlView" ref="1017784973"/>
<bool key="NSDrawsBackground">YES</bool>
<int key="NSTextBezelStyle">1</int>
<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="11479732">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
</object>
<object class="NSColor" key="NSTextColor" id="502285848">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<object class="NSColor" key="NSColor" id="933876370">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
<object class="NSButtonCell" key="NSSearchButtonCell">
<int key="NSCellFlags">130560</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">search</string>
<reference key="NSControlView" ref="1017784973"/>
<string key="NSAction">_searchFieldSearch:</string>
<reference key="NSTarget" ref="444474217"/>
<int key="NSButtonFlags">138690815</int>
<int key="NSButtonFlags2">0</int>
<string key="NSKeyEquivalent"/>
<int key="NSPeriodicDelay">400</int>
<int key="NSPeriodicInterval">75</int>
</object>
<object class="NSButtonCell" key="NSCancelButtonCell">
<int key="NSCellFlags">130560</int>
<int key="NSCellFlags2">0</int>
<string key="NSContents">clear</string>
<object class="NSMutableArray" key="NSAccessibilityOverriddenAttributes">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSMutableDictionary">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>AXDescription</string>
<string>NSAccessibilityEncodedAttributesValueType</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>cancel</string>
<integer value="1"/>
</object>
</object>
</object>
<reference key="NSControlView" ref="1017784973"/>
<string key="NSAction">_searchFieldCancel:</string>
<reference key="NSTarget" ref="444474217"/>
<int key="NSButtonFlags">138690815</int>
<int key="NSButtonFlags2">0</int>
<string key="NSKeyEquivalent"/>
<int key="NSPeriodicDelay">400</int>
<int key="NSPeriodicInterval">75</int>
</object>
<int key="NSMaximumRecents">255</int>
</object>
</object>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{96, 22}</string>
<string key="NSToolbarItemMaxSize">{200, 22}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">100</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarFlexibleSpaceItem" id="293195314">
<string key="NSToolbarItemIdentifier">NSToolbarFlexibleSpaceItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Flexible Space</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{1, 5}</string>
<string key="NSToolbarItemMaxSize">{20000, 32}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<object class="NSCustomResource" key="NSOnImage" id="584373091">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSMenuCheckmark</string>
</object>
<object class="NSCustomResource" key="NSMixedImage" id="1038356401">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSMenuMixedState</string>
</object>
</object>
</object>
<object class="NSToolbarSeparatorItem" id="108203744">
<string key="NSToolbarItemIdentifier">NSToolbarSeparatorItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Separator</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{12, 5}</string>
<string key="NSToolbarItemMaxSize">{12, 1000}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="584373091"/>
<reference key="NSMixedImage" ref="1038356401"/>
</object>
</object>
<object class="NSToolbarSpaceItem" id="322836176">
<string key="NSToolbarItemIdentifier">NSToolbarSpaceItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Space</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{32, 5}</string>
<string key="NSToolbarItemMaxSize">{32, 32}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="584373091"/>
<reference key="NSMixedImage" ref="1038356401"/>
</object>
</object>
</object>
</object>
<object class="NSMutableArray" key="NSToolbarIBAllowedItems">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="322836176"/>
<reference ref="293195314"/>
<reference ref="108203744"/>
<reference ref="945682723"/>
<reference ref="111091443"/>
<reference ref="883162871"/>
<reference ref="151901068"/>
</object>
<object class="NSMutableArray" key="NSToolbarIBDefaultItems">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="111091443"/>
<reference ref="293195314"/>
<reference ref="945682723"/>
</object>
<reference key="NSToolbarIBSelectableItems" ref="0"/>
</object>
<nil key="NSUserInterfaceItemIdentifier"/> <nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{250, 100}</string> <string key="NSWindowContentMinSize">{250, 100}</string>
<object class="NSView" key="NSWindowView" id="19986666"> <object class="NSView" key="NSWindowView" id="19986666">
@ -118,21 +426,14 @@
<int key="NSColorSpace">6</int> <int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string> <string key="NSCatalogName">System</string>
<string key="NSColorName">headerTextColor</string> <string key="NSColorName">headerTextColor</string>
<object class="NSColor" key="NSColor" id="933876370"> <reference key="NSColor" ref="933876370"/>
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object> </object>
</object> </object>
<object class="NSTextFieldCell" key="NSDataCell" id="450240365"> <object class="NSTextFieldCell" key="NSDataCell" id="450240365">
<int key="NSCellFlags">337772096</int> <int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int> <int key="NSCellFlags2">2048</int>
<string key="NSContents">Text Cell</string> <string key="NSContents">Text Cell</string>
<object class="NSFont" key="NSSupport" id="162626674"> <reference key="NSSupport" ref="162626674"/>
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<reference key="NSControlView" ref="212334909"/> <reference key="NSControlView" ref="212334909"/>
<object class="NSColor" key="NSBackgroundColor" id="589747492"> <object class="NSColor" key="NSBackgroundColor" id="589747492">
<int key="NSColorSpace">6</int> <int key="NSColorSpace">6</int>
@ -143,12 +444,7 @@
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes> <bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object> </object>
</object> </object>
<object class="NSColor" key="NSTextColor" id="502285848"> <reference key="NSTextColor" ref="502285848"/>
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<reference key="NSColor" ref="933876370"/>
</object>
</object> </object>
<int key="NSResizingMask">3</int> <int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool> <bool key="NSIsResizeable">YES</bool>
@ -184,10 +480,7 @@
</object> </object>
<double key="NSIntercellSpacingWidth">3</double> <double key="NSIntercellSpacingWidth">3</double>
<double key="NSIntercellSpacingHeight">2</double> <double key="NSIntercellSpacingHeight">2</double>
<object class="NSColor" key="NSBackgroundColor"> <reference key="NSBackgroundColor" ref="11479732"/>
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
<object class="NSColor" key="NSGridColor"> <object class="NSColor" key="NSGridColor">
<int key="NSColorSpace">6</int> <int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string> <string key="NSCatalogName">System</string>
@ -281,8 +574,8 @@
<reference key="NSNextKeyView" ref="296418393"/> <reference key="NSNextKeyView" ref="296418393"/>
<string key="NSReuseIdentifierKey">_NS:2837</string> <string key="NSReuseIdentifierKey">_NS:2837</string>
</object> </object>
<string key="NSScreenRect">{{0, 0}, {2560, 1418}}</string> <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string>
<string key="NSMinSize">{250, 116}</string> <string key="NSMinSize">{250, 172}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string> <string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<bool key="NSWindowIsRestorable">YES</bool> <bool key="NSWindowIsRestorable">YES</bool>
</object> </object>
@ -450,6 +743,22 @@
</object> </object>
<int key="connectionID">42</int> <int key="connectionID">42</int>
</object> </object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">delete:</string>
<reference key="source" ref="1003"/>
<reference key="destination" ref="111091443"/>
</object>
<int key="connectionID">58</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">runToolbarCustomizationPalette:</string>
<reference key="source" ref="1003"/>
<reference key="destination" ref="151901068"/>
</object>
<int key="connectionID">62</int>
</object>
</object> </object>
<object class="IBMutableOrderedSet" key="objectRecords"> <object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects"> <object class="NSArray" key="orderedObjects">
@ -484,6 +793,7 @@
<object class="NSMutableArray" key="children"> <object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="19986666"/> <reference ref="19986666"/>
<reference ref="542084521"/>
</object> </object>
<reference key="parent" ref="0"/> <reference key="parent" ref="0"/>
</object> </object>
@ -567,6 +877,74 @@
<reference key="object" ref="450240365"/> <reference key="object" ref="450240365"/>
<reference key="parent" ref="162809630"/> <reference key="parent" ref="162809630"/>
</object> </object>
<object class="IBObjectRecord">
<int key="objectID">43</int>
<reference key="object" ref="542084521"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="322836176"/>
<reference ref="293195314"/>
<reference ref="945682723"/>
<reference ref="108203744"/>
<reference ref="111091443"/>
<reference ref="883162871"/>
<reference ref="151901068"/>
</object>
<reference key="parent" ref="1011577982"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">47</int>
<reference key="object" ref="322836176"/>
<reference key="parent" ref="542084521"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">48</int>
<reference key="object" ref="293195314"/>
<reference key="parent" ref="542084521"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">51</int>
<reference key="object" ref="945682723"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="1017784973"/>
</object>
<reference key="parent" ref="542084521"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">49</int>
<reference key="object" ref="1017784973"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="444474217"/>
</object>
<reference key="parent" ref="945682723"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">50</int>
<reference key="object" ref="444474217"/>
<reference key="parent" ref="1017784973"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">52</int>
<reference key="object" ref="108203744"/>
<reference key="parent" ref="542084521"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">57</int>
<reference key="object" ref="111091443"/>
<reference key="parent" ref="542084521"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">60</int>
<reference key="object" ref="883162871"/>
<reference key="parent" ref="542084521"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">61</int>
<reference key="object" ref="151901068"/>
<reference key="parent" ref="542084521"/>
</object>
</object> </object>
</object> </object>
<object class="NSMutableDictionary" key="flattenedProperties"> <object class="NSMutableDictionary" key="flattenedProperties">
@ -587,7 +965,17 @@
<string>3.IBPluginDependency</string> <string>3.IBPluginDependency</string>
<string>3.NSWindowTemplate.visibleAtLaunch</string> <string>3.NSWindowTemplate.visibleAtLaunch</string>
<string>4.IBPluginDependency</string> <string>4.IBPluginDependency</string>
<string>43.IBPluginDependency</string>
<string>47.IBPluginDependency</string>
<string>48.IBPluginDependency</string>
<string>49.IBPluginDependency</string>
<string>5.IBPluginDependency</string> <string>5.IBPluginDependency</string>
<string>50.IBPluginDependency</string>
<string>51.IBPluginDependency</string>
<string>52.IBPluginDependency</string>
<string>57.IBPluginDependency</string>
<string>60.IBPluginDependency</string>
<string>61.IBPluginDependency</string>
<string>7.IBPluginDependency</string> <string>7.IBPluginDependency</string>
<string>8.IBPluginDependency</string> <string>8.IBPluginDependency</string>
<string>9.IBPluginDependency</string> <string>9.IBPluginDependency</string>
@ -612,6 +1000,16 @@
<string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</object> </object>
</object> </object>
<object class="NSMutableDictionary" key="unlocalizedProperties"> <object class="NSMutableDictionary" key="unlocalizedProperties">
@ -626,11 +1024,181 @@
<reference key="dict.values" ref="0"/> <reference key="dict.values" ref="0"/>
</object> </object>
<nil key="sourceID"/> <nil key="sourceID"/>
<int key="maxID">42</int> <int key="maxID">62</int>
</object> </object>
<object class="IBClassDescriber" key="IBDocument.Classes"> <object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions"> <object class="NSMutableArray" key="referencedPartialClassDescriptions">
<bool key="EncodedWithXMLCoder">YES</bool> <bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBPartialClassDescription">
<string key="className">MADocWindow</string>
<string key="superclassName">NSWindowController</string>
<object class="NSMutableDictionary" key="actions">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>addAnnotation:</string>
<string>addMediaFiles:</string>
<string>copy:</string>
<string>cut:</string>
<string>delete:</string>
<string>exportMedia:</string>
<string>exportText:</string>
<string>importText:</string>
<string>mediaSkipBackward:</string>
<string>mediaSkipForward:</string>
<string>paste:</string>
<string>toggleMediaPlay:</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
</object>
</object>
<object class="NSMutableDictionary" key="actionInfosByName">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>addAnnotation:</string>
<string>addMediaFiles:</string>
<string>copy:</string>
<string>cut:</string>
<string>delete:</string>
<string>exportMedia:</string>
<string>exportText:</string>
<string>importText:</string>
<string>mediaSkipBackward:</string>
<string>mediaSkipForward:</string>
<string>paste:</string>
<string>toggleMediaPlay:</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBActionInfo">
<string key="name">addAnnotation:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">addMediaFiles:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">copy:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">cut:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">delete:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">exportMedia:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">exportText:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">importText:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">mediaSkipBackward:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">mediaSkipForward:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">paste:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">toggleMediaPlay:</string>
<string key="candidateClassName">id</string>
</object>
</object>
</object>
<object class="NSMutableDictionary" key="outlets">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>annotationController</string>
<string>annotationTable</string>
<string>mediaController</string>
<string>mediaTable</string>
<string>movieView</string>
<string>textExportAccessoryView</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>NSArrayController</string>
<string>NSTableView</string>
<string>NSArrayController</string>
<string>NSTableView</string>
<string>QTMovieView</string>
<string>NSView</string>
</object>
</object>
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>annotationController</string>
<string>annotationTable</string>
<string>mediaController</string>
<string>mediaTable</string>
<string>movieView</string>
<string>textExportAccessoryView</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBToOneOutletInfo">
<string key="name">annotationController</string>
<string key="candidateClassName">NSArrayController</string>
</object>
<object class="IBToOneOutletInfo">
<string key="name">annotationTable</string>
<string key="candidateClassName">NSTableView</string>
</object>
<object class="IBToOneOutletInfo">
<string key="name">mediaController</string>
<string key="candidateClassName">NSArrayController</string>
</object>
<object class="IBToOneOutletInfo">
<string key="name">mediaTable</string>
<string key="candidateClassName">NSTableView</string>
</object>
<object class="IBToOneOutletInfo">
<string key="name">movieView</string>
<string key="candidateClassName">QTMovieView</string>
</object>
<object class="IBToOneOutletInfo">
<string key="name">textExportAccessoryView</string>
<string key="candidateClassName">NSView</string>
</object>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/MADocWindow.h</string>
</object>
</object>
<object class="IBPartialClassDescription"> <object class="IBPartialClassDescription">
<string key="className">MATagWindow</string> <string key="className">MATagWindow</string>
<string key="superclassName">NSWindowController</string> <string key="superclassName">NSWindowController</string>
@ -727,5 +1295,24 @@
</object> </object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int> <int key="IBDocument.defaultPropertyAccessControl">3</int>
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>NSMenuCheckmark</string>
<string>NSMenuMixedState</string>
<string>custom</string>
<string>del</string>
<string>print</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>{9, 8}</string>
<string>{7, 2}</string>
<string>{512, 512}</string>
<string>{512, 512}</string>
<string>{512, 512}</string>
</object>
</object>
</data> </data>
</archive> </archive>