source: trunk/macosx/English.lproj/PrefsWindow.nib/classes.nib @ 490

Last change on this file since 490 was 490, checked in by livings124, 17 years ago

Speed Limit: a way to quickly change the upload and download limits for when less bandwidth has to be used.

File size: 2.5 KB
Line 
1{
2    IBClasses = (
3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4        {CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
5        {
6            ACTIONS = {
7                folderSheetShow = id;
8                setBadge = id;
9                setDownloadLocation = id;
10                setLimit = id;
11                setLimitCheck = id;
12                setMoveTorrent = id;
13                setPort = id;
14                setRatio = id;
15                setRatioCheck = id;
16                setShowMessage = id;
17                setSpeedLimit = id;
18                setStartSetting = id;
19                setUpdate = id;
20                setWaitToStart = id;
21            };
22            CLASS = PrefsController;
23            LANGUAGE = ObjC;
24            OUTLETS = {
25                fBadgeDownloadRateCheck = NSButton;
26                fBadgeUploadRateCheck = NSButton;
27                fBandwidthView = NSView;
28                fCopyTorrentCheck = NSButton;
29                fDeleteOriginalTorrentCheck = NSButton;
30                fDownloadCheck = NSButton;
31                fDownloadField = NSTextField;
32                fFolderPopUp = NSPopUpButton;
33                fGeneralView = NSView;
34                fNetworkView = NSView;
35                fPortField = NSTextField;
36                fQuitCheck = NSButton;
37                fQuitDownloadingCheck = NSButton;
38                fRatioCheck = NSButton;
39                fRatioField = NSTextField;
40                fRemoveCheck = NSButton;
41                fRemoveDownloadingCheck = NSButton;
42                fSpeedLimitDownloadField = NSTextField;
43                fSpeedLimitUploadField = NSTextField;
44                fStartMatrix = NSMatrix;
45                fTransfersView = NSView;
46                fUpdatePopUp = NSPopUpButton;
47                fUpdater = SUUpdater;
48                fUploadCheck = NSButton;
49                fUploadField = NSTextField;
50                fWaitToStartField = NSTextField;
51            };
52            SUPERCLASS = NSWindowController;
53        },
54        {
55            ACTIONS = {checkForUpdates = id; };
56            CLASS = SUUpdater;
57            LANGUAGE = ObjC;
58            SUPERCLASS = NSObject;
59        },
60        {
61            CLASS = TorrentTableView;
62            LANGUAGE = ObjC;
63            OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; };
64            SUPERCLASS = NSTableView;
65        }
66    );
67    IBVersion = 1;
68}
Note: See TracBrowser for help on using the repository browser.