1 |
{ |
2 |
IBClasses = ( |
3 |
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
4 |
{ |
5 |
ACTIONS = { |
6 |
addDisk = id; |
7 |
browseForROMFileClicked = id; |
8 |
createDisk = id; |
9 |
removeDisk = id; |
10 |
useRawKeyCodesClicked = id; |
11 |
}; |
12 |
CLASS = PrefsEditor; |
13 |
LANGUAGE = ObjC; |
14 |
OUTLETS = { |
15 |
bootFrom = NSComboBox; |
16 |
disableCdrom = NSButton; |
17 |
disableSound = NSButton; |
18 |
diskSaveSize = NSView; |
19 |
diskSaveSizeField = NSTextField; |
20 |
disks = NSTableView; |
21 |
dontUseCPUWhenIdle = NSButton; |
22 |
enable68kDREmulator = NSButton; |
23 |
enableJIT = NSButton; |
24 |
ethernetInterface = NSTextField; |
25 |
height = NSComboBox; |
26 |
ignoreIllegalMemoryAccesses = NSButton; |
27 |
mixDevice = NSTextField; |
28 |
modemPort = NSTextField; |
29 |
mouseWheel = NSPopUpButton; |
30 |
outDevice = NSTextField; |
31 |
printerPort = NSTextField; |
32 |
qdAccel = NSButton; |
33 |
ramSize = NSTextField; |
34 |
ramSizeStepper = NSStepper; |
35 |
rawKeyCodes = NSTextField; |
36 |
refreshRate = NSPopUpButton; |
37 |
romFile = NSTextField; |
38 |
scrollLines = NSTextField; |
39 |
scrollLinesStepper = NSStepper; |
40 |
unixRoot = NSTextField; |
41 |
useRawKeyCodes = NSButton; |
42 |
videoType = NSPopUpButton; |
43 |
width = NSComboBox; |
44 |
window = NSWindow; |
45 |
}; |
46 |
SUPERCLASS = NSObject; |
47 |
} |
48 |
); |
49 |
IBVersion = 1; |
50 |
} |