78 lines
3.0 KiB
Plaintext
78 lines
3.0 KiB
Plaintext
|
{
|
||
|
IBClasses = (
|
||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||
|
{CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
|
||
|
{CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||
|
{
|
||
|
ACTIONS = {
|
||
|
applyRatioSetting = id;
|
||
|
applySpeedSettings = id;
|
||
|
folderSheetShow = id;
|
||
|
helpForNetwork = id;
|
||
|
importFolderSheetShow = id;
|
||
|
incompleteFolderSheetShow = id;
|
||
|
resetWarnings = id;
|
||
|
setAutoImport = id;
|
||
|
setAutoSize = id;
|
||
|
setAutoSpeedLimit = id;
|
||
|
setBadge = id;
|
||
|
setCheckForUpdate = id;
|
||
|
setDownloadLocation = id;
|
||
|
setEncryptionRequired = id;
|
||
|
setGlobalLimit = id;
|
||
|
setNat = id;
|
||
|
setPort = id;
|
||
|
setQueue = id;
|
||
|
setQueueNumber = id;
|
||
|
setRatioStop = id;
|
||
|
setSound = id;
|
||
|
setSpeedLimit = id;
|
||
|
setStalled = id;
|
||
|
setStalledMinutes = id;
|
||
|
};
|
||
|
CLASS = PrefsController;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {
|
||
|
fAdvancedView = NSView;
|
||
|
fBandwidthView = NSView;
|
||
|
fDownloadField = NSTextField;
|
||
|
fDownloadSoundPopUp = NSPopUpButton;
|
||
|
fFolderPopUp = NSPopUpButton;
|
||
|
fGeneralView = NSView;
|
||
|
fImportFolderPopUp = NSPopUpButton;
|
||
|
fIncompleteFolderPopUp = NSPopUpButton;
|
||
|
fNatCheck = NSButton;
|
||
|
fNatStatusField = NSTextField;
|
||
|
fNatStatusImage = NSImageView;
|
||
|
fPortField = NSTextField;
|
||
|
fPortStatusField = NSTextField;
|
||
|
fPortStatusImage = NSImageView;
|
||
|
fPortStatusProgress = NSProgressIndicator;
|
||
|
fQueueDownloadField = NSTextField;
|
||
|
fQueueSeedField = NSTextField;
|
||
|
fRatioStopField = NSTextField;
|
||
|
fSeedingSoundPopUp = NSPopUpButton;
|
||
|
fSpeedLimitDownloadField = NSTextField;
|
||
|
fSpeedLimitUploadField = NSTextField;
|
||
|
fStalledField = NSTextField;
|
||
|
fTransfersView = NSView;
|
||
|
fUploadField = NSTextField;
|
||
|
};
|
||
|
SUPERCLASS = NSWindowController;
|
||
|
},
|
||
|
{CLASS = PrefsWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
|
||
|
{
|
||
|
ACTIONS = {checkForUpdates = id; };
|
||
|
CLASS = SUUpdater;
|
||
|
LANGUAGE = ObjC;
|
||
|
SUPERCLASS = NSObject;
|
||
|
},
|
||
|
{
|
||
|
CLASS = TorrentTableView;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; };
|
||
|
SUPERCLASS = NSTableView;
|
||
|
}
|
||
|
);
|
||
|
IBVersion = 1;
|
||
|
}
|