transmission/macosx/English.lproj/PrefsWindow.nib/classes.nib

97 lines
3.8 KiB
Plaintext
Raw Normal View History

2006-07-16 19:39:23 +00:00
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
{CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
2006-07-16 19:39:23 +00:00
{
ACTIONS = {
folderSheetShow = id;
helpForNetwork = id;
2006-07-16 19:39:23 +00:00
importFolderSheetShow = id;
setAutoImport = id;
setAutoSize = id;
setAutoSpeedLimitCheck = id;
setAutoSpeedLimitHour = id;
2006-07-16 19:39:23 +00:00
setBadge = id;
setDownloadLocation = id;
setLimit = id;
setLimitCheck = id;
setMoveTorrent = id;
2006-09-25 18:37:45 +00:00
setNat = id;
setPlaySound = id;
2006-07-16 19:39:23 +00:00
setPort = id;
2006-09-25 18:37:45 +00:00
setQueueNumber = id;
2006-07-16 19:39:23 +00:00
setRatio = id;
setRatioCheck = id;
setShowMessage = id;
setSound = id;
2006-07-16 19:39:23 +00:00
setSpeedLimit = id;
2006-09-25 18:37:45 +00:00
setStartAtOpen = id;
2006-07-16 19:39:23 +00:00
setUpdate = id;
2006-09-25 18:37:45 +00:00
setUseQueue = id;
2006-07-16 19:39:23 +00:00
};
CLASS = PrefsController;
LANGUAGE = ObjC;
OUTLETS = {
fAutoImportCheck = NSButton;
fAutoSizeCheck = NSButton;
2006-07-16 19:39:23 +00:00
fBadgeDownloadRateCheck = NSButton;
fBadgeUploadRateCheck = NSButton;
fBandwidthView = NSView;
fCopyTorrentCheck = NSButton;
fDeleteOriginalTorrentCheck = NSButton;
fDownloadCheck = NSButton;
fDownloadField = NSTextField;
fDownloadSoundPopUp = NSPopUpButton;
2006-07-16 19:39:23 +00:00
fFolderPopUp = NSPopUpButton;
fGeneralView = NSView;
fImportFolderPopUp = NSPopUpButton;
2006-09-25 18:37:45 +00:00
fNatCheck = NSButton;
fNatStatusField = NSTextField;
fNatStatusImage = NSImageView;
2006-07-16 19:39:23 +00:00
fNetworkView = NSView;
fPlayDownloadSoundCheck = NSButton;
2006-08-07 01:03:14 +00:00
fPlaySeedingSoundCheck = NSButton;
2006-07-16 19:39:23 +00:00
fPortField = NSTextField;
fPortStatusField = NSTextField;
fPortStatusImage = NSImageView;
fPortStatusProgress = NSProgressIndicator;
2006-09-25 18:37:45 +00:00
fQueueCheck = NSButton;
fQueueNumberField = NSTextField;
2006-07-16 19:39:23 +00:00
fQuitCheck = NSButton;
fQuitDownloadingCheck = NSButton;
fRatioCheck = NSButton;
fRatioField = NSTextField;
fRemoveCheck = NSButton;
fRemoveDownloadingCheck = NSButton;
fSeedingSoundPopUp = NSPopUpButton;
2006-08-11 22:58:14 +00:00
fSpeedLimitAutoCheck = NSButton;
fSpeedLimitAutoOffField = NSTextField;
fSpeedLimitAutoOnField = NSTextField;
2006-07-16 19:39:23 +00:00
fSpeedLimitDownloadField = NSTextField;
fSpeedLimitUploadField = NSTextField;
2006-09-25 18:37:45 +00:00
fStartAtOpenCheck = NSButton;
2006-07-16 19:39:23 +00:00
fTransfersView = NSView;
fUpdatePopUp = NSPopUpButton;
fUpdater = SUUpdater;
fUploadCheck = NSButton;
fUploadField = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{CLASS = PrefsWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
2006-07-16 19:39:23 +00:00
{
ACTIONS = {checkForUpdates = id; };
CLASS = SUUpdater;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
CLASS = TorrentTableView;
LANGUAGE = ObjC;
OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; };
SUPERCLASS = NSTableView;
}
);
IBVersion = 1;
}