1 | { |
---|
2 | IBClasses = ( |
---|
3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
4 | {CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, |
---|
5 | {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, |
---|
6 | { |
---|
7 | ACTIONS = { |
---|
8 | folderSheetShow = id; |
---|
9 | helpForNetwork = id; |
---|
10 | importFolderSheetShow = id; |
---|
11 | setAutoImport = id; |
---|
12 | setAutoSize = id; |
---|
13 | setAutoSpeedLimitCheck = id; |
---|
14 | setAutoSpeedLimitHour = id; |
---|
15 | setBadge = id; |
---|
16 | setDownloadLocation = id; |
---|
17 | setLimit = id; |
---|
18 | setLimitCheck = id; |
---|
19 | setMoveTorrent = id; |
---|
20 | setPlaySound = id; |
---|
21 | setPort = id; |
---|
22 | setRatio = id; |
---|
23 | setRatioCheck = id; |
---|
24 | setShowMessage = id; |
---|
25 | setSound = id; |
---|
26 | setSpeedLimit = id; |
---|
27 | setStartNumber = id; |
---|
28 | setStartSetting = id; |
---|
29 | setUpdate = id; |
---|
30 | }; |
---|
31 | CLASS = PrefsController; |
---|
32 | LANGUAGE = ObjC; |
---|
33 | OUTLETS = { |
---|
34 | fAutoImportCheck = NSButton; |
---|
35 | fAutoSizeCheck = NSButton; |
---|
36 | fBadgeDownloadRateCheck = NSButton; |
---|
37 | fBadgeUploadRateCheck = NSButton; |
---|
38 | fBandwidthView = NSView; |
---|
39 | fCopyTorrentCheck = NSButton; |
---|
40 | fDeleteOriginalTorrentCheck = NSButton; |
---|
41 | fDownloadCheck = NSButton; |
---|
42 | fDownloadField = NSTextField; |
---|
43 | fDownloadSoundPopUp = NSPopUpButton; |
---|
44 | fFolderPopUp = NSPopUpButton; |
---|
45 | fGeneralView = NSView; |
---|
46 | fImportFolderPopUp = NSPopUpButton; |
---|
47 | fNetworkView = NSView; |
---|
48 | fPlayDownloadSoundCheck = NSButton; |
---|
49 | fPlaySeedingSoundCheck = NSButton; |
---|
50 | fPortField = NSTextField; |
---|
51 | fQuitCheck = NSButton; |
---|
52 | fQuitDownloadingCheck = NSButton; |
---|
53 | fRatioCheck = NSButton; |
---|
54 | fRatioField = NSTextField; |
---|
55 | fRemoveCheck = NSButton; |
---|
56 | fRemoveDownloadingCheck = NSButton; |
---|
57 | fSeedingSoundPopUp = NSPopUpButton; |
---|
58 | fSpeedLimitAutoCheck = NSButton; |
---|
59 | fSpeedLimitAutoOffField = NSTextField; |
---|
60 | fSpeedLimitAutoOnField = NSTextField; |
---|
61 | fSpeedLimitDownloadField = NSTextField; |
---|
62 | fSpeedLimitUploadField = NSTextField; |
---|
63 | fStartMatrix = NSMatrix; |
---|
64 | fStartNumberField = NSTextField; |
---|
65 | fTransfersView = NSView; |
---|
66 | fUpdatePopUp = NSPopUpButton; |
---|
67 | fUpdater = SUUpdater; |
---|
68 | fUploadCheck = NSButton; |
---|
69 | fUploadField = NSTextField; |
---|
70 | }; |
---|
71 | SUPERCLASS = NSWindowController; |
---|
72 | }, |
---|
73 | {CLASS = PrefsWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, |
---|
74 | { |
---|
75 | ACTIONS = {checkForUpdates = id; }; |
---|
76 | CLASS = SUUpdater; |
---|
77 | LANGUAGE = ObjC; |
---|
78 | SUPERCLASS = NSObject; |
---|
79 | }, |
---|
80 | { |
---|
81 | CLASS = TorrentTableView; |
---|
82 | LANGUAGE = ObjC; |
---|
83 | OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; }; |
---|
84 | SUPERCLASS = NSTableView; |
---|
85 | } |
---|
86 | ); |
---|
87 | IBVersion = 1; |
---|
88 | } |
---|