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