home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / usr / lib / NextStep / Resources / Japanese.lproj / PrintPanel.nib / data.classes next >
Encoding:
Text File  |  1996-10-07  |  998 b   |  40 lines

  1. MyApp = {
  2.     ACTIONS = {"hide:" = "hide:"; "terminate:" = "terminate:"; }; 
  3.     OUTLETS = {delegate = delegate; }; 
  4.     SUPERCLASS = Object; 
  5. };
  6. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  7. PrintPanel = {
  8.     ACTIONS = {
  9.     "_pickedButton:" = "_pickedButton:"; 
  10.     "_pickedJobFeatureButton:" = "_pickedJobFeatureButton:"; 
  11.     "_pickedOptions:" = "_pickedOptions:"; 
  12.     "pickedAllPages:" = "pickedAllPages:"; 
  13.     }; 
  14.     OUTLETS = {
  15.     _ppdGroupView = _ppdGroupView; 
  16.     _ppdTextView = _ppdTextView; 
  17.     appIcon = appIcon; 
  18.     buttons = buttons; 
  19.     cancel = cancel; 
  20.     controlBox = controlBox; 
  21.     copies = copies; 
  22.     feed = feed; 
  23.     firstPage = firstPage; 
  24.     lastPage = lastPage; 
  25.     name = name; 
  26.     note = note; 
  27.     ok = ok; 
  28.     optionsButton = optionsButton; 
  29.     pageMode = pageMode; 
  30.     preview = preview; 
  31.     printerList = printerList; 
  32.     printerListBox = printerListBox; 
  33.     printerListTitle = printerListTitle; 
  34.     resolutionList = resolutionList; 
  35.     save = save; 
  36.     status = status; 
  37.     }; 
  38.     SUPERCLASS = Window; 
  39. };
  40.