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 | applyRatioSetting = id; |
---|
9 | applySpeedSettings = id; |
---|
10 | folderSheetShow = id; |
---|
11 | helpForNetwork = id; |
---|
12 | importFolderSheetShow = id; |
---|
13 | incompleteFolderSheetShow = id; |
---|
14 | setAutoImport = id; |
---|
15 | setAutoSize = id; |
---|
16 | setAutoSpeedLimit = id; |
---|
17 | setBadge = id; |
---|
18 | setDownloadLocation = id; |
---|
19 | setGlobalLimit = id; |
---|
20 | setNat = id; |
---|
21 | setPort = id; |
---|
22 | setQueue = id; |
---|
23 | setQueueNumber = id; |
---|
24 | setRatioStop = id; |
---|
25 | setSound = id; |
---|
26 | setSpeedLimit = id; |
---|
27 | setUpdate = id; |
---|
28 | }; |
---|
29 | CLASS = PrefsController; |
---|
30 | LANGUAGE = ObjC; |
---|
31 | OUTLETS = { |
---|
32 | fBandwidthView = NSView; |
---|
33 | fDownloadField = NSTextField; |
---|
34 | fDownloadSoundPopUp = NSPopUpButton; |
---|
35 | fFolderPopUp = NSPopUpButton; |
---|
36 | fGeneralView = NSView; |
---|
37 | fImportFolderPopUp = NSPopUpButton; |
---|
38 | fIncompleteFolderPopUp = NSPopUpButton; |
---|
39 | fNatCheck = NSButton; |
---|
40 | fNatStatusField = NSTextField; |
---|
41 | fNatStatusImage = NSImageView; |
---|
42 | fNetworkView = NSView; |
---|
43 | fPortField = NSTextField; |
---|
44 | fPortStatusField = NSTextField; |
---|
45 | fPortStatusImage = NSImageView; |
---|
46 | fPortStatusProgress = NSProgressIndicator; |
---|
47 | fQueueDownloadField = NSTextField; |
---|
48 | fQueueSeedField = NSTextField; |
---|
49 | fRatioStopField = NSTextField; |
---|
50 | fSeedingSoundPopUp = NSPopUpButton; |
---|
51 | fSpeedLimitDownloadField = NSTextField; |
---|
52 | fSpeedLimitUploadField = NSTextField; |
---|
53 | fTransfersView = NSView; |
---|
54 | fUpdatePopUp = NSPopUpButton; |
---|
55 | fUploadField = NSTextField; |
---|
56 | }; |
---|
57 | SUPERCLASS = NSWindowController; |
---|
58 | }, |
---|
59 | {CLASS = PrefsWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, |
---|
60 | { |
---|
61 | ACTIONS = {checkForUpdates = id; }; |
---|
62 | CLASS = SUUpdater; |
---|
63 | LANGUAGE = ObjC; |
---|
64 | SUPERCLASS = NSObject; |
---|
65 | }, |
---|
66 | { |
---|
67 | CLASS = TorrentTableView; |
---|
68 | LANGUAGE = ObjC; |
---|
69 | OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; }; |
---|
70 | SUPERCLASS = NSTableView; |
---|
71 | } |
---|
72 | ); |
---|
73 | IBVersion = 1; |
---|
74 | } |
---|