mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-19 09:31:26 +00:00
Some Interface Builder files that somehow weren't checked in?
This commit is contained in:
parent
82afd86ca5
commit
6180b4246a
BIN
BasiliskII/src/MacOSX/English.lproj/Collapsed.tiff
Normal file
BIN
BasiliskII/src/MacOSX/English.lproj/Collapsed.tiff
Normal file
Binary file not shown.
BIN
BasiliskII/src/MacOSX/English.lproj/Expanded.tiff
Normal file
BIN
BasiliskII/src/MacOSX/English.lproj/Expanded.tiff
Normal file
Binary file not shown.
126
BasiliskII/src/MacOSX/English.lproj/classes.nib
generated
Normal file
126
BasiliskII/src/MacOSX/English.lproj/classes.nib
generated
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
HelpToDo = id;
|
||||||
|
HelpVersions = id;
|
||||||
|
NewEmulator = id;
|
||||||
|
PauseAll = id;
|
||||||
|
RunAll = id;
|
||||||
|
TerminateAll = id;
|
||||||
|
};
|
||||||
|
CLASS = Controller;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {theEmulator = id; thePrefsEditor = id; };
|
||||||
|
SUPERCLASS = NSApplication;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
Benchmark = id;
|
||||||
|
Interrupt = id;
|
||||||
|
PowerKey = id;
|
||||||
|
Restart = id;
|
||||||
|
Resume = id;
|
||||||
|
ScreenHideShow = id;
|
||||||
|
Snapshot = id;
|
||||||
|
SpeedChange = id;
|
||||||
|
Suspend = id;
|
||||||
|
Terminate = id;
|
||||||
|
ToggleState = id;
|
||||||
|
ZapPRAM = id;
|
||||||
|
};
|
||||||
|
CLASS = Emulator;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {barberPole = id; runOrPause = id; screen = id; speed = id; win = id; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = EmulatorView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
Interrupt = id;
|
||||||
|
PowerKey = id;
|
||||||
|
Restart = id;
|
||||||
|
Resume = id;
|
||||||
|
Snapshot = id;
|
||||||
|
Suspend = id;
|
||||||
|
Terminate = id;
|
||||||
|
ZapPRAM = id;
|
||||||
|
};
|
||||||
|
CLASS = FirstResponder;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
AddSCSI = id;
|
||||||
|
AddVolume = id;
|
||||||
|
BrowseExtFS = id;
|
||||||
|
BrowseROM = id;
|
||||||
|
ChangeBootFrom = id;
|
||||||
|
ChangeCPU = id;
|
||||||
|
ChangeDisableCD = id;
|
||||||
|
ChangeDisableSound = id;
|
||||||
|
ChangeFPU = id;
|
||||||
|
ChangeModel = id;
|
||||||
|
ChangeScreen = id;
|
||||||
|
CreateVolume = id;
|
||||||
|
DeleteVolume = id;
|
||||||
|
EditBytes = id;
|
||||||
|
EditDelay = id;
|
||||||
|
EditEtherNetDevice = id;
|
||||||
|
EditExtFS = id;
|
||||||
|
EditFrequency = id;
|
||||||
|
EditMB = id;
|
||||||
|
EditModemDevice = id;
|
||||||
|
EditPrinterDevice = id;
|
||||||
|
EditROMpath = id;
|
||||||
|
RemoveSCSI = id;
|
||||||
|
RemoveVolume = id;
|
||||||
|
ResetPrefs = id;
|
||||||
|
SavePrefs = id;
|
||||||
|
ShowPrefs = id;
|
||||||
|
};
|
||||||
|
CLASS = PrefsEditor;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
CPU68000 = id;
|
||||||
|
CPU68020 = id;
|
||||||
|
CPU68030 = id;
|
||||||
|
CPU68040 = id;
|
||||||
|
FPU = id;
|
||||||
|
IIci = id;
|
||||||
|
MB = id;
|
||||||
|
ROMfile = id;
|
||||||
|
SCSIdisks = id;
|
||||||
|
bootFromAny = id;
|
||||||
|
bootFromCD = id;
|
||||||
|
bytes = id;
|
||||||
|
classic = id;
|
||||||
|
delay = id;
|
||||||
|
depth = id;
|
||||||
|
disableCD = id;
|
||||||
|
disableSound = id;
|
||||||
|
diskImages = id;
|
||||||
|
displayType = id;
|
||||||
|
emuFreq = id;
|
||||||
|
emuWin = id;
|
||||||
|
etherNet = id;
|
||||||
|
extFS = id;
|
||||||
|
frequency = id;
|
||||||
|
height = id;
|
||||||
|
modem = id;
|
||||||
|
newVolumeSize = id;
|
||||||
|
newVolumeView = id;
|
||||||
|
panel = id;
|
||||||
|
printer = id;
|
||||||
|
quadra900 = id;
|
||||||
|
screen = id;
|
||||||
|
theEmulator = id;
|
||||||
|
width = id;
|
||||||
|
window = id;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
34
BasiliskII/src/MacOSX/English.lproj/info.nib
generated
Normal file
34
BasiliskII/src/MacOSX/English.lproj/info.nib
generated
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||||
|
<plist version="0.9">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>3 11 521 240 0 4 1152 742 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>29</key>
|
||||||
|
<string>3 256 365 44 0 0 1152 746 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>219.0</string>
|
||||||
|
<key>IBMainMenuLocation</key>
|
||||||
|
<string>3 252 365 44 0 0 1152 746 </string>
|
||||||
|
<key>IBOpenObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>29</integer>
|
||||||
|
<integer>813</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>5G64</string>
|
||||||
|
<key>IBUserGuides</key>
|
||||||
|
<dict>
|
||||||
|
<key>VolumeSize</key>
|
||||||
|
<dict>
|
||||||
|
<key>guideLocations</key>
|
||||||
|
<array/>
|
||||||
|
<key>guidesLocked</key>
|
||||||
|
<string>NO</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
BIN
BasiliskII/src/MacOSX/English.lproj/objects.nib
generated
Normal file
BIN
BasiliskII/src/MacOSX/English.lproj/objects.nib
generated
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user