home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 2002 February / MACPOWER-2002-02.ISO.7z / MACPOWER-2002-02.ISO / 第2特集/ゲーム / 落ちもの / MacBlox / MacBlox1.5.3.sit / MacBlox.app / Contents / Resources / Swedish.lproj / MacBlox.nib / classes.nib next >
Text File  |  2001-11-27  |  9KB  |  252 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {applicationDidFinishLaunching = id; applicationWillTerminate = id; }; 
  5.             CLASS = ApplicationDelegate; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 backgroundColorWell = id; 
  9.                 backgroundPictureField = id; 
  10.                 backgroundPicturePopUpButton = id; 
  11.                 bevelField = id; 
  12.                 downField = id; 
  13.                 dropField = id; 
  14.                 enablingMenu = id; 
  15.                 graphicsField = id; 
  16.                 graphicsPopUpButton = id; 
  17.                 leftField = id; 
  18.                 lineColorWell = id; 
  19.                 lineSwitch = id; 
  20.                 otherRotateField = id; 
  21.                 rightField = id; 
  22.                 rotateField = id; 
  23.                 secondDownField = id; 
  24.                 secondDropField = id; 
  25.                 secondLeftField = id; 
  26.                 secondOtherRotateField = id; 
  27.                 secondRightField = id; 
  28.                 secondRotateField = id; 
  29.                 testMenu = id; 
  30.                 textColorWell = id; 
  31.                 theConfigWindow = id; 
  32.                 theKeyConfigTender = id; 
  33.                 theMainWindow = id; 
  34.                 theScoreTender = id; 
  35.                 theTetrisController = id; 
  36.                 windowSizeSlider = id; 
  37.             }; 
  38.             SUPERCLASS = NSObject; 
  39.         }, 
  40.         {
  41.             CLASS = BackgroundImageView; 
  42.             LANGUAGE = ObjC; 
  43.             OUTLETS = {theBackgroundImageField = id; theBackgroundImagePopUpButton = id; }; 
  44.             SUPERCLASS = NSImageView; 
  45.         }, 
  46.         {
  47.             ACTIONS = {showHelp = id; }; 
  48.             CLASS = FirstResponder; 
  49.             LANGUAGE = ObjC; 
  50.             SUPERCLASS = NSObject; 
  51.         }, 
  52.         {
  53.             ACTIONS = {
  54.                 takeDown = id; 
  55.                 takeDrop = id; 
  56.                 takeLeft = id; 
  57.                 takeOtherRotate = id; 
  58.                 takeRight = id; 
  59.                 takeRotate = id; 
  60.                 takeSecondDown = id; 
  61.                 takeSecondDrop = id; 
  62.                 takeSecondLeft = id; 
  63.                 takeSecondOtherRotate = id; 
  64.                 takeSecondRight = id; 
  65.                 takeSecondRotate = id; 
  66.             }; 
  67.             CLASS = KeyConfigTender; 
  68.             LANGUAGE = ObjC; 
  69.             OUTLETS = {
  70.                 downField = id; 
  71.                 dropField = id; 
  72.                 leftField = id; 
  73.                 otherRotateField = id; 
  74.                 rightField = id; 
  75.                 rotateField = id; 
  76.                 secondDownField = id; 
  77.                 secondDropField = id; 
  78.                 secondLeftField = id; 
  79.                 secondOtherRotateField = id; 
  80.                 secondRightField = id; 
  81.                 secondRotateField = id; 
  82.                 theConfigWindow = id; 
  83.             }; 
  84.             SUPERCLASS = NSObject; 
  85.         }, 
  86.         {CLASS = KeyGrabber; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  87.         {
  88.             ACTIONS = {disconnect = id; join = id; sendMessage = id; }; 
  89.             CLASS = NetplayTender; 
  90.             LANGUAGE = ObjC; 
  91.             OUTLETS = {
  92.                 chatField = id; 
  93.                 disconnectButton = id; 
  94.                 heightField = id; 
  95.                 joinButton = id; 
  96.                 joinChatField = id; 
  97.                 joinHeightField = id; 
  98.                 joinIP = id; 
  99.                 joinMessageField = id; 
  100.                 messageField = id; 
  101.                 otherIPField = id; 
  102.                 theTetrisController = id; 
  103.                 yourIPField = id; 
  104.             }; 
  105.             SUPERCLASS = NSObject; 
  106.         }, 
  107.         {
  108.             ACTIONS = {
  109.                 drawRect = id; 
  110.                 isActive = id; 
  111.                 nextPiece = id; 
  112.                 setActive = id; 
  113.                 setNextPiece = id; 
  114.             }; 
  115.             CLASS = NextPieceView; 
  116.             LANGUAGE = ObjC; 
  117.             OUTLETS = {
  118.                 active = id; 
  119.                 isActive = id; 
  120.                 nextPiece = id; 
  121.                 theNextPiece = id; 
  122.                 theTetrisController = id; 
  123.             }; 
  124.             SUPERCLASS = NSView; 
  125.         }, 
  126.         {
  127.             ACTIONS = {enterName = id; scoreTend = id; showHighScores = id; }; 
  128.             CLASS = ScoreTender; 
  129.             LANGUAGE = ObjC; 
  130.             OUTLETS = {
  131.                 altHighTable = id; 
  132.                 altNormalTable = id; 
  133.                 altWideTable = id; 
  134.                 highTable = id; 
  135.                 normalTable = id; 
  136.                 theCommentField = id; 
  137.                 theJunkField = id; 
  138.                 theLineField = id; 
  139.                 theNameField = id; 
  140.                 theScoreField = id; 
  141.                 theStartingLevelField = id; 
  142.                 theTakeScoreWindow = id; 
  143.                 theTetrisController = id; 
  144.                 wideTable = id; 
  145.             }; 
  146.             SUPERCLASS = NSObject; 
  147.         }, 
  148.         {
  149.             ACTIONS = {
  150.                 deleteProfile = id; 
  151.                 enterProfileName = id; 
  152.                 join = id; 
  153.                 pauseGame = id; 
  154.                 pictureWasDragged = id; 
  155.                 saveProfile = id; 
  156.                 saveStartupProfile = id; 
  157.                 selectProfile = id; 
  158.                 setBackgroundColorFromWell = id; 
  159.                 setBackgroundPictureFromMenu = id; 
  160.                 setGamePieceSet = id; 
  161.                 setGameShape = id; 
  162.                 setGraphicsFromMenu = id; 
  163.                 setHighGame = id; 
  164.                 setLineColorFromWell = id; 
  165.                 setLineFromButton = id; 
  166.                 setMenuStartLevel = id; 
  167.                 setNormalGame = id; 
  168.                 setPlayers = id; 
  169.                 setStartJunk = id; 
  170.                 setStartLevel = id; 
  171.                 setStartTypeSet = id; 
  172.                 setTextColorFromWell = id; 
  173.                 setWideGame = id; 
  174.                 setWindowSize = id; 
  175.                 startGame = id; 
  176.                 stopGame = id; 
  177.             }; 
  178.             CLASS = TetrisController; 
  179.             LANGUAGE = ObjC; 
  180.             OUTLETS = {
  181.                 backgroundPictureField = id; 
  182.                 currentGameShapeItem = id; 
  183.                 currentPlayersItem = id; 
  184.                 currentStartJunkItem = id; 
  185.                 currentStartLevelItem = id; 
  186.                 currentTypeSetItem = id; 
  187.                 graphicsField = id; 
  188.                 joinIPField = id; 
  189.                 levelField = id; 
  190.                 lineField = id; 
  191.                 menuStartLevel = id; 
  192.                 networkTabView = id; 
  193.                 profileMenu = id; 
  194.                 profileNameField = id; 
  195.                 profilePanel = id; 
  196.                 scoreField = id; 
  197.                 startMenu = id; 
  198.                 textLineField = id; 
  199.                 textScoreField = id; 
  200.                 theBackgroundPictureView = id; 
  201.                 theBevelField = id; 
  202.                 theGameLoopTimer = id; 
  203.                 theMainWindow = id; 
  204.                 theNextPieceView = id; 
  205.                 theSecondNextPieceView = id; 
  206.                 theSecondTetrisView = id; 
  207.                 theTetrisView = id; 
  208.                 windowSizeSlider = id; 
  209.             }; 
  210.             SUPERCLASS = NSObject; 
  211.         }, 
  212.         {
  213.             ACTIONS = {
  214.                 acceptsFirstResponder = id; 
  215.                 controlTextDidChange = id; 
  216.                 doDrop = id; 
  217.                 doLeft = id; 
  218.                 doRight = id; 
  219.                 doRotate = id; 
  220.                 downPiece = id; 
  221.                 redraw = id; 
  222.             }; 
  223.             CLASS = TetrisView; 
  224.             LANGUAGE = ObjC; 
  225.             OUTLETS = {
  226.                 gotHeightPoints = id; 
  227.                 gotJunkPoints = id; 
  228.                 theBevelField = id; 
  229.                 theBoard = id; 
  230.                 theKeyConfigTender = id; 
  231.                 theLevelBoard = id; 
  232.                 theLineBoard = id; 
  233.                 theNextPieceView = id; 
  234.                 theOtherTetrisView = id; 
  235.                 thePiece = id; 
  236.                 theScoreBoard = id; 
  237.                 theScoreTender = id; 
  238.                 theTetrisController = id; 
  239.             }; 
  240.             SUPERCLASS = NSView; 
  241.         }, 
  242.         {
  243.             ACTIONS = {setTransparencyFromSlider = id; }; 
  244.             CLASS = TransparentWindow; 
  245.             LANGUAGE = ObjC; 
  246.             OUTLETS = {transparencySlider = id; }; 
  247.             SUPERCLASS = NSWindow; 
  248.         }, 
  249.         {CLASS = java.lang.Object; LANGUAGE = Java; }
  250.     ); 
  251.     IBVersion = 1; 
  252. }