2006-07-16 19:39:23 +00:00
|
|
|
{
|
|
|
|
IBClasses = (
|
2007-01-17 17:44:03 +00:00
|
|
|
{CLASS = FileOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
|
2006-07-16 19:39:23 +00:00
|
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
|
|
{
|
2006-10-15 19:57:40 +00:00
|
|
|
ACTIONS = {
|
|
|
|
revealDataFile = id;
|
|
|
|
revealFile = id;
|
|
|
|
revealTorrentFile = id;
|
2007-02-07 05:01:07 +00:00
|
|
|
setLimitSetting = id;
|
2007-03-31 20:08:10 +00:00
|
|
|
setPex = id;
|
2006-10-15 19:57:40 +00:00
|
|
|
setRatioLimit = id;
|
2006-12-28 00:29:05 +00:00
|
|
|
setRatioSetting = id;
|
2006-12-27 02:57:55 +00:00
|
|
|
setSpeedLimit = id;
|
2006-10-15 19:57:40 +00:00
|
|
|
};
|
2006-07-16 19:39:23 +00:00
|
|
|
CLASS = InfoWindowController;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {
|
2006-11-23 02:37:54 +00:00
|
|
|
fCommentView = NSTextView;
|
2006-12-02 01:46:54 +00:00
|
|
|
fCompletedFromTrackerField = NSTextField;
|
2006-07-16 19:39:23 +00:00
|
|
|
fConnectedPeersField = NSTextField;
|
2006-11-23 01:38:18 +00:00
|
|
|
fCreatorField = NSTextField;
|
2006-07-16 19:39:23 +00:00
|
|
|
fDataLocationField = NSTextField;
|
2006-11-23 01:38:18 +00:00
|
|
|
fDateCreatedField = NSTextField;
|
2006-07-16 19:39:23 +00:00
|
|
|
fDateStartedField = NSTextField;
|
2006-12-27 02:57:55 +00:00
|
|
|
fDownloadLimitField = NSTextField;
|
2007-01-12 17:02:33 +00:00
|
|
|
fDownloadLimitLabel = NSTextField;
|
2007-02-07 05:01:07 +00:00
|
|
|
fDownloadLimitPopUp = NSPopUpButton;
|
2006-07-16 19:39:23 +00:00
|
|
|
fDownloadedTotalField = NSTextField;
|
|
|
|
fDownloadedValidField = NSTextField;
|
|
|
|
fDownloadingFromField = NSTextField;
|
2006-12-17 16:36:27 +00:00
|
|
|
fErrorMessageView = NSTextView;
|
2007-01-17 06:25:35 +00:00
|
|
|
fFileOutline = NSOutlineView;
|
2006-08-20 18:09:53 +00:00
|
|
|
fFileTableStatusField = NSTextField;
|
2006-07-16 19:39:23 +00:00
|
|
|
fHashField = NSTextField;
|
|
|
|
fImageView = NSImageView;
|
|
|
|
fLeechersField = NSTextField;
|
|
|
|
fNameField = NSTextField;
|
2006-08-13 15:46:02 +00:00
|
|
|
fPeerTable = NSTableView;
|
2007-03-31 20:08:10 +00:00
|
|
|
fPexCheck = NSButton;
|
2006-07-16 19:39:23 +00:00
|
|
|
fPiecesField = NSTextField;
|
2006-09-25 20:53:10 +00:00
|
|
|
fPiecesView = PiecesView;
|
2006-07-16 19:39:23 +00:00
|
|
|
fRatioField = NSTextField;
|
|
|
|
fRatioLimitField = NSTextField;
|
2007-02-07 05:01:07 +00:00
|
|
|
fRatioPopUp = NSPopUpButton;
|
2006-10-15 19:57:40 +00:00
|
|
|
fRevealDataButton = NSButton;
|
|
|
|
fRevealTorrentButton = NSButton;
|
2006-12-17 16:36:27 +00:00
|
|
|
fSecureField = NSTextField;
|
2006-07-16 19:39:23 +00:00
|
|
|
fSeedersField = NSTextField;
|
|
|
|
fSizeField = NSTextField;
|
|
|
|
fStateField = NSTextField;
|
2006-08-17 03:12:40 +00:00
|
|
|
fSwarmSpeedField = NSTextField;
|
2006-07-16 19:39:23 +00:00
|
|
|
fTabView = NSTabView;
|
|
|
|
fTorrentLocationField = NSTextField;
|
|
|
|
fTrackerField = NSTextField;
|
2006-12-27 02:57:55 +00:00
|
|
|
fUploadLimitField = NSTextField;
|
2007-01-12 17:02:33 +00:00
|
|
|
fUploadLimitLabel = NSTextField;
|
2007-02-07 05:01:07 +00:00
|
|
|
fUploadLimitPopUp = NSPopUpButton;
|
2006-07-16 19:39:23 +00:00
|
|
|
fUploadedTotalField = NSTextField;
|
|
|
|
fUploadingToField = NSTextField;
|
|
|
|
};
|
|
|
|
SUPERCLASS = NSWindowController;
|
|
|
|
},
|
2007-05-10 00:43:51 +00:00
|
|
|
{CLASS = NSLevelIndicatorCell; LANGUAGE = ObjC; SUPERCLASS = NSActionCell; },
|
2006-09-25 20:53:10 +00:00
|
|
|
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
2007-05-10 00:43:51 +00:00
|
|
|
{
|
|
|
|
CLASS = PeerProgressIndicatorCell;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
SUPERCLASS = NSLevelIndicatorCell;
|
|
|
|
},
|
2006-10-13 13:47:52 +00:00
|
|
|
{
|
|
|
|
CLASS = PiecesImageView;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {fPiecesView = PiecesView; };
|
|
|
|
SUPERCLASS = NSImageView;
|
|
|
|
},
|
2006-09-25 20:53:10 +00:00
|
|
|
{
|
|
|
|
CLASS = PiecesView;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {fImageView = NSImageView; };
|
|
|
|
SUPERCLASS = NSObject;
|
|
|
|
}
|
2006-07-16 19:39:23 +00:00
|
|
|
);
|
|
|
|
IBVersion = 1;
|
|
|
|
}
|