1 | { |
---|
2 | IBClasses = ( |
---|
3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
4 | {CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, |
---|
5 | { |
---|
6 | ACTIONS = { |
---|
7 | folderSheetShow = id; |
---|
8 | importFolderSheetShow = id; |
---|
9 | setAutoImport = id; |
---|
10 | setBadge = id; |
---|
11 | setDownloadLocation = id; |
---|
12 | setLimit = id; |
---|
13 | setLimitCheck = id; |
---|
14 | setMoveTorrent = id; |
---|
15 | setPort = id; |
---|
16 | setRatio = id; |
---|
17 | setRatioCheck = id; |
---|
18 | setShowMessage = id; |
---|
19 | setSpeedLimit = id; |
---|
20 | setStartSetting = id; |
---|
21 | setUpdate = id; |
---|
22 | setWaitToStart = id; |
---|
23 | }; |
---|
24 | CLASS = PrefsController; |
---|
25 | LANGUAGE = ObjC; |
---|
26 | OUTLETS = { |
---|
27 | fAutoImportCheck = NSButton; |
---|
28 | fBadgeDownloadRateCheck = NSButton; |
---|
29 | fBadgeUploadRateCheck = NSButton; |
---|
30 | fBandwidthView = NSView; |
---|
31 | fCopyTorrentCheck = NSButton; |
---|
32 | fDeleteOriginalTorrentCheck = NSButton; |
---|
33 | fDownloadCheck = NSButton; |
---|
34 | fDownloadField = NSTextField; |
---|
35 | fFolderPopUp = NSPopUpButton; |
---|
36 | fGeneralView = NSView; |
---|
37 | fImportFolderPopUp = NSPopUpButton; |
---|
38 | fNetworkView = NSView; |
---|
39 | fPortField = NSTextField; |
---|
40 | fQuitCheck = NSButton; |
---|
41 | fQuitDownloadingCheck = NSButton; |
---|
42 | fRatioCheck = NSButton; |
---|
43 | fRatioField = NSTextField; |
---|
44 | fRemoveCheck = NSButton; |
---|
45 | fRemoveDownloadingCheck = NSButton; |
---|
46 | fSpeedLimitDownloadField = NSTextField; |
---|
47 | fSpeedLimitUploadField = NSTextField; |
---|
48 | fStartMatrix = NSMatrix; |
---|
49 | fTransfersView = NSView; |
---|
50 | fUpdatePopUp = NSPopUpButton; |
---|
51 | fUpdater = SUUpdater; |
---|
52 | fUploadCheck = NSButton; |
---|
53 | fUploadField = NSTextField; |
---|
54 | fWaitToStartField = NSTextField; |
---|
55 | }; |
---|
56 | SUPERCLASS = NSWindowController; |
---|
57 | }, |
---|
58 | { |
---|
59 | ACTIONS = {checkForUpdates = id; }; |
---|
60 | CLASS = SUUpdater; |
---|
61 | LANGUAGE = ObjC; |
---|
62 | SUPERCLASS = NSObject; |
---|
63 | }, |
---|
64 | { |
---|
65 | CLASS = TorrentTableView; |
---|
66 | LANGUAGE = ObjC; |
---|
67 | OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; }; |
---|
68 | SUPERCLASS = NSTableView; |
---|
69 | } |
---|
70 | ); |
---|
71 | IBVersion = 1; |
---|
72 | } |
---|