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