84 lines
3.2 KiB
Plaintext
84 lines
3.2 KiB
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
CLASS = FileTableView;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {fContextMenu = NSMenu; };
|
|
SUPERCLASS = NSTableView;
|
|
},
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {
|
|
revealDataFile = id;
|
|
revealFile = id;
|
|
revealTorrentFile = id;
|
|
setLimitCheck = id;
|
|
setLimitCustom = id;
|
|
setRatioCustom = id;
|
|
setRatioLimit = id;
|
|
setRatioSetting = id;
|
|
setSpeedLimit = id;
|
|
};
|
|
CLASS = InfoWindowController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
fCommentView = NSTextView;
|
|
fCompletedFromTrackerField = NSTextField;
|
|
fConnectedPeersField = NSTextField;
|
|
fCreatorField = NSTextField;
|
|
fDataLocationField = NSTextField;
|
|
fDateCreatedField = NSTextField;
|
|
fDateStartedField = NSTextField;
|
|
fDownloadLimitCheck = NSButton;
|
|
fDownloadLimitField = NSTextField;
|
|
fDownloadedTotalField = NSTextField;
|
|
fDownloadedValidField = NSTextField;
|
|
fDownloadingFromField = NSTextField;
|
|
fErrorMessageView = NSTextView;
|
|
fFileTable = NSTableView;
|
|
fFileTableStatusField = NSTextField;
|
|
fHashField = NSTextField;
|
|
fImageView = NSImageView;
|
|
fLeechersField = NSTextField;
|
|
fLimitCustomCheck = NSButton;
|
|
fNameField = NSTextField;
|
|
fPeerTable = NSTableView;
|
|
fPiecesField = NSTextField;
|
|
fPiecesView = PiecesView;
|
|
fRatioCustomCheck = NSButton;
|
|
fRatioField = NSTextField;
|
|
fRatioLimitField = NSTextField;
|
|
fRatioStopCheck = NSButton;
|
|
fRevealDataButton = NSButton;
|
|
fRevealTorrentButton = NSButton;
|
|
fSecureField = NSTextField;
|
|
fSeedersField = NSTextField;
|
|
fSizeField = NSTextField;
|
|
fStateField = NSTextField;
|
|
fSwarmSpeedField = NSTextField;
|
|
fTabView = NSTabView;
|
|
fTorrentLocationField = NSTextField;
|
|
fTrackerField = NSTextField;
|
|
fUploadLimitCheck = NSButton;
|
|
fUploadLimitField = NSTextField;
|
|
fUploadedTotalField = NSTextField;
|
|
fUploadingToField = NSTextField;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
},
|
|
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
|
{
|
|
CLASS = PiecesImageView;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {fPiecesView = PiecesView; };
|
|
SUPERCLASS = NSImageView;
|
|
},
|
|
{
|
|
CLASS = PiecesView;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {fImageView = NSImageView; };
|
|
SUPERCLASS = NSObject;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |