iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ
| Revision | 40305dd88ef5bec238973d82af14d71c923c439e (tree) |
|---|---|
| Time | 2011-04-05 23:37:29 |
| Author | masakih <masakih@user...> |
| Commiter | masakih |
Revert "Merge branch 'OpenWeb'"
This reverts commit f0aa823ba9cb1f5ab41adac24b0890f3fece415f, reversing
changes made to fb7287888edde5b834214ec671def71c17b55120.
| @@ -1,26 +0,0 @@ | ||
| 1 | -// | |
| 2 | -// BEExporterAttribute.h | |
| 3 | -// BooksExporter | |
| 4 | -// | |
| 5 | -// Created by Hori,Masaki on 11/03/27. | |
| 6 | -// Copyright 2011 masakih. All rights reserved. | |
| 7 | -// | |
| 8 | - | |
| 9 | -#import <Cocoa/Cocoa.h> | |
| 10 | - | |
| 11 | - | |
| 12 | -@interface BEExporterAttribute : NSObject | |
| 13 | -{ | |
| 14 | - ExporterType type; | |
| 15 | - BOOL isOpenAfterExport; | |
| 16 | - BERegisterSite *site; | |
| 17 | -} | |
| 18 | - | |
| 19 | -@property (nonatomic, retain, readonly) ExporterTypetype; | |
| 20 | -@property BOOL isOpenAfterExport; | |
| 21 | -@property (nonatomic, retain) BERegisterSite *site; | |
| 22 | - | |
| 23 | - | |
| 24 | -+ (NSArray *)attribtues; | |
| 25 | - | |
| 26 | -@end |
| @@ -1,14 +0,0 @@ | ||
| 1 | -// | |
| 2 | -// BEExporterAttribute.m | |
| 3 | -// BooksExporter | |
| 4 | -// | |
| 5 | -// Created by Hori,Masaki on 11/03/27. | |
| 6 | -// Copyright 2011 masakih. All rights reserved. | |
| 7 | -// | |
| 8 | - | |
| 9 | -#import "BEExporterAttribute.h" | |
| 10 | - | |
| 11 | - | |
| 12 | -@implementation BEExporterAttribute | |
| 13 | - | |
| 14 | -@end |
| @@ -16,10 +16,6 @@ | ||
| 16 | 16 | #import "BEBooksExporter.h" |
| 17 | 17 | #import "BEPreference.h" |
| 18 | 18 | |
| 19 | -#import "BEPreference.h" | |
| 20 | -#import "BERegisterSite.h" | |
| 21 | - | |
| 22 | - | |
| 23 | 19 | |
| 24 | 20 | @implementation BEMainWindowController |
| 25 | 21 |
| @@ -177,10 +173,6 @@ | ||
| 177 | 173 | |
| 178 | 174 | NSWorkspace *ws = [NSWorkspace sharedWorkspace]; |
| 179 | 175 | [ws selectFile:[[panel URL] path] inFileViewerRootedAtPath:@""]; |
| 180 | - BEPreference *pref = [BEPreference preference]; | |
| 181 | - if(pref.isOpenAfterExport) { | |
| 182 | - [ws openURL:pref.openSite.registerPageURL]; | |
| 183 | - } | |
| 184 | 176 | } |
| 185 | 177 | - (IBAction)delete:(id)sender |
| 186 | 178 | { |
| @@ -58,7 +58,6 @@ | ||
| 58 | 58 | F4D9D9EB133CDE2B009DCEE6 /* BEPreferencePanel.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D9D9EA133CDE2B009DCEE6 /* BEPreferencePanel.m */; }; |
| 59 | 59 | F4D9D9EF133CDE4D009DCEE6 /* PreferencePanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4D9D9EE133CDE4D009DCEE6 /* PreferencePanel.xib */; }; |
| 60 | 60 | F4D9DD8F133E4D1E009DCEE6 /* BEPreference.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D9DD8E133E4D1E009DCEE6 /* BEPreference.m */; }; |
| 61 | - F4D9DE8A133F19A7009DCEE6 /* BEExporterAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D9DE89133F19A7009DCEE6 /* BEExporterAttribute.m */; }; | |
| 62 | 61 | F4EF543B132126570028459F /* BEMediaMarkerImportFormatExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4EF543A132126570028459F /* BEMediaMarkerImportFormatExporter.m */; }; |
| 63 | 62 | F4EF5642132280780028459F /* BEHatenaDairyExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4EF5641132280780028459F /* BEHatenaDairyExporter.m */; }; |
| 64 | 63 | F4EF589E1323747F0028459F /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = F4EF589D1323747F0028459F /* Credits.rtf */; }; |
| @@ -214,8 +213,6 @@ | ||
| 214 | 213 | F4D9D9EC133CDE46009DCEE6 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PreferencePanel.xib; sourceTree = "<group>"; }; |
| 215 | 214 | F4D9DD8D133E4D1E009DCEE6 /* BEPreference.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEPreference.h; sourceTree = "<group>"; }; |
| 216 | 215 | F4D9DD8E133E4D1E009DCEE6 /* BEPreference.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEPreference.m; sourceTree = "<group>"; }; |
| 217 | - F4D9DE88133F19A7009DCEE6 /* BEExporterAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEExporterAttribute.h; sourceTree = "<group>"; }; | |
| 218 | - F4D9DE89133F19A7009DCEE6 /* BEExporterAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEExporterAttribute.m; sourceTree = "<group>"; }; | |
| 219 | 216 | F4EF5439132126570028459F /* BEMediaMarkerImportFormatExporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMediaMarkerImportFormatExporter.h; sourceTree = "<group>"; }; |
| 220 | 217 | F4EF543A132126570028459F /* BEMediaMarkerImportFormatExporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMediaMarkerImportFormatExporter.m; sourceTree = "<group>"; }; |
| 221 | 218 | F4EF55E3132277F70028459F /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Japanese; path = Japanese.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
| @@ -368,8 +365,6 @@ | ||
| 368 | 365 | F4D9D9D0133CD88E009DCEE6 /* BERegisterSite.h */, |
| 369 | 366 | F4D9D9D1133CD88E009DCEE6 /* BERegisterSite.m */, |
| 370 | 367 | F44EEEF0131D1DD800CAA969 /* BarcodeScanner */, |
| 371 | - F4D9DE88133F19A7009DCEE6 /* BEExporterAttribute.h */, | |
| 372 | - F4D9DE89133F19A7009DCEE6 /* BEExporterAttribute.m */, | |
| 373 | 368 | ); |
| 374 | 369 | name = Classes; |
| 375 | 370 | sourceTree = "<group>"; |
| @@ -657,7 +652,6 @@ | ||
| 657 | 652 | F4D9D9D2133CD88E009DCEE6 /* BERegisterSite.m in Sources */, |
| 658 | 653 | F4D9D9EB133CDE2B009DCEE6 /* BEPreferencePanel.m in Sources */, |
| 659 | 654 | F4D9DD8F133E4D1E009DCEE6 /* BEPreference.m in Sources */, |
| 660 | - F4D9DE8A133F19A7009DCEE6 /* BEExporterAttribute.m in Sources */, | |
| 661 | 655 | ); |
| 662 | 656 | runOnlyForDeploymentPostprocessing = 0; |
| 663 | 657 | }; |
| @@ -12,8 +12,7 @@ | ||
| 12 | 12 | </object> |
| 13 | 13 | <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> |
| 14 | 14 | <bool key="EncodedWithXMLCoder">YES</bool> |
| 15 | - <integer value="103"/> | |
| 16 | - <integer value="1"/> | |
| 15 | + <integer value="14"/> | |
| 17 | 16 | </object> |
| 18 | 17 | <object class="NSArray" key="IBDocument.PluginDependencies"> |
| 19 | 18 | <bool key="EncodedWithXMLCoder">YES</bool> |
| @@ -62,11 +61,11 @@ | ||
| 62 | 61 | <reference key="NSControlView" ref="1050586753"/> |
| 63 | 62 | <int key="NSButtonFlags">1211912703</int> |
| 64 | 63 | <int key="NSButtonFlags2">2</int> |
| 65 | - <object class="NSCustomResource" key="NSNormalImage" id="490922717"> | |
| 64 | + <object class="NSCustomResource" key="NSNormalImage"> | |
| 66 | 65 | <string key="NSClassName">NSImage</string> |
| 67 | 66 | <string key="NSResourceName">NSSwitch</string> |
| 68 | 67 | </object> |
| 69 | - <object class="NSButtonImageSource" key="NSAlternateImage" id="464277412"> | |
| 68 | + <object class="NSButtonImageSource" key="NSAlternateImage"> | |
| 70 | 69 | <string key="NSImageName">NSSwitch</string> |
| 71 | 70 | </object> |
| 72 | 71 | <string key="NSAlternateContents"/> |
| @@ -107,7 +106,7 @@ | ||
| 107 | 106 | <bytes key="NSWhite">MQA</bytes> |
| 108 | 107 | </object> |
| 109 | 108 | </object> |
| 110 | - <object class="NSColor" key="NSTextColor" id="509929294"> | |
| 109 | + <object class="NSColor" key="NSTextColor"> | |
| 111 | 110 | <int key="NSColorSpace">6</int> |
| 112 | 111 | <string key="NSCatalogName">System</string> |
| 113 | 112 | <string key="NSColorName">textColor</string> |
| @@ -247,7 +246,7 @@ | ||
| 247 | 246 | <int key="NSCellFlags">67239424</int> |
| 248 | 247 | <int key="NSCellFlags2">0</int> |
| 249 | 248 | <string key="NSContents">Register Page</string> |
| 250 | - <object class="NSFont" key="NSSupport" id="26"> | |
| 249 | + <object class="NSFont" key="NSSupport"> | |
| 251 | 250 | <string key="NSName">LucidaGrande</string> |
| 252 | 251 | <double key="NSSize">11</double> |
| 253 | 252 | <int key="NSfFlags">3100</int> |
| @@ -289,254 +288,6 @@ | ||
| 289 | 288 | <object class="NSUserDefaultsController" id="770136993"> |
| 290 | 289 | <bool key="NSSharedInstance">YES</bool> |
| 291 | 290 | </object> |
| 292 | - <object class="NSCustomView" id="151985773"> | |
| 293 | - <reference key="NSNextResponder"/> | |
| 294 | - <int key="NSvFlags">256</int> | |
| 295 | - <object class="NSMutableArray" key="NSSubviews"> | |
| 296 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 297 | - <object class="NSPopUpButton" id="187438968"> | |
| 298 | - <reference key="NSNextResponder" ref="151985773"/> | |
| 299 | - <int key="NSvFlags">268</int> | |
| 300 | - <string key="NSFrame">{{17, 122}, {156, 26}}</string> | |
| 301 | - <reference key="NSSuperview" ref="151985773"/> | |
| 302 | - <bool key="NSEnabled">YES</bool> | |
| 303 | - <object class="NSPopUpButtonCell" key="NSCell" id="258443856"> | |
| 304 | - <int key="NSCellFlags">-2076049856</int> | |
| 305 | - <int key="NSCellFlags2">2048</int> | |
| 306 | - <reference key="NSSupport" ref="746854810"/> | |
| 307 | - <reference key="NSControlView" ref="187438968"/> | |
| 308 | - <int key="NSButtonFlags">109199615</int> | |
| 309 | - <int key="NSButtonFlags2">129</int> | |
| 310 | - <string key="NSAlternateContents"/> | |
| 311 | - <string key="NSKeyEquivalent"/> | |
| 312 | - <int key="NSPeriodicDelay">400</int> | |
| 313 | - <int key="NSPeriodicInterval">75</int> | |
| 314 | - <object class="NSMenuItem" key="NSMenuItem" id="293650496"> | |
| 315 | - <reference key="NSMenu" ref="676651368"/> | |
| 316 | - <string key="NSTitle">Item 1</string> | |
| 317 | - <string key="NSKeyEquiv"/> | |
| 318 | - <int key="NSKeyEquivModMask">1048576</int> | |
| 319 | - <int key="NSMnemonicLoc">2147483647</int> | |
| 320 | - <int key="NSState">1</int> | |
| 321 | - <reference key="NSOnImage" ref="377796260"/> | |
| 322 | - <reference key="NSMixedImage" ref="413825263"/> | |
| 323 | - <string key="NSAction">_popUpItemAction:</string> | |
| 324 | - <reference key="NSTarget" ref="258443856"/> | |
| 325 | - </object> | |
| 326 | - <bool key="NSMenuItemRespectAlignment">YES</bool> | |
| 327 | - <object class="NSMenu" key="NSMenu" id="676651368"> | |
| 328 | - <string key="NSTitle">OtherViews</string> | |
| 329 | - <object class="NSMutableArray" key="NSMenuItems"> | |
| 330 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 331 | - <reference ref="293650496"/> | |
| 332 | - <object class="NSMenuItem" id="519311819"> | |
| 333 | - <reference key="NSMenu" ref="676651368"/> | |
| 334 | - <string key="NSTitle">Item 2</string> | |
| 335 | - <string key="NSKeyEquiv"/> | |
| 336 | - <int key="NSKeyEquivModMask">1048576</int> | |
| 337 | - <int key="NSMnemonicLoc">2147483647</int> | |
| 338 | - <reference key="NSOnImage" ref="377796260"/> | |
| 339 | - <reference key="NSMixedImage" ref="413825263"/> | |
| 340 | - <string key="NSAction">_popUpItemAction:</string> | |
| 341 | - <reference key="NSTarget" ref="258443856"/> | |
| 342 | - </object> | |
| 343 | - <object class="NSMenuItem" id="899781362"> | |
| 344 | - <reference key="NSMenu" ref="676651368"/> | |
| 345 | - <string key="NSTitle">Item 3</string> | |
| 346 | - <string key="NSKeyEquiv"/> | |
| 347 | - <int key="NSKeyEquivModMask">1048576</int> | |
| 348 | - <int key="NSMnemonicLoc">2147483647</int> | |
| 349 | - <reference key="NSOnImage" ref="377796260"/> | |
| 350 | - <reference key="NSMixedImage" ref="413825263"/> | |
| 351 | - <string key="NSAction">_popUpItemAction:</string> | |
| 352 | - <reference key="NSTarget" ref="258443856"/> | |
| 353 | - </object> | |
| 354 | - </object> | |
| 355 | - <reference key="NSMenuFont" ref="746854810"/> | |
| 356 | - </object> | |
| 357 | - <int key="NSPreferredEdge">1</int> | |
| 358 | - <bool key="NSUsesItemFromMenu">YES</bool> | |
| 359 | - <bool key="NSAltersState">YES</bool> | |
| 360 | - <int key="NSArrowPosition">2</int> | |
| 361 | - </object> | |
| 362 | - </object> | |
| 363 | - <object class="NSBox" id="183974536"> | |
| 364 | - <reference key="NSNextResponder" ref="151985773"/> | |
| 365 | - <int key="NSvFlags">36</int> | |
| 366 | - <object class="NSMutableArray" key="NSSubviews"> | |
| 367 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 368 | - <object class="NSView" id="692902308"> | |
| 369 | - <reference key="NSNextResponder" ref="183974536"/> | |
| 370 | - <int key="NSvFlags">256</int> | |
| 371 | - <object class="NSMutableArray" key="NSSubviews"> | |
| 372 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 373 | - <object class="NSTextField" id="977832199"> | |
| 374 | - <reference key="NSNextResponder" ref="692902308"/> | |
| 375 | - <int key="NSvFlags">268</int> | |
| 376 | - <string key="NSFrame">{{15, 16}, {54, 17}}</string> | |
| 377 | - <reference key="NSSuperview" ref="692902308"/> | |
| 378 | - <bool key="NSEnabled">YES</bool> | |
| 379 | - <object class="NSTextFieldCell" key="NSCell" id="85078118"> | |
| 380 | - <int key="NSCellFlags">68288064</int> | |
| 381 | - <int key="NSCellFlags2">71304192</int> | |
| 382 | - <string key="NSContents">User ID:</string> | |
| 383 | - <reference key="NSSupport" ref="746854810"/> | |
| 384 | - <reference key="NSControlView" ref="977832199"/> | |
| 385 | - <reference key="NSBackgroundColor" ref="570986040"/> | |
| 386 | - <reference key="NSTextColor" ref="886173655"/> | |
| 387 | - </object> | |
| 388 | - </object> | |
| 389 | - <object class="NSTextField" id="590273973"> | |
| 390 | - <reference key="NSNextResponder" ref="692902308"/> | |
| 391 | - <int key="NSvFlags">268</int> | |
| 392 | - <string key="NSFrame">{{74, 14}, {148, 22}}</string> | |
| 393 | - <reference key="NSSuperview" ref="692902308"/> | |
| 394 | - <bool key="NSEnabled">YES</bool> | |
| 395 | - <object class="NSTextFieldCell" key="NSCell" id="38339054"> | |
| 396 | - <int key="NSCellFlags">-1804468671</int> | |
| 397 | - <int key="NSCellFlags2">272630784</int> | |
| 398 | - <string key="NSContents"/> | |
| 399 | - <reference key="NSSupport" ref="746854810"/> | |
| 400 | - <reference key="NSControlView" ref="590273973"/> | |
| 401 | - <bool key="NSDrawsBackground">YES</bool> | |
| 402 | - <reference key="NSBackgroundColor" ref="1006362850"/> | |
| 403 | - <reference key="NSTextColor" ref="509929294"/> | |
| 404 | - </object> | |
| 405 | - </object> | |
| 406 | - <object class="NSButton" id="524046644"> | |
| 407 | - <reference key="NSNextResponder" ref="692902308"/> | |
| 408 | - <int key="NSvFlags">268</int> | |
| 409 | - <string key="NSFrame">{{16, 74}, {238, 18}}</string> | |
| 410 | - <reference key="NSSuperview" ref="692902308"/> | |
| 411 | - <bool key="NSEnabled">YES</bool> | |
| 412 | - <object class="NSButtonCell" key="NSCell" id="331353583"> | |
| 413 | - <int key="NSCellFlags">-2080244224</int> | |
| 414 | - <int key="NSCellFlags2">0</int> | |
| 415 | - <string key="NSContents">Open register page after exported</string> | |
| 416 | - <reference key="NSSupport" ref="746854810"/> | |
| 417 | - <reference key="NSControlView" ref="524046644"/> | |
| 418 | - <int key="NSButtonFlags">1211912703</int> | |
| 419 | - <int key="NSButtonFlags2">2</int> | |
| 420 | - <reference key="NSNormalImage" ref="490922717"/> | |
| 421 | - <reference key="NSAlternateImage" ref="464277412"/> | |
| 422 | - <string key="NSAlternateContents"/> | |
| 423 | - <string key="NSKeyEquivalent"/> | |
| 424 | - <int key="NSPeriodicDelay">200</int> | |
| 425 | - <int key="NSPeriodicInterval">25</int> | |
| 426 | - </object> | |
| 427 | - </object> | |
| 428 | - <object class="NSPopUpButton" id="267248710"> | |
| 429 | - <reference key="NSNextResponder" ref="692902308"/> | |
| 430 | - <int key="NSvFlags">268</int> | |
| 431 | - <string key="NSFrame">{{71, 44}, {154, 26}}</string> | |
| 432 | - <reference key="NSSuperview" ref="692902308"/> | |
| 433 | - <bool key="NSEnabled">YES</bool> | |
| 434 | - <object class="NSPopUpButtonCell" key="NSCell" id="449244900"> | |
| 435 | - <int key="NSCellFlags">-2076049856</int> | |
| 436 | - <int key="NSCellFlags2">2048</int> | |
| 437 | - <reference key="NSSupport" ref="746854810"/> | |
| 438 | - <reference key="NSControlView" ref="267248710"/> | |
| 439 | - <int key="NSButtonFlags">109199615</int> | |
| 440 | - <int key="NSButtonFlags2">129</int> | |
| 441 | - <string key="NSAlternateContents"/> | |
| 442 | - <string key="NSKeyEquivalent"/> | |
| 443 | - <int key="NSPeriodicDelay">400</int> | |
| 444 | - <int key="NSPeriodicInterval">75</int> | |
| 445 | - <object class="NSMenuItem" key="NSMenuItem" id="791063710"> | |
| 446 | - <reference key="NSMenu" ref="97363384"/> | |
| 447 | - <string key="NSTitle">Item 1</string> | |
| 448 | - <string key="NSKeyEquiv"/> | |
| 449 | - <int key="NSKeyEquivModMask">1048576</int> | |
| 450 | - <int key="NSMnemonicLoc">2147483647</int> | |
| 451 | - <int key="NSState">1</int> | |
| 452 | - <reference key="NSOnImage" ref="377796260"/> | |
| 453 | - <reference key="NSMixedImage" ref="413825263"/> | |
| 454 | - <string key="NSAction">_popUpItemAction:</string> | |
| 455 | - <reference key="NSTarget" ref="449244900"/> | |
| 456 | - </object> | |
| 457 | - <bool key="NSMenuItemRespectAlignment">YES</bool> | |
| 458 | - <object class="NSMenu" key="NSMenu" id="97363384"> | |
| 459 | - <string key="NSTitle">OtherViews</string> | |
| 460 | - <object class="NSMutableArray" key="NSMenuItems"> | |
| 461 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 462 | - <reference ref="791063710"/> | |
| 463 | - <object class="NSMenuItem" id="147185615"> | |
| 464 | - <reference key="NSMenu" ref="97363384"/> | |
| 465 | - <string key="NSTitle">Item 2</string> | |
| 466 | - <string key="NSKeyEquiv"/> | |
| 467 | - <int key="NSKeyEquivModMask">1048576</int> | |
| 468 | - <int key="NSMnemonicLoc">2147483647</int> | |
| 469 | - <reference key="NSOnImage" ref="377796260"/> | |
| 470 | - <reference key="NSMixedImage" ref="413825263"/> | |
| 471 | - <string key="NSAction">_popUpItemAction:</string> | |
| 472 | - <reference key="NSTarget" ref="449244900"/> | |
| 473 | - </object> | |
| 474 | - <object class="NSMenuItem" id="347183867"> | |
| 475 | - <reference key="NSMenu" ref="97363384"/> | |
| 476 | - <string key="NSTitle">Item 3</string> | |
| 477 | - <string key="NSKeyEquiv"/> | |
| 478 | - <int key="NSKeyEquivModMask">1048576</int> | |
| 479 | - <int key="NSMnemonicLoc">2147483647</int> | |
| 480 | - <reference key="NSOnImage" ref="377796260"/> | |
| 481 | - <reference key="NSMixedImage" ref="413825263"/> | |
| 482 | - <string key="NSAction">_popUpItemAction:</string> | |
| 483 | - <reference key="NSTarget" ref="449244900"/> | |
| 484 | - </object> | |
| 485 | - </object> | |
| 486 | - <reference key="NSMenuFont" ref="746854810"/> | |
| 487 | - </object> | |
| 488 | - <int key="NSPreferredEdge">1</int> | |
| 489 | - <bool key="NSUsesItemFromMenu">YES</bool> | |
| 490 | - <bool key="NSAltersState">YES</bool> | |
| 491 | - <int key="NSArrowPosition">2</int> | |
| 492 | - </object> | |
| 493 | - </object> | |
| 494 | - <object class="NSTextField" id="484188188"> | |
| 495 | - <reference key="NSNextResponder" ref="692902308"/> | |
| 496 | - <int key="NSvFlags">268</int> | |
| 497 | - <string key="NSFrame">{{15, 49}, {54, 17}}</string> | |
| 498 | - <reference key="NSSuperview" ref="692902308"/> | |
| 499 | - <bool key="NSEnabled">YES</bool> | |
| 500 | - <object class="NSTextFieldCell" key="NSCell" id="1003616132"> | |
| 501 | - <int key="NSCellFlags">68288064</int> | |
| 502 | - <int key="NSCellFlags2">71304192</int> | |
| 503 | - <string key="NSContents">Site:</string> | |
| 504 | - <reference key="NSSupport" ref="746854810"/> | |
| 505 | - <reference key="NSControlView" ref="484188188"/> | |
| 506 | - <reference key="NSBackgroundColor" ref="570986040"/> | |
| 507 | - <reference key="NSTextColor" ref="886173655"/> | |
| 508 | - </object> | |
| 509 | - </object> | |
| 510 | - </object> | |
| 511 | - <string key="NSFrame">{{1, 1}, {265, 102}}</string> | |
| 512 | - <reference key="NSSuperview" ref="183974536"/> | |
| 513 | - </object> | |
| 514 | - </object> | |
| 515 | - <string key="NSFrame">{{17, 16}, {267, 104}}</string> | |
| 516 | - <reference key="NSSuperview" ref="151985773"/> | |
| 517 | - <string key="NSOffsets">{0, 0}</string> | |
| 518 | - <object class="NSTextFieldCell" key="NSTitleCell"> | |
| 519 | - <int key="NSCellFlags">67239424</int> | |
| 520 | - <int key="NSCellFlags2">0</int> | |
| 521 | - <string key="NSContents">Box</string> | |
| 522 | - <reference key="NSSupport" ref="26"/> | |
| 523 | - <reference key="NSBackgroundColor" ref="1006362850"/> | |
| 524 | - <object class="NSColor" key="NSTextColor"> | |
| 525 | - <int key="NSColorSpace">3</int> | |
| 526 | - <bytes key="NSWhite">MCAwLjgwMDAwMDAxMTkAA</bytes> | |
| 527 | - </object> | |
| 528 | - </object> | |
| 529 | - <reference key="NSContentView" ref="692902308"/> | |
| 530 | - <int key="NSBorderType">1</int> | |
| 531 | - <int key="NSBoxType">0</int> | |
| 532 | - <int key="NSTitlePosition">0</int> | |
| 533 | - <bool key="NSTransparent">NO</bool> | |
| 534 | - </object> | |
| 535 | - </object> | |
| 536 | - <string key="NSFrameSize">{301, 166}</string> | |
| 537 | - <reference key="NSSuperview"/> | |
| 538 | - <string key="NSClassName">NSView</string> | |
| 539 | - </object> | |
| 540 | 291 | </object> |
| 541 | 292 | <object class="IBObjectContainer" key="IBDocument.Objects"> |
| 542 | 293 | <object class="NSMutableArray" key="connectionRecords"> |
| @@ -713,122 +464,6 @@ | ||
| 713 | 464 | </object> |
| 714 | 465 | <int key="connectionID">96</int> |
| 715 | 466 | </object> |
| 716 | - <object class="IBConnectionRecord"> | |
| 717 | - <object class="IBBindingConnection" key="connection"> | |
| 718 | - <string key="label">content: arrangedObjects</string> | |
| 719 | - <reference key="source" ref="267248710"/> | |
| 720 | - <reference key="destination" ref="764388977"/> | |
| 721 | - <object class="NSNibBindingConnector" key="connector" id="220786628"> | |
| 722 | - <reference key="NSSource" ref="267248710"/> | |
| 723 | - <reference key="NSDestination" ref="764388977"/> | |
| 724 | - <string key="NSLabel">content: arrangedObjects</string> | |
| 725 | - <string key="NSBinding">content</string> | |
| 726 | - <string key="NSKeyPath">arrangedObjects</string> | |
| 727 | - <int key="NSNibBindingConnectorVersion">2</int> | |
| 728 | - </object> | |
| 729 | - </object> | |
| 730 | - <int key="connectionID">116</int> | |
| 731 | - </object> | |
| 732 | - <object class="IBConnectionRecord"> | |
| 733 | - <object class="IBBindingConnection" key="connection"> | |
| 734 | - <string key="label">contentValues: arrangedObjects.name</string> | |
| 735 | - <reference key="source" ref="267248710"/> | |
| 736 | - <reference key="destination" ref="764388977"/> | |
| 737 | - <object class="NSNibBindingConnector" key="connector" id="1047110965"> | |
| 738 | - <reference key="NSSource" ref="267248710"/> | |
| 739 | - <reference key="NSDestination" ref="764388977"/> | |
| 740 | - <string key="NSLabel">contentValues: arrangedObjects.name</string> | |
| 741 | - <string key="NSBinding">contentValues</string> | |
| 742 | - <string key="NSKeyPath">arrangedObjects.name</string> | |
| 743 | - <reference key="NSPreviousConnector" ref="220786628"/> | |
| 744 | - <int key="NSNibBindingConnectorVersion">2</int> | |
| 745 | - </object> | |
| 746 | - </object> | |
| 747 | - <int key="connectionID">117</int> | |
| 748 | - </object> | |
| 749 | - <object class="IBConnectionRecord"> | |
| 750 | - <object class="IBBindingConnection" key="connection"> | |
| 751 | - <string key="label">selectedObject: selection</string> | |
| 752 | - <reference key="source" ref="267248710"/> | |
| 753 | - <reference key="destination" ref="1001"/> | |
| 754 | - <object class="NSNibBindingConnector" key="connector"> | |
| 755 | - <reference key="NSSource" ref="267248710"/> | |
| 756 | - <reference key="NSDestination" ref="1001"/> | |
| 757 | - <string key="NSLabel">selectedObject: selection</string> | |
| 758 | - <string key="NSBinding">selectedObject</string> | |
| 759 | - <string key="NSKeyPath">selection</string> | |
| 760 | - <reference key="NSPreviousConnector" ref="1047110965"/> | |
| 761 | - <int key="NSNibBindingConnectorVersion">2</int> | |
| 762 | - </object> | |
| 763 | - </object> | |
| 764 | - <int key="connectionID">118</int> | |
| 765 | - </object> | |
| 766 | - <object class="IBConnectionRecord"> | |
| 767 | - <object class="IBBindingConnection" key="connection"> | |
| 768 | - <string key="label">value: selection.account</string> | |
| 769 | - <reference key="source" ref="590273973"/> | |
| 770 | - <reference key="destination" ref="1001"/> | |
| 771 | - <object class="NSNibBindingConnector" key="connector"> | |
| 772 | - <reference key="NSSource" ref="590273973"/> | |
| 773 | - <reference key="NSDestination" ref="1001"/> | |
| 774 | - <string key="NSLabel">value: selection.account</string> | |
| 775 | - <string key="NSBinding">value</string> | |
| 776 | - <string key="NSKeyPath">selection.account</string> | |
| 777 | - <int key="NSNibBindingConnectorVersion">2</int> | |
| 778 | - </object> | |
| 779 | - </object> | |
| 780 | - <int key="connectionID">127</int> | |
| 781 | - </object> | |
| 782 | - <object class="IBConnectionRecord"> | |
| 783 | - <object class="IBBindingConnection" key="connection"> | |
| 784 | - <string key="label">enabled: values.openAfterExported</string> | |
| 785 | - <reference key="source" ref="590273973"/> | |
| 786 | - <reference key="destination" ref="770136993"/> | |
| 787 | - <object class="NSNibBindingConnector" key="connector" id="178702227"> | |
| 788 | - <reference key="NSSource" ref="590273973"/> | |
| 789 | - <reference key="NSDestination" ref="770136993"/> | |
| 790 | - <string key="NSLabel">enabled: values.openAfterExported</string> | |
| 791 | - <string key="NSBinding">enabled</string> | |
| 792 | - <string key="NSKeyPath">values.openAfterExported</string> | |
| 793 | - <int key="NSNibBindingConnectorVersion">2</int> | |
| 794 | - </object> | |
| 795 | - </object> | |
| 796 | - <int key="connectionID">128</int> | |
| 797 | - </object> | |
| 798 | - <object class="IBConnectionRecord"> | |
| 799 | - <object class="IBBindingConnection" key="connection"> | |
| 800 | - <string key="label">enabled2: selection.needID</string> | |
| 801 | - <reference key="source" ref="590273973"/> | |
| 802 | - <reference key="destination" ref="1001"/> | |
| 803 | - <object class="NSNibBindingConnector" key="connector"> | |
| 804 | - <reference key="NSSource" ref="590273973"/> | |
| 805 | - <reference key="NSDestination" ref="1001"/> | |
| 806 | - <string key="NSLabel">enabled2: selection.needID</string> | |
| 807 | - <string key="NSBinding">enabled2</string> | |
| 808 | - <string key="NSKeyPath">selection.needID</string> | |
| 809 | - <object class="NSDictionary" key="NSOptions"> | |
| 810 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 811 | - <object class="NSArray" key="dict.sortedKeys"> | |
| 812 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 813 | - <string>NSMultipleValuesPlaceholder</string> | |
| 814 | - <string>NSNoSelectionPlaceholder</string> | |
| 815 | - <string>NSNotApplicablePlaceholder</string> | |
| 816 | - <string>NSNullPlaceholder</string> | |
| 817 | - </object> | |
| 818 | - <object class="NSMutableArray" key="dict.values"> | |
| 819 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 820 | - <integer value="-1"/> | |
| 821 | - <integer value="-1"/> | |
| 822 | - <integer value="-1"/> | |
| 823 | - <integer value="-1"/> | |
| 824 | - </object> | |
| 825 | - </object> | |
| 826 | - <reference key="NSPreviousConnector" ref="178702227"/> | |
| 827 | - <int key="NSNibBindingConnectorVersion">2</int> | |
| 828 | - </object> | |
| 829 | - </object> | |
| 830 | - <int key="connectionID">129</int> | |
| 831 | - </object> | |
| 832 | 467 | </object> |
| 833 | 468 | <object class="IBMutableOrderedSet" key="objectRecords"> |
| 834 | 469 | <object class="NSArray" key="orderedObjects"> |
| @@ -990,173 +625,6 @@ | ||
| 990 | 625 | <reference key="object" ref="770136993"/> |
| 991 | 626 | <reference key="parent" ref="0"/> |
| 992 | 627 | </object> |
| 993 | - <object class="IBObjectRecord"> | |
| 994 | - <int key="objectID">103</int> | |
| 995 | - <reference key="object" ref="151985773"/> | |
| 996 | - <object class="NSMutableArray" key="children"> | |
| 997 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 998 | - <reference ref="183974536"/> | |
| 999 | - <reference ref="187438968"/> | |
| 1000 | - </object> | |
| 1001 | - <reference key="parent" ref="0"/> | |
| 1002 | - </object> | |
| 1003 | - <object class="IBObjectRecord"> | |
| 1004 | - <int key="objectID">130</int> | |
| 1005 | - <reference key="object" ref="183974536"/> | |
| 1006 | - <object class="NSMutableArray" key="children"> | |
| 1007 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1008 | - <reference ref="977832199"/> | |
| 1009 | - <reference ref="590273973"/> | |
| 1010 | - <reference ref="267248710"/> | |
| 1011 | - <reference ref="484188188"/> | |
| 1012 | - <reference ref="524046644"/> | |
| 1013 | - </object> | |
| 1014 | - <reference key="parent" ref="151985773"/> | |
| 1015 | - </object> | |
| 1016 | - <object class="IBObjectRecord"> | |
| 1017 | - <int key="objectID">124</int> | |
| 1018 | - <reference key="object" ref="977832199"/> | |
| 1019 | - <object class="NSMutableArray" key="children"> | |
| 1020 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1021 | - <reference ref="85078118"/> | |
| 1022 | - </object> | |
| 1023 | - <reference key="parent" ref="183974536"/> | |
| 1024 | - </object> | |
| 1025 | - <object class="IBObjectRecord"> | |
| 1026 | - <int key="objectID">125</int> | |
| 1027 | - <reference key="object" ref="85078118"/> | |
| 1028 | - <reference key="parent" ref="977832199"/> | |
| 1029 | - </object> | |
| 1030 | - <object class="IBObjectRecord"> | |
| 1031 | - <int key="objectID">123</int> | |
| 1032 | - <reference key="object" ref="590273973"/> | |
| 1033 | - <object class="NSMutableArray" key="children"> | |
| 1034 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1035 | - <reference ref="38339054"/> | |
| 1036 | - </object> | |
| 1037 | - <reference key="parent" ref="183974536"/> | |
| 1038 | - </object> | |
| 1039 | - <object class="IBObjectRecord"> | |
| 1040 | - <int key="objectID">126</int> | |
| 1041 | - <reference key="object" ref="38339054"/> | |
| 1042 | - <reference key="parent" ref="590273973"/> | |
| 1043 | - </object> | |
| 1044 | - <object class="IBObjectRecord"> | |
| 1045 | - <int key="objectID">120</int> | |
| 1046 | - <reference key="object" ref="524046644"/> | |
| 1047 | - <object class="NSMutableArray" key="children"> | |
| 1048 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1049 | - <reference ref="331353583"/> | |
| 1050 | - </object> | |
| 1051 | - <reference key="parent" ref="183974536"/> | |
| 1052 | - </object> | |
| 1053 | - <object class="IBObjectRecord"> | |
| 1054 | - <int key="objectID">121</int> | |
| 1055 | - <reference key="object" ref="331353583"/> | |
| 1056 | - <reference key="parent" ref="524046644"/> | |
| 1057 | - </object> | |
| 1058 | - <object class="IBObjectRecord"> | |
| 1059 | - <int key="objectID">110</int> | |
| 1060 | - <reference key="object" ref="267248710"/> | |
| 1061 | - <object class="NSMutableArray" key="children"> | |
| 1062 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1063 | - <reference ref="449244900"/> | |
| 1064 | - </object> | |
| 1065 | - <reference key="parent" ref="183974536"/> | |
| 1066 | - </object> | |
| 1067 | - <object class="IBObjectRecord"> | |
| 1068 | - <int key="objectID">111</int> | |
| 1069 | - <reference key="object" ref="449244900"/> | |
| 1070 | - <object class="NSMutableArray" key="children"> | |
| 1071 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1072 | - <reference ref="97363384"/> | |
| 1073 | - </object> | |
| 1074 | - <reference key="parent" ref="267248710"/> | |
| 1075 | - </object> | |
| 1076 | - <object class="IBObjectRecord"> | |
| 1077 | - <int key="objectID">112</int> | |
| 1078 | - <reference key="object" ref="97363384"/> | |
| 1079 | - <object class="NSMutableArray" key="children"> | |
| 1080 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1081 | - <reference ref="347183867"/> | |
| 1082 | - <reference ref="147185615"/> | |
| 1083 | - <reference ref="791063710"/> | |
| 1084 | - </object> | |
| 1085 | - <reference key="parent" ref="449244900"/> | |
| 1086 | - </object> | |
| 1087 | - <object class="IBObjectRecord"> | |
| 1088 | - <int key="objectID">115</int> | |
| 1089 | - <reference key="object" ref="347183867"/> | |
| 1090 | - <reference key="parent" ref="97363384"/> | |
| 1091 | - </object> | |
| 1092 | - <object class="IBObjectRecord"> | |
| 1093 | - <int key="objectID">114</int> | |
| 1094 | - <reference key="object" ref="147185615"/> | |
| 1095 | - <reference key="parent" ref="97363384"/> | |
| 1096 | - </object> | |
| 1097 | - <object class="IBObjectRecord"> | |
| 1098 | - <int key="objectID">113</int> | |
| 1099 | - <reference key="object" ref="791063710"/> | |
| 1100 | - <reference key="parent" ref="97363384"/> | |
| 1101 | - </object> | |
| 1102 | - <object class="IBObjectRecord"> | |
| 1103 | - <int key="objectID">134</int> | |
| 1104 | - <reference key="object" ref="484188188"/> | |
| 1105 | - <object class="NSMutableArray" key="children"> | |
| 1106 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1107 | - <reference ref="1003616132"/> | |
| 1108 | - </object> | |
| 1109 | - <reference key="parent" ref="183974536"/> | |
| 1110 | - </object> | |
| 1111 | - <object class="IBObjectRecord"> | |
| 1112 | - <int key="objectID">135</int> | |
| 1113 | - <reference key="object" ref="1003616132"/> | |
| 1114 | - <reference key="parent" ref="484188188"/> | |
| 1115 | - </object> | |
| 1116 | - <object class="IBObjectRecord"> | |
| 1117 | - <int key="objectID">136</int> | |
| 1118 | - <reference key="object" ref="187438968"/> | |
| 1119 | - <object class="NSMutableArray" key="children"> | |
| 1120 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1121 | - <reference ref="258443856"/> | |
| 1122 | - </object> | |
| 1123 | - <reference key="parent" ref="151985773"/> | |
| 1124 | - </object> | |
| 1125 | - <object class="IBObjectRecord"> | |
| 1126 | - <int key="objectID">137</int> | |
| 1127 | - <reference key="object" ref="258443856"/> | |
| 1128 | - <object class="NSMutableArray" key="children"> | |
| 1129 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1130 | - <reference ref="676651368"/> | |
| 1131 | - </object> | |
| 1132 | - <reference key="parent" ref="187438968"/> | |
| 1133 | - </object> | |
| 1134 | - <object class="IBObjectRecord"> | |
| 1135 | - <int key="objectID">138</int> | |
| 1136 | - <reference key="object" ref="676651368"/> | |
| 1137 | - <object class="NSMutableArray" key="children"> | |
| 1138 | - <bool key="EncodedWithXMLCoder">YES</bool> | |
| 1139 | - <reference ref="293650496"/> | |
| 1140 | - <reference ref="519311819"/> | |
| 1141 | - <reference ref="899781362"/> | |
| 1142 | - </object> | |
| 1143 | - <reference key="parent" ref="258443856"/> | |
| 1144 | - </object> | |
| 1145 | - <object class="IBObjectRecord"> | |
| 1146 | - <int key="objectID">139</int> | |
| 1147 | - <reference key="object" ref="293650496"/> | |
| 1148 | - <reference key="parent" ref="676651368"/> | |
| 1149 | - </object> | |
| 1150 | - <object class="IBObjectRecord"> | |
| 1151 | - <int key="objectID">140</int> | |
| 1152 | - <reference key="object" ref="519311819"/> | |
| 1153 | - <reference key="parent" ref="676651368"/> | |
| 1154 | - </object> | |
| 1155 | - <object class="IBObjectRecord"> | |
| 1156 | - <int key="objectID">141</int> | |
| 1157 | - <reference key="object" ref="899781362"/> | |
| 1158 | - <reference key="parent" ref="676651368"/> | |
| 1159 | - </object> | |
| 1160 | 628 | </object> |
| 1161 | 629 | </object> |
| 1162 | 630 | <object class="NSMutableDictionary" key="flattenedProperties"> |
| @@ -1168,40 +636,11 @@ | ||
| 1168 | 636 | <string>1.WindowOrigin</string> |
| 1169 | 637 | <string>1.editorWindowContentRectSynchronizationRect</string> |
| 1170 | 638 | <string>10.IBPluginDependency</string> |
| 1171 | - <string>10.IBViewBoundsToFrameTransform</string> | |
| 1172 | - <string>103.IBEditorWindowLastContentRect</string> | |
| 1173 | - <string>103.IBPluginDependency</string> | |
| 1174 | 639 | <string>11.IBPluginDependency</string> |
| 1175 | - <string>110.IBPluginDependency</string> | |
| 1176 | - <string>110.IBViewBoundsToFrameTransform</string> | |
| 1177 | - <string>111.IBPluginDependency</string> | |
| 1178 | - <string>112.IBPluginDependency</string> | |
| 1179 | - <string>113.IBPluginDependency</string> | |
| 1180 | - <string>114.IBPluginDependency</string> | |
| 1181 | - <string>115.IBPluginDependency</string> | |
| 1182 | 640 | <string>12.IBPluginDependency</string> |
| 1183 | 641 | <string>12.IBViewBoundsToFrameTransform</string> |
| 1184 | - <string>120.IBPluginDependency</string> | |
| 1185 | - <string>120.IBViewBoundsToFrameTransform</string> | |
| 1186 | - <string>121.IBPluginDependency</string> | |
| 1187 | - <string>123.IBPluginDependency</string> | |
| 1188 | - <string>123.IBViewBoundsToFrameTransform</string> | |
| 1189 | - <string>124.IBPluginDependency</string> | |
| 1190 | - <string>124.IBViewBoundsToFrameTransform</string> | |
| 1191 | - <string>125.IBPluginDependency</string> | |
| 1192 | - <string>126.IBPluginDependency</string> | |
| 1193 | 642 | <string>13.IBPluginDependency</string> |
| 1194 | - <string>130.IBViewBoundsToFrameTransform</string> | |
| 1195 | - <string>134.IBPluginDependency</string> | |
| 1196 | - <string>134.IBViewBoundsToFrameTransform</string> | |
| 1197 | - <string>135.IBPluginDependency</string> | |
| 1198 | - <string>136.IBPluginDependency</string> | |
| 1199 | - <string>137.IBPluginDependency</string> | |
| 1200 | - <string>138.IBPluginDependency</string> | |
| 1201 | - <string>139.IBPluginDependency</string> | |
| 1202 | 643 | <string>14.IBViewBoundsToFrameTransform</string> |
| 1203 | - <string>140.IBPluginDependency</string> | |
| 1204 | - <string>141.IBPluginDependency</string> | |
| 1205 | 644 | <string>15.IBPluginDependency</string> |
| 1206 | 645 | <string>15.IBViewBoundsToFrameTransform</string> |
| 1207 | 646 | <string>16.IBPluginDependency</string> |
| @@ -1224,72 +663,29 @@ | ||
| 1224 | 663 | <string>{628, 654}</string> |
| 1225 | 664 | <string>{{217, 442}, {480, 272}}</string> |
| 1226 | 665 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1227 | - <object class="NSAffineTransform"> | |
| 1228 | - <bytes key="NSTransformStruct">P4AAAL+AAABClAAAwggAAA</bytes> | |
| 1229 | - </object> | |
| 1230 | - <string>{{257, 576}, {301, 166}}</string> | |
| 1231 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1232 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1233 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1234 | - <object class="NSAffineTransform"> | |
| 1235 | - <bytes key="NSTransformStruct">P4AAAL+AAABCjgAAwzQAAA</bytes> | |
| 1236 | - </object> | |
| 1237 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1238 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1239 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1240 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1241 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1242 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1243 | - <object class="NSAffineTransform"> | |
| 1244 | - <bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwpAAAA</bytes> | |
| 1245 | - </object> | |
| 1246 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1247 | - <object class="NSAffineTransform"> | |
| 1248 | - <bytes key="NSTransformStruct">P4AAAL+AAABBgAAAwqYAAA</bytes> | |
| 1249 | - </object> | |
| 1250 | 666 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1251 | 667 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1252 | 668 | <object class="NSAffineTransform"> |
| 1253 | - <bytes key="NSTransformStruct">P4AAAL+AAABClAAAwqgAAA</bytes> | |
| 669 | + <bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwtIAAA</bytes> | |
| 1254 | 670 | </object> |
| 1255 | 671 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1256 | 672 | <object class="NSAffineTransform"> |
| 1257 | - <bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwqIAAA</bytes> | |
| 1258 | - </object> | |
| 1259 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1260 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1261 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1262 | - <object class="NSAffineTransform"> | |
| 1263 | - <bytes key="NSTransformStruct">AUGIAABCsgAAA</bytes> | |
| 1264 | - </object> | |
| 1265 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1266 | - <object class="NSAffineTransform"> | |
| 1267 | - <bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwpAAAA</bytes> | |
| 1268 | - </object> | |
| 1269 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1270 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1271 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1272 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1273 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1274 | - <object class="NSAffineTransform"> | |
| 1275 | 673 | <bytes key="NSTransformStruct">AUGIAABCqAAAA</bytes> |
| 1276 | 674 | </object> |
| 1277 | 675 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1278 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1279 | - <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
| 1280 | 676 | <object class="NSAffineTransform"> |
| 1281 | - <bytes key="NSTransformStruct">P4AAAL+AAABBkAAAwxEAAA</bytes> | |
| 677 | + <bytes key="NSTransformStruct">P4AAAL+AAABCKAAAwzcAAA</bytes> | |
| 1282 | 678 | </object> |
| 1283 | 679 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1284 | 680 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1285 | 681 | <object class="NSAffineTransform"> |
| 1286 | - <bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwfgAAA</bytes> | |
| 682 | + <bytes key="NSTransformStruct">P4AAAL+AAABBkAAAwngAAA</bytes> | |
| 1287 | 683 | </object> |
| 1288 | 684 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1289 | 685 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1290 | 686 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1291 | 687 | <object class="NSAffineTransform"> |
| 1292 | - <bytes key="NSTransformStruct">P4AAAL+AAABCjgAAwpgAAA</bytes> | |
| 688 | + <bytes key="NSTransformStruct">P4AAAL+AAABCpgAAwtwAAA</bytes> | |
| 1293 | 689 | </object> |
| 1294 | 690 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| 1295 | 691 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
| @@ -1314,7 +710,7 @@ | ||
| 1314 | 710 | </object> |
| 1315 | 711 | </object> |
| 1316 | 712 | <nil key="sourceID"/> |
| 1317 | - <int key="maxID">141</int> | |
| 713 | + <int key="maxID">102</int> | |
| 1318 | 714 | </object> |
| 1319 | 715 | <object class="IBClassDescriber" key="IBDocument.Classes"> |
| 1320 | 716 | <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |