home *** CD-ROM | disk | FTP | other *** search
- NXFaxCoverView = {
- SUPERCLASS = View;
- };
- NXFaxPanel = {
- ACTIONS = {
- addHit:;
- toHit:;
- editCoverHit:;
- numberClicked:;
- timeCancel:;
- pageModeHit:;
- deleteHit:;
- advanceTime:;
- cancelFax:;
- okCover:;
- cancelCover:;
- faxLater:;
- timeOk:;
- modemHit:;
- retardTime:;
- okFax:;
- formHit:;
- selectCover:;
- modifyHit:;
- previewHit:;
- };
- OUTLETS = {
- coverTitle;
- lastPage;
- coverPopup;
- faxNumber;
- noFieldsMessage;
- coverView;
- sendWeekDay;
- coverOkButton;
- trimCheckBox;
- coverCheckBox;
- timeButton;
- coverLine;
- sendMinutes;
- faxKey;
- addButton;
- faxOkButton;
- faxForm;
- faxLaterButton;
- phoneList;
- sendDay;
- status;
- coverPageIcon;
- hiresCheckBox;
- deleteButton;
- coverWindow;
- coverBox;
- firstPage;
- notifyCheckBox;
- faxName;
- modifyButton;
- numbersMatrix;
- editCoverButton;
- coverForm;
- sendMonth;
- preview;
- coverCancelButton;
- sendHours;
- modemButton;
- modemName;
- pageMode;
- paperBox;
- timePanel;
- focusWindow;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- NXFaxPaperBox = {
- SUPERCLASS = View;
- };
- FaxOwner = {
- OUTLETS = {
- faxPanel;
- };
- SUPERCLASS = Object;
- };
-