2006-07-16 19:39:23 +00:00
|
|
|
{
|
|
|
|
IBClasses = (
|
|
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
|
|
{CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
|
2006-08-08 02:11:51 +00:00
|
|
|
{CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
2006-07-16 19:39:23 +00:00
|
|
|
{
|
|
|
|
ACTIONS = {
|
2007-03-22 19:16:08 +00:00
|
|
|
applyRatioSetting = id;
|
2006-10-27 19:14:04 +00:00
|
|
|
applySpeedSettings = id;
|
2006-07-16 19:39:23 +00:00
|
|
|
folderSheetShow = id;
|
2006-08-08 23:03:45 +00:00
|
|
|
helpForNetwork = id;
|
2006-07-16 19:39:23 +00:00
|
|
|
importFolderSheetShow = id;
|
2006-11-03 16:01:45 +00:00
|
|
|
incompleteFolderSheetShow = id;
|
2007-04-25 03:16:25 +00:00
|
|
|
resetWarnings = id;
|
2006-07-16 19:39:23 +00:00
|
|
|
setAutoImport = id;
|
2006-07-22 16:38:05 +00:00
|
|
|
setAutoSize = id;
|
2006-11-01 16:37:14 +00:00
|
|
|
setAutoSpeedLimit = id;
|
2006-07-16 19:39:23 +00:00
|
|
|
setBadge = id;
|
|
|
|
setDownloadLocation = id;
|
2006-12-31 23:24:23 +00:00
|
|
|
setGlobalLimit = id;
|
2006-09-25 18:37:45 +00:00
|
|
|
setNat = id;
|
2006-07-16 19:39:23 +00:00
|
|
|
setPort = id;
|
2007-01-09 03:25:13 +00:00
|
|
|
setQueue = id;
|
2006-09-25 18:37:45 +00:00
|
|
|
setQueueNumber = id;
|
2006-12-31 23:24:23 +00:00
|
|
|
setRatioStop = id;
|
2006-08-07 02:28:31 +00:00
|
|
|
setSound = id;
|
2006-12-31 21:38:35 +00:00
|
|
|
setSpeedLimit = id;
|
2007-05-26 06:16:43 +00:00
|
|
|
setStalled = id;
|
2007-05-28 16:40:56 +00:00
|
|
|
setStalledMinutes = id;
|
2006-07-16 19:39:23 +00:00
|
|
|
setUpdate = id;
|
|
|
|
};
|
|
|
|
CLASS = PrefsController;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {
|
|
|
|
fBandwidthView = NSView;
|
|
|
|
fDownloadField = NSTextField;
|
2006-08-07 02:28:31 +00:00
|
|
|
fDownloadSoundPopUp = NSPopUpButton;
|
2006-07-16 19:39:23 +00:00
|
|
|
fFolderPopUp = NSPopUpButton;
|
|
|
|
fGeneralView = NSView;
|
|
|
|
fImportFolderPopUp = NSPopUpButton;
|
2006-11-03 16:01:45 +00:00
|
|
|
fIncompleteFolderPopUp = 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;
|
2006-12-31 21:38:35 +00:00
|
|
|
fPortField = NSTextField;
|
2006-09-28 21:14:49 +00:00
|
|
|
fPortStatusField = NSTextField;
|
|
|
|
fPortStatusImage = NSImageView;
|
|
|
|
fPortStatusProgress = NSProgressIndicator;
|
2007-01-09 03:25:13 +00:00
|
|
|
fQueueDownloadField = NSTextField;
|
|
|
|
fQueueSeedField = NSTextField;
|
2006-12-31 23:24:23 +00:00
|
|
|
fRatioStopField = NSTextField;
|
2006-08-07 02:28:31 +00:00
|
|
|
fSeedingSoundPopUp = NSPopUpButton;
|
2006-07-16 19:39:23 +00:00
|
|
|
fSpeedLimitDownloadField = NSTextField;
|
|
|
|
fSpeedLimitUploadField = NSTextField;
|
2007-05-26 06:16:43 +00:00
|
|
|
fStalledField = NSTextField;
|
2006-07-16 19:39:23 +00:00
|
|
|
fTransfersView = NSView;
|
|
|
|
fUpdatePopUp = NSPopUpButton;
|
|
|
|
fUploadField = NSTextField;
|
|
|
|
};
|
|
|
|
SUPERCLASS = NSWindowController;
|
|
|
|
},
|
2006-08-06 19:35:03 +00:00
|
|
|
{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;
|
|
|
|
}
|