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

Last change on this file since 920 was 920, checked in by joshe, 16 years ago

Merge nat-traversal branch to trunk.

File size: 3.7 KB
Line 
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                folderSheetShow = id;
9                helpForNetwork = id;
10                importFolderSheetShow = id;
11                setAutoImport = id;
12                setAutoSize = id;
13                setAutoSpeedLimitCheck = id;
14                setAutoSpeedLimitHour = id;
15                setBadge = id;
16                setDownloadLocation = id;
17                setLimit = id;
18                setLimitCheck = id;
19                setMoveTorrent = id;
20                setNat = id;
21                setPlaySound = id;
22                setPort = id;
23                setQueueNumber = id;
24                setRatio = id;
25                setRatioCheck = id;
26                setShowMessage = id;
27                setSound = id;
28                setSpeedLimit = id;
29                setStartAtOpen = id;
30                setUpdate = id;
31                setUseQueue = id;
32            };
33            CLASS = PrefsController;
34            LANGUAGE = ObjC;
35            OUTLETS = {
36                fAutoImportCheck = NSButton;
37                fAutoSizeCheck = NSButton;
38                fBadgeDownloadRateCheck = NSButton;
39                fBadgeUploadRateCheck = NSButton;
40                fBandwidthView = NSView;
41                fCopyTorrentCheck = NSButton;
42                fDeleteOriginalTorrentCheck = NSButton;
43                fDownloadCheck = NSButton;
44                fDownloadField = NSTextField;
45                fDownloadSoundPopUp = NSPopUpButton;
46                fFolderPopUp = NSPopUpButton;
47                fGeneralView = NSView;
48                fImportFolderPopUp = NSPopUpButton;
49                fNatCheck = NSButton;
50                fNatStatusField = NSTextField;
51                fNatStatusImage = NSImageView;
52                fNetworkView = NSView;
53                fPlayDownloadSoundCheck = NSButton;
54                fPlaySeedingSoundCheck = NSButton;
55                fPortField = NSTextField;
56                fQueueCheck = NSButton;
57                fQueueNumberField = NSTextField;
58                fQuitCheck = NSButton;
59                fQuitDownloadingCheck = NSButton;
60                fRatioCheck = NSButton;
61                fRatioField = NSTextField;
62                fRemoveCheck = NSButton;
63                fRemoveDownloadingCheck = NSButton;
64                fSeedingSoundPopUp = NSPopUpButton;
65                fSpeedLimitAutoCheck = NSButton;
66                fSpeedLimitAutoOffField = NSTextField;
67                fSpeedLimitAutoOnField = NSTextField;
68                fSpeedLimitDownloadField = NSTextField;
69                fSpeedLimitUploadField = NSTextField;
70                fStartAtOpenCheck = NSButton;
71                fTransfersView = NSView;
72                fUpdatePopUp = NSPopUpButton;
73                fUpdater = SUUpdater;
74                fUploadCheck = NSButton;
75                fUploadField = NSTextField;
76            };
77            SUPERCLASS = NSWindowController;
78        },
79        {CLASS = PrefsWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
80        {
81            ACTIONS = {checkForUpdates = id; };
82            CLASS = SUUpdater;
83            LANGUAGE = ObjC;
84            SUPERCLASS = NSObject;
85        },
86        {
87            CLASS = TorrentTableView;
88            LANGUAGE = ObjC;
89            OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; };
90            SUPERCLASS = NSTableView;
91        }
92    );
93    IBVersion = 1;
94}
Note: See TracBrowser for help on using the repository browser.