2006-07-16 19:39:23 +00:00
|
|
|
{
|
|
|
|
IBClasses = (
|
|
|
|
{
|
|
|
|
CLASS = FileTableView;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {fContextMenu = NSMenu; };
|
2006-08-14 03:13:34 +00:00
|
|
|
SUPERCLASS = NSTableView;
|
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;
|
|
|
|
setRatioCheck = id;
|
|
|
|
setRatioLimit = id;
|
|
|
|
};
|
2006-07-16 19:39:23 +00:00
|
|
|
CLASS = InfoWindowController;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {
|
|
|
|
fAnnounceField = NSTextField;
|
|
|
|
fConnectedPeersField = NSTextField;
|
|
|
|
fDataLocationField = NSTextField;
|
|
|
|
fDateStartedField = NSTextField;
|
|
|
|
fDownloadedTotalField = NSTextField;
|
|
|
|
fDownloadedValidField = NSTextField;
|
|
|
|
fDownloadingFromField = NSTextField;
|
|
|
|
fFileTable = NSTableView;
|
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;
|
2006-07-16 19:39:23 +00:00
|
|
|
fPieceSizeField = NSTextField;
|
|
|
|
fPiecesField = NSTextField;
|
2006-09-25 20:53:10 +00:00
|
|
|
fPiecesView = PiecesView;
|
2006-07-16 19:39:23 +00:00
|
|
|
fRatioField = NSTextField;
|
|
|
|
fRatioLimitField = NSTextField;
|
|
|
|
fRatioMatrix = NSMatrix;
|
2006-10-15 19:57:40 +00:00
|
|
|
fRevealDataButton = NSButton;
|
|
|
|
fRevealTorrentButton = NSButton;
|
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;
|
|
|
|
fUploadedTotalField = NSTextField;
|
|
|
|
fUploadingToField = NSTextField;
|
|
|
|
};
|
|
|
|
SUPERCLASS = NSWindowController;
|
|
|
|
},
|
2006-09-25 20:53:10 +00:00
|
|
|
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
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;
|
|
|
|
}
|