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