home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / PDFView.app / German.lproj / MyPrintPanel.nib / data.classes next >
Encoding:
Text File  |  1995-07-19  |  897 b   |  39 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. PrintPanel = {
  3.     ACTIONS = {
  4.     "changePrinter:" = "changePrinter:"; 
  5.     "pickedAllPages:" = "pickedAllPages:"; 
  6.     "pickedButton:" = "pickedButton:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     accessoryView = accessoryView; 
  10.     appIcon = appIcon; 
  11.     buttons = buttons; 
  12.     cancel = cancel; 
  13.     copies = copies; 
  14.     feed = feed; 
  15.     firstPage = firstPage; 
  16.     lastPage = lastPage; 
  17.     name = name; 
  18.     note = note; 
  19.     ok = ok; 
  20.     optionsButton = optionsButton; 
  21.     pageMode = pageMode; 
  22.     preview = preview; 
  23.     printers = printers; 
  24.     resolutionList = resolutionList; 
  25.     save = save; 
  26.     status = status; 
  27.     }; 
  28.     SUPERCLASS = Panel; 
  29. };
  30. MyPrintPanel = {
  31.     ACTIONS = {"fitPageSizeChanged:" = "fitPageSizeChanged:"; }; 
  32.     OUTLETS = {
  33.     accView = accView; 
  34.     fitPageSizeSwitch = fitPageSizeSwitch; 
  35.     runPageLayoutButton = runPageLayoutButton; 
  36.     }; 
  37.     SUPERCLASS = PrintPanel; 
  38. };
  39.