home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / OVDocumentSaveTo.1Vmod / OVDocumentSaveTo.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  466 b   |  32 lines

  1. OVDocumentSaveTo = {
  2.     ACTIONS = {
  3.     cancelSaveToAction:;
  4.     performSaveToAction:;
  5.     sourceChanged:;
  6.     saveToAction:;
  7.     };
  8.     OUTLETS = {
  9.     exportDriverButton;
  10.     startPageText;
  11.     areaToSaveRadio;
  12.     curDriver;
  13.     exportDriverPopup;
  14.     driversBox;
  15.     endPageText;
  16.     optionPanel;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. OVDocumentExport = {
  26.     ACTIONS = {
  27.     };
  28.     OUTLETS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.