Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00"> |
michael@0 | 3 | <data> |
michael@0 | 4 | <int key="IBDocument.SystemTarget">1060</int> |
michael@0 | 5 | <string key="IBDocument.SystemVersion">10K540</string> |
michael@0 | 6 | <string key="IBDocument.InterfaceBuilderVersion">851</string> |
michael@0 | 7 | <string key="IBDocument.AppKitVersion">1038.36</string> |
michael@0 | 8 | <string key="IBDocument.HIToolboxVersion">461.00</string> |
michael@0 | 9 | <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> |
michael@0 | 10 | <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 11 | <string key="NS.object.0">851</string> |
michael@0 | 12 | </object> |
michael@0 | 13 | <array class="NSMutableArray" key="IBDocument.EditedObjectIDs"> |
michael@0 | 14 | <integer value="24"/> |
michael@0 | 15 | <integer value="372"/> |
michael@0 | 16 | <integer value="634"/> |
michael@0 | 17 | </array> |
michael@0 | 18 | <array key="IBDocument.PluginDependencies"> |
michael@0 | 19 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 20 | </array> |
michael@0 | 21 | <object class="NSMutableDictionary" key="IBDocument.Metadata"> |
michael@0 | 22 | <string key="NS.key.0">PluginDependencyRecalculationVersion</string> |
michael@0 | 23 | <integer value="1" key="NS.object.0"/> |
michael@0 | 24 | </object> |
michael@0 | 25 | <array class="NSMutableArray" key="IBDocument.RootObjects" id="1048"> |
michael@0 | 26 | <object class="NSCustomObject" id="1021"> |
michael@0 | 27 | <string key="NSClassName">NSApplication</string> |
michael@0 | 28 | </object> |
michael@0 | 29 | <object class="NSCustomObject" id="1014"> |
michael@0 | 30 | <string key="NSClassName">FirstResponder</string> |
michael@0 | 31 | </object> |
michael@0 | 32 | <object class="NSCustomObject" id="1050"> |
michael@0 | 33 | <string key="NSClassName">NSApplication</string> |
michael@0 | 34 | </object> |
michael@0 | 35 | <object class="NSCustomObject" id="976324537"> |
michael@0 | 36 | <string key="NSClassName">SampleAppDelegate</string> |
michael@0 | 37 | </object> |
michael@0 | 38 | <object class="NSCustomObject" id="76290771"> |
michael@0 | 39 | <string key="NSClassName">NSWindowController</string> |
michael@0 | 40 | </object> |
michael@0 | 41 | <object class="NSWindowTemplate" id="972006081"> |
michael@0 | 42 | <int key="NSWindowStyleMask">15</int> |
michael@0 | 43 | <int key="NSWindowBacking">2</int> |
michael@0 | 44 | <string key="NSWindowRect">{{335, 288}, {640, 480}}</string> |
michael@0 | 45 | <int key="NSWTFlags">1417150464</int> |
michael@0 | 46 | <string key="NSWindowTitle">Sample App</string> |
michael@0 | 47 | <string key="NSWindowClass">NSWindow</string> |
michael@0 | 48 | <nil key="NSViewClass"/> |
michael@0 | 49 | <string key="NSWindowContentMaxSize">{3.40282e+38, 3.40282e+38}</string> |
michael@0 | 50 | <object class="NSView" key="NSWindowView" id="439893737"> |
michael@0 | 51 | <reference key="NSNextResponder"/> |
michael@0 | 52 | <int key="NSvFlags">256</int> |
michael@0 | 53 | <string key="NSFrameSize">{640, 480}</string> |
michael@0 | 54 | <reference key="NSSuperview"/> |
michael@0 | 55 | </object> |
michael@0 | 56 | <string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string> |
michael@0 | 57 | <string key="NSMaxSize">{3.40282e+38, 3.40282e+38}</string> |
michael@0 | 58 | </object> |
michael@0 | 59 | <object class="NSCustomView" id="758604943"> |
michael@0 | 60 | <reference key="NSNextResponder"/> |
michael@0 | 61 | <int key="NSvFlags">4352</int> |
michael@0 | 62 | <array class="NSMutableArray" key="NSSubviews"> |
michael@0 | 63 | <object class="NSScrollView" id="1038370525"> |
michael@0 | 64 | <reference key="NSNextResponder" ref="758604943"/> |
michael@0 | 65 | <int key="NSvFlags">274</int> |
michael@0 | 66 | <array class="NSMutableArray" key="NSSubviews"> |
michael@0 | 67 | <object class="NSClipView" id="250930136"> |
michael@0 | 68 | <reference key="NSNextResponder" ref="1038370525"/> |
michael@0 | 69 | <int key="NSvFlags">2304</int> |
michael@0 | 70 | <array class="NSMutableArray" key="NSSubviews"> |
michael@0 | 71 | <object class="NSTableView" id="429436769"> |
michael@0 | 72 | <reference key="NSNextResponder" ref="250930136"/> |
michael@0 | 73 | <int key="NSvFlags">256</int> |
michael@0 | 74 | <string key="NSFrameSize">{339, 319}</string> |
michael@0 | 75 | <reference key="NSSuperview" ref="250930136"/> |
michael@0 | 76 | <bool key="NSEnabled">YES</bool> |
michael@0 | 77 | <object class="_NSCornerView" key="NSCornerView"> |
michael@0 | 78 | <nil key="NSNextResponder"/> |
michael@0 | 79 | <int key="NSvFlags">-2147483392</int> |
michael@0 | 80 | <string key="NSFrame">{{224, 0}, {16, 17}}</string> |
michael@0 | 81 | </object> |
michael@0 | 82 | <array class="NSMutableArray" key="NSTableColumns"> |
michael@0 | 83 | <object class="NSTableColumn" id="691918008"> |
michael@0 | 84 | <string key="NSIdentifier">Labels</string> |
michael@0 | 85 | <double key="NSWidth">100</double> |
michael@0 | 86 | <double key="NSMinWidth">40</double> |
michael@0 | 87 | <double key="NSMaxWidth">1000</double> |
michael@0 | 88 | <object class="NSTableHeaderCell" key="NSHeaderCell"> |
michael@0 | 89 | <int key="NSCellFlags">75628096</int> |
michael@0 | 90 | <int key="NSCellFlags2">2048</int> |
michael@0 | 91 | <string key="NSContents"/> |
michael@0 | 92 | <object class="NSFont" key="NSSupport" id="26"> |
michael@0 | 93 | <string key="NSName">LucidaGrande</string> |
michael@0 | 94 | <double key="NSSize">11</double> |
michael@0 | 95 | <int key="NSfFlags">3100</int> |
michael@0 | 96 | </object> |
michael@0 | 97 | <object class="NSColor" key="NSBackgroundColor" id="805714581"> |
michael@0 | 98 | <int key="NSColorSpace">3</int> |
michael@0 | 99 | <bytes key="NSWhite">MC4zMzMzMzI5ODU2AA</bytes> |
michael@0 | 100 | </object> |
michael@0 | 101 | <object class="NSColor" key="NSTextColor" id="372600372"> |
michael@0 | 102 | <int key="NSColorSpace">6</int> |
michael@0 | 103 | <string key="NSCatalogName">System</string> |
michael@0 | 104 | <string key="NSColorName">headerTextColor</string> |
michael@0 | 105 | <object class="NSColor" key="NSColor" id="1032326875"> |
michael@0 | 106 | <int key="NSColorSpace">3</int> |
michael@0 | 107 | <bytes key="NSWhite">MAA</bytes> |
michael@0 | 108 | </object> |
michael@0 | 109 | </object> |
michael@0 | 110 | </object> |
michael@0 | 111 | <object class="NSTextFieldCell" key="NSDataCell" id="241301801"> |
michael@0 | 112 | <int key="NSCellFlags">68288064</int> |
michael@0 | 113 | <int key="NSCellFlags2">67241216</int> |
michael@0 | 114 | <string key="NSContents">Text Cell</string> |
michael@0 | 115 | <reference key="NSSupport" ref="26"/> |
michael@0 | 116 | <reference key="NSControlView" ref="429436769"/> |
michael@0 | 117 | <object class="NSColor" key="NSBackgroundColor" id="598476436"> |
michael@0 | 118 | <int key="NSColorSpace">6</int> |
michael@0 | 119 | <string key="NSCatalogName">System</string> |
michael@0 | 120 | <string key="NSColorName">controlBackgroundColor</string> |
michael@0 | 121 | <object class="NSColor" key="NSColor" id="319525538"> |
michael@0 | 122 | <int key="NSColorSpace">3</int> |
michael@0 | 123 | <bytes key="NSWhite">MC42NjY2NjY2ODY1AA</bytes> |
michael@0 | 124 | </object> |
michael@0 | 125 | </object> |
michael@0 | 126 | <object class="NSColor" key="NSTextColor" id="1055469070"> |
michael@0 | 127 | <int key="NSColorSpace">6</int> |
michael@0 | 128 | <string key="NSCatalogName">System</string> |
michael@0 | 129 | <string key="NSColorName">controlTextColor</string> |
michael@0 | 130 | <reference key="NSColor" ref="1032326875"/> |
michael@0 | 131 | </object> |
michael@0 | 132 | </object> |
michael@0 | 133 | <int key="NSResizingMask">3</int> |
michael@0 | 134 | <bool key="NSIsResizeable">YES</bool> |
michael@0 | 135 | <bool key="NSIsEditable">YES</bool> |
michael@0 | 136 | <reference key="NSTableView" ref="429436769"/> |
michael@0 | 137 | </object> |
michael@0 | 138 | <object class="NSTableColumn" id="394988372"> |
michael@0 | 139 | <string key="NSIdentifier">Controls</string> |
michael@0 | 140 | <double key="NSWidth">233</double> |
michael@0 | 141 | <double key="NSMinWidth">40</double> |
michael@0 | 142 | <double key="NSMaxWidth">1000</double> |
michael@0 | 143 | <object class="NSTableHeaderCell" key="NSHeaderCell"> |
michael@0 | 144 | <int key="NSCellFlags">75628096</int> |
michael@0 | 145 | <int key="NSCellFlags2">2048</int> |
michael@0 | 146 | <string key="NSContents"/> |
michael@0 | 147 | <reference key="NSSupport" ref="26"/> |
michael@0 | 148 | <reference key="NSBackgroundColor" ref="805714581"/> |
michael@0 | 149 | <reference key="NSTextColor" ref="372600372"/> |
michael@0 | 150 | </object> |
michael@0 | 151 | <object class="NSTextFieldCell" key="NSDataCell" id="88358594"> |
michael@0 | 152 | <int key="NSCellFlags">67239488</int> |
michael@0 | 153 | <int key="NSCellFlags2">272630784</int> |
michael@0 | 154 | <string key="NSContents">Text</string> |
michael@0 | 155 | <object class="NSFont" key="NSSupport"> |
michael@0 | 156 | <string key="NSName">LucidaGrande</string> |
michael@0 | 157 | <double key="NSSize">13</double> |
michael@0 | 158 | <int key="NSfFlags">1044</int> |
michael@0 | 159 | </object> |
michael@0 | 160 | <reference key="NSControlView" ref="429436769"/> |
michael@0 | 161 | <object class="NSColor" key="NSBackgroundColor"> |
michael@0 | 162 | <int key="NSColorSpace">6</int> |
michael@0 | 163 | <string key="NSCatalogName">System</string> |
michael@0 | 164 | <string key="NSColorName">controlColor</string> |
michael@0 | 165 | <reference key="NSColor" ref="319525538"/> |
michael@0 | 166 | </object> |
michael@0 | 167 | <reference key="NSTextColor" ref="1055469070"/> |
michael@0 | 168 | </object> |
michael@0 | 169 | <int key="NSResizingMask">3</int> |
michael@0 | 170 | <bool key="NSIsResizeable">YES</bool> |
michael@0 | 171 | <bool key="NSIsEditable">YES</bool> |
michael@0 | 172 | <reference key="NSTableView" ref="429436769"/> |
michael@0 | 173 | </object> |
michael@0 | 174 | </array> |
michael@0 | 175 | <double key="NSIntercellSpacingWidth">3</double> |
michael@0 | 176 | <double key="NSIntercellSpacingHeight">2</double> |
michael@0 | 177 | <object class="NSColor" key="NSBackgroundColor"> |
michael@0 | 178 | <int key="NSColorSpace">6</int> |
michael@0 | 179 | <string key="NSCatalogName">System</string> |
michael@0 | 180 | <string key="NSColorName">_sourceListBackgroundColor</string> |
michael@0 | 181 | <object class="NSColor" key="NSColor"> |
michael@0 | 182 | <int key="NSColorSpace">1</int> |
michael@0 | 183 | <bytes key="NSRGB">MC44MzkyMTU2OTU5IDAuODY2NjY2Njc0NiAwLjg5ODAzOTIyMTgAA</bytes> |
michael@0 | 184 | </object> |
michael@0 | 185 | </object> |
michael@0 | 186 | <object class="NSColor" key="NSGridColor"> |
michael@0 | 187 | <int key="NSColorSpace">6</int> |
michael@0 | 188 | <string key="NSCatalogName">System</string> |
michael@0 | 189 | <string key="NSColorName">gridColor</string> |
michael@0 | 190 | <object class="NSColor" key="NSColor"> |
michael@0 | 191 | <int key="NSColorSpace">3</int> |
michael@0 | 192 | <bytes key="NSWhite">MC41AA</bytes> |
michael@0 | 193 | </object> |
michael@0 | 194 | </object> |
michael@0 | 195 | <double key="NSRowHeight">35</double> |
michael@0 | 196 | <int key="NSTvFlags">1128267776</int> |
michael@0 | 197 | <reference key="NSDelegate"/> |
michael@0 | 198 | <reference key="NSDataSource"/> |
michael@0 | 199 | <int key="NSGridStyleMask">2</int> |
michael@0 | 200 | <int key="NSColumnAutoresizingStyle">4</int> |
michael@0 | 201 | <int key="NSDraggingSourceMaskForLocal">15</int> |
michael@0 | 202 | <int key="NSDraggingSourceMaskForNonLocal">0</int> |
michael@0 | 203 | <bool key="NSAllowsTypeSelect">NO</bool> |
michael@0 | 204 | <int key="NSTableViewSelectionHighlightStyle">1</int> |
michael@0 | 205 | <int key="NSTableViewDraggingDestinationStyle">1</int> |
michael@0 | 206 | </object> |
michael@0 | 207 | </array> |
michael@0 | 208 | <string key="NSFrame">{{1, 1}, {339, 319}}</string> |
michael@0 | 209 | <reference key="NSSuperview" ref="1038370525"/> |
michael@0 | 210 | <reference key="NSNextKeyView" ref="429436769"/> |
michael@0 | 211 | <reference key="NSDocView" ref="429436769"/> |
michael@0 | 212 | <reference key="NSBGColor" ref="598476436"/> |
michael@0 | 213 | <int key="NScvFlags">4</int> |
michael@0 | 214 | </object> |
michael@0 | 215 | <object class="NSScroller" id="617550661"> |
michael@0 | 216 | <reference key="NSNextResponder" ref="1038370525"/> |
michael@0 | 217 | <int key="NSvFlags">-2147483392</int> |
michael@0 | 218 | <string key="NSFrame">{{317, 1}, {15, 574}}</string> |
michael@0 | 219 | <reference key="NSSuperview" ref="1038370525"/> |
michael@0 | 220 | <reference key="NSTarget" ref="1038370525"/> |
michael@0 | 221 | <string key="NSAction">_doScroller:</string> |
michael@0 | 222 | <double key="NSPercent">0.99687498807907104</double> |
michael@0 | 223 | </object> |
michael@0 | 224 | <object class="NSScroller" id="977018641"> |
michael@0 | 225 | <reference key="NSNextResponder" ref="1038370525"/> |
michael@0 | 226 | <int key="NSvFlags">-2147483392</int> |
michael@0 | 227 | <string key="NSFrame">{{1, 263}, {157, 15}}</string> |
michael@0 | 228 | <reference key="NSSuperview" ref="1038370525"/> |
michael@0 | 229 | <int key="NSsFlags">1</int> |
michael@0 | 230 | <reference key="NSTarget" ref="1038370525"/> |
michael@0 | 231 | <string key="NSAction">_doScroller:</string> |
michael@0 | 232 | <double key="NSPercent">0.99705880880355835</double> |
michael@0 | 233 | </object> |
michael@0 | 234 | </array> |
michael@0 | 235 | <string key="NSFrameSize">{341, 321}</string> |
michael@0 | 236 | <reference key="NSSuperview" ref="758604943"/> |
michael@0 | 237 | <reference key="NSNextKeyView" ref="250930136"/> |
michael@0 | 238 | <int key="NSsFlags">562</int> |
michael@0 | 239 | <reference key="NSVScroller" ref="617550661"/> |
michael@0 | 240 | <reference key="NSHScroller" ref="977018641"/> |
michael@0 | 241 | <reference key="NSContentView" ref="250930136"/> |
michael@0 | 242 | <bytes key="NSScrollAmts">QSAAAEEgAABCFAAAQhQAAA</bytes> |
michael@0 | 243 | </object> |
michael@0 | 244 | </array> |
michael@0 | 245 | <string key="NSFrameSize">{341, 321}</string> |
michael@0 | 246 | <reference key="NSSuperview"/> |
michael@0 | 247 | <bool key="NSViewCanDrawConcurrently">YES</bool> |
michael@0 | 248 | <string key="NSClassName">NSView</string> |
michael@0 | 249 | </object> |
michael@0 | 250 | <object class="NSDrawer" id="764451088"> |
michael@0 | 251 | <nil key="NSNextResponder"/> |
michael@0 | 252 | <string key="NSContentSize">{300, 100}</string> |
michael@0 | 253 | <string key="NSMinContentSize">{0, 0}</string> |
michael@0 | 254 | <string key="NSMaxContentSize">{10000, 10000}</string> |
michael@0 | 255 | <int key="NSPreferredEdge">2</int> |
michael@0 | 256 | <double key="NSLeadingOffset">0.0</double> |
michael@0 | 257 | <double key="NSTrailingOffset">15</double> |
michael@0 | 258 | <nil key="NSParentWindow"/> |
michael@0 | 259 | <nil key="NSDelegate"/> |
michael@0 | 260 | </object> |
michael@0 | 261 | <object class="NSMenu" id="649796088"> |
michael@0 | 262 | <string key="NSTitle">AMainMenu</string> |
michael@0 | 263 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 264 | <object class="NSMenuItem" id="694149608"> |
michael@0 | 265 | <reference key="NSMenu" ref="649796088"/> |
michael@0 | 266 | <string key="NSTitle">SimpleCocoaApp</string> |
michael@0 | 267 | <string key="NSKeyEquiv"/> |
michael@0 | 268 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 269 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 270 | <object class="NSCustomResource" key="NSOnImage" id="35465992"> |
michael@0 | 271 | <string key="NSClassName">NSImage</string> |
michael@0 | 272 | <string key="NSResourceName">NSMenuCheckmark</string> |
michael@0 | 273 | </object> |
michael@0 | 274 | <object class="NSCustomResource" key="NSMixedImage" id="502551668"> |
michael@0 | 275 | <string key="NSClassName">NSImage</string> |
michael@0 | 276 | <string key="NSResourceName">NSMenuMixedState</string> |
michael@0 | 277 | </object> |
michael@0 | 278 | <string key="NSAction">submenuAction:</string> |
michael@0 | 279 | <object class="NSMenu" key="NSSubmenu" id="110575045"> |
michael@0 | 280 | <string key="NSTitle">SimpleCocoaApp</string> |
michael@0 | 281 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 282 | <object class="NSMenuItem" id="238522557"> |
michael@0 | 283 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 284 | <string key="NSTitle">About SimpleCocoaApp</string> |
michael@0 | 285 | <string key="NSKeyEquiv"/> |
michael@0 | 286 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 287 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 288 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 289 | </object> |
michael@0 | 290 | <object class="NSMenuItem" id="24092627"> |
michael@0 | 291 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 292 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 293 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 294 | <string key="NSTitle"/> |
michael@0 | 295 | <string key="NSKeyEquiv"/> |
michael@0 | 296 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 297 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 298 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 299 | </object> |
michael@0 | 300 | <object class="NSMenuItem" id="622903446"> |
michael@0 | 301 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 302 | <string key="NSTitle">Show Options</string> |
michael@0 | 303 | <string key="NSKeyEquiv"></string> |
michael@0 | 304 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 305 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 306 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 307 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 308 | </object> |
michael@0 | 309 | <object class="NSMenuItem" id="304266470"> |
michael@0 | 310 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 311 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 312 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 313 | <string key="NSTitle"/> |
michael@0 | 314 | <string key="NSKeyEquiv"/> |
michael@0 | 315 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 316 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 317 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 318 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 319 | </object> |
michael@0 | 320 | <object class="NSMenuItem" id="609285721"> |
michael@0 | 321 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 322 | <string key="NSTitle">Preferences…</string> |
michael@0 | 323 | <string key="NSKeyEquiv">,</string> |
michael@0 | 324 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 325 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 326 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 327 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 328 | </object> |
michael@0 | 329 | <object class="NSMenuItem" id="481834944"> |
michael@0 | 330 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 331 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 332 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 333 | <string key="NSTitle"/> |
michael@0 | 334 | <string key="NSKeyEquiv"/> |
michael@0 | 335 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 336 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 337 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 338 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 339 | </object> |
michael@0 | 340 | <object class="NSMenuItem" id="1046388886"> |
michael@0 | 341 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 342 | <string key="NSTitle">Services</string> |
michael@0 | 343 | <string key="NSKeyEquiv"/> |
michael@0 | 344 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 345 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 346 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 347 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 348 | <string key="NSAction">submenuAction:</string> |
michael@0 | 349 | <object class="NSMenu" key="NSSubmenu" id="752062318"> |
michael@0 | 350 | <string key="NSTitle">Services</string> |
michael@0 | 351 | <array class="NSMutableArray" key="NSMenuItems"/> |
michael@0 | 352 | <string key="NSName">_NSServicesMenu</string> |
michael@0 | 353 | </object> |
michael@0 | 354 | </object> |
michael@0 | 355 | <object class="NSMenuItem" id="646227648"> |
michael@0 | 356 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 357 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 358 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 359 | <string key="NSTitle"/> |
michael@0 | 360 | <string key="NSKeyEquiv"/> |
michael@0 | 361 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 362 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 363 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 364 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 365 | </object> |
michael@0 | 366 | <object class="NSMenuItem" id="755159360"> |
michael@0 | 367 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 368 | <string key="NSTitle">Hide SimpleCocoaApp</string> |
michael@0 | 369 | <string key="NSKeyEquiv">h</string> |
michael@0 | 370 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 371 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 372 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 373 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 374 | </object> |
michael@0 | 375 | <object class="NSMenuItem" id="342932134"> |
michael@0 | 376 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 377 | <string key="NSTitle">Hide Others</string> |
michael@0 | 378 | <string key="NSKeyEquiv">h</string> |
michael@0 | 379 | <int key="NSKeyEquivModMask">1572864</int> |
michael@0 | 380 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 381 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 382 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 383 | </object> |
michael@0 | 384 | <object class="NSMenuItem" id="908899353"> |
michael@0 | 385 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 386 | <string key="NSTitle">Show All</string> |
michael@0 | 387 | <string key="NSKeyEquiv"/> |
michael@0 | 388 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 389 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 390 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 391 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 392 | </object> |
michael@0 | 393 | <object class="NSMenuItem" id="1056857174"> |
michael@0 | 394 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 395 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 396 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 397 | <string key="NSTitle"/> |
michael@0 | 398 | <string key="NSKeyEquiv"/> |
michael@0 | 399 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 400 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 401 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 402 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 403 | </object> |
michael@0 | 404 | <object class="NSMenuItem" id="632727374"> |
michael@0 | 405 | <reference key="NSMenu" ref="110575045"/> |
michael@0 | 406 | <string key="NSTitle">Quit SimpleCocoaApp</string> |
michael@0 | 407 | <string key="NSKeyEquiv">q</string> |
michael@0 | 408 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 409 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 410 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 411 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 412 | </object> |
michael@0 | 413 | </array> |
michael@0 | 414 | <string key="NSName">_NSAppleMenu</string> |
michael@0 | 415 | </object> |
michael@0 | 416 | </object> |
michael@0 | 417 | <object class="NSMenuItem" id="379814623"> |
michael@0 | 418 | <reference key="NSMenu" ref="649796088"/> |
michael@0 | 419 | <string key="NSTitle">File</string> |
michael@0 | 420 | <string key="NSKeyEquiv"/> |
michael@0 | 421 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 422 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 423 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 424 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 425 | <string key="NSAction">submenuAction:</string> |
michael@0 | 426 | <object class="NSMenu" key="NSSubmenu" id="720053764"> |
michael@0 | 427 | <string key="NSTitle">File</string> |
michael@0 | 428 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 429 | <object class="NSMenuItem" id="705341025"> |
michael@0 | 430 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 431 | <string key="NSTitle">New</string> |
michael@0 | 432 | <string key="NSKeyEquiv">n</string> |
michael@0 | 433 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 434 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 435 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 436 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 437 | </object> |
michael@0 | 438 | <object class="NSMenuItem" id="722745758"> |
michael@0 | 439 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 440 | <string key="NSTitle">Open…</string> |
michael@0 | 441 | <string key="NSKeyEquiv">o</string> |
michael@0 | 442 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 443 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 444 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 445 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 446 | </object> |
michael@0 | 447 | <object class="NSMenuItem" id="1025936716"> |
michael@0 | 448 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 449 | <string key="NSTitle">Open Recent</string> |
michael@0 | 450 | <string key="NSKeyEquiv"/> |
michael@0 | 451 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 452 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 453 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 454 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 455 | <string key="NSAction">submenuAction:</string> |
michael@0 | 456 | <object class="NSMenu" key="NSSubmenu" id="1065607017"> |
michael@0 | 457 | <string key="NSTitle">Open Recent</string> |
michael@0 | 458 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 459 | <object class="NSMenuItem" id="759406840"> |
michael@0 | 460 | <reference key="NSMenu" ref="1065607017"/> |
michael@0 | 461 | <string key="NSTitle">Clear Menu</string> |
michael@0 | 462 | <string key="NSKeyEquiv"/> |
michael@0 | 463 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 464 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 465 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 466 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 467 | </object> |
michael@0 | 468 | </array> |
michael@0 | 469 | <string key="NSName">_NSRecentDocumentsMenu</string> |
michael@0 | 470 | </object> |
michael@0 | 471 | </object> |
michael@0 | 472 | <object class="NSMenuItem" id="425164168"> |
michael@0 | 473 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 474 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 475 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 476 | <string key="NSTitle"/> |
michael@0 | 477 | <string key="NSKeyEquiv"/> |
michael@0 | 478 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 479 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 480 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 481 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 482 | </object> |
michael@0 | 483 | <object class="NSMenuItem" id="776162233"> |
michael@0 | 484 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 485 | <string key="NSTitle">Close</string> |
michael@0 | 486 | <string key="NSKeyEquiv">w</string> |
michael@0 | 487 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 488 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 489 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 490 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 491 | </object> |
michael@0 | 492 | <object class="NSMenuItem" id="1023925487"> |
michael@0 | 493 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 494 | <string key="NSTitle">Save</string> |
michael@0 | 495 | <string key="NSKeyEquiv">s</string> |
michael@0 | 496 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 497 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 498 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 499 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 500 | </object> |
michael@0 | 501 | <object class="NSMenuItem" id="117038363"> |
michael@0 | 502 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 503 | <string key="NSTitle">Save As…</string> |
michael@0 | 504 | <string key="NSKeyEquiv">S</string> |
michael@0 | 505 | <int key="NSKeyEquivModMask">1179648</int> |
michael@0 | 506 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 507 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 508 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 509 | </object> |
michael@0 | 510 | <object class="NSMenuItem" id="579971712"> |
michael@0 | 511 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 512 | <string key="NSTitle">Revert to Saved</string> |
michael@0 | 513 | <string key="NSKeyEquiv"/> |
michael@0 | 514 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 515 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 516 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 517 | </object> |
michael@0 | 518 | <object class="NSMenuItem" id="1010469920"> |
michael@0 | 519 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 520 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 521 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 522 | <string key="NSTitle"/> |
michael@0 | 523 | <string key="NSKeyEquiv"/> |
michael@0 | 524 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 525 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 526 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 527 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 528 | </object> |
michael@0 | 529 | <object class="NSMenuItem" id="294629803"> |
michael@0 | 530 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 531 | <string key="NSTitle">Page Setup...</string> |
michael@0 | 532 | <string key="NSKeyEquiv">P</string> |
michael@0 | 533 | <int key="NSKeyEquivModMask">1179648</int> |
michael@0 | 534 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 535 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 536 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 537 | <string key="NSToolTip"/> |
michael@0 | 538 | </object> |
michael@0 | 539 | <object class="NSMenuItem" id="49223823"> |
michael@0 | 540 | <reference key="NSMenu" ref="720053764"/> |
michael@0 | 541 | <string key="NSTitle">Print…</string> |
michael@0 | 542 | <string key="NSKeyEquiv">p</string> |
michael@0 | 543 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 544 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 545 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 546 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 547 | </object> |
michael@0 | 548 | </array> |
michael@0 | 549 | </object> |
michael@0 | 550 | </object> |
michael@0 | 551 | <object class="NSMenuItem" id="952259628"> |
michael@0 | 552 | <reference key="NSMenu" ref="649796088"/> |
michael@0 | 553 | <string key="NSTitle">Edit</string> |
michael@0 | 554 | <string key="NSKeyEquiv"/> |
michael@0 | 555 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 556 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 557 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 558 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 559 | <string key="NSAction">submenuAction:</string> |
michael@0 | 560 | <object class="NSMenu" key="NSSubmenu" id="789758025"> |
michael@0 | 561 | <string key="NSTitle">Edit</string> |
michael@0 | 562 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 563 | <object class="NSMenuItem" id="1058277027"> |
michael@0 | 564 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 565 | <string key="NSTitle">Undo</string> |
michael@0 | 566 | <string key="NSKeyEquiv">z</string> |
michael@0 | 567 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 568 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 569 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 570 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 571 | </object> |
michael@0 | 572 | <object class="NSMenuItem" id="790794224"> |
michael@0 | 573 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 574 | <string key="NSTitle">Redo</string> |
michael@0 | 575 | <string key="NSKeyEquiv">Z</string> |
michael@0 | 576 | <int key="NSKeyEquivModMask">1179648</int> |
michael@0 | 577 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 578 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 579 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 580 | </object> |
michael@0 | 581 | <object class="NSMenuItem" id="1040322652"> |
michael@0 | 582 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 583 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 584 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 585 | <string key="NSTitle"/> |
michael@0 | 586 | <string key="NSKeyEquiv"/> |
michael@0 | 587 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 588 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 589 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 590 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 591 | </object> |
michael@0 | 592 | <object class="NSMenuItem" id="296257095"> |
michael@0 | 593 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 594 | <string key="NSTitle">Cut</string> |
michael@0 | 595 | <string key="NSKeyEquiv">x</string> |
michael@0 | 596 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 597 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 598 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 599 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 600 | </object> |
michael@0 | 601 | <object class="NSMenuItem" id="860595796"> |
michael@0 | 602 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 603 | <string key="NSTitle">Copy</string> |
michael@0 | 604 | <string key="NSKeyEquiv">c</string> |
michael@0 | 605 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 606 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 607 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 608 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 609 | </object> |
michael@0 | 610 | <object class="NSMenuItem" id="29853731"> |
michael@0 | 611 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 612 | <string key="NSTitle">Paste</string> |
michael@0 | 613 | <string key="NSKeyEquiv">v</string> |
michael@0 | 614 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 615 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 616 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 617 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 618 | </object> |
michael@0 | 619 | <object class="NSMenuItem" id="82994268"> |
michael@0 | 620 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 621 | <string key="NSTitle">Paste and Match Style</string> |
michael@0 | 622 | <string key="NSKeyEquiv">V</string> |
michael@0 | 623 | <int key="NSKeyEquivModMask">1572864</int> |
michael@0 | 624 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 625 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 626 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 627 | </object> |
michael@0 | 628 | <object class="NSMenuItem" id="437104165"> |
michael@0 | 629 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 630 | <string key="NSTitle">Delete</string> |
michael@0 | 631 | <string key="NSKeyEquiv"/> |
michael@0 | 632 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 633 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 634 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 635 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 636 | </object> |
michael@0 | 637 | <object class="NSMenuItem" id="583158037"> |
michael@0 | 638 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 639 | <string key="NSTitle">Select All</string> |
michael@0 | 640 | <string key="NSKeyEquiv">a</string> |
michael@0 | 641 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 642 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 643 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 644 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 645 | </object> |
michael@0 | 646 | <object class="NSMenuItem" id="212016141"> |
michael@0 | 647 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 648 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 649 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 650 | <string key="NSTitle"/> |
michael@0 | 651 | <string key="NSKeyEquiv"/> |
michael@0 | 652 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 653 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 654 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 655 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 656 | </object> |
michael@0 | 657 | <object class="NSMenuItem" id="892235320"> |
michael@0 | 658 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 659 | <string key="NSTitle">Find</string> |
michael@0 | 660 | <string key="NSKeyEquiv"/> |
michael@0 | 661 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 662 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 663 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 664 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 665 | <string key="NSAction">submenuAction:</string> |
michael@0 | 666 | <object class="NSMenu" key="NSSubmenu" id="963351320"> |
michael@0 | 667 | <string key="NSTitle">Find</string> |
michael@0 | 668 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 669 | <object class="NSMenuItem" id="447796847"> |
michael@0 | 670 | <reference key="NSMenu" ref="963351320"/> |
michael@0 | 671 | <string key="NSTitle">Find…</string> |
michael@0 | 672 | <string key="NSKeyEquiv">f</string> |
michael@0 | 673 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 674 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 675 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 676 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 677 | <int key="NSTag">1</int> |
michael@0 | 678 | </object> |
michael@0 | 679 | <object class="NSMenuItem" id="326711663"> |
michael@0 | 680 | <reference key="NSMenu" ref="963351320"/> |
michael@0 | 681 | <string key="NSTitle">Find Next</string> |
michael@0 | 682 | <string key="NSKeyEquiv">g</string> |
michael@0 | 683 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 684 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 685 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 686 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 687 | <int key="NSTag">2</int> |
michael@0 | 688 | </object> |
michael@0 | 689 | <object class="NSMenuItem" id="270902937"> |
michael@0 | 690 | <reference key="NSMenu" ref="963351320"/> |
michael@0 | 691 | <string key="NSTitle">Find Previous</string> |
michael@0 | 692 | <string key="NSKeyEquiv">G</string> |
michael@0 | 693 | <int key="NSKeyEquivModMask">1179648</int> |
michael@0 | 694 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 695 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 696 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 697 | <int key="NSTag">3</int> |
michael@0 | 698 | </object> |
michael@0 | 699 | <object class="NSMenuItem" id="159080638"> |
michael@0 | 700 | <reference key="NSMenu" ref="963351320"/> |
michael@0 | 701 | <string key="NSTitle">Use Selection for Find</string> |
michael@0 | 702 | <string key="NSKeyEquiv">e</string> |
michael@0 | 703 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 704 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 705 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 706 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 707 | <int key="NSTag">7</int> |
michael@0 | 708 | </object> |
michael@0 | 709 | <object class="NSMenuItem" id="88285865"> |
michael@0 | 710 | <reference key="NSMenu" ref="963351320"/> |
michael@0 | 711 | <string key="NSTitle">Jump to Selection</string> |
michael@0 | 712 | <string key="NSKeyEquiv">j</string> |
michael@0 | 713 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 714 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 715 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 716 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 717 | </object> |
michael@0 | 718 | </array> |
michael@0 | 719 | </object> |
michael@0 | 720 | </object> |
michael@0 | 721 | <object class="NSMenuItem" id="972420730"> |
michael@0 | 722 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 723 | <string key="NSTitle">Spelling and Grammar</string> |
michael@0 | 724 | <string key="NSKeyEquiv"/> |
michael@0 | 725 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 726 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 727 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 728 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 729 | <string key="NSAction">submenuAction:</string> |
michael@0 | 730 | <object class="NSMenu" key="NSSubmenu" id="769623530"> |
michael@0 | 731 | <string key="NSTitle">Spelling and Grammar</string> |
michael@0 | 732 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 733 | <object class="NSMenuItem" id="679648819"> |
michael@0 | 734 | <reference key="NSMenu" ref="769623530"/> |
michael@0 | 735 | <string key="NSTitle">Show Spelling and Grammar</string> |
michael@0 | 736 | <string key="NSKeyEquiv">:</string> |
michael@0 | 737 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 738 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 739 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 740 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 741 | </object> |
michael@0 | 742 | <object class="NSMenuItem" id="96193923"> |
michael@0 | 743 | <reference key="NSMenu" ref="769623530"/> |
michael@0 | 744 | <string key="NSTitle">Check Document Now</string> |
michael@0 | 745 | <string key="NSKeyEquiv">;</string> |
michael@0 | 746 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 747 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 748 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 749 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 750 | </object> |
michael@0 | 751 | <object class="NSMenuItem" id="859480356"> |
michael@0 | 752 | <reference key="NSMenu" ref="769623530"/> |
michael@0 | 753 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 754 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 755 | <string key="NSTitle"/> |
michael@0 | 756 | <string key="NSKeyEquiv"/> |
michael@0 | 757 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 758 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 759 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 760 | </object> |
michael@0 | 761 | <object class="NSMenuItem" id="948374510"> |
michael@0 | 762 | <reference key="NSMenu" ref="769623530"/> |
michael@0 | 763 | <string key="NSTitle">Check Spelling While Typing</string> |
michael@0 | 764 | <string key="NSKeyEquiv"/> |
michael@0 | 765 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 766 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 767 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 768 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 769 | </object> |
michael@0 | 770 | <object class="NSMenuItem" id="967646866"> |
michael@0 | 771 | <reference key="NSMenu" ref="769623530"/> |
michael@0 | 772 | <string key="NSTitle">Check Grammar With Spelling</string> |
michael@0 | 773 | <string key="NSKeyEquiv"/> |
michael@0 | 774 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 775 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 776 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 777 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 778 | </object> |
michael@0 | 779 | <object class="NSMenuItem" id="795346622"> |
michael@0 | 780 | <reference key="NSMenu" ref="769623530"/> |
michael@0 | 781 | <string key="NSTitle">Correct Spelling Automatically</string> |
michael@0 | 782 | <string key="NSKeyEquiv"/> |
michael@0 | 783 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 784 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 785 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 786 | </object> |
michael@0 | 787 | </array> |
michael@0 | 788 | </object> |
michael@0 | 789 | </object> |
michael@0 | 790 | <object class="NSMenuItem" id="507821607"> |
michael@0 | 791 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 792 | <string key="NSTitle">Substitutions</string> |
michael@0 | 793 | <string key="NSKeyEquiv"/> |
michael@0 | 794 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 795 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 796 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 797 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 798 | <string key="NSAction">submenuAction:</string> |
michael@0 | 799 | <object class="NSMenu" key="NSSubmenu" id="698887838"> |
michael@0 | 800 | <string key="NSTitle">Substitutions</string> |
michael@0 | 801 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 802 | <object class="NSMenuItem" id="65139061"> |
michael@0 | 803 | <reference key="NSMenu" ref="698887838"/> |
michael@0 | 804 | <string key="NSTitle">Show Substitutions</string> |
michael@0 | 805 | <string key="NSKeyEquiv"/> |
michael@0 | 806 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 807 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 808 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 809 | </object> |
michael@0 | 810 | <object class="NSMenuItem" id="19036812"> |
michael@0 | 811 | <reference key="NSMenu" ref="698887838"/> |
michael@0 | 812 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 813 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 814 | <string key="NSTitle"/> |
michael@0 | 815 | <string key="NSKeyEquiv"/> |
michael@0 | 816 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 817 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 818 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 819 | </object> |
michael@0 | 820 | <object class="NSMenuItem" id="605118523"> |
michael@0 | 821 | <reference key="NSMenu" ref="698887838"/> |
michael@0 | 822 | <string key="NSTitle">Smart Copy/Paste</string> |
michael@0 | 823 | <string key="NSKeyEquiv">f</string> |
michael@0 | 824 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 825 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 826 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 827 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 828 | <int key="NSTag">1</int> |
michael@0 | 829 | </object> |
michael@0 | 830 | <object class="NSMenuItem" id="197661976"> |
michael@0 | 831 | <reference key="NSMenu" ref="698887838"/> |
michael@0 | 832 | <string key="NSTitle">Smart Quotes</string> |
michael@0 | 833 | <string key="NSKeyEquiv">g</string> |
michael@0 | 834 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 835 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 836 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 837 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 838 | <int key="NSTag">2</int> |
michael@0 | 839 | </object> |
michael@0 | 840 | <object class="NSMenuItem" id="672708820"> |
michael@0 | 841 | <reference key="NSMenu" ref="698887838"/> |
michael@0 | 842 | <string key="NSTitle">Smart Dashes</string> |
michael@0 | 843 | <string key="NSKeyEquiv"/> |
michael@0 | 844 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 845 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 846 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 847 | </object> |
michael@0 | 848 | <object class="NSMenuItem" id="708854459"> |
michael@0 | 849 | <reference key="NSMenu" ref="698887838"/> |
michael@0 | 850 | <string key="NSTitle">Smart Links</string> |
michael@0 | 851 | <string key="NSKeyEquiv">G</string> |
michael@0 | 852 | <int key="NSKeyEquivModMask">1179648</int> |
michael@0 | 853 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 854 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 855 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 856 | <int key="NSTag">3</int> |
michael@0 | 857 | </object> |
michael@0 | 858 | <object class="NSMenuItem" id="537092702"> |
michael@0 | 859 | <reference key="NSMenu" ref="698887838"/> |
michael@0 | 860 | <string key="NSTitle">Text Replacement</string> |
michael@0 | 861 | <string key="NSKeyEquiv"/> |
michael@0 | 862 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 863 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 864 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 865 | </object> |
michael@0 | 866 | </array> |
michael@0 | 867 | </object> |
michael@0 | 868 | </object> |
michael@0 | 869 | <object class="NSMenuItem" id="288088188"> |
michael@0 | 870 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 871 | <string key="NSTitle">Transformations</string> |
michael@0 | 872 | <string key="NSKeyEquiv"/> |
michael@0 | 873 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 874 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 875 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 876 | <string key="NSAction">submenuAction:</string> |
michael@0 | 877 | <object class="NSMenu" key="NSSubmenu" id="579392910"> |
michael@0 | 878 | <string key="NSTitle">Transformations</string> |
michael@0 | 879 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 880 | <object class="NSMenuItem" id="1060694897"> |
michael@0 | 881 | <reference key="NSMenu" ref="579392910"/> |
michael@0 | 882 | <string key="NSTitle">Make Upper Case</string> |
michael@0 | 883 | <string key="NSKeyEquiv"/> |
michael@0 | 884 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 885 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 886 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 887 | </object> |
michael@0 | 888 | <object class="NSMenuItem" id="879586729"> |
michael@0 | 889 | <reference key="NSMenu" ref="579392910"/> |
michael@0 | 890 | <string key="NSTitle">Make Lower Case</string> |
michael@0 | 891 | <string key="NSKeyEquiv"/> |
michael@0 | 892 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 893 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 894 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 895 | </object> |
michael@0 | 896 | <object class="NSMenuItem" id="56570060"> |
michael@0 | 897 | <reference key="NSMenu" ref="579392910"/> |
michael@0 | 898 | <string key="NSTitle">Capitalize</string> |
michael@0 | 899 | <string key="NSKeyEquiv"/> |
michael@0 | 900 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 901 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 902 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 903 | </object> |
michael@0 | 904 | </array> |
michael@0 | 905 | </object> |
michael@0 | 906 | </object> |
michael@0 | 907 | <object class="NSMenuItem" id="676164635"> |
michael@0 | 908 | <reference key="NSMenu" ref="789758025"/> |
michael@0 | 909 | <string key="NSTitle">Speech</string> |
michael@0 | 910 | <string key="NSKeyEquiv"/> |
michael@0 | 911 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 912 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 913 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 914 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 915 | <string key="NSAction">submenuAction:</string> |
michael@0 | 916 | <object class="NSMenu" key="NSSubmenu" id="785027613"> |
michael@0 | 917 | <string key="NSTitle">Speech</string> |
michael@0 | 918 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 919 | <object class="NSMenuItem" id="731782645"> |
michael@0 | 920 | <reference key="NSMenu" ref="785027613"/> |
michael@0 | 921 | <string key="NSTitle">Start Speaking</string> |
michael@0 | 922 | <string key="NSKeyEquiv"/> |
michael@0 | 923 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 924 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 925 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 926 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 927 | </object> |
michael@0 | 928 | <object class="NSMenuItem" id="680220178"> |
michael@0 | 929 | <reference key="NSMenu" ref="785027613"/> |
michael@0 | 930 | <string key="NSTitle">Stop Speaking</string> |
michael@0 | 931 | <string key="NSKeyEquiv"/> |
michael@0 | 932 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 933 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 934 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 935 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 936 | </object> |
michael@0 | 937 | </array> |
michael@0 | 938 | </object> |
michael@0 | 939 | </object> |
michael@0 | 940 | </array> |
michael@0 | 941 | </object> |
michael@0 | 942 | </object> |
michael@0 | 943 | <object class="NSMenuItem" id="586577488"> |
michael@0 | 944 | <reference key="NSMenu" ref="649796088"/> |
michael@0 | 945 | <string key="NSTitle">View</string> |
michael@0 | 946 | <string key="NSKeyEquiv"/> |
michael@0 | 947 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 948 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 949 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 950 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 951 | <string key="NSAction">submenuAction:</string> |
michael@0 | 952 | <object class="NSMenu" key="NSSubmenu" id="466310130"> |
michael@0 | 953 | <string key="NSTitle">View</string> |
michael@0 | 954 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 955 | <object class="NSMenuItem" id="87708234"> |
michael@0 | 956 | <reference key="NSMenu" ref="466310130"/> |
michael@0 | 957 | <string key="NSTitle">Show Menu Key Equivalents</string> |
michael@0 | 958 | <string key="NSKeyEquiv"/> |
michael@0 | 959 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 960 | <int key="NSState">1</int> |
michael@0 | 961 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 962 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 963 | </object> |
michael@0 | 964 | <object class="NSMenuItem" id="102151532"> |
michael@0 | 965 | <reference key="NSMenu" ref="466310130"/> |
michael@0 | 966 | <string key="NSTitle">Show Toolbar</string> |
michael@0 | 967 | <string key="NSKeyEquiv">t</string> |
michael@0 | 968 | <int key="NSKeyEquivModMask">1572864</int> |
michael@0 | 969 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 970 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 971 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 972 | </object> |
michael@0 | 973 | <object class="NSMenuItem" id="237841660"> |
michael@0 | 974 | <reference key="NSMenu" ref="466310130"/> |
michael@0 | 975 | <string key="NSTitle">Customize Toolbar…</string> |
michael@0 | 976 | <string key="NSKeyEquiv"/> |
michael@0 | 977 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 978 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 979 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 980 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 981 | </object> |
michael@0 | 982 | </array> |
michael@0 | 983 | </object> |
michael@0 | 984 | </object> |
michael@0 | 985 | <object class="NSMenuItem" id="302598603"> |
michael@0 | 986 | <reference key="NSMenu" ref="649796088"/> |
michael@0 | 987 | <string key="NSTitle">Format</string> |
michael@0 | 988 | <string key="NSKeyEquiv"/> |
michael@0 | 989 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 990 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 991 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 992 | <string key="NSAction">submenuAction:</string> |
michael@0 | 993 | <object class="NSMenu" key="NSSubmenu" id="941447902"> |
michael@0 | 994 | <string key="NSTitle">Format</string> |
michael@0 | 995 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 996 | <object class="NSMenuItem" id="792887677"> |
michael@0 | 997 | <reference key="NSMenu" ref="941447902"/> |
michael@0 | 998 | <string key="NSTitle">Font</string> |
michael@0 | 999 | <string key="NSKeyEquiv"/> |
michael@0 | 1000 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1001 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1002 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1003 | <string key="NSAction">submenuAction:</string> |
michael@0 | 1004 | <object class="NSMenu" key="NSSubmenu" id="786677654"> |
michael@0 | 1005 | <string key="NSTitle">Font</string> |
michael@0 | 1006 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 1007 | <object class="NSMenuItem" id="159677712"> |
michael@0 | 1008 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1009 | <string key="NSTitle">Show Fonts</string> |
michael@0 | 1010 | <string key="NSKeyEquiv">t</string> |
michael@0 | 1011 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1012 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1013 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1014 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1015 | </object> |
michael@0 | 1016 | <object class="NSMenuItem" id="305399458"> |
michael@0 | 1017 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1018 | <string key="NSTitle">Bold</string> |
michael@0 | 1019 | <string key="NSKeyEquiv">b</string> |
michael@0 | 1020 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1021 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1022 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1023 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1024 | <int key="NSTag">2</int> |
michael@0 | 1025 | </object> |
michael@0 | 1026 | <object class="NSMenuItem" id="814362025"> |
michael@0 | 1027 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1028 | <string key="NSTitle">Italic</string> |
michael@0 | 1029 | <string key="NSKeyEquiv">i</string> |
michael@0 | 1030 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1031 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1032 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1033 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1034 | <int key="NSTag">1</int> |
michael@0 | 1035 | </object> |
michael@0 | 1036 | <object class="NSMenuItem" id="330926929"> |
michael@0 | 1037 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1038 | <string key="NSTitle">Underline</string> |
michael@0 | 1039 | <string key="NSKeyEquiv">u</string> |
michael@0 | 1040 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1041 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1042 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1043 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1044 | </object> |
michael@0 | 1045 | <object class="NSMenuItem" id="533507878"> |
michael@0 | 1046 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1047 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1048 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 1049 | <string key="NSTitle"/> |
michael@0 | 1050 | <string key="NSKeyEquiv"/> |
michael@0 | 1051 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1052 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1053 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1054 | </object> |
michael@0 | 1055 | <object class="NSMenuItem" id="158063935"> |
michael@0 | 1056 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1057 | <string key="NSTitle">Bigger</string> |
michael@0 | 1058 | <string key="NSKeyEquiv">+</string> |
michael@0 | 1059 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1060 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1061 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1062 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1063 | <int key="NSTag">3</int> |
michael@0 | 1064 | </object> |
michael@0 | 1065 | <object class="NSMenuItem" id="885547335"> |
michael@0 | 1066 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1067 | <string key="NSTitle">Smaller</string> |
michael@0 | 1068 | <string key="NSKeyEquiv">-</string> |
michael@0 | 1069 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1070 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1071 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1072 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1073 | <int key="NSTag">4</int> |
michael@0 | 1074 | </object> |
michael@0 | 1075 | <object class="NSMenuItem" id="901062459"> |
michael@0 | 1076 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1077 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1078 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 1079 | <string key="NSTitle"/> |
michael@0 | 1080 | <string key="NSKeyEquiv"/> |
michael@0 | 1081 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1082 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1083 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1084 | </object> |
michael@0 | 1085 | <object class="NSMenuItem" id="767671776"> |
michael@0 | 1086 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1087 | <string key="NSTitle">Kern</string> |
michael@0 | 1088 | <string key="NSKeyEquiv"/> |
michael@0 | 1089 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1090 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1091 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1092 | <string key="NSAction">submenuAction:</string> |
michael@0 | 1093 | <object class="NSMenu" key="NSSubmenu" id="175441468"> |
michael@0 | 1094 | <string key="NSTitle">Kern</string> |
michael@0 | 1095 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 1096 | <object class="NSMenuItem" id="252969304"> |
michael@0 | 1097 | <reference key="NSMenu" ref="175441468"/> |
michael@0 | 1098 | <string key="NSTitle">Use Default</string> |
michael@0 | 1099 | <string key="NSKeyEquiv"/> |
michael@0 | 1100 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1101 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1102 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1103 | </object> |
michael@0 | 1104 | <object class="NSMenuItem" id="766922938"> |
michael@0 | 1105 | <reference key="NSMenu" ref="175441468"/> |
michael@0 | 1106 | <string key="NSTitle">Use None</string> |
michael@0 | 1107 | <string key="NSKeyEquiv"/> |
michael@0 | 1108 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1109 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1110 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1111 | </object> |
michael@0 | 1112 | <object class="NSMenuItem" id="677519740"> |
michael@0 | 1113 | <reference key="NSMenu" ref="175441468"/> |
michael@0 | 1114 | <string key="NSTitle">Tighten</string> |
michael@0 | 1115 | <string key="NSKeyEquiv"/> |
michael@0 | 1116 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1117 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1118 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1119 | </object> |
michael@0 | 1120 | <object class="NSMenuItem" id="238351151"> |
michael@0 | 1121 | <reference key="NSMenu" ref="175441468"/> |
michael@0 | 1122 | <string key="NSTitle">Loosen</string> |
michael@0 | 1123 | <string key="NSKeyEquiv"/> |
michael@0 | 1124 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1125 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1126 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1127 | </object> |
michael@0 | 1128 | </array> |
michael@0 | 1129 | </object> |
michael@0 | 1130 | </object> |
michael@0 | 1131 | <object class="NSMenuItem" id="691570813"> |
michael@0 | 1132 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1133 | <string key="NSTitle">Ligature</string> |
michael@0 | 1134 | <string key="NSKeyEquiv"/> |
michael@0 | 1135 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1136 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1137 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1138 | <string key="NSAction">submenuAction:</string> |
michael@0 | 1139 | <object class="NSMenu" key="NSSubmenu" id="1058217995"> |
michael@0 | 1140 | <string key="NSTitle">Ligature</string> |
michael@0 | 1141 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 1142 | <object class="NSMenuItem" id="706297211"> |
michael@0 | 1143 | <reference key="NSMenu" ref="1058217995"/> |
michael@0 | 1144 | <string key="NSTitle">Use Default</string> |
michael@0 | 1145 | <string key="NSKeyEquiv"/> |
michael@0 | 1146 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1147 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1148 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1149 | </object> |
michael@0 | 1150 | <object class="NSMenuItem" id="568384683"> |
michael@0 | 1151 | <reference key="NSMenu" ref="1058217995"/> |
michael@0 | 1152 | <string key="NSTitle">Use None</string> |
michael@0 | 1153 | <string key="NSKeyEquiv"/> |
michael@0 | 1154 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1155 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1156 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1157 | </object> |
michael@0 | 1158 | <object class="NSMenuItem" id="663508465"> |
michael@0 | 1159 | <reference key="NSMenu" ref="1058217995"/> |
michael@0 | 1160 | <string key="NSTitle">Use All</string> |
michael@0 | 1161 | <string key="NSKeyEquiv"/> |
michael@0 | 1162 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1163 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1164 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1165 | </object> |
michael@0 | 1166 | </array> |
michael@0 | 1167 | </object> |
michael@0 | 1168 | </object> |
michael@0 | 1169 | <object class="NSMenuItem" id="769124883"> |
michael@0 | 1170 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1171 | <string key="NSTitle">Baseline</string> |
michael@0 | 1172 | <string key="NSKeyEquiv"/> |
michael@0 | 1173 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1174 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1175 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1176 | <string key="NSAction">submenuAction:</string> |
michael@0 | 1177 | <object class="NSMenu" key="NSSubmenu" id="18263474"> |
michael@0 | 1178 | <string key="NSTitle">Baseline</string> |
michael@0 | 1179 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 1180 | <object class="NSMenuItem" id="257962622"> |
michael@0 | 1181 | <reference key="NSMenu" ref="18263474"/> |
michael@0 | 1182 | <string key="NSTitle">Use Default</string> |
michael@0 | 1183 | <string key="NSKeyEquiv"/> |
michael@0 | 1184 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1185 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1186 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1187 | </object> |
michael@0 | 1188 | <object class="NSMenuItem" id="644725453"> |
michael@0 | 1189 | <reference key="NSMenu" ref="18263474"/> |
michael@0 | 1190 | <string key="NSTitle">Superscript</string> |
michael@0 | 1191 | <string key="NSKeyEquiv"/> |
michael@0 | 1192 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1193 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1194 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1195 | </object> |
michael@0 | 1196 | <object class="NSMenuItem" id="1037576581"> |
michael@0 | 1197 | <reference key="NSMenu" ref="18263474"/> |
michael@0 | 1198 | <string key="NSTitle">Subscript</string> |
michael@0 | 1199 | <string key="NSKeyEquiv"/> |
michael@0 | 1200 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1201 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1202 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1203 | </object> |
michael@0 | 1204 | <object class="NSMenuItem" id="941806246"> |
michael@0 | 1205 | <reference key="NSMenu" ref="18263474"/> |
michael@0 | 1206 | <string key="NSTitle">Raise</string> |
michael@0 | 1207 | <string key="NSKeyEquiv"/> |
michael@0 | 1208 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1209 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1210 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1211 | </object> |
michael@0 | 1212 | <object class="NSMenuItem" id="1045724900"> |
michael@0 | 1213 | <reference key="NSMenu" ref="18263474"/> |
michael@0 | 1214 | <string key="NSTitle">Lower</string> |
michael@0 | 1215 | <string key="NSKeyEquiv"/> |
michael@0 | 1216 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1217 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1218 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1219 | </object> |
michael@0 | 1220 | </array> |
michael@0 | 1221 | </object> |
michael@0 | 1222 | </object> |
michael@0 | 1223 | <object class="NSMenuItem" id="739652853"> |
michael@0 | 1224 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1225 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1226 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 1227 | <string key="NSTitle"/> |
michael@0 | 1228 | <string key="NSKeyEquiv"/> |
michael@0 | 1229 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1230 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1231 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1232 | </object> |
michael@0 | 1233 | <object class="NSMenuItem" id="1012600125"> |
michael@0 | 1234 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1235 | <string key="NSTitle">Show Colors</string> |
michael@0 | 1236 | <string key="NSKeyEquiv">C</string> |
michael@0 | 1237 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1238 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1239 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1240 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1241 | </object> |
michael@0 | 1242 | <object class="NSMenuItem" id="214559597"> |
michael@0 | 1243 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1244 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1245 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 1246 | <string key="NSTitle"/> |
michael@0 | 1247 | <string key="NSKeyEquiv"/> |
michael@0 | 1248 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1249 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1250 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1251 | </object> |
michael@0 | 1252 | <object class="NSMenuItem" id="596732606"> |
michael@0 | 1253 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1254 | <string key="NSTitle">Copy Style</string> |
michael@0 | 1255 | <string key="NSKeyEquiv">c</string> |
michael@0 | 1256 | <int key="NSKeyEquivModMask">1572864</int> |
michael@0 | 1257 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1258 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1259 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1260 | </object> |
michael@0 | 1261 | <object class="NSMenuItem" id="393423671"> |
michael@0 | 1262 | <reference key="NSMenu" ref="786677654"/> |
michael@0 | 1263 | <string key="NSTitle">Paste Style</string> |
michael@0 | 1264 | <string key="NSKeyEquiv">v</string> |
michael@0 | 1265 | <int key="NSKeyEquivModMask">1572864</int> |
michael@0 | 1266 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1267 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1268 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1269 | </object> |
michael@0 | 1270 | </array> |
michael@0 | 1271 | <string key="NSName">_NSFontMenu</string> |
michael@0 | 1272 | </object> |
michael@0 | 1273 | </object> |
michael@0 | 1274 | <object class="NSMenuItem" id="215659978"> |
michael@0 | 1275 | <reference key="NSMenu" ref="941447902"/> |
michael@0 | 1276 | <string key="NSTitle">Text</string> |
michael@0 | 1277 | <string key="NSKeyEquiv"/> |
michael@0 | 1278 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1279 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1280 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1281 | <string key="NSAction">submenuAction:</string> |
michael@0 | 1282 | <object class="NSMenu" key="NSSubmenu" id="446991534"> |
michael@0 | 1283 | <string key="NSTitle">Text</string> |
michael@0 | 1284 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 1285 | <object class="NSMenuItem" id="875092757"> |
michael@0 | 1286 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1287 | <string key="NSTitle">Align Left</string> |
michael@0 | 1288 | <string key="NSKeyEquiv">{</string> |
michael@0 | 1289 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1290 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1291 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1292 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1293 | </object> |
michael@0 | 1294 | <object class="NSMenuItem" id="630155264"> |
michael@0 | 1295 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1296 | <string key="NSTitle">Center</string> |
michael@0 | 1297 | <string key="NSKeyEquiv">|</string> |
michael@0 | 1298 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1299 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1300 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1301 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1302 | </object> |
michael@0 | 1303 | <object class="NSMenuItem" id="945678886"> |
michael@0 | 1304 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1305 | <string key="NSTitle">Justify</string> |
michael@0 | 1306 | <string key="NSKeyEquiv"/> |
michael@0 | 1307 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1308 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1309 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1310 | </object> |
michael@0 | 1311 | <object class="NSMenuItem" id="512868991"> |
michael@0 | 1312 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1313 | <string key="NSTitle">Align Right</string> |
michael@0 | 1314 | <string key="NSKeyEquiv">}</string> |
michael@0 | 1315 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1316 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1317 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1318 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1319 | </object> |
michael@0 | 1320 | <object class="NSMenuItem" id="163117631"> |
michael@0 | 1321 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1322 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1323 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 1324 | <string key="NSTitle"/> |
michael@0 | 1325 | <string key="NSKeyEquiv"/> |
michael@0 | 1326 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1327 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1328 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1329 | </object> |
michael@0 | 1330 | <object class="NSMenuItem" id="31516759"> |
michael@0 | 1331 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1332 | <string key="NSTitle">Writing Direction</string> |
michael@0 | 1333 | <string key="NSKeyEquiv"/> |
michael@0 | 1334 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1335 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1336 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1337 | <string key="NSAction">submenuAction:</string> |
michael@0 | 1338 | <object class="NSMenu" key="NSSubmenu" id="956096989"> |
michael@0 | 1339 | <string key="NSTitle">Writing Direction</string> |
michael@0 | 1340 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 1341 | <object class="NSMenuItem" id="257099033"> |
michael@0 | 1342 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1343 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1344 | <string key="NSTitle">Paragraph</string> |
michael@0 | 1345 | <string key="NSKeyEquiv"/> |
michael@0 | 1346 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1347 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1348 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1349 | </object> |
michael@0 | 1350 | <object class="NSMenuItem" id="551969625"> |
michael@0 | 1351 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1352 | <string type="base64-UTF8" key="NSTitle">CURlZmF1bHQ</string> |
michael@0 | 1353 | <string key="NSKeyEquiv"/> |
michael@0 | 1354 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1355 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1356 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1357 | </object> |
michael@0 | 1358 | <object class="NSMenuItem" id="249532473"> |
michael@0 | 1359 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1360 | <string type="base64-UTF8" key="NSTitle">CUxlZnQgdG8gUmlnaHQ</string> |
michael@0 | 1361 | <string key="NSKeyEquiv"/> |
michael@0 | 1362 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1363 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1364 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1365 | </object> |
michael@0 | 1366 | <object class="NSMenuItem" id="607364498"> |
michael@0 | 1367 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1368 | <string type="base64-UTF8" key="NSTitle">CVJpZ2h0IHRvIExlZnQ</string> |
michael@0 | 1369 | <string key="NSKeyEquiv"/> |
michael@0 | 1370 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1371 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1372 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1373 | </object> |
michael@0 | 1374 | <object class="NSMenuItem" id="508151438"> |
michael@0 | 1375 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1376 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1377 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 1378 | <string key="NSTitle"/> |
michael@0 | 1379 | <string key="NSKeyEquiv"/> |
michael@0 | 1380 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1381 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1382 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1383 | </object> |
michael@0 | 1384 | <object class="NSMenuItem" id="981751889"> |
michael@0 | 1385 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1386 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1387 | <string key="NSTitle">Selection</string> |
michael@0 | 1388 | <string key="NSKeyEquiv"/> |
michael@0 | 1389 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1390 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1391 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1392 | </object> |
michael@0 | 1393 | <object class="NSMenuItem" id="380031999"> |
michael@0 | 1394 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1395 | <string type="base64-UTF8" key="NSTitle">CURlZmF1bHQ</string> |
michael@0 | 1396 | <string key="NSKeyEquiv"/> |
michael@0 | 1397 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1398 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1399 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1400 | </object> |
michael@0 | 1401 | <object class="NSMenuItem" id="825984362"> |
michael@0 | 1402 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1403 | <string type="base64-UTF8" key="NSTitle">CUxlZnQgdG8gUmlnaHQ</string> |
michael@0 | 1404 | <string key="NSKeyEquiv"/> |
michael@0 | 1405 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1406 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1407 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1408 | </object> |
michael@0 | 1409 | <object class="NSMenuItem" id="560145579"> |
michael@0 | 1410 | <reference key="NSMenu" ref="956096989"/> |
michael@0 | 1411 | <string type="base64-UTF8" key="NSTitle">CVJpZ2h0IHRvIExlZnQ</string> |
michael@0 | 1412 | <string key="NSKeyEquiv"/> |
michael@0 | 1413 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1414 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1415 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1416 | </object> |
michael@0 | 1417 | </array> |
michael@0 | 1418 | </object> |
michael@0 | 1419 | </object> |
michael@0 | 1420 | <object class="NSMenuItem" id="908105787"> |
michael@0 | 1421 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1422 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1423 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 1424 | <string key="NSTitle"/> |
michael@0 | 1425 | <string key="NSKeyEquiv"/> |
michael@0 | 1426 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1427 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1428 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1429 | </object> |
michael@0 | 1430 | <object class="NSMenuItem" id="644046920"> |
michael@0 | 1431 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1432 | <string key="NSTitle">Show Ruler</string> |
michael@0 | 1433 | <string key="NSKeyEquiv"/> |
michael@0 | 1434 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1435 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1436 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1437 | </object> |
michael@0 | 1438 | <object class="NSMenuItem" id="231811626"> |
michael@0 | 1439 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1440 | <string key="NSTitle">Copy Ruler</string> |
michael@0 | 1441 | <string key="NSKeyEquiv">c</string> |
michael@0 | 1442 | <int key="NSKeyEquivModMask">1310720</int> |
michael@0 | 1443 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1444 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1445 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1446 | </object> |
michael@0 | 1447 | <object class="NSMenuItem" id="883618387"> |
michael@0 | 1448 | <reference key="NSMenu" ref="446991534"/> |
michael@0 | 1449 | <string key="NSTitle">Paste Ruler</string> |
michael@0 | 1450 | <string key="NSKeyEquiv">v</string> |
michael@0 | 1451 | <int key="NSKeyEquivModMask">1310720</int> |
michael@0 | 1452 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1453 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1454 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1455 | </object> |
michael@0 | 1456 | </array> |
michael@0 | 1457 | </object> |
michael@0 | 1458 | </object> |
michael@0 | 1459 | </array> |
michael@0 | 1460 | </object> |
michael@0 | 1461 | </object> |
michael@0 | 1462 | <object class="NSMenuItem" id="713487014"> |
michael@0 | 1463 | <reference key="NSMenu" ref="649796088"/> |
michael@0 | 1464 | <string key="NSTitle">Window</string> |
michael@0 | 1465 | <string key="NSKeyEquiv"/> |
michael@0 | 1466 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1467 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1468 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1469 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1470 | <string key="NSAction">submenuAction:</string> |
michael@0 | 1471 | <object class="NSMenu" key="NSSubmenu" id="835318025"> |
michael@0 | 1472 | <string key="NSTitle">Window</string> |
michael@0 | 1473 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 1474 | <object class="NSMenuItem" id="1011231497"> |
michael@0 | 1475 | <reference key="NSMenu" ref="835318025"/> |
michael@0 | 1476 | <string key="NSTitle">Minimize</string> |
michael@0 | 1477 | <string key="NSKeyEquiv">m</string> |
michael@0 | 1478 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1479 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1480 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1481 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1482 | </object> |
michael@0 | 1483 | <object class="NSMenuItem" id="575023229"> |
michael@0 | 1484 | <reference key="NSMenu" ref="835318025"/> |
michael@0 | 1485 | <string key="NSTitle">Zoom</string> |
michael@0 | 1486 | <string key="NSKeyEquiv"/> |
michael@0 | 1487 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1488 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1489 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1490 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1491 | </object> |
michael@0 | 1492 | <object class="NSMenuItem" id="92029792"> |
michael@0 | 1493 | <reference key="NSMenu" ref="835318025"/> |
michael@0 | 1494 | <string key="NSTitle">768 x 1024</string> |
michael@0 | 1495 | <string key="NSKeyEquiv">=</string> |
michael@0 | 1496 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1497 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1498 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1499 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1500 | </object> |
michael@0 | 1501 | <object class="NSMenuItem" id="299356726"> |
michael@0 | 1502 | <reference key="NSMenu" ref="835318025"/> |
michael@0 | 1503 | <bool key="NSIsDisabled">YES</bool> |
michael@0 | 1504 | <bool key="NSIsSeparator">YES</bool> |
michael@0 | 1505 | <string key="NSTitle"/> |
michael@0 | 1506 | <string key="NSKeyEquiv"/> |
michael@0 | 1507 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1508 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1509 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1510 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1511 | </object> |
michael@0 | 1512 | <object class="NSMenuItem" id="625202149"> |
michael@0 | 1513 | <reference key="NSMenu" ref="835318025"/> |
michael@0 | 1514 | <string key="NSTitle">Bring All to Front</string> |
michael@0 | 1515 | <string key="NSKeyEquiv"/> |
michael@0 | 1516 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1517 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1518 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1519 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1520 | </object> |
michael@0 | 1521 | </array> |
michael@0 | 1522 | <string key="NSName">_NSWindowsMenu</string> |
michael@0 | 1523 | </object> |
michael@0 | 1524 | </object> |
michael@0 | 1525 | <object class="NSMenuItem" id="448692316"> |
michael@0 | 1526 | <reference key="NSMenu" ref="649796088"/> |
michael@0 | 1527 | <string key="NSTitle">Help</string> |
michael@0 | 1528 | <string key="NSKeyEquiv"/> |
michael@0 | 1529 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1530 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1531 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1532 | <string key="NSAction">submenuAction:</string> |
michael@0 | 1533 | <object class="NSMenu" key="NSSubmenu" id="992780483"> |
michael@0 | 1534 | <string key="NSTitle">Help</string> |
michael@0 | 1535 | <array class="NSMutableArray" key="NSMenuItems"> |
michael@0 | 1536 | <object class="NSMenuItem" id="105068016"> |
michael@0 | 1537 | <reference key="NSMenu" ref="992780483"/> |
michael@0 | 1538 | <string key="NSTitle">SimpleCocoaApp Help</string> |
michael@0 | 1539 | <string key="NSKeyEquiv">?</string> |
michael@0 | 1540 | <int key="NSKeyEquivModMask">1048576</int> |
michael@0 | 1541 | <int key="NSMnemonicLoc">2147483647</int> |
michael@0 | 1542 | <reference key="NSOnImage" ref="35465992"/> |
michael@0 | 1543 | <reference key="NSMixedImage" ref="502551668"/> |
michael@0 | 1544 | </object> |
michael@0 | 1545 | </array> |
michael@0 | 1546 | <string key="NSName">_NSHelpMenu</string> |
michael@0 | 1547 | </object> |
michael@0 | 1548 | </object> |
michael@0 | 1549 | </array> |
michael@0 | 1550 | <string key="NSName">_NSMainMenu</string> |
michael@0 | 1551 | </object> |
michael@0 | 1552 | <object class="NSCustomObject" id="755631768"> |
michael@0 | 1553 | <string key="NSClassName">NSFontManager</string> |
michael@0 | 1554 | </object> |
michael@0 | 1555 | </array> |
michael@0 | 1556 | <object class="IBObjectContainer" key="IBDocument.Objects"> |
michael@0 | 1557 | <array class="NSMutableArray" key="connectionRecords"> |
michael@0 | 1558 | <object class="IBConnectionRecord"> |
michael@0 | 1559 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1560 | <string key="label">performMiniaturize:</string> |
michael@0 | 1561 | <reference key="source" ref="1014"/> |
michael@0 | 1562 | <reference key="destination" ref="1011231497"/> |
michael@0 | 1563 | </object> |
michael@0 | 1564 | <int key="connectionID">37</int> |
michael@0 | 1565 | </object> |
michael@0 | 1566 | <object class="IBConnectionRecord"> |
michael@0 | 1567 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1568 | <string key="label">arrangeInFront:</string> |
michael@0 | 1569 | <reference key="source" ref="1014"/> |
michael@0 | 1570 | <reference key="destination" ref="625202149"/> |
michael@0 | 1571 | </object> |
michael@0 | 1572 | <int key="connectionID">39</int> |
michael@0 | 1573 | </object> |
michael@0 | 1574 | <object class="IBConnectionRecord"> |
michael@0 | 1575 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1576 | <string key="label">print:</string> |
michael@0 | 1577 | <reference key="source" ref="1014"/> |
michael@0 | 1578 | <reference key="destination" ref="49223823"/> |
michael@0 | 1579 | </object> |
michael@0 | 1580 | <int key="connectionID">86</int> |
michael@0 | 1581 | </object> |
michael@0 | 1582 | <object class="IBConnectionRecord"> |
michael@0 | 1583 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1584 | <string key="label">runPageLayout:</string> |
michael@0 | 1585 | <reference key="source" ref="1014"/> |
michael@0 | 1586 | <reference key="destination" ref="294629803"/> |
michael@0 | 1587 | </object> |
michael@0 | 1588 | <int key="connectionID">87</int> |
michael@0 | 1589 | </object> |
michael@0 | 1590 | <object class="IBConnectionRecord"> |
michael@0 | 1591 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1592 | <string key="label">clearRecentDocuments:</string> |
michael@0 | 1593 | <reference key="source" ref="1014"/> |
michael@0 | 1594 | <reference key="destination" ref="759406840"/> |
michael@0 | 1595 | </object> |
michael@0 | 1596 | <int key="connectionID">127</int> |
michael@0 | 1597 | </object> |
michael@0 | 1598 | <object class="IBConnectionRecord"> |
michael@0 | 1599 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1600 | <string key="label">orderFrontStandardAboutPanel:</string> |
michael@0 | 1601 | <reference key="source" ref="1021"/> |
michael@0 | 1602 | <reference key="destination" ref="238522557"/> |
michael@0 | 1603 | </object> |
michael@0 | 1604 | <int key="connectionID">142</int> |
michael@0 | 1605 | </object> |
michael@0 | 1606 | <object class="IBConnectionRecord"> |
michael@0 | 1607 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1608 | <string key="label">performClose:</string> |
michael@0 | 1609 | <reference key="source" ref="1014"/> |
michael@0 | 1610 | <reference key="destination" ref="776162233"/> |
michael@0 | 1611 | </object> |
michael@0 | 1612 | <int key="connectionID">193</int> |
michael@0 | 1613 | </object> |
michael@0 | 1614 | <object class="IBConnectionRecord"> |
michael@0 | 1615 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1616 | <string key="label">toggleContinuousSpellChecking:</string> |
michael@0 | 1617 | <reference key="source" ref="1014"/> |
michael@0 | 1618 | <reference key="destination" ref="948374510"/> |
michael@0 | 1619 | </object> |
michael@0 | 1620 | <int key="connectionID">222</int> |
michael@0 | 1621 | </object> |
michael@0 | 1622 | <object class="IBConnectionRecord"> |
michael@0 | 1623 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1624 | <string key="label">undo:</string> |
michael@0 | 1625 | <reference key="source" ref="1014"/> |
michael@0 | 1626 | <reference key="destination" ref="1058277027"/> |
michael@0 | 1627 | </object> |
michael@0 | 1628 | <int key="connectionID">223</int> |
michael@0 | 1629 | </object> |
michael@0 | 1630 | <object class="IBConnectionRecord"> |
michael@0 | 1631 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1632 | <string key="label">copy:</string> |
michael@0 | 1633 | <reference key="source" ref="1014"/> |
michael@0 | 1634 | <reference key="destination" ref="860595796"/> |
michael@0 | 1635 | </object> |
michael@0 | 1636 | <int key="connectionID">224</int> |
michael@0 | 1637 | </object> |
michael@0 | 1638 | <object class="IBConnectionRecord"> |
michael@0 | 1639 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1640 | <string key="label">checkSpelling:</string> |
michael@0 | 1641 | <reference key="source" ref="1014"/> |
michael@0 | 1642 | <reference key="destination" ref="96193923"/> |
michael@0 | 1643 | </object> |
michael@0 | 1644 | <int key="connectionID">225</int> |
michael@0 | 1645 | </object> |
michael@0 | 1646 | <object class="IBConnectionRecord"> |
michael@0 | 1647 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1648 | <string key="label">paste:</string> |
michael@0 | 1649 | <reference key="source" ref="1014"/> |
michael@0 | 1650 | <reference key="destination" ref="29853731"/> |
michael@0 | 1651 | </object> |
michael@0 | 1652 | <int key="connectionID">226</int> |
michael@0 | 1653 | </object> |
michael@0 | 1654 | <object class="IBConnectionRecord"> |
michael@0 | 1655 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1656 | <string key="label">stopSpeaking:</string> |
michael@0 | 1657 | <reference key="source" ref="1014"/> |
michael@0 | 1658 | <reference key="destination" ref="680220178"/> |
michael@0 | 1659 | </object> |
michael@0 | 1660 | <int key="connectionID">227</int> |
michael@0 | 1661 | </object> |
michael@0 | 1662 | <object class="IBConnectionRecord"> |
michael@0 | 1663 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1664 | <string key="label">cut:</string> |
michael@0 | 1665 | <reference key="source" ref="1014"/> |
michael@0 | 1666 | <reference key="destination" ref="296257095"/> |
michael@0 | 1667 | </object> |
michael@0 | 1668 | <int key="connectionID">228</int> |
michael@0 | 1669 | </object> |
michael@0 | 1670 | <object class="IBConnectionRecord"> |
michael@0 | 1671 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1672 | <string key="label">showGuessPanel:</string> |
michael@0 | 1673 | <reference key="source" ref="1014"/> |
michael@0 | 1674 | <reference key="destination" ref="679648819"/> |
michael@0 | 1675 | </object> |
michael@0 | 1676 | <int key="connectionID">230</int> |
michael@0 | 1677 | </object> |
michael@0 | 1678 | <object class="IBConnectionRecord"> |
michael@0 | 1679 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1680 | <string key="label">redo:</string> |
michael@0 | 1681 | <reference key="source" ref="1014"/> |
michael@0 | 1682 | <reference key="destination" ref="790794224"/> |
michael@0 | 1683 | </object> |
michael@0 | 1684 | <int key="connectionID">231</int> |
michael@0 | 1685 | </object> |
michael@0 | 1686 | <object class="IBConnectionRecord"> |
michael@0 | 1687 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1688 | <string key="label">selectAll:</string> |
michael@0 | 1689 | <reference key="source" ref="1014"/> |
michael@0 | 1690 | <reference key="destination" ref="583158037"/> |
michael@0 | 1691 | </object> |
michael@0 | 1692 | <int key="connectionID">232</int> |
michael@0 | 1693 | </object> |
michael@0 | 1694 | <object class="IBConnectionRecord"> |
michael@0 | 1695 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1696 | <string key="label">startSpeaking:</string> |
michael@0 | 1697 | <reference key="source" ref="1014"/> |
michael@0 | 1698 | <reference key="destination" ref="731782645"/> |
michael@0 | 1699 | </object> |
michael@0 | 1700 | <int key="connectionID">233</int> |
michael@0 | 1701 | </object> |
michael@0 | 1702 | <object class="IBConnectionRecord"> |
michael@0 | 1703 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1704 | <string key="label">delete:</string> |
michael@0 | 1705 | <reference key="source" ref="1014"/> |
michael@0 | 1706 | <reference key="destination" ref="437104165"/> |
michael@0 | 1707 | </object> |
michael@0 | 1708 | <int key="connectionID">235</int> |
michael@0 | 1709 | </object> |
michael@0 | 1710 | <object class="IBConnectionRecord"> |
michael@0 | 1711 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1712 | <string key="label">performZoom:</string> |
michael@0 | 1713 | <reference key="source" ref="1014"/> |
michael@0 | 1714 | <reference key="destination" ref="575023229"/> |
michael@0 | 1715 | </object> |
michael@0 | 1716 | <int key="connectionID">240</int> |
michael@0 | 1717 | </object> |
michael@0 | 1718 | <object class="IBConnectionRecord"> |
michael@0 | 1719 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1720 | <string key="label">performFindPanelAction:</string> |
michael@0 | 1721 | <reference key="source" ref="1014"/> |
michael@0 | 1722 | <reference key="destination" ref="447796847"/> |
michael@0 | 1723 | </object> |
michael@0 | 1724 | <int key="connectionID">241</int> |
michael@0 | 1725 | </object> |
michael@0 | 1726 | <object class="IBConnectionRecord"> |
michael@0 | 1727 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1728 | <string key="label">centerSelectionInVisibleArea:</string> |
michael@0 | 1729 | <reference key="source" ref="1014"/> |
michael@0 | 1730 | <reference key="destination" ref="88285865"/> |
michael@0 | 1731 | </object> |
michael@0 | 1732 | <int key="connectionID">245</int> |
michael@0 | 1733 | </object> |
michael@0 | 1734 | <object class="IBConnectionRecord"> |
michael@0 | 1735 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1736 | <string key="label">toggleGrammarChecking:</string> |
michael@0 | 1737 | <reference key="source" ref="1014"/> |
michael@0 | 1738 | <reference key="destination" ref="967646866"/> |
michael@0 | 1739 | </object> |
michael@0 | 1740 | <int key="connectionID">347</int> |
michael@0 | 1741 | </object> |
michael@0 | 1742 | <object class="IBConnectionRecord"> |
michael@0 | 1743 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1744 | <string key="label">toggleSmartInsertDelete:</string> |
michael@0 | 1745 | <reference key="source" ref="1014"/> |
michael@0 | 1746 | <reference key="destination" ref="605118523"/> |
michael@0 | 1747 | </object> |
michael@0 | 1748 | <int key="connectionID">355</int> |
michael@0 | 1749 | </object> |
michael@0 | 1750 | <object class="IBConnectionRecord"> |
michael@0 | 1751 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1752 | <string key="label">toggleAutomaticQuoteSubstitution:</string> |
michael@0 | 1753 | <reference key="source" ref="1014"/> |
michael@0 | 1754 | <reference key="destination" ref="197661976"/> |
michael@0 | 1755 | </object> |
michael@0 | 1756 | <int key="connectionID">356</int> |
michael@0 | 1757 | </object> |
michael@0 | 1758 | <object class="IBConnectionRecord"> |
michael@0 | 1759 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1760 | <string key="label">toggleAutomaticLinkDetection:</string> |
michael@0 | 1761 | <reference key="source" ref="1014"/> |
michael@0 | 1762 | <reference key="destination" ref="708854459"/> |
michael@0 | 1763 | </object> |
michael@0 | 1764 | <int key="connectionID">357</int> |
michael@0 | 1765 | </object> |
michael@0 | 1766 | <object class="IBConnectionRecord"> |
michael@0 | 1767 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1768 | <string key="label">saveDocument:</string> |
michael@0 | 1769 | <reference key="source" ref="1014"/> |
michael@0 | 1770 | <reference key="destination" ref="1023925487"/> |
michael@0 | 1771 | </object> |
michael@0 | 1772 | <int key="connectionID">362</int> |
michael@0 | 1773 | </object> |
michael@0 | 1774 | <object class="IBConnectionRecord"> |
michael@0 | 1775 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1776 | <string key="label">saveDocumentAs:</string> |
michael@0 | 1777 | <reference key="source" ref="1014"/> |
michael@0 | 1778 | <reference key="destination" ref="117038363"/> |
michael@0 | 1779 | </object> |
michael@0 | 1780 | <int key="connectionID">363</int> |
michael@0 | 1781 | </object> |
michael@0 | 1782 | <object class="IBConnectionRecord"> |
michael@0 | 1783 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1784 | <string key="label">revertDocumentToSaved:</string> |
michael@0 | 1785 | <reference key="source" ref="1014"/> |
michael@0 | 1786 | <reference key="destination" ref="579971712"/> |
michael@0 | 1787 | </object> |
michael@0 | 1788 | <int key="connectionID">364</int> |
michael@0 | 1789 | </object> |
michael@0 | 1790 | <object class="IBConnectionRecord"> |
michael@0 | 1791 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1792 | <string key="label">runToolbarCustomizationPalette:</string> |
michael@0 | 1793 | <reference key="source" ref="1014"/> |
michael@0 | 1794 | <reference key="destination" ref="237841660"/> |
michael@0 | 1795 | </object> |
michael@0 | 1796 | <int key="connectionID">365</int> |
michael@0 | 1797 | </object> |
michael@0 | 1798 | <object class="IBConnectionRecord"> |
michael@0 | 1799 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1800 | <string key="label">toggleToolbarShown:</string> |
michael@0 | 1801 | <reference key="source" ref="1014"/> |
michael@0 | 1802 | <reference key="destination" ref="102151532"/> |
michael@0 | 1803 | </object> |
michael@0 | 1804 | <int key="connectionID">366</int> |
michael@0 | 1805 | </object> |
michael@0 | 1806 | <object class="IBConnectionRecord"> |
michael@0 | 1807 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1808 | <string key="label">hide:</string> |
michael@0 | 1809 | <reference key="source" ref="1014"/> |
michael@0 | 1810 | <reference key="destination" ref="755159360"/> |
michael@0 | 1811 | </object> |
michael@0 | 1812 | <int key="connectionID">367</int> |
michael@0 | 1813 | </object> |
michael@0 | 1814 | <object class="IBConnectionRecord"> |
michael@0 | 1815 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1816 | <string key="label">hideOtherApplications:</string> |
michael@0 | 1817 | <reference key="source" ref="1014"/> |
michael@0 | 1818 | <reference key="destination" ref="342932134"/> |
michael@0 | 1819 | </object> |
michael@0 | 1820 | <int key="connectionID">368</int> |
michael@0 | 1821 | </object> |
michael@0 | 1822 | <object class="IBConnectionRecord"> |
michael@0 | 1823 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1824 | <string key="label">unhideAllApplications:</string> |
michael@0 | 1825 | <reference key="source" ref="1014"/> |
michael@0 | 1826 | <reference key="destination" ref="908899353"/> |
michael@0 | 1827 | </object> |
michael@0 | 1828 | <int key="connectionID">370</int> |
michael@0 | 1829 | </object> |
michael@0 | 1830 | <object class="IBConnectionRecord"> |
michael@0 | 1831 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1832 | <string key="label">newDocument:</string> |
michael@0 | 1833 | <reference key="source" ref="1014"/> |
michael@0 | 1834 | <reference key="destination" ref="705341025"/> |
michael@0 | 1835 | </object> |
michael@0 | 1836 | <int key="connectionID">373</int> |
michael@0 | 1837 | </object> |
michael@0 | 1838 | <object class="IBConnectionRecord"> |
michael@0 | 1839 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1840 | <string key="label">openDocument:</string> |
michael@0 | 1841 | <reference key="source" ref="1014"/> |
michael@0 | 1842 | <reference key="destination" ref="722745758"/> |
michael@0 | 1843 | </object> |
michael@0 | 1844 | <int key="connectionID">374</int> |
michael@0 | 1845 | </object> |
michael@0 | 1846 | <object class="IBConnectionRecord"> |
michael@0 | 1847 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1848 | <string key="label">addFontTrait:</string> |
michael@0 | 1849 | <reference key="source" ref="755631768"/> |
michael@0 | 1850 | <reference key="destination" ref="305399458"/> |
michael@0 | 1851 | </object> |
michael@0 | 1852 | <int key="connectionID">421</int> |
michael@0 | 1853 | </object> |
michael@0 | 1854 | <object class="IBConnectionRecord"> |
michael@0 | 1855 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1856 | <string key="label">addFontTrait:</string> |
michael@0 | 1857 | <reference key="source" ref="755631768"/> |
michael@0 | 1858 | <reference key="destination" ref="814362025"/> |
michael@0 | 1859 | </object> |
michael@0 | 1860 | <int key="connectionID">422</int> |
michael@0 | 1861 | </object> |
michael@0 | 1862 | <object class="IBConnectionRecord"> |
michael@0 | 1863 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1864 | <string key="label">modifyFont:</string> |
michael@0 | 1865 | <reference key="source" ref="755631768"/> |
michael@0 | 1866 | <reference key="destination" ref="885547335"/> |
michael@0 | 1867 | </object> |
michael@0 | 1868 | <int key="connectionID">423</int> |
michael@0 | 1869 | </object> |
michael@0 | 1870 | <object class="IBConnectionRecord"> |
michael@0 | 1871 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1872 | <string key="label">orderFrontFontPanel:</string> |
michael@0 | 1873 | <reference key="source" ref="755631768"/> |
michael@0 | 1874 | <reference key="destination" ref="159677712"/> |
michael@0 | 1875 | </object> |
michael@0 | 1876 | <int key="connectionID">424</int> |
michael@0 | 1877 | </object> |
michael@0 | 1878 | <object class="IBConnectionRecord"> |
michael@0 | 1879 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1880 | <string key="label">modifyFont:</string> |
michael@0 | 1881 | <reference key="source" ref="755631768"/> |
michael@0 | 1882 | <reference key="destination" ref="158063935"/> |
michael@0 | 1883 | </object> |
michael@0 | 1884 | <int key="connectionID">425</int> |
michael@0 | 1885 | </object> |
michael@0 | 1886 | <object class="IBConnectionRecord"> |
michael@0 | 1887 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1888 | <string key="label">raiseBaseline:</string> |
michael@0 | 1889 | <reference key="source" ref="1014"/> |
michael@0 | 1890 | <reference key="destination" ref="941806246"/> |
michael@0 | 1891 | </object> |
michael@0 | 1892 | <int key="connectionID">426</int> |
michael@0 | 1893 | </object> |
michael@0 | 1894 | <object class="IBConnectionRecord"> |
michael@0 | 1895 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1896 | <string key="label">lowerBaseline:</string> |
michael@0 | 1897 | <reference key="source" ref="1014"/> |
michael@0 | 1898 | <reference key="destination" ref="1045724900"/> |
michael@0 | 1899 | </object> |
michael@0 | 1900 | <int key="connectionID">427</int> |
michael@0 | 1901 | </object> |
michael@0 | 1902 | <object class="IBConnectionRecord"> |
michael@0 | 1903 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1904 | <string key="label">copyFont:</string> |
michael@0 | 1905 | <reference key="source" ref="1014"/> |
michael@0 | 1906 | <reference key="destination" ref="596732606"/> |
michael@0 | 1907 | </object> |
michael@0 | 1908 | <int key="connectionID">428</int> |
michael@0 | 1909 | </object> |
michael@0 | 1910 | <object class="IBConnectionRecord"> |
michael@0 | 1911 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1912 | <string key="label">subscript:</string> |
michael@0 | 1913 | <reference key="source" ref="1014"/> |
michael@0 | 1914 | <reference key="destination" ref="1037576581"/> |
michael@0 | 1915 | </object> |
michael@0 | 1916 | <int key="connectionID">429</int> |
michael@0 | 1917 | </object> |
michael@0 | 1918 | <object class="IBConnectionRecord"> |
michael@0 | 1919 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1920 | <string key="label">superscript:</string> |
michael@0 | 1921 | <reference key="source" ref="1014"/> |
michael@0 | 1922 | <reference key="destination" ref="644725453"/> |
michael@0 | 1923 | </object> |
michael@0 | 1924 | <int key="connectionID">430</int> |
michael@0 | 1925 | </object> |
michael@0 | 1926 | <object class="IBConnectionRecord"> |
michael@0 | 1927 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1928 | <string key="label">tightenKerning:</string> |
michael@0 | 1929 | <reference key="source" ref="1014"/> |
michael@0 | 1930 | <reference key="destination" ref="677519740"/> |
michael@0 | 1931 | </object> |
michael@0 | 1932 | <int key="connectionID">431</int> |
michael@0 | 1933 | </object> |
michael@0 | 1934 | <object class="IBConnectionRecord"> |
michael@0 | 1935 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1936 | <string key="label">underline:</string> |
michael@0 | 1937 | <reference key="source" ref="1014"/> |
michael@0 | 1938 | <reference key="destination" ref="330926929"/> |
michael@0 | 1939 | </object> |
michael@0 | 1940 | <int key="connectionID">432</int> |
michael@0 | 1941 | </object> |
michael@0 | 1942 | <object class="IBConnectionRecord"> |
michael@0 | 1943 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1944 | <string key="label">orderFrontColorPanel:</string> |
michael@0 | 1945 | <reference key="source" ref="1014"/> |
michael@0 | 1946 | <reference key="destination" ref="1012600125"/> |
michael@0 | 1947 | </object> |
michael@0 | 1948 | <int key="connectionID">433</int> |
michael@0 | 1949 | </object> |
michael@0 | 1950 | <object class="IBConnectionRecord"> |
michael@0 | 1951 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1952 | <string key="label">useAllLigatures:</string> |
michael@0 | 1953 | <reference key="source" ref="1014"/> |
michael@0 | 1954 | <reference key="destination" ref="663508465"/> |
michael@0 | 1955 | </object> |
michael@0 | 1956 | <int key="connectionID">434</int> |
michael@0 | 1957 | </object> |
michael@0 | 1958 | <object class="IBConnectionRecord"> |
michael@0 | 1959 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1960 | <string key="label">loosenKerning:</string> |
michael@0 | 1961 | <reference key="source" ref="1014"/> |
michael@0 | 1962 | <reference key="destination" ref="238351151"/> |
michael@0 | 1963 | </object> |
michael@0 | 1964 | <int key="connectionID">435</int> |
michael@0 | 1965 | </object> |
michael@0 | 1966 | <object class="IBConnectionRecord"> |
michael@0 | 1967 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1968 | <string key="label">pasteFont:</string> |
michael@0 | 1969 | <reference key="source" ref="1014"/> |
michael@0 | 1970 | <reference key="destination" ref="393423671"/> |
michael@0 | 1971 | </object> |
michael@0 | 1972 | <int key="connectionID">436</int> |
michael@0 | 1973 | </object> |
michael@0 | 1974 | <object class="IBConnectionRecord"> |
michael@0 | 1975 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1976 | <string key="label">unscript:</string> |
michael@0 | 1977 | <reference key="source" ref="1014"/> |
michael@0 | 1978 | <reference key="destination" ref="257962622"/> |
michael@0 | 1979 | </object> |
michael@0 | 1980 | <int key="connectionID">437</int> |
michael@0 | 1981 | </object> |
michael@0 | 1982 | <object class="IBConnectionRecord"> |
michael@0 | 1983 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1984 | <string key="label">useStandardKerning:</string> |
michael@0 | 1985 | <reference key="source" ref="1014"/> |
michael@0 | 1986 | <reference key="destination" ref="252969304"/> |
michael@0 | 1987 | </object> |
michael@0 | 1988 | <int key="connectionID">438</int> |
michael@0 | 1989 | </object> |
michael@0 | 1990 | <object class="IBConnectionRecord"> |
michael@0 | 1991 | <object class="IBActionConnection" key="connection"> |
michael@0 | 1992 | <string key="label">useStandardLigatures:</string> |
michael@0 | 1993 | <reference key="source" ref="1014"/> |
michael@0 | 1994 | <reference key="destination" ref="706297211"/> |
michael@0 | 1995 | </object> |
michael@0 | 1996 | <int key="connectionID">439</int> |
michael@0 | 1997 | </object> |
michael@0 | 1998 | <object class="IBConnectionRecord"> |
michael@0 | 1999 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2000 | <string key="label">turnOffLigatures:</string> |
michael@0 | 2001 | <reference key="source" ref="1014"/> |
michael@0 | 2002 | <reference key="destination" ref="568384683"/> |
michael@0 | 2003 | </object> |
michael@0 | 2004 | <int key="connectionID">440</int> |
michael@0 | 2005 | </object> |
michael@0 | 2006 | <object class="IBConnectionRecord"> |
michael@0 | 2007 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2008 | <string key="label">turnOffKerning:</string> |
michael@0 | 2009 | <reference key="source" ref="1014"/> |
michael@0 | 2010 | <reference key="destination" ref="766922938"/> |
michael@0 | 2011 | </object> |
michael@0 | 2012 | <int key="connectionID">441</int> |
michael@0 | 2013 | </object> |
michael@0 | 2014 | <object class="IBConnectionRecord"> |
michael@0 | 2015 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2016 | <string key="label">terminate:</string> |
michael@0 | 2017 | <reference key="source" ref="1050"/> |
michael@0 | 2018 | <reference key="destination" ref="632727374"/> |
michael@0 | 2019 | </object> |
michael@0 | 2020 | <int key="connectionID">449</int> |
michael@0 | 2021 | </object> |
michael@0 | 2022 | <object class="IBConnectionRecord"> |
michael@0 | 2023 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2024 | <string key="label">toggleAutomaticSpellingCorrection:</string> |
michael@0 | 2025 | <reference key="source" ref="1014"/> |
michael@0 | 2026 | <reference key="destination" ref="795346622"/> |
michael@0 | 2027 | </object> |
michael@0 | 2028 | <int key="connectionID">456</int> |
michael@0 | 2029 | </object> |
michael@0 | 2030 | <object class="IBConnectionRecord"> |
michael@0 | 2031 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2032 | <string key="label">orderFrontSubstitutionsPanel:</string> |
michael@0 | 2033 | <reference key="source" ref="1014"/> |
michael@0 | 2034 | <reference key="destination" ref="65139061"/> |
michael@0 | 2035 | </object> |
michael@0 | 2036 | <int key="connectionID">458</int> |
michael@0 | 2037 | </object> |
michael@0 | 2038 | <object class="IBConnectionRecord"> |
michael@0 | 2039 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2040 | <string key="label">toggleAutomaticDashSubstitution:</string> |
michael@0 | 2041 | <reference key="source" ref="1014"/> |
michael@0 | 2042 | <reference key="destination" ref="672708820"/> |
michael@0 | 2043 | </object> |
michael@0 | 2044 | <int key="connectionID">461</int> |
michael@0 | 2045 | </object> |
michael@0 | 2046 | <object class="IBConnectionRecord"> |
michael@0 | 2047 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2048 | <string key="label">toggleAutomaticTextReplacement:</string> |
michael@0 | 2049 | <reference key="source" ref="1014"/> |
michael@0 | 2050 | <reference key="destination" ref="537092702"/> |
michael@0 | 2051 | </object> |
michael@0 | 2052 | <int key="connectionID">463</int> |
michael@0 | 2053 | </object> |
michael@0 | 2054 | <object class="IBConnectionRecord"> |
michael@0 | 2055 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2056 | <string key="label">uppercaseWord:</string> |
michael@0 | 2057 | <reference key="source" ref="1014"/> |
michael@0 | 2058 | <reference key="destination" ref="1060694897"/> |
michael@0 | 2059 | </object> |
michael@0 | 2060 | <int key="connectionID">464</int> |
michael@0 | 2061 | </object> |
michael@0 | 2062 | <object class="IBConnectionRecord"> |
michael@0 | 2063 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2064 | <string key="label">capitalizeWord:</string> |
michael@0 | 2065 | <reference key="source" ref="1014"/> |
michael@0 | 2066 | <reference key="destination" ref="56570060"/> |
michael@0 | 2067 | </object> |
michael@0 | 2068 | <int key="connectionID">467</int> |
michael@0 | 2069 | </object> |
michael@0 | 2070 | <object class="IBConnectionRecord"> |
michael@0 | 2071 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2072 | <string key="label">lowercaseWord:</string> |
michael@0 | 2073 | <reference key="source" ref="1014"/> |
michael@0 | 2074 | <reference key="destination" ref="879586729"/> |
michael@0 | 2075 | </object> |
michael@0 | 2076 | <int key="connectionID">468</int> |
michael@0 | 2077 | </object> |
michael@0 | 2078 | <object class="IBConnectionRecord"> |
michael@0 | 2079 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2080 | <string key="label">pasteAsPlainText:</string> |
michael@0 | 2081 | <reference key="source" ref="1014"/> |
michael@0 | 2082 | <reference key="destination" ref="82994268"/> |
michael@0 | 2083 | </object> |
michael@0 | 2084 | <int key="connectionID">486</int> |
michael@0 | 2085 | </object> |
michael@0 | 2086 | <object class="IBConnectionRecord"> |
michael@0 | 2087 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2088 | <string key="label">performFindPanelAction:</string> |
michael@0 | 2089 | <reference key="source" ref="1014"/> |
michael@0 | 2090 | <reference key="destination" ref="326711663"/> |
michael@0 | 2091 | </object> |
michael@0 | 2092 | <int key="connectionID">487</int> |
michael@0 | 2093 | </object> |
michael@0 | 2094 | <object class="IBConnectionRecord"> |
michael@0 | 2095 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2096 | <string key="label">performFindPanelAction:</string> |
michael@0 | 2097 | <reference key="source" ref="1014"/> |
michael@0 | 2098 | <reference key="destination" ref="270902937"/> |
michael@0 | 2099 | </object> |
michael@0 | 2100 | <int key="connectionID">488</int> |
michael@0 | 2101 | </object> |
michael@0 | 2102 | <object class="IBConnectionRecord"> |
michael@0 | 2103 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2104 | <string key="label">performFindPanelAction:</string> |
michael@0 | 2105 | <reference key="source" ref="1014"/> |
michael@0 | 2106 | <reference key="destination" ref="159080638"/> |
michael@0 | 2107 | </object> |
michael@0 | 2108 | <int key="connectionID">489</int> |
michael@0 | 2109 | </object> |
michael@0 | 2110 | <object class="IBConnectionRecord"> |
michael@0 | 2111 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2112 | <string key="label">showHelp:</string> |
michael@0 | 2113 | <reference key="source" ref="1014"/> |
michael@0 | 2114 | <reference key="destination" ref="105068016"/> |
michael@0 | 2115 | </object> |
michael@0 | 2116 | <int key="connectionID">493</int> |
michael@0 | 2117 | </object> |
michael@0 | 2118 | <object class="IBConnectionRecord"> |
michael@0 | 2119 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2120 | <string key="label">alignCenter:</string> |
michael@0 | 2121 | <reference key="source" ref="1014"/> |
michael@0 | 2122 | <reference key="destination" ref="630155264"/> |
michael@0 | 2123 | </object> |
michael@0 | 2124 | <int key="connectionID">518</int> |
michael@0 | 2125 | </object> |
michael@0 | 2126 | <object class="IBConnectionRecord"> |
michael@0 | 2127 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2128 | <string key="label">pasteRuler:</string> |
michael@0 | 2129 | <reference key="source" ref="1014"/> |
michael@0 | 2130 | <reference key="destination" ref="883618387"/> |
michael@0 | 2131 | </object> |
michael@0 | 2132 | <int key="connectionID">519</int> |
michael@0 | 2133 | </object> |
michael@0 | 2134 | <object class="IBConnectionRecord"> |
michael@0 | 2135 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2136 | <string key="label">toggleRuler:</string> |
michael@0 | 2137 | <reference key="source" ref="1014"/> |
michael@0 | 2138 | <reference key="destination" ref="644046920"/> |
michael@0 | 2139 | </object> |
michael@0 | 2140 | <int key="connectionID">520</int> |
michael@0 | 2141 | </object> |
michael@0 | 2142 | <object class="IBConnectionRecord"> |
michael@0 | 2143 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2144 | <string key="label">alignRight:</string> |
michael@0 | 2145 | <reference key="source" ref="1014"/> |
michael@0 | 2146 | <reference key="destination" ref="512868991"/> |
michael@0 | 2147 | </object> |
michael@0 | 2148 | <int key="connectionID">521</int> |
michael@0 | 2149 | </object> |
michael@0 | 2150 | <object class="IBConnectionRecord"> |
michael@0 | 2151 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2152 | <string key="label">copyRuler:</string> |
michael@0 | 2153 | <reference key="source" ref="1014"/> |
michael@0 | 2154 | <reference key="destination" ref="231811626"/> |
michael@0 | 2155 | </object> |
michael@0 | 2156 | <int key="connectionID">522</int> |
michael@0 | 2157 | </object> |
michael@0 | 2158 | <object class="IBConnectionRecord"> |
michael@0 | 2159 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2160 | <string key="label">alignJustified:</string> |
michael@0 | 2161 | <reference key="source" ref="1014"/> |
michael@0 | 2162 | <reference key="destination" ref="945678886"/> |
michael@0 | 2163 | </object> |
michael@0 | 2164 | <int key="connectionID">523</int> |
michael@0 | 2165 | </object> |
michael@0 | 2166 | <object class="IBConnectionRecord"> |
michael@0 | 2167 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2168 | <string key="label">alignLeft:</string> |
michael@0 | 2169 | <reference key="source" ref="1014"/> |
michael@0 | 2170 | <reference key="destination" ref="875092757"/> |
michael@0 | 2171 | </object> |
michael@0 | 2172 | <int key="connectionID">524</int> |
michael@0 | 2173 | </object> |
michael@0 | 2174 | <object class="IBConnectionRecord"> |
michael@0 | 2175 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2176 | <string key="label">makeBaseWritingDirectionNatural:</string> |
michael@0 | 2177 | <reference key="source" ref="1014"/> |
michael@0 | 2178 | <reference key="destination" ref="551969625"/> |
michael@0 | 2179 | </object> |
michael@0 | 2180 | <int key="connectionID">525</int> |
michael@0 | 2181 | </object> |
michael@0 | 2182 | <object class="IBConnectionRecord"> |
michael@0 | 2183 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2184 | <string key="label">makeBaseWritingDirectionLeftToRight:</string> |
michael@0 | 2185 | <reference key="source" ref="1014"/> |
michael@0 | 2186 | <reference key="destination" ref="249532473"/> |
michael@0 | 2187 | </object> |
michael@0 | 2188 | <int key="connectionID">526</int> |
michael@0 | 2189 | </object> |
michael@0 | 2190 | <object class="IBConnectionRecord"> |
michael@0 | 2191 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2192 | <string key="label">makeBaseWritingDirectionRightToLeft:</string> |
michael@0 | 2193 | <reference key="source" ref="1014"/> |
michael@0 | 2194 | <reference key="destination" ref="607364498"/> |
michael@0 | 2195 | </object> |
michael@0 | 2196 | <int key="connectionID">527</int> |
michael@0 | 2197 | </object> |
michael@0 | 2198 | <object class="IBConnectionRecord"> |
michael@0 | 2199 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2200 | <string key="label">makeTextWritingDirectionNatural:</string> |
michael@0 | 2201 | <reference key="source" ref="1014"/> |
michael@0 | 2202 | <reference key="destination" ref="380031999"/> |
michael@0 | 2203 | </object> |
michael@0 | 2204 | <int key="connectionID">528</int> |
michael@0 | 2205 | </object> |
michael@0 | 2206 | <object class="IBConnectionRecord"> |
michael@0 | 2207 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2208 | <string key="label">makeTextWritingDirectionLeftToRight:</string> |
michael@0 | 2209 | <reference key="source" ref="1014"/> |
michael@0 | 2210 | <reference key="destination" ref="825984362"/> |
michael@0 | 2211 | </object> |
michael@0 | 2212 | <int key="connectionID">529</int> |
michael@0 | 2213 | </object> |
michael@0 | 2214 | <object class="IBConnectionRecord"> |
michael@0 | 2215 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2216 | <string key="label">makeTextWritingDirectionRightToLeft:</string> |
michael@0 | 2217 | <reference key="source" ref="1014"/> |
michael@0 | 2218 | <reference key="destination" ref="560145579"/> |
michael@0 | 2219 | </object> |
michael@0 | 2220 | <int key="connectionID">530</int> |
michael@0 | 2221 | </object> |
michael@0 | 2222 | <object class="IBConnectionRecord"> |
michael@0 | 2223 | <object class="IBOutletConnection" key="connection"> |
michael@0 | 2224 | <string key="label">contentView</string> |
michael@0 | 2225 | <reference key="source" ref="764451088"/> |
michael@0 | 2226 | <reference key="destination" ref="758604943"/> |
michael@0 | 2227 | </object> |
michael@0 | 2228 | <int key="connectionID">542</int> |
michael@0 | 2229 | </object> |
michael@0 | 2230 | <object class="IBConnectionRecord"> |
michael@0 | 2231 | <object class="IBOutletConnection" key="connection"> |
michael@0 | 2232 | <string key="label">parentWindow</string> |
michael@0 | 2233 | <reference key="source" ref="764451088"/> |
michael@0 | 2234 | <reference key="destination" ref="972006081"/> |
michael@0 | 2235 | </object> |
michael@0 | 2236 | <int key="connectionID">651</int> |
michael@0 | 2237 | </object> |
michael@0 | 2238 | <object class="IBConnectionRecord"> |
michael@0 | 2239 | <object class="IBOutletConnection" key="connection"> |
michael@0 | 2240 | <string key="label">delegate</string> |
michael@0 | 2241 | <reference key="source" ref="1021"/> |
michael@0 | 2242 | <reference key="destination" ref="976324537"/> |
michael@0 | 2243 | </object> |
michael@0 | 2244 | <int key="connectionID">656</int> |
michael@0 | 2245 | </object> |
michael@0 | 2246 | <object class="IBConnectionRecord"> |
michael@0 | 2247 | <object class="IBOutletConnection" key="connection"> |
michael@0 | 2248 | <string key="label">fOptionsDelegate</string> |
michael@0 | 2249 | <reference key="source" ref="439893737"/> |
michael@0 | 2250 | <reference key="destination" ref="429436769"/> |
michael@0 | 2251 | </object> |
michael@0 | 2252 | <int key="connectionID">667</int> |
michael@0 | 2253 | </object> |
michael@0 | 2254 | <object class="IBConnectionRecord"> |
michael@0 | 2255 | <object class="IBOutletConnection" key="connection"> |
michael@0 | 2256 | <string key="label">fWindow</string> |
michael@0 | 2257 | <reference key="source" ref="976324537"/> |
michael@0 | 2258 | <reference key="destination" ref="972006081"/> |
michael@0 | 2259 | </object> |
michael@0 | 2260 | <int key="connectionID">673</int> |
michael@0 | 2261 | </object> |
michael@0 | 2262 | <object class="IBConnectionRecord"> |
michael@0 | 2263 | <object class="IBOutletConnection" key="connection"> |
michael@0 | 2264 | <string key="label">fOptions</string> |
michael@0 | 2265 | <reference key="source" ref="976324537"/> |
michael@0 | 2266 | <reference key="destination" ref="429436769"/> |
michael@0 | 2267 | </object> |
michael@0 | 2268 | <int key="connectionID">674</int> |
michael@0 | 2269 | </object> |
michael@0 | 2270 | <object class="IBConnectionRecord"> |
michael@0 | 2271 | <object class="IBOutletConnection" key="connection"> |
michael@0 | 2272 | <string key="label">fView</string> |
michael@0 | 2273 | <reference key="source" ref="976324537"/> |
michael@0 | 2274 | <reference key="destination" ref="439893737"/> |
michael@0 | 2275 | </object> |
michael@0 | 2276 | <int key="connectionID">682</int> |
michael@0 | 2277 | </object> |
michael@0 | 2278 | <object class="IBConnectionRecord"> |
michael@0 | 2279 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2280 | <string key="label">toggle:</string> |
michael@0 | 2281 | <reference key="source" ref="764451088"/> |
michael@0 | 2282 | <reference key="destination" ref="622903446"/> |
michael@0 | 2283 | </object> |
michael@0 | 2284 | <int key="connectionID">707</int> |
michael@0 | 2285 | </object> |
michael@0 | 2286 | <object class="IBConnectionRecord"> |
michael@0 | 2287 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2288 | <string key="label">toggleKeyEquivalents:</string> |
michael@0 | 2289 | <reference key="source" ref="429436769"/> |
michael@0 | 2290 | <reference key="destination" ref="87708234"/> |
michael@0 | 2291 | </object> |
michael@0 | 2292 | <int key="connectionID">719</int> |
michael@0 | 2293 | </object> |
michael@0 | 2294 | <object class="IBConnectionRecord"> |
michael@0 | 2295 | <object class="IBActionConnection" key="connection"> |
michael@0 | 2296 | <string key="label">toiPadSize:</string> |
michael@0 | 2297 | <reference key="source" ref="976324537"/> |
michael@0 | 2298 | <reference key="destination" ref="92029792"/> |
michael@0 | 2299 | </object> |
michael@0 | 2300 | <int key="connectionID">721</int> |
michael@0 | 2301 | </object> |
michael@0 | 2302 | </array> |
michael@0 | 2303 | <object class="IBMutableOrderedSet" key="objectRecords"> |
michael@0 | 2304 | <array key="orderedObjects"> |
michael@0 | 2305 | <object class="IBObjectRecord"> |
michael@0 | 2306 | <int key="objectID">0</int> |
michael@0 | 2307 | <array key="object" id="0"/> |
michael@0 | 2308 | <reference key="children" ref="1048"/> |
michael@0 | 2309 | <nil key="parent"/> |
michael@0 | 2310 | </object> |
michael@0 | 2311 | <object class="IBObjectRecord"> |
michael@0 | 2312 | <int key="objectID">-2</int> |
michael@0 | 2313 | <reference key="object" ref="1021"/> |
michael@0 | 2314 | <reference key="parent" ref="0"/> |
michael@0 | 2315 | <string key="objectName">File's Owner</string> |
michael@0 | 2316 | </object> |
michael@0 | 2317 | <object class="IBObjectRecord"> |
michael@0 | 2318 | <int key="objectID">-1</int> |
michael@0 | 2319 | <reference key="object" ref="1014"/> |
michael@0 | 2320 | <reference key="parent" ref="0"/> |
michael@0 | 2321 | <string key="objectName">First Responder</string> |
michael@0 | 2322 | </object> |
michael@0 | 2323 | <object class="IBObjectRecord"> |
michael@0 | 2324 | <int key="objectID">-3</int> |
michael@0 | 2325 | <reference key="object" ref="1050"/> |
michael@0 | 2326 | <reference key="parent" ref="0"/> |
michael@0 | 2327 | <string key="objectName">Application</string> |
michael@0 | 2328 | </object> |
michael@0 | 2329 | <object class="IBObjectRecord"> |
michael@0 | 2330 | <int key="objectID">29</int> |
michael@0 | 2331 | <reference key="object" ref="649796088"/> |
michael@0 | 2332 | <array class="NSMutableArray" key="children"> |
michael@0 | 2333 | <reference ref="713487014"/> |
michael@0 | 2334 | <reference ref="694149608"/> |
michael@0 | 2335 | <reference ref="952259628"/> |
michael@0 | 2336 | <reference ref="379814623"/> |
michael@0 | 2337 | <reference ref="586577488"/> |
michael@0 | 2338 | <reference ref="448692316"/> |
michael@0 | 2339 | <reference ref="302598603"/> |
michael@0 | 2340 | </array> |
michael@0 | 2341 | <reference key="parent" ref="0"/> |
michael@0 | 2342 | </object> |
michael@0 | 2343 | <object class="IBObjectRecord"> |
michael@0 | 2344 | <int key="objectID">19</int> |
michael@0 | 2345 | <reference key="object" ref="713487014"/> |
michael@0 | 2346 | <array class="NSMutableArray" key="children"> |
michael@0 | 2347 | <reference ref="835318025"/> |
michael@0 | 2348 | </array> |
michael@0 | 2349 | <reference key="parent" ref="649796088"/> |
michael@0 | 2350 | </object> |
michael@0 | 2351 | <object class="IBObjectRecord"> |
michael@0 | 2352 | <int key="objectID">56</int> |
michael@0 | 2353 | <reference key="object" ref="694149608"/> |
michael@0 | 2354 | <array class="NSMutableArray" key="children"> |
michael@0 | 2355 | <reference ref="110575045"/> |
michael@0 | 2356 | </array> |
michael@0 | 2357 | <reference key="parent" ref="649796088"/> |
michael@0 | 2358 | </object> |
michael@0 | 2359 | <object class="IBObjectRecord"> |
michael@0 | 2360 | <int key="objectID">217</int> |
michael@0 | 2361 | <reference key="object" ref="952259628"/> |
michael@0 | 2362 | <array class="NSMutableArray" key="children"> |
michael@0 | 2363 | <reference ref="789758025"/> |
michael@0 | 2364 | </array> |
michael@0 | 2365 | <reference key="parent" ref="649796088"/> |
michael@0 | 2366 | </object> |
michael@0 | 2367 | <object class="IBObjectRecord"> |
michael@0 | 2368 | <int key="objectID">83</int> |
michael@0 | 2369 | <reference key="object" ref="379814623"/> |
michael@0 | 2370 | <array class="NSMutableArray" key="children"> |
michael@0 | 2371 | <reference ref="720053764"/> |
michael@0 | 2372 | </array> |
michael@0 | 2373 | <reference key="parent" ref="649796088"/> |
michael@0 | 2374 | </object> |
michael@0 | 2375 | <object class="IBObjectRecord"> |
michael@0 | 2376 | <int key="objectID">81</int> |
michael@0 | 2377 | <reference key="object" ref="720053764"/> |
michael@0 | 2378 | <array class="NSMutableArray" key="children"> |
michael@0 | 2379 | <reference ref="1023925487"/> |
michael@0 | 2380 | <reference ref="117038363"/> |
michael@0 | 2381 | <reference ref="49223823"/> |
michael@0 | 2382 | <reference ref="722745758"/> |
michael@0 | 2383 | <reference ref="705341025"/> |
michael@0 | 2384 | <reference ref="1025936716"/> |
michael@0 | 2385 | <reference ref="294629803"/> |
michael@0 | 2386 | <reference ref="776162233"/> |
michael@0 | 2387 | <reference ref="425164168"/> |
michael@0 | 2388 | <reference ref="579971712"/> |
michael@0 | 2389 | <reference ref="1010469920"/> |
michael@0 | 2390 | </array> |
michael@0 | 2391 | <reference key="parent" ref="379814623"/> |
michael@0 | 2392 | </object> |
michael@0 | 2393 | <object class="IBObjectRecord"> |
michael@0 | 2394 | <int key="objectID">75</int> |
michael@0 | 2395 | <reference key="object" ref="1023925487"/> |
michael@0 | 2396 | <reference key="parent" ref="720053764"/> |
michael@0 | 2397 | </object> |
michael@0 | 2398 | <object class="IBObjectRecord"> |
michael@0 | 2399 | <int key="objectID">80</int> |
michael@0 | 2400 | <reference key="object" ref="117038363"/> |
michael@0 | 2401 | <reference key="parent" ref="720053764"/> |
michael@0 | 2402 | </object> |
michael@0 | 2403 | <object class="IBObjectRecord"> |
michael@0 | 2404 | <int key="objectID">78</int> |
michael@0 | 2405 | <reference key="object" ref="49223823"/> |
michael@0 | 2406 | <reference key="parent" ref="720053764"/> |
michael@0 | 2407 | </object> |
michael@0 | 2408 | <object class="IBObjectRecord"> |
michael@0 | 2409 | <int key="objectID">72</int> |
michael@0 | 2410 | <reference key="object" ref="722745758"/> |
michael@0 | 2411 | <reference key="parent" ref="720053764"/> |
michael@0 | 2412 | </object> |
michael@0 | 2413 | <object class="IBObjectRecord"> |
michael@0 | 2414 | <int key="objectID">82</int> |
michael@0 | 2415 | <reference key="object" ref="705341025"/> |
michael@0 | 2416 | <reference key="parent" ref="720053764"/> |
michael@0 | 2417 | </object> |
michael@0 | 2418 | <object class="IBObjectRecord"> |
michael@0 | 2419 | <int key="objectID">124</int> |
michael@0 | 2420 | <reference key="object" ref="1025936716"/> |
michael@0 | 2421 | <array class="NSMutableArray" key="children"> |
michael@0 | 2422 | <reference ref="1065607017"/> |
michael@0 | 2423 | </array> |
michael@0 | 2424 | <reference key="parent" ref="720053764"/> |
michael@0 | 2425 | </object> |
michael@0 | 2426 | <object class="IBObjectRecord"> |
michael@0 | 2427 | <int key="objectID">77</int> |
michael@0 | 2428 | <reference key="object" ref="294629803"/> |
michael@0 | 2429 | <reference key="parent" ref="720053764"/> |
michael@0 | 2430 | </object> |
michael@0 | 2431 | <object class="IBObjectRecord"> |
michael@0 | 2432 | <int key="objectID">73</int> |
michael@0 | 2433 | <reference key="object" ref="776162233"/> |
michael@0 | 2434 | <reference key="parent" ref="720053764"/> |
michael@0 | 2435 | </object> |
michael@0 | 2436 | <object class="IBObjectRecord"> |
michael@0 | 2437 | <int key="objectID">79</int> |
michael@0 | 2438 | <reference key="object" ref="425164168"/> |
michael@0 | 2439 | <reference key="parent" ref="720053764"/> |
michael@0 | 2440 | </object> |
michael@0 | 2441 | <object class="IBObjectRecord"> |
michael@0 | 2442 | <int key="objectID">112</int> |
michael@0 | 2443 | <reference key="object" ref="579971712"/> |
michael@0 | 2444 | <reference key="parent" ref="720053764"/> |
michael@0 | 2445 | </object> |
michael@0 | 2446 | <object class="IBObjectRecord"> |
michael@0 | 2447 | <int key="objectID">74</int> |
michael@0 | 2448 | <reference key="object" ref="1010469920"/> |
michael@0 | 2449 | <reference key="parent" ref="720053764"/> |
michael@0 | 2450 | </object> |
michael@0 | 2451 | <object class="IBObjectRecord"> |
michael@0 | 2452 | <int key="objectID">125</int> |
michael@0 | 2453 | <reference key="object" ref="1065607017"/> |
michael@0 | 2454 | <array class="NSMutableArray" key="children"> |
michael@0 | 2455 | <reference ref="759406840"/> |
michael@0 | 2456 | </array> |
michael@0 | 2457 | <reference key="parent" ref="1025936716"/> |
michael@0 | 2458 | </object> |
michael@0 | 2459 | <object class="IBObjectRecord"> |
michael@0 | 2460 | <int key="objectID">126</int> |
michael@0 | 2461 | <reference key="object" ref="759406840"/> |
michael@0 | 2462 | <reference key="parent" ref="1065607017"/> |
michael@0 | 2463 | </object> |
michael@0 | 2464 | <object class="IBObjectRecord"> |
michael@0 | 2465 | <int key="objectID">205</int> |
michael@0 | 2466 | <reference key="object" ref="789758025"/> |
michael@0 | 2467 | <array class="NSMutableArray" key="children"> |
michael@0 | 2468 | <reference ref="437104165"/> |
michael@0 | 2469 | <reference ref="583158037"/> |
michael@0 | 2470 | <reference ref="1058277027"/> |
michael@0 | 2471 | <reference ref="212016141"/> |
michael@0 | 2472 | <reference ref="296257095"/> |
michael@0 | 2473 | <reference ref="29853731"/> |
michael@0 | 2474 | <reference ref="860595796"/> |
michael@0 | 2475 | <reference ref="1040322652"/> |
michael@0 | 2476 | <reference ref="790794224"/> |
michael@0 | 2477 | <reference ref="892235320"/> |
michael@0 | 2478 | <reference ref="972420730"/> |
michael@0 | 2479 | <reference ref="676164635"/> |
michael@0 | 2480 | <reference ref="507821607"/> |
michael@0 | 2481 | <reference ref="288088188"/> |
michael@0 | 2482 | <reference ref="82994268"/> |
michael@0 | 2483 | </array> |
michael@0 | 2484 | <reference key="parent" ref="952259628"/> |
michael@0 | 2485 | </object> |
michael@0 | 2486 | <object class="IBObjectRecord"> |
michael@0 | 2487 | <int key="objectID">202</int> |
michael@0 | 2488 | <reference key="object" ref="437104165"/> |
michael@0 | 2489 | <reference key="parent" ref="789758025"/> |
michael@0 | 2490 | </object> |
michael@0 | 2491 | <object class="IBObjectRecord"> |
michael@0 | 2492 | <int key="objectID">198</int> |
michael@0 | 2493 | <reference key="object" ref="583158037"/> |
michael@0 | 2494 | <reference key="parent" ref="789758025"/> |
michael@0 | 2495 | </object> |
michael@0 | 2496 | <object class="IBObjectRecord"> |
michael@0 | 2497 | <int key="objectID">207</int> |
michael@0 | 2498 | <reference key="object" ref="1058277027"/> |
michael@0 | 2499 | <reference key="parent" ref="789758025"/> |
michael@0 | 2500 | </object> |
michael@0 | 2501 | <object class="IBObjectRecord"> |
michael@0 | 2502 | <int key="objectID">214</int> |
michael@0 | 2503 | <reference key="object" ref="212016141"/> |
michael@0 | 2504 | <reference key="parent" ref="789758025"/> |
michael@0 | 2505 | </object> |
michael@0 | 2506 | <object class="IBObjectRecord"> |
michael@0 | 2507 | <int key="objectID">199</int> |
michael@0 | 2508 | <reference key="object" ref="296257095"/> |
michael@0 | 2509 | <reference key="parent" ref="789758025"/> |
michael@0 | 2510 | </object> |
michael@0 | 2511 | <object class="IBObjectRecord"> |
michael@0 | 2512 | <int key="objectID">203</int> |
michael@0 | 2513 | <reference key="object" ref="29853731"/> |
michael@0 | 2514 | <reference key="parent" ref="789758025"/> |
michael@0 | 2515 | </object> |
michael@0 | 2516 | <object class="IBObjectRecord"> |
michael@0 | 2517 | <int key="objectID">197</int> |
michael@0 | 2518 | <reference key="object" ref="860595796"/> |
michael@0 | 2519 | <reference key="parent" ref="789758025"/> |
michael@0 | 2520 | </object> |
michael@0 | 2521 | <object class="IBObjectRecord"> |
michael@0 | 2522 | <int key="objectID">206</int> |
michael@0 | 2523 | <reference key="object" ref="1040322652"/> |
michael@0 | 2524 | <reference key="parent" ref="789758025"/> |
michael@0 | 2525 | </object> |
michael@0 | 2526 | <object class="IBObjectRecord"> |
michael@0 | 2527 | <int key="objectID">215</int> |
michael@0 | 2528 | <reference key="object" ref="790794224"/> |
michael@0 | 2529 | <reference key="parent" ref="789758025"/> |
michael@0 | 2530 | </object> |
michael@0 | 2531 | <object class="IBObjectRecord"> |
michael@0 | 2532 | <int key="objectID">218</int> |
michael@0 | 2533 | <reference key="object" ref="892235320"/> |
michael@0 | 2534 | <array class="NSMutableArray" key="children"> |
michael@0 | 2535 | <reference ref="963351320"/> |
michael@0 | 2536 | </array> |
michael@0 | 2537 | <reference key="parent" ref="789758025"/> |
michael@0 | 2538 | </object> |
michael@0 | 2539 | <object class="IBObjectRecord"> |
michael@0 | 2540 | <int key="objectID">216</int> |
michael@0 | 2541 | <reference key="object" ref="972420730"/> |
michael@0 | 2542 | <array class="NSMutableArray" key="children"> |
michael@0 | 2543 | <reference ref="769623530"/> |
michael@0 | 2544 | </array> |
michael@0 | 2545 | <reference key="parent" ref="789758025"/> |
michael@0 | 2546 | </object> |
michael@0 | 2547 | <object class="IBObjectRecord"> |
michael@0 | 2548 | <int key="objectID">200</int> |
michael@0 | 2549 | <reference key="object" ref="769623530"/> |
michael@0 | 2550 | <array class="NSMutableArray" key="children"> |
michael@0 | 2551 | <reference ref="948374510"/> |
michael@0 | 2552 | <reference ref="96193923"/> |
michael@0 | 2553 | <reference ref="679648819"/> |
michael@0 | 2554 | <reference ref="967646866"/> |
michael@0 | 2555 | <reference ref="859480356"/> |
michael@0 | 2556 | <reference ref="795346622"/> |
michael@0 | 2557 | </array> |
michael@0 | 2558 | <reference key="parent" ref="972420730"/> |
michael@0 | 2559 | </object> |
michael@0 | 2560 | <object class="IBObjectRecord"> |
michael@0 | 2561 | <int key="objectID">219</int> |
michael@0 | 2562 | <reference key="object" ref="948374510"/> |
michael@0 | 2563 | <reference key="parent" ref="769623530"/> |
michael@0 | 2564 | </object> |
michael@0 | 2565 | <object class="IBObjectRecord"> |
michael@0 | 2566 | <int key="objectID">201</int> |
michael@0 | 2567 | <reference key="object" ref="96193923"/> |
michael@0 | 2568 | <reference key="parent" ref="769623530"/> |
michael@0 | 2569 | </object> |
michael@0 | 2570 | <object class="IBObjectRecord"> |
michael@0 | 2571 | <int key="objectID">204</int> |
michael@0 | 2572 | <reference key="object" ref="679648819"/> |
michael@0 | 2573 | <reference key="parent" ref="769623530"/> |
michael@0 | 2574 | </object> |
michael@0 | 2575 | <object class="IBObjectRecord"> |
michael@0 | 2576 | <int key="objectID">220</int> |
michael@0 | 2577 | <reference key="object" ref="963351320"/> |
michael@0 | 2578 | <array class="NSMutableArray" key="children"> |
michael@0 | 2579 | <reference ref="270902937"/> |
michael@0 | 2580 | <reference ref="88285865"/> |
michael@0 | 2581 | <reference ref="159080638"/> |
michael@0 | 2582 | <reference ref="326711663"/> |
michael@0 | 2583 | <reference ref="447796847"/> |
michael@0 | 2584 | </array> |
michael@0 | 2585 | <reference key="parent" ref="892235320"/> |
michael@0 | 2586 | </object> |
michael@0 | 2587 | <object class="IBObjectRecord"> |
michael@0 | 2588 | <int key="objectID">213</int> |
michael@0 | 2589 | <reference key="object" ref="270902937"/> |
michael@0 | 2590 | <reference key="parent" ref="963351320"/> |
michael@0 | 2591 | </object> |
michael@0 | 2592 | <object class="IBObjectRecord"> |
michael@0 | 2593 | <int key="objectID">210</int> |
michael@0 | 2594 | <reference key="object" ref="88285865"/> |
michael@0 | 2595 | <reference key="parent" ref="963351320"/> |
michael@0 | 2596 | </object> |
michael@0 | 2597 | <object class="IBObjectRecord"> |
michael@0 | 2598 | <int key="objectID">221</int> |
michael@0 | 2599 | <reference key="object" ref="159080638"/> |
michael@0 | 2600 | <reference key="parent" ref="963351320"/> |
michael@0 | 2601 | </object> |
michael@0 | 2602 | <object class="IBObjectRecord"> |
michael@0 | 2603 | <int key="objectID">208</int> |
michael@0 | 2604 | <reference key="object" ref="326711663"/> |
michael@0 | 2605 | <reference key="parent" ref="963351320"/> |
michael@0 | 2606 | </object> |
michael@0 | 2607 | <object class="IBObjectRecord"> |
michael@0 | 2608 | <int key="objectID">209</int> |
michael@0 | 2609 | <reference key="object" ref="447796847"/> |
michael@0 | 2610 | <reference key="parent" ref="963351320"/> |
michael@0 | 2611 | </object> |
michael@0 | 2612 | <object class="IBObjectRecord"> |
michael@0 | 2613 | <int key="objectID">57</int> |
michael@0 | 2614 | <reference key="object" ref="110575045"/> |
michael@0 | 2615 | <array class="NSMutableArray" key="children"> |
michael@0 | 2616 | <reference ref="238522557"/> |
michael@0 | 2617 | <reference ref="755159360"/> |
michael@0 | 2618 | <reference ref="908899353"/> |
michael@0 | 2619 | <reference ref="632727374"/> |
michael@0 | 2620 | <reference ref="646227648"/> |
michael@0 | 2621 | <reference ref="609285721"/> |
michael@0 | 2622 | <reference ref="481834944"/> |
michael@0 | 2623 | <reference ref="304266470"/> |
michael@0 | 2624 | <reference ref="1046388886"/> |
michael@0 | 2625 | <reference ref="1056857174"/> |
michael@0 | 2626 | <reference ref="342932134"/> |
michael@0 | 2627 | <reference ref="622903446"/> |
michael@0 | 2628 | <reference ref="24092627"/> |
michael@0 | 2629 | </array> |
michael@0 | 2630 | <reference key="parent" ref="694149608"/> |
michael@0 | 2631 | </object> |
michael@0 | 2632 | <object class="IBObjectRecord"> |
michael@0 | 2633 | <int key="objectID">58</int> |
michael@0 | 2634 | <reference key="object" ref="238522557"/> |
michael@0 | 2635 | <reference key="parent" ref="110575045"/> |
michael@0 | 2636 | </object> |
michael@0 | 2637 | <object class="IBObjectRecord"> |
michael@0 | 2638 | <int key="objectID">134</int> |
michael@0 | 2639 | <reference key="object" ref="755159360"/> |
michael@0 | 2640 | <reference key="parent" ref="110575045"/> |
michael@0 | 2641 | </object> |
michael@0 | 2642 | <object class="IBObjectRecord"> |
michael@0 | 2643 | <int key="objectID">150</int> |
michael@0 | 2644 | <reference key="object" ref="908899353"/> |
michael@0 | 2645 | <reference key="parent" ref="110575045"/> |
michael@0 | 2646 | </object> |
michael@0 | 2647 | <object class="IBObjectRecord"> |
michael@0 | 2648 | <int key="objectID">136</int> |
michael@0 | 2649 | <reference key="object" ref="632727374"/> |
michael@0 | 2650 | <reference key="parent" ref="110575045"/> |
michael@0 | 2651 | </object> |
michael@0 | 2652 | <object class="IBObjectRecord"> |
michael@0 | 2653 | <int key="objectID">144</int> |
michael@0 | 2654 | <reference key="object" ref="646227648"/> |
michael@0 | 2655 | <reference key="parent" ref="110575045"/> |
michael@0 | 2656 | </object> |
michael@0 | 2657 | <object class="IBObjectRecord"> |
michael@0 | 2658 | <int key="objectID">129</int> |
michael@0 | 2659 | <reference key="object" ref="609285721"/> |
michael@0 | 2660 | <reference key="parent" ref="110575045"/> |
michael@0 | 2661 | </object> |
michael@0 | 2662 | <object class="IBObjectRecord"> |
michael@0 | 2663 | <int key="objectID">143</int> |
michael@0 | 2664 | <reference key="object" ref="481834944"/> |
michael@0 | 2665 | <reference key="parent" ref="110575045"/> |
michael@0 | 2666 | </object> |
michael@0 | 2667 | <object class="IBObjectRecord"> |
michael@0 | 2668 | <int key="objectID">236</int> |
michael@0 | 2669 | <reference key="object" ref="304266470"/> |
michael@0 | 2670 | <reference key="parent" ref="110575045"/> |
michael@0 | 2671 | </object> |
michael@0 | 2672 | <object class="IBObjectRecord"> |
michael@0 | 2673 | <int key="objectID">131</int> |
michael@0 | 2674 | <reference key="object" ref="1046388886"/> |
michael@0 | 2675 | <array class="NSMutableArray" key="children"> |
michael@0 | 2676 | <reference ref="752062318"/> |
michael@0 | 2677 | </array> |
michael@0 | 2678 | <reference key="parent" ref="110575045"/> |
michael@0 | 2679 | </object> |
michael@0 | 2680 | <object class="IBObjectRecord"> |
michael@0 | 2681 | <int key="objectID">149</int> |
michael@0 | 2682 | <reference key="object" ref="1056857174"/> |
michael@0 | 2683 | <reference key="parent" ref="110575045"/> |
michael@0 | 2684 | </object> |
michael@0 | 2685 | <object class="IBObjectRecord"> |
michael@0 | 2686 | <int key="objectID">145</int> |
michael@0 | 2687 | <reference key="object" ref="342932134"/> |
michael@0 | 2688 | <reference key="parent" ref="110575045"/> |
michael@0 | 2689 | </object> |
michael@0 | 2690 | <object class="IBObjectRecord"> |
michael@0 | 2691 | <int key="objectID">130</int> |
michael@0 | 2692 | <reference key="object" ref="752062318"/> |
michael@0 | 2693 | <reference key="parent" ref="1046388886"/> |
michael@0 | 2694 | </object> |
michael@0 | 2695 | <object class="IBObjectRecord"> |
michael@0 | 2696 | <int key="objectID">24</int> |
michael@0 | 2697 | <reference key="object" ref="835318025"/> |
michael@0 | 2698 | <array class="NSMutableArray" key="children"> |
michael@0 | 2699 | <reference ref="299356726"/> |
michael@0 | 2700 | <reference ref="625202149"/> |
michael@0 | 2701 | <reference ref="575023229"/> |
michael@0 | 2702 | <reference ref="1011231497"/> |
michael@0 | 2703 | <reference ref="92029792"/> |
michael@0 | 2704 | </array> |
michael@0 | 2705 | <reference key="parent" ref="713487014"/> |
michael@0 | 2706 | </object> |
michael@0 | 2707 | <object class="IBObjectRecord"> |
michael@0 | 2708 | <int key="objectID">92</int> |
michael@0 | 2709 | <reference key="object" ref="299356726"/> |
michael@0 | 2710 | <reference key="parent" ref="835318025"/> |
michael@0 | 2711 | </object> |
michael@0 | 2712 | <object class="IBObjectRecord"> |
michael@0 | 2713 | <int key="objectID">5</int> |
michael@0 | 2714 | <reference key="object" ref="625202149"/> |
michael@0 | 2715 | <reference key="parent" ref="835318025"/> |
michael@0 | 2716 | </object> |
michael@0 | 2717 | <object class="IBObjectRecord"> |
michael@0 | 2718 | <int key="objectID">239</int> |
michael@0 | 2719 | <reference key="object" ref="575023229"/> |
michael@0 | 2720 | <reference key="parent" ref="835318025"/> |
michael@0 | 2721 | </object> |
michael@0 | 2722 | <object class="IBObjectRecord"> |
michael@0 | 2723 | <int key="objectID">23</int> |
michael@0 | 2724 | <reference key="object" ref="1011231497"/> |
michael@0 | 2725 | <reference key="parent" ref="835318025"/> |
michael@0 | 2726 | </object> |
michael@0 | 2727 | <object class="IBObjectRecord"> |
michael@0 | 2728 | <int key="objectID">295</int> |
michael@0 | 2729 | <reference key="object" ref="586577488"/> |
michael@0 | 2730 | <array class="NSMutableArray" key="children"> |
michael@0 | 2731 | <reference ref="466310130"/> |
michael@0 | 2732 | </array> |
michael@0 | 2733 | <reference key="parent" ref="649796088"/> |
michael@0 | 2734 | </object> |
michael@0 | 2735 | <object class="IBObjectRecord"> |
michael@0 | 2736 | <int key="objectID">296</int> |
michael@0 | 2737 | <reference key="object" ref="466310130"/> |
michael@0 | 2738 | <array class="NSMutableArray" key="children"> |
michael@0 | 2739 | <reference ref="102151532"/> |
michael@0 | 2740 | <reference ref="237841660"/> |
michael@0 | 2741 | <reference ref="87708234"/> |
michael@0 | 2742 | </array> |
michael@0 | 2743 | <reference key="parent" ref="586577488"/> |
michael@0 | 2744 | </object> |
michael@0 | 2745 | <object class="IBObjectRecord"> |
michael@0 | 2746 | <int key="objectID">297</int> |
michael@0 | 2747 | <reference key="object" ref="102151532"/> |
michael@0 | 2748 | <reference key="parent" ref="466310130"/> |
michael@0 | 2749 | </object> |
michael@0 | 2750 | <object class="IBObjectRecord"> |
michael@0 | 2751 | <int key="objectID">298</int> |
michael@0 | 2752 | <reference key="object" ref="237841660"/> |
michael@0 | 2753 | <reference key="parent" ref="466310130"/> |
michael@0 | 2754 | </object> |
michael@0 | 2755 | <object class="IBObjectRecord"> |
michael@0 | 2756 | <int key="objectID">211</int> |
michael@0 | 2757 | <reference key="object" ref="676164635"/> |
michael@0 | 2758 | <array class="NSMutableArray" key="children"> |
michael@0 | 2759 | <reference ref="785027613"/> |
michael@0 | 2760 | </array> |
michael@0 | 2761 | <reference key="parent" ref="789758025"/> |
michael@0 | 2762 | </object> |
michael@0 | 2763 | <object class="IBObjectRecord"> |
michael@0 | 2764 | <int key="objectID">212</int> |
michael@0 | 2765 | <reference key="object" ref="785027613"/> |
michael@0 | 2766 | <array class="NSMutableArray" key="children"> |
michael@0 | 2767 | <reference ref="680220178"/> |
michael@0 | 2768 | <reference ref="731782645"/> |
michael@0 | 2769 | </array> |
michael@0 | 2770 | <reference key="parent" ref="676164635"/> |
michael@0 | 2771 | </object> |
michael@0 | 2772 | <object class="IBObjectRecord"> |
michael@0 | 2773 | <int key="objectID">195</int> |
michael@0 | 2774 | <reference key="object" ref="680220178"/> |
michael@0 | 2775 | <reference key="parent" ref="785027613"/> |
michael@0 | 2776 | </object> |
michael@0 | 2777 | <object class="IBObjectRecord"> |
michael@0 | 2778 | <int key="objectID">196</int> |
michael@0 | 2779 | <reference key="object" ref="731782645"/> |
michael@0 | 2780 | <reference key="parent" ref="785027613"/> |
michael@0 | 2781 | </object> |
michael@0 | 2782 | <object class="IBObjectRecord"> |
michael@0 | 2783 | <int key="objectID">346</int> |
michael@0 | 2784 | <reference key="object" ref="967646866"/> |
michael@0 | 2785 | <reference key="parent" ref="769623530"/> |
michael@0 | 2786 | </object> |
michael@0 | 2787 | <object class="IBObjectRecord"> |
michael@0 | 2788 | <int key="objectID">348</int> |
michael@0 | 2789 | <reference key="object" ref="507821607"/> |
michael@0 | 2790 | <array class="NSMutableArray" key="children"> |
michael@0 | 2791 | <reference ref="698887838"/> |
michael@0 | 2792 | </array> |
michael@0 | 2793 | <reference key="parent" ref="789758025"/> |
michael@0 | 2794 | </object> |
michael@0 | 2795 | <object class="IBObjectRecord"> |
michael@0 | 2796 | <int key="objectID">349</int> |
michael@0 | 2797 | <reference key="object" ref="698887838"/> |
michael@0 | 2798 | <array class="NSMutableArray" key="children"> |
michael@0 | 2799 | <reference ref="605118523"/> |
michael@0 | 2800 | <reference ref="197661976"/> |
michael@0 | 2801 | <reference ref="708854459"/> |
michael@0 | 2802 | <reference ref="65139061"/> |
michael@0 | 2803 | <reference ref="19036812"/> |
michael@0 | 2804 | <reference ref="672708820"/> |
michael@0 | 2805 | <reference ref="537092702"/> |
michael@0 | 2806 | </array> |
michael@0 | 2807 | <reference key="parent" ref="507821607"/> |
michael@0 | 2808 | </object> |
michael@0 | 2809 | <object class="IBObjectRecord"> |
michael@0 | 2810 | <int key="objectID">350</int> |
michael@0 | 2811 | <reference key="object" ref="605118523"/> |
michael@0 | 2812 | <reference key="parent" ref="698887838"/> |
michael@0 | 2813 | </object> |
michael@0 | 2814 | <object class="IBObjectRecord"> |
michael@0 | 2815 | <int key="objectID">351</int> |
michael@0 | 2816 | <reference key="object" ref="197661976"/> |
michael@0 | 2817 | <reference key="parent" ref="698887838"/> |
michael@0 | 2818 | </object> |
michael@0 | 2819 | <object class="IBObjectRecord"> |
michael@0 | 2820 | <int key="objectID">354</int> |
michael@0 | 2821 | <reference key="object" ref="708854459"/> |
michael@0 | 2822 | <reference key="parent" ref="698887838"/> |
michael@0 | 2823 | </object> |
michael@0 | 2824 | <object class="IBObjectRecord"> |
michael@0 | 2825 | <int key="objectID">371</int> |
michael@0 | 2826 | <reference key="object" ref="972006081"/> |
michael@0 | 2827 | <array class="NSMutableArray" key="children"> |
michael@0 | 2828 | <reference ref="439893737"/> |
michael@0 | 2829 | </array> |
michael@0 | 2830 | <reference key="parent" ref="0"/> |
michael@0 | 2831 | </object> |
michael@0 | 2832 | <object class="IBObjectRecord"> |
michael@0 | 2833 | <int key="objectID">372</int> |
michael@0 | 2834 | <reference key="object" ref="439893737"/> |
michael@0 | 2835 | <array class="NSMutableArray" key="children"/> |
michael@0 | 2836 | <reference key="parent" ref="972006081"/> |
michael@0 | 2837 | </object> |
michael@0 | 2838 | <object class="IBObjectRecord"> |
michael@0 | 2839 | <int key="objectID">375</int> |
michael@0 | 2840 | <reference key="object" ref="302598603"/> |
michael@0 | 2841 | <array class="NSMutableArray" key="children"> |
michael@0 | 2842 | <reference ref="941447902"/> |
michael@0 | 2843 | </array> |
michael@0 | 2844 | <reference key="parent" ref="649796088"/> |
michael@0 | 2845 | </object> |
michael@0 | 2846 | <object class="IBObjectRecord"> |
michael@0 | 2847 | <int key="objectID">376</int> |
michael@0 | 2848 | <reference key="object" ref="941447902"/> |
michael@0 | 2849 | <array class="NSMutableArray" key="children"> |
michael@0 | 2850 | <reference ref="792887677"/> |
michael@0 | 2851 | <reference ref="215659978"/> |
michael@0 | 2852 | </array> |
michael@0 | 2853 | <reference key="parent" ref="302598603"/> |
michael@0 | 2854 | </object> |
michael@0 | 2855 | <object class="IBObjectRecord"> |
michael@0 | 2856 | <int key="objectID">377</int> |
michael@0 | 2857 | <reference key="object" ref="792887677"/> |
michael@0 | 2858 | <array class="NSMutableArray" key="children"> |
michael@0 | 2859 | <reference ref="786677654"/> |
michael@0 | 2860 | </array> |
michael@0 | 2861 | <reference key="parent" ref="941447902"/> |
michael@0 | 2862 | </object> |
michael@0 | 2863 | <object class="IBObjectRecord"> |
michael@0 | 2864 | <int key="objectID">388</int> |
michael@0 | 2865 | <reference key="object" ref="786677654"/> |
michael@0 | 2866 | <array class="NSMutableArray" key="children"> |
michael@0 | 2867 | <reference ref="159677712"/> |
michael@0 | 2868 | <reference ref="305399458"/> |
michael@0 | 2869 | <reference ref="814362025"/> |
michael@0 | 2870 | <reference ref="330926929"/> |
michael@0 | 2871 | <reference ref="533507878"/> |
michael@0 | 2872 | <reference ref="158063935"/> |
michael@0 | 2873 | <reference ref="885547335"/> |
michael@0 | 2874 | <reference ref="901062459"/> |
michael@0 | 2875 | <reference ref="767671776"/> |
michael@0 | 2876 | <reference ref="691570813"/> |
michael@0 | 2877 | <reference ref="769124883"/> |
michael@0 | 2878 | <reference ref="739652853"/> |
michael@0 | 2879 | <reference ref="1012600125"/> |
michael@0 | 2880 | <reference ref="214559597"/> |
michael@0 | 2881 | <reference ref="596732606"/> |
michael@0 | 2882 | <reference ref="393423671"/> |
michael@0 | 2883 | </array> |
michael@0 | 2884 | <reference key="parent" ref="792887677"/> |
michael@0 | 2885 | </object> |
michael@0 | 2886 | <object class="IBObjectRecord"> |
michael@0 | 2887 | <int key="objectID">389</int> |
michael@0 | 2888 | <reference key="object" ref="159677712"/> |
michael@0 | 2889 | <reference key="parent" ref="786677654"/> |
michael@0 | 2890 | </object> |
michael@0 | 2891 | <object class="IBObjectRecord"> |
michael@0 | 2892 | <int key="objectID">390</int> |
michael@0 | 2893 | <reference key="object" ref="305399458"/> |
michael@0 | 2894 | <reference key="parent" ref="786677654"/> |
michael@0 | 2895 | </object> |
michael@0 | 2896 | <object class="IBObjectRecord"> |
michael@0 | 2897 | <int key="objectID">391</int> |
michael@0 | 2898 | <reference key="object" ref="814362025"/> |
michael@0 | 2899 | <reference key="parent" ref="786677654"/> |
michael@0 | 2900 | </object> |
michael@0 | 2901 | <object class="IBObjectRecord"> |
michael@0 | 2902 | <int key="objectID">392</int> |
michael@0 | 2903 | <reference key="object" ref="330926929"/> |
michael@0 | 2904 | <reference key="parent" ref="786677654"/> |
michael@0 | 2905 | </object> |
michael@0 | 2906 | <object class="IBObjectRecord"> |
michael@0 | 2907 | <int key="objectID">393</int> |
michael@0 | 2908 | <reference key="object" ref="533507878"/> |
michael@0 | 2909 | <reference key="parent" ref="786677654"/> |
michael@0 | 2910 | </object> |
michael@0 | 2911 | <object class="IBObjectRecord"> |
michael@0 | 2912 | <int key="objectID">394</int> |
michael@0 | 2913 | <reference key="object" ref="158063935"/> |
michael@0 | 2914 | <reference key="parent" ref="786677654"/> |
michael@0 | 2915 | </object> |
michael@0 | 2916 | <object class="IBObjectRecord"> |
michael@0 | 2917 | <int key="objectID">395</int> |
michael@0 | 2918 | <reference key="object" ref="885547335"/> |
michael@0 | 2919 | <reference key="parent" ref="786677654"/> |
michael@0 | 2920 | </object> |
michael@0 | 2921 | <object class="IBObjectRecord"> |
michael@0 | 2922 | <int key="objectID">396</int> |
michael@0 | 2923 | <reference key="object" ref="901062459"/> |
michael@0 | 2924 | <reference key="parent" ref="786677654"/> |
michael@0 | 2925 | </object> |
michael@0 | 2926 | <object class="IBObjectRecord"> |
michael@0 | 2927 | <int key="objectID">397</int> |
michael@0 | 2928 | <reference key="object" ref="767671776"/> |
michael@0 | 2929 | <array class="NSMutableArray" key="children"> |
michael@0 | 2930 | <reference ref="175441468"/> |
michael@0 | 2931 | </array> |
michael@0 | 2932 | <reference key="parent" ref="786677654"/> |
michael@0 | 2933 | </object> |
michael@0 | 2934 | <object class="IBObjectRecord"> |
michael@0 | 2935 | <int key="objectID">398</int> |
michael@0 | 2936 | <reference key="object" ref="691570813"/> |
michael@0 | 2937 | <array class="NSMutableArray" key="children"> |
michael@0 | 2938 | <reference ref="1058217995"/> |
michael@0 | 2939 | </array> |
michael@0 | 2940 | <reference key="parent" ref="786677654"/> |
michael@0 | 2941 | </object> |
michael@0 | 2942 | <object class="IBObjectRecord"> |
michael@0 | 2943 | <int key="objectID">399</int> |
michael@0 | 2944 | <reference key="object" ref="769124883"/> |
michael@0 | 2945 | <array class="NSMutableArray" key="children"> |
michael@0 | 2946 | <reference ref="18263474"/> |
michael@0 | 2947 | </array> |
michael@0 | 2948 | <reference key="parent" ref="786677654"/> |
michael@0 | 2949 | </object> |
michael@0 | 2950 | <object class="IBObjectRecord"> |
michael@0 | 2951 | <int key="objectID">400</int> |
michael@0 | 2952 | <reference key="object" ref="739652853"/> |
michael@0 | 2953 | <reference key="parent" ref="786677654"/> |
michael@0 | 2954 | </object> |
michael@0 | 2955 | <object class="IBObjectRecord"> |
michael@0 | 2956 | <int key="objectID">401</int> |
michael@0 | 2957 | <reference key="object" ref="1012600125"/> |
michael@0 | 2958 | <reference key="parent" ref="786677654"/> |
michael@0 | 2959 | </object> |
michael@0 | 2960 | <object class="IBObjectRecord"> |
michael@0 | 2961 | <int key="objectID">402</int> |
michael@0 | 2962 | <reference key="object" ref="214559597"/> |
michael@0 | 2963 | <reference key="parent" ref="786677654"/> |
michael@0 | 2964 | </object> |
michael@0 | 2965 | <object class="IBObjectRecord"> |
michael@0 | 2966 | <int key="objectID">403</int> |
michael@0 | 2967 | <reference key="object" ref="596732606"/> |
michael@0 | 2968 | <reference key="parent" ref="786677654"/> |
michael@0 | 2969 | </object> |
michael@0 | 2970 | <object class="IBObjectRecord"> |
michael@0 | 2971 | <int key="objectID">404</int> |
michael@0 | 2972 | <reference key="object" ref="393423671"/> |
michael@0 | 2973 | <reference key="parent" ref="786677654"/> |
michael@0 | 2974 | </object> |
michael@0 | 2975 | <object class="IBObjectRecord"> |
michael@0 | 2976 | <int key="objectID">405</int> |
michael@0 | 2977 | <reference key="object" ref="18263474"/> |
michael@0 | 2978 | <array class="NSMutableArray" key="children"> |
michael@0 | 2979 | <reference ref="257962622"/> |
michael@0 | 2980 | <reference ref="644725453"/> |
michael@0 | 2981 | <reference ref="1037576581"/> |
michael@0 | 2982 | <reference ref="941806246"/> |
michael@0 | 2983 | <reference ref="1045724900"/> |
michael@0 | 2984 | </array> |
michael@0 | 2985 | <reference key="parent" ref="769124883"/> |
michael@0 | 2986 | </object> |
michael@0 | 2987 | <object class="IBObjectRecord"> |
michael@0 | 2988 | <int key="objectID">406</int> |
michael@0 | 2989 | <reference key="object" ref="257962622"/> |
michael@0 | 2990 | <reference key="parent" ref="18263474"/> |
michael@0 | 2991 | </object> |
michael@0 | 2992 | <object class="IBObjectRecord"> |
michael@0 | 2993 | <int key="objectID">407</int> |
michael@0 | 2994 | <reference key="object" ref="644725453"/> |
michael@0 | 2995 | <reference key="parent" ref="18263474"/> |
michael@0 | 2996 | </object> |
michael@0 | 2997 | <object class="IBObjectRecord"> |
michael@0 | 2998 | <int key="objectID">408</int> |
michael@0 | 2999 | <reference key="object" ref="1037576581"/> |
michael@0 | 3000 | <reference key="parent" ref="18263474"/> |
michael@0 | 3001 | </object> |
michael@0 | 3002 | <object class="IBObjectRecord"> |
michael@0 | 3003 | <int key="objectID">409</int> |
michael@0 | 3004 | <reference key="object" ref="941806246"/> |
michael@0 | 3005 | <reference key="parent" ref="18263474"/> |
michael@0 | 3006 | </object> |
michael@0 | 3007 | <object class="IBObjectRecord"> |
michael@0 | 3008 | <int key="objectID">410</int> |
michael@0 | 3009 | <reference key="object" ref="1045724900"/> |
michael@0 | 3010 | <reference key="parent" ref="18263474"/> |
michael@0 | 3011 | </object> |
michael@0 | 3012 | <object class="IBObjectRecord"> |
michael@0 | 3013 | <int key="objectID">411</int> |
michael@0 | 3014 | <reference key="object" ref="1058217995"/> |
michael@0 | 3015 | <array class="NSMutableArray" key="children"> |
michael@0 | 3016 | <reference ref="706297211"/> |
michael@0 | 3017 | <reference ref="568384683"/> |
michael@0 | 3018 | <reference ref="663508465"/> |
michael@0 | 3019 | </array> |
michael@0 | 3020 | <reference key="parent" ref="691570813"/> |
michael@0 | 3021 | </object> |
michael@0 | 3022 | <object class="IBObjectRecord"> |
michael@0 | 3023 | <int key="objectID">412</int> |
michael@0 | 3024 | <reference key="object" ref="706297211"/> |
michael@0 | 3025 | <reference key="parent" ref="1058217995"/> |
michael@0 | 3026 | </object> |
michael@0 | 3027 | <object class="IBObjectRecord"> |
michael@0 | 3028 | <int key="objectID">413</int> |
michael@0 | 3029 | <reference key="object" ref="568384683"/> |
michael@0 | 3030 | <reference key="parent" ref="1058217995"/> |
michael@0 | 3031 | </object> |
michael@0 | 3032 | <object class="IBObjectRecord"> |
michael@0 | 3033 | <int key="objectID">414</int> |
michael@0 | 3034 | <reference key="object" ref="663508465"/> |
michael@0 | 3035 | <reference key="parent" ref="1058217995"/> |
michael@0 | 3036 | </object> |
michael@0 | 3037 | <object class="IBObjectRecord"> |
michael@0 | 3038 | <int key="objectID">415</int> |
michael@0 | 3039 | <reference key="object" ref="175441468"/> |
michael@0 | 3040 | <array class="NSMutableArray" key="children"> |
michael@0 | 3041 | <reference ref="252969304"/> |
michael@0 | 3042 | <reference ref="766922938"/> |
michael@0 | 3043 | <reference ref="677519740"/> |
michael@0 | 3044 | <reference ref="238351151"/> |
michael@0 | 3045 | </array> |
michael@0 | 3046 | <reference key="parent" ref="767671776"/> |
michael@0 | 3047 | </object> |
michael@0 | 3048 | <object class="IBObjectRecord"> |
michael@0 | 3049 | <int key="objectID">416</int> |
michael@0 | 3050 | <reference key="object" ref="252969304"/> |
michael@0 | 3051 | <reference key="parent" ref="175441468"/> |
michael@0 | 3052 | </object> |
michael@0 | 3053 | <object class="IBObjectRecord"> |
michael@0 | 3054 | <int key="objectID">417</int> |
michael@0 | 3055 | <reference key="object" ref="766922938"/> |
michael@0 | 3056 | <reference key="parent" ref="175441468"/> |
michael@0 | 3057 | </object> |
michael@0 | 3058 | <object class="IBObjectRecord"> |
michael@0 | 3059 | <int key="objectID">418</int> |
michael@0 | 3060 | <reference key="object" ref="677519740"/> |
michael@0 | 3061 | <reference key="parent" ref="175441468"/> |
michael@0 | 3062 | </object> |
michael@0 | 3063 | <object class="IBObjectRecord"> |
michael@0 | 3064 | <int key="objectID">419</int> |
michael@0 | 3065 | <reference key="object" ref="238351151"/> |
michael@0 | 3066 | <reference key="parent" ref="175441468"/> |
michael@0 | 3067 | </object> |
michael@0 | 3068 | <object class="IBObjectRecord"> |
michael@0 | 3069 | <int key="objectID">420</int> |
michael@0 | 3070 | <reference key="object" ref="755631768"/> |
michael@0 | 3071 | <reference key="parent" ref="0"/> |
michael@0 | 3072 | </object> |
michael@0 | 3073 | <object class="IBObjectRecord"> |
michael@0 | 3074 | <int key="objectID">450</int> |
michael@0 | 3075 | <reference key="object" ref="288088188"/> |
michael@0 | 3076 | <array class="NSMutableArray" key="children"> |
michael@0 | 3077 | <reference ref="579392910"/> |
michael@0 | 3078 | </array> |
michael@0 | 3079 | <reference key="parent" ref="789758025"/> |
michael@0 | 3080 | </object> |
michael@0 | 3081 | <object class="IBObjectRecord"> |
michael@0 | 3082 | <int key="objectID">451</int> |
michael@0 | 3083 | <reference key="object" ref="579392910"/> |
michael@0 | 3084 | <array class="NSMutableArray" key="children"> |
michael@0 | 3085 | <reference ref="1060694897"/> |
michael@0 | 3086 | <reference ref="879586729"/> |
michael@0 | 3087 | <reference ref="56570060"/> |
michael@0 | 3088 | </array> |
michael@0 | 3089 | <reference key="parent" ref="288088188"/> |
michael@0 | 3090 | </object> |
michael@0 | 3091 | <object class="IBObjectRecord"> |
michael@0 | 3092 | <int key="objectID">452</int> |
michael@0 | 3093 | <reference key="object" ref="1060694897"/> |
michael@0 | 3094 | <reference key="parent" ref="579392910"/> |
michael@0 | 3095 | </object> |
michael@0 | 3096 | <object class="IBObjectRecord"> |
michael@0 | 3097 | <int key="objectID">453</int> |
michael@0 | 3098 | <reference key="object" ref="859480356"/> |
michael@0 | 3099 | <reference key="parent" ref="769623530"/> |
michael@0 | 3100 | </object> |
michael@0 | 3101 | <object class="IBObjectRecord"> |
michael@0 | 3102 | <int key="objectID">454</int> |
michael@0 | 3103 | <reference key="object" ref="795346622"/> |
michael@0 | 3104 | <reference key="parent" ref="769623530"/> |
michael@0 | 3105 | </object> |
michael@0 | 3106 | <object class="IBObjectRecord"> |
michael@0 | 3107 | <int key="objectID">457</int> |
michael@0 | 3108 | <reference key="object" ref="65139061"/> |
michael@0 | 3109 | <reference key="parent" ref="698887838"/> |
michael@0 | 3110 | </object> |
michael@0 | 3111 | <object class="IBObjectRecord"> |
michael@0 | 3112 | <int key="objectID">459</int> |
michael@0 | 3113 | <reference key="object" ref="19036812"/> |
michael@0 | 3114 | <reference key="parent" ref="698887838"/> |
michael@0 | 3115 | </object> |
michael@0 | 3116 | <object class="IBObjectRecord"> |
michael@0 | 3117 | <int key="objectID">460</int> |
michael@0 | 3118 | <reference key="object" ref="672708820"/> |
michael@0 | 3119 | <reference key="parent" ref="698887838"/> |
michael@0 | 3120 | </object> |
michael@0 | 3121 | <object class="IBObjectRecord"> |
michael@0 | 3122 | <int key="objectID">462</int> |
michael@0 | 3123 | <reference key="object" ref="537092702"/> |
michael@0 | 3124 | <reference key="parent" ref="698887838"/> |
michael@0 | 3125 | </object> |
michael@0 | 3126 | <object class="IBObjectRecord"> |
michael@0 | 3127 | <int key="objectID">465</int> |
michael@0 | 3128 | <reference key="object" ref="879586729"/> |
michael@0 | 3129 | <reference key="parent" ref="579392910"/> |
michael@0 | 3130 | </object> |
michael@0 | 3131 | <object class="IBObjectRecord"> |
michael@0 | 3132 | <int key="objectID">466</int> |
michael@0 | 3133 | <reference key="object" ref="56570060"/> |
michael@0 | 3134 | <reference key="parent" ref="579392910"/> |
michael@0 | 3135 | </object> |
michael@0 | 3136 | <object class="IBObjectRecord"> |
michael@0 | 3137 | <int key="objectID">485</int> |
michael@0 | 3138 | <reference key="object" ref="82994268"/> |
michael@0 | 3139 | <reference key="parent" ref="789758025"/> |
michael@0 | 3140 | </object> |
michael@0 | 3141 | <object class="IBObjectRecord"> |
michael@0 | 3142 | <int key="objectID">490</int> |
michael@0 | 3143 | <reference key="object" ref="448692316"/> |
michael@0 | 3144 | <array class="NSMutableArray" key="children"> |
michael@0 | 3145 | <reference ref="992780483"/> |
michael@0 | 3146 | </array> |
michael@0 | 3147 | <reference key="parent" ref="649796088"/> |
michael@0 | 3148 | </object> |
michael@0 | 3149 | <object class="IBObjectRecord"> |
michael@0 | 3150 | <int key="objectID">491</int> |
michael@0 | 3151 | <reference key="object" ref="992780483"/> |
michael@0 | 3152 | <array class="NSMutableArray" key="children"> |
michael@0 | 3153 | <reference ref="105068016"/> |
michael@0 | 3154 | </array> |
michael@0 | 3155 | <reference key="parent" ref="448692316"/> |
michael@0 | 3156 | </object> |
michael@0 | 3157 | <object class="IBObjectRecord"> |
michael@0 | 3158 | <int key="objectID">492</int> |
michael@0 | 3159 | <reference key="object" ref="105068016"/> |
michael@0 | 3160 | <reference key="parent" ref="992780483"/> |
michael@0 | 3161 | </object> |
michael@0 | 3162 | <object class="IBObjectRecord"> |
michael@0 | 3163 | <int key="objectID">496</int> |
michael@0 | 3164 | <reference key="object" ref="215659978"/> |
michael@0 | 3165 | <array class="NSMutableArray" key="children"> |
michael@0 | 3166 | <reference ref="446991534"/> |
michael@0 | 3167 | </array> |
michael@0 | 3168 | <reference key="parent" ref="941447902"/> |
michael@0 | 3169 | </object> |
michael@0 | 3170 | <object class="IBObjectRecord"> |
michael@0 | 3171 | <int key="objectID">497</int> |
michael@0 | 3172 | <reference key="object" ref="446991534"/> |
michael@0 | 3173 | <array class="NSMutableArray" key="children"> |
michael@0 | 3174 | <reference ref="875092757"/> |
michael@0 | 3175 | <reference ref="630155264"/> |
michael@0 | 3176 | <reference ref="945678886"/> |
michael@0 | 3177 | <reference ref="512868991"/> |
michael@0 | 3178 | <reference ref="163117631"/> |
michael@0 | 3179 | <reference ref="31516759"/> |
michael@0 | 3180 | <reference ref="908105787"/> |
michael@0 | 3181 | <reference ref="644046920"/> |
michael@0 | 3182 | <reference ref="231811626"/> |
michael@0 | 3183 | <reference ref="883618387"/> |
michael@0 | 3184 | </array> |
michael@0 | 3185 | <reference key="parent" ref="215659978"/> |
michael@0 | 3186 | </object> |
michael@0 | 3187 | <object class="IBObjectRecord"> |
michael@0 | 3188 | <int key="objectID">498</int> |
michael@0 | 3189 | <reference key="object" ref="875092757"/> |
michael@0 | 3190 | <reference key="parent" ref="446991534"/> |
michael@0 | 3191 | </object> |
michael@0 | 3192 | <object class="IBObjectRecord"> |
michael@0 | 3193 | <int key="objectID">499</int> |
michael@0 | 3194 | <reference key="object" ref="630155264"/> |
michael@0 | 3195 | <reference key="parent" ref="446991534"/> |
michael@0 | 3196 | </object> |
michael@0 | 3197 | <object class="IBObjectRecord"> |
michael@0 | 3198 | <int key="objectID">500</int> |
michael@0 | 3199 | <reference key="object" ref="945678886"/> |
michael@0 | 3200 | <reference key="parent" ref="446991534"/> |
michael@0 | 3201 | </object> |
michael@0 | 3202 | <object class="IBObjectRecord"> |
michael@0 | 3203 | <int key="objectID">501</int> |
michael@0 | 3204 | <reference key="object" ref="512868991"/> |
michael@0 | 3205 | <reference key="parent" ref="446991534"/> |
michael@0 | 3206 | </object> |
michael@0 | 3207 | <object class="IBObjectRecord"> |
michael@0 | 3208 | <int key="objectID">502</int> |
michael@0 | 3209 | <reference key="object" ref="163117631"/> |
michael@0 | 3210 | <reference key="parent" ref="446991534"/> |
michael@0 | 3211 | </object> |
michael@0 | 3212 | <object class="IBObjectRecord"> |
michael@0 | 3213 | <int key="objectID">503</int> |
michael@0 | 3214 | <reference key="object" ref="31516759"/> |
michael@0 | 3215 | <array class="NSMutableArray" key="children"> |
michael@0 | 3216 | <reference ref="956096989"/> |
michael@0 | 3217 | </array> |
michael@0 | 3218 | <reference key="parent" ref="446991534"/> |
michael@0 | 3219 | </object> |
michael@0 | 3220 | <object class="IBObjectRecord"> |
michael@0 | 3221 | <int key="objectID">504</int> |
michael@0 | 3222 | <reference key="object" ref="908105787"/> |
michael@0 | 3223 | <reference key="parent" ref="446991534"/> |
michael@0 | 3224 | </object> |
michael@0 | 3225 | <object class="IBObjectRecord"> |
michael@0 | 3226 | <int key="objectID">505</int> |
michael@0 | 3227 | <reference key="object" ref="644046920"/> |
michael@0 | 3228 | <reference key="parent" ref="446991534"/> |
michael@0 | 3229 | </object> |
michael@0 | 3230 | <object class="IBObjectRecord"> |
michael@0 | 3231 | <int key="objectID">506</int> |
michael@0 | 3232 | <reference key="object" ref="231811626"/> |
michael@0 | 3233 | <reference key="parent" ref="446991534"/> |
michael@0 | 3234 | </object> |
michael@0 | 3235 | <object class="IBObjectRecord"> |
michael@0 | 3236 | <int key="objectID">507</int> |
michael@0 | 3237 | <reference key="object" ref="883618387"/> |
michael@0 | 3238 | <reference key="parent" ref="446991534"/> |
michael@0 | 3239 | </object> |
michael@0 | 3240 | <object class="IBObjectRecord"> |
michael@0 | 3241 | <int key="objectID">508</int> |
michael@0 | 3242 | <reference key="object" ref="956096989"/> |
michael@0 | 3243 | <array class="NSMutableArray" key="children"> |
michael@0 | 3244 | <reference ref="257099033"/> |
michael@0 | 3245 | <reference ref="551969625"/> |
michael@0 | 3246 | <reference ref="249532473"/> |
michael@0 | 3247 | <reference ref="607364498"/> |
michael@0 | 3248 | <reference ref="508151438"/> |
michael@0 | 3249 | <reference ref="981751889"/> |
michael@0 | 3250 | <reference ref="380031999"/> |
michael@0 | 3251 | <reference ref="825984362"/> |
michael@0 | 3252 | <reference ref="560145579"/> |
michael@0 | 3253 | </array> |
michael@0 | 3254 | <reference key="parent" ref="31516759"/> |
michael@0 | 3255 | </object> |
michael@0 | 3256 | <object class="IBObjectRecord"> |
michael@0 | 3257 | <int key="objectID">509</int> |
michael@0 | 3258 | <reference key="object" ref="257099033"/> |
michael@0 | 3259 | <reference key="parent" ref="956096989"/> |
michael@0 | 3260 | </object> |
michael@0 | 3261 | <object class="IBObjectRecord"> |
michael@0 | 3262 | <int key="objectID">510</int> |
michael@0 | 3263 | <reference key="object" ref="551969625"/> |
michael@0 | 3264 | <reference key="parent" ref="956096989"/> |
michael@0 | 3265 | </object> |
michael@0 | 3266 | <object class="IBObjectRecord"> |
michael@0 | 3267 | <int key="objectID">511</int> |
michael@0 | 3268 | <reference key="object" ref="249532473"/> |
michael@0 | 3269 | <reference key="parent" ref="956096989"/> |
michael@0 | 3270 | </object> |
michael@0 | 3271 | <object class="IBObjectRecord"> |
michael@0 | 3272 | <int key="objectID">512</int> |
michael@0 | 3273 | <reference key="object" ref="607364498"/> |
michael@0 | 3274 | <reference key="parent" ref="956096989"/> |
michael@0 | 3275 | </object> |
michael@0 | 3276 | <object class="IBObjectRecord"> |
michael@0 | 3277 | <int key="objectID">513</int> |
michael@0 | 3278 | <reference key="object" ref="508151438"/> |
michael@0 | 3279 | <reference key="parent" ref="956096989"/> |
michael@0 | 3280 | </object> |
michael@0 | 3281 | <object class="IBObjectRecord"> |
michael@0 | 3282 | <int key="objectID">514</int> |
michael@0 | 3283 | <reference key="object" ref="981751889"/> |
michael@0 | 3284 | <reference key="parent" ref="956096989"/> |
michael@0 | 3285 | </object> |
michael@0 | 3286 | <object class="IBObjectRecord"> |
michael@0 | 3287 | <int key="objectID">515</int> |
michael@0 | 3288 | <reference key="object" ref="380031999"/> |
michael@0 | 3289 | <reference key="parent" ref="956096989"/> |
michael@0 | 3290 | </object> |
michael@0 | 3291 | <object class="IBObjectRecord"> |
michael@0 | 3292 | <int key="objectID">516</int> |
michael@0 | 3293 | <reference key="object" ref="825984362"/> |
michael@0 | 3294 | <reference key="parent" ref="956096989"/> |
michael@0 | 3295 | </object> |
michael@0 | 3296 | <object class="IBObjectRecord"> |
michael@0 | 3297 | <int key="objectID">517</int> |
michael@0 | 3298 | <reference key="object" ref="560145579"/> |
michael@0 | 3299 | <reference key="parent" ref="956096989"/> |
michael@0 | 3300 | </object> |
michael@0 | 3301 | <object class="IBObjectRecord"> |
michael@0 | 3302 | <int key="objectID">538</int> |
michael@0 | 3303 | <reference key="object" ref="758604943"/> |
michael@0 | 3304 | <array class="NSMutableArray" key="children"> |
michael@0 | 3305 | <reference ref="1038370525"/> |
michael@0 | 3306 | </array> |
michael@0 | 3307 | <reference key="parent" ref="0"/> |
michael@0 | 3308 | <string key="objectName">Drawer Content View</string> |
michael@0 | 3309 | </object> |
michael@0 | 3310 | <object class="IBObjectRecord"> |
michael@0 | 3311 | <int key="objectID">539</int> |
michael@0 | 3312 | <reference key="object" ref="764451088"/> |
michael@0 | 3313 | <reference key="parent" ref="0"/> |
michael@0 | 3314 | </object> |
michael@0 | 3315 | <object class="IBObjectRecord"> |
michael@0 | 3316 | <int key="objectID">629</int> |
michael@0 | 3317 | <reference key="object" ref="1038370525"/> |
michael@0 | 3318 | <array class="NSMutableArray" key="children"> |
michael@0 | 3319 | <reference ref="617550661"/> |
michael@0 | 3320 | <reference ref="977018641"/> |
michael@0 | 3321 | <reference ref="429436769"/> |
michael@0 | 3322 | </array> |
michael@0 | 3323 | <reference key="parent" ref="758604943"/> |
michael@0 | 3324 | </object> |
michael@0 | 3325 | <object class="IBObjectRecord"> |
michael@0 | 3326 | <int key="objectID">630</int> |
michael@0 | 3327 | <reference key="object" ref="617550661"/> |
michael@0 | 3328 | <reference key="parent" ref="1038370525"/> |
michael@0 | 3329 | </object> |
michael@0 | 3330 | <object class="IBObjectRecord"> |
michael@0 | 3331 | <int key="objectID">631</int> |
michael@0 | 3332 | <reference key="object" ref="977018641"/> |
michael@0 | 3333 | <reference key="parent" ref="1038370525"/> |
michael@0 | 3334 | </object> |
michael@0 | 3335 | <object class="IBObjectRecord"> |
michael@0 | 3336 | <int key="objectID">632</int> |
michael@0 | 3337 | <reference key="object" ref="429436769"/> |
michael@0 | 3338 | <array class="NSMutableArray" key="children"> |
michael@0 | 3339 | <reference ref="691918008"/> |
michael@0 | 3340 | <reference ref="394988372"/> |
michael@0 | 3341 | </array> |
michael@0 | 3342 | <reference key="parent" ref="1038370525"/> |
michael@0 | 3343 | </object> |
michael@0 | 3344 | <object class="IBObjectRecord"> |
michael@0 | 3345 | <int key="objectID">634</int> |
michael@0 | 3346 | <reference key="object" ref="691918008"/> |
michael@0 | 3347 | <array class="NSMutableArray" key="children"> |
michael@0 | 3348 | <reference ref="241301801"/> |
michael@0 | 3349 | </array> |
michael@0 | 3350 | <reference key="parent" ref="429436769"/> |
michael@0 | 3351 | </object> |
michael@0 | 3352 | <object class="IBObjectRecord"> |
michael@0 | 3353 | <int key="objectID">637</int> |
michael@0 | 3354 | <reference key="object" ref="241301801"/> |
michael@0 | 3355 | <reference key="parent" ref="691918008"/> |
michael@0 | 3356 | </object> |
michael@0 | 3357 | <object class="IBObjectRecord"> |
michael@0 | 3358 | <int key="objectID">494</int> |
michael@0 | 3359 | <reference key="object" ref="976324537"/> |
michael@0 | 3360 | <reference key="parent" ref="0"/> |
michael@0 | 3361 | </object> |
michael@0 | 3362 | <object class="IBObjectRecord"> |
michael@0 | 3363 | <int key="objectID">661</int> |
michael@0 | 3364 | <reference key="object" ref="76290771"/> |
michael@0 | 3365 | <reference key="parent" ref="0"/> |
michael@0 | 3366 | </object> |
michael@0 | 3367 | <object class="IBObjectRecord"> |
michael@0 | 3368 | <int key="objectID">635</int> |
michael@0 | 3369 | <reference key="object" ref="394988372"/> |
michael@0 | 3370 | <array class="NSMutableArray" key="children"> |
michael@0 | 3371 | <reference ref="88358594"/> |
michael@0 | 3372 | </array> |
michael@0 | 3373 | <reference key="parent" ref="429436769"/> |
michael@0 | 3374 | </object> |
michael@0 | 3375 | <object class="IBObjectRecord"> |
michael@0 | 3376 | <int key="objectID">698</int> |
michael@0 | 3377 | <reference key="object" ref="88358594"/> |
michael@0 | 3378 | <reference key="parent" ref="394988372"/> |
michael@0 | 3379 | </object> |
michael@0 | 3380 | <object class="IBObjectRecord"> |
michael@0 | 3381 | <int key="objectID">705</int> |
michael@0 | 3382 | <reference key="object" ref="622903446"/> |
michael@0 | 3383 | <reference key="parent" ref="110575045"/> |
michael@0 | 3384 | </object> |
michael@0 | 3385 | <object class="IBObjectRecord"> |
michael@0 | 3386 | <int key="objectID">706</int> |
michael@0 | 3387 | <reference key="object" ref="24092627"/> |
michael@0 | 3388 | <reference key="parent" ref="110575045"/> |
michael@0 | 3389 | </object> |
michael@0 | 3390 | <object class="IBObjectRecord"> |
michael@0 | 3391 | <int key="objectID">718</int> |
michael@0 | 3392 | <reference key="object" ref="87708234"/> |
michael@0 | 3393 | <reference key="parent" ref="466310130"/> |
michael@0 | 3394 | </object> |
michael@0 | 3395 | <object class="IBObjectRecord"> |
michael@0 | 3396 | <int key="objectID">720</int> |
michael@0 | 3397 | <reference key="object" ref="92029792"/> |
michael@0 | 3398 | <reference key="parent" ref="835318025"/> |
michael@0 | 3399 | </object> |
michael@0 | 3400 | </array> |
michael@0 | 3401 | </object> |
michael@0 | 3402 | <dictionary class="NSMutableDictionary" key="flattenedProperties"> |
michael@0 | 3403 | <string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3404 | <string key="112.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3405 | <integer value="1" key="112.ImportedFromIB2"/> |
michael@0 | 3406 | <string key="124.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3407 | <integer value="1" key="124.ImportedFromIB2"/> |
michael@0 | 3408 | <string key="125.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3409 | <integer value="1" key="125.ImportedFromIB2"/> |
michael@0 | 3410 | <string key="125.editorWindowContentRectSynchronizationRect">{{522, 812}, {146, 23}}</string> |
michael@0 | 3411 | <string key="126.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3412 | <integer value="1" key="126.ImportedFromIB2"/> |
michael@0 | 3413 | <string key="129.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3414 | <integer value="1" key="129.ImportedFromIB2"/> |
michael@0 | 3415 | <string key="130.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3416 | <integer value="1" key="130.ImportedFromIB2"/> |
michael@0 | 3417 | <string key="130.editorWindowContentRectSynchronizationRect">{{436, 809}, {64, 6}}</string> |
michael@0 | 3418 | <string key="131.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3419 | <integer value="1" key="131.ImportedFromIB2"/> |
michael@0 | 3420 | <string key="134.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3421 | <integer value="1" key="134.ImportedFromIB2"/> |
michael@0 | 3422 | <string key="136.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3423 | <integer value="1" key="136.ImportedFromIB2"/> |
michael@0 | 3424 | <string key="143.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3425 | <integer value="1" key="143.ImportedFromIB2"/> |
michael@0 | 3426 | <string key="144.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3427 | <integer value="1" key="144.ImportedFromIB2"/> |
michael@0 | 3428 | <string key="145.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3429 | <integer value="1" key="145.ImportedFromIB2"/> |
michael@0 | 3430 | <string key="149.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3431 | <integer value="1" key="149.ImportedFromIB2"/> |
michael@0 | 3432 | <string key="150.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3433 | <integer value="1" key="150.ImportedFromIB2"/> |
michael@0 | 3434 | <string key="19.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3435 | <integer value="1" key="19.ImportedFromIB2"/> |
michael@0 | 3436 | <string key="195.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3437 | <integer value="1" key="195.ImportedFromIB2"/> |
michael@0 | 3438 | <string key="196.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3439 | <integer value="1" key="196.ImportedFromIB2"/> |
michael@0 | 3440 | <string key="197.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3441 | <integer value="1" key="197.ImportedFromIB2"/> |
michael@0 | 3442 | <string key="198.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3443 | <integer value="1" key="198.ImportedFromIB2"/> |
michael@0 | 3444 | <string key="199.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3445 | <integer value="1" key="199.ImportedFromIB2"/> |
michael@0 | 3446 | <string key="200.IBEditorWindowLastContentRect">{{753, 187}, {275, 113}}</string> |
michael@0 | 3447 | <string key="200.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3448 | <integer value="1" key="200.ImportedFromIB2"/> |
michael@0 | 3449 | <string key="200.editorWindowContentRectSynchronizationRect">{{608, 612}, {275, 83}}</string> |
michael@0 | 3450 | <string key="201.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3451 | <integer value="1" key="201.ImportedFromIB2"/> |
michael@0 | 3452 | <string key="202.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3453 | <integer value="1" key="202.ImportedFromIB2"/> |
michael@0 | 3454 | <string key="203.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3455 | <integer value="1" key="203.ImportedFromIB2"/> |
michael@0 | 3456 | <string key="204.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3457 | <integer value="1" key="204.ImportedFromIB2"/> |
michael@0 | 3458 | <string key="205.IBEditorWindowLastContentRect">{{547, 216}, {254, 283}}</string> |
michael@0 | 3459 | <string key="205.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3460 | <integer value="1" key="205.ImportedFromIB2"/> |
michael@0 | 3461 | <string key="205.editorWindowContentRectSynchronizationRect">{{187, 434}, {243, 243}}</string> |
michael@0 | 3462 | <string key="206.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3463 | <integer value="1" key="206.ImportedFromIB2"/> |
michael@0 | 3464 | <string key="207.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3465 | <integer value="1" key="207.ImportedFromIB2"/> |
michael@0 | 3466 | <string key="208.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3467 | <integer value="1" key="208.ImportedFromIB2"/> |
michael@0 | 3468 | <string key="209.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3469 | <integer value="1" key="209.ImportedFromIB2"/> |
michael@0 | 3470 | <string key="210.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3471 | <integer value="1" key="210.ImportedFromIB2"/> |
michael@0 | 3472 | <string key="211.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3473 | <integer value="1" key="211.ImportedFromIB2"/> |
michael@0 | 3474 | <string key="212.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3475 | <integer value="1" key="212.ImportedFromIB2"/> |
michael@0 | 3476 | <string key="212.editorWindowContentRectSynchronizationRect">{{608, 612}, {167, 43}}</string> |
michael@0 | 3477 | <string key="213.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3478 | <integer value="1" key="213.ImportedFromIB2"/> |
michael@0 | 3479 | <string key="214.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3480 | <integer value="1" key="214.ImportedFromIB2"/> |
michael@0 | 3481 | <string key="215.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3482 | <integer value="1" key="215.ImportedFromIB2"/> |
michael@0 | 3483 | <string key="216.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3484 | <integer value="1" key="216.ImportedFromIB2"/> |
michael@0 | 3485 | <string key="217.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3486 | <integer value="1" key="217.ImportedFromIB2"/> |
michael@0 | 3487 | <string key="218.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3488 | <integer value="1" key="218.ImportedFromIB2"/> |
michael@0 | 3489 | <string key="219.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3490 | <integer value="1" key="219.ImportedFromIB2"/> |
michael@0 | 3491 | <string key="220.IBEditorWindowLastContentRect">{{753, 217}, {238, 103}}</string> |
michael@0 | 3492 | <string key="220.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3493 | <integer value="1" key="220.ImportedFromIB2"/> |
michael@0 | 3494 | <string key="220.editorWindowContentRectSynchronizationRect">{{608, 612}, {241, 103}}</string> |
michael@0 | 3495 | <string key="221.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3496 | <integer value="1" key="221.ImportedFromIB2"/> |
michael@0 | 3497 | <string key="23.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3498 | <integer value="1" key="23.ImportedFromIB2"/> |
michael@0 | 3499 | <string key="236.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3500 | <integer value="1" key="236.ImportedFromIB2"/> |
michael@0 | 3501 | <string key="239.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3502 | <integer value="1" key="239.ImportedFromIB2"/> |
michael@0 | 3503 | <string key="24.IBEditorWindowLastContentRect">{{707, 406}, {194, 93}}</string> |
michael@0 | 3504 | <string key="24.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3505 | <integer value="1" key="24.ImportedFromIB2"/> |
michael@0 | 3506 | <string key="24.editorWindowContentRectSynchronizationRect">{{525, 802}, {197, 73}}</string> |
michael@0 | 3507 | <string key="29.IBEditorWindowLastContentRect">{{354, 499}, {485, 20}}</string> |
michael@0 | 3508 | <string key="29.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3509 | <integer value="1" key="29.ImportedFromIB2"/> |
michael@0 | 3510 | <string key="29.WindowOrigin">{74, 862}</string> |
michael@0 | 3511 | <string key="29.editorWindowContentRectSynchronizationRect">{{6, 978}, {478, 20}}</string> |
michael@0 | 3512 | <string key="295.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3513 | <string key="296.IBEditorWindowLastContentRect">{{591, 436}, {276, 63}}</string> |
michael@0 | 3514 | <string key="296.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3515 | <string key="296.editorWindowContentRectSynchronizationRect">{{475, 832}, {234, 43}}</string> |
michael@0 | 3516 | <string key="297.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3517 | <string key="298.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3518 | <string key="346.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3519 | <integer value="1" key="346.ImportedFromIB2"/> |
michael@0 | 3520 | <string key="348.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3521 | <integer value="1" key="348.ImportedFromIB2"/> |
michael@0 | 3522 | <string key="349.IBEditorWindowLastContentRect">{{746, 287}, {220, 133}}</string> |
michael@0 | 3523 | <string key="349.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3524 | <integer value="1" key="349.ImportedFromIB2"/> |
michael@0 | 3525 | <string key="349.editorWindowContentRectSynchronizationRect">{{608, 612}, {215, 63}}</string> |
michael@0 | 3526 | <string key="350.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3527 | <integer value="1" key="350.ImportedFromIB2"/> |
michael@0 | 3528 | <string key="351.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3529 | <integer value="1" key="351.ImportedFromIB2"/> |
michael@0 | 3530 | <string key="354.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3531 | <integer value="1" key="354.ImportedFromIB2"/> |
michael@0 | 3532 | <string key="371.IBEditorWindowLastContentRect">{{254, 23}, {640, 480}}</string> |
michael@0 | 3533 | <string key="371.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3534 | <string key="371.IBWindowTemplateEditedContentRect">{{254, 23}, {640, 480}}</string> |
michael@0 | 3535 | <integer value="1" key="371.NSWindowTemplate.visibleAtLaunch"/> |
michael@0 | 3536 | <string key="371.editorWindowContentRectSynchronizationRect">{{33, 99}, {480, 360}}</string> |
michael@0 | 3537 | <string key="371.windowTemplate.maxSize">{3.40282e+38, 3.40282e+38}</string> |
michael@0 | 3538 | <string key="371.windowTemplate.minSize">{0, 0}</string> |
michael@0 | 3539 | <string key="372.CustomClassName">SkSampleNSView</string> |
michael@0 | 3540 | <string key="372.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3541 | <object class="NSAffineTransform" key="372.IBViewBoundsToFrameTransform"/> |
michael@0 | 3542 | <string key="375.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3543 | <string key="376.IBEditorWindowLastContentRect">{{591, 456}, {83, 43}}</string> |
michael@0 | 3544 | <string key="376.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3545 | <string key="377.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3546 | <string key="388.IBEditorWindowLastContentRect">{{523, 2}, {178, 283}}</string> |
michael@0 | 3547 | <string key="388.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3548 | <string key="389.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3549 | <string key="390.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3550 | <string key="391.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3551 | <string key="392.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3552 | <string key="393.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3553 | <string key="394.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3554 | <string key="395.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3555 | <string key="396.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3556 | <string key="397.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3557 | <string key="398.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3558 | <string key="399.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3559 | <string key="400.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3560 | <string key="401.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3561 | <string key="402.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3562 | <string key="403.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3563 | <string key="404.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3564 | <string key="405.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3565 | <string key="406.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3566 | <string key="407.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3567 | <string key="408.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3568 | <string key="409.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3569 | <string key="410.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3570 | <string key="411.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3571 | <string key="412.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3572 | <string key="413.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3573 | <string key="414.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3574 | <string key="415.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3575 | <string key="416.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3576 | <string key="417.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3577 | <string key="418.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3578 | <string key="419.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3579 | <string key="450.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3580 | <string key="451.IBEditorWindowLastContentRect">{{753, 197}, {170, 63}}</string> |
michael@0 | 3581 | <string key="451.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3582 | <string key="452.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3583 | <string key="453.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3584 | <string key="454.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3585 | <string key="457.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3586 | <string key="459.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3587 | <string key="460.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3588 | <string key="462.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3589 | <string key="465.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3590 | <string key="466.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3591 | <string key="485.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3592 | <string key="490.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3593 | <string key="491.IBEditorWindowLastContentRect">{{778, 476}, {221, 23}}</string> |
michael@0 | 3594 | <string key="491.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3595 | <string key="492.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3596 | <string key="496.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3597 | <string key="497.IBEditorWindowLastContentRect">{{674, 260}, {204, 183}}</string> |
michael@0 | 3598 | <string key="497.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3599 | <string key="498.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3600 | <string key="499.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3601 | <string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3602 | <integer value="1" key="5.ImportedFromIB2"/> |
michael@0 | 3603 | <string key="500.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3604 | <string key="501.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3605 | <string key="502.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3606 | <string key="503.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3607 | <string key="504.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3608 | <string key="505.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3609 | <string key="506.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3610 | <string key="507.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3611 | <string key="508.IBEditorWindowLastContentRect">{{878, 180}, {164, 173}}</string> |
michael@0 | 3612 | <string key="508.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3613 | <string key="509.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3614 | <string key="510.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3615 | <string key="511.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3616 | <string key="512.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3617 | <string key="513.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3618 | <string key="514.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3619 | <string key="515.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3620 | <string key="516.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3621 | <string key="517.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3622 | <string key="538.IBEditorWindowLastContentRect">{{136, 685}, {341, 321}}</string> |
michael@0 | 3623 | <string key="538.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3624 | <string key="539.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3625 | <string key="56.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3626 | <integer value="1" key="56.ImportedFromIB2"/> |
michael@0 | 3627 | <string key="57.IBEditorWindowLastContentRect">{{366, 286}, {254, 213}}</string> |
michael@0 | 3628 | <string key="57.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3629 | <integer value="1" key="57.ImportedFromIB2"/> |
michael@0 | 3630 | <string key="57.editorWindowContentRectSynchronizationRect">{{23, 794}, {245, 183}}</string> |
michael@0 | 3631 | <string key="58.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3632 | <integer value="1" key="58.ImportedFromIB2"/> |
michael@0 | 3633 | <string key="629.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3634 | <object class="NSAffineTransform" key="629.IBViewBoundsToFrameTransform"> |
michael@0 | 3635 | <bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAw5+AAA</bytes> |
michael@0 | 3636 | </object> |
michael@0 | 3637 | <string key="630.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3638 | <string key="631.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3639 | <string key="632.CustomClassName">SkOptionsTableView</string> |
michael@0 | 3640 | <string key="632.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3641 | <object class="NSAffineTransform" key="632.IBViewBoundsToFrameTransform"/> |
michael@0 | 3642 | <string key="634.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3643 | <string key="635.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3644 | <string key="637.CustomClassName">SkTextFieldCell</string> |
michael@0 | 3645 | <string key="637.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3646 | <string key="661.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3647 | <string key="698.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3648 | <string key="705.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3649 | <string key="706.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3650 | <string key="718.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3651 | <string key="72.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3652 | <integer value="1" key="72.ImportedFromIB2"/> |
michael@0 | 3653 | <string key="720.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3654 | <string key="73.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3655 | <integer value="1" key="73.ImportedFromIB2"/> |
michael@0 | 3656 | <string key="74.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3657 | <integer value="1" key="74.ImportedFromIB2"/> |
michael@0 | 3658 | <string key="75.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3659 | <integer value="1" key="75.ImportedFromIB2"/> |
michael@0 | 3660 | <string key="77.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3661 | <integer value="1" key="77.ImportedFromIB2"/> |
michael@0 | 3662 | <string key="78.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3663 | <integer value="1" key="78.ImportedFromIB2"/> |
michael@0 | 3664 | <string key="79.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3665 | <integer value="1" key="79.ImportedFromIB2"/> |
michael@0 | 3666 | <string key="80.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3667 | <integer value="1" key="80.ImportedFromIB2"/> |
michael@0 | 3668 | <string key="81.IBEditorWindowLastContentRect">{{505, 296}, {196, 203}}</string> |
michael@0 | 3669 | <string key="81.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3670 | <integer value="1" key="81.ImportedFromIB2"/> |
michael@0 | 3671 | <string key="81.editorWindowContentRectSynchronizationRect">{{145, 474}, {199, 203}}</string> |
michael@0 | 3672 | <string key="82.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3673 | <integer value="1" key="82.ImportedFromIB2"/> |
michael@0 | 3674 | <string key="83.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3675 | <integer value="1" key="83.ImportedFromIB2"/> |
michael@0 | 3676 | <string key="92.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> |
michael@0 | 3677 | <integer value="1" key="92.ImportedFromIB2"/> |
michael@0 | 3678 | </dictionary> |
michael@0 | 3679 | <dictionary class="NSMutableDictionary" key="unlocalizedProperties"/> |
michael@0 | 3680 | <nil key="activeLocalization"/> |
michael@0 | 3681 | <dictionary class="NSMutableDictionary" key="localizations"/> |
michael@0 | 3682 | <nil key="sourceID"/> |
michael@0 | 3683 | <int key="maxID">721</int> |
michael@0 | 3684 | </object> |
michael@0 | 3685 | <object class="IBClassDescriber" key="IBDocument.Classes"> |
michael@0 | 3686 | <array class="NSMutableArray" key="referencedPartialClassDescriptions"> |
michael@0 | 3687 | <object class="IBPartialClassDescription"> |
michael@0 | 3688 | <string key="className">SampleAppDelegate</string> |
michael@0 | 3689 | <string key="superclassName">NSObject</string> |
michael@0 | 3690 | <object class="NSMutableDictionary" key="actions"> |
michael@0 | 3691 | <string key="NS.key.0">toiPadSize:</string> |
michael@0 | 3692 | <string key="NS.object.0">id</string> |
michael@0 | 3693 | </object> |
michael@0 | 3694 | <object class="NSMutableDictionary" key="actionInfosByName"> |
michael@0 | 3695 | <string key="NS.key.0">toiPadSize:</string> |
michael@0 | 3696 | <object class="IBActionInfo" key="NS.object.0"> |
michael@0 | 3697 | <string key="name">toiPadSize:</string> |
michael@0 | 3698 | <string key="candidateClassName">id</string> |
michael@0 | 3699 | </object> |
michael@0 | 3700 | </object> |
michael@0 | 3701 | <dictionary class="NSMutableDictionary" key="outlets"> |
michael@0 | 3702 | <string key="fOptions">SkOptionsTableView</string> |
michael@0 | 3703 | <string key="fView">SkNSView</string> |
michael@0 | 3704 | <string key="fWindow">NSWindow</string> |
michael@0 | 3705 | </dictionary> |
michael@0 | 3706 | <dictionary class="NSMutableDictionary" key="toOneOutletInfosByName"> |
michael@0 | 3707 | <object class="IBToOneOutletInfo" key="fOptions"> |
michael@0 | 3708 | <string key="name">fOptions</string> |
michael@0 | 3709 | <string key="candidateClassName">SkOptionsTableView</string> |
michael@0 | 3710 | </object> |
michael@0 | 3711 | <object class="IBToOneOutletInfo" key="fView"> |
michael@0 | 3712 | <string key="name">fView</string> |
michael@0 | 3713 | <string key="candidateClassName">SkNSView</string> |
michael@0 | 3714 | </object> |
michael@0 | 3715 | <object class="IBToOneOutletInfo" key="fWindow"> |
michael@0 | 3716 | <string key="name">fWindow</string> |
michael@0 | 3717 | <string key="candidateClassName">NSWindow</string> |
michael@0 | 3718 | </object> |
michael@0 | 3719 | </dictionary> |
michael@0 | 3720 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3721 | <string key="majorKey">IBProjectSource</string> |
michael@0 | 3722 | <string key="minorKey">../../src/utils/mac/SampleAppDelegate.h</string> |
michael@0 | 3723 | </object> |
michael@0 | 3724 | </object> |
michael@0 | 3725 | <object class="IBPartialClassDescription"> |
michael@0 | 3726 | <string key="className">SkNSView</string> |
michael@0 | 3727 | <string key="superclassName">NSView</string> |
michael@0 | 3728 | <object class="NSMutableDictionary" key="outlets"> |
michael@0 | 3729 | <string key="NS.key.0">fOptionsDelegate</string> |
michael@0 | 3730 | <string key="NS.object.0">id</string> |
michael@0 | 3731 | </object> |
michael@0 | 3732 | <object class="NSMutableDictionary" key="toOneOutletInfosByName"> |
michael@0 | 3733 | <string key="NS.key.0">fOptionsDelegate</string> |
michael@0 | 3734 | <object class="IBToOneOutletInfo" key="NS.object.0"> |
michael@0 | 3735 | <string key="name">fOptionsDelegate</string> |
michael@0 | 3736 | <string key="candidateClassName">id</string> |
michael@0 | 3737 | </object> |
michael@0 | 3738 | </object> |
michael@0 | 3739 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3740 | <string key="majorKey">IBProjectSource</string> |
michael@0 | 3741 | <string key="minorKey">../../src/utils/mac/SkNSView.h</string> |
michael@0 | 3742 | </object> |
michael@0 | 3743 | </object> |
michael@0 | 3744 | <object class="IBPartialClassDescription"> |
michael@0 | 3745 | <string key="className">SkOptionsTableView</string> |
michael@0 | 3746 | <string key="superclassName">NSTableView</string> |
michael@0 | 3747 | <object class="NSMutableDictionary" key="actions"> |
michael@0 | 3748 | <string key="NS.key.0">toggleKeyEquivalents:</string> |
michael@0 | 3749 | <string key="NS.object.0">id</string> |
michael@0 | 3750 | </object> |
michael@0 | 3751 | <object class="NSMutableDictionary" key="actionInfosByName"> |
michael@0 | 3752 | <string key="NS.key.0">toggleKeyEquivalents:</string> |
michael@0 | 3753 | <object class="IBActionInfo" key="NS.object.0"> |
michael@0 | 3754 | <string key="name">toggleKeyEquivalents:</string> |
michael@0 | 3755 | <string key="candidateClassName">id</string> |
michael@0 | 3756 | </object> |
michael@0 | 3757 | </object> |
michael@0 | 3758 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3759 | <string key="majorKey">IBProjectSource</string> |
michael@0 | 3760 | <string key="minorKey">../../src/utils/mac/SkOptionsTableView.h</string> |
michael@0 | 3761 | </object> |
michael@0 | 3762 | </object> |
michael@0 | 3763 | <object class="IBPartialClassDescription"> |
michael@0 | 3764 | <string key="className">SkSampleNSView</string> |
michael@0 | 3765 | <string key="superclassName">SkNSView</string> |
michael@0 | 3766 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3767 | <string key="majorKey">IBProjectSource</string> |
michael@0 | 3768 | <string key="minorKey">../../src/utils/mac/SkSampleNSView.h</string> |
michael@0 | 3769 | </object> |
michael@0 | 3770 | </object> |
michael@0 | 3771 | <object class="IBPartialClassDescription"> |
michael@0 | 3772 | <string key="className">SkTextFieldCell</string> |
michael@0 | 3773 | <string key="superclassName">NSTextFieldCell</string> |
michael@0 | 3774 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3775 | <string key="majorKey">IBProjectSource</string> |
michael@0 | 3776 | <string key="minorKey">../../src/utils/mac/SkTextFieldCell.h</string> |
michael@0 | 3777 | </object> |
michael@0 | 3778 | </object> |
michael@0 | 3779 | </array> |
michael@0 | 3780 | <array class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+"> |
michael@0 | 3781 | <object class="IBPartialClassDescription"> |
michael@0 | 3782 | <string key="className">NSFormatter</string> |
michael@0 | 3783 | <string key="superclassName">NSObject</string> |
michael@0 | 3784 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3785 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3786 | <string key="minorKey">Foundation.framework/Headers/NSFormatter.h</string> |
michael@0 | 3787 | </object> |
michael@0 | 3788 | </object> |
michael@0 | 3789 | <object class="IBPartialClassDescription"> |
michael@0 | 3790 | <string key="className">NSObject</string> |
michael@0 | 3791 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3792 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3793 | <string key="minorKey">Foundation.framework/Headers/NSArchiver.h</string> |
michael@0 | 3794 | </object> |
michael@0 | 3795 | </object> |
michael@0 | 3796 | <object class="IBPartialClassDescription"> |
michael@0 | 3797 | <string key="className">NSObject</string> |
michael@0 | 3798 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3799 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3800 | <string key="minorKey">Foundation.framework/Headers/NSClassDescription.h</string> |
michael@0 | 3801 | </object> |
michael@0 | 3802 | </object> |
michael@0 | 3803 | <object class="IBPartialClassDescription"> |
michael@0 | 3804 | <string key="className">NSObject</string> |
michael@0 | 3805 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3806 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3807 | <string key="minorKey">Foundation.framework/Headers/NSError.h</string> |
michael@0 | 3808 | </object> |
michael@0 | 3809 | </object> |
michael@0 | 3810 | <object class="IBPartialClassDescription"> |
michael@0 | 3811 | <string key="className">NSObject</string> |
michael@0 | 3812 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3813 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3814 | <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> |
michael@0 | 3815 | </object> |
michael@0 | 3816 | </object> |
michael@0 | 3817 | <object class="IBPartialClassDescription"> |
michael@0 | 3818 | <string key="className">NSObject</string> |
michael@0 | 3819 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3820 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3821 | <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> |
michael@0 | 3822 | </object> |
michael@0 | 3823 | </object> |
michael@0 | 3824 | <object class="IBPartialClassDescription"> |
michael@0 | 3825 | <string key="className">NSObject</string> |
michael@0 | 3826 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3827 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3828 | <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> |
michael@0 | 3829 | </object> |
michael@0 | 3830 | </object> |
michael@0 | 3831 | <object class="IBPartialClassDescription"> |
michael@0 | 3832 | <string key="className">NSObject</string> |
michael@0 | 3833 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3834 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3835 | <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> |
michael@0 | 3836 | </object> |
michael@0 | 3837 | </object> |
michael@0 | 3838 | <object class="IBPartialClassDescription"> |
michael@0 | 3839 | <string key="className">NSObject</string> |
michael@0 | 3840 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3841 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3842 | <string key="minorKey">Foundation.framework/Headers/NSObject.h</string> |
michael@0 | 3843 | </object> |
michael@0 | 3844 | </object> |
michael@0 | 3845 | <object class="IBPartialClassDescription"> |
michael@0 | 3846 | <string key="className">NSObject</string> |
michael@0 | 3847 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3848 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3849 | <string key="minorKey">Foundation.framework/Headers/NSObjectScripting.h</string> |
michael@0 | 3850 | </object> |
michael@0 | 3851 | </object> |
michael@0 | 3852 | <object class="IBPartialClassDescription"> |
michael@0 | 3853 | <string key="className">NSObject</string> |
michael@0 | 3854 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3855 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3856 | <string key="minorKey">Foundation.framework/Headers/NSPortCoder.h</string> |
michael@0 | 3857 | </object> |
michael@0 | 3858 | </object> |
michael@0 | 3859 | <object class="IBPartialClassDescription"> |
michael@0 | 3860 | <string key="className">NSObject</string> |
michael@0 | 3861 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3862 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3863 | <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> |
michael@0 | 3864 | </object> |
michael@0 | 3865 | </object> |
michael@0 | 3866 | <object class="IBPartialClassDescription"> |
michael@0 | 3867 | <string key="className">NSObject</string> |
michael@0 | 3868 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3869 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3870 | <string key="minorKey">Foundation.framework/Headers/NSScriptClassDescription.h</string> |
michael@0 | 3871 | </object> |
michael@0 | 3872 | </object> |
michael@0 | 3873 | <object class="IBPartialClassDescription"> |
michael@0 | 3874 | <string key="className">NSObject</string> |
michael@0 | 3875 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3876 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3877 | <string key="minorKey">Foundation.framework/Headers/NSScriptKeyValueCoding.h</string> |
michael@0 | 3878 | </object> |
michael@0 | 3879 | </object> |
michael@0 | 3880 | <object class="IBPartialClassDescription"> |
michael@0 | 3881 | <string key="className">NSObject</string> |
michael@0 | 3882 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3883 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3884 | <string key="minorKey">Foundation.framework/Headers/NSScriptObjectSpecifiers.h</string> |
michael@0 | 3885 | </object> |
michael@0 | 3886 | </object> |
michael@0 | 3887 | <object class="IBPartialClassDescription"> |
michael@0 | 3888 | <string key="className">NSObject</string> |
michael@0 | 3889 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3890 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3891 | <string key="minorKey">Foundation.framework/Headers/NSScriptWhoseTests.h</string> |
michael@0 | 3892 | </object> |
michael@0 | 3893 | </object> |
michael@0 | 3894 | <object class="IBPartialClassDescription"> |
michael@0 | 3895 | <string key="className">NSObject</string> |
michael@0 | 3896 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3897 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3898 | <string key="minorKey">Foundation.framework/Headers/NSThread.h</string> |
michael@0 | 3899 | </object> |
michael@0 | 3900 | </object> |
michael@0 | 3901 | <object class="IBPartialClassDescription"> |
michael@0 | 3902 | <string key="className">NSObject</string> |
michael@0 | 3903 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3904 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3905 | <string key="minorKey">Foundation.framework/Headers/NSURL.h</string> |
michael@0 | 3906 | </object> |
michael@0 | 3907 | </object> |
michael@0 | 3908 | <object class="IBPartialClassDescription"> |
michael@0 | 3909 | <string key="className">NSObject</string> |
michael@0 | 3910 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3911 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3912 | <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string> |
michael@0 | 3913 | </object> |
michael@0 | 3914 | </object> |
michael@0 | 3915 | <object class="IBPartialClassDescription"> |
michael@0 | 3916 | <string key="className">NSObject</string> |
michael@0 | 3917 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3918 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3919 | <string key="minorKey">Foundation.framework/Headers/NSURLDownload.h</string> |
michael@0 | 3920 | </object> |
michael@0 | 3921 | </object> |
michael@0 | 3922 | <object class="IBPartialClassDescription"> |
michael@0 | 3923 | <string key="className">NSObject</string> |
michael@0 | 3924 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3925 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3926 | <string key="minorKey">PrintCore.framework/Headers/PDEPluginInterface.h</string> |
michael@0 | 3927 | </object> |
michael@0 | 3928 | </object> |
michael@0 | 3929 | <object class="IBPartialClassDescription"> |
michael@0 | 3930 | <string key="className">NSObject</string> |
michael@0 | 3931 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3932 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3933 | <string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string> |
michael@0 | 3934 | </object> |
michael@0 | 3935 | </object> |
michael@0 | 3936 | <object class="IBPartialClassDescription"> |
michael@0 | 3937 | <string key="className">NSObject</string> |
michael@0 | 3938 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3939 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3940 | <string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string> |
michael@0 | 3941 | </object> |
michael@0 | 3942 | </object> |
michael@0 | 3943 | <object class="IBPartialClassDescription"> |
michael@0 | 3944 | <string key="className">NSObject</string> |
michael@0 | 3945 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
michael@0 | 3946 | <string key="majorKey">IBFrameworkSource</string> |
michael@0 | 3947 | <string key="minorKey">QuartzCore.framework/Headers/CIImageProvider.h</string> |
michael@0 | 3948 | </object> |
michael@0 | 3949 | </object> |
michael@0 | 3950 | </array> |
michael@0 | 3951 | </object> |
michael@0 | 3952 | <int key="IBDocument.localizationMode">0</int> |
michael@0 | 3953 | <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string> |
michael@0 | 3954 | <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> |
michael@0 | 3955 | <string key="IBDocument.LastKnownRelativeProjectPath">../../../out/gyp/SampleApp.xcodeproj</string> |
michael@0 | 3956 | <int key="IBDocument.defaultPropertyAccessControl">3</int> |
michael@0 | 3957 | <dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes"> |
michael@0 | 3958 | <string key="NSMenuCheckmark">{9, 8}</string> |
michael@0 | 3959 | <string key="NSMenuMixedState">{7, 2}</string> |
michael@0 | 3960 | </dictionary> |
michael@0 | 3961 | </data> |
michael@0 | 3962 | </archive> |