74 lines
2.7 KiB
Plaintext
74 lines
2.7 KiB
Plaintext
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
|
|
{
|
|
ACTIONS = {
|
|
folderSheetShow = id;
|
|
importFolderSheetShow = id;
|
|
setAutoImport = id;
|
|
setAutoSize = id;
|
|
setBadge = id;
|
|
setDownloadLocation = id;
|
|
setLimit = id;
|
|
setLimitCheck = id;
|
|
setMoveTorrent = id;
|
|
setPort = id;
|
|
setRatio = id;
|
|
setRatioCheck = id;
|
|
setShowMessage = id;
|
|
setSpeedLimit = id;
|
|
setStartSetting = id;
|
|
setUpdate = id;
|
|
setWaitToStart = id;
|
|
};
|
|
CLASS = PrefsController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
fAutoImportCheck = NSButton;
|
|
fAutoSizeCheck = NSButton;
|
|
fBadgeDownloadRateCheck = NSButton;
|
|
fBadgeUploadRateCheck = NSButton;
|
|
fBandwidthView = NSView;
|
|
fCopyTorrentCheck = NSButton;
|
|
fDeleteOriginalTorrentCheck = NSButton;
|
|
fDownloadCheck = NSButton;
|
|
fDownloadField = NSTextField;
|
|
fFolderPopUp = NSPopUpButton;
|
|
fGeneralView = NSView;
|
|
fImportFolderPopUp = NSPopUpButton;
|
|
fNetworkView = NSView;
|
|
fPortField = NSTextField;
|
|
fQuitCheck = NSButton;
|
|
fQuitDownloadingCheck = NSButton;
|
|
fRatioCheck = NSButton;
|
|
fRatioField = NSTextField;
|
|
fRemoveCheck = NSButton;
|
|
fRemoveDownloadingCheck = NSButton;
|
|
fSpeedLimitDownloadField = NSTextField;
|
|
fSpeedLimitUploadField = NSTextField;
|
|
fStartMatrix = NSMatrix;
|
|
fTransfersView = NSView;
|
|
fUpdatePopUp = NSPopUpButton;
|
|
fUpdater = SUUpdater;
|
|
fUploadCheck = NSButton;
|
|
fUploadField = NSTextField;
|
|
fWaitToStartField = NSTextField;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
},
|
|
{
|
|
ACTIONS = {checkForUpdates = id; };
|
|
CLASS = SUUpdater;
|
|
LANGUAGE = ObjC;
|
|
SUPERCLASS = NSObject;
|
|
},
|
|
{
|
|
CLASS = TorrentTableView;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; };
|
|
SUPERCLASS = NSTableView;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |