あれとこれのコンバータ
Revisión | 59d4da99700ee77e494ae39d739daa191c9ddf68 (tree) |
---|---|
Tiempo | 2011-11-29 23:00:02 |
Autor | masakih <masakih@user...> |
Commiter | masakih |
状況表示用パネル追加
@@ -31,6 +31,8 @@ | ||
31 | 31 | F43ADB29148215B5004E2386 /* DatabaseUpdater.m in Sources */ = {isa = PBXBuildFile; fileRef = F43ADB23148215B5004E2386 /* DatabaseUpdater.m */; }; |
32 | 32 | F43ADB2A148215B5004E2386 /* SQLiteDB.m in Sources */ = {isa = PBXBuildFile; fileRef = F43ADB25148215B5004E2386 /* SQLiteDB.m */; }; |
33 | 33 | F43ADB2D148215D7004E2386 /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = F43ADB2B148215D7004E2386 /* sqlite3.c */; }; |
34 | + F497E963148505C600A731B1 /* BSCDProgressPanelController.m in Sources */ = {isa = PBXBuildFile; fileRef = F497E962148505C600A731B1 /* BSCDProgressPanelController.m */; }; | |
35 | + F497E965148505E000A731B1 /* BSCDProgressPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F497E964148505E000A731B1 /* BSCDProgressPanel.xib */; }; | |
34 | 36 | /* End PBXBuildFile section */ |
35 | 37 | |
36 | 38 | /* Begin PBXFileReference section */ |
@@ -78,6 +80,9 @@ | ||
78 | 80 | F43ADB25148215B5004E2386 /* SQLiteDB.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SQLiteDB.m; sourceTree = "<group>"; }; |
79 | 81 | F43ADB2B148215D7004E2386 /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = "<group>"; }; |
80 | 82 | F43ADB2C148215D7004E2386 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = "<group>"; }; |
83 | + F497E961148505C600A731B1 /* BSCDProgressPanelController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSCDProgressPanelController.h; sourceTree = "<group>"; }; | |
84 | + F497E962148505C600A731B1 /* BSCDProgressPanelController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSCDProgressPanelController.m; sourceTree = "<group>"; }; | |
85 | + F497E964148505E000A731B1 /* BSCDProgressPanel.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BSCDProgressPanel.xib; sourceTree = "<group>"; }; | |
81 | 86 | /* End PBXFileReference section */ |
82 | 87 | |
83 | 88 | /* Begin PBXFrameworksBuildPhase section */ |
@@ -133,6 +138,9 @@ | ||
133 | 138 | F43ADAE414821535004E2386 /* BathyScapheDataConverter */ = { |
134 | 139 | isa = PBXGroup; |
135 | 140 | children = ( |
141 | + F497E961148505C600A731B1 /* BSCDProgressPanelController.h */, | |
142 | + F497E962148505C600A731B1 /* BSCDProgressPanelController.m */, | |
143 | + F497E964148505E000A731B1 /* BSCDProgressPanel.xib */, | |
136 | 144 | F43ADAF014821535004E2386 /* BSDCAppDelegate.h */, |
137 | 145 | F43ADAF114821535004E2386 /* BSDCAppDelegate.m */, |
138 | 146 | F43ADAF314821535004E2386 /* MainMenu.xib */, |
@@ -253,6 +261,7 @@ | ||
253 | 261 | F43ADAEF14821535004E2386 /* Credits.rtf in Resources */, |
254 | 262 | F43ADAF514821535004E2386 /* MainMenu.xib in Resources */, |
255 | 263 | F43ADB1C1482157E004E2386 /* EntityDescription.txt in Resources */, |
264 | + F497E965148505E000A731B1 /* BSCDProgressPanel.xib in Resources */, | |
256 | 265 | ); |
257 | 266 | runOnlyForDeploymentPostprocessing = 0; |
258 | 267 | }; |
@@ -282,6 +291,7 @@ | ||
282 | 291 | F43ADB29148215B5004E2386 /* DatabaseUpdater.m in Sources */, |
283 | 292 | F43ADB2A148215B5004E2386 /* SQLiteDB.m in Sources */, |
284 | 293 | F43ADB2D148215D7004E2386 /* sqlite3.c in Sources */, |
294 | + F497E963148505C600A731B1 /* BSCDProgressPanelController.m in Sources */, | |
285 | 295 | ); |
286 | 296 | runOnlyForDeploymentPostprocessing = 0; |
287 | 297 | }; |
@@ -401,6 +411,7 @@ | ||
401 | 411 | F43ADAFA14821535004E2386 /* Release */, |
402 | 412 | ); |
403 | 413 | defaultConfigurationIsVisible = 0; |
414 | + defaultConfigurationName = Release; | |
404 | 415 | }; |
405 | 416 | /* End XCConfigurationList section */ |
406 | 417 | }; |
@@ -0,0 +1,420 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> | |
3 | + <data> | |
4 | + <int key="IBDocument.SystemTarget">1070</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 | + <object class="NSArray" key="IBDocument.IntegratedClassDependencies"> | |
14 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
15 | + <string>NSView</string> | |
16 | + <string>NSProgressIndicator</string> | |
17 | + <string>NSWindowTemplate</string> | |
18 | + <string>NSTextField</string> | |
19 | + <string>NSTextFieldCell</string> | |
20 | + <string>NSButtonCell</string> | |
21 | + <string>NSButton</string> | |
22 | + <string>NSCustomObject</string> | |
23 | + </object> | |
24 | + <object class="NSArray" key="IBDocument.PluginDependencies"> | |
25 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
26 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
27 | + </object> | |
28 | + <object class="NSMutableDictionary" key="IBDocument.Metadata"> | |
29 | + <string key="NS.key.0">PluginDependencyRecalculationVersion</string> | |
30 | + <integer value="1" key="NS.object.0"/> | |
31 | + </object> | |
32 | + <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> | |
33 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
34 | + <object class="NSCustomObject" id="1001"> | |
35 | + <string key="NSClassName">BSCDProgressPanelController</string> | |
36 | + </object> | |
37 | + <object class="NSCustomObject" id="1003"> | |
38 | + <string key="NSClassName">FirstResponder</string> | |
39 | + </object> | |
40 | + <object class="NSCustomObject" id="1004"> | |
41 | + <string key="NSClassName">NSApplication</string> | |
42 | + </object> | |
43 | + <object class="NSWindowTemplate" id="1005"> | |
44 | + <int key="NSWindowStyleMask">1</int> | |
45 | + <int key="NSWindowBacking">2</int> | |
46 | + <string key="NSWindowRect">{{196, 240}, {480, 203}}</string> | |
47 | + <int key="NSWTFlags">544735232</int> | |
48 | + <string key="NSWindowTitle">Window</string> | |
49 | + <string key="NSWindowClass">NSWindow</string> | |
50 | + <nil key="NSViewClass"/> | |
51 | + <nil key="NSUserInterfaceItemIdentifier"/> | |
52 | + <object class="NSView" key="NSWindowView" id="1006"> | |
53 | + <reference key="NSNextResponder"/> | |
54 | + <int key="NSvFlags">256</int> | |
55 | + <object class="NSMutableArray" key="NSSubviews"> | |
56 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
57 | + <object class="NSProgressIndicator" id="795345144"> | |
58 | + <reference key="NSNextResponder" ref="1006"/> | |
59 | + <int key="NSvFlags">1292</int> | |
60 | + <object class="NSPSMatrix" key="NSDrawMatrix"/> | |
61 | + <string key="NSFrame">{{18, 56}, {444, 20}}</string> | |
62 | + <reference key="NSSuperview" ref="1006"/> | |
63 | + <reference key="NSWindow"/> | |
64 | + <reference key="NSNextKeyView" ref="298109841"/> | |
65 | + <string key="NSReuseIdentifierKey">_NS:2352</string> | |
66 | + <int key="NSpiFlags">16394</int> | |
67 | + <double key="NSMaxValue">100</double> | |
68 | + </object> | |
69 | + <object class="NSButton" id="298109841"> | |
70 | + <reference key="NSNextResponder" ref="1006"/> | |
71 | + <int key="NSvFlags">268</int> | |
72 | + <string key="NSFrame">{{384, 12}, {82, 32}}</string> | |
73 | + <reference key="NSSuperview" ref="1006"/> | |
74 | + <reference key="NSWindow"/> | |
75 | + <reference key="NSNextKeyView"/> | |
76 | + <string key="NSReuseIdentifierKey">_NS:687</string> | |
77 | + <bool key="NSEnabled">YES</bool> | |
78 | + <object class="NSButtonCell" key="NSCell" id="125818283"> | |
79 | + <int key="NSCellFlags">67239424</int> | |
80 | + <int key="NSCellFlags2">134217728</int> | |
81 | + <string key="NSContents">Button</string> | |
82 | + <object class="NSFont" key="NSSupport" id="343840516"> | |
83 | + <string key="NSName">LucidaGrande</string> | |
84 | + <double key="NSSize">13</double> | |
85 | + <int key="NSfFlags">1044</int> | |
86 | + </object> | |
87 | + <string key="NSCellIdentifier">_NS:687</string> | |
88 | + <reference key="NSControlView" ref="298109841"/> | |
89 | + <int key="NSButtonFlags">-2038284033</int> | |
90 | + <int key="NSButtonFlags2">129</int> | |
91 | + <string key="NSAlternateContents"/> | |
92 | + <string key="NSKeyEquivalent"/> | |
93 | + <int key="NSPeriodicDelay">200</int> | |
94 | + <int key="NSPeriodicInterval">25</int> | |
95 | + </object> | |
96 | + </object> | |
97 | + <object class="NSTextField" id="751752688"> | |
98 | + <reference key="NSNextResponder" ref="1006"/> | |
99 | + <int key="NSvFlags">268</int> | |
100 | + <string key="NSFrame">{{17, 166}, {446, 17}}</string> | |
101 | + <reference key="NSSuperview" ref="1006"/> | |
102 | + <reference key="NSWindow"/> | |
103 | + <reference key="NSNextKeyView" ref="404229335"/> | |
104 | + <string key="NSReuseIdentifierKey">_NS:3944</string> | |
105 | + <bool key="NSEnabled">YES</bool> | |
106 | + <object class="NSTextFieldCell" key="NSCell" id="983578826"> | |
107 | + <int key="NSCellFlags">68288064</int> | |
108 | + <int key="NSCellFlags2">272630784</int> | |
109 | + <string key="NSContents">Label</string> | |
110 | + <reference key="NSSupport" ref="343840516"/> | |
111 | + <string key="NSCellIdentifier">_NS:3944</string> | |
112 | + <reference key="NSControlView" ref="751752688"/> | |
113 | + <object class="NSColor" key="NSBackgroundColor" id="9884855"> | |
114 | + <int key="NSColorSpace">6</int> | |
115 | + <string key="NSCatalogName">System</string> | |
116 | + <string key="NSColorName">controlColor</string> | |
117 | + <object class="NSColor" key="NSColor"> | |
118 | + <int key="NSColorSpace">3</int> | |
119 | + <bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes> | |
120 | + </object> | |
121 | + </object> | |
122 | + <object class="NSColor" key="NSTextColor" id="598119629"> | |
123 | + <int key="NSColorSpace">6</int> | |
124 | + <string key="NSCatalogName">System</string> | |
125 | + <string key="NSColorName">controlTextColor</string> | |
126 | + <object class="NSColor" key="NSColor"> | |
127 | + <int key="NSColorSpace">3</int> | |
128 | + <bytes key="NSWhite">MAA</bytes> | |
129 | + </object> | |
130 | + </object> | |
131 | + </object> | |
132 | + </object> | |
133 | + <object class="NSTextField" id="404229335"> | |
134 | + <reference key="NSNextResponder" ref="1006"/> | |
135 | + <int key="NSvFlags">268</int> | |
136 | + <string key="NSFrame">{{29, 87}, {434, 71}}</string> | |
137 | + <reference key="NSSuperview" ref="1006"/> | |
138 | + <reference key="NSWindow"/> | |
139 | + <reference key="NSNextKeyView" ref="795345144"/> | |
140 | + <string key="NSReuseIdentifierKey">_NS:360</string> | |
141 | + <string key="NSAntiCompressionPriority">{250, 750}</string> | |
142 | + <bool key="NSEnabled">YES</bool> | |
143 | + <object class="NSTextFieldCell" key="NSCell" id="474223137"> | |
144 | + <int key="NSCellFlags">67239424</int> | |
145 | + <int key="NSCellFlags2">272629760</int> | |
146 | + <string key="NSContents">Multiline Label</string> | |
147 | + <object class="NSFont" key="NSSupport"> | |
148 | + <string key="NSName">LucidaGrande</string> | |
149 | + <double key="NSSize">13</double> | |
150 | + <int key="NSfFlags">16</int> | |
151 | + </object> | |
152 | + <string key="NSCellIdentifier">_NS:360</string> | |
153 | + <reference key="NSControlView" ref="404229335"/> | |
154 | + <reference key="NSBackgroundColor" ref="9884855"/> | |
155 | + <reference key="NSTextColor" ref="598119629"/> | |
156 | + </object> | |
157 | + </object> | |
158 | + </object> | |
159 | + <string key="NSFrameSize">{480, 203}</string> | |
160 | + <reference key="NSSuperview"/> | |
161 | + <reference key="NSWindow"/> | |
162 | + <reference key="NSNextKeyView" ref="751752688"/> | |
163 | + </object> | |
164 | + <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string> | |
165 | + <string key="NSMaxSize">{10000000000000, 10000000000000}</string> | |
166 | + <bool key="NSWindowIsRestorable">YES</bool> | |
167 | + </object> | |
168 | + </object> | |
169 | + <object class="IBObjectContainer" key="IBDocument.Objects"> | |
170 | + <object class="NSMutableArray" key="connectionRecords"> | |
171 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
172 | + <object class="IBConnectionRecord"> | |
173 | + <object class="IBOutletConnection" key="connection"> | |
174 | + <string key="label">window</string> | |
175 | + <reference key="source" ref="1001"/> | |
176 | + <reference key="destination" ref="1005"/> | |
177 | + </object> | |
178 | + <int key="connectionID">3</int> | |
179 | + </object> | |
180 | + <object class="IBConnectionRecord"> | |
181 | + <object class="IBActionConnection" key="connection"> | |
182 | + <string key="label">cancel:</string> | |
183 | + <reference key="source" ref="1001"/> | |
184 | + <reference key="destination" ref="298109841"/> | |
185 | + </object> | |
186 | + <int key="connectionID">13</int> | |
187 | + </object> | |
188 | + <object class="IBConnectionRecord"> | |
189 | + <object class="IBBindingConnection" key="connection"> | |
190 | + <string key="label">animate: inProgress</string> | |
191 | + <reference key="source" ref="795345144"/> | |
192 | + <reference key="destination" ref="1001"/> | |
193 | + <object class="NSNibBindingConnector" key="connector"> | |
194 | + <reference key="NSSource" ref="795345144"/> | |
195 | + <reference key="NSDestination" ref="1001"/> | |
196 | + <string key="NSLabel">animate: inProgress</string> | |
197 | + <string key="NSBinding">animate</string> | |
198 | + <string key="NSKeyPath">inProgress</string> | |
199 | + <int key="NSNibBindingConnectorVersion">2</int> | |
200 | + </object> | |
201 | + </object> | |
202 | + <int key="connectionID">14</int> | |
203 | + </object> | |
204 | + <object class="IBConnectionRecord"> | |
205 | + <object class="IBBindingConnection" key="connection"> | |
206 | + <string key="label">value: label</string> | |
207 | + <reference key="source" ref="751752688"/> | |
208 | + <reference key="destination" ref="1001"/> | |
209 | + <object class="NSNibBindingConnector" key="connector"> | |
210 | + <reference key="NSSource" ref="751752688"/> | |
211 | + <reference key="NSDestination" ref="1001"/> | |
212 | + <string key="NSLabel">value: label</string> | |
213 | + <string key="NSBinding">value</string> | |
214 | + <string key="NSKeyPath">label</string> | |
215 | + <int key="NSNibBindingConnectorVersion">2</int> | |
216 | + </object> | |
217 | + </object> | |
218 | + <int key="connectionID">15</int> | |
219 | + </object> | |
220 | + <object class="IBConnectionRecord"> | |
221 | + <object class="IBBindingConnection" key="connection"> | |
222 | + <string key="label">value: message</string> | |
223 | + <reference key="source" ref="404229335"/> | |
224 | + <reference key="destination" ref="1001"/> | |
225 | + <object class="NSNibBindingConnector" key="connector"> | |
226 | + <reference key="NSSource" ref="404229335"/> | |
227 | + <reference key="NSDestination" ref="1001"/> | |
228 | + <string key="NSLabel">value: message</string> | |
229 | + <string key="NSBinding">value</string> | |
230 | + <string key="NSKeyPath">message</string> | |
231 | + <int key="NSNibBindingConnectorVersion">2</int> | |
232 | + </object> | |
233 | + </object> | |
234 | + <int key="connectionID">16</int> | |
235 | + </object> | |
236 | + </object> | |
237 | + <object class="IBMutableOrderedSet" key="objectRecords"> | |
238 | + <object class="NSArray" key="orderedObjects"> | |
239 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
240 | + <object class="IBObjectRecord"> | |
241 | + <int key="objectID">0</int> | |
242 | + <object class="NSArray" key="object" id="1002"> | |
243 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
244 | + </object> | |
245 | + <reference key="children" ref="1000"/> | |
246 | + <nil key="parent"/> | |
247 | + </object> | |
248 | + <object class="IBObjectRecord"> | |
249 | + <int key="objectID">-2</int> | |
250 | + <reference key="object" ref="1001"/> | |
251 | + <reference key="parent" ref="1002"/> | |
252 | + <string key="objectName">File's Owner</string> | |
253 | + </object> | |
254 | + <object class="IBObjectRecord"> | |
255 | + <int key="objectID">-1</int> | |
256 | + <reference key="object" ref="1003"/> | |
257 | + <reference key="parent" ref="1002"/> | |
258 | + <string key="objectName">First Responder</string> | |
259 | + </object> | |
260 | + <object class="IBObjectRecord"> | |
261 | + <int key="objectID">-3</int> | |
262 | + <reference key="object" ref="1004"/> | |
263 | + <reference key="parent" ref="1002"/> | |
264 | + <string key="objectName">Application</string> | |
265 | + </object> | |
266 | + <object class="IBObjectRecord"> | |
267 | + <int key="objectID">1</int> | |
268 | + <reference key="object" ref="1005"/> | |
269 | + <object class="NSMutableArray" key="children"> | |
270 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
271 | + <reference ref="1006"/> | |
272 | + </object> | |
273 | + <reference key="parent" ref="1002"/> | |
274 | + </object> | |
275 | + <object class="IBObjectRecord"> | |
276 | + <int key="objectID">2</int> | |
277 | + <reference key="object" ref="1006"/> | |
278 | + <object class="NSMutableArray" key="children"> | |
279 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
280 | + <reference ref="751752688"/> | |
281 | + <reference ref="404229335"/> | |
282 | + <reference ref="795345144"/> | |
283 | + <reference ref="298109841"/> | |
284 | + </object> | |
285 | + <reference key="parent" ref="1005"/> | |
286 | + </object> | |
287 | + <object class="IBObjectRecord"> | |
288 | + <int key="objectID">4</int> | |
289 | + <reference key="object" ref="795345144"/> | |
290 | + <reference key="parent" ref="1006"/> | |
291 | + </object> | |
292 | + <object class="IBObjectRecord"> | |
293 | + <int key="objectID">5</int> | |
294 | + <reference key="object" ref="298109841"/> | |
295 | + <object class="NSMutableArray" key="children"> | |
296 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
297 | + <reference ref="125818283"/> | |
298 | + </object> | |
299 | + <reference key="parent" ref="1006"/> | |
300 | + </object> | |
301 | + <object class="IBObjectRecord"> | |
302 | + <int key="objectID">6</int> | |
303 | + <reference key="object" ref="125818283"/> | |
304 | + <reference key="parent" ref="298109841"/> | |
305 | + </object> | |
306 | + <object class="IBObjectRecord"> | |
307 | + <int key="objectID">7</int> | |
308 | + <reference key="object" ref="751752688"/> | |
309 | + <object class="NSMutableArray" key="children"> | |
310 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
311 | + <reference ref="983578826"/> | |
312 | + </object> | |
313 | + <reference key="parent" ref="1006"/> | |
314 | + </object> | |
315 | + <object class="IBObjectRecord"> | |
316 | + <int key="objectID">8</int> | |
317 | + <reference key="object" ref="983578826"/> | |
318 | + <reference key="parent" ref="751752688"/> | |
319 | + </object> | |
320 | + <object class="IBObjectRecord"> | |
321 | + <int key="objectID">9</int> | |
322 | + <reference key="object" ref="404229335"/> | |
323 | + <object class="NSMutableArray" key="children"> | |
324 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
325 | + <reference ref="474223137"/> | |
326 | + </object> | |
327 | + <reference key="parent" ref="1006"/> | |
328 | + </object> | |
329 | + <object class="IBObjectRecord"> | |
330 | + <int key="objectID">10</int> | |
331 | + <reference key="object" ref="474223137"/> | |
332 | + <reference key="parent" ref="404229335"/> | |
333 | + </object> | |
334 | + </object> | |
335 | + </object> | |
336 | + <object class="NSMutableDictionary" key="flattenedProperties"> | |
337 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
338 | + <object class="NSArray" key="dict.sortedKeys"> | |
339 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
340 | + <string>-1.IBPluginDependency</string> | |
341 | + <string>-2.IBPluginDependency</string> | |
342 | + <string>-3.IBPluginDependency</string> | |
343 | + <string>1.IBPluginDependency</string> | |
344 | + <string>1.IBWindowTemplateEditedContentRect</string> | |
345 | + <string>1.NSWindowTemplate.visibleAtLaunch</string> | |
346 | + <string>10.IBPluginDependency</string> | |
347 | + <string>2.IBPluginDependency</string> | |
348 | + <string>4.IBPluginDependency</string> | |
349 | + <string>5.IBPluginDependency</string> | |
350 | + <string>6.IBPluginDependency</string> | |
351 | + <string>7.IBPluginDependency</string> | |
352 | + <string>8.IBPluginDependency</string> | |
353 | + <string>9.IBPluginDependency</string> | |
354 | + </object> | |
355 | + <object class="NSMutableArray" key="dict.values"> | |
356 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
357 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
358 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
359 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
360 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
361 | + <string>{{357, 418}, {480, 270}}</string> | |
362 | + <integer value="1"/> | |
363 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
364 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
365 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
366 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
367 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
368 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
369 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
370 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
371 | + </object> | |
372 | + </object> | |
373 | + <object class="NSMutableDictionary" key="unlocalizedProperties"> | |
374 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
375 | + <reference key="dict.sortedKeys" ref="1002"/> | |
376 | + <reference key="dict.values" ref="1002"/> | |
377 | + </object> | |
378 | + <nil key="activeLocalization"/> | |
379 | + <object class="NSMutableDictionary" key="localizations"> | |
380 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
381 | + <reference key="dict.sortedKeys" ref="1002"/> | |
382 | + <reference key="dict.values" ref="1002"/> | |
383 | + </object> | |
384 | + <nil key="sourceID"/> | |
385 | + <int key="maxID">16</int> | |
386 | + </object> | |
387 | + <object class="IBClassDescriber" key="IBDocument.Classes"> | |
388 | + <object class="NSMutableArray" key="referencedPartialClassDescriptions"> | |
389 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
390 | + <object class="IBPartialClassDescription"> | |
391 | + <string key="className">BSCDProgressPanelController</string> | |
392 | + <string key="superclassName">NSWindowController</string> | |
393 | + <object class="NSMutableDictionary" key="actions"> | |
394 | + <string key="NS.key.0">cancel:</string> | |
395 | + <string key="NS.object.0">id</string> | |
396 | + </object> | |
397 | + <object class="NSMutableDictionary" key="actionInfosByName"> | |
398 | + <string key="NS.key.0">cancel:</string> | |
399 | + <object class="IBActionInfo" key="NS.object.0"> | |
400 | + <string key="name">cancel:</string> | |
401 | + <string key="candidateClassName">id</string> | |
402 | + </object> | |
403 | + </object> | |
404 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
405 | + <string key="majorKey">IBProjectSource</string> | |
406 | + <string key="minorKey">./Classes/BSCDProgressPanelController.h</string> | |
407 | + </object> | |
408 | + </object> | |
409 | + </object> | |
410 | + </object> | |
411 | + <int key="IBDocument.localizationMode">0</int> | |
412 | + <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string> | |
413 | + <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> | |
414 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string> | |
415 | + <integer value="3000" key="NS.object.0"/> | |
416 | + </object> | |
417 | + <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> | |
418 | + <int key="IBDocument.defaultPropertyAccessControl">3</int> | |
419 | + </data> | |
420 | +</archive> |
@@ -0,0 +1,19 @@ | ||
1 | +// | |
2 | +// BSCDProgressPanelController.h | |
3 | +// BathyScapheDataConverter | |
4 | +// | |
5 | +// Created by 堀 昌樹 on 11/11/29. | |
6 | +// Copyright (c) 2011年 __MyCompanyName__. All rights reserved. | |
7 | +// | |
8 | + | |
9 | +#import <Cocoa/Cocoa.h> | |
10 | + | |
11 | +@interface BSCDProgressPanelController : NSWindowController | |
12 | + | |
13 | +@property BOOL inProgress; | |
14 | +@property (retain) NSString *label; | |
15 | +@property (retain) NSString *message; | |
16 | + | |
17 | +- (IBAction)cancel:(id)sender; | |
18 | + | |
19 | +@end |
@@ -0,0 +1,37 @@ | ||
1 | +// | |
2 | +// BSCDProgressPanelController.m | |
3 | +// BathyScapheDataConverter | |
4 | +// | |
5 | +// Created by 堀 昌樹 on 11/11/29. | |
6 | +// Copyright (c) 2011年 __MyCompanyName__. All rights reserved. | |
7 | +// | |
8 | + | |
9 | +#import "BSCDProgressPanelController.h" | |
10 | + | |
11 | +@implementation BSCDProgressPanelController | |
12 | + | |
13 | +@synthesize inProgress = _inProgress; | |
14 | +@synthesize label = _label; | |
15 | +@synthesize message = _message; | |
16 | + | |
17 | +- (id)init | |
18 | +{ | |
19 | + return [self initWithWindowNibName:@"BSCDProgressPanel"]; | |
20 | +} | |
21 | +- (id)initWithWindow:(NSWindow *)window | |
22 | +{ | |
23 | + self = [super initWithWindow:window]; | |
24 | + if (self) { | |
25 | + // Initialization code here. | |
26 | + self.inProgress = YES; | |
27 | + } | |
28 | + | |
29 | + return self; | |
30 | +} | |
31 | + | |
32 | +- (IBAction)cancel:(id)sender | |
33 | +{ | |
34 | + [NSApp abortModal]; | |
35 | +} | |
36 | + | |
37 | +@end |