Standalone NIB, used for the PrefsEditor within SheepShaver

This commit is contained in:
asvitkine 2007-07-28 15:17:46 +00:00
parent e90be61f19
commit 3c07ca5344
4 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,50 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {
addDisk = id;
browseForROMFileClicked = id;
createDisk = id;
removeDisk = id;
useRawKeyCodesClicked = id;
};
CLASS = PrefsEditor;
LANGUAGE = ObjC;
OUTLETS = {
bootFrom = NSComboBox;
disableCdrom = NSButton;
disableSound = NSButton;
diskSaveSize = NSView;
diskSaveSizeField = NSTextField;
disks = NSTableView;
dontUseCPUWhenIdle = NSButton;
enable68kDREmulator = NSButton;
enableJIT = NSButton;
ethernetInterface = NSTextField;
height = NSComboBox;
ignoreIllegalMemoryAccesses = NSButton;
mixDevice = NSTextField;
modemPort = NSTextField;
mouseWheel = NSPopUpButton;
outDevice = NSTextField;
printerPort = NSTextField;
qdAccel = NSButton;
ramSize = NSTextField;
ramSizeStepper = NSStepper;
rawKeyCodes = NSTextField;
refreshRate = NSPopUpButton;
romFile = NSTextField;
scrollLines = NSTextField;
scrollLinesStepper = NSStepper;
unixRoot = NSTextField;
useRawKeyCodes = NSButton;
videoType = NSPopUpButton;
width = NSComboBox;
window = NSWindow;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}

View File

@ -0,0 +1,17 @@
<?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>135 142 356 240 0 0 1680 1028 </string>
<key>IBEditorPositions</key>
<dict>
<key>342</key>
<string>715 652 249 104 0 0 1680 1028 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBSystem Version</key>
<string>8R2218</string>
</dict>
</plist>