BathyScapheのSQLiteデータベース内を覗くアプリ
Révision | c5cbcdd0fa257327a0f792df0f709ecf2683297c (tree) |
---|---|
l'heure | 2011-12-03 14:04:59 |
Auteur | masakih <masakih@user...> |
Commiter | masakih |
nibをxibに変更。
git-svn-id: svn+ssh://macmini/usr/local/svnrepos/BSDBViewer/BSDBViewer@18 477addb1-df5c-4826-a637-c2b1bdcd60d4
@@ -7,7 +7,6 @@ | ||
7 | 7 | objects = { |
8 | 8 | |
9 | 9 | /* Begin PBXBuildFile section */ |
10 | - 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; | |
11 | 10 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; |
12 | 11 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; |
13 | 12 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; |
@@ -16,6 +15,7 @@ | ||
16 | 15 | F46C0E820DFC1AC100C1CDCC /* BSDBViewer.m in Sources */ = {isa = PBXBuildFile; fileRef = F46C0E7F0DFC1AC100C1CDCC /* BSDBViewer.m */; }; |
17 | 16 | F46C0E910DFD72C600C1CDCC /* SQLiteDB.m in Sources */ = {isa = PBXBuildFile; fileRef = F46C0E8E0DFD72C600C1CDCC /* SQLiteDB.m */; }; |
18 | 17 | F46C0E940DFD72EB00C1CDCC /* libsqlite.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F46C0E930DFD72EB00C1CDCC /* libsqlite.a */; }; |
18 | + F4AE376E1489E4F50048ED73 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4AE376C1489E4F50048ED73 /* MainMenu.xib */; }; | |
19 | 19 | /* End PBXBuildFile section */ |
20 | 20 | |
21 | 21 | /* Begin PBXFileReference section */ |
@@ -23,7 +23,6 @@ | ||
23 | 23 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; |
24 | 24 | 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; }; |
25 | 25 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
26 | - 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; }; | |
27 | 26 | 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; |
28 | 27 | 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; |
29 | 28 | 32CA4F630368D1EE00C91783 /* BSDBViewer_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSDBViewer_Prefix.pch; sourceTree = "<group>"; }; |
@@ -43,6 +42,7 @@ | ||
43 | 42 | F46C0F040DFFFF3000C1CDCC /* UTILDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UTILDescription.h; sourceTree = "<group>"; }; |
44 | 43 | F46C0F050DFFFF3000C1CDCC /* UTILError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UTILError.h; sourceTree = "<group>"; }; |
45 | 44 | F46C0F060DFFFF3000C1CDCC /* UTILKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UTILKit.h; sourceTree = "<group>"; }; |
45 | + F4AE376D1489E4F50048ED73 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; }; | |
46 | 46 | /* End PBXFileReference section */ |
47 | 47 | |
48 | 48 | /* Begin PBXFrameworksBuildPhase section */ |
@@ -125,7 +125,7 @@ | ||
125 | 125 | children = ( |
126 | 126 | 8D1107310486CEB800E47090 /* Info.plist */, |
127 | 127 | 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, |
128 | - 29B97318FDCFA39411CA2CEA /* MainMenu.nib */, | |
128 | + F4AE376C1489E4F50048ED73 /* MainMenu.xib */, | |
129 | 129 | ); |
130 | 130 | name = Resources; |
131 | 131 | sourceTree = "<group>"; |
@@ -196,6 +196,7 @@ | ||
196 | 196 | hasScannedForEncodings = 1; |
197 | 197 | knownRegions = ( |
198 | 198 | en, |
199 | + English, | |
199 | 200 | ); |
200 | 201 | mainGroup = 29B97314FDCFA39411CA2CEA /* BSDBViewer */; |
201 | 202 | projectDirPath = ""; |
@@ -211,8 +212,8 @@ | ||
211 | 212 | isa = PBXResourcesBuildPhase; |
212 | 213 | buildActionMask = 2147483647; |
213 | 214 | files = ( |
214 | - 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */, | |
215 | 215 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, |
216 | + F4AE376E1489E4F50048ED73 /* MainMenu.xib in Resources */, | |
216 | 217 | ); |
217 | 218 | runOnlyForDeploymentPostprocessing = 0; |
218 | 219 | }; |
@@ -242,12 +243,12 @@ | ||
242 | 243 | name = InfoPlist.strings; |
243 | 244 | sourceTree = "<group>"; |
244 | 245 | }; |
245 | - 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = { | |
246 | + F4AE376C1489E4F50048ED73 /* MainMenu.xib */ = { | |
246 | 247 | isa = PBXVariantGroup; |
247 | 248 | children = ( |
248 | - 29B97319FDCFA39411CA2CEA /* English */, | |
249 | + F4AE376D1489E4F50048ED73 /* English */, | |
249 | 250 | ); |
250 | - name = MainMenu.nib; | |
251 | + name = MainMenu.xib; | |
251 | 252 | sourceTree = "<group>"; |
252 | 253 | }; |
253 | 254 | /* End PBXVariantGroup section */ |
@@ -1,87 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | -<plist version="1.0"> | |
4 | -<dict> | |
5 | - <key>IBClasses</key> | |
6 | - <array> | |
7 | - <dict> | |
8 | - <key>ACTIONS</key> | |
9 | - <dict> | |
10 | - <key>update</key> | |
11 | - <string>id</string> | |
12 | - </dict> | |
13 | - <key>CLASS</key> | |
14 | - <string>BSDBThreadSource</string> | |
15 | - <key>LANGUAGE</key> | |
16 | - <string>ObjC</string> | |
17 | - <key>OUTLETS</key> | |
18 | - <dict> | |
19 | - <key>delegate</key> | |
20 | - <string>id</string> | |
21 | - </dict> | |
22 | - <key>SUPERCLASS</key> | |
23 | - <string>NSObject</string> | |
24 | - </dict> | |
25 | - <dict> | |
26 | - <key>ACTIONS</key> | |
27 | - <dict> | |
28 | - <key>update</key> | |
29 | - <string>id</string> | |
30 | - </dict> | |
31 | - <key>CLASS</key> | |
32 | - <string>BSDBBoardSource</string> | |
33 | - <key>LANGUAGE</key> | |
34 | - <string>ObjC</string> | |
35 | - <key>OUTLETS</key> | |
36 | - <dict> | |
37 | - <key>delegate</key> | |
38 | - <string>id</string> | |
39 | - </dict> | |
40 | - <key>SUPERCLASS</key> | |
41 | - <string>NSObject</string> | |
42 | - </dict> | |
43 | - <dict> | |
44 | - <key>ACTIONS</key> | |
45 | - <dict> | |
46 | - <key>deleteThreadInfo</key> | |
47 | - <string>id</string> | |
48 | - <key>openInBathyScaphe</key> | |
49 | - <string>id</string> | |
50 | - <key>showThreadInfo</key> | |
51 | - <string>id</string> | |
52 | - </dict> | |
53 | - <key>CLASS</key> | |
54 | - <string>BSDBViewer</string> | |
55 | - <key>LANGUAGE</key> | |
56 | - <string>ObjC</string> | |
57 | - <key>OUTLETS</key> | |
58 | - <dict> | |
59 | - <key>boardArrayController</key> | |
60 | - <string>id</string> | |
61 | - <key>boardSource</key> | |
62 | - <string>id</string> | |
63 | - <key>boardView</key> | |
64 | - <string>id</string> | |
65 | - <key>threadArrayController</key> | |
66 | - <string>id</string> | |
67 | - <key>threadSource</key> | |
68 | - <string>id</string> | |
69 | - <key>threadView</key> | |
70 | - <string>id</string> | |
71 | - <key>window</key> | |
72 | - <string>id</string> | |
73 | - </dict> | |
74 | - <key>SUPERCLASS</key> | |
75 | - <string>NSObject</string> | |
76 | - </dict> | |
77 | - <dict> | |
78 | - <key>CLASS</key> | |
79 | - <string>NSObject</string> | |
80 | - <key>LANGUAGE</key> | |
81 | - <string>ObjC</string> | |
82 | - </dict> | |
83 | - </array> | |
84 | - <key>IBVersion</key> | |
85 | - <string>1</string> | |
86 | -</dict> | |
87 | -</plist> |
@@ -1,20 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | -<plist version="1.0"> | |
4 | -<dict> | |
5 | - <key>IBFramework Version</key> | |
6 | - <string>629</string> | |
7 | - <key>IBLastKnownRelativeProjectPath</key> | |
8 | - <string>../../BSDBViewer.xcodeproj</string> | |
9 | - <key>IBOldestOS</key> | |
10 | - <integer>5</integer> | |
11 | - <key>IBOpenObjects</key> | |
12 | - <array> | |
13 | - <integer>545</integer> | |
14 | - </array> | |
15 | - <key>IBSystem Version</key> | |
16 | - <string>9D34</string> | |
17 | - <key>targetFramework</key> | |
18 | - <string>IBCocoaFramework</string> | |
19 | -</dict> | |
20 | -</plist> |
@@ -0,0 +1,4310 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00"> | |
3 | + <data> | |
4 | + <int key="IBDocument.SystemTarget">1050</int> | |
5 | + <string key="IBDocument.SystemVersion">11C74</string> | |
6 | + <string key="IBDocument.InterfaceBuilderVersion">1938</string> | |
7 | + <string key="IBDocument.AppKitVersion">1138.23</string> | |
8 | + <string key="IBDocument.HIToolboxVersion">567.00</string> | |
9 | + <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> | |
10 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
11 | + <string key="NS.object.0">1938</string> | |
12 | + </object> | |
13 | + <array key="IBDocument.IntegratedClassDependencies"> | |
14 | + <string>NSMenu</string> | |
15 | + <string>NSButton</string> | |
16 | + <string>NSCustomObject</string> | |
17 | + <string>NSArrayController</string> | |
18 | + <string>NSSplitView</string> | |
19 | + <string>NSTableView</string> | |
20 | + <string>NSDateFormatter</string> | |
21 | + <string>NSSearchField</string> | |
22 | + <string>NSTextField</string> | |
23 | + <string>NSNumberFormatter</string> | |
24 | + <string>NSSearchFieldCell</string> | |
25 | + <string>NSWindowTemplate</string> | |
26 | + <string>NSTextFieldCell</string> | |
27 | + <string>NSButtonCell</string> | |
28 | + <string>NSTableColumn</string> | |
29 | + <string>NSView</string> | |
30 | + <string>NSScrollView</string> | |
31 | + <string>NSProgressIndicator</string> | |
32 | + <string>NSMenuItem</string> | |
33 | + <string>NSScroller</string> | |
34 | + <string>NSTableHeaderView</string> | |
35 | + </array> | |
36 | + <array key="IBDocument.PluginDependencies"> | |
37 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
38 | + </array> | |
39 | + <object class="NSMutableDictionary" key="IBDocument.Metadata"> | |
40 | + <string key="NS.key.0">PluginDependencyRecalculationVersion</string> | |
41 | + <integer value="1" key="NS.object.0"/> | |
42 | + </object> | |
43 | + <array class="NSMutableArray" key="IBDocument.RootObjects" id="79101471"> | |
44 | + <object class="NSCustomObject" id="11100172"> | |
45 | + <string key="NSClassName">NSApplication</string> | |
46 | + </object> | |
47 | + <object class="NSCustomObject" id="310674696"> | |
48 | + <string key="NSClassName">FirstResponder</string> | |
49 | + </object> | |
50 | + <object class="NSCustomObject" id="366105538"> | |
51 | + <string key="NSClassName">NSApplication</string> | |
52 | + </object> | |
53 | + <object class="NSMenu" id="88922337"> | |
54 | + <string key="NSTitle">AMainMenu</string> | |
55 | + <array class="NSMutableArray" key="NSMenuItems"> | |
56 | + <object class="NSMenuItem" id="230334252"> | |
57 | + <reference key="NSMenu" ref="88922337"/> | |
58 | + <string key="NSTitle">BSDBViewer</string> | |
59 | + <string key="NSKeyEquiv"/> | |
60 | + <int key="NSKeyEquivModMask">1048576</int> | |
61 | + <int key="NSMnemonicLoc">2147483647</int> | |
62 | + <object class="NSCustomResource" key="NSOnImage" id="705377678"> | |
63 | + <string key="NSClassName">NSImage</string> | |
64 | + <string key="NSResourceName">NSMenuCheckmark</string> | |
65 | + </object> | |
66 | + <object class="NSCustomResource" key="NSMixedImage" id="95868564"> | |
67 | + <string key="NSClassName">NSImage</string> | |
68 | + <string key="NSResourceName">NSMenuMixedState</string> | |
69 | + </object> | |
70 | + <string key="NSAction">submenuAction:</string> | |
71 | + <object class="NSMenu" key="NSSubmenu" id="565512492"> | |
72 | + <string key="NSTitle">BSDBViewer</string> | |
73 | + <array class="NSMutableArray" key="NSMenuItems"> | |
74 | + <object class="NSMenuItem" id="225528753"> | |
75 | + <reference key="NSMenu" ref="565512492"/> | |
76 | + <string key="NSTitle">About BSDBViewer</string> | |
77 | + <string key="NSKeyEquiv"/> | |
78 | + <int key="NSMnemonicLoc">2147483647</int> | |
79 | + <reference key="NSOnImage" ref="705377678"/> | |
80 | + <reference key="NSMixedImage" ref="95868564"/> | |
81 | + </object> | |
82 | + <object class="NSMenuItem" id="302841056"> | |
83 | + <reference key="NSMenu" ref="565512492"/> | |
84 | + <bool key="NSIsDisabled">YES</bool> | |
85 | + <bool key="NSIsSeparator">YES</bool> | |
86 | + <string key="NSTitle"/> | |
87 | + <string key="NSKeyEquiv"/> | |
88 | + <int key="NSKeyEquivModMask">1048576</int> | |
89 | + <int key="NSMnemonicLoc">2147483647</int> | |
90 | + <reference key="NSOnImage" ref="705377678"/> | |
91 | + <reference key="NSMixedImage" ref="95868564"/> | |
92 | + </object> | |
93 | + <object class="NSMenuItem" id="426114373"> | |
94 | + <reference key="NSMenu" ref="565512492"/> | |
95 | + <string key="NSTitle">Preferences…</string> | |
96 | + <string key="NSKeyEquiv">,</string> | |
97 | + <int key="NSKeyEquivModMask">1048576</int> | |
98 | + <int key="NSMnemonicLoc">2147483647</int> | |
99 | + <reference key="NSOnImage" ref="705377678"/> | |
100 | + <reference key="NSMixedImage" ref="95868564"/> | |
101 | + </object> | |
102 | + <object class="NSMenuItem" id="508688550"> | |
103 | + <reference key="NSMenu" ref="565512492"/> | |
104 | + <bool key="NSIsDisabled">YES</bool> | |
105 | + <bool key="NSIsSeparator">YES</bool> | |
106 | + <string key="NSTitle"/> | |
107 | + <string key="NSKeyEquiv"/> | |
108 | + <int key="NSKeyEquivModMask">1048576</int> | |
109 | + <int key="NSMnemonicLoc">2147483647</int> | |
110 | + <reference key="NSOnImage" ref="705377678"/> | |
111 | + <reference key="NSMixedImage" ref="95868564"/> | |
112 | + </object> | |
113 | + <object class="NSMenuItem" id="934609084"> | |
114 | + <reference key="NSMenu" ref="565512492"/> | |
115 | + <string key="NSTitle">Services</string> | |
116 | + <string key="NSKeyEquiv"/> | |
117 | + <int key="NSKeyEquivModMask">1048576</int> | |
118 | + <int key="NSMnemonicLoc">2147483647</int> | |
119 | + <reference key="NSOnImage" ref="705377678"/> | |
120 | + <reference key="NSMixedImage" ref="95868564"/> | |
121 | + <string key="NSAction">submenuAction:</string> | |
122 | + <object class="NSMenu" key="NSSubmenu" id="64533110"> | |
123 | + <string key="NSTitle">Services</string> | |
124 | + <array class="NSMutableArray" key="NSMenuItems"/> | |
125 | + <string key="NSName">_NSServicesMenu</string> | |
126 | + </object> | |
127 | + </object> | |
128 | + <object class="NSMenuItem" id="316717373"> | |
129 | + <reference key="NSMenu" ref="565512492"/> | |
130 | + <bool key="NSIsDisabled">YES</bool> | |
131 | + <bool key="NSIsSeparator">YES</bool> | |
132 | + <string key="NSTitle"/> | |
133 | + <string key="NSKeyEquiv"/> | |
134 | + <int key="NSKeyEquivModMask">1048576</int> | |
135 | + <int key="NSMnemonicLoc">2147483647</int> | |
136 | + <reference key="NSOnImage" ref="705377678"/> | |
137 | + <reference key="NSMixedImage" ref="95868564"/> | |
138 | + </object> | |
139 | + <object class="NSMenuItem" id="151235779"> | |
140 | + <reference key="NSMenu" ref="565512492"/> | |
141 | + <string key="NSTitle">Hide BSDBViewer</string> | |
142 | + <string key="NSKeyEquiv">h</string> | |
143 | + <int key="NSKeyEquivModMask">1048576</int> | |
144 | + <int key="NSMnemonicLoc">2147483647</int> | |
145 | + <reference key="NSOnImage" ref="705377678"/> | |
146 | + <reference key="NSMixedImage" ref="95868564"/> | |
147 | + </object> | |
148 | + <object class="NSMenuItem" id="494031886"> | |
149 | + <reference key="NSMenu" ref="565512492"/> | |
150 | + <string key="NSTitle">Hide Others</string> | |
151 | + <string key="NSKeyEquiv">h</string> | |
152 | + <int key="NSKeyEquivModMask">1572864</int> | |
153 | + <int key="NSMnemonicLoc">2147483647</int> | |
154 | + <reference key="NSOnImage" ref="705377678"/> | |
155 | + <reference key="NSMixedImage" ref="95868564"/> | |
156 | + </object> | |
157 | + <object class="NSMenuItem" id="343552900"> | |
158 | + <reference key="NSMenu" ref="565512492"/> | |
159 | + <string key="NSTitle">Show All</string> | |
160 | + <string key="NSKeyEquiv"/> | |
161 | + <int key="NSKeyEquivModMask">1048576</int> | |
162 | + <int key="NSMnemonicLoc">2147483647</int> | |
163 | + <reference key="NSOnImage" ref="705377678"/> | |
164 | + <reference key="NSMixedImage" ref="95868564"/> | |
165 | + </object> | |
166 | + <object class="NSMenuItem" id="126357911"> | |
167 | + <reference key="NSMenu" ref="565512492"/> | |
168 | + <bool key="NSIsDisabled">YES</bool> | |
169 | + <bool key="NSIsSeparator">YES</bool> | |
170 | + <string key="NSTitle"/> | |
171 | + <string key="NSKeyEquiv"/> | |
172 | + <int key="NSKeyEquivModMask">1048576</int> | |
173 | + <int key="NSMnemonicLoc">2147483647</int> | |
174 | + <reference key="NSOnImage" ref="705377678"/> | |
175 | + <reference key="NSMixedImage" ref="95868564"/> | |
176 | + </object> | |
177 | + <object class="NSMenuItem" id="930956560"> | |
178 | + <reference key="NSMenu" ref="565512492"/> | |
179 | + <string key="NSTitle">Quit BSDBViewer</string> | |
180 | + <string key="NSKeyEquiv">q</string> | |
181 | + <int key="NSKeyEquivModMask">1048576</int> | |
182 | + <int key="NSMnemonicLoc">2147483647</int> | |
183 | + <reference key="NSOnImage" ref="705377678"/> | |
184 | + <reference key="NSMixedImage" ref="95868564"/> | |
185 | + </object> | |
186 | + </array> | |
187 | + <string key="NSName">_NSAppleMenu</string> | |
188 | + </object> | |
189 | + </object> | |
190 | + <object class="NSMenuItem" id="574291081"> | |
191 | + <reference key="NSMenu" ref="88922337"/> | |
192 | + <string key="NSTitle">File</string> | |
193 | + <string key="NSKeyEquiv"/> | |
194 | + <int key="NSKeyEquivModMask">1048576</int> | |
195 | + <int key="NSMnemonicLoc">2147483647</int> | |
196 | + <reference key="NSOnImage" ref="705377678"/> | |
197 | + <reference key="NSMixedImage" ref="95868564"/> | |
198 | + <string key="NSAction">submenuAction:</string> | |
199 | + <object class="NSMenu" key="NSSubmenu" id="312444351"> | |
200 | + <string key="NSTitle">File</string> | |
201 | + <array class="NSMutableArray" key="NSMenuItems"> | |
202 | + <object class="NSMenuItem" id="978538025"> | |
203 | + <reference key="NSMenu" ref="312444351"/> | |
204 | + <string key="NSTitle">Close</string> | |
205 | + <string key="NSKeyEquiv">w</string> | |
206 | + <int key="NSKeyEquivModMask">1048576</int> | |
207 | + <int key="NSMnemonicLoc">2147483647</int> | |
208 | + <reference key="NSOnImage" ref="705377678"/> | |
209 | + <reference key="NSMixedImage" ref="95868564"/> | |
210 | + </object> | |
211 | + <object class="NSMenuItem" id="145048103"> | |
212 | + <reference key="NSMenu" ref="312444351"/> | |
213 | + <bool key="NSIsDisabled">YES</bool> | |
214 | + <bool key="NSIsSeparator">YES</bool> | |
215 | + <string key="NSTitle"/> | |
216 | + <string key="NSKeyEquiv"/> | |
217 | + <int key="NSKeyEquivModMask">1048576</int> | |
218 | + <int key="NSMnemonicLoc">2147483647</int> | |
219 | + <reference key="NSOnImage" ref="705377678"/> | |
220 | + <reference key="NSMixedImage" ref="95868564"/> | |
221 | + </object> | |
222 | + <object class="NSMenuItem" id="472565585"> | |
223 | + <reference key="NSMenu" ref="312444351"/> | |
224 | + <string key="NSTitle">Page Setup...</string> | |
225 | + <string key="NSKeyEquiv">P</string> | |
226 | + <int key="NSKeyEquivModMask">1179648</int> | |
227 | + <int key="NSMnemonicLoc">2147483647</int> | |
228 | + <reference key="NSOnImage" ref="705377678"/> | |
229 | + <reference key="NSMixedImage" ref="95868564"/> | |
230 | + <string key="NSToolTip"/> | |
231 | + </object> | |
232 | + <object class="NSMenuItem" id="483669304"> | |
233 | + <reference key="NSMenu" ref="312444351"/> | |
234 | + <string key="NSTitle">Print…</string> | |
235 | + <string key="NSKeyEquiv">p</string> | |
236 | + <int key="NSKeyEquivModMask">1048576</int> | |
237 | + <int key="NSMnemonicLoc">2147483647</int> | |
238 | + <reference key="NSOnImage" ref="705377678"/> | |
239 | + <reference key="NSMixedImage" ref="95868564"/> | |
240 | + </object> | |
241 | + </array> | |
242 | + </object> | |
243 | + </object> | |
244 | + <object class="NSMenuItem" id="398286038"> | |
245 | + <reference key="NSMenu" ref="88922337"/> | |
246 | + <string key="NSTitle">Edit</string> | |
247 | + <string key="NSKeyEquiv"/> | |
248 | + <int key="NSKeyEquivModMask">1048576</int> | |
249 | + <int key="NSMnemonicLoc">2147483647</int> | |
250 | + <reference key="NSOnImage" ref="705377678"/> | |
251 | + <reference key="NSMixedImage" ref="95868564"/> | |
252 | + <string key="NSAction">submenuAction:</string> | |
253 | + <object class="NSMenu" key="NSSubmenu" id="1008837027"> | |
254 | + <string key="NSTitle">Edit</string> | |
255 | + <array class="NSMutableArray" key="NSMenuItems"> | |
256 | + <object class="NSMenuItem" id="254210879"> | |
257 | + <reference key="NSMenu" ref="1008837027"/> | |
258 | + <string key="NSTitle">Undo</string> | |
259 | + <string key="NSKeyEquiv">z</string> | |
260 | + <int key="NSKeyEquivModMask">1048576</int> | |
261 | + <int key="NSMnemonicLoc">2147483647</int> | |
262 | + <reference key="NSOnImage" ref="705377678"/> | |
263 | + <reference key="NSMixedImage" ref="95868564"/> | |
264 | + </object> | |
265 | + <object class="NSMenuItem" id="410861928"> | |
266 | + <reference key="NSMenu" ref="1008837027"/> | |
267 | + <string key="NSTitle">Redo</string> | |
268 | + <string key="NSKeyEquiv">Z</string> | |
269 | + <int key="NSKeyEquivModMask">1179648</int> | |
270 | + <int key="NSMnemonicLoc">2147483647</int> | |
271 | + <reference key="NSOnImage" ref="705377678"/> | |
272 | + <reference key="NSMixedImage" ref="95868564"/> | |
273 | + </object> | |
274 | + <object class="NSMenuItem" id="860582018"> | |
275 | + <reference key="NSMenu" ref="1008837027"/> | |
276 | + <bool key="NSIsDisabled">YES</bool> | |
277 | + <bool key="NSIsSeparator">YES</bool> | |
278 | + <string key="NSTitle"/> | |
279 | + <string key="NSKeyEquiv"/> | |
280 | + <int key="NSKeyEquivModMask">1048576</int> | |
281 | + <int key="NSMnemonicLoc">2147483647</int> | |
282 | + <reference key="NSOnImage" ref="705377678"/> | |
283 | + <reference key="NSMixedImage" ref="95868564"/> | |
284 | + </object> | |
285 | + <object class="NSMenuItem" id="390367400"> | |
286 | + <reference key="NSMenu" ref="1008837027"/> | |
287 | + <string key="NSTitle">Cut</string> | |
288 | + <string key="NSKeyEquiv">x</string> | |
289 | + <int key="NSKeyEquivModMask">1048576</int> | |
290 | + <int key="NSMnemonicLoc">2147483647</int> | |
291 | + <reference key="NSOnImage" ref="705377678"/> | |
292 | + <reference key="NSMixedImage" ref="95868564"/> | |
293 | + </object> | |
294 | + <object class="NSMenuItem" id="88609820"> | |
295 | + <reference key="NSMenu" ref="1008837027"/> | |
296 | + <string key="NSTitle">Copy</string> | |
297 | + <string key="NSKeyEquiv">c</string> | |
298 | + <int key="NSKeyEquivModMask">1048576</int> | |
299 | + <int key="NSMnemonicLoc">2147483647</int> | |
300 | + <reference key="NSOnImage" ref="705377678"/> | |
301 | + <reference key="NSMixedImage" ref="95868564"/> | |
302 | + </object> | |
303 | + <object class="NSMenuItem" id="167952786"> | |
304 | + <reference key="NSMenu" ref="1008837027"/> | |
305 | + <string key="NSTitle">Paste</string> | |
306 | + <string key="NSKeyEquiv">v</string> | |
307 | + <int key="NSKeyEquivModMask">1048576</int> | |
308 | + <int key="NSMnemonicLoc">2147483647</int> | |
309 | + <reference key="NSOnImage" ref="705377678"/> | |
310 | + <reference key="NSMixedImage" ref="95868564"/> | |
311 | + </object> | |
312 | + <object class="NSMenuItem" id="900715867"> | |
313 | + <reference key="NSMenu" ref="1008837027"/> | |
314 | + <string key="NSTitle">Delete</string> | |
315 | + <string key="NSKeyEquiv"/> | |
316 | + <int key="NSKeyEquivModMask">1048576</int> | |
317 | + <int key="NSMnemonicLoc">2147483647</int> | |
318 | + <reference key="NSOnImage" ref="705377678"/> | |
319 | + <reference key="NSMixedImage" ref="95868564"/> | |
320 | + </object> | |
321 | + <object class="NSMenuItem" id="762741496"> | |
322 | + <reference key="NSMenu" ref="1008837027"/> | |
323 | + <string key="NSTitle">Select All</string> | |
324 | + <string key="NSKeyEquiv">a</string> | |
325 | + <int key="NSKeyEquivModMask">1048576</int> | |
326 | + <int key="NSMnemonicLoc">2147483647</int> | |
327 | + <reference key="NSOnImage" ref="705377678"/> | |
328 | + <reference key="NSMixedImage" ref="95868564"/> | |
329 | + </object> | |
330 | + <object class="NSMenuItem" id="404241530"> | |
331 | + <reference key="NSMenu" ref="1008837027"/> | |
332 | + <bool key="NSIsDisabled">YES</bool> | |
333 | + <bool key="NSIsSeparator">YES</bool> | |
334 | + <string key="NSTitle"/> | |
335 | + <string key="NSKeyEquiv"/> | |
336 | + <int key="NSKeyEquivModMask">1048576</int> | |
337 | + <int key="NSMnemonicLoc">2147483647</int> | |
338 | + <reference key="NSOnImage" ref="705377678"/> | |
339 | + <reference key="NSMixedImage" ref="95868564"/> | |
340 | + </object> | |
341 | + <object class="NSMenuItem" id="797208054"> | |
342 | + <reference key="NSMenu" ref="1008837027"/> | |
343 | + <string key="NSTitle">Find</string> | |
344 | + <string key="NSKeyEquiv"/> | |
345 | + <int key="NSKeyEquivModMask">1048576</int> | |
346 | + <int key="NSMnemonicLoc">2147483647</int> | |
347 | + <reference key="NSOnImage" ref="705377678"/> | |
348 | + <reference key="NSMixedImage" ref="95868564"/> | |
349 | + <string key="NSAction">submenuAction:</string> | |
350 | + <object class="NSMenu" key="NSSubmenu" id="996251046"> | |
351 | + <string key="NSTitle">Find</string> | |
352 | + <array class="NSMutableArray" key="NSMenuItems"> | |
353 | + <object class="NSMenuItem" id="763591455"> | |
354 | + <reference key="NSMenu" ref="996251046"/> | |
355 | + <string key="NSTitle">Find…</string> | |
356 | + <string key="NSKeyEquiv">f</string> | |
357 | + <int key="NSKeyEquivModMask">1048576</int> | |
358 | + <int key="NSMnemonicLoc">2147483647</int> | |
359 | + <reference key="NSOnImage" ref="705377678"/> | |
360 | + <reference key="NSMixedImage" ref="95868564"/> | |
361 | + <int key="NSTag">1</int> | |
362 | + </object> | |
363 | + <object class="NSMenuItem" id="127748627"> | |
364 | + <reference key="NSMenu" ref="996251046"/> | |
365 | + <string key="NSTitle">Find Next</string> | |
366 | + <string key="NSKeyEquiv">g</string> | |
367 | + <int key="NSKeyEquivModMask">1048576</int> | |
368 | + <int key="NSMnemonicLoc">2147483647</int> | |
369 | + <reference key="NSOnImage" ref="705377678"/> | |
370 | + <reference key="NSMixedImage" ref="95868564"/> | |
371 | + <int key="NSTag">2</int> | |
372 | + </object> | |
373 | + <object class="NSMenuItem" id="352432631"> | |
374 | + <reference key="NSMenu" ref="996251046"/> | |
375 | + <string key="NSTitle">Find Previous</string> | |
376 | + <string key="NSKeyEquiv">G</string> | |
377 | + <int key="NSKeyEquivModMask">1179648</int> | |
378 | + <int key="NSMnemonicLoc">2147483647</int> | |
379 | + <reference key="NSOnImage" ref="705377678"/> | |
380 | + <reference key="NSMixedImage" ref="95868564"/> | |
381 | + <int key="NSTag">3</int> | |
382 | + </object> | |
383 | + <object class="NSMenuItem" id="143759572"> | |
384 | + <reference key="NSMenu" ref="996251046"/> | |
385 | + <string key="NSTitle">Use Selection for Find</string> | |
386 | + <string key="NSKeyEquiv">e</string> | |
387 | + <int key="NSKeyEquivModMask">1048576</int> | |
388 | + <int key="NSMnemonicLoc">2147483647</int> | |
389 | + <reference key="NSOnImage" ref="705377678"/> | |
390 | + <reference key="NSMixedImage" ref="95868564"/> | |
391 | + <int key="NSTag">7</int> | |
392 | + </object> | |
393 | + <object class="NSMenuItem" id="945636014"> | |
394 | + <reference key="NSMenu" ref="996251046"/> | |
395 | + <string key="NSTitle">Jump to Selection</string> | |
396 | + <string key="NSKeyEquiv">j</string> | |
397 | + <int key="NSKeyEquivModMask">1048576</int> | |
398 | + <int key="NSMnemonicLoc">2147483647</int> | |
399 | + <reference key="NSOnImage" ref="705377678"/> | |
400 | + <reference key="NSMixedImage" ref="95868564"/> | |
401 | + </object> | |
402 | + </array> | |
403 | + </object> | |
404 | + </object> | |
405 | + <object class="NSMenuItem" id="974700491"> | |
406 | + <reference key="NSMenu" ref="1008837027"/> | |
407 | + <string key="NSTitle">Speech</string> | |
408 | + <string key="NSKeyEquiv"/> | |
409 | + <int key="NSKeyEquivModMask">1048576</int> | |
410 | + <int key="NSMnemonicLoc">2147483647</int> | |
411 | + <reference key="NSOnImage" ref="705377678"/> | |
412 | + <reference key="NSMixedImage" ref="95868564"/> | |
413 | + <string key="NSAction">submenuAction:</string> | |
414 | + <object class="NSMenu" key="NSSubmenu" id="770954062"> | |
415 | + <string key="NSTitle">Speech</string> | |
416 | + <array class="NSMutableArray" key="NSMenuItems"> | |
417 | + <object class="NSMenuItem" id="208186543"> | |
418 | + <reference key="NSMenu" ref="770954062"/> | |
419 | + <string key="NSTitle">Start Speaking</string> | |
420 | + <string key="NSKeyEquiv"/> | |
421 | + <int key="NSKeyEquivModMask">1048576</int> | |
422 | + <int key="NSMnemonicLoc">2147483647</int> | |
423 | + <reference key="NSOnImage" ref="705377678"/> | |
424 | + <reference key="NSMixedImage" ref="95868564"/> | |
425 | + </object> | |
426 | + <object class="NSMenuItem" id="32949631"> | |
427 | + <reference key="NSMenu" ref="770954062"/> | |
428 | + <string key="NSTitle">Stop Speaking</string> | |
429 | + <string key="NSKeyEquiv"/> | |
430 | + <int key="NSKeyEquivModMask">1048576</int> | |
431 | + <int key="NSMnemonicLoc">2147483647</int> | |
432 | + <reference key="NSOnImage" ref="705377678"/> | |
433 | + <reference key="NSMixedImage" ref="95868564"/> | |
434 | + </object> | |
435 | + </array> | |
436 | + </object> | |
437 | + </object> | |
438 | + </array> | |
439 | + </object> | |
440 | + </object> | |
441 | + <object class="NSMenuItem" id="761039126"> | |
442 | + <reference key="NSMenu" ref="88922337"/> | |
443 | + <string key="NSTitle">Format</string> | |
444 | + <string key="NSKeyEquiv"/> | |
445 | + <int key="NSKeyEquivModMask">1048576</int> | |
446 | + <int key="NSMnemonicLoc">2147483647</int> | |
447 | + <reference key="NSOnImage" ref="705377678"/> | |
448 | + <reference key="NSMixedImage" ref="95868564"/> | |
449 | + <string key="NSAction">submenuAction:</string> | |
450 | + <object class="NSMenu" key="NSSubmenu" id="581160338"> | |
451 | + <string key="NSTitle">Format</string> | |
452 | + <array class="NSMutableArray" key="NSMenuItems"> | |
453 | + <object class="NSMenuItem" id="827104171"> | |
454 | + <reference key="NSMenu" ref="581160338"/> | |
455 | + <string key="NSTitle">Show Fonts</string> | |
456 | + <string key="NSKeyEquiv">t</string> | |
457 | + <int key="NSKeyEquivModMask">1048576</int> | |
458 | + <int key="NSMnemonicLoc">2147483647</int> | |
459 | + <reference key="NSOnImage" ref="705377678"/> | |
460 | + <reference key="NSMixedImage" ref="95868564"/> | |
461 | + </object> | |
462 | + <object class="NSMenuItem" id="383937255"> | |
463 | + <reference key="NSMenu" ref="581160338"/> | |
464 | + <string key="NSTitle">Show Colors</string> | |
465 | + <string key="NSKeyEquiv">C</string> | |
466 | + <int key="NSKeyEquivModMask">1179648</int> | |
467 | + <int key="NSMnemonicLoc">2147483647</int> | |
468 | + <reference key="NSOnImage" ref="705377678"/> | |
469 | + <reference key="NSMixedImage" ref="95868564"/> | |
470 | + </object> | |
471 | + </array> | |
472 | + </object> | |
473 | + </object> | |
474 | + <object class="NSMenuItem" id="479085284"> | |
475 | + <reference key="NSMenu" ref="88922337"/> | |
476 | + <string key="NSTitle">View</string> | |
477 | + <string key="NSKeyEquiv"/> | |
478 | + <int key="NSKeyEquivModMask">1048576</int> | |
479 | + <int key="NSMnemonicLoc">2147483647</int> | |
480 | + <reference key="NSOnImage" ref="705377678"/> | |
481 | + <reference key="NSMixedImage" ref="95868564"/> | |
482 | + <string key="NSAction">submenuAction:</string> | |
483 | + <object class="NSMenu" key="NSSubmenu" id="276838900"> | |
484 | + <string key="NSTitle">View</string> | |
485 | + <array class="NSMutableArray" key="NSMenuItems"> | |
486 | + <object class="NSMenuItem" id="913518774"> | |
487 | + <reference key="NSMenu" ref="276838900"/> | |
488 | + <string key="NSTitle">Show Toolbar</string> | |
489 | + <string key="NSKeyEquiv">t</string> | |
490 | + <int key="NSKeyEquivModMask">1572864</int> | |
491 | + <int key="NSMnemonicLoc">2147483647</int> | |
492 | + <reference key="NSOnImage" ref="705377678"/> | |
493 | + <reference key="NSMixedImage" ref="95868564"/> | |
494 | + </object> | |
495 | + <object class="NSMenuItem" id="546125457"> | |
496 | + <reference key="NSMenu" ref="276838900"/> | |
497 | + <string key="NSTitle">Customize Toolbar…</string> | |
498 | + <string key="NSKeyEquiv"/> | |
499 | + <int key="NSKeyEquivModMask">1048576</int> | |
500 | + <int key="NSMnemonicLoc">2147483647</int> | |
501 | + <reference key="NSOnImage" ref="705377678"/> | |
502 | + <reference key="NSMixedImage" ref="95868564"/> | |
503 | + </object> | |
504 | + </array> | |
505 | + </object> | |
506 | + </object> | |
507 | + <object class="NSMenuItem" id="1039984765"> | |
508 | + <reference key="NSMenu" ref="88922337"/> | |
509 | + <string key="NSTitle">Window</string> | |
510 | + <string key="NSKeyEquiv"/> | |
511 | + <int key="NSKeyEquivModMask">1048576</int> | |
512 | + <int key="NSMnemonicLoc">2147483647</int> | |
513 | + <reference key="NSOnImage" ref="705377678"/> | |
514 | + <reference key="NSMixedImage" ref="95868564"/> | |
515 | + <string key="NSAction">submenuAction:</string> | |
516 | + <object class="NSMenu" key="NSSubmenu" id="46338201"> | |
517 | + <string key="NSTitle">Window</string> | |
518 | + <array class="NSMutableArray" key="NSMenuItems"> | |
519 | + <object class="NSMenuItem" id="526330586"> | |
520 | + <reference key="NSMenu" ref="46338201"/> | |
521 | + <string key="NSTitle">Show Information</string> | |
522 | + <string key="NSKeyEquiv">i</string> | |
523 | + <int key="NSKeyEquivModMask">1048576</int> | |
524 | + <int key="NSMnemonicLoc">2147483647</int> | |
525 | + <reference key="NSOnImage" ref="705377678"/> | |
526 | + <reference key="NSMixedImage" ref="95868564"/> | |
527 | + </object> | |
528 | + <object class="NSMenuItem" id="1025207743"> | |
529 | + <reference key="NSMenu" ref="46338201"/> | |
530 | + <bool key="NSIsDisabled">YES</bool> | |
531 | + <bool key="NSIsSeparator">YES</bool> | |
532 | + <string key="NSTitle"/> | |
533 | + <string key="NSKeyEquiv"/> | |
534 | + <int key="NSKeyEquivModMask">1048576</int> | |
535 | + <int key="NSMnemonicLoc">2147483647</int> | |
536 | + <reference key="NSOnImage" ref="705377678"/> | |
537 | + <reference key="NSMixedImage" ref="95868564"/> | |
538 | + </object> | |
539 | + <object class="NSMenuItem" id="452626898"> | |
540 | + <reference key="NSMenu" ref="46338201"/> | |
541 | + <string key="NSTitle">Minimize</string> | |
542 | + <string key="NSKeyEquiv">m</string> | |
543 | + <int key="NSKeyEquivModMask">1048576</int> | |
544 | + <int key="NSMnemonicLoc">2147483647</int> | |
545 | + <reference key="NSOnImage" ref="705377678"/> | |
546 | + <reference key="NSMixedImage" ref="95868564"/> | |
547 | + </object> | |
548 | + <object class="NSMenuItem" id="240506234"> | |
549 | + <reference key="NSMenu" ref="46338201"/> | |
550 | + <string key="NSTitle">Zoom</string> | |
551 | + <string key="NSKeyEquiv"/> | |
552 | + <int key="NSKeyEquivModMask">1048576</int> | |
553 | + <int key="NSMnemonicLoc">2147483647</int> | |
554 | + <reference key="NSOnImage" ref="705377678"/> | |
555 | + <reference key="NSMixedImage" ref="95868564"/> | |
556 | + </object> | |
557 | + <object class="NSMenuItem" id="431234670"> | |
558 | + <reference key="NSMenu" ref="46338201"/> | |
559 | + <bool key="NSIsDisabled">YES</bool> | |
560 | + <bool key="NSIsSeparator">YES</bool> | |
561 | + <string key="NSTitle"/> | |
562 | + <string key="NSKeyEquiv"/> | |
563 | + <int key="NSKeyEquivModMask">1048576</int> | |
564 | + <int key="NSMnemonicLoc">2147483647</int> | |
565 | + <reference key="NSOnImage" ref="705377678"/> | |
566 | + <reference key="NSMixedImage" ref="95868564"/> | |
567 | + </object> | |
568 | + <object class="NSMenuItem" id="826940366"> | |
569 | + <reference key="NSMenu" ref="46338201"/> | |
570 | + <string key="NSTitle">Bring All to Front</string> | |
571 | + <string key="NSKeyEquiv"/> | |
572 | + <int key="NSKeyEquivModMask">1048576</int> | |
573 | + <int key="NSMnemonicLoc">2147483647</int> | |
574 | + <reference key="NSOnImage" ref="705377678"/> | |
575 | + <reference key="NSMixedImage" ref="95868564"/> | |
576 | + </object> | |
577 | + </array> | |
578 | + <string key="NSName">_NSWindowsMenu</string> | |
579 | + </object> | |
580 | + </object> | |
581 | + <object class="NSMenuItem" id="350178198"> | |
582 | + <reference key="NSMenu" ref="88922337"/> | |
583 | + <string key="NSTitle">Help</string> | |
584 | + <string key="NSKeyEquiv"/> | |
585 | + <int key="NSKeyEquivModMask">1048576</int> | |
586 | + <int key="NSMnemonicLoc">2147483647</int> | |
587 | + <reference key="NSOnImage" ref="705377678"/> | |
588 | + <reference key="NSMixedImage" ref="95868564"/> | |
589 | + <string key="NSAction">submenuAction:</string> | |
590 | + <object class="NSMenu" key="NSSubmenu" id="869424795"> | |
591 | + <string key="NSTitle">Help</string> | |
592 | + <array class="NSMutableArray" key="NSMenuItems"> | |
593 | + <object class="NSMenuItem" id="860655764"> | |
594 | + <reference key="NSMenu" ref="869424795"/> | |
595 | + <string key="NSTitle">BSDBViewer Help</string> | |
596 | + <string key="NSKeyEquiv">?</string> | |
597 | + <int key="NSKeyEquivModMask">1048576</int> | |
598 | + <int key="NSMnemonicLoc">2147483647</int> | |
599 | + <reference key="NSOnImage" ref="705377678"/> | |
600 | + <reference key="NSMixedImage" ref="95868564"/> | |
601 | + </object> | |
602 | + </array> | |
603 | + </object> | |
604 | + </object> | |
605 | + </array> | |
606 | + <string key="NSName">_NSMainMenu</string> | |
607 | + </object> | |
608 | + <object class="NSWindowTemplate" id="738819069"> | |
609 | + <int key="NSWindowStyleMask">15</int> | |
610 | + <int key="NSWindowBacking">2</int> | |
611 | + <string key="NSWindowRect">{{335, 163}, {665, 587}}</string> | |
612 | + <int key="NSWTFlags">1946157056</int> | |
613 | + <string key="NSWindowTitle">BSDBViewer</string> | |
614 | + <string key="NSWindowClass">NSWindow</string> | |
615 | + <nil key="NSViewClass"/> | |
616 | + <nil key="NSUserInterfaceItemIdentifier"/> | |
617 | + <string key="NSWindowContentMinSize">{500, 400}</string> | |
618 | + <object class="NSView" key="NSWindowView" id="542777710"> | |
619 | + <nil key="NSNextResponder"/> | |
620 | + <int key="NSvFlags">256</int> | |
621 | + <array class="NSMutableArray" key="NSSubviews"> | |
622 | + <object class="NSSearchField" id="572533967"> | |
623 | + <reference key="NSNextResponder" ref="542777710"/> | |
624 | + <int key="NSvFlags">266</int> | |
625 | + <string key="NSFrame">{{299, 555}, {322, 22}}</string> | |
626 | + <reference key="NSSuperview" ref="542777710"/> | |
627 | + <reference key="NSNextKeyView" ref="757154094"/> | |
628 | + <bool key="NSEnabled">YES</bool> | |
629 | + <object class="NSSearchFieldCell" key="NSCell" id="670283965"> | |
630 | + <int key="NSCellFlags">343014976</int> | |
631 | + <int key="NSCellFlags2">268436480</int> | |
632 | + <string key="NSContents"/> | |
633 | + <object class="NSFont" key="NSSupport" id="309862508"> | |
634 | + <string key="NSName">LucidaGrande</string> | |
635 | + <double key="NSSize">13</double> | |
636 | + <int key="NSfFlags">1044</int> | |
637 | + </object> | |
638 | + <reference key="NSControlView" ref="572533967"/> | |
639 | + <bool key="NSDrawsBackground">YES</bool> | |
640 | + <int key="NSTextBezelStyle">1</int> | |
641 | + <object class="NSColor" key="NSBackgroundColor" id="231397083"> | |
642 | + <int key="NSColorSpace">6</int> | |
643 | + <string key="NSCatalogName">System</string> | |
644 | + <string key="NSColorName">textBackgroundColor</string> | |
645 | + <object class="NSColor" key="NSColor" id="34931567"> | |
646 | + <int key="NSColorSpace">3</int> | |
647 | + <bytes key="NSWhite">MQA</bytes> | |
648 | + </object> | |
649 | + </object> | |
650 | + <object class="NSColor" key="NSTextColor" id="70362497"> | |
651 | + <int key="NSColorSpace">6</int> | |
652 | + <string key="NSCatalogName">System</string> | |
653 | + <string key="NSColorName">controlTextColor</string> | |
654 | + <object class="NSColor" key="NSColor" id="496228386"> | |
655 | + <int key="NSColorSpace">3</int> | |
656 | + <bytes key="NSWhite">MAA</bytes> | |
657 | + </object> | |
658 | + </object> | |
659 | + <object class="NSButtonCell" key="NSSearchButtonCell"> | |
660 | + <int key="NSCellFlags">130560</int> | |
661 | + <int key="NSCellFlags2">0</int> | |
662 | + <string key="NSContents">search</string> | |
663 | + <reference key="NSControlView" ref="572533967"/> | |
664 | + <string key="NSAction">_searchFieldSearch:</string> | |
665 | + <reference key="NSTarget" ref="670283965"/> | |
666 | + <int key="NSButtonFlags">138690815</int> | |
667 | + <int key="NSButtonFlags2">0</int> | |
668 | + <string key="NSKeyEquivalent"/> | |
669 | + <int key="NSPeriodicDelay">400</int> | |
670 | + <int key="NSPeriodicInterval">75</int> | |
671 | + </object> | |
672 | + <object class="NSButtonCell" key="NSCancelButtonCell"> | |
673 | + <int key="NSCellFlags">130560</int> | |
674 | + <int key="NSCellFlags2">0</int> | |
675 | + <string key="NSContents">clear</string> | |
676 | + <array class="NSMutableArray" key="NSAccessibilityOverriddenAttributes"> | |
677 | + <dictionary class="NSMutableDictionary"> | |
678 | + <string key="AXDescription">キャンセル</string> | |
679 | + <integer value="1" key="NSAccessibilityEncodedAttributesValueType"/> | |
680 | + </dictionary> | |
681 | + </array> | |
682 | + <reference key="NSControlView" ref="572533967"/> | |
683 | + <string key="NSAction">_searchFieldCancel:</string> | |
684 | + <reference key="NSTarget" ref="670283965"/> | |
685 | + <int key="NSButtonFlags">138690815</int> | |
686 | + <int key="NSButtonFlags2">0</int> | |
687 | + <string key="NSKeyEquivalent"/> | |
688 | + <int key="NSPeriodicDelay">400</int> | |
689 | + <int key="NSPeriodicInterval">75</int> | |
690 | + </object> | |
691 | + <int key="NSMaximumRecents">255</int> | |
692 | + </object> | |
693 | + </object> | |
694 | + <object class="NSProgressIndicator" id="757154094"> | |
695 | + <reference key="NSNextResponder" ref="542777710"/> | |
696 | + <int key="NSvFlags">1289</int> | |
697 | + <object class="NSPSMatrix" key="NSDrawMatrix"/> | |
698 | + <string key="NSFrame">{{629, 558}, {16, 16}}</string> | |
699 | + <reference key="NSSuperview" ref="542777710"/> | |
700 | + <reference key="NSNextKeyView" ref="833745167"/> | |
701 | + <int key="NSpiFlags">28938</int> | |
702 | + <double key="NSMinValue">16</double> | |
703 | + <double key="NSMaxValue">100</double> | |
704 | + </object> | |
705 | + <object class="NSSplitView" id="833745167"> | |
706 | + <reference key="NSNextResponder" ref="542777710"/> | |
707 | + <int key="NSvFlags">274</int> | |
708 | + <array class="NSMutableArray" key="NSSubviews"> | |
709 | + <object class="NSScrollView" id="929806606"> | |
710 | + <reference key="NSNextResponder" ref="833745167"/> | |
711 | + <int key="NSvFlags">284</int> | |
712 | + <array class="NSMutableArray" key="NSSubviews"> | |
713 | + <object class="NSClipView" id="807856196"> | |
714 | + <reference key="NSNextResponder" ref="929806606"/> | |
715 | + <int key="NSvFlags">2304</int> | |
716 | + <array class="NSMutableArray" key="NSSubviews"> | |
717 | + <object class="NSTableView" id="599712099"> | |
718 | + <reference key="NSNextResponder" ref="807856196"/> | |
719 | + <int key="NSvFlags">256</int> | |
720 | + <string key="NSFrameSize">{148, 530}</string> | |
721 | + <reference key="NSSuperview" ref="807856196"/> | |
722 | + <reference key="NSNextKeyView" ref="153343234"/> | |
723 | + <bool key="NSEnabled">YES</bool> | |
724 | + <object class="NSTableHeaderView" key="NSHeaderView" id="345953097"> | |
725 | + <reference key="NSNextResponder" ref="153343234"/> | |
726 | + <int key="NSvFlags">256</int> | |
727 | + <string key="NSFrameSize">{148, 17}</string> | |
728 | + <reference key="NSSuperview" ref="153343234"/> | |
729 | + <reference key="NSNextKeyView" ref="807856196"/> | |
730 | + <reference key="NSTableView" ref="599712099"/> | |
731 | + </object> | |
732 | + <object class="_NSCornerView" key="NSCornerView"> | |
733 | + <nil key="NSNextResponder"/> | |
734 | + <int key="NSvFlags">256</int> | |
735 | + <string key="NSFrame">{{134, 0}, {16, 17}}</string> | |
736 | + </object> | |
737 | + <array class="NSMutableArray" key="NSTableColumns"> | |
738 | + <object class="NSTableColumn" id="265492650"> | |
739 | + <string key="NSIdentifier">Board Name</string> | |
740 | + <double key="NSWidth">119</double> | |
741 | + <double key="NSMinWidth">28</double> | |
742 | + <double key="NSMaxWidth">1000</double> | |
743 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
744 | + <int key="NSCellFlags">75628096</int> | |
745 | + <int key="NSCellFlags2">2048</int> | |
746 | + <string key="NSContents">Board Name</string> | |
747 | + <object class="NSFont" key="NSSupport" id="26"> | |
748 | + <string key="NSName">LucidaGrande</string> | |
749 | + <double key="NSSize">11</double> | |
750 | + <int key="NSfFlags">3100</int> | |
751 | + </object> | |
752 | + <object class="NSColor" key="NSBackgroundColor"> | |
753 | + <int key="NSColorSpace">3</int> | |
754 | + <bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes> | |
755 | + </object> | |
756 | + <object class="NSColor" key="NSTextColor" id="449302089"> | |
757 | + <int key="NSColorSpace">6</int> | |
758 | + <string key="NSCatalogName">System</string> | |
759 | + <string key="NSColorName">headerTextColor</string> | |
760 | + <reference key="NSColor" ref="496228386"/> | |
761 | + </object> | |
762 | + </object> | |
763 | + <object class="NSTextFieldCell" key="NSDataCell" id="554835608"> | |
764 | + <int key="NSCellFlags">337772096</int> | |
765 | + <int key="NSCellFlags2">2048</int> | |
766 | + <string key="NSContents">Text Cell</string> | |
767 | + <reference key="NSSupport" ref="309862508"/> | |
768 | + <reference key="NSControlView" ref="599712099"/> | |
769 | + <object class="NSColor" key="NSBackgroundColor" id="854184428"> | |
770 | + <int key="NSColorSpace">6</int> | |
771 | + <string key="NSCatalogName">System</string> | |
772 | + <string key="NSColorName">controlBackgroundColor</string> | |
773 | + <object class="NSColor" key="NSColor" id="565213206"> | |
774 | + <int key="NSColorSpace">3</int> | |
775 | + <bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes> | |
776 | + </object> | |
777 | + </object> | |
778 | + <reference key="NSTextColor" ref="70362497"/> | |
779 | + </object> | |
780 | + <reference key="NSTableView" ref="599712099"/> | |
781 | + </object> | |
782 | + </array> | |
783 | + <double key="NSIntercellSpacingWidth">3</double> | |
784 | + <double key="NSIntercellSpacingHeight">2</double> | |
785 | + <reference key="NSBackgroundColor" ref="34931567"/> | |
786 | + <object class="NSColor" key="NSGridColor" id="971314435"> | |
787 | + <int key="NSColorSpace">6</int> | |
788 | + <string key="NSCatalogName">System</string> | |
789 | + <string key="NSColorName">gridColor</string> | |
790 | + <object class="NSColor" key="NSColor"> | |
791 | + <int key="NSColorSpace">3</int> | |
792 | + <bytes key="NSWhite">MC41AA</bytes> | |
793 | + </object> | |
794 | + </object> | |
795 | + <double key="NSRowHeight">17</double> | |
796 | + <int key="NSTvFlags">-677380096</int> | |
797 | + <reference key="NSDelegate"/> | |
798 | + <reference key="NSDataSource"/> | |
799 | + <string key="NSAutosaveName">BoardListView</string> | |
800 | + <int key="NSColumnAutoresizingStyle">4</int> | |
801 | + <int key="NSDraggingSourceMaskForLocal">15</int> | |
802 | + <int key="NSDraggingSourceMaskForNonLocal">0</int> | |
803 | + <bool key="NSAllowsTypeSelect">YES</bool> | |
804 | + <int key="NSTableViewDraggingDestinationStyle">0</int> | |
805 | + <int key="NSTableViewGroupRowStyle">1</int> | |
806 | + </object> | |
807 | + </array> | |
808 | + <string key="NSFrame">{{1, 17}, {148, 530}}</string> | |
809 | + <reference key="NSSuperview" ref="929806606"/> | |
810 | + <reference key="NSNextKeyView" ref="599712099"/> | |
811 | + <reference key="NSDocView" ref="599712099"/> | |
812 | + <reference key="NSBGColor" ref="854184428"/> | |
813 | + <int key="NScvFlags">4</int> | |
814 | + </object> | |
815 | + <object class="NSScroller" id="430927301"> | |
816 | + <reference key="NSNextResponder" ref="929806606"/> | |
817 | + <int key="NSvFlags">256</int> | |
818 | + <string key="NSFrame">{{134, 17}, {15, 524}}</string> | |
819 | + <reference key="NSSuperview" ref="929806606"/> | |
820 | + <reference key="NSNextKeyView" ref="42975946"/> | |
821 | + <reference key="NSTarget" ref="929806606"/> | |
822 | + <string key="NSAction">_doScroller:</string> | |
823 | + <double key="NSCurValue">37</double> | |
824 | + <double key="NSPercent">0.1947367936372757</double> | |
825 | + </object> | |
826 | + <object class="NSScroller" id="699390850"> | |
827 | + <reference key="NSNextResponder" ref="929806606"/> | |
828 | + <int key="NSvFlags">256</int> | |
829 | + <string key="NSFrame">{{1, 532}, {142, 15}}</string> | |
830 | + <reference key="NSSuperview" ref="929806606"/> | |
831 | + <reference key="NSNextKeyView" ref="430927301"/> | |
832 | + <int key="NSsFlags">1</int> | |
833 | + <reference key="NSTarget" ref="929806606"/> | |
834 | + <string key="NSAction">_doScroller:</string> | |
835 | + <double key="NSPercent">0.99186992645263672</double> | |
836 | + </object> | |
837 | + <object class="NSClipView" id="153343234"> | |
838 | + <reference key="NSNextResponder" ref="929806606"/> | |
839 | + <int key="NSvFlags">2304</int> | |
840 | + <array class="NSMutableArray" key="NSSubviews"> | |
841 | + <reference ref="345953097"/> | |
842 | + </array> | |
843 | + <string key="NSFrame">{{1, 0}, {148, 17}}</string> | |
844 | + <reference key="NSSuperview" ref="929806606"/> | |
845 | + <reference key="NSNextKeyView" ref="345953097"/> | |
846 | + <reference key="NSDocView" ref="345953097"/> | |
847 | + <reference key="NSBGColor" ref="854184428"/> | |
848 | + <int key="NScvFlags">4</int> | |
849 | + </object> | |
850 | + </array> | |
851 | + <string key="NSFrameSize">{150, 548}</string> | |
852 | + <reference key="NSSuperview" ref="833745167"/> | |
853 | + <reference key="NSNextKeyView" ref="807856196"/> | |
854 | + <int key="NSsFlags">133170</int> | |
855 | + <reference key="NSVScroller" ref="430927301"/> | |
856 | + <reference key="NSHScroller" ref="699390850"/> | |
857 | + <reference key="NSContentView" ref="807856196"/> | |
858 | + <reference key="NSHeaderClipView" ref="153343234"/> | |
859 | + <bytes key="NSScrollAmts">QSAAAEEgAABBmAAAQZgAAA</bytes> | |
860 | + </object> | |
861 | + <object class="NSScrollView" id="42975946"> | |
862 | + <reference key="NSNextResponder" ref="833745167"/> | |
863 | + <int key="NSvFlags">286</int> | |
864 | + <array class="NSMutableArray" key="NSSubviews"> | |
865 | + <object class="NSClipView" id="748352624"> | |
866 | + <reference key="NSNextResponder" ref="42975946"/> | |
867 | + <int key="NSvFlags">2304</int> | |
868 | + <array class="NSMutableArray" key="NSSubviews"> | |
869 | + <object class="NSTableView" id="683445828"> | |
870 | + <reference key="NSNextResponder" ref="748352624"/> | |
871 | + <int key="NSvFlags">256</int> | |
872 | + <string key="NSFrameSize">{505, 530}</string> | |
873 | + <reference key="NSSuperview" ref="748352624"/> | |
874 | + <reference key="NSNextKeyView" ref="658396448"/> | |
875 | + <bool key="NSEnabled">YES</bool> | |
876 | + <object class="NSTableHeaderView" key="NSHeaderView" id="705428807"> | |
877 | + <reference key="NSNextResponder" ref="658396448"/> | |
878 | + <int key="NSvFlags">256</int> | |
879 | + <string key="NSFrameSize">{505, 17}</string> | |
880 | + <reference key="NSSuperview" ref="658396448"/> | |
881 | + <reference key="NSNextKeyView" ref="748352624"/> | |
882 | + <reference key="NSTableView" ref="683445828"/> | |
883 | + </object> | |
884 | + <object class="_NSCornerView" key="NSCornerView"> | |
885 | + <nil key="NSNextResponder"/> | |
886 | + <int key="NSvFlags">256</int> | |
887 | + <string key="NSFrame">{{491, 0}, {16, 17}}</string> | |
888 | + </object> | |
889 | + <array class="NSMutableArray" key="NSTableColumns"> | |
890 | + <object class="NSTableColumn" id="867896328"> | |
891 | + <string key="NSIdentifier">Thread Name</string> | |
892 | + <double key="NSWidth">120</double> | |
893 | + <double key="NSMinWidth">40</double> | |
894 | + <double key="NSMaxWidth">1000</double> | |
895 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
896 | + <int key="NSCellFlags">75628096</int> | |
897 | + <int key="NSCellFlags2">2048</int> | |
898 | + <string key="NSContents">Thread Name</string> | |
899 | + <reference key="NSSupport" ref="26"/> | |
900 | + <object class="NSColor" key="NSBackgroundColor" id="355606687"> | |
901 | + <int key="NSColorSpace">3</int> | |
902 | + <bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes> | |
903 | + </object> | |
904 | + <reference key="NSTextColor" ref="449302089"/> | |
905 | + </object> | |
906 | + <object class="NSTextFieldCell" key="NSDataCell" id="435946103"> | |
907 | + <int key="NSCellFlags">337772096</int> | |
908 | + <int key="NSCellFlags2">2048</int> | |
909 | + <string key="NSContents">Text Cell</string> | |
910 | + <reference key="NSSupport" ref="309862508"/> | |
911 | + <reference key="NSControlView" ref="683445828"/> | |
912 | + <reference key="NSBackgroundColor" ref="854184428"/> | |
913 | + <reference key="NSTextColor" ref="70362497"/> | |
914 | + </object> | |
915 | + <int key="NSResizingMask">3</int> | |
916 | + <bool key="NSIsResizeable">YES</bool> | |
917 | + <reference key="NSTableView" ref="683445828"/> | |
918 | + </object> | |
919 | + <object class="NSTableColumn" id="821559560"> | |
920 | + <string key="NSIdentifier"># All</string> | |
921 | + <double key="NSWidth">46</double> | |
922 | + <double key="NSMinWidth">40</double> | |
923 | + <double key="NSMaxWidth">1000</double> | |
924 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
925 | + <int key="NSCellFlags">75628096</int> | |
926 | + <int key="NSCellFlags2">67110912</int> | |
927 | + <string key="NSContents"># All</string> | |
928 | + <reference key="NSSupport" ref="26"/> | |
929 | + <reference key="NSBackgroundColor" ref="355606687"/> | |
930 | + <reference key="NSTextColor" ref="449302089"/> | |
931 | + </object> | |
932 | + <object class="NSTextFieldCell" key="NSDataCell" id="279690934"> | |
933 | + <int key="NSCellFlags">337772096</int> | |
934 | + <int key="NSCellFlags2">67110912</int> | |
935 | + <real value="123.456789" key="NSContents"/> | |
936 | + <reference key="NSSupport" ref="309862508"/> | |
937 | + <object class="NSNumberFormatter" key="NSFormatter" id="177524651"> | |
938 | + <dictionary class="NSMutableDictionary" key="NS.attributes"> | |
939 | + <integer value="1" key="allowsFloats"/> | |
940 | + <object class="NSAttributedString" key="attributedStringForZero" id="726139989"> | |
941 | + <string key="NSString">0</string> | |
942 | + <dictionary key="NSAttributes" id="401943888"/> | |
943 | + </object> | |
944 | + <string key="decimalSeparator">.</string> | |
945 | + <integer value="1000" key="formatterBehavior"/> | |
946 | + <string key="groupingSeparator">,</string> | |
947 | + <string key="negativeFormat">-0</string> | |
948 | + <string key="positiveFormat">0</string> | |
949 | + <dictionary key="textAttributesForNegativeValues" id="190862343"/> | |
950 | + <boolean value="NO" key="usesGroupingSeparator"/> | |
951 | + </dictionary> | |
952 | + <string key="NS.positiveformat">0</string> | |
953 | + <string key="NS.negativeformat">-0</string> | |
954 | + <nil key="NS.positiveattrs"/> | |
955 | + <reference key="NS.negativeattrs" ref="190862343"/> | |
956 | + <reference key="NS.zero" ref="726139989"/> | |
957 | + <object class="NSAttributedString" key="NS.nil"> | |
958 | + <string key="NSString"/> | |
959 | + </object> | |
960 | + <object class="NSAttributedString" key="NS.nan"> | |
961 | + <string key="NSString">NaN</string> | |
962 | + <reference key="NSAttributes" ref="401943888"/> | |
963 | + </object> | |
964 | + <object class="NSDecimalNumberPlaceholder" key="NS.min" id="1060286138"> | |
965 | + <int key="NS.exponent">0</int> | |
966 | + <int key="NS.length">0</int> | |
967 | + <bool key="NS.negative">YES</bool> | |
968 | + <bool key="NS.compact">NO</bool> | |
969 | + <int key="NS.mantissa.bo">1</int> | |
970 | + <bytes key="NS.mantissa">AAAAAAAAAAAAAAAAAAAAAA</bytes> | |
971 | + </object> | |
972 | + <reference key="NS.max" ref="1060286138"/> | |
973 | + <nil key="NS.rounding"/> | |
974 | + <string key="NS.decimal">.</string> | |
975 | + <string key="NS.thousand">,</string> | |
976 | + <bool key="NS.hasthousands">NO</bool> | |
977 | + <bool key="NS.localized">YES</bool> | |
978 | + <bool key="NS.allowsfloats">YES</bool> | |
979 | + </object> | |
980 | + <reference key="NSControlView" ref="683445828"/> | |
981 | + <reference key="NSBackgroundColor" ref="854184428"/> | |
982 | + <reference key="NSTextColor" ref="70362497"/> | |
983 | + </object> | |
984 | + <int key="NSResizingMask">3</int> | |
985 | + <bool key="NSIsResizeable">YES</bool> | |
986 | + <reference key="NSTableView" ref="683445828"/> | |
987 | + <object class="NSSortDescriptor" key="NSSortDescriptorPrototype"> | |
988 | + <string key="NSKey">numberofall</string> | |
989 | + <bool key="NSAscending">YES</bool> | |
990 | + <string key="NSSelector">numericCompare:</string> | |
991 | + </object> | |
992 | + </object> | |
993 | + <object class="NSTableColumn" id="18691191"> | |
994 | + <string key="NSIdentifier"># Read</string> | |
995 | + <double key="NSWidth">46</double> | |
996 | + <double key="NSMinWidth">10</double> | |
997 | + <double key="NSMaxWidth">3.4028234663852886e+38</double> | |
998 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
999 | + <int key="NSCellFlags">75628096</int> | |
1000 | + <int key="NSCellFlags2">67110912</int> | |
1001 | + <string key="NSContents"># Read</string> | |
1002 | + <reference key="NSSupport" ref="26"/> | |
1003 | + <object class="NSColor" key="NSBackgroundColor" id="944720598"> | |
1004 | + <int key="NSColorSpace">6</int> | |
1005 | + <string key="NSCatalogName">System</string> | |
1006 | + <string key="NSColorName">headerColor</string> | |
1007 | + <reference key="NSColor" ref="34931567"/> | |
1008 | + </object> | |
1009 | + <reference key="NSTextColor" ref="449302089"/> | |
1010 | + </object> | |
1011 | + <object class="NSTextFieldCell" key="NSDataCell" id="515046574"> | |
1012 | + <int key="NSCellFlags">337772096</int> | |
1013 | + <int key="NSCellFlags2">67110912</int> | |
1014 | + <real value="123.456789" key="NSContents"/> | |
1015 | + <reference key="NSSupport" ref="309862508"/> | |
1016 | + <object class="NSNumberFormatter" key="NSFormatter" id="645795472"> | |
1017 | + <dictionary class="NSMutableDictionary" key="NS.attributes"> | |
1018 | + <boolean value="NO" key="allowsFloats"/> | |
1019 | + <object class="NSAttributedString" key="attributedStringForZero" id="922021664"> | |
1020 | + <string key="NSString">0</string> | |
1021 | + <reference key="NSAttributes" ref="401943888"/> | |
1022 | + </object> | |
1023 | + <string key="decimalSeparator">.</string> | |
1024 | + <integer value="1000" key="formatterBehavior"/> | |
1025 | + <string key="groupingSeparator">,</string> | |
1026 | + <integer value="2000" key="maximumIntegerDigits"/> | |
1027 | + <string key="negativeFormat">-0</string> | |
1028 | + <string key="positiveFormat">0</string> | |
1029 | + <boolean value="NO" key="usesGroupingSeparator"/> | |
1030 | + </dictionary> | |
1031 | + <string key="NS.positiveformat">0</string> | |
1032 | + <string key="NS.negativeformat">-0</string> | |
1033 | + <nil key="NS.positiveattrs"/> | |
1034 | + <nil key="NS.negativeattrs"/> | |
1035 | + <reference key="NS.zero" ref="922021664"/> | |
1036 | + <object class="NSAttributedString" key="NS.nil"> | |
1037 | + <string key="NSString"/> | |
1038 | + </object> | |
1039 | + <object class="NSAttributedString" key="NS.nan"> | |
1040 | + <string key="NSString">NaN</string> | |
1041 | + <reference key="NSAttributes" ref="401943888"/> | |
1042 | + </object> | |
1043 | + <reference key="NS.min" ref="1060286138"/> | |
1044 | + <reference key="NS.max" ref="1060286138"/> | |
1045 | + <nil key="NS.rounding"/> | |
1046 | + <string key="NS.decimal">.</string> | |
1047 | + <string key="NS.thousand">,</string> | |
1048 | + <bool key="NS.hasthousands">NO</bool> | |
1049 | + <bool key="NS.localized">YES</bool> | |
1050 | + <bool key="NS.allowsfloats">NO</bool> | |
1051 | + </object> | |
1052 | + <reference key="NSControlView" ref="683445828"/> | |
1053 | + <reference key="NSBackgroundColor" ref="854184428"/> | |
1054 | + <reference key="NSTextColor" ref="70362497"/> | |
1055 | + </object> | |
1056 | + <int key="NSResizingMask">3</int> | |
1057 | + <bool key="NSIsResizeable">YES</bool> | |
1058 | + <reference key="NSTableView" ref="683445828"/> | |
1059 | + <object class="NSSortDescriptor" key="NSSortDescriptorPrototype"> | |
1060 | + <string key="NSKey">numberofread</string> | |
1061 | + <bool key="NSAscending">YES</bool> | |
1062 | + <string key="NSSelector">numericCompare:</string> | |
1063 | + </object> | |
1064 | + </object> | |
1065 | + <object class="NSTableColumn" id="557743960"> | |
1066 | + <string key="NSIdentifier">Mod. Date</string> | |
1067 | + <double key="NSWidth">64</double> | |
1068 | + <double key="NSMinWidth">10</double> | |
1069 | + <double key="NSMaxWidth">3.4028234663852886e+38</double> | |
1070 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
1071 | + <int key="NSCellFlags">75628096</int> | |
1072 | + <int key="NSCellFlags2">2048</int> | |
1073 | + <string key="NSContents">Mod. Date</string> | |
1074 | + <reference key="NSSupport" ref="26"/> | |
1075 | + <reference key="NSBackgroundColor" ref="944720598"/> | |
1076 | + <reference key="NSTextColor" ref="449302089"/> | |
1077 | + </object> | |
1078 | + <object class="NSTextFieldCell" key="NSDataCell" id="143767591"> | |
1079 | + <int key="NSCellFlags">337772096</int> | |
1080 | + <int key="NSCellFlags2">2048</int> | |
1081 | + <object class="NSDate" key="NSContents" id="301031470"> | |
1082 | + <double key="NS.time">-781070400</double> | |
1083 | + </object> | |
1084 | + <reference key="NSSupport" ref="309862508"/> | |
1085 | + <object class="NSDateFormatter" key="NSFormatter" id="745379827"> | |
1086 | + <dictionary class="NSMutableDictionary" key="NS.attributes"> | |
1087 | + <string key="dateFormat_10_0">%m/%d/%y</string> | |
1088 | + <integer value="1" key="dateStyle"/> | |
1089 | + <integer value="1040" key="formatterBehavior"/> | |
1090 | + <integer value="1" key="timeStyle"/> | |
1091 | + </dictionary> | |
1092 | + <string key="NS.format">yy/MM/dd H:mm</string> | |
1093 | + <bool key="NS.natural">NO</bool> | |
1094 | + </object> | |
1095 | + <reference key="NSControlView" ref="683445828"/> | |
1096 | + <reference key="NSBackgroundColor" ref="854184428"/> | |
1097 | + <reference key="NSTextColor" ref="70362497"/> | |
1098 | + </object> | |
1099 | + <int key="NSResizingMask">3</int> | |
1100 | + <bool key="NSIsResizeable">YES</bool> | |
1101 | + <reference key="NSTableView" ref="683445828"/> | |
1102 | + </object> | |
1103 | + <object class="NSTableColumn" id="910168381"> | |
1104 | + <string key="NSIdentifier">Write Date</string> | |
1105 | + <double key="NSWidth">68</double> | |
1106 | + <double key="NSMinWidth">10</double> | |
1107 | + <double key="NSMaxWidth">3.4028234663852886e+38</double> | |
1108 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
1109 | + <int key="NSCellFlags">75628096</int> | |
1110 | + <int key="NSCellFlags2">2048</int> | |
1111 | + <string key="NSContents">Write Date</string> | |
1112 | + <reference key="NSSupport" ref="26"/> | |
1113 | + <reference key="NSBackgroundColor" ref="944720598"/> | |
1114 | + <reference key="NSTextColor" ref="449302089"/> | |
1115 | + </object> | |
1116 | + <object class="NSTextFieldCell" key="NSDataCell" id="146342731"> | |
1117 | + <int key="NSCellFlags">337772096</int> | |
1118 | + <int key="NSCellFlags2">2048</int> | |
1119 | + <reference key="NSContents" ref="301031470"/> | |
1120 | + <reference key="NSSupport" ref="309862508"/> | |
1121 | + <object class="NSDateFormatter" key="NSFormatter" id="493944789"> | |
1122 | + <dictionary class="NSMutableDictionary" key="NS.attributes"> | |
1123 | + <string key="dateFormat_10_0">%m/%d/%y</string> | |
1124 | + <integer value="1" key="dateStyle"/> | |
1125 | + <integer value="1040" key="formatterBehavior"/> | |
1126 | + <integer value="1" key="timeStyle"/> | |
1127 | + </dictionary> | |
1128 | + <string key="NS.format">yy/MM/dd H:mm</string> | |
1129 | + <bool key="NS.natural">NO</bool> | |
1130 | + </object> | |
1131 | + <reference key="NSControlView" ref="683445828"/> | |
1132 | + <reference key="NSBackgroundColor" ref="854184428"/> | |
1133 | + <reference key="NSTextColor" ref="70362497"/> | |
1134 | + </object> | |
1135 | + <int key="NSResizingMask">3</int> | |
1136 | + <bool key="NSIsResizeable">YES</bool> | |
1137 | + <reference key="NSTableView" ref="683445828"/> | |
1138 | + </object> | |
1139 | + <object class="NSTableColumn" id="420295340"> | |
1140 | + <string key="NSIdentifier">Ochi</string> | |
1141 | + <double key="NSWidth">56</double> | |
1142 | + <double key="NSMinWidth">10</double> | |
1143 | + <double key="NSMaxWidth">3.4028234663852886e+38</double> | |
1144 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
1145 | + <int key="NSCellFlags">75628096</int> | |
1146 | + <int key="NSCellFlags2">2048</int> | |
1147 | + <string key="NSContents">Ochi</string> | |
1148 | + <reference key="NSSupport" ref="26"/> | |
1149 | + <reference key="NSBackgroundColor" ref="944720598"/> | |
1150 | + <reference key="NSTextColor" ref="449302089"/> | |
1151 | + </object> | |
1152 | + <object class="NSButtonCell" key="NSDataCell" id="69922042"> | |
1153 | + <int key="NSCellFlags">604110336</int> | |
1154 | + <int key="NSCellFlags2">131072</int> | |
1155 | + <string key="NSContents">Check</string> | |
1156 | + <reference key="NSSupport" ref="26"/> | |
1157 | + <reference key="NSControlView" ref="683445828"/> | |
1158 | + <int key="NSButtonFlags">1215582719</int> | |
1159 | + <int key="NSButtonFlags2">2</int> | |
1160 | + <object class="NSCustomResource" key="NSNormalImage" id="605431935"> | |
1161 | + <string key="NSClassName">NSImage</string> | |
1162 | + <string key="NSResourceName">NSSwitch</string> | |
1163 | + </object> | |
1164 | + <object class="NSButtonImageSource" key="NSAlternateImage" id="443512740"> | |
1165 | + <string key="NSImageName">NSSwitch</string> | |
1166 | + </object> | |
1167 | + <string key="NSAlternateContents"/> | |
1168 | + <string key="NSKeyEquivalent"/> | |
1169 | + <int key="NSPeriodicDelay">200</int> | |
1170 | + <int key="NSPeriodicInterval">25</int> | |
1171 | + </object> | |
1172 | + <int key="NSResizingMask">3</int> | |
1173 | + <bool key="NSIsResizeable">YES</bool> | |
1174 | + <reference key="NSTableView" ref="683445828"/> | |
1175 | + </object> | |
1176 | + <object class="NSTableColumn" id="699356544"> | |
1177 | + <string key="NSIdentifier">Fav.</string> | |
1178 | + <double key="NSWidth">49</double> | |
1179 | + <double key="NSMinWidth">10</double> | |
1180 | + <double key="NSMaxWidth">3.4028234663852886e+38</double> | |
1181 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
1182 | + <int key="NSCellFlags">75628096</int> | |
1183 | + <int key="NSCellFlags2">2048</int> | |
1184 | + <string key="NSContents">Fav.</string> | |
1185 | + <reference key="NSSupport" ref="26"/> | |
1186 | + <reference key="NSBackgroundColor" ref="944720598"/> | |
1187 | + <reference key="NSTextColor" ref="449302089"/> | |
1188 | + </object> | |
1189 | + <object class="NSButtonCell" key="NSDataCell" id="625427015"> | |
1190 | + <int key="NSCellFlags">604110336</int> | |
1191 | + <int key="NSCellFlags2">131072</int> | |
1192 | + <string key="NSContents">Check</string> | |
1193 | + <reference key="NSSupport" ref="26"/> | |
1194 | + <reference key="NSControlView" ref="683445828"/> | |
1195 | + <int key="NSButtonFlags">1215582719</int> | |
1196 | + <int key="NSButtonFlags2">2</int> | |
1197 | + <reference key="NSNormalImage" ref="605431935"/> | |
1198 | + <reference key="NSAlternateImage" ref="443512740"/> | |
1199 | + <string key="NSAlternateContents"/> | |
1200 | + <string key="NSKeyEquivalent"/> | |
1201 | + <int key="NSPeriodicDelay">200</int> | |
1202 | + <int key="NSPeriodicInterval">25</int> | |
1203 | + </object> | |
1204 | + <int key="NSResizingMask">3</int> | |
1205 | + <bool key="NSIsResizeable">YES</bool> | |
1206 | + <reference key="NSTableView" ref="683445828"/> | |
1207 | + </object> | |
1208 | + <object class="NSTableColumn" id="202403977"> | |
1209 | + <string key="NSIdentifier">Create Date</string> | |
1210 | + <double key="NSWidth">32</double> | |
1211 | + <double key="NSMinWidth">10</double> | |
1212 | + <double key="NSMaxWidth">3.4028234663852886e+38</double> | |
1213 | + <object class="NSTableHeaderCell" key="NSHeaderCell"> | |
1214 | + <int key="NSCellFlags">75628096</int> | |
1215 | + <int key="NSCellFlags2">2048</int> | |
1216 | + <string key="NSContents">Create Date</string> | |
1217 | + <reference key="NSSupport" ref="26"/> | |
1218 | + <reference key="NSBackgroundColor" ref="944720598"/> | |
1219 | + <reference key="NSTextColor" ref="449302089"/> | |
1220 | + </object> | |
1221 | + <object class="NSTextFieldCell" key="NSDataCell" id="181240093"> | |
1222 | + <int key="NSCellFlags">337772096</int> | |
1223 | + <int key="NSCellFlags2">2048</int> | |
1224 | + <reference key="NSContents" ref="301031470"/> | |
1225 | + <reference key="NSSupport" ref="309862508"/> | |
1226 | + <object class="NSDateFormatter" key="NSFormatter" id="501155712"> | |
1227 | + <dictionary class="NSMutableDictionary" key="NS.attributes"> | |
1228 | + <string key="dateFormat_10_0">%m/%d/%y</string> | |
1229 | + <integer value="1" key="dateStyle"/> | |
1230 | + <integer value="1040" key="formatterBehavior"/> | |
1231 | + <integer value="1" key="timeStyle"/> | |
1232 | + </dictionary> | |
1233 | + <string key="NS.format">yy/MM/dd H:mm</string> | |
1234 | + <bool key="NS.natural">NO</bool> | |
1235 | + </object> | |
1236 | + <reference key="NSControlView" ref="683445828"/> | |
1237 | + <reference key="NSBackgroundColor" ref="854184428"/> | |
1238 | + <reference key="NSTextColor" ref="70362497"/> | |
1239 | + </object> | |
1240 | + <int key="NSResizingMask">3</int> | |
1241 | + <bool key="NSIsResizeable">YES</bool> | |
1242 | + <bool key="NSIsEditable">YES</bool> | |
1243 | + <reference key="NSTableView" ref="683445828"/> | |
1244 | + </object> | |
1245 | + </array> | |
1246 | + <double key="NSIntercellSpacingWidth">3</double> | |
1247 | + <double key="NSIntercellSpacingHeight">2</double> | |
1248 | + <reference key="NSBackgroundColor" ref="34931567"/> | |
1249 | + <reference key="NSGridColor" ref="971314435"/> | |
1250 | + <double key="NSRowHeight">17</double> | |
1251 | + <int key="NSTvFlags">-4194304</int> | |
1252 | + <reference key="NSDelegate"/> | |
1253 | + <reference key="NSDataSource"/> | |
1254 | + <string key="NSAutosaveName">ThreadListView</string> | |
1255 | + <int key="NSGridStyleMask">1</int> | |
1256 | + <int key="NSColumnAutoresizingStyle">5</int> | |
1257 | + <int key="NSDraggingSourceMaskForLocal">15</int> | |
1258 | + <int key="NSDraggingSourceMaskForNonLocal">0</int> | |
1259 | + <bool key="NSAllowsTypeSelect">YES</bool> | |
1260 | + <int key="NSTableViewDraggingDestinationStyle">0</int> | |
1261 | + <int key="NSTableViewGroupRowStyle">1</int> | |
1262 | + </object> | |
1263 | + </array> | |
1264 | + <string key="NSFrame">{{1, 17}, {505, 530}}</string> | |
1265 | + <reference key="NSSuperview" ref="42975946"/> | |
1266 | + <reference key="NSNextKeyView" ref="683445828"/> | |
1267 | + <reference key="NSDocView" ref="683445828"/> | |
1268 | + <reference key="NSBGColor" ref="854184428"/> | |
1269 | + <int key="NScvFlags">4</int> | |
1270 | + </object> | |
1271 | + <object class="NSScroller" id="299575524"> | |
1272 | + <reference key="NSNextResponder" ref="42975946"/> | |
1273 | + <int key="NSvFlags">256</int> | |
1274 | + <string key="NSFrame">{{491, 17}, {15, 524}}</string> | |
1275 | + <reference key="NSSuperview" ref="42975946"/> | |
1276 | + <reference key="NSTarget" ref="42975946"/> | |
1277 | + <string key="NSAction">_doScroller:</string> | |
1278 | + <double key="NSCurValue">37</double> | |
1279 | + <double key="NSPercent">0.1947367936372757</double> | |
1280 | + </object> | |
1281 | + <object class="NSScroller" id="526794866"> | |
1282 | + <reference key="NSNextResponder" ref="42975946"/> | |
1283 | + <int key="NSvFlags">256</int> | |
1284 | + <string key="NSFrame">{{1, 532}, {499, 15}}</string> | |
1285 | + <reference key="NSSuperview" ref="42975946"/> | |
1286 | + <reference key="NSNextKeyView" ref="299575524"/> | |
1287 | + <int key="NSsFlags">1</int> | |
1288 | + <reference key="NSTarget" ref="42975946"/> | |
1289 | + <string key="NSAction">_doScroller:</string> | |
1290 | + <double key="NSPercent">0.97609561681747437</double> | |
1291 | + </object> | |
1292 | + <object class="NSClipView" id="658396448"> | |
1293 | + <reference key="NSNextResponder" ref="42975946"/> | |
1294 | + <int key="NSvFlags">2304</int> | |
1295 | + <array class="NSMutableArray" key="NSSubviews"> | |
1296 | + <reference ref="705428807"/> | |
1297 | + </array> | |
1298 | + <string key="NSFrame">{{1, 0}, {505, 17}}</string> | |
1299 | + <reference key="NSSuperview" ref="42975946"/> | |
1300 | + <reference key="NSNextKeyView" ref="705428807"/> | |
1301 | + <reference key="NSDocView" ref="705428807"/> | |
1302 | + <reference key="NSBGColor" ref="854184428"/> | |
1303 | + <int key="NScvFlags">4</int> | |
1304 | + </object> | |
1305 | + </array> | |
1306 | + <string key="NSFrame">{{159, 0}, {507, 548}}</string> | |
1307 | + <reference key="NSSuperview" ref="833745167"/> | |
1308 | + <reference key="NSNextKeyView" ref="748352624"/> | |
1309 | + <int key="NSsFlags">133170</int> | |
1310 | + <reference key="NSVScroller" ref="299575524"/> | |
1311 | + <reference key="NSHScroller" ref="526794866"/> | |
1312 | + <reference key="NSContentView" ref="748352624"/> | |
1313 | + <reference key="NSHeaderClipView" ref="658396448"/> | |
1314 | + <bytes key="NSScrollAmts">QSAAAEEgAABBmAAAQZgAAA</bytes> | |
1315 | + </object> | |
1316 | + </array> | |
1317 | + <string key="NSFrame">{{0, -1}, {666, 548}}</string> | |
1318 | + <reference key="NSSuperview" ref="542777710"/> | |
1319 | + <reference key="NSNextKeyView" ref="929806606"/> | |
1320 | + <bool key="NSIsVertical">YES</bool> | |
1321 | + </object> | |
1322 | + <object class="NSSearchField" id="452917758"> | |
1323 | + <reference key="NSNextResponder" ref="542777710"/> | |
1324 | + <int key="NSvFlags">268</int> | |
1325 | + <string key="NSFrame">{{7, 555}, {145, 22}}</string> | |
1326 | + <reference key="NSSuperview" ref="542777710"/> | |
1327 | + <reference key="NSNextKeyView" ref="1064823129"/> | |
1328 | + <bool key="NSEnabled">YES</bool> | |
1329 | + <object class="NSSearchFieldCell" key="NSCell" id="487307693"> | |
1330 | + <int key="NSCellFlags">343014976</int> | |
1331 | + <int key="NSCellFlags2">268436480</int> | |
1332 | + <string key="NSContents"/> | |
1333 | + <reference key="NSSupport" ref="309862508"/> | |
1334 | + <reference key="NSControlView" ref="452917758"/> | |
1335 | + <bool key="NSDrawsBackground">YES</bool> | |
1336 | + <int key="NSTextBezelStyle">1</int> | |
1337 | + <reference key="NSBackgroundColor" ref="231397083"/> | |
1338 | + <reference key="NSTextColor" ref="70362497"/> | |
1339 | + <object class="NSButtonCell" key="NSSearchButtonCell"> | |
1340 | + <int key="NSCellFlags">130560</int> | |
1341 | + <int key="NSCellFlags2">0</int> | |
1342 | + <string key="NSContents">search</string> | |
1343 | + <reference key="NSControlView" ref="452917758"/> | |
1344 | + <string key="NSAction">_searchFieldSearch:</string> | |
1345 | + <reference key="NSTarget" ref="487307693"/> | |
1346 | + <int key="NSButtonFlags">138690815</int> | |
1347 | + <int key="NSButtonFlags2">0</int> | |
1348 | + <string key="NSKeyEquivalent"/> | |
1349 | + <int key="NSPeriodicDelay">400</int> | |
1350 | + <int key="NSPeriodicInterval">75</int> | |
1351 | + </object> | |
1352 | + <object class="NSButtonCell" key="NSCancelButtonCell"> | |
1353 | + <int key="NSCellFlags">130560</int> | |
1354 | + <int key="NSCellFlags2">0</int> | |
1355 | + <string key="NSContents">clear</string> | |
1356 | + <array class="NSMutableArray" key="NSAccessibilityOverriddenAttributes"> | |
1357 | + <dictionary class="NSMutableDictionary"> | |
1358 | + <string key="AXDescription">キャンセル</string> | |
1359 | + <integer value="1" key="NSAccessibilityEncodedAttributesValueType"/> | |
1360 | + </dictionary> | |
1361 | + </array> | |
1362 | + <reference key="NSControlView" ref="452917758"/> | |
1363 | + <string key="NSAction">_searchFieldCancel:</string> | |
1364 | + <reference key="NSTarget" ref="487307693"/> | |
1365 | + <int key="NSButtonFlags">138690815</int> | |
1366 | + <int key="NSButtonFlags2">0</int> | |
1367 | + <string key="NSKeyEquivalent"/> | |
1368 | + <int key="NSPeriodicDelay">400</int> | |
1369 | + <int key="NSPeriodicInterval">75</int> | |
1370 | + </object> | |
1371 | + <int key="NSMaximumRecents">255</int> | |
1372 | + </object> | |
1373 | + </object> | |
1374 | + <object class="NSButton" id="1064823129"> | |
1375 | + <reference key="NSNextResponder" ref="542777710"/> | |
1376 | + <int key="NSvFlags">268</int> | |
1377 | + <string key="NSFrame">{{165, 557}, {129, 18}}</string> | |
1378 | + <reference key="NSSuperview" ref="542777710"/> | |
1379 | + <reference key="NSNextKeyView" ref="572533967"/> | |
1380 | + <bool key="NSEnabled">YES</bool> | |
1381 | + <object class="NSButtonCell" key="NSCell" id="576890935"> | |
1382 | + <int key="NSCellFlags">-2080244224</int> | |
1383 | + <int key="NSCellFlags2">0</int> | |
1384 | + <string key="NSContents">Exclude 0 thread</string> | |
1385 | + <reference key="NSSupport" ref="309862508"/> | |
1386 | + <reference key="NSControlView" ref="1064823129"/> | |
1387 | + <int key="NSButtonFlags">1211912703</int> | |
1388 | + <int key="NSButtonFlags2">2</int> | |
1389 | + <reference key="NSNormalImage" ref="605431935"/> | |
1390 | + <reference key="NSAlternateImage" ref="443512740"/> | |
1391 | + <string key="NSAlternateContents"/> | |
1392 | + <string key="NSKeyEquivalent"/> | |
1393 | + <int key="NSPeriodicDelay">200</int> | |
1394 | + <int key="NSPeriodicInterval">25</int> | |
1395 | + </object> | |
1396 | + </object> | |
1397 | + </array> | |
1398 | + <string key="NSFrameSize">{665, 587}</string> | |
1399 | + <reference key="NSNextKeyView" ref="452917758"/> | |
1400 | + </object> | |
1401 | + <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string> | |
1402 | + <string key="NSMinSize">{500, 422}</string> | |
1403 | + <string key="NSMaxSize">{10000000000000, 10000000000000}</string> | |
1404 | + <string key="NSFrameAutosaveName">BSDBViewerWindow</string> | |
1405 | + <bool key="NSWindowIsRestorable">YES</bool> | |
1406 | + </object> | |
1407 | + <object class="NSCustomObject" id="259194427"> | |
1408 | + <string key="NSClassName">BSDBBoardSource</string> | |
1409 | + </object> | |
1410 | + <object class="NSCustomObject" id="1010369859"> | |
1411 | + <string key="NSClassName">BSDBThreadSource</string> | |
1412 | + </object> | |
1413 | + <object class="NSCustomObject" id="835861059"> | |
1414 | + <string key="NSClassName">BSDBViewer</string> | |
1415 | + </object> | |
1416 | + <object class="NSArrayController" id="503375414"> | |
1417 | + <array class="NSMutableArray" key="NSDeclaredKeys"> | |
1418 | + <string>boardname</string> | |
1419 | + </array> | |
1420 | + <object class="_NSManagedProxy" key="_NSManagedProxy"/> | |
1421 | + <bool key="NSAvoidsEmptySelection">YES</bool> | |
1422 | + <bool key="NSPreservesSelection">YES</bool> | |
1423 | + <bool key="NSSelectsInsertedObjects">YES</bool> | |
1424 | + <bool key="NSFilterRestrictsInsertion">YES</bool> | |
1425 | + <bool key="NSClearsFilterPredicateOnInsertion">YES</bool> | |
1426 | + </object> | |
1427 | + <object class="NSArrayController" id="557222632"> | |
1428 | + <array class="NSMutableArray" key="NSDeclaredKeys"> | |
1429 | + <string>threadname</string> | |
1430 | + <string>numberofall</string> | |
1431 | + <string>numberofread</string> | |
1432 | + <string>modefieddate</string> | |
1433 | + <string>lastwrittendate</string> | |
1434 | + <string>modifieddate</string> | |
1435 | + <string>isdatochi</string> | |
1436 | + <string>isfavorite</string> | |
1437 | + <string>@count</string> | |
1438 | + <string>threadid</string> | |
1439 | + <string>sdf</string> | |
1440 | + </array> | |
1441 | + <object class="_NSManagedProxy" key="_NSManagedProxy"/> | |
1442 | + <bool key="NSAvoidsEmptySelection">YES</bool> | |
1443 | + <bool key="NSPreservesSelection">YES</bool> | |
1444 | + <bool key="NSSelectsInsertedObjects">YES</bool> | |
1445 | + <bool key="NSFilterRestrictsInsertion">YES</bool> | |
1446 | + <bool key="NSClearsFilterPredicateOnInsertion">YES</bool> | |
1447 | + </object> | |
1448 | + <object class="NSMenu" id="762779266"> | |
1449 | + <string key="NSTitle"/> | |
1450 | + <array class="NSMutableArray" key="NSMenuItems"> | |
1451 | + <object class="NSMenuItem" id="226791958"> | |
1452 | + <reference key="NSMenu" ref="762779266"/> | |
1453 | + <string key="NSTitle">Delete</string> | |
1454 | + <string key="NSKeyEquiv"/> | |
1455 | + <int key="NSKeyEquivModMask">1048576</int> | |
1456 | + <int key="NSMnemonicLoc">2147483647</int> | |
1457 | + <reference key="NSOnImage" ref="705377678"/> | |
1458 | + <reference key="NSMixedImage" ref="95868564"/> | |
1459 | + </object> | |
1460 | + <object class="NSMenuItem" id="1021934923"> | |
1461 | + <reference key="NSMenu" ref="762779266"/> | |
1462 | + <string key="NSTitle">Open In BathyScaphe</string> | |
1463 | + <string key="NSKeyEquiv"/> | |
1464 | + <int key="NSKeyEquivModMask">1048576</int> | |
1465 | + <int key="NSMnemonicLoc">2147483647</int> | |
1466 | + <reference key="NSOnImage" ref="705377678"/> | |
1467 | + <reference key="NSMixedImage" ref="95868564"/> | |
1468 | + </object> | |
1469 | + <object class="NSMenuItem" id="607353466"> | |
1470 | + <reference key="NSMenu" ref="762779266"/> | |
1471 | + <bool key="NSIsDisabled">YES</bool> | |
1472 | + <bool key="NSIsSeparator">YES</bool> | |
1473 | + <string key="NSTitle"/> | |
1474 | + <string key="NSKeyEquiv"/> | |
1475 | + <int key="NSKeyEquivModMask">1048576</int> | |
1476 | + <int key="NSMnemonicLoc">2147483647</int> | |
1477 | + <reference key="NSOnImage" ref="705377678"/> | |
1478 | + <reference key="NSMixedImage" ref="95868564"/> | |
1479 | + </object> | |
1480 | + <object class="NSMenuItem" id="696432865"> | |
1481 | + <reference key="NSMenu" ref="762779266"/> | |
1482 | + <string key="NSTitle">Open Information</string> | |
1483 | + <string key="NSKeyEquiv"/> | |
1484 | + <int key="NSKeyEquivModMask">1048576</int> | |
1485 | + <int key="NSMnemonicLoc">2147483647</int> | |
1486 | + <reference key="NSOnImage" ref="705377678"/> | |
1487 | + <reference key="NSMixedImage" ref="95868564"/> | |
1488 | + </object> | |
1489 | + </array> | |
1490 | + </object> | |
1491 | + <object class="NSWindowTemplate" id="292187531"> | |
1492 | + <int key="NSWindowStyleMask">31</int> | |
1493 | + <int key="NSWindowBacking">2</int> | |
1494 | + <string key="NSWindowRect">{{396, 360}, {418, 186}}</string> | |
1495 | + <int key="NSWTFlags">-469762048</int> | |
1496 | + <string key="NSWindowTitle">Window</string> | |
1497 | + <string key="NSWindowClass">NSPanel</string> | |
1498 | + <nil key="NSViewClass"/> | |
1499 | + <nil key="NSUserInterfaceItemIdentifier"/> | |
1500 | + <string key="NSWindowContentMaxSize">{999, 186}</string> | |
1501 | + <string key="NSWindowContentMinSize">{200, 186}</string> | |
1502 | + <object class="NSView" key="NSWindowView" id="522238260"> | |
1503 | + <nil key="NSNextResponder"/> | |
1504 | + <int key="NSvFlags">256</int> | |
1505 | + <array class="NSMutableArray" key="NSSubviews"> | |
1506 | + <object class="NSTextField" id="82199185"> | |
1507 | + <reference key="NSNextResponder" ref="522238260"/> | |
1508 | + <int key="NSvFlags">268</int> | |
1509 | + <string key="NSFrame">{{35, 139}, {71, 14}}</string> | |
1510 | + <reference key="NSSuperview" ref="522238260"/> | |
1511 | + <reference key="NSNextKeyView" ref="31043406"/> | |
1512 | + <bool key="NSEnabled">YES</bool> | |
1513 | + <object class="NSTextFieldCell" key="NSCell" id="362020973"> | |
1514 | + <int key="NSCellFlags">67239488</int> | |
1515 | + <int key="NSCellFlags2">71435264</int> | |
1516 | + <string key="NSContents">Create Date:</string> | |
1517 | + <reference key="NSSupport" ref="26"/> | |
1518 | + <reference key="NSControlView" ref="82199185"/> | |
1519 | + <object class="NSColor" key="NSBackgroundColor" id="239822007"> | |
1520 | + <int key="NSColorSpace">6</int> | |
1521 | + <string key="NSCatalogName">System</string> | |
1522 | + <string key="NSColorName">controlColor</string> | |
1523 | + <reference key="NSColor" ref="565213206"/> | |
1524 | + </object> | |
1525 | + <reference key="NSTextColor" ref="70362497"/> | |
1526 | + </object> | |
1527 | + </object> | |
1528 | + <object class="NSTextField" id="428151282"> | |
1529 | + <reference key="NSNextResponder" ref="522238260"/> | |
1530 | + <int key="NSvFlags">268</int> | |
1531 | + <string key="NSFrame">{{26, 117}, {80, 14}}</string> | |
1532 | + <reference key="NSSuperview" ref="522238260"/> | |
1533 | + <reference key="NSNextKeyView" ref="461969707"/> | |
1534 | + <bool key="NSEnabled">YES</bool> | |
1535 | + <object class="NSTextFieldCell" key="NSCell" id="11835663"> | |
1536 | + <int key="NSCellFlags">67239488</int> | |
1537 | + <int key="NSCellFlags2">71435264</int> | |
1538 | + <string key="NSContents">Modifier Date:</string> | |
1539 | + <reference key="NSSupport" ref="26"/> | |
1540 | + <reference key="NSControlView" ref="428151282"/> | |
1541 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1542 | + <reference key="NSTextColor" ref="70362497"/> | |
1543 | + </object> | |
1544 | + </object> | |
1545 | + <object class="NSTextField" id="12803907"> | |
1546 | + <reference key="NSNextResponder" ref="522238260"/> | |
1547 | + <int key="NSvFlags">268</int> | |
1548 | + <string key="NSFrame">{{22, 95}, {84, 14}}</string> | |
1549 | + <reference key="NSSuperview" ref="522238260"/> | |
1550 | + <reference key="NSNextKeyView" ref="988763573"/> | |
1551 | + <bool key="NSEnabled">YES</bool> | |
1552 | + <object class="NSTextFieldCell" key="NSCell" id="924069839"> | |
1553 | + <int key="NSCellFlags">67239488</int> | |
1554 | + <int key="NSCellFlags2">71435264</int> | |
1555 | + <string key="NSContents"># of Response:</string> | |
1556 | + <reference key="NSSupport" ref="26"/> | |
1557 | + <reference key="NSControlView" ref="12803907"/> | |
1558 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1559 | + <reference key="NSTextColor" ref="70362497"/> | |
1560 | + </object> | |
1561 | + </object> | |
1562 | + <object class="NSTextField" id="364321840"> | |
1563 | + <reference key="NSNextResponder" ref="522238260"/> | |
1564 | + <int key="NSvFlags">268</int> | |
1565 | + <string key="NSFrame">{{47, 73}, {59, 14}}</string> | |
1566 | + <reference key="NSSuperview" ref="522238260"/> | |
1567 | + <reference key="NSNextKeyView" ref="923264837"/> | |
1568 | + <bool key="NSEnabled">YES</bool> | |
1569 | + <object class="NSTextFieldCell" key="NSCell" id="488377885"> | |
1570 | + <int key="NSCellFlags">67239488</int> | |
1571 | + <int key="NSCellFlags2">71435264</int> | |
1572 | + <string key="NSContents"># of Read:</string> | |
1573 | + <reference key="NSSupport" ref="26"/> | |
1574 | + <reference key="NSControlView" ref="364321840"/> | |
1575 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1576 | + <reference key="NSTextColor" ref="70362497"/> | |
1577 | + </object> | |
1578 | + </object> | |
1579 | + <object class="NSTextField" id="40385355"> | |
1580 | + <reference key="NSNextResponder" ref="522238260"/> | |
1581 | + <int key="NSvFlags">268</int> | |
1582 | + <string key="NSFrame">{{43, 51}, {63, 14}}</string> | |
1583 | + <reference key="NSSuperview" ref="522238260"/> | |
1584 | + <reference key="NSNextKeyView" ref="368409594"/> | |
1585 | + <bool key="NSEnabled">YES</bool> | |
1586 | + <object class="NSTextFieldCell" key="NSCell" id="314675719"> | |
1587 | + <int key="NSCellFlags">67239488</int> | |
1588 | + <int key="NSCellFlags2">71435264</int> | |
1589 | + <string key="NSContents">Is Favorite:</string> | |
1590 | + <reference key="NSSupport" ref="26"/> | |
1591 | + <reference key="NSControlView" ref="40385355"/> | |
1592 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1593 | + <reference key="NSTextColor" ref="70362497"/> | |
1594 | + </object> | |
1595 | + </object> | |
1596 | + <object class="NSTextField" id="770352482"> | |
1597 | + <reference key="NSNextResponder" ref="522238260"/> | |
1598 | + <int key="NSvFlags">268</int> | |
1599 | + <string key="NSFrame">{{40, 29}, {66, 14}}</string> | |
1600 | + <reference key="NSSuperview" ref="522238260"/> | |
1601 | + <reference key="NSNextKeyView" ref="16720004"/> | |
1602 | + <bool key="NSEnabled">YES</bool> | |
1603 | + <object class="NSTextFieldCell" key="NSCell" id="988601949"> | |
1604 | + <int key="NSCellFlags">67239488</int> | |
1605 | + <int key="NSCellFlags2">71435264</int> | |
1606 | + <string key="NSContents">Is Dat Ochi:</string> | |
1607 | + <reference key="NSSupport" ref="26"/> | |
1608 | + <reference key="NSControlView" ref="770352482"/> | |
1609 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1610 | + <reference key="NSTextColor" ref="70362497"/> | |
1611 | + </object> | |
1612 | + </object> | |
1613 | + <object class="NSTextField" id="938738670"> | |
1614 | + <reference key="NSNextResponder" ref="522238260"/> | |
1615 | + <int key="NSvFlags">268</int> | |
1616 | + <string key="NSFrame">{{7, 7}, {99, 14}}</string> | |
1617 | + <reference key="NSSuperview" ref="522238260"/> | |
1618 | + <reference key="NSNextKeyView" ref="26927671"/> | |
1619 | + <bool key="NSEnabled">YES</bool> | |
1620 | + <object class="NSTextFieldCell" key="NSCell" id="633422990"> | |
1621 | + <int key="NSCellFlags">67239488</int> | |
1622 | + <int key="NSCellFlags2">71435264</int> | |
1623 | + <string key="NSContents">Last Written Date:</string> | |
1624 | + <reference key="NSSupport" ref="26"/> | |
1625 | + <reference key="NSControlView" ref="938738670"/> | |
1626 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1627 | + <reference key="NSTextColor" ref="70362497"/> | |
1628 | + </object> | |
1629 | + </object> | |
1630 | + <object class="NSTextField" id="26927671"> | |
1631 | + <reference key="NSNextResponder" ref="522238260"/> | |
1632 | + <int key="NSvFlags">270</int> | |
1633 | + <string key="NSFrame">{{105, 7}, {304, 14}}</string> | |
1634 | + <reference key="NSSuperview" ref="522238260"/> | |
1635 | + <bool key="NSEnabled">YES</bool> | |
1636 | + <object class="NSTextFieldCell" key="NSCell" id="101513914"> | |
1637 | + <int key="NSCellFlags">67239488</int> | |
1638 | + <int key="NSCellFlags2">-2143157248</int> | |
1639 | + <string key="NSContents">Last Written Date:</string> | |
1640 | + <reference key="NSSupport" ref="26"/> | |
1641 | + <object class="NSDateFormatter" key="NSFormatter" id="404683819"> | |
1642 | + <dictionary class="NSMutableDictionary" key="NS.attributes"> | |
1643 | + <string key="dateFormat_10_0">%m/%d/%y</string> | |
1644 | + <integer value="3" key="dateStyle"/> | |
1645 | + <integer value="1040" key="formatterBehavior"/> | |
1646 | + <integer value="2" key="timeStyle"/> | |
1647 | + </dictionary> | |
1648 | + <string key="NS.format">y年M月d日 H:mm:ss</string> | |
1649 | + <bool key="NS.natural">NO</bool> | |
1650 | + </object> | |
1651 | + <reference key="NSControlView" ref="26927671"/> | |
1652 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1653 | + <reference key="NSTextColor" ref="70362497"/> | |
1654 | + </object> | |
1655 | + </object> | |
1656 | + <object class="NSTextField" id="461969707"> | |
1657 | + <reference key="NSNextResponder" ref="522238260"/> | |
1658 | + <int key="NSvFlags">270</int> | |
1659 | + <string key="NSFrame">{{105, 117}, {304, 14}}</string> | |
1660 | + <reference key="NSSuperview" ref="522238260"/> | |
1661 | + <reference key="NSNextKeyView" ref="12803907"/> | |
1662 | + <bool key="NSEnabled">YES</bool> | |
1663 | + <object class="NSTextFieldCell" key="NSCell" id="889558618"> | |
1664 | + <int key="NSCellFlags">67239488</int> | |
1665 | + <int key="NSCellFlags2">-2143157248</int> | |
1666 | + <string key="NSContents">Modifier Date:</string> | |
1667 | + <reference key="NSSupport" ref="26"/> | |
1668 | + <object class="NSDateFormatter" key="NSFormatter" id="1050358525"> | |
1669 | + <dictionary class="NSMutableDictionary" key="NS.attributes"> | |
1670 | + <string key="dateFormat_10_0">%m/%d/%y</string> | |
1671 | + <integer value="3" key="dateStyle"/> | |
1672 | + <integer value="1040" key="formatterBehavior"/> | |
1673 | + <integer value="2" key="timeStyle"/> | |
1674 | + </dictionary> | |
1675 | + <string key="NS.format">y年M月d日 H:mm:ss</string> | |
1676 | + <bool key="NS.natural">NO</bool> | |
1677 | + </object> | |
1678 | + <reference key="NSControlView" ref="461969707"/> | |
1679 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1680 | + <reference key="NSTextColor" ref="70362497"/> | |
1681 | + </object> | |
1682 | + </object> | |
1683 | + <object class="NSTextField" id="923264837"> | |
1684 | + <reference key="NSNextResponder" ref="522238260"/> | |
1685 | + <int key="NSvFlags">270</int> | |
1686 | + <string key="NSFrame">{{105, 73}, {304, 14}}</string> | |
1687 | + <reference key="NSSuperview" ref="522238260"/> | |
1688 | + <reference key="NSNextKeyView" ref="40385355"/> | |
1689 | + <bool key="NSEnabled">YES</bool> | |
1690 | + <object class="NSTextFieldCell" key="NSCell" id="1037663520"> | |
1691 | + <int key="NSCellFlags">67239488</int> | |
1692 | + <int key="NSCellFlags2">4326400</int> | |
1693 | + <string key="NSContents"># of Read:</string> | |
1694 | + <reference key="NSSupport" ref="26"/> | |
1695 | + <reference key="NSControlView" ref="923264837"/> | |
1696 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1697 | + <reference key="NSTextColor" ref="70362497"/> | |
1698 | + </object> | |
1699 | + </object> | |
1700 | + <object class="NSTextField" id="988763573"> | |
1701 | + <reference key="NSNextResponder" ref="522238260"/> | |
1702 | + <int key="NSvFlags">270</int> | |
1703 | + <string key="NSFrame">{{105, 95}, {304, 14}}</string> | |
1704 | + <reference key="NSSuperview" ref="522238260"/> | |
1705 | + <reference key="NSNextKeyView" ref="364321840"/> | |
1706 | + <bool key="NSEnabled">YES</bool> | |
1707 | + <object class="NSTextFieldCell" key="NSCell" id="898720969"> | |
1708 | + <int key="NSCellFlags">67239488</int> | |
1709 | + <int key="NSCellFlags2">4326400</int> | |
1710 | + <string key="NSContents"># of Response:</string> | |
1711 | + <reference key="NSSupport" ref="26"/> | |
1712 | + <reference key="NSControlView" ref="988763573"/> | |
1713 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1714 | + <reference key="NSTextColor" ref="70362497"/> | |
1715 | + </object> | |
1716 | + </object> | |
1717 | + <object class="NSTextField" id="31043406"> | |
1718 | + <reference key="NSNextResponder" ref="522238260"/> | |
1719 | + <int key="NSvFlags">270</int> | |
1720 | + <string key="NSFrame">{{105, 139}, {304, 14}}</string> | |
1721 | + <reference key="NSSuperview" ref="522238260"/> | |
1722 | + <reference key="NSNextKeyView" ref="428151282"/> | |
1723 | + <bool key="NSEnabled">YES</bool> | |
1724 | + <object class="NSTextFieldCell" key="NSCell" id="1017306245"> | |
1725 | + <int key="NSCellFlags">67239488</int> | |
1726 | + <int key="NSCellFlags2">-2143157248</int> | |
1727 | + <string key="NSContents">Create Date:</string> | |
1728 | + <reference key="NSSupport" ref="26"/> | |
1729 | + <object class="NSDateFormatter" key="NSFormatter" id="1048710588"> | |
1730 | + <dictionary class="NSMutableDictionary" key="NS.attributes"> | |
1731 | + <string key="dateFormat_10_0">%m/%d/%y</string> | |
1732 | + <integer value="3" key="dateStyle"/> | |
1733 | + <integer value="1040" key="formatterBehavior"/> | |
1734 | + <integer value="2" key="timeStyle"/> | |
1735 | + </dictionary> | |
1736 | + <string key="NS.format">y年M月d日 H:mm:ss</string> | |
1737 | + <bool key="NS.natural">NO</bool> | |
1738 | + </object> | |
1739 | + <reference key="NSControlView" ref="31043406"/> | |
1740 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1741 | + <reference key="NSTextColor" ref="70362497"/> | |
1742 | + </object> | |
1743 | + </object> | |
1744 | + <object class="NSButton" id="368409594"> | |
1745 | + <reference key="NSNextResponder" ref="522238260"/> | |
1746 | + <int key="NSvFlags">268</int> | |
1747 | + <string key="NSFrame">{{105, 49}, {18, 18}}</string> | |
1748 | + <reference key="NSSuperview" ref="522238260"/> | |
1749 | + <reference key="NSNextKeyView" ref="770352482"/> | |
1750 | + <bool key="NSEnabled">YES</bool> | |
1751 | + <object class="NSButtonCell" key="NSCell" id="316352328"> | |
1752 | + <int key="NSCellFlags">-1543373312</int> | |
1753 | + <int key="NSCellFlags2">16908288</int> | |
1754 | + <string key="NSContents">Check</string> | |
1755 | + <reference key="NSSupport" ref="26"/> | |
1756 | + <reference key="NSControlView" ref="368409594"/> | |
1757 | + <int key="NSButtonFlags">1215582719</int> | |
1758 | + <int key="NSButtonFlags2">2</int> | |
1759 | + <reference key="NSNormalImage" ref="605431935"/> | |
1760 | + <reference key="NSAlternateImage" ref="443512740"/> | |
1761 | + <string key="NSAlternateContents"/> | |
1762 | + <string key="NSKeyEquivalent"/> | |
1763 | + <int key="NSPeriodicDelay">200</int> | |
1764 | + <int key="NSPeriodicInterval">25</int> | |
1765 | + </object> | |
1766 | + </object> | |
1767 | + <object class="NSButton" id="16720004"> | |
1768 | + <reference key="NSNextResponder" ref="522238260"/> | |
1769 | + <int key="NSvFlags">268</int> | |
1770 | + <string key="NSFrame">{{105, 27}, {18, 18}}</string> | |
1771 | + <reference key="NSSuperview" ref="522238260"/> | |
1772 | + <reference key="NSNextKeyView" ref="938738670"/> | |
1773 | + <bool key="NSEnabled">YES</bool> | |
1774 | + <object class="NSButtonCell" key="NSCell" id="1042479541"> | |
1775 | + <int key="NSCellFlags">-1543373312</int> | |
1776 | + <int key="NSCellFlags2">16908288</int> | |
1777 | + <string key="NSContents">Check</string> | |
1778 | + <reference key="NSSupport" ref="26"/> | |
1779 | + <reference key="NSControlView" ref="16720004"/> | |
1780 | + <int key="NSButtonFlags">1215582719</int> | |
1781 | + <int key="NSButtonFlags2">2</int> | |
1782 | + <reference key="NSNormalImage" ref="605431935"/> | |
1783 | + <reference key="NSAlternateImage" ref="443512740"/> | |
1784 | + <string key="NSAlternateContents"/> | |
1785 | + <string key="NSKeyEquivalent"/> | |
1786 | + <int key="NSPeriodicDelay">200</int> | |
1787 | + <int key="NSPeriodicInterval">25</int> | |
1788 | + </object> | |
1789 | + </object> | |
1790 | + <object class="NSTextField" id="470428780"> | |
1791 | + <reference key="NSNextResponder" ref="522238260"/> | |
1792 | + <int key="NSvFlags">268</int> | |
1793 | + <string key="NSFrame">{{34, 161}, {72, 14}}</string> | |
1794 | + <reference key="NSSuperview" ref="522238260"/> | |
1795 | + <reference key="NSNextKeyView" ref="327958141"/> | |
1796 | + <bool key="NSEnabled">YES</bool> | |
1797 | + <object class="NSTextFieldCell" key="NSCell" id="770668591"> | |
1798 | + <int key="NSCellFlags">67239488</int> | |
1799 | + <int key="NSCellFlags2">71435264</int> | |
1800 | + <string key="NSContents">Thread Title:</string> | |
1801 | + <reference key="NSSupport" ref="26"/> | |
1802 | + <reference key="NSControlView" ref="470428780"/> | |
1803 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1804 | + <reference key="NSTextColor" ref="70362497"/> | |
1805 | + </object> | |
1806 | + </object> | |
1807 | + <object class="NSTextField" id="327958141"> | |
1808 | + <reference key="NSNextResponder" ref="522238260"/> | |
1809 | + <int key="NSvFlags">270</int> | |
1810 | + <string key="NSFrame">{{105, 161}, {304, 14}}</string> | |
1811 | + <reference key="NSSuperview" ref="522238260"/> | |
1812 | + <reference key="NSNextKeyView" ref="82199185"/> | |
1813 | + <bool key="NSEnabled">YES</bool> | |
1814 | + <object class="NSTextFieldCell" key="NSCell" id="871186937"> | |
1815 | + <int key="NSCellFlags">67239488</int> | |
1816 | + <int key="NSCellFlags2">-2143157248</int> | |
1817 | + <string key="NSContents">Thread Title:</string> | |
1818 | + <reference key="NSSupport" ref="26"/> | |
1819 | + <reference key="NSControlView" ref="327958141"/> | |
1820 | + <reference key="NSBackgroundColor" ref="239822007"/> | |
1821 | + <reference key="NSTextColor" ref="70362497"/> | |
1822 | + </object> | |
1823 | + </object> | |
1824 | + </array> | |
1825 | + <string key="NSFrameSize">{418, 186}</string> | |
1826 | + <reference key="NSNextKeyView" ref="470428780"/> | |
1827 | + </object> | |
1828 | + <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string> | |
1829 | + <string key="NSMinSize">{200, 202}</string> | |
1830 | + <string key="NSMaxSize">{999, 202}</string> | |
1831 | + <string key="NSFrameAutosaveName">information</string> | |
1832 | + <bool key="NSWindowIsRestorable">YES</bool> | |
1833 | + </object> | |
1834 | + </array> | |
1835 | + <object class="IBObjectContainer" key="IBDocument.Objects"> | |
1836 | + <array class="NSMutableArray" key="connectionRecords"> | |
1837 | + <object class="IBConnectionRecord"> | |
1838 | + <object class="IBActionConnection" key="connection"> | |
1839 | + <string key="label">orderFrontStandardAboutPanel:</string> | |
1840 | + <reference key="source" ref="11100172"/> | |
1841 | + <reference key="destination" ref="225528753"/> | |
1842 | + </object> | |
1843 | + <int key="connectionID">142</int> | |
1844 | + </object> | |
1845 | + <object class="IBConnectionRecord"> | |
1846 | + <object class="IBOutletConnection" key="connection"> | |
1847 | + <string key="label">delegate</string> | |
1848 | + <reference key="source" ref="11100172"/> | |
1849 | + <reference key="destination" ref="835861059"/> | |
1850 | + </object> | |
1851 | + <int key="connectionID">515</int> | |
1852 | + </object> | |
1853 | + <object class="IBConnectionRecord"> | |
1854 | + <object class="IBActionConnection" key="connection"> | |
1855 | + <string key="label">terminate:</string> | |
1856 | + <reference key="source" ref="310674696"/> | |
1857 | + <reference key="destination" ref="930956560"/> | |
1858 | + </object> | |
1859 | + <int key="connectionID">369</int> | |
1860 | + </object> | |
1861 | + <object class="IBConnectionRecord"> | |
1862 | + <object class="IBActionConnection" key="connection"> | |
1863 | + <string key="label">arrangeInFront:</string> | |
1864 | + <reference key="source" ref="310674696"/> | |
1865 | + <reference key="destination" ref="826940366"/> | |
1866 | + </object> | |
1867 | + <int key="connectionID">39</int> | |
1868 | + </object> | |
1869 | + <object class="IBConnectionRecord"> | |
1870 | + <object class="IBActionConnection" key="connection"> | |
1871 | + <string key="label">performFindPanelAction:</string> | |
1872 | + <reference key="source" ref="310674696"/> | |
1873 | + <reference key="destination" ref="763591455"/> | |
1874 | + </object> | |
1875 | + <int key="connectionID">241</int> | |
1876 | + </object> | |
1877 | + <object class="IBConnectionRecord"> | |
1878 | + <object class="IBActionConnection" key="connection"> | |
1879 | + <string key="label">copy:</string> | |
1880 | + <reference key="source" ref="310674696"/> | |
1881 | + <reference key="destination" ref="88609820"/> | |
1882 | + </object> | |
1883 | + <int key="connectionID">224</int> | |
1884 | + </object> | |
1885 | + <object class="IBConnectionRecord"> | |
1886 | + <object class="IBActionConnection" key="connection"> | |
1887 | + <string key="label">performZoom:</string> | |
1888 | + <reference key="source" ref="310674696"/> | |
1889 | + <reference key="destination" ref="240506234"/> | |
1890 | + </object> | |
1891 | + <int key="connectionID">240</int> | |
1892 | + </object> | |
1893 | + <object class="IBConnectionRecord"> | |
1894 | + <object class="IBActionConnection" key="connection"> | |
1895 | + <string key="label">performMiniaturize:</string> | |
1896 | + <reference key="source" ref="310674696"/> | |
1897 | + <reference key="destination" ref="452626898"/> | |
1898 | + </object> | |
1899 | + <int key="connectionID">37</int> | |
1900 | + </object> | |
1901 | + <object class="IBConnectionRecord"> | |
1902 | + <object class="IBActionConnection" key="connection"> | |
1903 | + <string key="label">cut:</string> | |
1904 | + <reference key="source" ref="310674696"/> | |
1905 | + <reference key="destination" ref="390367400"/> | |
1906 | + </object> | |
1907 | + <int key="connectionID">228</int> | |
1908 | + </object> | |
1909 | + <object class="IBConnectionRecord"> | |
1910 | + <object class="IBActionConnection" key="connection"> | |
1911 | + <string key="label">selectAll:</string> | |
1912 | + <reference key="source" ref="310674696"/> | |
1913 | + <reference key="destination" ref="762741496"/> | |
1914 | + </object> | |
1915 | + <int key="connectionID">232</int> | |
1916 | + </object> | |
1917 | + <object class="IBConnectionRecord"> | |
1918 | + <object class="IBActionConnection" key="connection"> | |
1919 | + <string key="label">print:</string> | |
1920 | + <reference key="source" ref="310674696"/> | |
1921 | + <reference key="destination" ref="483669304"/> | |
1922 | + </object> | |
1923 | + <int key="connectionID">86</int> | |
1924 | + </object> | |
1925 | + <object class="IBConnectionRecord"> | |
1926 | + <object class="IBActionConnection" key="connection"> | |
1927 | + <string key="label">runPageLayout:</string> | |
1928 | + <reference key="source" ref="310674696"/> | |
1929 | + <reference key="destination" ref="472565585"/> | |
1930 | + </object> | |
1931 | + <int key="connectionID">87</int> | |
1932 | + </object> | |
1933 | + <object class="IBConnectionRecord"> | |
1934 | + <object class="IBActionConnection" key="connection"> | |
1935 | + <string key="label">undo:</string> | |
1936 | + <reference key="source" ref="310674696"/> | |
1937 | + <reference key="destination" ref="254210879"/> | |
1938 | + </object> | |
1939 | + <int key="connectionID">223</int> | |
1940 | + </object> | |
1941 | + <object class="IBConnectionRecord"> | |
1942 | + <object class="IBActionConnection" key="connection"> | |
1943 | + <string key="label">centerSelectionInVisibleArea:</string> | |
1944 | + <reference key="source" ref="310674696"/> | |
1945 | + <reference key="destination" ref="945636014"/> | |
1946 | + </object> | |
1947 | + <int key="connectionID">245</int> | |
1948 | + </object> | |
1949 | + <object class="IBConnectionRecord"> | |
1950 | + <object class="IBActionConnection" key="connection"> | |
1951 | + <string key="label">delete:</string> | |
1952 | + <reference key="source" ref="310674696"/> | |
1953 | + <reference key="destination" ref="900715867"/> | |
1954 | + </object> | |
1955 | + <int key="connectionID">235</int> | |
1956 | + </object> | |
1957 | + <object class="IBConnectionRecord"> | |
1958 | + <object class="IBActionConnection" key="connection"> | |
1959 | + <string key="label">hideOtherApplications:</string> | |
1960 | + <reference key="source" ref="310674696"/> | |
1961 | + <reference key="destination" ref="494031886"/> | |
1962 | + </object> | |
1963 | + <int key="connectionID">368</int> | |
1964 | + </object> | |
1965 | + <object class="IBConnectionRecord"> | |
1966 | + <object class="IBActionConnection" key="connection"> | |
1967 | + <string key="label">showHelp:</string> | |
1968 | + <reference key="source" ref="310674696"/> | |
1969 | + <reference key="destination" ref="860655764"/> | |
1970 | + </object> | |
1971 | + <int key="connectionID">360</int> | |
1972 | + </object> | |
1973 | + <object class="IBConnectionRecord"> | |
1974 | + <object class="IBActionConnection" key="connection"> | |
1975 | + <string key="label">toggleToolbarShown:</string> | |
1976 | + <reference key="source" ref="310674696"/> | |
1977 | + <reference key="destination" ref="913518774"/> | |
1978 | + </object> | |
1979 | + <int key="connectionID">366</int> | |
1980 | + </object> | |
1981 | + <object class="IBConnectionRecord"> | |
1982 | + <object class="IBActionConnection" key="connection"> | |
1983 | + <string key="label">unhideAllApplications:</string> | |
1984 | + <reference key="source" ref="310674696"/> | |
1985 | + <reference key="destination" ref="343552900"/> | |
1986 | + </object> | |
1987 | + <int key="connectionID">370</int> | |
1988 | + </object> | |
1989 | + <object class="IBConnectionRecord"> | |
1990 | + <object class="IBActionConnection" key="connection"> | |
1991 | + <string key="label">hide:</string> | |
1992 | + <reference key="source" ref="310674696"/> | |
1993 | + <reference key="destination" ref="151235779"/> | |
1994 | + </object> | |
1995 | + <int key="connectionID">367</int> | |
1996 | + </object> | |
1997 | + <object class="IBConnectionRecord"> | |
1998 | + <object class="IBActionConnection" key="connection"> | |
1999 | + <string key="label">startSpeaking:</string> | |
2000 | + <reference key="source" ref="310674696"/> | |
2001 | + <reference key="destination" ref="208186543"/> | |
2002 | + </object> | |
2003 | + <int key="connectionID">233</int> | |
2004 | + </object> | |
2005 | + <object class="IBConnectionRecord"> | |
2006 | + <object class="IBActionConnection" key="connection"> | |
2007 | + <string key="label">orderFrontColorPanel:</string> | |
2008 | + <reference key="source" ref="310674696"/> | |
2009 | + <reference key="destination" ref="383937255"/> | |
2010 | + </object> | |
2011 | + <int key="connectionID">361</int> | |
2012 | + </object> | |
2013 | + <object class="IBConnectionRecord"> | |
2014 | + <object class="IBActionConnection" key="connection"> | |
2015 | + <string key="label">paste:</string> | |
2016 | + <reference key="source" ref="310674696"/> | |
2017 | + <reference key="destination" ref="167952786"/> | |
2018 | + </object> | |
2019 | + <int key="connectionID">226</int> | |
2020 | + </object> | |
2021 | + <object class="IBConnectionRecord"> | |
2022 | + <object class="IBActionConnection" key="connection"> | |
2023 | + <string key="label">performClose:</string> | |
2024 | + <reference key="source" ref="310674696"/> | |
2025 | + <reference key="destination" ref="978538025"/> | |
2026 | + </object> | |
2027 | + <int key="connectionID">193</int> | |
2028 | + </object> | |
2029 | + <object class="IBConnectionRecord"> | |
2030 | + <object class="IBActionConnection" key="connection"> | |
2031 | + <string key="label">redo:</string> | |
2032 | + <reference key="source" ref="310674696"/> | |
2033 | + <reference key="destination" ref="410861928"/> | |
2034 | + </object> | |
2035 | + <int key="connectionID">231</int> | |
2036 | + </object> | |
2037 | + <object class="IBConnectionRecord"> | |
2038 | + <object class="IBActionConnection" key="connection"> | |
2039 | + <string key="label">stopSpeaking:</string> | |
2040 | + <reference key="source" ref="310674696"/> | |
2041 | + <reference key="destination" ref="32949631"/> | |
2042 | + </object> | |
2043 | + <int key="connectionID">227</int> | |
2044 | + </object> | |
2045 | + <object class="IBConnectionRecord"> | |
2046 | + <object class="IBActionConnection" key="connection"> | |
2047 | + <string key="label">runToolbarCustomizationPalette:</string> | |
2048 | + <reference key="source" ref="310674696"/> | |
2049 | + <reference key="destination" ref="546125457"/> | |
2050 | + </object> | |
2051 | + <int key="connectionID">365</int> | |
2052 | + </object> | |
2053 | + <object class="IBConnectionRecord"> | |
2054 | + <object class="IBBindingConnection" key="connection"> | |
2055 | + <string key="label">displayPatternTitle1: selection.boardname</string> | |
2056 | + <reference key="source" ref="738819069"/> | |
2057 | + <reference key="destination" ref="503375414"/> | |
2058 | + <object class="NSNibBindingConnector" key="connector" id="964346823"> | |
2059 | + <reference key="NSSource" ref="738819069"/> | |
2060 | + <reference key="NSDestination" ref="503375414"/> | |
2061 | + <string key="NSLabel">displayPatternTitle1: selection.boardname</string> | |
2062 | + <string key="NSBinding">displayPatternTitle1</string> | |
2063 | + <string key="NSKeyPath">selection.boardname</string> | |
2064 | + <dictionary key="NSOptions"> | |
2065 | + <string key="NSDisplayPattern">BSDBViewer - %{title1}@</string> | |
2066 | + <string key="NSMultipleValuesPlaceholder"/> | |
2067 | + <string key="NSNoSelectionPlaceholder"/> | |
2068 | + <string key="NSNotApplicablePlaceholder"/> | |
2069 | + <string key="NSNullPlaceholder"/> | |
2070 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2071 | + </dictionary> | |
2072 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2073 | + </object> | |
2074 | + </object> | |
2075 | + <int key="connectionID">508</int> | |
2076 | + </object> | |
2077 | + <object class="IBConnectionRecord"> | |
2078 | + <object class="IBBindingConnection" key="connection"> | |
2079 | + <string key="label">displayPatternTitle2: arrangedObjects.@count</string> | |
2080 | + <reference key="source" ref="738819069"/> | |
2081 | + <reference key="destination" ref="557222632"/> | |
2082 | + <object class="NSNibBindingConnector" key="connector"> | |
2083 | + <reference key="NSSource" ref="738819069"/> | |
2084 | + <reference key="NSDestination" ref="557222632"/> | |
2085 | + <string key="NSLabel">displayPatternTitle2: arrangedObjects.@count</string> | |
2086 | + <string key="NSBinding">displayPatternTitle2</string> | |
2087 | + <string key="NSKeyPath">arrangedObjects.@count</string> | |
2088 | + <dictionary key="NSOptions"> | |
2089 | + <string key="NSDisplayPattern">BSDBViewer - %{title1}@ (%{title2}@ threads)</string> | |
2090 | + <string key="NSMultipleValuesPlaceholder"/> | |
2091 | + <string key="NSNoSelectionPlaceholder"/> | |
2092 | + <string key="NSNotApplicablePlaceholder"/> | |
2093 | + <string key="NSNullPlaceholder"/> | |
2094 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2095 | + </dictionary> | |
2096 | + <reference key="NSPreviousConnector" ref="964346823"/> | |
2097 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2098 | + </object> | |
2099 | + </object> | |
2100 | + <int key="connectionID">509</int> | |
2101 | + </object> | |
2102 | + <object class="IBConnectionRecord"> | |
2103 | + <object class="IBOutletConnection" key="connection"> | |
2104 | + <string key="label">delegate</string> | |
2105 | + <reference key="source" ref="599712099"/> | |
2106 | + <reference key="destination" ref="835861059"/> | |
2107 | + </object> | |
2108 | + <int key="connectionID">423</int> | |
2109 | + </object> | |
2110 | + <object class="IBConnectionRecord"> | |
2111 | + <object class="IBBindingConnection" key="connection"> | |
2112 | + <string key="label">value: arrangedObjects.boardname</string> | |
2113 | + <reference key="source" ref="265492650"/> | |
2114 | + <reference key="destination" ref="503375414"/> | |
2115 | + <object class="NSNibBindingConnector" key="connector"> | |
2116 | + <reference key="NSSource" ref="265492650"/> | |
2117 | + <reference key="NSDestination" ref="503375414"/> | |
2118 | + <string key="NSLabel">value: arrangedObjects.boardname</string> | |
2119 | + <string key="NSBinding">value</string> | |
2120 | + <string key="NSKeyPath">arrangedObjects.boardname</string> | |
2121 | + <dictionary key="NSOptions"> | |
2122 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2123 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2124 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2125 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2126 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2127 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2128 | + <string key="NSMultipleValuesPlaceholder"/> | |
2129 | + <string key="NSNoSelectionPlaceholder"/> | |
2130 | + <string key="NSNotApplicablePlaceholder"/> | |
2131 | + <string key="NSNullPlaceholder"/> | |
2132 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2133 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2134 | + </dictionary> | |
2135 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2136 | + </object> | |
2137 | + </object> | |
2138 | + <int key="connectionID">471</int> | |
2139 | + </object> | |
2140 | + <object class="IBConnectionRecord"> | |
2141 | + <object class="IBOutletConnection" key="connection"> | |
2142 | + <string key="label">delegate</string> | |
2143 | + <reference key="source" ref="683445828"/> | |
2144 | + <reference key="destination" ref="835861059"/> | |
2145 | + </object> | |
2146 | + <int key="connectionID">424</int> | |
2147 | + </object> | |
2148 | + <object class="IBConnectionRecord"> | |
2149 | + <object class="IBOutletConnection" key="connection"> | |
2150 | + <string key="label">menu</string> | |
2151 | + <reference key="source" ref="683445828"/> | |
2152 | + <reference key="destination" ref="762779266"/> | |
2153 | + </object> | |
2154 | + <int key="connectionID">534</int> | |
2155 | + </object> | |
2156 | + <object class="IBConnectionRecord"> | |
2157 | + <object class="IBBindingConnection" key="connection"> | |
2158 | + <string key="label">value: arrangedObjects.threadname</string> | |
2159 | + <reference key="source" ref="867896328"/> | |
2160 | + <reference key="destination" ref="557222632"/> | |
2161 | + <object class="NSNibBindingConnector" key="connector"> | |
2162 | + <reference key="NSSource" ref="867896328"/> | |
2163 | + <reference key="NSDestination" ref="557222632"/> | |
2164 | + <string key="NSLabel">value: arrangedObjects.threadname</string> | |
2165 | + <string key="NSBinding">value</string> | |
2166 | + <string key="NSKeyPath">arrangedObjects.threadname</string> | |
2167 | + <dictionary key="NSOptions"> | |
2168 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2169 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2170 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2171 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2172 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2173 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2174 | + <string key="NSMultipleValuesPlaceholder"/> | |
2175 | + <string key="NSNoSelectionPlaceholder"/> | |
2176 | + <string key="NSNotApplicablePlaceholder"/> | |
2177 | + <string key="NSNullPlaceholder"/> | |
2178 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2179 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2180 | + </dictionary> | |
2181 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2182 | + </object> | |
2183 | + </object> | |
2184 | + <int key="connectionID">474</int> | |
2185 | + </object> | |
2186 | + <object class="IBConnectionRecord"> | |
2187 | + <object class="IBBindingConnection" key="connection"> | |
2188 | + <string key="label">value: arrangedObjects.numberofall</string> | |
2189 | + <reference key="source" ref="821559560"/> | |
2190 | + <reference key="destination" ref="557222632"/> | |
2191 | + <object class="NSNibBindingConnector" key="connector"> | |
2192 | + <reference key="NSSource" ref="821559560"/> | |
2193 | + <reference key="NSDestination" ref="557222632"/> | |
2194 | + <string key="NSLabel">value: arrangedObjects.numberofall</string> | |
2195 | + <string key="NSBinding">value</string> | |
2196 | + <string key="NSKeyPath">arrangedObjects.numberofall</string> | |
2197 | + <dictionary key="NSOptions"> | |
2198 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2199 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2200 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2201 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2202 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2203 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2204 | + <string key="NSMultipleValuesPlaceholder"/> | |
2205 | + <string key="NSNoSelectionPlaceholder"/> | |
2206 | + <string key="NSNotApplicablePlaceholder"/> | |
2207 | + <string key="NSNullPlaceholder"/> | |
2208 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2209 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2210 | + <string key="NSValueTransformerName">BSDBNumberTransformer</string> | |
2211 | + </dictionary> | |
2212 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2213 | + </object> | |
2214 | + </object> | |
2215 | + <int key="connectionID">528</int> | |
2216 | + </object> | |
2217 | + <object class="IBConnectionRecord"> | |
2218 | + <object class="IBBindingConnection" key="connection"> | |
2219 | + <string key="label">predicate: filterPredicate</string> | |
2220 | + <reference key="source" ref="572533967"/> | |
2221 | + <reference key="destination" ref="557222632"/> | |
2222 | + <object class="NSNibBindingConnector" key="connector"> | |
2223 | + <reference key="NSSource" ref="572533967"/> | |
2224 | + <reference key="NSDestination" ref="557222632"/> | |
2225 | + <string key="NSLabel">predicate: filterPredicate</string> | |
2226 | + <string key="NSBinding">predicate</string> | |
2227 | + <string key="NSKeyPath">filterPredicate</string> | |
2228 | + <dictionary key="NSOptions"> | |
2229 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2230 | + <string key="NSDisplayName">Thread Name</string> | |
2231 | + <string key="NSPredicateFormat">threadname contains[c] $value</string> | |
2232 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2233 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2234 | + </dictionary> | |
2235 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2236 | + </object> | |
2237 | + </object> | |
2238 | + <int key="connectionID">488</int> | |
2239 | + </object> | |
2240 | + <object class="IBConnectionRecord"> | |
2241 | + <object class="IBBindingConnection" key="connection"> | |
2242 | + <string key="label">value: arrangedObjects.numberofread</string> | |
2243 | + <reference key="source" ref="18691191"/> | |
2244 | + <reference key="destination" ref="557222632"/> | |
2245 | + <object class="NSNibBindingConnector" key="connector"> | |
2246 | + <reference key="NSSource" ref="18691191"/> | |
2247 | + <reference key="NSDestination" ref="557222632"/> | |
2248 | + <string key="NSLabel">value: arrangedObjects.numberofread</string> | |
2249 | + <string key="NSBinding">value</string> | |
2250 | + <string key="NSKeyPath">arrangedObjects.numberofread</string> | |
2251 | + <dictionary key="NSOptions"> | |
2252 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2253 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2254 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2255 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2256 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2257 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2258 | + <string key="NSMultipleValuesPlaceholder"/> | |
2259 | + <string key="NSNoSelectionPlaceholder"/> | |
2260 | + <string key="NSNotApplicablePlaceholder"/> | |
2261 | + <string key="NSNullPlaceholder"/> | |
2262 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2263 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2264 | + <string key="NSValueTransformerName">BSDBNumberTransformer</string> | |
2265 | + </dictionary> | |
2266 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2267 | + </object> | |
2268 | + </object> | |
2269 | + <int key="connectionID">529</int> | |
2270 | + </object> | |
2271 | + <object class="IBConnectionRecord"> | |
2272 | + <object class="IBBindingConnection" key="connection"> | |
2273 | + <string key="label">value: arrangedObjects.modifieddate</string> | |
2274 | + <reference key="source" ref="557743960"/> | |
2275 | + <reference key="destination" ref="557222632"/> | |
2276 | + <object class="NSNibBindingConnector" key="connector"> | |
2277 | + <reference key="NSSource" ref="557743960"/> | |
2278 | + <reference key="NSDestination" ref="557222632"/> | |
2279 | + <string key="NSLabel">value: arrangedObjects.modifieddate</string> | |
2280 | + <string key="NSBinding">value</string> | |
2281 | + <string key="NSKeyPath">arrangedObjects.modifieddate</string> | |
2282 | + <dictionary key="NSOptions"> | |
2283 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2284 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2285 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2286 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2287 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2288 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2289 | + <string key="NSMultipleValuesPlaceholder"/> | |
2290 | + <string key="NSNoSelectionPlaceholder"/> | |
2291 | + <string key="NSNotApplicablePlaceholder"/> | |
2292 | + <string key="NSNullPlaceholder"/> | |
2293 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2294 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2295 | + <string key="NSValueTransformerName">BSDBDateTransformer</string> | |
2296 | + </dictionary> | |
2297 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2298 | + </object> | |
2299 | + </object> | |
2300 | + <int key="connectionID">516</int> | |
2301 | + </object> | |
2302 | + <object class="IBConnectionRecord"> | |
2303 | + <object class="IBBindingConnection" key="connection"> | |
2304 | + <string key="label">value: arrangedObjects.lastwrittendate</string> | |
2305 | + <reference key="source" ref="910168381"/> | |
2306 | + <reference key="destination" ref="557222632"/> | |
2307 | + <object class="NSNibBindingConnector" key="connector"> | |
2308 | + <reference key="NSSource" ref="910168381"/> | |
2309 | + <reference key="NSDestination" ref="557222632"/> | |
2310 | + <string key="NSLabel">value: arrangedObjects.lastwrittendate</string> | |
2311 | + <string key="NSBinding">value</string> | |
2312 | + <string key="NSKeyPath">arrangedObjects.lastwrittendate</string> | |
2313 | + <dictionary key="NSOptions"> | |
2314 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2315 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2316 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2317 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2318 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2319 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2320 | + <string key="NSMultipleValuesPlaceholder"/> | |
2321 | + <string key="NSNoSelectionPlaceholder"/> | |
2322 | + <string key="NSNotApplicablePlaceholder"/> | |
2323 | + <string key="NSNullPlaceholder"/> | |
2324 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2325 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2326 | + <string key="NSValueTransformerName">BSDBDateTransformer</string> | |
2327 | + </dictionary> | |
2328 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2329 | + </object> | |
2330 | + </object> | |
2331 | + <int key="connectionID">519</int> | |
2332 | + </object> | |
2333 | + <object class="IBConnectionRecord"> | |
2334 | + <object class="IBActionConnection" key="connection"> | |
2335 | + <string key="label">update:</string> | |
2336 | + <reference key="source" ref="259194427"/> | |
2337 | + <reference key="destination" ref="1064823129"/> | |
2338 | + </object> | |
2339 | + <int key="connectionID">514</int> | |
2340 | + </object> | |
2341 | + <object class="IBConnectionRecord"> | |
2342 | + <object class="IBOutletConnection" key="connection"> | |
2343 | + <string key="label">delegate</string> | |
2344 | + <reference key="source" ref="259194427"/> | |
2345 | + <reference key="destination" ref="835861059"/> | |
2346 | + </object> | |
2347 | + <int key="connectionID">426</int> | |
2348 | + </object> | |
2349 | + <object class="IBConnectionRecord"> | |
2350 | + <object class="IBOutletConnection" key="connection"> | |
2351 | + <string key="label">delegate</string> | |
2352 | + <reference key="source" ref="1010369859"/> | |
2353 | + <reference key="destination" ref="835861059"/> | |
2354 | + </object> | |
2355 | + <int key="connectionID">425</int> | |
2356 | + </object> | |
2357 | + <object class="IBConnectionRecord"> | |
2358 | + <object class="IBActionConnection" key="connection"> | |
2359 | + <string key="label">deleteThreadInfo:</string> | |
2360 | + <reference key="source" ref="835861059"/> | |
2361 | + <reference key="destination" ref="226791958"/> | |
2362 | + </object> | |
2363 | + <int key="connectionID">536</int> | |
2364 | + </object> | |
2365 | + <object class="IBConnectionRecord"> | |
2366 | + <object class="IBOutletConnection" key="connection"> | |
2367 | + <string key="label">boardView</string> | |
2368 | + <reference key="source" ref="835861059"/> | |
2369 | + <reference key="destination" ref="599712099"/> | |
2370 | + </object> | |
2371 | + <int key="connectionID">421</int> | |
2372 | + </object> | |
2373 | + <object class="IBConnectionRecord"> | |
2374 | + <object class="IBOutletConnection" key="connection"> | |
2375 | + <string key="label">boardSource</string> | |
2376 | + <reference key="source" ref="835861059"/> | |
2377 | + <reference key="destination" ref="259194427"/> | |
2378 | + </object> | |
2379 | + <int key="connectionID">478</int> | |
2380 | + </object> | |
2381 | + <object class="IBConnectionRecord"> | |
2382 | + <object class="IBOutletConnection" key="connection"> | |
2383 | + <string key="label">threadSource</string> | |
2384 | + <reference key="source" ref="835861059"/> | |
2385 | + <reference key="destination" ref="1010369859"/> | |
2386 | + </object> | |
2387 | + <int key="connectionID">480</int> | |
2388 | + </object> | |
2389 | + <object class="IBConnectionRecord"> | |
2390 | + <object class="IBOutletConnection" key="connection"> | |
2391 | + <string key="label">window</string> | |
2392 | + <reference key="source" ref="835861059"/> | |
2393 | + <reference key="destination" ref="738819069"/> | |
2394 | + </object> | |
2395 | + <int key="connectionID">520</int> | |
2396 | + </object> | |
2397 | + <object class="IBConnectionRecord"> | |
2398 | + <object class="IBOutletConnection" key="connection"> | |
2399 | + <string key="label">boardArrayController</string> | |
2400 | + <reference key="source" ref="835861059"/> | |
2401 | + <reference key="destination" ref="503375414"/> | |
2402 | + </object> | |
2403 | + <int key="connectionID">477</int> | |
2404 | + </object> | |
2405 | + <object class="IBConnectionRecord"> | |
2406 | + <object class="IBOutletConnection" key="connection"> | |
2407 | + <string key="label">threadArrayController</string> | |
2408 | + <reference key="source" ref="835861059"/> | |
2409 | + <reference key="destination" ref="557222632"/> | |
2410 | + </object> | |
2411 | + <int key="connectionID">479</int> | |
2412 | + </object> | |
2413 | + <object class="IBConnectionRecord"> | |
2414 | + <object class="IBActionConnection" key="connection"> | |
2415 | + <string key="label">openInBathyScaphe:</string> | |
2416 | + <reference key="source" ref="835861059"/> | |
2417 | + <reference key="destination" ref="1021934923"/> | |
2418 | + </object> | |
2419 | + <int key="connectionID">543</int> | |
2420 | + </object> | |
2421 | + <object class="IBConnectionRecord"> | |
2422 | + <object class="IBOutletConnection" key="connection"> | |
2423 | + <string key="label">threadView</string> | |
2424 | + <reference key="source" ref="835861059"/> | |
2425 | + <reference key="destination" ref="683445828"/> | |
2426 | + </object> | |
2427 | + <int key="connectionID">422</int> | |
2428 | + </object> | |
2429 | + <object class="IBConnectionRecord"> | |
2430 | + <object class="IBBindingConnection" key="connection"> | |
2431 | + <string key="label">animate: inProgress</string> | |
2432 | + <reference key="source" ref="757154094"/> | |
2433 | + <reference key="destination" ref="835861059"/> | |
2434 | + <object class="NSNibBindingConnector" key="connector"> | |
2435 | + <reference key="NSSource" ref="757154094"/> | |
2436 | + <reference key="NSDestination" ref="835861059"/> | |
2437 | + <string key="NSLabel">animate: inProgress</string> | |
2438 | + <string key="NSBinding">animate</string> | |
2439 | + <string key="NSKeyPath">inProgress</string> | |
2440 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2441 | + </object> | |
2442 | + </object> | |
2443 | + <int key="connectionID">449</int> | |
2444 | + </object> | |
2445 | + <object class="IBConnectionRecord"> | |
2446 | + <object class="IBBindingConnection" key="connection"> | |
2447 | + <string key="label">contentArray: boards</string> | |
2448 | + <reference key="source" ref="503375414"/> | |
2449 | + <reference key="destination" ref="259194427"/> | |
2450 | + <object class="NSNibBindingConnector" key="connector"> | |
2451 | + <reference key="NSSource" ref="503375414"/> | |
2452 | + <reference key="NSDestination" ref="259194427"/> | |
2453 | + <string key="NSLabel">contentArray: boards</string> | |
2454 | + <string key="NSBinding">contentArray</string> | |
2455 | + <string key="NSKeyPath">boards</string> | |
2456 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2457 | + </object> | |
2458 | + </object> | |
2459 | + <int key="connectionID">470</int> | |
2460 | + </object> | |
2461 | + <object class="IBConnectionRecord"> | |
2462 | + <object class="IBBindingConnection" key="connection"> | |
2463 | + <string key="label">contentArray: threads</string> | |
2464 | + <reference key="source" ref="557222632"/> | |
2465 | + <reference key="destination" ref="1010369859"/> | |
2466 | + <object class="NSNibBindingConnector" key="connector"> | |
2467 | + <reference key="NSSource" ref="557222632"/> | |
2468 | + <reference key="NSDestination" ref="1010369859"/> | |
2469 | + <string key="NSLabel">contentArray: threads</string> | |
2470 | + <string key="NSBinding">contentArray</string> | |
2471 | + <string key="NSKeyPath">threads</string> | |
2472 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2473 | + </object> | |
2474 | + </object> | |
2475 | + <int key="connectionID">473</int> | |
2476 | + </object> | |
2477 | + <object class="IBConnectionRecord"> | |
2478 | + <object class="IBBindingConnection" key="connection"> | |
2479 | + <string key="label">predicate: filterPredicate</string> | |
2480 | + <reference key="source" ref="452917758"/> | |
2481 | + <reference key="destination" ref="503375414"/> | |
2482 | + <object class="NSNibBindingConnector" key="connector"> | |
2483 | + <reference key="NSSource" ref="452917758"/> | |
2484 | + <reference key="NSDestination" ref="503375414"/> | |
2485 | + <string key="NSLabel">predicate: filterPredicate</string> | |
2486 | + <string key="NSBinding">predicate</string> | |
2487 | + <string key="NSKeyPath">filterPredicate</string> | |
2488 | + <dictionary key="NSOptions"> | |
2489 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2490 | + <string key="NSDisplayName">Board Name</string> | |
2491 | + <string key="NSPredicateFormat">boardname contains[c] $value</string> | |
2492 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2493 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2494 | + </dictionary> | |
2495 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2496 | + </object> | |
2497 | + </object> | |
2498 | + <int key="connectionID">487</int> | |
2499 | + </object> | |
2500 | + <object class="IBConnectionRecord"> | |
2501 | + <object class="IBBindingConnection" key="connection"> | |
2502 | + <string key="label">value: arrangedObjects.isdatochi</string> | |
2503 | + <reference key="source" ref="420295340"/> | |
2504 | + <reference key="destination" ref="557222632"/> | |
2505 | + <object class="NSNibBindingConnector" key="connector"> | |
2506 | + <reference key="NSSource" ref="420295340"/> | |
2507 | + <reference key="NSDestination" ref="557222632"/> | |
2508 | + <string key="NSLabel">value: arrangedObjects.isdatochi</string> | |
2509 | + <string key="NSBinding">value</string> | |
2510 | + <string key="NSKeyPath">arrangedObjects.isdatochi</string> | |
2511 | + <dictionary key="NSOptions"> | |
2512 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2513 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2514 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2515 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2516 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2517 | + <integer value="-1" key="NSMultipleValuesPlaceholder"/> | |
2518 | + <integer value="-1" key="NSNoSelectionPlaceholder"/> | |
2519 | + <integer value="-1" key="NSNotApplicablePlaceholder"/> | |
2520 | + <integer value="-1" key="NSNullPlaceholder"/> | |
2521 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2522 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2523 | + </dictionary> | |
2524 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2525 | + </object> | |
2526 | + </object> | |
2527 | + <int key="connectionID">499</int> | |
2528 | + </object> | |
2529 | + <object class="IBConnectionRecord"> | |
2530 | + <object class="IBBindingConnection" key="connection"> | |
2531 | + <string key="label">value: arrangedObjects.isfavorite</string> | |
2532 | + <reference key="source" ref="699356544"/> | |
2533 | + <reference key="destination" ref="557222632"/> | |
2534 | + <object class="NSNibBindingConnector" key="connector"> | |
2535 | + <reference key="NSSource" ref="699356544"/> | |
2536 | + <reference key="NSDestination" ref="557222632"/> | |
2537 | + <string key="NSLabel">value: arrangedObjects.isfavorite</string> | |
2538 | + <string key="NSBinding">value</string> | |
2539 | + <string key="NSKeyPath">arrangedObjects.isfavorite</string> | |
2540 | + <dictionary key="NSOptions"> | |
2541 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2542 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2543 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2544 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2545 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2546 | + <integer value="-1" key="NSMultipleValuesPlaceholder"/> | |
2547 | + <integer value="-1" key="NSNoSelectionPlaceholder"/> | |
2548 | + <integer value="-1" key="NSNotApplicablePlaceholder"/> | |
2549 | + <integer value="-1" key="NSNullPlaceholder"/> | |
2550 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2551 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2552 | + </dictionary> | |
2553 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2554 | + </object> | |
2555 | + </object> | |
2556 | + <int key="connectionID">500</int> | |
2557 | + </object> | |
2558 | + <object class="IBConnectionRecord"> | |
2559 | + <object class="IBBindingConnection" key="connection"> | |
2560 | + <string key="label">value: excludeNotHasReadThread</string> | |
2561 | + <reference key="source" ref="1064823129"/> | |
2562 | + <reference key="destination" ref="259194427"/> | |
2563 | + <object class="NSNibBindingConnector" key="connector"> | |
2564 | + <reference key="NSSource" ref="1064823129"/> | |
2565 | + <reference key="NSDestination" ref="259194427"/> | |
2566 | + <string key="NSLabel">value: excludeNotHasReadThread</string> | |
2567 | + <string key="NSBinding">value</string> | |
2568 | + <string key="NSKeyPath">excludeNotHasReadThread</string> | |
2569 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2570 | + </object> | |
2571 | + </object> | |
2572 | + <int key="connectionID">513</int> | |
2573 | + </object> | |
2574 | + <object class="IBConnectionRecord"> | |
2575 | + <object class="IBBindingConnection" key="connection"> | |
2576 | + <string key="label">value: arrangedObjects.threadid</string> | |
2577 | + <reference key="source" ref="202403977"/> | |
2578 | + <reference key="destination" ref="557222632"/> | |
2579 | + <object class="NSNibBindingConnector" key="connector"> | |
2580 | + <reference key="NSSource" ref="202403977"/> | |
2581 | + <reference key="NSDestination" ref="557222632"/> | |
2582 | + <string key="NSLabel">value: arrangedObjects.threadid</string> | |
2583 | + <string key="NSBinding">value</string> | |
2584 | + <string key="NSKeyPath">arrangedObjects.threadid</string> | |
2585 | + <dictionary key="NSOptions"> | |
2586 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2587 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2588 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2589 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2590 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2591 | + <boolean value="YES" key="NSCreatesSortDescriptor"/> | |
2592 | + <string key="NSMultipleValuesPlaceholder"/> | |
2593 | + <string key="NSNoSelectionPlaceholder"/> | |
2594 | + <string key="NSNotApplicablePlaceholder"/> | |
2595 | + <string key="NSNullPlaceholder"/> | |
2596 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2597 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2598 | + <string key="NSValueTransformerName">BSDBDateTransformer</string> | |
2599 | + </dictionary> | |
2600 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2601 | + </object> | |
2602 | + </object> | |
2603 | + <int key="connectionID">540</int> | |
2604 | + </object> | |
2605 | + <object class="IBConnectionRecord"> | |
2606 | + <object class="IBActionConnection" key="connection"> | |
2607 | + <string key="label">orderFront:</string> | |
2608 | + <reference key="source" ref="292187531"/> | |
2609 | + <reference key="destination" ref="526330586"/> | |
2610 | + </object> | |
2611 | + <int key="connectionID">612</int> | |
2612 | + </object> | |
2613 | + <object class="IBConnectionRecord"> | |
2614 | + <object class="IBActionConnection" key="connection"> | |
2615 | + <string key="label">orderFront:</string> | |
2616 | + <reference key="source" ref="292187531"/> | |
2617 | + <reference key="destination" ref="696432865"/> | |
2618 | + </object> | |
2619 | + <int key="connectionID">609</int> | |
2620 | + </object> | |
2621 | + <object class="IBConnectionRecord"> | |
2622 | + <object class="IBBindingConnection" key="connection"> | |
2623 | + <string key="label">displayPatternTitle1: selection.threadname</string> | |
2624 | + <reference key="source" ref="292187531"/> | |
2625 | + <reference key="destination" ref="557222632"/> | |
2626 | + <object class="NSNibBindingConnector" key="connector"> | |
2627 | + <reference key="NSSource" ref="292187531"/> | |
2628 | + <reference key="NSDestination" ref="557222632"/> | |
2629 | + <string key="NSLabel">displayPatternTitle1: selection.threadname</string> | |
2630 | + <string key="NSBinding">displayPatternTitle1</string> | |
2631 | + <string key="NSKeyPath">selection.threadname</string> | |
2632 | + <dictionary key="NSOptions"> | |
2633 | + <string key="NSDisplayPattern">%{title1}@ Information</string> | |
2634 | + <string key="NSMultipleValuesPlaceholder"/> | |
2635 | + <string key="NSNoSelectionPlaceholder"/> | |
2636 | + <string key="NSNotApplicablePlaceholder"/> | |
2637 | + <string key="NSNullPlaceholder"/> | |
2638 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2639 | + </dictionary> | |
2640 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2641 | + </object> | |
2642 | + </object> | |
2643 | + <int key="connectionID">599</int> | |
2644 | + </object> | |
2645 | + <object class="IBConnectionRecord"> | |
2646 | + <object class="IBBindingConnection" key="connection"> | |
2647 | + <string key="label">value: selection.lastwrittendate</string> | |
2648 | + <reference key="source" ref="26927671"/> | |
2649 | + <reference key="destination" ref="557222632"/> | |
2650 | + <object class="NSNibBindingConnector" key="connector"> | |
2651 | + <reference key="NSSource" ref="26927671"/> | |
2652 | + <reference key="NSDestination" ref="557222632"/> | |
2653 | + <string key="NSLabel">value: selection.lastwrittendate</string> | |
2654 | + <string key="NSBinding">value</string> | |
2655 | + <string key="NSKeyPath">selection.lastwrittendate</string> | |
2656 | + <dictionary key="NSOptions"> | |
2657 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2658 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2659 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2660 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2661 | + <boolean value="NO" key="NSConditionallySetsHidden"/> | |
2662 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2663 | + <string key="NSMultipleValuesPlaceholder">Multiple Values</string> | |
2664 | + <string key="NSNoSelectionPlaceholder">Not Selected</string> | |
2665 | + <object class="NSNull" key="NSNotApplicablePlaceholder" id="4"/> | |
2666 | + <string key="NSNullPlaceholder">Has Not Written Yet</string> | |
2667 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2668 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2669 | + <string key="NSValueTransformerName">BSDBDateTransformer</string> | |
2670 | + </dictionary> | |
2671 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2672 | + </object> | |
2673 | + </object> | |
2674 | + <int key="connectionID">596</int> | |
2675 | + </object> | |
2676 | + <object class="IBConnectionRecord"> | |
2677 | + <object class="IBBindingConnection" key="connection"> | |
2678 | + <string key="label">value: selection.modifieddate</string> | |
2679 | + <reference key="source" ref="461969707"/> | |
2680 | + <reference key="destination" ref="557222632"/> | |
2681 | + <object class="NSNibBindingConnector" key="connector"> | |
2682 | + <reference key="NSSource" ref="461969707"/> | |
2683 | + <reference key="NSDestination" ref="557222632"/> | |
2684 | + <string key="NSLabel">value: selection.modifieddate</string> | |
2685 | + <string key="NSBinding">value</string> | |
2686 | + <string key="NSKeyPath">selection.modifieddate</string> | |
2687 | + <dictionary key="NSOptions"> | |
2688 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2689 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2690 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2691 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2692 | + <boolean value="NO" key="NSConditionallySetsHidden"/> | |
2693 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2694 | + <reference key="NSMultipleValuesPlaceholder" ref="4"/> | |
2695 | + <string key="NSNoSelectionPlaceholder">Not Selected</string> | |
2696 | + <reference key="NSNotApplicablePlaceholder" ref="4"/> | |
2697 | + <string key="NSNullPlaceholder">No Cache</string> | |
2698 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2699 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2700 | + <string key="NSValueTransformerName">BSDBDateTransformer</string> | |
2701 | + </dictionary> | |
2702 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2703 | + </object> | |
2704 | + </object> | |
2705 | + <int key="connectionID">608</int> | |
2706 | + </object> | |
2707 | + <object class="IBConnectionRecord"> | |
2708 | + <object class="IBBindingConnection" key="connection"> | |
2709 | + <string key="label">value: selection.numberofread</string> | |
2710 | + <reference key="source" ref="923264837"/> | |
2711 | + <reference key="destination" ref="557222632"/> | |
2712 | + <object class="NSNibBindingConnector" key="connector"> | |
2713 | + <reference key="NSSource" ref="923264837"/> | |
2714 | + <reference key="NSDestination" ref="557222632"/> | |
2715 | + <string key="NSLabel">value: selection.numberofread</string> | |
2716 | + <string key="NSBinding">value</string> | |
2717 | + <string key="NSKeyPath">selection.numberofread</string> | |
2718 | + <dictionary key="NSOptions"> | |
2719 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2720 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2721 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2722 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2723 | + <boolean value="NO" key="NSConditionallySetsHidden"/> | |
2724 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2725 | + <string key="NSMultipleValuesPlaceholder">Multiple Values</string> | |
2726 | + <string key="NSNoSelectionPlaceholder">Not selected</string> | |
2727 | + <string key="NSNotApplicablePlaceholder"/> | |
2728 | + <string key="NSNullPlaceholder">No Cache</string> | |
2729 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2730 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2731 | + </dictionary> | |
2732 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2733 | + </object> | |
2734 | + </object> | |
2735 | + <int key="connectionID">598</int> | |
2736 | + </object> | |
2737 | + <object class="IBConnectionRecord"> | |
2738 | + <object class="IBBindingConnection" key="connection"> | |
2739 | + <string key="label">value: selection.numberofall</string> | |
2740 | + <reference key="source" ref="988763573"/> | |
2741 | + <reference key="destination" ref="557222632"/> | |
2742 | + <object class="NSNibBindingConnector" key="connector"> | |
2743 | + <reference key="NSSource" ref="988763573"/> | |
2744 | + <reference key="NSDestination" ref="557222632"/> | |
2745 | + <string key="NSLabel">value: selection.numberofall</string> | |
2746 | + <string key="NSBinding">value</string> | |
2747 | + <string key="NSKeyPath">selection.numberofall</string> | |
2748 | + <dictionary key="NSOptions"> | |
2749 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2750 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2751 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2752 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2753 | + <boolean value="NO" key="NSConditionallySetsHidden"/> | |
2754 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2755 | + <string key="NSMultipleValuesPlaceholder">Multiple Values</string> | |
2756 | + <string key="NSNoSelectionPlaceholder">Not selected</string> | |
2757 | + <string key="NSNotApplicablePlaceholder"/> | |
2758 | + <string key="NSNullPlaceholder"/> | |
2759 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2760 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2761 | + </dictionary> | |
2762 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2763 | + </object> | |
2764 | + </object> | |
2765 | + <int key="connectionID">597</int> | |
2766 | + </object> | |
2767 | + <object class="IBConnectionRecord"> | |
2768 | + <object class="IBBindingConnection" key="connection"> | |
2769 | + <string key="label">value: selection.threadid</string> | |
2770 | + <reference key="source" ref="31043406"/> | |
2771 | + <reference key="destination" ref="557222632"/> | |
2772 | + <object class="NSNibBindingConnector" key="connector"> | |
2773 | + <reference key="NSSource" ref="31043406"/> | |
2774 | + <reference key="NSDestination" ref="557222632"/> | |
2775 | + <string key="NSLabel">value: selection.threadid</string> | |
2776 | + <string key="NSBinding">value</string> | |
2777 | + <string key="NSKeyPath">selection.threadid</string> | |
2778 | + <dictionary key="NSOptions"> | |
2779 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2780 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2781 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2782 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2783 | + <boolean value="NO" key="NSConditionallySetsHidden"/> | |
2784 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2785 | + <reference key="NSMultipleValuesPlaceholder" ref="4"/> | |
2786 | + <string key="NSNoSelectionPlaceholder">Not Selected</string> | |
2787 | + <reference key="NSNotApplicablePlaceholder" ref="4"/> | |
2788 | + <reference key="NSNullPlaceholder" ref="4"/> | |
2789 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2790 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2791 | + <string key="NSValueTransformerName">BSDBDateTransformer</string> | |
2792 | + </dictionary> | |
2793 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2794 | + </object> | |
2795 | + </object> | |
2796 | + <int key="connectionID">591</int> | |
2797 | + </object> | |
2798 | + <object class="IBConnectionRecord"> | |
2799 | + <object class="IBBindingConnection" key="connection"> | |
2800 | + <string key="label">value: selection.isfavorite</string> | |
2801 | + <reference key="source" ref="368409594"/> | |
2802 | + <reference key="destination" ref="557222632"/> | |
2803 | + <object class="NSNibBindingConnector" key="connector"> | |
2804 | + <reference key="NSSource" ref="368409594"/> | |
2805 | + <reference key="NSDestination" ref="557222632"/> | |
2806 | + <string key="NSLabel">value: selection.isfavorite</string> | |
2807 | + <string key="NSBinding">value</string> | |
2808 | + <string key="NSKeyPath">selection.isfavorite</string> | |
2809 | + <dictionary key="NSOptions"> | |
2810 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2811 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2812 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2813 | + <boolean value="NO" key="NSConditionallySetsHidden"/> | |
2814 | + <integer value="-1" key="NSMultipleValuesPlaceholder"/> | |
2815 | + <integer value="-1" key="NSNoSelectionPlaceholder"/> | |
2816 | + <integer value="-1" key="NSNotApplicablePlaceholder"/> | |
2817 | + <integer value="-1" key="NSNullPlaceholder"/> | |
2818 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2819 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2820 | + </dictionary> | |
2821 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2822 | + </object> | |
2823 | + </object> | |
2824 | + <int key="connectionID">601</int> | |
2825 | + </object> | |
2826 | + <object class="IBConnectionRecord"> | |
2827 | + <object class="IBBindingConnection" key="connection"> | |
2828 | + <string key="label">value: selection.isdatochi</string> | |
2829 | + <reference key="source" ref="16720004"/> | |
2830 | + <reference key="destination" ref="557222632"/> | |
2831 | + <object class="NSNibBindingConnector" key="connector"> | |
2832 | + <reference key="NSSource" ref="16720004"/> | |
2833 | + <reference key="NSDestination" ref="557222632"/> | |
2834 | + <string key="NSLabel">value: selection.isdatochi</string> | |
2835 | + <string key="NSBinding">value</string> | |
2836 | + <string key="NSKeyPath">selection.isdatochi</string> | |
2837 | + <dictionary key="NSOptions"> | |
2838 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2839 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2840 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2841 | + <boolean value="NO" key="NSConditionallySetsHidden"/> | |
2842 | + <integer value="-1" key="NSMultipleValuesPlaceholder"/> | |
2843 | + <integer value="-1" key="NSNoSelectionPlaceholder"/> | |
2844 | + <integer value="-1" key="NSNotApplicablePlaceholder"/> | |
2845 | + <integer value="-1" key="NSNullPlaceholder"/> | |
2846 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2847 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2848 | + </dictionary> | |
2849 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2850 | + </object> | |
2851 | + </object> | |
2852 | + <int key="connectionID">600</int> | |
2853 | + </object> | |
2854 | + <object class="IBConnectionRecord"> | |
2855 | + <object class="IBBindingConnection" key="connection"> | |
2856 | + <string key="label">value: selection.threadname</string> | |
2857 | + <reference key="source" ref="327958141"/> | |
2858 | + <reference key="destination" ref="557222632"/> | |
2859 | + <object class="NSNibBindingConnector" key="connector"> | |
2860 | + <reference key="NSSource" ref="327958141"/> | |
2861 | + <reference key="NSDestination" ref="557222632"/> | |
2862 | + <string key="NSLabel">value: selection.threadname</string> | |
2863 | + <string key="NSBinding">value</string> | |
2864 | + <string key="NSKeyPath">selection.threadname</string> | |
2865 | + <dictionary key="NSOptions"> | |
2866 | + <boolean value="YES" key="NSAllowsEditingMultipleValuesSelection"/> | |
2867 | + <boolean value="NO" key="NSAlwaysPresentsApplicationModalAlerts"/> | |
2868 | + <boolean value="NO" key="NSConditionallySetsEditable"/> | |
2869 | + <boolean value="NO" key="NSConditionallySetsEnabled"/> | |
2870 | + <boolean value="NO" key="NSConditionallySetsHidden"/> | |
2871 | + <boolean value="NO" key="NSContinuouslyUpdatesValue"/> | |
2872 | + <string key="NSMultipleValuesPlaceholder">Multiple Values</string> | |
2873 | + <string key="NSNoSelectionPlaceholder">Not Selected</string> | |
2874 | + <string key="NSNotApplicablePlaceholder"/> | |
2875 | + <string key="NSNullPlaceholder"/> | |
2876 | + <boolean value="YES" key="NSRaisesForNotApplicableKeys"/> | |
2877 | + <boolean value="NO" key="NSValidatesImmediately"/> | |
2878 | + </dictionary> | |
2879 | + <int key="NSNibBindingConnectorVersion">2</int> | |
2880 | + </object> | |
2881 | + </object> | |
2882 | + <int key="connectionID">607</int> | |
2883 | + </object> | |
2884 | + </array> | |
2885 | + <object class="IBMutableOrderedSet" key="objectRecords"> | |
2886 | + <array key="orderedObjects"> | |
2887 | + <object class="IBObjectRecord"> | |
2888 | + <int key="objectID">0</int> | |
2889 | + <array key="object" id="0"/> | |
2890 | + <reference key="children" ref="79101471"/> | |
2891 | + <nil key="parent"/> | |
2892 | + </object> | |
2893 | + <object class="IBObjectRecord"> | |
2894 | + <int key="objectID">-2</int> | |
2895 | + <reference key="object" ref="11100172"/> | |
2896 | + <reference key="parent" ref="0"/> | |
2897 | + <string key="objectName">File's Owner</string> | |
2898 | + </object> | |
2899 | + <object class="IBObjectRecord"> | |
2900 | + <int key="objectID">-1</int> | |
2901 | + <reference key="object" ref="310674696"/> | |
2902 | + <reference key="parent" ref="0"/> | |
2903 | + <string key="objectName">First Responder</string> | |
2904 | + </object> | |
2905 | + <object class="IBObjectRecord"> | |
2906 | + <int key="objectID">-3</int> | |
2907 | + <reference key="object" ref="366105538"/> | |
2908 | + <reference key="parent" ref="0"/> | |
2909 | + <string key="objectName">Application</string> | |
2910 | + </object> | |
2911 | + <object class="IBObjectRecord"> | |
2912 | + <int key="objectID">29</int> | |
2913 | + <reference key="object" ref="88922337"/> | |
2914 | + <array class="NSMutableArray" key="children"> | |
2915 | + <reference ref="1039984765"/> | |
2916 | + <reference ref="230334252"/> | |
2917 | + <reference ref="574291081"/> | |
2918 | + <reference ref="350178198"/> | |
2919 | + <reference ref="398286038"/> | |
2920 | + <reference ref="479085284"/> | |
2921 | + <reference ref="761039126"/> | |
2922 | + </array> | |
2923 | + <reference key="parent" ref="0"/> | |
2924 | + <string key="objectName">MainMenu</string> | |
2925 | + </object> | |
2926 | + <object class="IBObjectRecord"> | |
2927 | + <int key="objectID">19</int> | |
2928 | + <reference key="object" ref="1039984765"/> | |
2929 | + <array class="NSMutableArray" key="children"> | |
2930 | + <reference ref="46338201"/> | |
2931 | + </array> | |
2932 | + <reference key="parent" ref="88922337"/> | |
2933 | + </object> | |
2934 | + <object class="IBObjectRecord"> | |
2935 | + <int key="objectID">24</int> | |
2936 | + <reference key="object" ref="46338201"/> | |
2937 | + <array class="NSMutableArray" key="children"> | |
2938 | + <reference ref="826940366"/> | |
2939 | + <reference ref="452626898"/> | |
2940 | + <reference ref="431234670"/> | |
2941 | + <reference ref="240506234"/> | |
2942 | + <reference ref="526330586"/> | |
2943 | + <reference ref="1025207743"/> | |
2944 | + </array> | |
2945 | + <reference key="parent" ref="1039984765"/> | |
2946 | + </object> | |
2947 | + <object class="IBObjectRecord"> | |
2948 | + <int key="objectID">5</int> | |
2949 | + <reference key="object" ref="826940366"/> | |
2950 | + <reference key="parent" ref="46338201"/> | |
2951 | + </object> | |
2952 | + <object class="IBObjectRecord"> | |
2953 | + <int key="objectID">23</int> | |
2954 | + <reference key="object" ref="452626898"/> | |
2955 | + <reference key="parent" ref="46338201"/> | |
2956 | + </object> | |
2957 | + <object class="IBObjectRecord"> | |
2958 | + <int key="objectID">92</int> | |
2959 | + <reference key="object" ref="431234670"/> | |
2960 | + <reference key="parent" ref="46338201"/> | |
2961 | + </object> | |
2962 | + <object class="IBObjectRecord"> | |
2963 | + <int key="objectID">239</int> | |
2964 | + <reference key="object" ref="240506234"/> | |
2965 | + <reference key="parent" ref="46338201"/> | |
2966 | + </object> | |
2967 | + <object class="IBObjectRecord"> | |
2968 | + <int key="objectID">610</int> | |
2969 | + <reference key="object" ref="526330586"/> | |
2970 | + <reference key="parent" ref="46338201"/> | |
2971 | + </object> | |
2972 | + <object class="IBObjectRecord"> | |
2973 | + <int key="objectID">611</int> | |
2974 | + <reference key="object" ref="1025207743"/> | |
2975 | + <reference key="parent" ref="46338201"/> | |
2976 | + </object> | |
2977 | + <object class="IBObjectRecord"> | |
2978 | + <int key="objectID">56</int> | |
2979 | + <reference key="object" ref="230334252"/> | |
2980 | + <array class="NSMutableArray" key="children"> | |
2981 | + <reference ref="565512492"/> | |
2982 | + </array> | |
2983 | + <reference key="parent" ref="88922337"/> | |
2984 | + </object> | |
2985 | + <object class="IBObjectRecord"> | |
2986 | + <int key="objectID">57</int> | |
2987 | + <reference key="object" ref="565512492"/> | |
2988 | + <array class="NSMutableArray" key="children"> | |
2989 | + <reference ref="225528753"/> | |
2990 | + <reference ref="426114373"/> | |
2991 | + <reference ref="934609084"/> | |
2992 | + <reference ref="151235779"/> | |
2993 | + <reference ref="930956560"/> | |
2994 | + <reference ref="508688550"/> | |
2995 | + <reference ref="316717373"/> | |
2996 | + <reference ref="494031886"/> | |
2997 | + <reference ref="126357911"/> | |
2998 | + <reference ref="343552900"/> | |
2999 | + <reference ref="302841056"/> | |
3000 | + </array> | |
3001 | + <reference key="parent" ref="230334252"/> | |
3002 | + </object> | |
3003 | + <object class="IBObjectRecord"> | |
3004 | + <int key="objectID">58</int> | |
3005 | + <reference key="object" ref="225528753"/> | |
3006 | + <reference key="parent" ref="565512492"/> | |
3007 | + </object> | |
3008 | + <object class="IBObjectRecord"> | |
3009 | + <int key="objectID">129</int> | |
3010 | + <reference key="object" ref="426114373"/> | |
3011 | + <reference key="parent" ref="565512492"/> | |
3012 | + </object> | |
3013 | + <object class="IBObjectRecord"> | |
3014 | + <int key="objectID">131</int> | |
3015 | + <reference key="object" ref="934609084"/> | |
3016 | + <array class="NSMutableArray" key="children"> | |
3017 | + <reference ref="64533110"/> | |
3018 | + </array> | |
3019 | + <reference key="parent" ref="565512492"/> | |
3020 | + </object> | |
3021 | + <object class="IBObjectRecord"> | |
3022 | + <int key="objectID">130</int> | |
3023 | + <reference key="object" ref="64533110"/> | |
3024 | + <reference key="parent" ref="934609084"/> | |
3025 | + </object> | |
3026 | + <object class="IBObjectRecord"> | |
3027 | + <int key="objectID">134</int> | |
3028 | + <reference key="object" ref="151235779"/> | |
3029 | + <reference key="parent" ref="565512492"/> | |
3030 | + </object> | |
3031 | + <object class="IBObjectRecord"> | |
3032 | + <int key="objectID">136</int> | |
3033 | + <reference key="object" ref="930956560"/> | |
3034 | + <reference key="parent" ref="565512492"/> | |
3035 | + </object> | |
3036 | + <object class="IBObjectRecord"> | |
3037 | + <int key="objectID">143</int> | |
3038 | + <reference key="object" ref="508688550"/> | |
3039 | + <reference key="parent" ref="565512492"/> | |
3040 | + </object> | |
3041 | + <object class="IBObjectRecord"> | |
3042 | + <int key="objectID">144</int> | |
3043 | + <reference key="object" ref="316717373"/> | |
3044 | + <reference key="parent" ref="565512492"/> | |
3045 | + </object> | |
3046 | + <object class="IBObjectRecord"> | |
3047 | + <int key="objectID">145</int> | |
3048 | + <reference key="object" ref="494031886"/> | |
3049 | + <reference key="parent" ref="565512492"/> | |
3050 | + </object> | |
3051 | + <object class="IBObjectRecord"> | |
3052 | + <int key="objectID">149</int> | |
3053 | + <reference key="object" ref="126357911"/> | |
3054 | + <reference key="parent" ref="565512492"/> | |
3055 | + </object> | |
3056 | + <object class="IBObjectRecord"> | |
3057 | + <int key="objectID">150</int> | |
3058 | + <reference key="object" ref="343552900"/> | |
3059 | + <reference key="parent" ref="565512492"/> | |
3060 | + </object> | |
3061 | + <object class="IBObjectRecord"> | |
3062 | + <int key="objectID">236</int> | |
3063 | + <reference key="object" ref="302841056"/> | |
3064 | + <reference key="parent" ref="565512492"/> | |
3065 | + </object> | |
3066 | + <object class="IBObjectRecord"> | |
3067 | + <int key="objectID">83</int> | |
3068 | + <reference key="object" ref="574291081"/> | |
3069 | + <array class="NSMutableArray" key="children"> | |
3070 | + <reference ref="312444351"/> | |
3071 | + </array> | |
3072 | + <reference key="parent" ref="88922337"/> | |
3073 | + </object> | |
3074 | + <object class="IBObjectRecord"> | |
3075 | + <int key="objectID">81</int> | |
3076 | + <reference key="object" ref="312444351"/> | |
3077 | + <array class="NSMutableArray" key="children"> | |
3078 | + <reference ref="978538025"/> | |
3079 | + <reference ref="145048103"/> | |
3080 | + <reference ref="472565585"/> | |
3081 | + <reference ref="483669304"/> | |
3082 | + </array> | |
3083 | + <reference key="parent" ref="574291081"/> | |
3084 | + </object> | |
3085 | + <object class="IBObjectRecord"> | |
3086 | + <int key="objectID">73</int> | |
3087 | + <reference key="object" ref="978538025"/> | |
3088 | + <reference key="parent" ref="312444351"/> | |
3089 | + </object> | |
3090 | + <object class="IBObjectRecord"> | |
3091 | + <int key="objectID">74</int> | |
3092 | + <reference key="object" ref="145048103"/> | |
3093 | + <reference key="parent" ref="312444351"/> | |
3094 | + </object> | |
3095 | + <object class="IBObjectRecord"> | |
3096 | + <int key="objectID">77</int> | |
3097 | + <reference key="object" ref="472565585"/> | |
3098 | + <reference key="parent" ref="312444351"/> | |
3099 | + </object> | |
3100 | + <object class="IBObjectRecord"> | |
3101 | + <int key="objectID">78</int> | |
3102 | + <reference key="object" ref="483669304"/> | |
3103 | + <reference key="parent" ref="312444351"/> | |
3104 | + </object> | |
3105 | + <object class="IBObjectRecord"> | |
3106 | + <int key="objectID">103</int> | |
3107 | + <reference key="object" ref="350178198"/> | |
3108 | + <array class="NSMutableArray" key="children"> | |
3109 | + <reference ref="869424795"/> | |
3110 | + </array> | |
3111 | + <reference key="parent" ref="88922337"/> | |
3112 | + </object> | |
3113 | + <object class="IBObjectRecord"> | |
3114 | + <int key="objectID">106</int> | |
3115 | + <reference key="object" ref="869424795"/> | |
3116 | + <array class="NSMutableArray" key="children"> | |
3117 | + <reference ref="860655764"/> | |
3118 | + </array> | |
3119 | + <reference key="parent" ref="350178198"/> | |
3120 | + </object> | |
3121 | + <object class="IBObjectRecord"> | |
3122 | + <int key="objectID">111</int> | |
3123 | + <reference key="object" ref="860655764"/> | |
3124 | + <reference key="parent" ref="869424795"/> | |
3125 | + </object> | |
3126 | + <object class="IBObjectRecord"> | |
3127 | + <int key="objectID">217</int> | |
3128 | + <reference key="object" ref="398286038"/> | |
3129 | + <array class="NSMutableArray" key="children"> | |
3130 | + <reference ref="1008837027"/> | |
3131 | + </array> | |
3132 | + <reference key="parent" ref="88922337"/> | |
3133 | + </object> | |
3134 | + <object class="IBObjectRecord"> | |
3135 | + <int key="objectID">205</int> | |
3136 | + <reference key="object" ref="1008837027"/> | |
3137 | + <array class="NSMutableArray" key="children"> | |
3138 | + <reference ref="88609820"/> | |
3139 | + <reference ref="762741496"/> | |
3140 | + <reference ref="390367400"/> | |
3141 | + <reference ref="900715867"/> | |
3142 | + <reference ref="167952786"/> | |
3143 | + <reference ref="860582018"/> | |
3144 | + <reference ref="254210879"/> | |
3145 | + <reference ref="974700491"/> | |
3146 | + <reference ref="404241530"/> | |
3147 | + <reference ref="410861928"/> | |
3148 | + <reference ref="797208054"/> | |
3149 | + </array> | |
3150 | + <reference key="parent" ref="398286038"/> | |
3151 | + </object> | |
3152 | + <object class="IBObjectRecord"> | |
3153 | + <int key="objectID">197</int> | |
3154 | + <reference key="object" ref="88609820"/> | |
3155 | + <reference key="parent" ref="1008837027"/> | |
3156 | + </object> | |
3157 | + <object class="IBObjectRecord"> | |
3158 | + <int key="objectID">198</int> | |
3159 | + <reference key="object" ref="762741496"/> | |
3160 | + <reference key="parent" ref="1008837027"/> | |
3161 | + </object> | |
3162 | + <object class="IBObjectRecord"> | |
3163 | + <int key="objectID">199</int> | |
3164 | + <reference key="object" ref="390367400"/> | |
3165 | + <reference key="parent" ref="1008837027"/> | |
3166 | + </object> | |
3167 | + <object class="IBObjectRecord"> | |
3168 | + <int key="objectID">202</int> | |
3169 | + <reference key="object" ref="900715867"/> | |
3170 | + <reference key="parent" ref="1008837027"/> | |
3171 | + </object> | |
3172 | + <object class="IBObjectRecord"> | |
3173 | + <int key="objectID">203</int> | |
3174 | + <reference key="object" ref="167952786"/> | |
3175 | + <reference key="parent" ref="1008837027"/> | |
3176 | + </object> | |
3177 | + <object class="IBObjectRecord"> | |
3178 | + <int key="objectID">206</int> | |
3179 | + <reference key="object" ref="860582018"/> | |
3180 | + <reference key="parent" ref="1008837027"/> | |
3181 | + </object> | |
3182 | + <object class="IBObjectRecord"> | |
3183 | + <int key="objectID">207</int> | |
3184 | + <reference key="object" ref="254210879"/> | |
3185 | + <reference key="parent" ref="1008837027"/> | |
3186 | + </object> | |
3187 | + <object class="IBObjectRecord"> | |
3188 | + <int key="objectID">211</int> | |
3189 | + <reference key="object" ref="974700491"/> | |
3190 | + <array class="NSMutableArray" key="children"> | |
3191 | + <reference ref="770954062"/> | |
3192 | + </array> | |
3193 | + <reference key="parent" ref="1008837027"/> | |
3194 | + </object> | |
3195 | + <object class="IBObjectRecord"> | |
3196 | + <int key="objectID">212</int> | |
3197 | + <reference key="object" ref="770954062"/> | |
3198 | + <array class="NSMutableArray" key="children"> | |
3199 | + <reference ref="32949631"/> | |
3200 | + <reference ref="208186543"/> | |
3201 | + </array> | |
3202 | + <reference key="parent" ref="974700491"/> | |
3203 | + </object> | |
3204 | + <object class="IBObjectRecord"> | |
3205 | + <int key="objectID">195</int> | |
3206 | + <reference key="object" ref="32949631"/> | |
3207 | + <reference key="parent" ref="770954062"/> | |
3208 | + </object> | |
3209 | + <object class="IBObjectRecord"> | |
3210 | + <int key="objectID">196</int> | |
3211 | + <reference key="object" ref="208186543"/> | |
3212 | + <reference key="parent" ref="770954062"/> | |
3213 | + </object> | |
3214 | + <object class="IBObjectRecord"> | |
3215 | + <int key="objectID">214</int> | |
3216 | + <reference key="object" ref="404241530"/> | |
3217 | + <reference key="parent" ref="1008837027"/> | |
3218 | + </object> | |
3219 | + <object class="IBObjectRecord"> | |
3220 | + <int key="objectID">215</int> | |
3221 | + <reference key="object" ref="410861928"/> | |
3222 | + <reference key="parent" ref="1008837027"/> | |
3223 | + </object> | |
3224 | + <object class="IBObjectRecord"> | |
3225 | + <int key="objectID">218</int> | |
3226 | + <reference key="object" ref="797208054"/> | |
3227 | + <array class="NSMutableArray" key="children"> | |
3228 | + <reference ref="996251046"/> | |
3229 | + </array> | |
3230 | + <reference key="parent" ref="1008837027"/> | |
3231 | + </object> | |
3232 | + <object class="IBObjectRecord"> | |
3233 | + <int key="objectID">220</int> | |
3234 | + <reference key="object" ref="996251046"/> | |
3235 | + <array class="NSMutableArray" key="children"> | |
3236 | + <reference ref="127748627"/> | |
3237 | + <reference ref="763591455"/> | |
3238 | + <reference ref="945636014"/> | |
3239 | + <reference ref="352432631"/> | |
3240 | + <reference ref="143759572"/> | |
3241 | + </array> | |
3242 | + <reference key="parent" ref="797208054"/> | |
3243 | + </object> | |
3244 | + <object class="IBObjectRecord"> | |
3245 | + <int key="objectID">208</int> | |
3246 | + <reference key="object" ref="127748627"/> | |
3247 | + <reference key="parent" ref="996251046"/> | |
3248 | + </object> | |
3249 | + <object class="IBObjectRecord"> | |
3250 | + <int key="objectID">209</int> | |
3251 | + <reference key="object" ref="763591455"/> | |
3252 | + <reference key="parent" ref="996251046"/> | |
3253 | + </object> | |
3254 | + <object class="IBObjectRecord"> | |
3255 | + <int key="objectID">210</int> | |
3256 | + <reference key="object" ref="945636014"/> | |
3257 | + <reference key="parent" ref="996251046"/> | |
3258 | + </object> | |
3259 | + <object class="IBObjectRecord"> | |
3260 | + <int key="objectID">213</int> | |
3261 | + <reference key="object" ref="352432631"/> | |
3262 | + <reference key="parent" ref="996251046"/> | |
3263 | + </object> | |
3264 | + <object class="IBObjectRecord"> | |
3265 | + <int key="objectID">221</int> | |
3266 | + <reference key="object" ref="143759572"/> | |
3267 | + <reference key="parent" ref="996251046"/> | |
3268 | + </object> | |
3269 | + <object class="IBObjectRecord"> | |
3270 | + <int key="objectID">295</int> | |
3271 | + <reference key="object" ref="479085284"/> | |
3272 | + <array class="NSMutableArray" key="children"> | |
3273 | + <reference ref="276838900"/> | |
3274 | + </array> | |
3275 | + <reference key="parent" ref="88922337"/> | |
3276 | + </object> | |
3277 | + <object class="IBObjectRecord"> | |
3278 | + <int key="objectID">296</int> | |
3279 | + <reference key="object" ref="276838900"/> | |
3280 | + <array class="NSMutableArray" key="children"> | |
3281 | + <reference ref="913518774"/> | |
3282 | + <reference ref="546125457"/> | |
3283 | + </array> | |
3284 | + <reference key="parent" ref="479085284"/> | |
3285 | + </object> | |
3286 | + <object class="IBObjectRecord"> | |
3287 | + <int key="objectID">297</int> | |
3288 | + <reference key="object" ref="913518774"/> | |
3289 | + <reference key="parent" ref="276838900"/> | |
3290 | + </object> | |
3291 | + <object class="IBObjectRecord"> | |
3292 | + <int key="objectID">298</int> | |
3293 | + <reference key="object" ref="546125457"/> | |
3294 | + <reference key="parent" ref="276838900"/> | |
3295 | + </object> | |
3296 | + <object class="IBObjectRecord"> | |
3297 | + <int key="objectID">299</int> | |
3298 | + <reference key="object" ref="761039126"/> | |
3299 | + <array class="NSMutableArray" key="children"> | |
3300 | + <reference ref="581160338"/> | |
3301 | + </array> | |
3302 | + <reference key="parent" ref="88922337"/> | |
3303 | + </object> | |
3304 | + <object class="IBObjectRecord"> | |
3305 | + <int key="objectID">300</int> | |
3306 | + <reference key="object" ref="581160338"/> | |
3307 | + <array class="NSMutableArray" key="children"> | |
3308 | + <reference ref="827104171"/> | |
3309 | + <reference ref="383937255"/> | |
3310 | + </array> | |
3311 | + <reference key="parent" ref="761039126"/> | |
3312 | + </object> | |
3313 | + <object class="IBObjectRecord"> | |
3314 | + <int key="objectID">344</int> | |
3315 | + <reference key="object" ref="827104171"/> | |
3316 | + <reference key="parent" ref="581160338"/> | |
3317 | + </object> | |
3318 | + <object class="IBObjectRecord"> | |
3319 | + <int key="objectID">345</int> | |
3320 | + <reference key="object" ref="383937255"/> | |
3321 | + <reference key="parent" ref="581160338"/> | |
3322 | + </object> | |
3323 | + <object class="IBObjectRecord"> | |
3324 | + <int key="objectID">371</int> | |
3325 | + <reference key="object" ref="738819069"/> | |
3326 | + <array class="NSMutableArray" key="children"> | |
3327 | + <reference ref="542777710"/> | |
3328 | + </array> | |
3329 | + <reference key="parent" ref="0"/> | |
3330 | + <string key="objectName">Window (Window)</string> | |
3331 | + </object> | |
3332 | + <object class="IBObjectRecord"> | |
3333 | + <int key="objectID">372</int> | |
3334 | + <reference key="object" ref="542777710"/> | |
3335 | + <array class="NSMutableArray" key="children"> | |
3336 | + <reference ref="572533967"/> | |
3337 | + <reference ref="757154094"/> | |
3338 | + <reference ref="833745167"/> | |
3339 | + <reference ref="452917758"/> | |
3340 | + <reference ref="1064823129"/> | |
3341 | + </array> | |
3342 | + <reference key="parent" ref="738819069"/> | |
3343 | + </object> | |
3344 | + <object class="IBObjectRecord"> | |
3345 | + <int key="objectID">395</int> | |
3346 | + <reference key="object" ref="572533967"/> | |
3347 | + <array class="NSMutableArray" key="children"> | |
3348 | + <reference ref="670283965"/> | |
3349 | + </array> | |
3350 | + <reference key="parent" ref="542777710"/> | |
3351 | + </object> | |
3352 | + <object class="IBObjectRecord"> | |
3353 | + <int key="objectID">427</int> | |
3354 | + <reference key="object" ref="757154094"/> | |
3355 | + <reference key="parent" ref="542777710"/> | |
3356 | + </object> | |
3357 | + <object class="IBObjectRecord"> | |
3358 | + <int key="objectID">481</int> | |
3359 | + <reference key="object" ref="833745167"/> | |
3360 | + <array class="NSMutableArray" key="children"> | |
3361 | + <reference ref="929806606"/> | |
3362 | + <reference ref="42975946"/> | |
3363 | + </array> | |
3364 | + <reference key="parent" ref="542777710"/> | |
3365 | + </object> | |
3366 | + <object class="IBObjectRecord"> | |
3367 | + <int key="objectID">375</int> | |
3368 | + <reference key="object" ref="929806606"/> | |
3369 | + <array class="NSMutableArray" key="children"> | |
3370 | + <reference ref="599712099"/> | |
3371 | + <reference ref="699390850"/> | |
3372 | + <reference ref="345953097"/> | |
3373 | + <reference ref="430927301"/> | |
3374 | + </array> | |
3375 | + <reference key="parent" ref="833745167"/> | |
3376 | + </object> | |
3377 | + <object class="IBObjectRecord"> | |
3378 | + <int key="objectID">378</int> | |
3379 | + <reference key="object" ref="599712099"/> | |
3380 | + <array class="NSMutableArray" key="children"> | |
3381 | + <reference ref="265492650"/> | |
3382 | + </array> | |
3383 | + <reference key="parent" ref="929806606"/> | |
3384 | + </object> | |
3385 | + <object class="IBObjectRecord"> | |
3386 | + <int key="objectID">380</int> | |
3387 | + <reference key="object" ref="265492650"/> | |
3388 | + <array class="NSMutableArray" key="children"> | |
3389 | + <reference ref="554835608"/> | |
3390 | + </array> | |
3391 | + <reference key="parent" ref="599712099"/> | |
3392 | + </object> | |
3393 | + <object class="IBObjectRecord"> | |
3394 | + <int key="objectID">383</int> | |
3395 | + <reference key="object" ref="554835608"/> | |
3396 | + <reference key="parent" ref="265492650"/> | |
3397 | + </object> | |
3398 | + <object class="IBObjectRecord"> | |
3399 | + <int key="objectID">386</int> | |
3400 | + <reference key="object" ref="42975946"/> | |
3401 | + <array class="NSMutableArray" key="children"> | |
3402 | + <reference ref="683445828"/> | |
3403 | + <reference ref="526794866"/> | |
3404 | + <reference ref="705428807"/> | |
3405 | + <reference ref="299575524"/> | |
3406 | + </array> | |
3407 | + <reference key="parent" ref="833745167"/> | |
3408 | + </object> | |
3409 | + <object class="IBObjectRecord"> | |
3410 | + <int key="objectID">389</int> | |
3411 | + <reference key="object" ref="683445828"/> | |
3412 | + <array class="NSMutableArray" key="children"> | |
3413 | + <reference ref="867896328"/> | |
3414 | + <reference ref="821559560"/> | |
3415 | + <reference ref="18691191"/> | |
3416 | + <reference ref="557743960"/> | |
3417 | + <reference ref="910168381"/> | |
3418 | + <reference ref="420295340"/> | |
3419 | + <reference ref="699356544"/> | |
3420 | + <reference ref="202403977"/> | |
3421 | + </array> | |
3422 | + <reference key="parent" ref="42975946"/> | |
3423 | + </object> | |
3424 | + <object class="IBObjectRecord"> | |
3425 | + <int key="objectID">391</int> | |
3426 | + <reference key="object" ref="867896328"/> | |
3427 | + <array class="NSMutableArray" key="children"> | |
3428 | + <reference ref="435946103"/> | |
3429 | + </array> | |
3430 | + <reference key="parent" ref="683445828"/> | |
3431 | + </object> | |
3432 | + <object class="IBObjectRecord"> | |
3433 | + <int key="objectID">394</int> | |
3434 | + <reference key="object" ref="435946103"/> | |
3435 | + <reference key="parent" ref="867896328"/> | |
3436 | + </object> | |
3437 | + <object class="IBObjectRecord"> | |
3438 | + <int key="objectID">392</int> | |
3439 | + <reference key="object" ref="821559560"/> | |
3440 | + <array class="NSMutableArray" key="children"> | |
3441 | + <reference ref="279690934"/> | |
3442 | + </array> | |
3443 | + <reference key="parent" ref="683445828"/> | |
3444 | + </object> | |
3445 | + <object class="IBObjectRecord"> | |
3446 | + <int key="objectID">393</int> | |
3447 | + <reference key="object" ref="279690934"/> | |
3448 | + <array class="NSMutableArray" key="children"> | |
3449 | + <reference ref="177524651"/> | |
3450 | + </array> | |
3451 | + <reference key="parent" ref="821559560"/> | |
3452 | + </object> | |
3453 | + <object class="IBObjectRecord"> | |
3454 | + <int key="objectID">397</int> | |
3455 | + <reference key="object" ref="18691191"/> | |
3456 | + <array class="NSMutableArray" key="children"> | |
3457 | + <reference ref="515046574"/> | |
3458 | + </array> | |
3459 | + <reference key="parent" ref="683445828"/> | |
3460 | + </object> | |
3461 | + <object class="IBObjectRecord"> | |
3462 | + <int key="objectID">398</int> | |
3463 | + <reference key="object" ref="515046574"/> | |
3464 | + <array class="NSMutableArray" key="children"> | |
3465 | + <reference ref="645795472"/> | |
3466 | + </array> | |
3467 | + <reference key="parent" ref="18691191"/> | |
3468 | + </object> | |
3469 | + <object class="IBObjectRecord"> | |
3470 | + <int key="objectID">399</int> | |
3471 | + <reference key="object" ref="557743960"/> | |
3472 | + <array class="NSMutableArray" key="children"> | |
3473 | + <reference ref="143767591"/> | |
3474 | + </array> | |
3475 | + <reference key="parent" ref="683445828"/> | |
3476 | + </object> | |
3477 | + <object class="IBObjectRecord"> | |
3478 | + <int key="objectID">400</int> | |
3479 | + <reference key="object" ref="143767591"/> | |
3480 | + <array class="NSMutableArray" key="children"> | |
3481 | + <reference ref="745379827"/> | |
3482 | + </array> | |
3483 | + <reference key="parent" ref="557743960"/> | |
3484 | + </object> | |
3485 | + <object class="IBObjectRecord"> | |
3486 | + <int key="objectID">401</int> | |
3487 | + <reference key="object" ref="910168381"/> | |
3488 | + <array class="NSMutableArray" key="children"> | |
3489 | + <reference ref="146342731"/> | |
3490 | + </array> | |
3491 | + <reference key="parent" ref="683445828"/> | |
3492 | + </object> | |
3493 | + <object class="IBObjectRecord"> | |
3494 | + <int key="objectID">402</int> | |
3495 | + <reference key="object" ref="146342731"/> | |
3496 | + <array class="NSMutableArray" key="children"> | |
3497 | + <reference ref="493944789"/> | |
3498 | + </array> | |
3499 | + <reference key="parent" ref="910168381"/> | |
3500 | + </object> | |
3501 | + <object class="IBObjectRecord"> | |
3502 | + <int key="objectID">495</int> | |
3503 | + <reference key="object" ref="420295340"/> | |
3504 | + <array class="NSMutableArray" key="children"> | |
3505 | + <reference ref="69922042"/> | |
3506 | + </array> | |
3507 | + <reference key="parent" ref="683445828"/> | |
3508 | + </object> | |
3509 | + <object class="IBObjectRecord"> | |
3510 | + <int key="objectID">501</int> | |
3511 | + <reference key="object" ref="69922042"/> | |
3512 | + <reference key="parent" ref="420295340"/> | |
3513 | + </object> | |
3514 | + <object class="IBObjectRecord"> | |
3515 | + <int key="objectID">497</int> | |
3516 | + <reference key="object" ref="699356544"/> | |
3517 | + <array class="NSMutableArray" key="children"> | |
3518 | + <reference ref="625427015"/> | |
3519 | + </array> | |
3520 | + <reference key="parent" ref="683445828"/> | |
3521 | + </object> | |
3522 | + <object class="IBObjectRecord"> | |
3523 | + <int key="objectID">502</int> | |
3524 | + <reference key="object" ref="625427015"/> | |
3525 | + <reference key="parent" ref="699356544"/> | |
3526 | + </object> | |
3527 | + <object class="IBObjectRecord"> | |
3528 | + <int key="objectID">537</int> | |
3529 | + <reference key="object" ref="202403977"/> | |
3530 | + <array class="NSMutableArray" key="children"> | |
3531 | + <reference ref="181240093"/> | |
3532 | + </array> | |
3533 | + <reference key="parent" ref="683445828"/> | |
3534 | + </object> | |
3535 | + <object class="IBObjectRecord"> | |
3536 | + <int key="objectID">538</int> | |
3537 | + <reference key="object" ref="181240093"/> | |
3538 | + <array class="NSMutableArray" key="children"> | |
3539 | + <reference ref="501155712"/> | |
3540 | + </array> | |
3541 | + <reference key="parent" ref="202403977"/> | |
3542 | + </object> | |
3543 | + <object class="IBObjectRecord"> | |
3544 | + <int key="objectID">482</int> | |
3545 | + <reference key="object" ref="452917758"/> | |
3546 | + <array class="NSMutableArray" key="children"> | |
3547 | + <reference ref="487307693"/> | |
3548 | + </array> | |
3549 | + <reference key="parent" ref="542777710"/> | |
3550 | + </object> | |
3551 | + <object class="IBObjectRecord"> | |
3552 | + <int key="objectID">510</int> | |
3553 | + <reference key="object" ref="1064823129"/> | |
3554 | + <array class="NSMutableArray" key="children"> | |
3555 | + <reference ref="576890935"/> | |
3556 | + </array> | |
3557 | + <reference key="parent" ref="542777710"/> | |
3558 | + </object> | |
3559 | + <object class="IBObjectRecord"> | |
3560 | + <int key="objectID">412</int> | |
3561 | + <reference key="object" ref="259194427"/> | |
3562 | + <reference key="parent" ref="0"/> | |
3563 | + <string key="objectName">BSDBBoardSource</string> | |
3564 | + </object> | |
3565 | + <object class="IBObjectRecord"> | |
3566 | + <int key="objectID">413</int> | |
3567 | + <reference key="object" ref="1010369859"/> | |
3568 | + <reference key="parent" ref="0"/> | |
3569 | + <string key="objectName">BSDBThreadSoure</string> | |
3570 | + </object> | |
3571 | + <object class="IBObjectRecord"> | |
3572 | + <int key="objectID">416</int> | |
3573 | + <reference key="object" ref="835861059"/> | |
3574 | + <reference key="parent" ref="0"/> | |
3575 | + <string key="objectName">BSDBViewer</string> | |
3576 | + </object> | |
3577 | + <object class="IBObjectRecord"> | |
3578 | + <int key="objectID">469</int> | |
3579 | + <reference key="object" ref="503375414"/> | |
3580 | + <reference key="parent" ref="0"/> | |
3581 | + <string key="objectName">Board List</string> | |
3582 | + </object> | |
3583 | + <object class="IBObjectRecord"> | |
3584 | + <int key="objectID">472</int> | |
3585 | + <reference key="object" ref="557222632"/> | |
3586 | + <reference key="parent" ref="0"/> | |
3587 | + <string key="objectName">Thread List</string> | |
3588 | + </object> | |
3589 | + <object class="IBObjectRecord"> | |
3590 | + <int key="objectID">530</int> | |
3591 | + <reference key="object" ref="762779266"/> | |
3592 | + <array class="NSMutableArray" key="children"> | |
3593 | + <reference ref="226791958"/> | |
3594 | + <reference ref="696432865"/> | |
3595 | + <reference ref="1021934923"/> | |
3596 | + <reference ref="607353466"/> | |
3597 | + </array> | |
3598 | + <reference key="parent" ref="0"/> | |
3599 | + <string key="objectName">Thread List Menu</string> | |
3600 | + </object> | |
3601 | + <object class="IBObjectRecord"> | |
3602 | + <int key="objectID">531</int> | |
3603 | + <reference key="object" ref="226791958"/> | |
3604 | + <reference key="parent" ref="762779266"/> | |
3605 | + </object> | |
3606 | + <object class="IBObjectRecord"> | |
3607 | + <int key="objectID">533</int> | |
3608 | + <reference key="object" ref="696432865"/> | |
3609 | + <reference key="parent" ref="762779266"/> | |
3610 | + </object> | |
3611 | + <object class="IBObjectRecord"> | |
3612 | + <int key="objectID">542</int> | |
3613 | + <reference key="object" ref="1021934923"/> | |
3614 | + <reference key="parent" ref="762779266"/> | |
3615 | + </object> | |
3616 | + <object class="IBObjectRecord"> | |
3617 | + <int key="objectID">613</int> | |
3618 | + <reference key="object" ref="607353466"/> | |
3619 | + <reference key="parent" ref="762779266"/> | |
3620 | + </object> | |
3621 | + <object class="IBObjectRecord"> | |
3622 | + <int key="objectID">544</int> | |
3623 | + <reference key="object" ref="292187531"/> | |
3624 | + <array class="NSMutableArray" key="children"> | |
3625 | + <reference ref="522238260"/> | |
3626 | + </array> | |
3627 | + <reference key="parent" ref="0"/> | |
3628 | + <string key="objectName">Panel (Window)</string> | |
3629 | + </object> | |
3630 | + <object class="IBObjectRecord"> | |
3631 | + <int key="objectID">545</int> | |
3632 | + <reference key="object" ref="522238260"/> | |
3633 | + <array class="NSMutableArray" key="children"> | |
3634 | + <reference ref="82199185"/> | |
3635 | + <reference ref="428151282"/> | |
3636 | + <reference ref="12803907"/> | |
3637 | + <reference ref="364321840"/> | |
3638 | + <reference ref="40385355"/> | |
3639 | + <reference ref="770352482"/> | |
3640 | + <reference ref="938738670"/> | |
3641 | + <reference ref="26927671"/> | |
3642 | + <reference ref="461969707"/> | |
3643 | + <reference ref="923264837"/> | |
3644 | + <reference ref="988763573"/> | |
3645 | + <reference ref="31043406"/> | |
3646 | + <reference ref="368409594"/> | |
3647 | + <reference ref="16720004"/> | |
3648 | + <reference ref="470428780"/> | |
3649 | + <reference ref="327958141"/> | |
3650 | + </array> | |
3651 | + <reference key="parent" ref="292187531"/> | |
3652 | + </object> | |
3653 | + <object class="IBObjectRecord"> | |
3654 | + <int key="objectID">546</int> | |
3655 | + <reference key="object" ref="82199185"/> | |
3656 | + <array class="NSMutableArray" key="children"> | |
3657 | + <reference ref="362020973"/> | |
3658 | + </array> | |
3659 | + <reference key="parent" ref="522238260"/> | |
3660 | + </object> | |
3661 | + <object class="IBObjectRecord"> | |
3662 | + <int key="objectID">548</int> | |
3663 | + <reference key="object" ref="428151282"/> | |
3664 | + <array class="NSMutableArray" key="children"> | |
3665 | + <reference ref="11835663"/> | |
3666 | + </array> | |
3667 | + <reference key="parent" ref="522238260"/> | |
3668 | + </object> | |
3669 | + <object class="IBObjectRecord"> | |
3670 | + <int key="objectID">550</int> | |
3671 | + <reference key="object" ref="12803907"/> | |
3672 | + <array class="NSMutableArray" key="children"> | |
3673 | + <reference ref="924069839"/> | |
3674 | + </array> | |
3675 | + <reference key="parent" ref="522238260"/> | |
3676 | + </object> | |
3677 | + <object class="IBObjectRecord"> | |
3678 | + <int key="objectID">552</int> | |
3679 | + <reference key="object" ref="364321840"/> | |
3680 | + <array class="NSMutableArray" key="children"> | |
3681 | + <reference ref="488377885"/> | |
3682 | + </array> | |
3683 | + <reference key="parent" ref="522238260"/> | |
3684 | + </object> | |
3685 | + <object class="IBObjectRecord"> | |
3686 | + <int key="objectID">562</int> | |
3687 | + <reference key="object" ref="40385355"/> | |
3688 | + <array class="NSMutableArray" key="children"> | |
3689 | + <reference ref="314675719"/> | |
3690 | + </array> | |
3691 | + <reference key="parent" ref="522238260"/> | |
3692 | + </object> | |
3693 | + <object class="IBObjectRecord"> | |
3694 | + <int key="objectID">564</int> | |
3695 | + <reference key="object" ref="770352482"/> | |
3696 | + <array class="NSMutableArray" key="children"> | |
3697 | + <reference ref="988601949"/> | |
3698 | + </array> | |
3699 | + <reference key="parent" ref="522238260"/> | |
3700 | + </object> | |
3701 | + <object class="IBObjectRecord"> | |
3702 | + <int key="objectID">566</int> | |
3703 | + <reference key="object" ref="938738670"/> | |
3704 | + <array class="NSMutableArray" key="children"> | |
3705 | + <reference ref="633422990"/> | |
3706 | + </array> | |
3707 | + <reference key="parent" ref="522238260"/> | |
3708 | + </object> | |
3709 | + <object class="IBObjectRecord"> | |
3710 | + <int key="objectID">568</int> | |
3711 | + <reference key="object" ref="26927671"/> | |
3712 | + <array class="NSMutableArray" key="children"> | |
3713 | + <reference ref="101513914"/> | |
3714 | + </array> | |
3715 | + <reference key="parent" ref="522238260"/> | |
3716 | + </object> | |
3717 | + <object class="IBObjectRecord"> | |
3718 | + <int key="objectID">569</int> | |
3719 | + <reference key="object" ref="461969707"/> | |
3720 | + <array class="NSMutableArray" key="children"> | |
3721 | + <reference ref="889558618"/> | |
3722 | + </array> | |
3723 | + <reference key="parent" ref="522238260"/> | |
3724 | + </object> | |
3725 | + <object class="IBObjectRecord"> | |
3726 | + <int key="objectID">571</int> | |
3727 | + <reference key="object" ref="923264837"/> | |
3728 | + <array class="NSMutableArray" key="children"> | |
3729 | + <reference ref="1037663520"/> | |
3730 | + </array> | |
3731 | + <reference key="parent" ref="522238260"/> | |
3732 | + </object> | |
3733 | + <object class="IBObjectRecord"> | |
3734 | + <int key="objectID">572</int> | |
3735 | + <reference key="object" ref="988763573"/> | |
3736 | + <array class="NSMutableArray" key="children"> | |
3737 | + <reference ref="898720969"/> | |
3738 | + </array> | |
3739 | + <reference key="parent" ref="522238260"/> | |
3740 | + </object> | |
3741 | + <object class="IBObjectRecord"> | |
3742 | + <int key="objectID">573</int> | |
3743 | + <reference key="object" ref="31043406"/> | |
3744 | + <array class="NSMutableArray" key="children"> | |
3745 | + <reference ref="1017306245"/> | |
3746 | + </array> | |
3747 | + <reference key="parent" ref="522238260"/> | |
3748 | + </object> | |
3749 | + <object class="IBObjectRecord"> | |
3750 | + <int key="objectID">585</int> | |
3751 | + <reference key="object" ref="368409594"/> | |
3752 | + <array class="NSMutableArray" key="children"> | |
3753 | + <reference ref="316352328"/> | |
3754 | + </array> | |
3755 | + <reference key="parent" ref="522238260"/> | |
3756 | + </object> | |
3757 | + <object class="IBObjectRecord"> | |
3758 | + <int key="objectID">587</int> | |
3759 | + <reference key="object" ref="16720004"/> | |
3760 | + <array class="NSMutableArray" key="children"> | |
3761 | + <reference ref="1042479541"/> | |
3762 | + </array> | |
3763 | + <reference key="parent" ref="522238260"/> | |
3764 | + </object> | |
3765 | + <object class="IBObjectRecord"> | |
3766 | + <int key="objectID">602</int> | |
3767 | + <reference key="object" ref="470428780"/> | |
3768 | + <array class="NSMutableArray" key="children"> | |
3769 | + <reference ref="770668591"/> | |
3770 | + </array> | |
3771 | + <reference key="parent" ref="522238260"/> | |
3772 | + </object> | |
3773 | + <object class="IBObjectRecord"> | |
3774 | + <int key="objectID">603</int> | |
3775 | + <reference key="object" ref="327958141"/> | |
3776 | + <array class="NSMutableArray" key="children"> | |
3777 | + <reference ref="871186937"/> | |
3778 | + </array> | |
3779 | + <reference key="parent" ref="522238260"/> | |
3780 | + </object> | |
3781 | + <object class="IBObjectRecord"> | |
3782 | + <int key="objectID">616</int> | |
3783 | + <reference key="object" ref="670283965"/> | |
3784 | + <reference key="parent" ref="572533967"/> | |
3785 | + </object> | |
3786 | + <object class="IBObjectRecord"> | |
3787 | + <int key="objectID">617</int> | |
3788 | + <reference key="object" ref="487307693"/> | |
3789 | + <reference key="parent" ref="452917758"/> | |
3790 | + </object> | |
3791 | + <object class="IBObjectRecord"> | |
3792 | + <int key="objectID">618</int> | |
3793 | + <reference key="object" ref="576890935"/> | |
3794 | + <reference key="parent" ref="1064823129"/> | |
3795 | + </object> | |
3796 | + <object class="IBObjectRecord"> | |
3797 | + <int key="objectID">619</int> | |
3798 | + <reference key="object" ref="362020973"/> | |
3799 | + <reference key="parent" ref="82199185"/> | |
3800 | + </object> | |
3801 | + <object class="IBObjectRecord"> | |
3802 | + <int key="objectID">620</int> | |
3803 | + <reference key="object" ref="11835663"/> | |
3804 | + <reference key="parent" ref="428151282"/> | |
3805 | + </object> | |
3806 | + <object class="IBObjectRecord"> | |
3807 | + <int key="objectID">621</int> | |
3808 | + <reference key="object" ref="924069839"/> | |
3809 | + <reference key="parent" ref="12803907"/> | |
3810 | + </object> | |
3811 | + <object class="IBObjectRecord"> | |
3812 | + <int key="objectID">622</int> | |
3813 | + <reference key="object" ref="488377885"/> | |
3814 | + <reference key="parent" ref="364321840"/> | |
3815 | + </object> | |
3816 | + <object class="IBObjectRecord"> | |
3817 | + <int key="objectID">623</int> | |
3818 | + <reference key="object" ref="314675719"/> | |
3819 | + <reference key="parent" ref="40385355"/> | |
3820 | + </object> | |
3821 | + <object class="IBObjectRecord"> | |
3822 | + <int key="objectID">624</int> | |
3823 | + <reference key="object" ref="988601949"/> | |
3824 | + <reference key="parent" ref="770352482"/> | |
3825 | + </object> | |
3826 | + <object class="IBObjectRecord"> | |
3827 | + <int key="objectID">625</int> | |
3828 | + <reference key="object" ref="633422990"/> | |
3829 | + <reference key="parent" ref="938738670"/> | |
3830 | + </object> | |
3831 | + <object class="IBObjectRecord"> | |
3832 | + <int key="objectID">626</int> | |
3833 | + <reference key="object" ref="101513914"/> | |
3834 | + <array class="NSMutableArray" key="children"> | |
3835 | + <reference ref="404683819"/> | |
3836 | + </array> | |
3837 | + <reference key="parent" ref="26927671"/> | |
3838 | + </object> | |
3839 | + <object class="IBObjectRecord"> | |
3840 | + <int key="objectID">627</int> | |
3841 | + <reference key="object" ref="889558618"/> | |
3842 | + <array class="NSMutableArray" key="children"> | |
3843 | + <reference ref="1050358525"/> | |
3844 | + </array> | |
3845 | + <reference key="parent" ref="461969707"/> | |
3846 | + </object> | |
3847 | + <object class="IBObjectRecord"> | |
3848 | + <int key="objectID">628</int> | |
3849 | + <reference key="object" ref="1037663520"/> | |
3850 | + <reference key="parent" ref="923264837"/> | |
3851 | + </object> | |
3852 | + <object class="IBObjectRecord"> | |
3853 | + <int key="objectID">629</int> | |
3854 | + <reference key="object" ref="898720969"/> | |
3855 | + <reference key="parent" ref="988763573"/> | |
3856 | + </object> | |
3857 | + <object class="IBObjectRecord"> | |
3858 | + <int key="objectID">630</int> | |
3859 | + <reference key="object" ref="1017306245"/> | |
3860 | + <array class="NSMutableArray" key="children"> | |
3861 | + <reference ref="1048710588"/> | |
3862 | + </array> | |
3863 | + <reference key="parent" ref="31043406"/> | |
3864 | + </object> | |
3865 | + <object class="IBObjectRecord"> | |
3866 | + <int key="objectID">631</int> | |
3867 | + <reference key="object" ref="316352328"/> | |
3868 | + <reference key="parent" ref="368409594"/> | |
3869 | + </object> | |
3870 | + <object class="IBObjectRecord"> | |
3871 | + <int key="objectID">632</int> | |
3872 | + <reference key="object" ref="1042479541"/> | |
3873 | + <reference key="parent" ref="16720004"/> | |
3874 | + </object> | |
3875 | + <object class="IBObjectRecord"> | |
3876 | + <int key="objectID">633</int> | |
3877 | + <reference key="object" ref="770668591"/> | |
3878 | + <reference key="parent" ref="470428780"/> | |
3879 | + </object> | |
3880 | + <object class="IBObjectRecord"> | |
3881 | + <int key="objectID">634</int> | |
3882 | + <reference key="object" ref="871186937"/> | |
3883 | + <reference key="parent" ref="327958141"/> | |
3884 | + </object> | |
3885 | + <object class="IBObjectRecord"> | |
3886 | + <int key="objectID">526</int> | |
3887 | + <reference key="object" ref="177524651"/> | |
3888 | + <reference key="parent" ref="279690934"/> | |
3889 | + </object> | |
3890 | + <object class="IBObjectRecord"> | |
3891 | + <int key="objectID">525</int> | |
3892 | + <reference key="object" ref="645795472"/> | |
3893 | + <reference key="parent" ref="515046574"/> | |
3894 | + </object> | |
3895 | + <object class="IBObjectRecord"> | |
3896 | + <int key="objectID">517</int> | |
3897 | + <reference key="object" ref="745379827"/> | |
3898 | + <reference key="parent" ref="143767591"/> | |
3899 | + </object> | |
3900 | + <object class="IBObjectRecord"> | |
3901 | + <int key="objectID">518</int> | |
3902 | + <reference key="object" ref="493944789"/> | |
3903 | + <reference key="parent" ref="146342731"/> | |
3904 | + </object> | |
3905 | + <object class="IBObjectRecord"> | |
3906 | + <int key="objectID">541</int> | |
3907 | + <reference key="object" ref="501155712"/> | |
3908 | + <reference key="parent" ref="181240093"/> | |
3909 | + </object> | |
3910 | + <object class="IBObjectRecord"> | |
3911 | + <int key="objectID">584</int> | |
3912 | + <reference key="object" ref="404683819"/> | |
3913 | + <reference key="parent" ref="101513914"/> | |
3914 | + </object> | |
3915 | + <object class="IBObjectRecord"> | |
3916 | + <int key="objectID">583</int> | |
3917 | + <reference key="object" ref="1050358525"/> | |
3918 | + <reference key="parent" ref="889558618"/> | |
3919 | + </object> | |
3920 | + <object class="IBObjectRecord"> | |
3921 | + <int key="objectID">582</int> | |
3922 | + <reference key="object" ref="1048710588"/> | |
3923 | + <reference key="parent" ref="1017306245"/> | |
3924 | + </object> | |
3925 | + <object class="IBObjectRecord"> | |
3926 | + <int key="objectID">635</int> | |
3927 | + <reference key="object" ref="699390850"/> | |
3928 | + <reference key="parent" ref="929806606"/> | |
3929 | + </object> | |
3930 | + <object class="IBObjectRecord"> | |
3931 | + <int key="objectID">636</int> | |
3932 | + <reference key="object" ref="345953097"/> | |
3933 | + <reference key="parent" ref="929806606"/> | |
3934 | + </object> | |
3935 | + <object class="IBObjectRecord"> | |
3936 | + <int key="objectID">637</int> | |
3937 | + <reference key="object" ref="430927301"/> | |
3938 | + <reference key="parent" ref="929806606"/> | |
3939 | + </object> | |
3940 | + <object class="IBObjectRecord"> | |
3941 | + <int key="objectID">638</int> | |
3942 | + <reference key="object" ref="526794866"/> | |
3943 | + <reference key="parent" ref="42975946"/> | |
3944 | + </object> | |
3945 | + <object class="IBObjectRecord"> | |
3946 | + <int key="objectID">639</int> | |
3947 | + <reference key="object" ref="705428807"/> | |
3948 | + <reference key="parent" ref="42975946"/> | |
3949 | + </object> | |
3950 | + <object class="IBObjectRecord"> | |
3951 | + <int key="objectID">640</int> | |
3952 | + <reference key="object" ref="299575524"/> | |
3953 | + <reference key="parent" ref="42975946"/> | |
3954 | + </object> | |
3955 | + </array> | |
3956 | + </object> | |
3957 | + <dictionary class="NSMutableDictionary" key="flattenedProperties"> | |
3958 | + <string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3959 | + <string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3960 | + <string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3961 | + <string key="103.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3962 | + <string key="106.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3963 | + <string key="111.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3964 | + <string key="129.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3965 | + <string key="130.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3966 | + <string key="131.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3967 | + <string key="134.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3968 | + <string key="136.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3969 | + <string key="143.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3970 | + <string key="144.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3971 | + <string key="145.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3972 | + <string key="149.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3973 | + <string key="150.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3974 | + <string key="19.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3975 | + <string key="195.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3976 | + <string key="196.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3977 | + <string key="197.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3978 | + <string key="198.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3979 | + <string key="199.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3980 | + <string key="202.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3981 | + <string key="203.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3982 | + <string key="205.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3983 | + <string key="206.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3984 | + <string key="207.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3985 | + <string key="208.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3986 | + <string key="209.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3987 | + <string key="210.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3988 | + <string key="211.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3989 | + <string key="212.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3990 | + <string key="213.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3991 | + <string key="214.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3992 | + <string key="215.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3993 | + <string key="217.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3994 | + <string key="218.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3995 | + <string key="220.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3996 | + <string key="221.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3997 | + <string key="23.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3998 | + <string key="236.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
3999 | + <string key="239.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4000 | + <string key="24.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4001 | + <string key="29.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4002 | + <string key="295.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4003 | + <string key="296.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4004 | + <string key="297.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4005 | + <string key="298.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4006 | + <string key="299.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4007 | + <string key="300.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4008 | + <string key="344.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4009 | + <string key="345.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4010 | + <string key="371.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4011 | + <boolean value="YES" key="371.NSWindowTemplate.visibleAtLaunch"/> | |
4012 | + <string key="372.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4013 | + <string key="375.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4014 | + <string key="378.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4015 | + <string key="380.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4016 | + <string key="383.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4017 | + <string key="386.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4018 | + <string key="389.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4019 | + <string key="391.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4020 | + <string key="392.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4021 | + <string key="393.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4022 | + <string key="394.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4023 | + <string key="395.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4024 | + <string key="397.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4025 | + <string key="398.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4026 | + <string key="399.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4027 | + <string key="400.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4028 | + <string key="401.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4029 | + <string key="402.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4030 | + <string key="412.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4031 | + <string key="413.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4032 | + <string key="416.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4033 | + <string key="427.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4034 | + <string key="469.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4035 | + <string key="472.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4036 | + <string key="481.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4037 | + <string key="482.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4038 | + <string key="495.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4039 | + <string key="497.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4040 | + <string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4041 | + <string key="501.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4042 | + <string key="502.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4043 | + <string key="510.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4044 | + <string key="517.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4045 | + <string key="518.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4046 | + <string key="525.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4047 | + <string key="526.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4048 | + <string key="530.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4049 | + <string key="531.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4050 | + <string key="533.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4051 | + <string key="537.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4052 | + <string key="538.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4053 | + <string key="541.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4054 | + <string key="542.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4055 | + <string key="544.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4056 | + <string key="545.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4057 | + <string key="546.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4058 | + <string key="548.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4059 | + <string key="550.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4060 | + <string key="552.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4061 | + <string key="56.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4062 | + <string key="562.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4063 | + <string key="564.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4064 | + <string key="566.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4065 | + <string key="568.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4066 | + <string key="569.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4067 | + <string key="57.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4068 | + <string key="571.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4069 | + <string key="572.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4070 | + <string key="573.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4071 | + <string key="58.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4072 | + <string key="582.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4073 | + <string key="583.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4074 | + <string key="584.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4075 | + <string key="585.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4076 | + <string key="587.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4077 | + <string key="602.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4078 | + <string key="603.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4079 | + <string key="610.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4080 | + <string key="611.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4081 | + <string key="613.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4082 | + <string key="616.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4083 | + <string key="617.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4084 | + <string key="618.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4085 | + <string key="619.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4086 | + <string key="620.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4087 | + <string key="621.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4088 | + <string key="622.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4089 | + <string key="623.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4090 | + <string key="624.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4091 | + <string key="625.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4092 | + <string key="626.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4093 | + <string key="627.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4094 | + <string key="628.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4095 | + <string key="629.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4096 | + <string key="630.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4097 | + <string key="631.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4098 | + <string key="632.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4099 | + <string key="633.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4100 | + <string key="634.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4101 | + <string key="635.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4102 | + <string key="636.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4103 | + <string key="637.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4104 | + <string key="638.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4105 | + <string key="639.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4106 | + <string key="640.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4107 | + <string key="73.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4108 | + <string key="74.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4109 | + <string key="77.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4110 | + <string key="78.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4111 | + <string key="81.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4112 | + <string key="83.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4113 | + <string key="92.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
4114 | + </dictionary> | |
4115 | + <dictionary class="NSMutableDictionary" key="unlocalizedProperties"/> | |
4116 | + <nil key="activeLocalization"/> | |
4117 | + <dictionary class="NSMutableDictionary" key="localizations"/> | |
4118 | + <nil key="sourceID"/> | |
4119 | + <int key="maxID">640</int> | |
4120 | + </object> | |
4121 | + <object class="IBClassDescriber" key="IBDocument.Classes"> | |
4122 | + <array class="NSMutableArray" key="referencedPartialClassDescriptions"> | |
4123 | + <object class="IBPartialClassDescription"> | |
4124 | + <string key="className">BSDBBoardSource</string> | |
4125 | + <string key="superclassName">NSObject</string> | |
4126 | + <object class="NSMutableDictionary" key="actions"> | |
4127 | + <string key="NS.key.0">update:</string> | |
4128 | + <string key="NS.object.0">id</string> | |
4129 | + </object> | |
4130 | + <object class="NSMutableDictionary" key="actionInfosByName"> | |
4131 | + <string key="NS.key.0">update:</string> | |
4132 | + <object class="IBActionInfo" key="NS.object.0"> | |
4133 | + <string key="name">update:</string> | |
4134 | + <string key="candidateClassName">id</string> | |
4135 | + </object> | |
4136 | + </object> | |
4137 | + <object class="NSMutableDictionary" key="outlets"> | |
4138 | + <string key="NS.key.0">delegate</string> | |
4139 | + <string key="NS.object.0">id</string> | |
4140 | + </object> | |
4141 | + <object class="NSMutableDictionary" key="toOneOutletInfosByName"> | |
4142 | + <string key="NS.key.0">delegate</string> | |
4143 | + <object class="IBToOneOutletInfo" key="NS.object.0"> | |
4144 | + <string key="name">delegate</string> | |
4145 | + <string key="candidateClassName">id</string> | |
4146 | + </object> | |
4147 | + </object> | |
4148 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
4149 | + <string key="majorKey">IBProjectSource</string> | |
4150 | + <string key="minorKey">./Classes/BSDBBoardSource.h</string> | |
4151 | + </object> | |
4152 | + </object> | |
4153 | + <object class="IBPartialClassDescription"> | |
4154 | + <string key="className">BSDBThreadSource</string> | |
4155 | + <string key="superclassName">NSObject</string> | |
4156 | + <object class="NSMutableDictionary" key="actions"> | |
4157 | + <string key="NS.key.0">update:</string> | |
4158 | + <string key="NS.object.0">id</string> | |
4159 | + </object> | |
4160 | + <object class="NSMutableDictionary" key="actionInfosByName"> | |
4161 | + <string key="NS.key.0">update:</string> | |
4162 | + <object class="IBActionInfo" key="NS.object.0"> | |
4163 | + <string key="name">update:</string> | |
4164 | + <string key="candidateClassName">id</string> | |
4165 | + </object> | |
4166 | + </object> | |
4167 | + <object class="NSMutableDictionary" key="outlets"> | |
4168 | + <string key="NS.key.0">delegate</string> | |
4169 | + <string key="NS.object.0">id</string> | |
4170 | + </object> | |
4171 | + <object class="NSMutableDictionary" key="toOneOutletInfosByName"> | |
4172 | + <string key="NS.key.0">delegate</string> | |
4173 | + <object class="IBToOneOutletInfo" key="NS.object.0"> | |
4174 | + <string key="name">delegate</string> | |
4175 | + <string key="candidateClassName">id</string> | |
4176 | + </object> | |
4177 | + </object> | |
4178 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
4179 | + <string key="majorKey">IBProjectSource</string> | |
4180 | + <string key="minorKey">./Classes/BSDBThreadSource.h</string> | |
4181 | + </object> | |
4182 | + </object> | |
4183 | + <object class="IBPartialClassDescription"> | |
4184 | + <string key="className">BSDBViewer</string> | |
4185 | + <string key="superclassName">NSObject</string> | |
4186 | + <dictionary class="NSMutableDictionary" key="actions"> | |
4187 | + <string key="deleteThreadInfo:">id</string> | |
4188 | + <string key="openInBathyScaphe:">id</string> | |
4189 | + <string key="showThreadInfo:">id</string> | |
4190 | + </dictionary> | |
4191 | + <dictionary class="NSMutableDictionary" key="actionInfosByName"> | |
4192 | + <object class="IBActionInfo" key="deleteThreadInfo:"> | |
4193 | + <string key="name">deleteThreadInfo:</string> | |
4194 | + <string key="candidateClassName">id</string> | |
4195 | + </object> | |
4196 | + <object class="IBActionInfo" key="openInBathyScaphe:"> | |
4197 | + <string key="name">openInBathyScaphe:</string> | |
4198 | + <string key="candidateClassName">id</string> | |
4199 | + </object> | |
4200 | + <object class="IBActionInfo" key="showThreadInfo:"> | |
4201 | + <string key="name">showThreadInfo:</string> | |
4202 | + <string key="candidateClassName">id</string> | |
4203 | + </object> | |
4204 | + </dictionary> | |
4205 | + <dictionary class="NSMutableDictionary" key="outlets"> | |
4206 | + <string key="boardArrayController">id</string> | |
4207 | + <string key="boardSource">id</string> | |
4208 | + <string key="boardView">id</string> | |
4209 | + <string key="threadArrayController">id</string> | |
4210 | + <string key="threadSource">id</string> | |
4211 | + <string key="threadView">id</string> | |
4212 | + <string key="window">id</string> | |
4213 | + </dictionary> | |
4214 | + <dictionary class="NSMutableDictionary" key="toOneOutletInfosByName"> | |
4215 | + <object class="IBToOneOutletInfo" key="boardArrayController"> | |
4216 | + <string key="name">boardArrayController</string> | |
4217 | + <string key="candidateClassName">id</string> | |
4218 | + </object> | |
4219 | + <object class="IBToOneOutletInfo" key="boardSource"> | |
4220 | + <string key="name">boardSource</string> | |
4221 | + <string key="candidateClassName">id</string> | |
4222 | + </object> | |
4223 | + <object class="IBToOneOutletInfo" key="boardView"> | |
4224 | + <string key="name">boardView</string> | |
4225 | + <string key="candidateClassName">id</string> | |
4226 | + </object> | |
4227 | + <object class="IBToOneOutletInfo" key="threadArrayController"> | |
4228 | + <string key="name">threadArrayController</string> | |
4229 | + <string key="candidateClassName">id</string> | |
4230 | + </object> | |
4231 | + <object class="IBToOneOutletInfo" key="threadSource"> | |
4232 | + <string key="name">threadSource</string> | |
4233 | + <string key="candidateClassName">id</string> | |
4234 | + </object> | |
4235 | + <object class="IBToOneOutletInfo" key="threadView"> | |
4236 | + <string key="name">threadView</string> | |
4237 | + <string key="candidateClassName">id</string> | |
4238 | + </object> | |
4239 | + <object class="IBToOneOutletInfo" key="window"> | |
4240 | + <string key="name">window</string> | |
4241 | + <string key="candidateClassName">id</string> | |
4242 | + </object> | |
4243 | + </dictionary> | |
4244 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
4245 | + <string key="majorKey">IBProjectSource</string> | |
4246 | + <string key="minorKey">./Classes/BSDBViewer.h</string> | |
4247 | + </object> | |
4248 | + </object> | |
4249 | + <object class="IBPartialClassDescription"> | |
4250 | + <string key="className">NSDocument</string> | |
4251 | + <dictionary class="NSMutableDictionary" key="actions"> | |
4252 | + <string key="printDocument:">id</string> | |
4253 | + <string key="revertDocumentToSaved:">id</string> | |
4254 | + <string key="runPageLayout:">id</string> | |
4255 | + <string key="saveDocument:">id</string> | |
4256 | + <string key="saveDocumentAs:">id</string> | |
4257 | + <string key="saveDocumentTo:">id</string> | |
4258 | + </dictionary> | |
4259 | + <dictionary class="NSMutableDictionary" key="actionInfosByName"> | |
4260 | + <object class="IBActionInfo" key="printDocument:"> | |
4261 | + <string key="name">printDocument:</string> | |
4262 | + <string key="candidateClassName">id</string> | |
4263 | + </object> | |
4264 | + <object class="IBActionInfo" key="revertDocumentToSaved:"> | |
4265 | + <string key="name">revertDocumentToSaved:</string> | |
4266 | + <string key="candidateClassName">id</string> | |
4267 | + </object> | |
4268 | + <object class="IBActionInfo" key="runPageLayout:"> | |
4269 | + <string key="name">runPageLayout:</string> | |
4270 | + <string key="candidateClassName">id</string> | |
4271 | + </object> | |
4272 | + <object class="IBActionInfo" key="saveDocument:"> | |
4273 | + <string key="name">saveDocument:</string> | |
4274 | + <string key="candidateClassName">id</string> | |
4275 | + </object> | |
4276 | + <object class="IBActionInfo" key="saveDocumentAs:"> | |
4277 | + <string key="name">saveDocumentAs:</string> | |
4278 | + <string key="candidateClassName">id</string> | |
4279 | + </object> | |
4280 | + <object class="IBActionInfo" key="saveDocumentTo:"> | |
4281 | + <string key="name">saveDocumentTo:</string> | |
4282 | + <string key="candidateClassName">id</string> | |
4283 | + </object> | |
4284 | + </dictionary> | |
4285 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
4286 | + <string key="majorKey">IBProjectSource</string> | |
4287 | + <string key="minorKey">./Classes/NSDocument.h</string> | |
4288 | + </object> | |
4289 | + </object> | |
4290 | + </array> | |
4291 | + </object> | |
4292 | + <int key="IBDocument.localizationMode">0</int> | |
4293 | + <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string> | |
4294 | + <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies"> | |
4295 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> | |
4296 | + <integer value="1050" key="NS.object.0"/> | |
4297 | + </object> | |
4298 | + <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> | |
4299 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> | |
4300 | + <real value="1060" key="NS.object.0"/> | |
4301 | + </object> | |
4302 | + <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> | |
4303 | + <int key="IBDocument.defaultPropertyAccessControl">3</int> | |
4304 | + <dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes"> | |
4305 | + <string key="NSMenuCheckmark">{9, 8}</string> | |
4306 | + <string key="NSMenuMixedState">{7, 2}</string> | |
4307 | + <string key="NSSwitch">{15, 15}</string> | |
4308 | + </dictionary> | |
4309 | + </data> | |
4310 | +</archive> |