This commit is contained in:
Colin Klipsch 2006-09-07 01:52:25 +00:00
parent eabd8d6b15
commit acafec44d0
7 changed files with 151 additions and 0 deletions

Binary file not shown.

52
English.lproj/MainMenu.nib/classes.nib generated Normal file
View File

@ -0,0 +1,52 @@
{
IBClasses = (
{
CLASS = AboutPanel;
LANGUAGE = ObjC;
OUTLETS = {mCursorCover = NSTextField; mVersion = NSControl; };
SUPERCLASS = NSPanel;
},
{
ACTIONS = {newDocument = id; };
CLASS = AppController;
LANGUAGE = ObjC;
OUTLETS = {mNewA2ExtraRAM = NSControl; mNewA2Model = NSControl; mNewA2Panel = NSPanel; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {
ClearPrintSession = id;
CopyScreenImage = id;
CopyScreenText = id;
HitDiskDrive = id;
HitSpeedControl = id;
PasteScreenText = id;
SaveScreenImage = id;
SignalReboot = id;
SignalReset = id;
ToggleColorVideo = id;
ToggleFullScreen = id;
};
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{CLASS = NSMovie; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = NSOpenGLView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{
ACTIONS = {StopModal = id; };
CLASS = NSPanel;
LANGUAGE = ObjC;
SUPERCLASS = NSWindow;
},
{CLASS = NSView; LANGUAGE = ObjC; SUPERCLASS = NSResponder; },
{
ACTIONS = {HitJoystickControl = id; HitMonochromeHue = id; };
CLASS = PrefsPanel;
LANGUAGE = ObjC;
OUTLETS = {mJoystickControl = NSMatrix; mMonochromeHue = NSColorWell; };
SUPERCLASS = NSPanel;
}
);
IBVersion = 1;
}

23
English.lproj/MainMenu.nib/info.nib generated Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>29 163 356 240 0 0 1152 842 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>42 710 396 44 0 0 1152 842 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBOldestOS</key>
<integer>3</integer>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8J135</string>
</dict>
</plist>

Binary file not shown.

55
English.lproj/MyDocument.nib/classes.nib generated Normal file
View File

@ -0,0 +1,55 @@
{
IBClasses = (
{
ACTIONS = {SignalReboot = id; SignalReset = id; };
CLASS = A2Computer;
LANGUAGE = ObjC;
SUPERCLASS = NSResponder;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = IndicatorLight; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
{
ACTIONS = {
ClearPrintSession = id;
CopyScreenImage = id;
CopyScreenText = id;
HitDiskDrive = id;
HitSpeedControl = id;
PasteScreenText = id;
SaveScreenImage = id;
};
CLASS = MyDocument;
LANGUAGE = ObjC;
OUTLETS = {
mA2 = A2Computer;
mDDrive0 = NSControl;
mDDrive1 = NSControl;
mModelEmblem = NSTextField;
mPrSessionAddSuffix = NSControl;
mPrSessionFilter = NSControl;
mPrSessionSize = NSTextField;
mPrSessionView = NSView;
mSaveImageAddSuffix = NSControl;
mSaveImageTypes = NSControl;
mSaveImageView = NSView;
mScreen = ScreenView;
mSpeedLight = IndicatorLight;
};
SUPERCLASS = NSDocument;
},
{
ACTIONS = {ToggleColorVideo = id; ToggleFullScreen = id; };
CLASS = ScreenView;
LANGUAGE = ObjC;
OUTLETS = {
mA2 = A2Computer;
mDDLight0 = IndicatorLight;
mDDLight1 = IndicatorLight;
mDocument = MyDocument;
mPrinterLight = IndicatorLight;
};
SUPERCLASS = NSOpenGLView;
}
);
IBVersion = 1;
}

21
English.lproj/MyDocument.nib/info.nib generated Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>64 24 356 240 0 0 1152 842 </string>
<key>IBEditorPositions</key>
<dict>
<key>43</key>
<string>395 499 318 123 0 0 1152 842 </string>
<key>56</key>
<string>397 468 314 186 0 0 1152 842 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBOldestOS</key>
<integer>3</integer>
<key>IBSystem Version</key>
<string>8J135</string>
</dict>
</plist>

Binary file not shown.