1 | { |
---|
2 | IBClasses = ( |
---|
3 | {CLASS = FileOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, |
---|
4 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
5 | {CLASS = InfoWindow; LANGUAGE = ObjC; SUPERCLASS = NSPanel; }, |
---|
6 | { |
---|
7 | ACTIONS = { |
---|
8 | revealDataFile = id; |
---|
9 | revealFile = id; |
---|
10 | revealTorrentFile = id; |
---|
11 | setCheck = id; |
---|
12 | setOnlySelectedCheck = id; |
---|
13 | setPex = id; |
---|
14 | setPiecesView = id; |
---|
15 | setPriority = id; |
---|
16 | setRatioLimit = id; |
---|
17 | setRatioSetting = id; |
---|
18 | setSpeedLimit = id; |
---|
19 | setSpeedMode = id; |
---|
20 | }; |
---|
21 | CLASS = InfoWindowController; |
---|
22 | LANGUAGE = ObjC; |
---|
23 | OUTLETS = { |
---|
24 | fCommentView = NSTextView; |
---|
25 | fCompletedFromTrackerField = NSTextField; |
---|
26 | fConnectedPeersField = NSTextField; |
---|
27 | fCreatorField = NSTextField; |
---|
28 | fDataLocationField = NSTextField; |
---|
29 | fDateActivityField = NSTextField; |
---|
30 | fDateAddedField = NSTextField; |
---|
31 | fDateCompletedField = NSTextField; |
---|
32 | fDateCreatedField = NSTextField; |
---|
33 | fDownloadLimitField = NSTextField; |
---|
34 | fDownloadLimitLabel = NSTextField; |
---|
35 | fDownloadLimitPopUp = NSPopUpButton; |
---|
36 | fDownloadedTotalField = NSTextField; |
---|
37 | fDownloadedValidField = NSTextField; |
---|
38 | fDownloadingFromField = NSTextField; |
---|
39 | fErrorMessageView = NSTextView; |
---|
40 | fFileCheckItem = NSMenuItem; |
---|
41 | fFileOutline = FileOutlineView; |
---|
42 | fFilePriorityHigh = NSMenuItem; |
---|
43 | fFilePriorityLow = NSMenuItem; |
---|
44 | fFilePriorityNormal = NSMenuItem; |
---|
45 | fFileTableStatusField = NSTextField; |
---|
46 | fFileUncheckItem = NSMenuItem; |
---|
47 | fHashField = NSTextField; |
---|
48 | fImageView = NSImageView; |
---|
49 | fLeechersField = NSTextField; |
---|
50 | fNameField = NSTextField; |
---|
51 | fPeerTable = NSTableView; |
---|
52 | fPexCheck = NSButton; |
---|
53 | fPiecesControl = NSSegmentedControl; |
---|
54 | fPiecesField = NSTextField; |
---|
55 | fPiecesView = PiecesView; |
---|
56 | fProgressField = NSTextField; |
---|
57 | fRatioField = NSTextField; |
---|
58 | fRatioLimitField = NSTextField; |
---|
59 | fRatioPopUp = NSPopUpButton; |
---|
60 | fRevealDataButton = NSButton; |
---|
61 | fRevealTorrentButton = NSButton; |
---|
62 | fSecureField = NSTextField; |
---|
63 | fSeedersField = NSTextField; |
---|
64 | fSizeField = NSTextField; |
---|
65 | fStateField = NSTextField; |
---|
66 | fSwarmSpeedField = NSTextField; |
---|
67 | fTabView = NSTabView; |
---|
68 | fTorrentLocationField = NSTextField; |
---|
69 | fTrackerField = NSTextField; |
---|
70 | fUploadLimitField = NSTextField; |
---|
71 | fUploadLimitLabel = NSTextField; |
---|
72 | fUploadLimitPopUp = NSPopUpButton; |
---|
73 | fUploadedTotalField = NSTextField; |
---|
74 | fUploadingToField = NSTextField; |
---|
75 | }; |
---|
76 | SUPERCLASS = NSWindowController; |
---|
77 | }, |
---|
78 | {CLASS = NSLevelIndicatorCell; LANGUAGE = ObjC; SUPERCLASS = NSActionCell; }, |
---|
79 | {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, |
---|
80 | { |
---|
81 | CLASS = PeerProgressIndicatorCell; |
---|
82 | LANGUAGE = ObjC; |
---|
83 | SUPERCLASS = NSLevelIndicatorCell; |
---|
84 | }, |
---|
85 | {CLASS = PiecesView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; } |
---|
86 | ); |
---|
87 | IBVersion = 1; |
---|
88 | } |
---|