Annotation of hatari/src/gui-osx/fr.lproj/SDLMain.xib, revision 1.1

1.1     ! root        1: <?xml version="1.0" encoding="UTF-8" standalone="no"?>
        !             2: <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15G1004" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
        !             3:     <dependencies>
        !             4:         <deployment version="1080" identifier="macosx"/>
        !             5:         <development version="5100" identifier="xcode"/>
        !             6:         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
        !             7:     </dependencies>
        !             8:     <objects>
        !             9:         <customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
        !            10:             <connections>
        !            11:                 <outlet property="delegate" destination="194" id="195"/>
        !            12:             </connections>
        !            13:         </customObject>
        !            14:         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        !            15:         <customObject id="-3" userLabel="Application" customClass="NSObject"/>
        !            16:         <menu title="SDLMain" systemMenu="main" id="29" userLabel="MainMenu">
        !            17:             <items>
        !            18:                 <menuItem title="Hatari" id="56">
        !            19:                     <menu key="submenu" title="Hatari" systemMenu="apple" id="57">
        !            20:                         <items>
        !            21:                             <menuItem title="A propos d'Hatari" id="58">
        !            22:                                 <modifierMask key="keyEquivalentModifierMask"/>
        !            23:                                 <connections>
        !            24:                                     <action selector="orderFrontStandardAboutPanel:" target="-2" id="142"/>
        !            25:                                 </connections>
        !            26:                             </menuItem>
        !            27:                             <menuItem title="Préférences..." keyEquivalent="," id="293">
        !            28:                                 <connections>
        !            29:                                     <action selector="loadPrefs:" target="329" id="4613"/>
        !            30:                                 </connections>
        !            31:                             </menuItem>
        !            32:                             <menuItem isSeparatorItem="YES" id="196">
        !            33:                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
        !            34:                             </menuItem>
        !            35:                             <menuItem title="Masquer Hatari" keyEquivalent="h" id="134">
        !            36:                                 <connections>
        !            37:                                     <action selector="hide:" target="-2" id="152"/>
        !            38:                                 </connections>
        !            39:                             </menuItem>
        !            40:                             <menuItem title="Masquer les Autres" keyEquivalent="H" id="145">
        !            41:                                 <modifierMask key="keyEquivalentModifierMask" option="YES"/>
        !            42:                                 <connections>
        !            43:                                     <action selector="hideOtherApplications:" target="-2" id="146"/>
        !            44:                                 </connections>
        !            45:                             </menuItem>
        !            46:                             <menuItem title="Tout Afficher" id="150">
        !            47:                                 <connections>
        !            48:                                     <action selector="unhideAllApplications:" target="-2" id="153"/>
        !            49:                                 </connections>
        !            50:                             </menuItem>
        !            51:                             <menuItem isSeparatorItem="YES" id="149">
        !            52:                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
        !            53:                             </menuItem>
        !            54:                             <menuItem title="Quitter Hatari" keyEquivalent="q" id="136">
        !            55:                                 <connections>
        !            56:                                     <action selector="quit:" target="194" id="z3p-Bj-abB"/>
        !            57:                                 </connections>
        !            58:                             </menuItem>
        !            59:                         </items>
        !            60:                     </menu>
        !            61:                     <connections>
        !            62:                         <action selector="PauseMenu:" target="194" id="dzj-j2-cqa"/>
        !            63:                     </connections>
        !            64:                 </menuItem>
        !            65:                 <menuItem title="Fichier" id="306">
        !            66:                     <menu key="submenu" title="Fichier" id="312">
        !            67:                         <items>
        !            68:                             <menuItem title="Inserer Disque A..." id="309">
        !            69:                                 <modifierMask key="keyEquivalentModifierMask"/>
        !            70:                                 <connections>
        !            71:                                     <action selector="insertDiskA:" target="194" id="4611"/>
        !            72:                                 </connections>
        !            73:                             </menuItem>
        !            74:                             <menuItem title="Inserer Disque B..." id="311">
        !            75:                                 <modifierMask key="keyEquivalentModifierMask"/>
        !            76:                                 <connections>
        !            77:                                     <action selector="insertDiskB:" target="194" id="323"/>
        !            78:                                 </connections>
        !            79:                             </menuItem>
        !            80:                             <menuItem title="Créer Disquette Vierge..." id="595">
        !            81:                                 <modifierMask key="keyEquivalentModifierMask"/>
        !            82:                                 <connections>
        !            83:                                     <action selector="runModal:" target="687" id="843"/>
        !            84:                                 </connections>
        !            85:                             </menuItem>
        !            86:                             <menuItem title="Charge Config..." id="4622">
        !            87:                                 <modifierMask key="keyEquivalentModifierMask"/>
        !            88:                                 <connections>
        !            89:                                     <action selector="openConfig:" target="194" id="4623"/>
        !            90:                                 </connections>
        !            91:                             </menuItem>
        !            92:                             <menuItem isSeparatorItem="YES" id="596">
        !            93:                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
        !            94:                             </menuItem>
        !            95:                             <menuItem title="Capture" id="607">
        !            96:                                 <menu key="submenu" title="Capture" id="608">
        !            97:                                     <items>
        !            98:                                         <menuItem title="Ecran" id="609">
        !            99:                                             <modifierMask key="keyEquivalentModifierMask"/>
        !           100:                                             <connections>
        !           101:                                                 <action selector="captureScreen:" target="194" id="828"/>
        !           102:                                             </connections>
        !           103:                                         </menuItem>
        !           104:                                         <menuItem title="Début Capture Animation" id="610" userLabel="startCapture">
        !           105:                                             <modifierMask key="keyEquivalentModifierMask"/>
        !           106:                                             <connections>
        !           107:                                                 <action selector="captureAnimation:" target="194" id="829"/>
        !           108:                                             </connections>
        !           109:                                         </menuItem>
        !           110:                                         <menuItem title="Arreter Capture Animation" id="834">
        !           111:                                             <modifierMask key="keyEquivalentModifierMask"/>
        !           112:                                             <connections>
        !           113:                                                 <action selector="endCaptureAnimation:" target="194" id="4615"/>
        !           114:                                             </connections>
        !           115:                                         </menuItem>
        !           116:                                         <menuItem title="Enregistrer Son (.ym/.wav)..." id="611">
        !           117:                                             <modifierMask key="keyEquivalentModifierMask"/>
        !           118:                                             <connections>
        !           119:                                                 <action selector="captureSound:" target="194" id="830"/>
        !           120:                                             </connections>
        !           121:                                         </menuItem>
        !           122:                                         <menuItem title="Arreter Enregistrement Son" id="835">
        !           123:                                             <modifierMask key="keyEquivalentModifierMask"/>
        !           124:                                             <connections>
        !           125:                                                 <action selector="endCaptureSound:" target="194" id="841"/>
        !           126:                                             </connections>
        !           127:                                         </menuItem>
        !           128:                                     </items>
        !           129:                                 </menu>
        !           130:                             </menuItem>
        !           131:                             <menuItem isSeparatorItem="YES" id="600">
        !           132:                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
        !           133:                             </menuItem>
        !           134:                             <menuItem title="Memory Snapshot" id="603">
        !           135:                                 <menu key="submenu" title="Memory Snapshot" id="604">
        !           136:                                     <items>
        !           137:                                         <menuItem title="Sauver..." id="605">
        !           138:                                             <modifierMask key="keyEquivalentModifierMask"/>
        !           139:                                             <connections>
        !           140:                                                 <action selector="saveMemorySnap:" target="194" id="848"/>
        !           141:                                             </connections>
        !           142:                                         </menuItem>
        !           143:                                         <menuItem title="Restorer..." id="606">
        !           144:                                             <modifierMask key="keyEquivalentModifierMask"/>
        !           145:                                             <connections>
        !           146:                                                 <action selector="restoreMemorySnap:" target="194" id="849"/>
        !           147:                                             </connections>
        !           148:                                         </menuItem>
        !           149:                                     </items>
        !           150:                                 </menu>
        !           151:                             </menuItem>
        !           152:                         </items>
        !           153:                     </menu>
        !           154:                 </menuItem>
        !           155:                 <menuItem title="Emulation" id="855">
        !           156:                     <menu key="submenu" title="Emulation" id="856">
        !           157:                         <items>
        !           158:                             <menuItem title="Reset à Chaud" keyEquivalent="r" id="857">
        !           159:                                 <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
        !           160:                                 <connections>
        !           161:                                     <action selector="warmReset:" target="194" id="861"/>
        !           162:                                 </connections>
        !           163:                             </menuItem>
        !           164:                             <menuItem title="Reset à Froid" keyEquivalent="c" id="858">
        !           165:                                 <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
        !           166:                                 <connections>
        !           167:                                     <action selector="coldReset:" target="194" id="862"/>
        !           168:                                 </connections>
        !           169:                             </menuItem>
        !           170:                             <menuItem title="Mode 'A fond'" enabled="NO" keyEquivalent="x" id="3603"/>
        !           171:                             <menuItem title="Pause" keyEquivalent="p" id="p8Z-DD-Z6o" userLabel="Pause">
        !           172:                                 <connections>
        !           173:                                     <action selector="PauseMenu:" target="194" id="2Aj-Bw-W7b"/>
        !           174:                                 </connections>
        !           175:                             </menuItem>
        !           176:                             <menuItem isSeparatorItem="YES" id="3604"/>
        !           177:                             <menuItem title="Debugger Interface" enabled="NO" keyEquivalent="d" id="3083"/>
        !           178:                             <menuItem title="Debugger UI" enabled="NO" id="3605">
        !           179:                                 <modifierMask key="keyEquivalentModifierMask"/>
        !           180:                                 <connections>
        !           181:                                     <action selector="debugUI:" target="194" id="4609"/>
        !           182:                                 </connections>
        !           183:                             </menuItem>
        !           184:                             <menuItem title="Bios/XBios interception " enabled="NO" keyEquivalent="B" id="3215"/>
        !           185:                         </items>
        !           186:                     </menu>
        !           187:                 </menuItem>
        !           188:                 <menuItem title="Fenêtre" id="284">
        !           189:                     <menu key="submenu" title="Fenêtre" systemMenu="window" id="285">
        !           190:                         <items>
        !           191:                             <menuItem title="Minimiser" id="283">
        !           192:                                 <modifierMask key="keyEquivalentModifierMask"/>
        !           193:                                 <connections>
        !           194:                                     <action selector="performMiniaturize:" target="-1" id="288"/>
        !           195:                                 </connections>
        !           196:                             </menuItem>
        !           197:                             <menuItem title="Plein écran" offStateImage="NSEnterFullScreenTemplate" id="1241">
        !           198:                                 <modifierMask key="keyEquivalentModifierMask" control="YES"/>
        !           199:                                 <connections>
        !           200:                                     <action selector="doFullScreen:" target="194" id="1246"/>
        !           201:                                 </connections>
        !           202:                             </menuItem>
        !           203:                         </items>
        !           204:                     </menu>
        !           205:                 </menuItem>
        !           206:                 <menuItem title="Aide" id="103">
        !           207:                     <menu key="submenu" title="Aide" id="106">
        !           208:                         <items>
        !           209:                             <menuItem title="Aide Hatari" keyEquivalent="?" id="111">
        !           210:                                 <connections>
        !           211:                                     <action selector="help:" target="194" id="4740"/>
        !           212:                                 </connections>
        !           213:                             </menuItem>
        !           214:                             <menuItem title="Compatibilité" id="4738">
        !           215:                                 <modifierMask key="keyEquivalentModifierMask"/>
        !           216:                                 <connections>
        !           217:                                     <action selector="compat:" target="194" id="4739"/>
        !           218:                                 </connections>
        !           219:                             </menuItem>
        !           220:                         </items>
        !           221:                     </menu>
        !           222:                 </menuItem>
        !           223:             </items>
        !           224:         </menu>
        !           225:         <customObject id="194" userLabel="SDLMain" customClass="HatariAppDelegate">
        !           226:             <connections>
        !           227:                 <outlet property="beginCaptureAnim" destination="610" id="836"/>
        !           228:                 <outlet property="beginCaptureSound" destination="611" id="838"/>
        !           229:                 <outlet property="endCaptureAnim" destination="834" id="4614"/>
        !           230:                 <outlet property="endCaptureSound" destination="835" id="839"/>
        !           231:                 <outlet property="pauseMenuItem" destination="p8Z-DD-Z6o" id="Nga-B7-DKw"/>
        !           232:             </connections>
        !           233:         </customObject>
        !           234:         <customObject id="253" userLabel="Font Manager" customClass="NSFontManager"/>
        !           235:         <window title="Préférences Hatari" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="utilityWindow" id="326" userLabel="prefsWindow" customClass="NSPanel">
        !           236:             <windowStyleMask key="styleMask" titled="YES" closable="YES" utility="YES" documentModal="YES"/>
        !           237:             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
        !           238:             <rect key="contentRect" x="100" y="160" width="689" height="479"/>
        !           239:             <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
        !           240:             <view key="contentView" id="327">
        !           241:                 <rect key="frame" x="0.0" y="0.0" width="689" height="479"/>
        !           242:                 <autoresizingMask key="autoresizingMask"/>
        !           243:                 <subviews>
        !           244:                     <button verticalHuggingPriority="750" id="328">
        !           245:                         <rect key="frame" x="593" y="12" width="82" height="32"/>
        !           246:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           247:                         <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4403">
        !           248:                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           249:                             <font key="font" metaFont="system"/>
        !           250:                             <string key="keyEquivalent" base64-UTF8="YES">
        !           251: DQ
        !           252: </string>
        !           253:                         </buttonCell>
        !           254:                         <connections>
        !           255:                             <action selector="commitAndClose:" target="329" id="548"/>
        !           256:                         </connections>
        !           257:                     </button>
        !           258:                     <button verticalHuggingPriority="750" id="544">
        !           259:                         <rect key="frame" x="501" y="12" width="90" height="32"/>
        !           260:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           261:                         <buttonCell key="cell" type="push" title="Annuler" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="4508">
        !           262:                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           263:                             <font key="font" metaFont="system"/>
        !           264:                         </buttonCell>
        !           265:                         <connections>
        !           266:                             <action selector="performClose:" target="326" id="845"/>
        !           267:                         </connections>
        !           268:                     </button>
        !           269:                     <button verticalHuggingPriority="750" id="1605">
        !           270:                         <rect key="frame" x="11" y="12" width="141" height="32"/>
        !           271:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           272:                         <buttonCell key="cell" type="push" title="Charge config..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4509">
        !           273:                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           274:                             <font key="font" metaFont="system"/>
        !           275:                         </buttonCell>
        !           276:                         <connections>
        !           277:                             <action selector="loadConfigFrom:" target="329" id="1609"/>
        !           278:                         </connections>
        !           279:                     </button>
        !           280:                     <button verticalHuggingPriority="750" id="2803">
        !           281:                         <rect key="frame" x="160" y="12" width="133" height="32"/>
        !           282:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           283:                         <buttonCell key="cell" type="push" title="Sauve config..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4510">
        !           284:                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           285:                             <font key="font" metaFont="system"/>
        !           286:                         </buttonCell>
        !           287:                         <connections>
        !           288:                             <action selector="saveConfigAs:" target="329" id="2804"/>
        !           289:                         </connections>
        !           290:                     </button>
        !           291:                     <tabView controlSize="small" id="332">
        !           292:                         <rect key="frame" x="13" y="40" width="663" height="422"/>
        !           293:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           294:                         <tabViewItems>
        !           295:                             <tabViewItem label="Disques" identifier="1" id="471">
        !           296:                                 <view key="view" id="472">
        !           297:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !           298:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !           299:                                     <subviews>
        !           300:                                         <box autoresizesSubviews="NO" title="Disques Durs" borderType="line" id="4606">
        !           301:                                             <rect key="frame" x="1" y="3" width="630" height="181"/>
        !           302:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           303:                                             <view key="contentView">
        !           304:                                                 <rect key="frame" x="1" y="1" width="628" height="165"/>
        !           305:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !           306:                                                 <subviews>
        !           307:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4679">
        !           308:                                                         <rect key="frame" x="208" y="32" width="181" height="17"/>
        !           309:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           310:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Protection écriture GEMDOS:" id="4680">
        !           311:                                                             <font key="font" metaFont="system"/>
        !           312:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           313:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           314:                                                         </textFieldCell>
        !           315:                                                     </textField>
        !           316:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="491">
        !           317:                                                         <rect key="frame" x="50" y="137" width="110" height="17"/>
        !           318:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           319:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Image HD ACSI:" id="4479">
        !           320:                                                             <font key="font" metaFont="system"/>
        !           321:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           322:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           323:                                                         </textFieldCell>
        !           324:                                                     </textField>
        !           325:                                                     <textField verticalHuggingPriority="750" id="477">
        !           326:                                                         <rect key="frame" x="167" y="136" width="289" height="19"/>
        !           327:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           328:                                                         <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4466">
        !           329:                                                             <font key="font" metaFont="smallSystem"/>
        !           330:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           331:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           332:                                                         </textFieldCell>
        !           333:                                                     </textField>
        !           334:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="3735">
        !           335:                                                         <rect key="frame" x="22" y="110" width="138" height="17"/>
        !           336:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           337:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Image HD IDE maitre:" id="4487">
        !           338:                                                             <font key="font" metaFont="system"/>
        !           339:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           340:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           341:                                                         </textFieldCell>
        !           342:                                                     </textField>
        !           343:                                                     <button verticalHuggingPriority="750" id="3736">
        !           344:                                                         <rect key="frame" x="541" y="103" width="85" height="28"/>
        !           345:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           346:                                                         <buttonCell key="cell" type="push" title="Ejecter" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4488">
        !           347:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           348:                                                             <font key="font" metaFont="smallSystem"/>
        !           349:                                                         </buttonCell>
        !           350:                                                         <connections>
        !           351:                                                             <action selector="ejectIdeMasterHdImage:" target="329" id="4543"/>
        !           352:                                                         </connections>
        !           353:                                                     </button>
        !           354:                                                     <button verticalHuggingPriority="750" id="3737">
        !           355:                                                         <rect key="frame" x="457" y="103" width="90" height="28"/>
        !           356:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           357:                                                         <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4489">
        !           358:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           359:                                                             <font key="font" metaFont="smallSystem"/>
        !           360:                                                         </buttonCell>
        !           361:                                                         <connections>
        !           362:                                                             <action selector="chooseIdeMasterHdImage:" target="329" id="4542"/>
        !           363:                                                         </connections>
        !           364:                                                     </button>
        !           365:                                                     <textField verticalHuggingPriority="750" id="3738">
        !           366:                                                         <rect key="frame" x="167" y="109" width="289" height="19"/>
        !           367:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           368:                                                         <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4490">
        !           369:                                                             <font key="font" metaFont="smallSystem"/>
        !           370:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           371:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           372:                                                         </textFieldCell>
        !           373:                                                     </textField>
        !           374:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4530">
        !           375:                                                         <rect key="frame" x="15" y="83" width="145" height="17"/>
        !           376:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           377:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Image HD IDE esclave:" id="4537">
        !           378:                                                             <font key="font" metaFont="system"/>
        !           379:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           380:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           381:                                                         </textFieldCell>
        !           382:                                                     </textField>
        !           383:                                                     <button verticalHuggingPriority="750" id="4531">
        !           384:                                                         <rect key="frame" x="541" y="76" width="85" height="28"/>
        !           385:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           386:                                                         <buttonCell key="cell" type="push" title="Ejecter" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4536">
        !           387:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           388:                                                             <font key="font" metaFont="smallSystem"/>
        !           389:                                                         </buttonCell>
        !           390:                                                         <connections>
        !           391:                                                             <action selector="ejectIdeSlaveHdImage:" target="329" id="4545"/>
        !           392:                                                         </connections>
        !           393:                                                     </button>
        !           394:                                                     <button verticalHuggingPriority="750" id="4532">
        !           395:                                                         <rect key="frame" x="457" y="77" width="90" height="28"/>
        !           396:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           397:                                                         <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4535">
        !           398:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           399:                                                             <font key="font" metaFont="smallSystem"/>
        !           400:                                                         </buttonCell>
        !           401:                                                         <connections>
        !           402:                                                             <action selector="chooseIdeSlaveHdImage:" target="329" id="4544"/>
        !           403:                                                         </connections>
        !           404:                                                     </button>
        !           405:                                                     <textField verticalHuggingPriority="750" id="4533">
        !           406:                                                         <rect key="frame" x="167" y="82" width="289" height="19"/>
        !           407:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           408:                                                         <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4534">
        !           409:                                                             <font key="font" metaFont="smallSystem"/>
        !           410:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           411:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           412:                                                         </textFieldCell>
        !           413:                                                     </textField>
        !           414:                                                     <button id="NGg-U3-4Ch">
        !           415:                                                         <rect key="frame" x="14" y="4" width="277" height="20"/>
        !           416:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           417:                                                         <buttonCell key="cell" type="check" title="Conversion noms de Fichier Atari &lt;-&gt; host 8-bit " bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="YYY-TQ-Uu4">
        !           418:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           419:                                                             <font key="font" metaFont="smallSystem"/>
        !           420:                                                         </buttonCell>
        !           421:                                                     </button>
        !           422:                                                     <button id="1xu-2E-EEe">
        !           423:                                                         <rect key="frame" x="313" y="4" width="313" height="20"/>
        !           424:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           425:                                                         <buttonCell key="cell" type="check" title="Ajouter partition GEMDOS après les partitions ACSI/IDE" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="qdJ-gy-O5T">
        !           426:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           427:                                                             <font key="font" metaFont="smallSystem"/>
        !           428:                                                         </buttonCell>
        !           429:                                                     </button>
        !           430:                                                     <button verticalHuggingPriority="750" id="474">
        !           431:                                                         <rect key="frame" x="459" y="131" width="90" height="28"/>
        !           432:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           433:                                                         <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4463">
        !           434:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           435:                                                             <font key="font" metaFont="smallSystem"/>
        !           436:                                                         </buttonCell>
        !           437:                                                         <connections>
        !           438:                                                             <action selector="chooseHdImage:" target="329" id="541"/>
        !           439:                                                         </connections>
        !           440:                                                     </button>
        !           441:                                                     <button verticalHuggingPriority="750" id="496">
        !           442:                                                         <rect key="frame" x="543" y="131" width="85" height="28"/>
        !           443:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           444:                                                         <buttonCell key="cell" type="push" title="Ejecter" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4482">
        !           445:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           446:                                                             <font key="font" metaFont="smallSystem"/>
        !           447:                                                         </buttonCell>
        !           448:                                                         <connections>
        !           449:                                                             <action selector="ejectHdImage:" target="329" id="537"/>
        !           450:                                                         </connections>
        !           451:                                                     </button>
        !           452:                                                     <button verticalHuggingPriority="750" id="487">
        !           453:                                                         <rect key="frame" x="541" y="50" width="85" height="28"/>
        !           454:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           455:                                                         <buttonCell key="cell" type="push" title="Ejecter" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4476">
        !           456:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           457:                                                             <font key="font" metaFont="smallSystem"/>
        !           458:                                                         </buttonCell>
        !           459:                                                         <connections>
        !           460:                                                             <action selector="ejectGemdosImage:" target="329" id="538"/>
        !           461:                                                         </connections>
        !           462:                                                     </button>
        !           463:                                                     <matrix toolTip="Protection écriture " verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="4668">
        !           464:                                                         <rect key="frame" x="413" y="31" width="167" height="18"/>
        !           465:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           466:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           467:                                                         <size key="cellSize" width="53" height="18"/>
        !           468:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !           469:                                                         <buttonCell key="prototype" type="radio" title="Auto" imagePosition="left" alignment="left" inset="2" id="4669">
        !           470:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           471:                                                             <font key="font" metaFont="system"/>
        !           472:                                                         </buttonCell>
        !           473:                                                         <cells>
        !           474:                                                             <column>
        !           475:                                                                 <buttonCell type="radio" title="Non" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="4672">
        !           476:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           477:                                                                     <font key="font" metaFont="system"/>
        !           478:                                                                 </buttonCell>
        !           479:                                                             </column>
        !           480:                                                             <column>
        !           481:                                                                 <buttonCell type="radio" title="Oui" imagePosition="left" alignment="left" tag="1" inset="2" id="4675">
        !           482:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           483:                                                                     <font key="font" metaFont="system"/>
        !           484:                                                                 </buttonCell>
        !           485:                                                             </column>
        !           486:                                                             <column>
        !           487:                                                                 <buttonCell type="radio" title="Auto" imagePosition="left" alignment="left" tag="2" inset="2" id="4676">
        !           488:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           489:                                                                     <font key="font" metaFont="system"/>
        !           490:                                                                 </buttonCell>
        !           491:                                                             </column>
        !           492:                                                         </cells>
        !           493:                                                         <connections>
        !           494:                                                             <outlet property="nextKeyView" destination="490" id="4673"/>
        !           495:                                                         </connections>
        !           496:                                                     </matrix>
        !           497:                                                     <textField verticalHuggingPriority="750" id="502">
        !           498:                                                         <rect key="frame" x="170" y="56" width="288" height="19"/>
        !           499:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           500:                                                         <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4484">
        !           501:                                                             <font key="font" metaFont="smallSystem"/>
        !           502:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           503:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           504:                                                         </textFieldCell>
        !           505:                                                     </textField>
        !           506:                                                     <button verticalHuggingPriority="750" id="488">
        !           507:                                                         <rect key="frame" x="457" y="50" width="90" height="28"/>
        !           508:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           509:                                                         <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4477">
        !           510:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           511:                                                             <font key="font" metaFont="smallSystem"/>
        !           512:                                                         </buttonCell>
        !           513:                                                         <connections>
        !           514:                                                             <action selector="chooseGemdosImage:" target="329" id="542"/>
        !           515:                                                         </connections>
        !           516:                                                     </button>
        !           517:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="478">
        !           518:                                                         <rect key="frame" x="53" y="57" width="107" height="17"/>
        !           519:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           520:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="GEMDOS drive:" id="4467">
        !           521:                                                             <font key="font" metaFont="system"/>
        !           522:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           523:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           524:                                                         </textFieldCell>
        !           525:                                                     </textField>
        !           526:                                                     <button id="482">
        !           527:                                                         <rect key="frame" x="50" y="32" width="135" height="18"/>
        !           528:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           529:                                                         <buttonCell key="cell" type="check" title="Boot depuis HD" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4471">
        !           530:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           531:                                                             <font key="font" metaFont="system"/>
        !           532:                                                         </buttonCell>
        !           533:                                                     </button>
        !           534:                                                 </subviews>
        !           535:                                             </view>
        !           536:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !           537:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !           538:                                         </box>
        !           539:                                         <box autoresizesSubviews="NO" title="Disquettes" borderType="line" id="4702">
        !           540:                                             <rect key="frame" x="1" y="188" width="641" height="194"/>
        !           541:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           542:                                             <view key="contentView">
        !           543:                                                 <rect key="frame" x="1" y="1" width="639" height="178"/>
        !           544:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !           545:                                                 <subviews>
        !           546:                                                     <textField verticalHuggingPriority="750" id="481">
        !           547:                                                         <rect key="frame" x="91" y="86" width="365" height="19"/>
        !           548:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           549:                                                         <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4470">
        !           550:                                                             <font key="font" metaFont="smallSystem"/>
        !           551:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           552:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           553:                                                         </textFieldCell>
        !           554:                                                         <connections>
        !           555:                                                             <outlet property="nextKeyView" destination="497" id="821"/>
        !           556:                                                         </connections>
        !           557:                                                     </textField>
        !           558:                                                     <button id="4585">
        !           559:                                                         <rect key="frame" x="21" y="51" width="179" height="18"/>
        !           560:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           561:                                                         <buttonCell key="cell" type="check" title="Accès Disquette accéléré" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4586">
        !           562:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           563:                                                             <font key="font" metaFont="system"/>
        !           564:                                                         </buttonCell>
        !           565:                                                     </button>
        !           566:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="476">
        !           567:                                                         <rect key="frame" x="15" y="140" width="70" height="17"/>
        !           568:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           569:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Disque A :" id="4465">
        !           570:                                                             <font key="font" metaFont="system"/>
        !           571:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           572:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           573:                                                         </textFieldCell>
        !           574:                                                     </textField>
        !           575:                                                     <textField verticalHuggingPriority="750" id="492">
        !           576:                                                         <rect key="frame" x="91" y="139" width="365" height="19"/>
        !           577:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           578:                                                         <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4480">
        !           579:                                                             <font key="font" metaFont="smallSystem"/>
        !           580:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           581:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           582:                                                         </textFieldCell>
        !           583:                                                         <connections>
        !           584:                                                             <outlet property="nextKeyView" destination="486" id="818"/>
        !           585:                                                         </connections>
        !           586:                                                     </textField>
        !           587:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="503">
        !           588:                                                         <rect key="frame" x="230" y="53" width="121" height="17"/>
        !           589:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           590:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Protection écriture " id="4485">
        !           591:                                                             <font key="font" metaFont="system"/>
        !           592:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           593:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           594:                                                         </textFieldCell>
        !           595:                                                     </textField>
        !           596:                                                     <textField verticalHuggingPriority="750" id="490">
        !           597:                                                         <rect key="frame" x="143" y="21" width="313" height="19"/>
        !           598:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           599:                                                         <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4478">
        !           600:                                                             <font key="font" metaFont="smallSystem"/>
        !           601:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           602:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           603:                                                         </textFieldCell>
        !           604:                                                         <connections>
        !           605:                                                             <outlet property="nextKeyView" destination="485" id="826"/>
        !           606:                                                         </connections>
        !           607:                                                     </textField>
        !           608:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="493">
        !           609:                                                         <rect key="frame" x="16" y="14" width="121" height="34"/>
        !           610:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           611:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Chemin par défaut Images disques:" id="4481">
        !           612:                                                             <font key="font" metaFont="system"/>
        !           613:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           614:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           615:                                                         </textFieldCell>
        !           616:                                                     </textField>
        !           617:                                                     <button verticalHuggingPriority="750" id="486">
        !           618:                                                         <rect key="frame" x="457" y="135" width="90" height="28"/>
        !           619:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           620:                                                         <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" imagePosition="overlaps" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4475">
        !           621:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           622:                                                             <font key="font" metaFont="smallSystem"/>
        !           623:                                                         </buttonCell>
        !           624:                                                         <connections>
        !           625:                                                             <action selector="chooseFloppyImageA:" target="329" id="521"/>
        !           626:                                                             <outlet property="nextKeyView" destination="479" id="819"/>
        !           627:                                                         </connections>
        !           628:                                                     </button>
        !           629:                                                     <button verticalHuggingPriority="750" id="479">
        !           630:                                                         <rect key="frame" x="541" y="135" width="85" height="28"/>
        !           631:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           632:                                                         <buttonCell key="cell" type="push" title="Ejecter" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4468">
        !           633:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           634:                                                             <font key="font" metaFont="smallSystem"/>
        !           635:                                                         </buttonCell>
        !           636:                                                         <connections>
        !           637:                                                             <action selector="ejectFloppyA:" target="329" id="520"/>
        !           638:                                                             <outlet property="nextKeyView" destination="481" id="820"/>
        !           639:                                                         </connections>
        !           640:                                                     </button>
        !           641:                                                     <button verticalHuggingPriority="750" id="484">
        !           642:                                                         <rect key="frame" x="541" y="82" width="85" height="28"/>
        !           643:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           644:                                                         <buttonCell key="cell" type="push" title="Ejecter" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4473">
        !           645:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           646:                                                             <font key="font" metaFont="smallSystem"/>
        !           647:                                                         </buttonCell>
        !           648:                                                         <connections>
        !           649:                                                             <action selector="ejectFloppyB:" target="329" id="536"/>
        !           650:                                                             <outlet property="nextKeyView" destination="475" id="823"/>
        !           651:                                                         </connections>
        !           652:                                                     </button>
        !           653:                                                     <button verticalHuggingPriority="750" id="497">
        !           654:                                                         <rect key="frame" x="457" y="82" width="90" height="28"/>
        !           655:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           656:                                                         <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4483">
        !           657:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           658:                                                             <font key="font" metaFont="smallSystem"/>
        !           659:                                                         </buttonCell>
        !           660:                                                         <connections>
        !           661:                                                             <action selector="chooseFloppyImageB:" target="329" id="539"/>
        !           662:                                                             <outlet property="nextKeyView" destination="484" id="822"/>
        !           663:                                                         </connections>
        !           664:                                                     </button>
        !           665:                                                     <button verticalHuggingPriority="750" id="485">
        !           666:                                                         <rect key="frame" x="459" y="17" width="90" height="28"/>
        !           667:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           668:                                                         <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4474">
        !           669:                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           670:                                                             <font key="font" metaFont="smallSystem"/>
        !           671:                                                         </buttonCell>
        !           672:                                                         <connections>
        !           673:                                                             <action selector="chooseDefaultImagesLocation:" target="329" id="540"/>
        !           674:                                                         </connections>
        !           675:                                                     </button>
        !           676:                                                     <button id="475">
        !           677:                                                         <rect key="frame" x="266" y="105" width="114" height="20"/>
        !           678:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           679:                                                         <buttonCell key="cell" type="check" title="Auto insertion B" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" inset="2" id="4464">
        !           680:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           681:                                                             <font key="font" metaFont="smallSystem"/>
        !           682:                                                         </buttonCell>
        !           683:                                                         <connections>
        !           684:                                                             <outlet property="nextKeyView" destination="498" id="824"/>
        !           685:                                                         </connections>
        !           686:                                                     </button>
        !           687:                                                     <button id="pa1-9N-kti">
        !           688:                                                         <rect key="frame" x="88" y="158" width="63" height="20"/>
        !           689:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           690:                                                         <buttonCell key="cell" type="check" title="Activé" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="b3W-MJ-ArM">
        !           691:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           692:                                                             <font key="font" metaFont="smallSystem"/>
        !           693:                                                         </buttonCell>
        !           694:                                                     </button>
        !           695:                                                     <button id="Zpe-8h-6CF">
        !           696:                                                         <rect key="frame" x="88" y="105" width="63" height="20"/>
        !           697:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           698:                                                         <buttonCell key="cell" type="check" title="Activé" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="CQ0-Yf-lIM">
        !           699:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           700:                                                             <font key="font" metaFont="smallSystem"/>
        !           701:                                                         </buttonCell>
        !           702:                                                     </button>
        !           703:                                                     <button id="o7J-Ow-mLW">
        !           704:                                                         <rect key="frame" x="160" y="105" width="93" height="20"/>
        !           705:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           706:                                                         <buttonCell key="cell" type="check" title="Double Face" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="LIf-2z-KBR">
        !           707:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           708:                                                             <font key="font" metaFont="smallSystem"/>
        !           709:                                                         </buttonCell>
        !           710:                                                     </button>
        !           711:                                                     <button id="cai-Yf-vK1">
        !           712:                                                         <rect key="frame" x="160" y="158" width="93" height="20"/>
        !           713:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           714:                                                         <buttonCell key="cell" type="check" title="Double Face" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="yXc-qg-hQP">
        !           715:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           716:                                                             <font key="font" metaFont="smallSystem"/>
        !           717:                                                         </buttonCell>
        !           718:                                                     </button>
        !           719:                                                     <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="ax1-mh-dfs">
        !           720:                                                         <rect key="frame" x="23" y="128" width="602" height="5"/>
        !           721:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           722:                                                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !           723:                                                         <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !           724:                                                         <font key="titleFont" metaFont="system"/>
        !           725:                                                     </box>
        !           726:                                                     <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="FEJ-Ah-9RB">
        !           727:                                                         <rect key="frame" x="23" y="75" width="602" height="5"/>
        !           728:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           729:                                                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !           730:                                                         <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !           731:                                                         <font key="titleFont" metaFont="system"/>
        !           732:                                                     </box>
        !           733:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="473">
        !           734:                                                         <rect key="frame" x="16" y="87" width="70" height="17"/>
        !           735:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           736:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Disque B :" id="4462">
        !           737:                                                             <font key="font" metaFont="system"/>
        !           738:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           739:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           740:                                                         </textFieldCell>
        !           741:                                                     </textField>
        !           742:                                                     <matrix toolTip="Protection écriture " verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="498">
        !           743:                                                         <rect key="frame" x="362" y="54" width="182" height="18"/>
        !           744:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           745:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           746:                                                         <size key="cellSize" width="58" height="18"/>
        !           747:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !           748:                                                         <buttonCell key="prototype" type="radio" title="Auto" imagePosition="left" alignment="left" inset="2" id="4527">
        !           749:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           750:                                                             <font key="font" metaFont="system"/>
        !           751:                                                         </buttonCell>
        !           752:                                                         <cells>
        !           753:                                                             <column>
        !           754:                                                                 <buttonCell type="radio" title="Non" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="789">
        !           755:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           756:                                                                     <font key="font" metaFont="system"/>
        !           757:                                                                 </buttonCell>
        !           758:                                                             </column>
        !           759:                                                             <column>
        !           760:                                                                 <buttonCell type="radio" title="Oui" imagePosition="left" alignment="left" tag="1" inset="2" id="19E-GH-VXf">
        !           761:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           762:                                                                     <font key="font" metaFont="system"/>
        !           763:                                                                 </buttonCell>
        !           764:                                                             </column>
        !           765:                                                             <column>
        !           766:                                                                 <buttonCell type="radio" title="Auto" imagePosition="left" alignment="left" tag="2" inset="2" id="uLG-nG-G5w">
        !           767:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           768:                                                                     <font key="font" metaFont="system"/>
        !           769:                                                                 </buttonCell>
        !           770:                                                             </column>
        !           771:                                                         </cells>
        !           772:                                                         <connections>
        !           773:                                                             <outlet property="nextKeyView" destination="490" id="825"/>
        !           774:                                                         </connections>
        !           775:                                                     </matrix>
        !           776:                                                 </subviews>
        !           777:                                             </view>
        !           778:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !           779:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !           780:                                         </box>
        !           781:                                     </subviews>
        !           782:                                 </view>
        !           783:                             </tabViewItem>
        !           784:                             <tabViewItem label="ROM" identifier="" id="504">
        !           785:                                 <view key="view" id="505">
        !           786:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !           787:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !           788:                                     <subviews>
        !           789:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="513">
        !           790:                                             <rect key="frame" x="17" y="342" width="158" height="17"/>
        !           791:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           792:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4493">
        !           793:                                                 <font key="font" metaFont="system"/>
        !           794:                                                 <string key="title">TOS image:
        !           795: </string>
        !           796:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           797:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           798:                                             </textFieldCell>
        !           799:                                         </textField>
        !           800:                                         <button verticalHuggingPriority="750" id="517">
        !           801:                                             <rect key="frame" x="541" y="332" width="92" height="32"/>
        !           802:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           803:                                             <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4495">
        !           804:                                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           805:                                                 <font key="font" metaFont="system"/>
        !           806:                                             </buttonCell>
        !           807:                                             <connections>
        !           808:                                                 <action selector="chooseTosImage:" target="329" id="587"/>
        !           809:                                             </connections>
        !           810:                                         </button>
        !           811:                                         <textField verticalHuggingPriority="750" id="508">
        !           812:                                             <rect key="frame" x="180" y="340" width="361" height="19"/>
        !           813:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           814:                                             <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4491">
        !           815:                                                 <font key="font" metaFont="smallSystem"/>
        !           816:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           817:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           818:                                             </textFieldCell>
        !           819:                                         </textField>
        !           820:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="514">
        !           821:                                             <rect key="frame" x="17" y="298" width="158" height="34"/>
        !           822:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           823:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4494">
        !           824:                                                 <font key="font" metaFont="system"/>
        !           825:                                                 <string key="title">Cartouche image:
        !           826: </string>
        !           827:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           828:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           829:                                             </textFieldCell>
        !           830:                                         </textField>
        !           831:                                         <button verticalHuggingPriority="750" id="518">
        !           832:                                             <rect key="frame" x="541" y="305" width="92" height="32"/>
        !           833:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           834:                                             <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4496">
        !           835:                                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !           836:                                                 <font key="font" metaFont="system"/>
        !           837:                                             </buttonCell>
        !           838:                                             <connections>
        !           839:                                                 <action selector="chooseCartridgeImage:" target="329" id="588"/>
        !           840:                                             </connections>
        !           841:                                         </button>
        !           842:                                         <textField verticalHuggingPriority="750" id="511">
        !           843:                                             <rect key="frame" x="180" y="313" width="361" height="19"/>
        !           844:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           845:                                             <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4492">
        !           846:                                                 <font key="font" metaFont="smallSystem"/>
        !           847:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !           848:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !           849:                                             </textFieldCell>
        !           850:                                         </textField>
        !           851:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4547">
        !           852:                                             <rect key="frame" x="201" y="228" width="319" height="23"/>
        !           853:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           854:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Reset obligatoire" id="4548">
        !           855:                                                 <font key="font" metaFont="system"/>
        !           856:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           857:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           858:                                             </textFieldCell>
        !           859:                                         </textField>
        !           860:                                     </subviews>
        !           861:                                 </view>
        !           862:                             </tabViewItem>
        !           863:                             <tabViewItem label="Ecran Atari" identifier="" id="420">
        !           864:                                 <view key="view" id="421">
        !           865:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !           866:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !           867:                                     <subviews>
        !           868:                                         <box autoresizesSubviews="NO" title="Résolutions Etendues" borderType="line" id="4700">
        !           869:                                             <rect key="frame" x="20" y="56" width="597" height="132"/>
        !           870:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           871:                                             <view key="contentView">
        !           872:                                                 <rect key="frame" x="1" y="1" width="595" height="116"/>
        !           873:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !           874:                                                 <subviews>
        !           875:                                                     <button id="449">
        !           876:                                                         <rect key="frame" x="16" y="90" width="282" height="18"/>
        !           877:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           878:                                                         <buttonCell key="cell" type="check" title="Utiliser les résolutions GEM VDI étendues" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4443">
        !           879:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           880:                                                             <font key="font" metaFont="system"/>
        !           881:                                                         </buttonCell>
        !           882:                                                         <connections>
        !           883:                                                             <action selector="updateEnabledStates:" target="329" id="776"/>
        !           884:                                                         </connections>
        !           885:                                                     </button>
        !           886:                                                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="429">
        !           887:                                                         <rect key="frame" x="151" y="14" width="88" height="58"/>
        !           888:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           889:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           890:                                                         <size key="cellSize" width="88" height="18"/>
        !           891:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !           892:                                                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4524">
        !           893:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           894:                                                             <font key="font" metaFont="system"/>
        !           895:                                                         </buttonCell>
        !           896:                                                         <cells>
        !           897:                                                             <column>
        !           898:                                                                 <buttonCell type="radio" title="640x480" imagePosition="left" alignment="left" state="on" inset="2" id="431">
        !           899:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           900:                                                                     <font key="font" metaFont="system"/>
        !           901:                                                                 </buttonCell>
        !           902:                                                                 <buttonCell type="radio" title="800x600" imagePosition="left" alignment="left" tag="1" inset="2" id="432">
        !           903:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           904:                                                                     <font key="font" metaFont="system"/>
        !           905:                                                                 </buttonCell>
        !           906:                                                                 <buttonCell type="radio" title="1024x768" imagePosition="left" alignment="left" tag="2" inset="2" id="430">
        !           907:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           908:                                                                     <font key="font" metaFont="system"/>
        !           909:                                                                 </buttonCell>
        !           910:                                                             </column>
        !           911:                                                         </cells>
        !           912:                                                     </matrix>
        !           913:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="451">
        !           914:                                                         <rect key="frame" x="355" y="38" width="98" height="34"/>
        !           915:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           916:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Profondeur couleurs:" id="4444">
        !           917:                                                             <font key="font" metaFont="system"/>
        !           918:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           919:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           920:                                                         </textFieldCell>
        !           921:                                                     </textField>
        !           922:                                                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="440">
        !           923:                                                         <rect key="frame" x="454" y="14" width="105" height="58"/>
        !           924:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           925:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           926:                                                         <size key="cellSize" width="105" height="18"/>
        !           927:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !           928:                                                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4525">
        !           929:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           930:                                                             <font key="font" metaFont="system"/>
        !           931:                                                         </buttonCell>
        !           932:                                                         <cells>
        !           933:                                                             <column>
        !           934:                                                                 <buttonCell type="radio" title="2 Couleurs" imagePosition="left" alignment="left" state="on" inset="2" id="443">
        !           935:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           936:                                                                     <font key="font" metaFont="system"/>
        !           937:                                                                 </buttonCell>
        !           938:                                                                 <buttonCell type="radio" title="4 Couleurs" imagePosition="left" alignment="left" tag="1" inset="2" id="441">
        !           939:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           940:                                                                     <font key="font" metaFont="system"/>
        !           941:                                                                 </buttonCell>
        !           942:                                                                 <buttonCell type="radio" title="16 Couleurs" imagePosition="left" alignment="left" tag="2" inset="2" id="442">
        !           943:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           944:                                                                     <font key="font" metaFont="system"/>
        !           945:                                                                 </buttonCell>
        !           946:                                                             </column>
        !           947:                                                         </cells>
        !           948:                                                     </matrix>
        !           949:                                                 </subviews>
        !           950:                                             </view>
        !           951:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !           952:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !           953:                                         </box>
        !           954:                                         <box autoresizesSubviews="NO" title="Ecran Atari" borderType="line" id="4701">
        !           955:                                             <rect key="frame" x="20" y="219" width="597" height="163"/>
        !           956:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           957:                                             <view key="contentView">
        !           958:                                                 <rect key="frame" x="1" y="1" width="595" height="147"/>
        !           959:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !           960:                                                 <subviews>
        !           961:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="433">
        !           962:                                                         <rect key="frame" x="150" y="120" width="100" height="17"/>
        !           963:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           964:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Moniteur:" id="4437">
        !           965:                                                             <font key="font" metaFont="system"/>
        !           966:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !           967:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           968:                                                         </textFieldCell>
        !           969:                                                     </textField>
        !           970:                                                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="422">
        !           971:                                                         <rect key="frame" x="151" y="35" width="69" height="78"/>
        !           972:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !           973:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !           974:                                                         <size key="cellSize" width="69" height="18"/>
        !           975:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !           976:                                                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4523">
        !           977:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           978:                                                             <font key="font" metaFont="system"/>
        !           979:                                                         </buttonCell>
        !           980:                                                         <cells>
        !           981:                                                             <column>
        !           982:                                                                 <buttonCell type="radio" title="Mono" imagePosition="left" alignment="left" state="on" inset="2" id="876">
        !           983:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           984:                                                                     <font key="font" metaFont="system"/>
        !           985:                                                                 </buttonCell>
        !           986:                                                                 <buttonCell type="radio" title="RGB" imagePosition="left" alignment="left" tag="1" inset="2" id="877">
        !           987:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           988:                                                                     <font key="font" metaFont="system"/>
        !           989:                                                                 </buttonCell>
        !           990:                                                                 <buttonCell type="radio" title="VGA" imagePosition="left" alignment="left" tag="2" inset="2" id="878">
        !           991:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           992:                                                                     <font key="font" metaFont="system"/>
        !           993:                                                                 </buttonCell>
        !           994:                                                                 <buttonCell type="radio" title="TV" imagePosition="left" alignment="left" tag="3" inset="2" id="879">
        !           995:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !           996:                                                                     <font key="font" metaFont="system"/>
        !           997:                                                                 </buttonCell>
        !           998:                                                             </column>
        !           999:                                                         </cells>
        !          1000:                                                     </matrix>
        !          1001:                                                     <button id="428">
        !          1002:                                                         <rect key="frame" x="318" y="95" width="201" height="18"/>
        !          1003:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1004:                                                         <buttonCell key="cell" type="check" title=" Affichage des bords ST/STe" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4436">
        !          1005:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1006:                                                             <font key="font" metaFont="system"/>
        !          1007:                                                         </buttonCell>
        !          1008:                                                     </button>
        !          1009:                                                     <button id="4563">
        !          1010:                                                         <rect key="frame" x="318" y="71" width="201" height="24"/>
        !          1011:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1012:                                                         <buttonCell key="cell" type="check" title=" Falcon/TT Ratio Aspect" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4564">
        !          1013:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1014:                                                             <font key="font" metaFont="system"/>
        !          1015:                                                         </buttonCell>
        !          1016:                                                     </button>
        !          1017:                                                     <button id="447">
        !          1018:                                                         <rect key="frame" x="318" y="12" width="145" height="18"/>
        !          1019:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1020:                                                         <buttonCell key="cell" type="check" title="Zoom basse res. ST" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="4441">
        !          1021:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1022:                                                             <font key="font" metaFont="system"/>
        !          1023:                                                         </buttonCell>
        !          1024:                                                     </button>
        !          1025:                                                 </subviews>
        !          1026:                                             </view>
        !          1027:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1028:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1029:                                         </box>
        !          1030:                                     </subviews>
        !          1031:                                 </view>
        !          1032:                             </tabViewItem>
        !          1033:                             <tabViewItem label="Affichage" identifier="Item 9" id="4549">
        !          1034:                                 <view key="view" id="4550">
        !          1035:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !          1036:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1037:                                     <subviews>
        !          1038:                                         <box autoresizesSubviews="NO" title="Options de Capture Vidéo" borderType="line" id="4604">
        !          1039:                                             <rect key="frame" x="14" y="85" width="606" height="131"/>
        !          1040:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1041:                                             <view key="contentView">
        !          1042:                                                 <rect key="frame" x="1" y="1" width="604" height="115"/>
        !          1043:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1044:                                                 <subviews>
        !          1045:                                                     <button id="4566">
        !          1046:                                                         <rect key="frame" x="147" y="71" width="324" height="18"/>
        !          1047:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1048:                                                         <buttonCell key="cell" type="check" title="Capturer uniquement quand l'affichage change" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4567">
        !          1049:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1050:                                                             <font key="font" metaFont="system"/>
        !          1051:                                                         </buttonCell>
        !          1052:                                                     </button>
        !          1053:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4632">
        !          1054:                                                         <rect key="frame" x="64" y="48" width="80" height="17"/>
        !          1055:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1056:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="AVI Codec:" id="4633">
        !          1057:                                                             <font key="font" metaFont="system"/>
        !          1058:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1059:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1060:                                                         </textFieldCell>
        !          1061:                                                     </textField>
        !          1062:                                                     <popUpButton verticalHuggingPriority="750" id="4634">
        !          1063:                                                         <rect key="frame" x="146" y="44" width="81" height="26"/>
        !          1064:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1065:                                                         <popUpButtonCell key="cell" type="push" title="BMP" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="4638" id="4635">
        !          1066:                                                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1067:                                                             <font key="font" metaFont="menu"/>
        !          1068:                                                             <menu key="menu" title="OtherViews" id="4636">
        !          1069:                                                                 <items>
        !          1070:                                                                     <menuItem title="BMP" state="on" id="4638"/>
        !          1071:                                                                     <menuItem title="PNG" tag="1" id="4641"/>
        !          1072:                                                                 </items>
        !          1073:                                                             </menu>
        !          1074:                                                         </popUpButtonCell>
        !          1075:                                                     </popUpButton>
        !          1076:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4642">
        !          1077:                                                         <rect key="frame" x="64" y="20" width="80" height="17"/>
        !          1078:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1079:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="AVI FPS:" id="4648">
        !          1080:                                                             <font key="font" metaFont="system"/>
        !          1081:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1082:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1083:                                                         </textFieldCell>
        !          1084:                                                     </textField>
        !          1085:                                                     <popUpButton verticalHuggingPriority="750" id="4643">
        !          1086:                                                         <rect key="frame" x="146" y="16" width="81" height="26"/>
        !          1087:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1088:                                                         <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="4644">
        !          1089:                                                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1090:                                                             <font key="font" metaFont="menu"/>
        !          1091:                                                             <menu key="menu" title="OtherViews" id="4645">
        !          1092:                                                                 <items>
        !          1093:                                                                     <menuItem title="50" id="4646"/>
        !          1094:                                                                     <menuItem title="60" tag="1" id="4647"/>
        !          1095:                                                                     <menuItem title="71" tag="1" id="4649"/>
        !          1096:                                                                 </items>
        !          1097:                                                             </menu>
        !          1098:                                                         </popUpButtonCell>
        !          1099:                                                     </popUpButton>
        !          1100:                                                     <button id="4650" userLabel="ledDisk">
        !          1101:                                                         <rect key="frame" x="147" y="93" width="178" height="18"/>
        !          1102:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1103:                                                         <buttonCell key="cell" type="check" title="cacher la barre de status" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4651">
        !          1104:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1105:                                                             <font key="font" metaFont="system"/>
        !          1106:                                                         </buttonCell>
        !          1107:                                                         <accessibility help="Show Disk Led"/>
        !          1108:                                                     </button>
        !          1109:                                                 </subviews>
        !          1110:                                             </view>
        !          1111:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1112:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1113:                                         </box>
        !          1114:                                         <box autoresizesSubviews="NO" title="Options Video" borderType="line" id="4699">
        !          1115:                                             <rect key="frame" x="14" y="220" width="606" height="159"/>
        !          1116:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1117:                                             <view key="contentView">
        !          1118:                                                 <rect key="frame" x="1" y="1" width="604" height="143"/>
        !          1119:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1120:                                                 <subviews>
        !          1121:                                                     <button id="4682">
        !          1122:                                                         <rect key="frame" x="69" y="96" width="151" height="18"/>
        !          1123:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1124:                                                         <buttonCell key="cell" type="check" title="Plein écran" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4695">
        !          1125:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1126:                                                             <font key="font" metaFont="system"/>
        !          1127:                                                         </buttonCell>
        !          1128:                                                     </button>
        !          1129:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4683">
        !          1130:                                                         <rect key="frame" x="346" y="83" width="158" height="22"/>
        !          1131:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1132:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Zoom Max (Windows)" id="4694">
        !          1133:                                                             <font key="font" metaFont="system"/>
        !          1134:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1135:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1136:                                                         </textFieldCell>
        !          1137:                                                     </textField>
        !          1138:                                                     <textField verticalHuggingPriority="750" id="4686">
        !          1139:                                                         <rect key="frame" x="419" y="58" width="41" height="22"/>
        !          1140:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1141:                                                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="1280" drawsBackground="YES" id="4691">
        !          1142:                                                             <font key="font" metaFont="system"/>
        !          1143:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          1144:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          1145:                                                         </textFieldCell>
        !          1146:                                                     </textField>
        !          1147:                                                     <textField verticalHuggingPriority="750" id="4688">
        !          1148:                                                         <rect key="frame" x="419" y="28" width="41" height="22"/>
        !          1149:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1150:                                                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="768" drawsBackground="YES" id="4689">
        !          1151:                                                             <font key="font" metaFont="system"/>
        !          1152:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          1153:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          1154:                                                         </textFieldCell>
        !          1155:                                                     </textField>
        !          1156:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4684">
        !          1157:                                                         <rect key="frame" x="398" y="50" width="22" height="17"/>
        !          1158:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1159:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="x " id="4693">
        !          1160:                                                             <font key="font" metaFont="system"/>
        !          1161:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1162:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1163:                                                         </textFieldCell>
        !          1164:                                                     </textField>
        !          1165:                                                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="4685">
        !          1166:                                                         <rect key="frame" x="461" y="55" width="19" height="27"/>
        !          1167:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1168:                                                         <stepperCell key="cell" continuous="YES" alignment="left" increment="8" minValue="384" maxValue="1280" doubleValue="384" id="4692"/>
        !          1169:                                                         <connections>
        !          1170:                                                             <action selector="setWidth:" target="329" id="4710"/>
        !          1171:                                                         </connections>
        !          1172:                                                     </stepper>
        !          1173:                                                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="4687">
        !          1174:                                                         <rect key="frame" x="461" y="25" width="19" height="27"/>
        !          1175:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1176:                                                         <stepperCell key="cell" continuous="YES" alignment="left" increment="8" minValue="208" maxValue="960" doubleValue="208" id="4690"/>
        !          1177:                                                         <connections>
        !          1178:                                                             <action selector="setHeight:" target="329" id="4697"/>
        !          1179:                                                         </connections>
        !          1180:                                                     </stepper>
        !          1181:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4552">
        !          1182:                                                         <rect key="frame" x="41" y="40" width="86" height="17"/>
        !          1183:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1184:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Frame skip:" id="4553">
        !          1185:                                                             <font key="font" metaFont="system"/>
        !          1186:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1187:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1188:                                                         </textFieldCell>
        !          1189:                                                     </textField>
        !          1190:                                                     <popUpButton verticalHuggingPriority="750" id="4551">
        !          1191:                                                         <rect key="frame" x="130" y="34" width="81" height="26"/>
        !          1192:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1193:                                                         <popUpButtonCell key="cell" type="push" title="Non" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="4559" id="4554">
        !          1194:                                                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1195:                                                             <font key="font" metaFont="menu"/>
        !          1196:                                                             <menu key="menu" title="OtherViews" id="4555">
        !          1197:                                                                 <items>
        !          1198:                                                                     <menuItem title="Non" state="on" id="4559"/>
        !          1199:                                                                     <menuItem title="1" tag="1" id="4556"/>
        !          1200:                                                                     <menuItem title="2" tag="2" id="4560"/>
        !          1201:                                                                     <menuItem title="4" tag="4" id="4557"/>
        !          1202:                                                                     <menuItem title="8" tag="8" id="4558"/>
        !          1203:                                                                 </items>
        !          1204:                                                             </menu>
        !          1205:                                                         </popUpButtonCell>
        !          1206:                                                     </popUpButton>
        !          1207:                                                     <button id="4592" userLabel="ledDisk">
        !          1208:                                                         <rect key="frame" x="69" y="74" width="114" height="18"/>
        !          1209:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1210:                                                         <buttonCell key="cell" type="check" title="LED Lecteurs" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4593">
        !          1211:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1212:                                                             <font key="font" metaFont="system"/>
        !          1213:                                                         </buttonCell>
        !          1214:                                                         <accessibility help="Show Disk Led"/>
        !          1215:                                                     </button>
        !          1216:                                                     <button id="4703">
        !          1217:                                                         <rect key="frame" x="69" y="118" width="151" height="18"/>
        !          1218:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1219:                                                         <buttonCell key="cell" type="check" title="Barre de Status" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4704">
        !          1220:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1221:                                                             <font key="font" metaFont="system"/>
        !          1222:                                                         </buttonCell>
        !          1223:                                                     </button>
        !          1224:                                                     <button id="4707">
        !          1225:                                                         <rect key="frame" x="312" y="9" width="237" height="18"/>
        !          1226:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1227:                                                         <buttonCell key="cell" type="check" title="Conserver la résolution du Bureau" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4708">
        !          1228:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1229:                                                             <font key="font" metaFont="system"/>
        !          1230:                                                         </buttonCell>
        !          1231:                                                     </button>
        !          1232:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4705">
        !          1233:                                                         <rect key="frame" x="312" y="115" width="236" height="23"/>
        !          1234:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1235:                                                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Falcon/TT Uniquement:" id="4706">
        !          1236:                                                             <font key="font" metaFont="system"/>
        !          1237:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1238:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1239:                                                         </textFieldCell>
        !          1240:                                                     </textField>
        !          1241:                                                 </subviews>
        !          1242:                                             </view>
        !          1243:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1244:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1245:                                         </box>
        !          1246:                                         <box autoresizesSubviews="NO" title="SDL2 Options" borderType="line" id="PaP-xt-SUk">
        !          1247:                                             <rect key="frame" x="18" y="-3" width="606" height="90"/>
        !          1248:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1249:                                             <view key="contentView">
        !          1250:                                                 <rect key="frame" x="1" y="1" width="604" height="74"/>
        !          1251:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1252:                                                 <subviews>
        !          1253:                                                     <button id="Sco-Iv-wnc">
        !          1254:                                                         <rect key="frame" x="18" y="38" width="135" height="18"/>
        !          1255:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1256:                                                         <buttonCell key="cell" type="check" title="Use Linear Scaling" bezelStyle="regularSquare" imagePosition="left" inset="2" id="TdS-TX-oGj">
        !          1257:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1258:                                                             <font key="font" metaFont="system"/>
        !          1259:                                                         </buttonCell>
        !          1260:                                                     </button>
        !          1261:                                                     <button id="Hti-Yj-SZa">
        !          1262:                                                         <rect key="frame" x="18" y="18" width="88" height="18"/>
        !          1263:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1264:                                                         <buttonCell key="cell" type="check" title="Use VSync" bezelStyle="regularSquare" imagePosition="left" inset="2" id="wLX-Os-YkN">
        !          1265:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1266:                                                             <font key="font" metaFont="system"/>
        !          1267:                                                         </buttonCell>
        !          1268:                                                     </button>
        !          1269:                                                 </subviews>
        !          1270:                                             </view>
        !          1271:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1272:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1273:                                         </box>
        !          1274:                                     </subviews>
        !          1275:                                 </view>
        !          1276:                             </tabViewItem>
        !          1277:                             <tabViewItem label="Son" identifier="" id="381">
        !          1278:                                 <view key="view" id="382">
        !          1279:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !          1280:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1281:                                     <subviews>
        !          1282:                                         <button id="394">
        !          1283:                                             <rect key="frame" x="248" y="348" width="107" height="18"/>
        !          1284:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1285:                                             <buttonCell key="cell" type="check" title="Son" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4423">
        !          1286:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1287:                                                 <font key="font" metaFont="system"/>
        !          1288:                                             </buttonCell>
        !          1289:                                             <connections>
        !          1290:                                                 <action selector="updateEnabledStates:" target="329" id="777"/>
        !          1291:                                             </connections>
        !          1292:                                         </button>
        !          1293:                                         <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="385">
        !          1294:                                             <rect key="frame" x="273" y="139" width="131" height="178"/>
        !          1295:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1296:                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1297:                                             <size key="cellSize" width="131" height="18"/>
        !          1298:                                             <size key="intercellSpacing" width="6" height="2"/>
        !          1299:                                             <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4518">
        !          1300:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1301:                                                 <font key="font" metaFont="system"/>
        !          1302:                                             </buttonCell>
        !          1303:                                             <cells>
        !          1304:                                                 <column>
        !          1305:                                                     <buttonCell type="radio" title="11 kHz" imagePosition="left" alignment="left" inset="2" id="386">
        !          1306:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1307:                                                         <font key="font" metaFont="system"/>
        !          1308:                                                     </buttonCell>
        !          1309:                                                     <buttonCell type="radio" title="12.5 kHz" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="387">
        !          1310:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1311:                                                         <font key="font" metaFont="system"/>
        !          1312:                                                     </buttonCell>
        !          1313:                                                     <buttonCell type="radio" title="16 kHz" imagePosition="left" alignment="left" tag="2" inset="2" id="388">
        !          1314:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1315:                                                         <font key="font" metaFont="system"/>
        !          1316:                                                     </buttonCell>
        !          1317:                                                     <buttonCell type="radio" title="22 kHz" imagePosition="left" alignment="left" tag="3" inset="2" id="4004">
        !          1318:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1319:                                                         <font key="font" metaFont="system"/>
        !          1320:                                                     </buttonCell>
        !          1321:                                                     <buttonCell type="radio" title="25 kHz" imagePosition="left" alignment="left" tag="4" inset="2" id="4005">
        !          1322:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1323:                                                         <font key="font" metaFont="system"/>
        !          1324:                                                     </buttonCell>
        !          1325:                                                     <buttonCell type="radio" title="32 kHz" imagePosition="left" alignment="left" tag="5" inset="2" id="4006">
        !          1326:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1327:                                                         <font key="font" metaFont="system"/>
        !          1328:                                                     </buttonCell>
        !          1329:                                                     <buttonCell type="radio" title="44 kHz" imagePosition="left" alignment="left" tag="6" inset="2" id="4007">
        !          1330:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1331:                                                         <font key="font" metaFont="system"/>
        !          1332:                                                     </buttonCell>
        !          1333:                                                     <buttonCell type="radio" title="48 kHz" imagePosition="left" alignment="left" tag="7" inset="2" id="4008">
        !          1334:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1335:                                                         <font key="font" metaFont="system"/>
        !          1336:                                                     </buttonCell>
        !          1337:                                                     <buttonCell type="radio" title="50 kHz" imagePosition="left" alignment="left" tag="8" inset="2" id="4009">
        !          1338:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1339:                                                         <font key="font" metaFont="system"/>
        !          1340:                                                     </buttonCell>
        !          1341:                                                 </column>
        !          1342:                                             </cells>
        !          1343:                                         </matrix>
        !          1344:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="384">
        !          1345:                                             <rect key="frame" x="247" y="325" width="114" height="17"/>
        !          1346:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1347:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Qualité:" id="4422">
        !          1348:                                                 <font key="font" metaFont="system"/>
        !          1349:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1350:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1351:                                             </textFieldCell>
        !          1352:                                         </textField>
        !          1353:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4731">
        !          1354:                                             <rect key="frame" x="247" y="114" width="114" height="17"/>
        !          1355:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1356:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Mixage voies YM:" id="4732">
        !          1357:                                                 <font key="font" metaFont="system"/>
        !          1358:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1359:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1360:                                             </textFieldCell>
        !          1361:                                         </textField>
        !          1362:                                         <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" id="4726" userLabel="YMVoicesMixing">
        !          1363:                                             <rect key="frame" x="262" y="33" width="142" height="73"/>
        !          1364:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1365:                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1366:                                             <size key="cellSize" width="142" height="23"/>
        !          1367:                                             <size key="intercellSpacing" width="4" height="2"/>
        !          1368:                                             <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4729">
        !          1369:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1370:                                                 <font key="font" metaFont="system"/>
        !          1371:                                             </buttonCell>
        !          1372:                                             <cells>
        !          1373:                                                 <column>
        !          1374:                                                     <buttonCell type="radio" title="Modéle Math" imagePosition="left" alignment="left" state="on" tag="3" inset="2" id="4727">
        !          1375:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1376:                                                         <font key="font" metaFont="system"/>
        !          1377:                                                     </buttonCell>
        !          1378:                                                     <buttonCell type="radio" title="Table ST" imagePosition="left" alignment="left" tag="2" inset="2" id="4728">
        !          1379:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1380:                                                         <font key="font" metaFont="system"/>
        !          1381:                                                     </buttonCell>
        !          1382:                                                     <buttonCell type="radio" title="Linéaire" imagePosition="left" alignment="left" tag="1" inset="2" id="4730">
        !          1383:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1384:                                                         <font key="font" metaFont="system"/>
        !          1385:                                                     </buttonCell>
        !          1386:                                                 </column>
        !          1387:                                             </cells>
        !          1388:                                         </matrix>
        !          1389:                                     </subviews>
        !          1390:                                 </view>
        !          1391:                             </tabViewItem>
        !          1392:                             <tabViewItem label="Système" identifier="" id="397">
        !          1393:                                 <view key="view" id="398">
        !          1394:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !          1395:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1396:                                     <subviews>
        !          1397:                                         <popUpButton verticalHuggingPriority="750" id="1222">
        !          1398:                                             <rect key="frame" x="166" y="194" width="171" height="26"/>
        !          1399:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1400:                                             <popUpButtonCell key="cell" type="push" title="Emuler" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="2" inset="2" selectedItem="1227" id="4433">
        !          1401:                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1402:                                                 <font key="font" metaFont="menu"/>
        !          1403:                                                 <menu key="menu" title="OtherViews" id="1224">
        !          1404:                                                     <items>
        !          1405:                                                         <menuItem title="Non" id="1225"/>
        !          1406:                                                         <menuItem title="Gagesque" tag="1" id="1226"/>
        !          1407:                                                         <menuItem title="Emuler" state="on" tag="2" id="1227"/>
        !          1408:                                                     </items>
        !          1409:                                                 </menu>
        !          1410:                                             </popUpButtonCell>
        !          1411:                                         </popUpButton>
        !          1412:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="1228">
        !          1413:                                             <rect key="frame" x="119" y="199" width="49" height="17"/>
        !          1414:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1415:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="DSP:" id="4434">
        !          1416:                                                 <font key="font" metaFont="cellTitle"/>
        !          1417:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1418:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1419:                                             </textFieldCell>
        !          1420:                                         </textField>
        !          1421:                                         <button id="4583">
        !          1422:                                             <rect key="frame" x="98" y="169" width="254" height="26"/>
        !          1423:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1424:                                             <buttonCell key="cell" type="check" title="Charge/Sauve Etat automatiquement" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4584">
        !          1425:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1426:                                                 <font key="font" metaFont="cellTitle"/>
        !          1427:                                             </buttonCell>
        !          1428:                                         </button>
        !          1429:                                         <box autoresizesSubviews="NO" title="Machine" borderType="line" id="dFl-e3-IzW">
        !          1430:                                             <rect key="frame" x="3" y="222" width="108" height="158"/>
        !          1431:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1432:                                             <view key="contentView">
        !          1433:                                                 <rect key="frame" x="1" y="1" width="106" height="142"/>
        !          1434:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1435:                                                 <subviews>
        !          1436:                                                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="406">
        !          1437:                                                         <rect key="frame" x="10" y="14" width="87" height="124"/>
        !          1438:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1439:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1440:                                                         <size key="cellSize" width="87" height="19"/>
        !          1441:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !          1442:                                                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4519">
        !          1443:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1444:                                                             <font key="font" metaFont="system"/>
        !          1445:                                                         </buttonCell>
        !          1446:                                                         <cells>
        !          1447:                                                             <column>
        !          1448:                                                                 <buttonCell type="radio" title="ST" imagePosition="left" alignment="left" state="on" inset="2" id="864">
        !          1449:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1450:                                                                     <font key="font" metaFont="titleBar" size="12"/>
        !          1451:                                                                 </buttonCell>
        !          1452:                                                                 <buttonCell type="radio" title="Mega ST" imagePosition="left" alignment="left" tag="1" inset="2" id="865">
        !          1453:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1454:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1455:                                                                 </buttonCell>
        !          1456:                                                                 <buttonCell type="radio" title="STE" imagePosition="left" alignment="left" tag="2" inset="2" id="866">
        !          1457:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1458:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1459:                                                                 </buttonCell>
        !          1460:                                                                 <buttonCell type="radio" title="Mega STE" imagePosition="left" alignment="left" tag="3" inset="2" id="867">
        !          1461:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1462:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1463:                                                                 </buttonCell>
        !          1464:                                                                 <buttonCell type="radio" title="TT" imagePosition="left" alignment="left" tag="4" inset="2" id="2xb-FZ-BrE">
        !          1465:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1466:                                                                     <font key="font" metaFont="system"/>
        !          1467:                                                                 </buttonCell>
        !          1468:                                                                 <buttonCell type="radio" title="Falcon" imagePosition="left" alignment="left" tag="5" inset="2" id="7uR-r0-Y9T">
        !          1469:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1470:                                                                     <font key="font" metaFont="system"/>
        !          1471:                                                                 </buttonCell>
        !          1472:                                                             </column>
        !          1473:                                                         </cells>
        !          1474:                                                     </matrix>
        !          1475:                                                 </subviews>
        !          1476:                                             </view>
        !          1477:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1478:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1479:                                         </box>
        !          1480:                                         <box autoresizesSubviews="NO" title="CPU" borderType="line" id="FeT-0G-6k9">
        !          1481:                                             <rect key="frame" x="113" y="222" width="224" height="158"/>
        !          1482:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1483:                                             <view key="contentView">
        !          1484:                                                 <rect key="frame" x="1" y="1" width="222" height="142"/>
        !          1485:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1486:                                                 <subviews>
        !          1487:                                                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="409">
        !          1488:                                                         <rect key="frame" x="133" y="74" width="71" height="58"/>
        !          1489:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1490:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1491:                                                         <size key="cellSize" width="71" height="18"/>
        !          1492:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !          1493:                                                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4520">
        !          1494:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1495:                                                             <font key="font" metaFont="system"/>
        !          1496:                                                         </buttonCell>
        !          1497:                                                         <cells>
        !          1498:                                                             <column>
        !          1499:                                                                 <buttonCell type="radio" title="8 MHz" imagePosition="left" alignment="left" state="on" tag="8" inset="2" id="801">
        !          1500:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1501:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1502:                                                                 </buttonCell>
        !          1503:                                                                 <buttonCell type="radio" title="16 MHz" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="16" inset="2" id="802">
        !          1504:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1505:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1506:                                                                 </buttonCell>
        !          1507:                                                                 <buttonCell type="radio" title="32 MHz" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="32" inset="2" id="803">
        !          1508:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1509:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1510:                                                                 </buttonCell>
        !          1511:                                                             </column>
        !          1512:                                                         </cells>
        !          1513:                                                     </matrix>
        !          1514:                                                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="414">
        !          1515:                                                         <rect key="frame" x="18" y="14" width="107" height="118"/>
        !          1516:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1517:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1518:                                                         <size key="cellSize" width="107" height="18"/>
        !          1519:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !          1520:                                                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4521">
        !          1521:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1522:                                                             <font key="font" metaFont="system"/>
        !          1523:                                                         </buttonCell>
        !          1524:                                                         <cells>
        !          1525:                                                             <column>
        !          1526:                                                                 <buttonCell type="radio" title="68000" imagePosition="left" alignment="left" state="on" inset="2" id="419">
        !          1527:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1528:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1529:                                                                 </buttonCell>
        !          1530:                                                                 <buttonCell type="radio" title="68010" imagePosition="left" alignment="left" tag="1" inset="2" id="415">
        !          1531:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1532:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1533:                                                                 </buttonCell>
        !          1534:                                                                 <buttonCell type="radio" title="68020" imagePosition="left" alignment="left" tag="2" inset="2" id="416">
        !          1535:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1536:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1537:                                                                 </buttonCell>
        !          1538:                                                                 <buttonCell type="radio" title="68030" imagePosition="left" alignment="left" tag="3" inset="2" id="417">
        !          1539:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1540:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1541:                                                                 </buttonCell>
        !          1542:                                                                 <buttonCell type="radio" title="68040" imagePosition="left" alignment="left" tag="4" inset="2" id="418">
        !          1543:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1544:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1545:                                                                 </buttonCell>
        !          1546:                                                                 <buttonCell type="radio" title="68060" imagePosition="left" alignment="left" enabled="NO" tag="5" inset="2" id="5Rq-Bh-STT">
        !          1547:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1548:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1549:                                                                 </buttonCell>
        !          1550:                                                             </column>
        !          1551:                                                         </cells>
        !          1552:                                                     </matrix>
        !          1553:                                                 </subviews>
        !          1554:                                             </view>
        !          1555:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1556:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1557:                                         </box>
        !          1558:                                         <box autoresizesSubviews="NO" title="FPU" borderType="line" id="OtU-7K-5h7">
        !          1559:                                             <rect key="frame" x="501" y="231" width="128" height="149"/>
        !          1560:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1561:                                             <view key="contentView">
        !          1562:                                                 <rect key="frame" x="1" y="1" width="126" height="133"/>
        !          1563:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1564:                                                 <subviews>
        !          1565:                                                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="0SB-uo-oFJ">
        !          1566:                                                         <rect key="frame" x="17" y="45" width="77" height="78"/>
        !          1567:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1568:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1569:                                                         <size key="cellSize" width="77" height="18"/>
        !          1570:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !          1571:                                                         <buttonCell key="prototype" type="radio" title="68040" imagePosition="left" alignment="left" enabled="NO" tag="4" inset="2" id="taI-h4-xx7">
        !          1572:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1573:                                                             <font key="font" metaFont="system"/>
        !          1574:                                                         </buttonCell>
        !          1575:                                                         <cells>
        !          1576:                                                             <column>
        !          1577:                                                                 <buttonCell type="radio" title="None" imagePosition="left" alignment="left" enabled="NO" state="on" inset="2" id="G8R-vY-2SN">
        !          1578:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1579:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1580:                                                                 </buttonCell>
        !          1581:                                                                 <buttonCell type="radio" title="68881" imagePosition="left" alignment="left" enabled="NO" tag="1" inset="2" id="svp-pZ-ZVR">
        !          1582:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1583:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1584:                                                                 </buttonCell>
        !          1585:                                                                 <buttonCell type="radio" title="68882" imagePosition="left" alignment="left" enabled="NO" tag="2" sound="Frog" inset="2" id="NL5-FN-2kO">
        !          1586:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1587:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1588:                                                                 </buttonCell>
        !          1589:                                                                 <buttonCell type="radio" title="Internal" imagePosition="left" alignment="left" enabled="NO" tag="3" inset="2" id="Qmz-gB-im3">
        !          1590:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1591:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1592:                                                                 </buttonCell>
        !          1593:                                                             </column>
        !          1594:                                                         </cells>
        !          1595:                                                     </matrix>
        !          1596:                                                 </subviews>
        !          1597:                                             </view>
        !          1598:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1599:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1600:                                         </box>
        !          1601:                                         <box autoresizesSubviews="NO" title="RAM" borderType="line" id="UH1-YT-eDo">
        !          1602:                                             <rect key="frame" x="335" y="156" width="165" height="224"/>
        !          1603:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1604:                                             <view key="contentView">
        !          1605:                                                 <rect key="frame" x="1" y="1" width="163" height="208"/>
        !          1606:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1607:                                                 <subviews>
        !          1608:                                                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="804">
        !          1609:                                                         <rect key="frame" x="78" y="80" width="67" height="118"/>
        !          1610:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1611:                                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1612:                                                         <size key="cellSize" width="67" height="18"/>
        !          1613:                                                         <size key="intercellSpacing" width="4" height="2"/>
        !          1614:                                                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4522">
        !          1615:                                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1616:                                                             <font key="font" metaFont="system"/>
        !          1617:                                                         </buttonCell>
        !          1618:                                                         <cells>
        !          1619:                                                             <column>
        !          1620:                                                                 <buttonCell type="radio" title="512 KB" imagePosition="left" alignment="left" state="on" inset="2" id="807">
        !          1621:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1622:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1623:                                                                 </buttonCell>
        !          1624:                                                                 <buttonCell type="radio" title="1 MB" imagePosition="left" alignment="left" tag="1" inset="2" id="808">
        !          1625:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1626:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1627:                                                                 </buttonCell>
        !          1628:                                                                 <buttonCell type="radio" title="2 MB" imagePosition="left" alignment="left" tag="2" inset="2" id="809">
        !          1629:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1630:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1631:                                                                 </buttonCell>
        !          1632:                                                                 <buttonCell type="radio" title="4 MB" imagePosition="left" alignment="left" tag="4" inset="2" id="810">
        !          1633:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1634:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1635:                                                                 </buttonCell>
        !          1636:                                                                 <buttonCell type="radio" title="8 MB" imagePosition="left" alignment="left" tag="8" inset="2" id="805">
        !          1637:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1638:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1639:                                                                 </buttonCell>
        !          1640:                                                                 <buttonCell type="radio" title="14 MB" imagePosition="left" alignment="left" tag="14" inset="2" id="806">
        !          1641:                                                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1642:                                                                     <font key="font" metaFont="cellTitle"/>
        !          1643:                                                                 </buttonCell>
        !          1644:                                                             </column>
        !          1645:                                                         </cells>
        !          1646:                                                     </matrix>
        !          1647:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="LF6-xO-w5h">
        !          1648:                                                         <rect key="frame" x="3" y="37" width="59" height="39"/>
        !          1649:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1650:                                                         <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="right" title="TT RAM SIZE" id="5R3-ko-gts">
        !          1651:                                                             <font key="font" metaFont="cellTitle"/>
        !          1652:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1653:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1654:                                                         </textFieldCell>
        !          1655:                                                     </textField>
        !          1656:                                                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="FzF-kr-jQl">
        !          1657:                                                         <rect key="frame" x="2" y="150" width="52" height="51"/>
        !          1658:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1659:                                                         <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="right" title="ST RAM SIZE" id="BaN-6C-bYh">
        !          1660:                                                             <font key="font" metaFont="cellTitle"/>
        !          1661:                                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1662:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1663:                                                         </textFieldCell>
        !          1664:                                                     </textField>
        !          1665:                                                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="fv9-7a-2KO">
        !          1666:                                                         <rect key="frame" x="122" y="42" width="19" height="27"/>
        !          1667:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1668:                                                         <stepperCell key="cell" continuous="YES" alignment="left" increment="4" maxValue="256" id="bKG-vK-slV"/>
        !          1669:                                                         <connections>
        !          1670:                                                             <action selector="setTTRAMSize:" target="329" id="Tq2-mZ-cxz"/>
        !          1671:                                                         </connections>
        !          1672:                                                     </stepper>
        !          1673:                                                     <textField verticalHuggingPriority="750" id="4Sq-Pw-zwQ">
        !          1674:                                                         <rect key="frame" x="69" y="46" width="50" height="22"/>
        !          1675:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1676:                                                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="caM-yA-WoN">
        !          1677:                                                             <font key="font" metaFont="system"/>
        !          1678:                                                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          1679:                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          1680:                                                         </textFieldCell>
        !          1681:                                                     </textField>
        !          1682:                                                 </subviews>
        !          1683:                                             </view>
        !          1684:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1685:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1686:                                         </box>
        !          1687:                                         <box autoresizesSubviews="NO" title="Paramètres CPU et Système" borderType="line" id="nKt-6d-A7s">
        !          1688:                                             <rect key="frame" x="3" y="19" width="626" height="145"/>
        !          1689:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1690:                                             <view key="contentView">
        !          1691:                                                 <rect key="frame" x="1" y="1" width="624" height="129"/>
        !          1692:                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1693:                                                 <subviews>
        !          1694:                                                     <box autoresizesSubviews="NO" borderType="line" id="cL0-d0-eb7">
        !          1695:                                                         <rect key="frame" x="15" y="10" width="273" height="124"/>
        !          1696:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1697:                                                         <view key="contentView">
        !          1698:                                                             <rect key="frame" x="1" y="1" width="271" height="108"/>
        !          1699:                                                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1700:                                                             <subviews>
        !          1701:                                                                 <button id="405">
        !          1702:                                                                     <rect key="frame" x="16" y="80" width="239" height="18"/>
        !          1703:                                                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1704:                                                                     <buttonCell key="cell" type="check" title="Emulation Blitter en mode ST" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4430">
        !          1705:                                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1706:                                                                         <font key="font" metaFont="cellTitle"/>
        !          1707:                                                                     </buttonCell>
        !          1708:                                                                 </button>
        !          1709:                                                                 <button id="401">
        !          1710:                                                                     <rect key="frame" x="16" y="60" width="239" height="18"/>
        !          1711:                                                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1712:                                                                     <buttonCell key="cell" type="check" title="Patch Timer-D" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4426">
        !          1713:                                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1714:                                                                         <font key="font" metaFont="cellTitle"/>
        !          1715:                                                                     </buttonCell>
        !          1716:                                                                 </button>
        !          1717:                                                                 <button id="4718" userLabel="FastBoot">
        !          1718:                                                                     <rect key="frame" x="16" y="40" width="239" height="18"/>
        !          1719:                                                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1720:                                                                     <buttonCell key="cell" type="check" title="Patch TOS pour Boot rapide" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4719">
        !          1721:                                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1722:                                                                         <font key="font" metaFont="cellTitle"/>
        !          1723:                                                                     </buttonCell>
        !          1724:                                                                 </button>
        !          1725:                                                                 <button id="402">
        !          1726:                                                                     <rect key="frame" x="16" y="18" width="239" height="18"/>
        !          1727:                                                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1728:                                                                     <buttonCell key="cell" type="check" title="Prefetch Mode (plus lent)" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4427">
        !          1729:                                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1730:                                                                         <font key="font" metaFont="cellTitle"/>
        !          1731:                                                                     </buttonCell>
        !          1732:                                                                 </button>
        !          1733:                                                             </subviews>
        !          1734:                                                         </view>
        !          1735:                                                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1736:                                                         <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1737:                                                     </box>
        !          1738:                                                     <box autoresizesSubviews="NO" title="WINUAE Core" borderType="line" id="azn-Ac-lb5">
        !          1739:                                                         <rect key="frame" x="290" y="25" width="173" height="94"/>
        !          1740:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1741:                                                         <view key="contentView">
        !          1742:                                                             <rect key="frame" x="1" y="1" width="171" height="78"/>
        !          1743:                                                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1744:                                                             <subviews>
        !          1745:                                                                 <button id="39w-d7-zDS">
        !          1746:                                                                     <rect key="frame" x="16" y="32" width="239" height="18"/>
        !          1747:                                                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1748:                                                                     <buttonCell key="cell" type="check" title="Emulation MMU" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="0eX-BE-xOW">
        !          1749:                                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1750:                                                                         <font key="font" metaFont="cellTitle"/>
        !          1751:                                                                     </buttonCell>
        !          1752:                                                                 </button>
        !          1753:                                                                 <button id="Jvl-X4-OWy">
        !          1754:                                                                     <rect key="frame" x="16" y="12" width="239" height="18"/>
        !          1755:                                                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1756:                                                                     <buttonCell key="cell" type="check" title="Adressage 24 bits" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="7po-DC-bee">
        !          1757:                                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1758:                                                                         <font key="font" metaFont="cellTitle"/>
        !          1759:                                                                     </buttonCell>
        !          1760:                                                                 </button>
        !          1761:                                                                 <button id="cKb-1b-Ese">
        !          1762:                                                                     <rect key="frame" x="16" y="52" width="239" height="18"/>
        !          1763:                                                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1764:                                                                     <buttonCell key="cell" type="check" title="Cycle exact, plus lent" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="jiV-Fo-dn4">
        !          1765:                                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1766:                                                                         <font key="font" metaFont="cellTitle"/>
        !          1767:                                                                     </buttonCell>
        !          1768:                                                                 </button>
        !          1769:                                                             </subviews>
        !          1770:                                                         </view>
        !          1771:                                                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1772:                                                         <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1773:                                                     </box>
        !          1774:                                                     <popUpButton verticalHuggingPriority="750" id="2KZ-tx-90j">
        !          1775:                                                         <rect key="frame" x="485" y="61" width="136" height="26"/>
        !          1776:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1777:                                                         <popUpButtonCell key="cell" type="push" title="Wakestate4" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="4" imageScaling="proportionallyDown" inset="2" selectedItem="ZNF-Nd-XAD" id="a2V-dT-8yD">
        !          1778:                                                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1779:                                                             <font key="font" metaFont="menu"/>
        !          1780:                                                             <menu key="menu" id="eH7-EY-ibw">
        !          1781:                                                                 <items>
        !          1782:                                                                     <menuItem title="Random" keyEquivalent="0" id="nkY-QH-RLC">
        !          1783:                                                                         <modifierMask key="keyEquivalentModifierMask"/>
        !          1784:                                                                     </menuItem>
        !          1785:                                                                     <menuItem title="Wakestate1" tag="1" keyEquivalent="1" id="JkT-0z-570">
        !          1786:                                                                         <modifierMask key="keyEquivalentModifierMask"/>
        !          1787:                                                                     </menuItem>
        !          1788:                                                                     <menuItem title="Wakestate2" tag="2" keyEquivalent="2" id="Obe-f0-L1t">
        !          1789:                                                                         <modifierMask key="keyEquivalentModifierMask"/>
        !          1790:                                                                     </menuItem>
        !          1791:                                                                     <menuItem title="Wakestate3" tag="3" keyEquivalent="3" id="xwg-ua-0h5" userLabel="Wakestate3">
        !          1792:                                                                         <modifierMask key="keyEquivalentModifierMask"/>
        !          1793:                                                                     </menuItem>
        !          1794:                                                                     <menuItem title="Wakestate4" state="on" tag="4" keyEquivalent="4" id="ZNF-Nd-XAD" userLabel="Wakestate4">
        !          1795:                                                                         <modifierMask key="keyEquivalentModifierMask"/>
        !          1796:                                                                     </menuItem>
        !          1797:                                                                 </items>
        !          1798:                                                             </menu>
        !          1799:                                                         </popUpButtonCell>
        !          1800:                                                     </popUpButton>
        !          1801:                                                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="O7u-lK-Lye">
        !          1802:                                                         <rect key="frame" x="485" y="86" width="84" height="17"/>
        !          1803:                                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1804:                                                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" title="Video Timing" id="X7X-xK-eqh">
        !          1805:                                                             <font key="font" metaFont="cellTitle"/>
        !          1806:                                                             <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
        !          1807:                                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1808:                                                         </textFieldCell>
        !          1809:                                                     </textField>
        !          1810:                                                 </subviews>
        !          1811:                                             </view>
        !          1812:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          1813:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          1814:                                         </box>
        !          1815:                                     </subviews>
        !          1816:                                 </view>
        !          1817:                             </tabViewItem>
        !          1818:                             <tabViewItem label="Joysticks" identifier="" id="452">
        !          1819:                                 <view key="view" id="453">
        !          1820:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !          1821:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          1822:                                     <subviews>
        !          1823:                                         <popUpButton verticalHuggingPriority="750" id="461">
        !          1824:                                             <rect key="frame" x="189" y="315" width="297" height="26"/>
        !          1825:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1826:                                             <popUpButtonCell key="cell" type="push" title="ST Joystick 0" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="464" id="4449">
        !          1827:                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1828:                                                 <font key="font" metaFont="menu"/>
        !          1829:                                                 <menu key="menu" title="OtherViews" id="462">
        !          1830:                                                     <items>
        !          1831:                                                         <menuItem title="ST Joystick 0" state="on" id="464"/>
        !          1832:                                                         <menuItem title="ST Joystick 1" tag="1" id="465"/>
        !          1833:                                                         <menuItem title="STE Joypad A" tag="2" id="463"/>
        !          1834:                                                         <menuItem title="STE Joypad B" tag="3" id="749"/>
        !          1835:                                                         <menuItem title="Parallel Port Stick 1" tag="4" id="750"/>
        !          1836:                                                         <menuItem title="Parallel Port Stick 2" tag="5" id="751"/>
        !          1837:                                                     </items>
        !          1838:                                                 </menu>
        !          1839:                                             </popUpButtonCell>
        !          1840:                                             <connections>
        !          1841:                                                 <action selector="changeViewedJoystick:" target="329" id="753"/>
        !          1842:                                             </connections>
        !          1843:                                         </popUpButton>
        !          1844:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="460">
        !          1845:                                             <rect key="frame" x="177" y="347" width="114" height="17"/>
        !          1846:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1847:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Réglages pour:" id="4448">
        !          1848:                                                 <font key="font" metaFont="system"/>
        !          1849:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1850:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1851:                                             </textFieldCell>
        !          1852:                                         </textField>
        !          1853:                                         <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="454">
        !          1854:                                             <rect key="frame" x="178" y="242" width="141" height="58"/>
        !          1855:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1856:                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1857:                                             <size key="cellSize" width="141" height="18"/>
        !          1858:                                             <size key="intercellSpacing" width="4" height="2"/>
        !          1859:                                             <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4526">
        !          1860:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1861:                                                 <font key="font" metaFont="system"/>
        !          1862:                                             </buttonCell>
        !          1863:                                             <cells>
        !          1864:                                                 <column>
        !          1865:                                                     <buttonCell type="radio" title="Désactivé" imagePosition="left" alignment="left" state="on" inset="2" id="455">
        !          1866:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1867:                                                         <font key="font" metaFont="system"/>
        !          1868:                                                     </buttonCell>
        !          1869:                                                     <buttonCell type="radio" title="Vrai joystick:" imagePosition="left" alignment="left" tag="1" inset="2" id="456">
        !          1870:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1871:                                                         <font key="font" metaFont="system"/>
        !          1872:                                                     </buttonCell>
        !          1873:                                                     <buttonCell type="radio" title="Utiliser le clavier:" imagePosition="left" alignment="left" tag="2" inset="2" id="457">
        !          1874:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          1875:                                                         <font key="font" metaFont="system"/>
        !          1876:                                                     </buttonCell>
        !          1877:                                                 </column>
        !          1878:                                             </cells>
        !          1879:                                             <connections>
        !          1880:                                                 <action selector="updateEnabledStates:" target="329" id="757"/>
        !          1881:                                             </connections>
        !          1882:                                         </matrix>
        !          1883:                                         <popUpButton verticalHuggingPriority="750" id="466">
        !          1884:                                             <rect key="frame" x="322" y="257" width="164" height="26"/>
        !          1885:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1886:                                             <popUpButtonCell key="cell" type="push" title="(None Available)" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="468" id="4450">
        !          1887:                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1888:                                                 <font key="font" metaFont="menu"/>
        !          1889:                                                 <menu key="menu" title="OtherViews" id="467">
        !          1890:                                                     <items>
        !          1891:                                                         <menuItem title="(None Available)" state="on" id="468"/>
        !          1892:                                                     </items>
        !          1893:                                                 </menu>
        !          1894:                                             </popUpButtonCell>
        !          1895:                                         </popUpButton>
        !          1896:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="711">
        !          1897:                                             <rect key="frame" x="222" y="202" width="98" height="34"/>
        !          1898:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1899:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4451">
        !          1900:                                                 <font key="font" metaFont="system"/>
        !          1901:                                                 <string key="title">Haut:
        !          1902: </string>
        !          1903:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1904:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1905:                                             </textFieldCell>
        !          1906:                                         </textField>
        !          1907:                                         <popUpButton verticalHuggingPriority="750" id="712">
        !          1908:                                             <rect key="frame" x="322" y="213" width="164" height="26"/>
        !          1909:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1910:                                             <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="716" id="4452">
        !          1911:                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1912:                                                 <font key="font" metaFont="menu"/>
        !          1913:                                                 <menu key="menu" title="OtherViews" id="713">
        !          1914:                                                     <items>
        !          1915:                                                         <menuItem title="Item1" state="on" id="716"/>
        !          1916:                                                         <menuItem title="Item2" id="715"/>
        !          1917:                                                         <menuItem title="Item3" id="714"/>
        !          1918:                                                     </items>
        !          1919:                                                 </menu>
        !          1920:                                             </popUpButtonCell>
        !          1921:                                         </popUpButton>
        !          1922:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="717">
        !          1923:                                             <rect key="frame" x="222" y="174" width="98" height="34"/>
        !          1924:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1925:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4453">
        !          1926:                                                 <font key="font" metaFont="system"/>
        !          1927:                                                 <string key="title">Droit:
        !          1928: </string>
        !          1929:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1930:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1931:                                             </textFieldCell>
        !          1932:                                         </textField>
        !          1933:                                         <popUpButton verticalHuggingPriority="750" id="718">
        !          1934:                                             <rect key="frame" x="322" y="185" width="164" height="26"/>
        !          1935:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1936:                                             <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="720" id="4454">
        !          1937:                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1938:                                                 <font key="font" metaFont="menu"/>
        !          1939:                                                 <menu key="menu" title="OtherViews" id="719">
        !          1940:                                                     <items>
        !          1941:                                                         <menuItem title="Item1" state="on" id="720"/>
        !          1942:                                                         <menuItem title="Item2" id="721"/>
        !          1943:                                                         <menuItem title="Item3" id="722"/>
        !          1944:                                                     </items>
        !          1945:                                                 </menu>
        !          1946:                                             </popUpButtonCell>
        !          1947:                                         </popUpButton>
        !          1948:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="723">
        !          1949:                                             <rect key="frame" x="222" y="146" width="98" height="34"/>
        !          1950:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1951:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4455">
        !          1952:                                                 <font key="font" metaFont="system"/>
        !          1953:                                                 <string key="title">Bas
        !          1954: :</string>
        !          1955:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1956:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1957:                                             </textFieldCell>
        !          1958:                                         </textField>
        !          1959:                                         <popUpButton verticalHuggingPriority="750" id="724">
        !          1960:                                             <rect key="frame" x="322" y="157" width="164" height="26"/>
        !          1961:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1962:                                             <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="727" id="4456">
        !          1963:                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1964:                                                 <font key="font" metaFont="menu"/>
        !          1965:                                                 <menu key="menu" title="OtherViews" id="725">
        !          1966:                                                     <items>
        !          1967:                                                         <menuItem title="Item1" state="on" id="727"/>
        !          1968:                                                         <menuItem title="Item2" id="728"/>
        !          1969:                                                         <menuItem title="Item3" id="726"/>
        !          1970:                                                     </items>
        !          1971:                                                 </menu>
        !          1972:                                             </popUpButtonCell>
        !          1973:                                         </popUpButton>
        !          1974:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="729">
        !          1975:                                             <rect key="frame" x="222" y="132" width="98" height="20"/>
        !          1976:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1977:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4457">
        !          1978:                                                 <font key="font" metaFont="system"/>
        !          1979:                                                 <string key="title">Gauche:
        !          1980: </string>
        !          1981:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          1982:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          1983:                                             </textFieldCell>
        !          1984:                                         </textField>
        !          1985:                                         <popUpButton verticalHuggingPriority="750" id="730">
        !          1986:                                             <rect key="frame" x="322" y="129" width="164" height="26"/>
        !          1987:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          1988:                                             <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="732" id="4458">
        !          1989:                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          1990:                                                 <font key="font" metaFont="menu"/>
        !          1991:                                                 <menu key="menu" title="OtherViews" id="731">
        !          1992:                                                     <items>
        !          1993:                                                         <menuItem title="Item1" state="on" id="732"/>
        !          1994:                                                         <menuItem title="Item2" id="733"/>
        !          1995:                                                         <menuItem title="Item3" id="734"/>
        !          1996:                                                     </items>
        !          1997:                                                 </menu>
        !          1998:                                             </popUpButtonCell>
        !          1999:                                         </popUpButton>
        !          2000:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="735">
        !          2001:                                             <rect key="frame" x="264" y="107" width="56" height="17"/>
        !          2002:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2003:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Feux:" id="4459">
        !          2004:                                                 <font key="font" metaFont="system"/>
        !          2005:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2006:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2007:                                             </textFieldCell>
        !          2008:                                         </textField>
        !          2009:                                         <popUpButton verticalHuggingPriority="750" id="736">
        !          2010:                                             <rect key="frame" x="322" y="101" width="164" height="26"/>
        !          2011:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2012:                                             <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="738" id="4460">
        !          2013:                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          2014:                                                 <font key="font" metaFont="menu"/>
        !          2015:                                                 <menu key="menu" title="OtherViews" id="737">
        !          2016:                                                     <items>
        !          2017:                                                         <menuItem title="Item1" state="on" id="738"/>
        !          2018:                                                         <menuItem title="Item2" id="739"/>
        !          2019:                                                         <menuItem title="Item3" id="740"/>
        !          2020:                                                     </items>
        !          2021:                                                 </menu>
        !          2022:                                             </popUpButtonCell>
        !          2023:                                         </popUpButton>
        !          2024:                                         <button id="755">
        !          2025:                                             <rect key="frame" x="190" y="83" width="175" height="18"/>
        !          2026:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2027:                                             <buttonCell key="cell" type="check" title="Activer tir automatique" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4461">
        !          2028:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2029:                                                 <font key="font" metaFont="system"/>
        !          2030:                                             </buttonCell>
        !          2031:                                         </button>
        !          2032:                                     </subviews>
        !          2033:                                 </view>
        !          2034:                             </tabViewItem>
        !          2035:                             <tabViewItem label="Clavier" identifier="" id="373">
        !          2036:                                 <view key="view" id="374">
        !          2037:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !          2038:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          2039:                                     <subviews>
        !          2040:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="376">
        !          2041:                                             <rect key="frame" x="150" y="347" width="160" height="17"/>
        !          2042:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2043:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Mappage Clavier:" id="4419">
        !          2044:                                                 <font key="font" metaFont="system"/>
        !          2045:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2046:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2047:                                             </textFieldCell>
        !          2048:                                         </textField>
        !          2049:                                         <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="377">
        !          2050:                                             <rect key="frame" x="313" y="306" width="155" height="58"/>
        !          2051:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2052:                                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2053:                                             <size key="cellSize" width="155" height="18"/>
        !          2054:                                             <size key="intercellSpacing" width="4" height="2"/>
        !          2055:                                             <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4517">
        !          2056:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2057:                                                 <font key="font" metaFont="system"/>
        !          2058:                                             </buttonCell>
        !          2059:                                             <cells>
        !          2060:                                                 <column>
        !          2061:                                                     <buttonCell type="radio" title="Symbolic" imagePosition="left" alignment="left" state="on" inset="2" id="379">
        !          2062:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2063:                                                         <font key="font" metaFont="system"/>
        !          2064:                                                     </buttonCell>
        !          2065:                                                     <buttonCell type="radio" title="Scancode" imagePosition="left" alignment="left" tag="1" inset="2" id="378">
        !          2066:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2067:                                                         <font key="font" metaFont="system"/>
        !          2068:                                                     </buttonCell>
        !          2069:                                                     <buttonCell type="radio" title="A partir du fichier:" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="2" inset="2" id="380">
        !          2070:                                                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2071:                                                         <font key="font" metaFont="system"/>
        !          2072:                                                     </buttonCell>
        !          2073:                                                 </column>
        !          2074:                                             </cells>
        !          2075:                                         </matrix>
        !          2076:                                         <button verticalHuggingPriority="750" id="584">
        !          2077:                                             <rect key="frame" x="514" y="251" width="100" height="32"/>
        !          2078:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2079:                                             <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4420">
        !          2080:                                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2081:                                                 <font key="font" metaFont="system"/>
        !          2082:                                             </buttonCell>
        !          2083:                                             <connections>
        !          2084:                                                 <action selector="chooseKeyboardMappingFile:" target="329" id="589"/>
        !          2085:                                             </connections>
        !          2086:                                         </button>
        !          2087:                                         <textField verticalHuggingPriority="750" id="585">
        !          2088:                                             <rect key="frame" x="101" y="259" width="411" height="19"/>
        !          2089:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2090:                                             <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4421">
        !          2091:                                                 <font key="font" metaFont="smallSystem"/>
        !          2092:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          2093:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2094:                                             </textFieldCell>
        !          2095:                                         </textField>
        !          2096:                                         <button id="4720">
        !          2097:                                             <rect key="frame" x="194" y="209" width="312" height="18"/>
        !          2098:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2099:                                             <buttonCell key="cell" type="check" title="Désactiver la répétition en mode 'A fond'" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="4721">
        !          2100:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2101:                                                 <font key="font" metaFont="system"/>
        !          2102:                                             </buttonCell>
        !          2103:                                         </button>
        !          2104:                                     </subviews>
        !          2105:                                 </view>
        !          2106:                             </tabViewItem>
        !          2107:                             <tabViewItem label="Périphériques" identifier="" id="352">
        !          2108:                                 <view key="view" id="353">
        !          2109:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !          2110:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          2111:                                     <subviews>
        !          2112:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="355">
        !          2113:                                             <rect key="frame" x="17" y="325" width="158" height="17"/>
        !          2114:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2115:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Imprimer vers:" id="4405">
        !          2116:                                                 <font key="font" metaFont="system"/>
        !          2117:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2118:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2119:                                             </textFieldCell>
        !          2120:                                         </textField>
        !          2121:                                         <button verticalHuggingPriority="750" id="356">
        !          2122:                                             <rect key="frame" x="540" y="315" width="92" height="32"/>
        !          2123:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2124:                                             <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4406">
        !          2125:                                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2126:                                                 <font key="font" metaFont="system"/>
        !          2127:                                             </buttonCell>
        !          2128:                                             <connections>
        !          2129:                                                 <action selector="choosePrintToFile:" target="329" id="590"/>
        !          2130:                                             </connections>
        !          2131:                                         </button>
        !          2132:                                         <textField verticalHuggingPriority="750" id="364">
        !          2133:                                             <rect key="frame" x="180" y="323" width="361" height="19"/>
        !          2134:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2135:                                             <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4414">
        !          2136:                                                 <font key="font" metaFont="smallSystem"/>
        !          2137:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          2138:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2139:                                             </textFieldCell>
        !          2140:                                         </textField>
        !          2141:                                         <button id="360">
        !          2142:                                             <rect key="frame" x="232" y="348" width="210" height="18"/>
        !          2143:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2144:                                             <buttonCell key="cell" type="check" title="Activer Emulation Imprimante" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4410">
        !          2145:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2146:                                                 <font key="font" metaFont="system"/>
        !          2147:                                             </buttonCell>
        !          2148:                                         </button>
        !          2149:                                         <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="369">
        !          2150:                                             <rect key="frame" x="12" y="309" width="619" height="5"/>
        !          2151:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2152:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          2153:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          2154:                                             <font key="titleFont" metaFont="system"/>
        !          2155:                                         </box>
        !          2156:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="362">
        !          2157:                                             <rect key="frame" x="17" y="264" width="158" height="17"/>
        !          2158:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2159:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Sortie RS232 vers:" id="4412">
        !          2160:                                                 <font key="font" metaFont="system"/>
        !          2161:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2162:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2163:                                             </textFieldCell>
        !          2164:                                         </textField>
        !          2165:                                         <button verticalHuggingPriority="750" id="371">
        !          2166:                                             <rect key="frame" x="540" y="254" width="92" height="32"/>
        !          2167:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2168:                                             <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4417">
        !          2169:                                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2170:                                                 <font key="font" metaFont="system"/>
        !          2171:                                             </buttonCell>
        !          2172:                                             <connections>
        !          2173:                                                 <action selector="chooseRS232OutputFile:" target="329" id="591"/>
        !          2174:                                             </connections>
        !          2175:                                         </button>
        !          2176:                                         <textField verticalHuggingPriority="750" id="358">
        !          2177:                                             <rect key="frame" x="180" y="262" width="361" height="19"/>
        !          2178:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2179:                                             <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4408">
        !          2180:                                                 <font key="font" metaFont="smallSystem"/>
        !          2181:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          2182:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2183:                                             </textFieldCell>
        !          2184:                                         </textField>
        !          2185:                                         <button id="354">
        !          2186:                                             <rect key="frame" x="232" y="287" width="178" height="18"/>
        !          2187:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2188:                                             <buttonCell key="cell" type="check" title="Activer emulation RS232" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4404">
        !          2189:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2190:                                                 <font key="font" metaFont="system"/>
        !          2191:                                             </buttonCell>
        !          2192:                                         </button>
        !          2193:                                         <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="366">
        !          2194:                                             <rect key="frame" x="12" y="218" width="619" height="5"/>
        !          2195:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2196:                                             <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
        !          2197:                                             <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
        !          2198:                                             <font key="titleFont" metaFont="system"/>
        !          2199:                                         </box>
        !          2200:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="361">
        !          2201:                                             <rect key="frame" x="17" y="234" width="158" height="17"/>
        !          2202:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2203:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Entrée RS232 depuis:" id="4411">
        !          2204:                                                 <font key="font" metaFont="system"/>
        !          2205:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2206:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2207:                                             </textFieldCell>
        !          2208:                                         </textField>
        !          2209:                                         <button verticalHuggingPriority="750" id="368">
        !          2210:                                             <rect key="frame" x="540" y="224" width="92" height="32"/>
        !          2211:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2212:                                             <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4416">
        !          2213:                                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2214:                                                 <font key="font" metaFont="system"/>
        !          2215:                                             </buttonCell>
        !          2216:                                             <connections>
        !          2217:                                                 <action selector="chooseRS232InputFile:" target="329" id="592"/>
        !          2218:                                             </connections>
        !          2219:                                         </button>
        !          2220:                                         <textField verticalHuggingPriority="750" id="357">
        !          2221:                                             <rect key="frame" x="180" y="232" width="361" height="19"/>
        !          2222:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2223:                                             <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4407">
        !          2224:                                                 <font key="font" metaFont="smallSystem"/>
        !          2225:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          2226:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2227:                                             </textFieldCell>
        !          2228:                                         </textField>
        !          2229:                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="363">
        !          2230:                                             <rect key="frame" x="17" y="173" width="158" height="17"/>
        !          2231:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2232:                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Sortie MIDI vers:" id="4413">
        !          2233:                                                 <font key="font" metaFont="system"/>
        !          2234:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2235:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2236:                                             </textFieldCell>
        !          2237:                                         </textField>
        !          2238:                                         <button verticalHuggingPriority="750" id="372">
        !          2239:                                             <rect key="frame" x="540" y="163" width="92" height="32"/>
        !          2240:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2241:                                             <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4418">
        !          2242:                                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2243:                                                 <font key="font" metaFont="system"/>
        !          2244:                                             </buttonCell>
        !          2245:                                             <connections>
        !          2246:                                                 <action selector="chooseMidiOutputFile:" target="329" id="593"/>
        !          2247:                                             </connections>
        !          2248:                                         </button>
        !          2249:                                         <textField verticalHuggingPriority="750" id="359">
        !          2250:                                             <rect key="frame" x="180" y="171" width="361" height="19"/>
        !          2251:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2252:                                             <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4409">
        !          2253:                                                 <font key="font" metaFont="smallSystem"/>
        !          2254:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          2255:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2256:                                             </textFieldCell>
        !          2257:                                         </textField>
        !          2258:                                         <button id="365">
        !          2259:                                             <rect key="frame" x="232" y="196" width="178" height="18"/>
        !          2260:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2261:                                             <buttonCell key="cell" type="check" title="Activer emulation MIDI" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4415">
        !          2262:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2263:                                                 <font key="font" metaFont="system"/>
        !          2264:                                             </buttonCell>
        !          2265:                                         </button>
        !          2266:                                     </subviews>
        !          2267:                                 </view>
        !          2268:                             </tabViewItem>
        !          2269:                             <tabViewItem label="Autres" identifier="" id="2921">
        !          2270:                                 <view key="view" id="2922">
        !          2271:                                     <rect key="frame" x="10" y="25" width="643" height="384"/>
        !          2272:                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
        !          2273:                                     <subviews>
        !          2274:                                         <button id="2923">
        !          2275:                                             <rect key="frame" x="81" y="324" width="134" height="18"/>
        !          2276:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2277:                                             <buttonCell key="cell" type="check" title="Confirmer Quitter" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="4497">
        !          2278:                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2279:                                                 <font key="font" metaFont="system"/>
        !          2280:                                             </buttonCell>
        !          2281:                                         </button>
        !          2282:                                         <textField verticalHuggingPriority="750" id="2933">
        !          2283:                                             <rect key="frame" x="79" y="246" width="108" height="17"/>
        !          2284:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2285:                                             <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Trace parameter" id="4498">
        !          2286:                                                 <font key="font" metaFont="system"/>
        !          2287:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2288:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2289:                                             </textFieldCell>
        !          2290:                                         </textField>
        !          2291:                                         <textField verticalHuggingPriority="750" id="2935">
        !          2292:                                             <rect key="frame" x="193" y="241" width="378" height="22"/>
        !          2293:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2294:                                             <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4499">
        !          2295:                                                 <font key="font" metaFont="system"/>
        !          2296:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          2297:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2298:                                             </textFieldCell>
        !          2299:                                         </textField>
        !          2300:                                         <textField verticalHuggingPriority="750" id="2937">
        !          2301:                                             <rect key="frame" x="79" y="221" width="327" height="17"/>
        !          2302:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2303:                                             <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Hatari reads options from given socket at run-time" id="4500">
        !          2304:                                                 <font key="font" metaFont="system"/>
        !          2305:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2306:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2307:                                             </textFieldCell>
        !          2308:                                         </textField>
        !          2309:                                         <textField verticalHuggingPriority="750" id="2939">
        !          2310:                                             <rect key="frame" x="412" y="216" width="159" height="22"/>
        !          2311:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2312:                                             <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4501">
        !          2313:                                                 <font key="font" metaFont="system"/>
        !          2314:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          2315:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2316:                                             </textFieldCell>
        !          2317:                                         </textField>
        !          2318:                                         <textField verticalHuggingPriority="750" id="2941">
        !          2319:                                             <rect key="frame" x="79" y="196" width="120" height="17"/>
        !          2320:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2321:                                             <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Save log output to" id="4502">
        !          2322:                                                 <font key="font" metaFont="system"/>
        !          2323:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2324:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2325:                                             </textFieldCell>
        !          2326:                                         </textField>
        !          2327:                                         <textField verticalHuggingPriority="750" id="2947">
        !          2328:                                             <rect key="frame" x="76" y="171" width="120" height="17"/>
        !          2329:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2330:                                             <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title=" Log Level" id="4505">
        !          2331:                                                 <font key="font" metaFont="system"/>
        !          2332:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2333:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2334:                                             </textFieldCell>
        !          2335:                                         </textField>
        !          2336:                                         <textField verticalHuggingPriority="750" id="2943">
        !          2337:                                             <rect key="frame" x="202" y="191" width="369" height="22"/>
        !          2338:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2339:                                             <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4503">
        !          2340:                                                 <font key="font" metaFont="system"/>
        !          2341:                                                 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
        !          2342:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2343:                                             </textFieldCell>
        !          2344:                                         </textField>
        !          2345:                                         <comboBox verticalHuggingPriority="750" id="2945">
        !          2346:                                             <rect key="frame" x="202" y="164" width="99" height="26"/>
        !          2347:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2348:                                             <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="4504">
        !          2349:                                                 <font key="font" metaFont="system"/>
        !          2350:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2351:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2352:                                                 <objectValues>
        !          2353:                                                     <string>Debug</string>
        !          2354:                                                     <string>Todo</string>
        !          2355:                                                     <string>Info</string>
        !          2356:                                                     <string>Warn</string>
        !          2357:                                                     <string>Error</string>
        !          2358:                                                     <string>Fatal</string>
        !          2359:                                                 </objectValues>
        !          2360:                                             </comboBoxCell>
        !          2361:                                         </comboBox>
        !          2362:                                         <comboBox verticalHuggingPriority="750" id="3473">
        !          2363:                                             <rect key="frame" x="393" y="111" width="99" height="26"/>
        !          2364:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2365:                                             <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="4507">
        !          2366:                                                 <font key="font" metaFont="system"/>
        !          2367:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2368:                                                 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
        !          2369:                                                 <objectValues>
        !          2370:                                                     <string>Debug</string>
        !          2371:                                                     <string>Todo</string>
        !          2372:                                                     <string>Info</string>
        !          2373:                                                     <string>Warn</string>
        !          2374:                                                     <string>Error</string>
        !          2375:                                                     <string>Fatal</string>
        !          2376:                                                 </objectValues>
        !          2377:                                             </comboBoxCell>
        !          2378:                                         </comboBox>
        !          2379:                                         <textField verticalHuggingPriority="750" id="2949">
        !          2380:                                             <rect key="frame" x="79" y="118" width="309" height="17"/>
        !          2381:                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2382:                                             <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Show dialog for log messages above given level " id="4506">
        !          2383:                                                 <font key="font" metaFont="system"/>
        !          2384:                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2385:                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2386:                                             </textFieldCell>
        !          2387:                                         </textField>
        !          2388:                                     </subviews>
        !          2389:                                 </view>
        !          2390:                             </tabViewItem>
        !          2391:                         </tabViewItems>
        !          2392:                     </tabView>
        !          2393:                 </subviews>
        !          2394:             </view>
        !          2395:             <point key="canvasLocation" x="-755.5" y="-3829.5"/>
        !          2396:         </window>
        !          2397:         <customObject id="329" userLabel="PrefsController" customClass="PrefsController">
        !          2398:             <connections>
        !          2399:                 <outlet property="FPUType" destination="0SB-uo-oFJ" id="JLl-zf-Nye"/>
        !          2400:                 <outlet property="FastBootPatch" destination="4718" id="4734"/>
        !          2401:                 <outlet property="HDWriteProtection" destination="4668" id="4681"/>
        !          2402:                 <outlet property="MMU_Emulation" destination="39w-d7-zDS" id="Pzs-It-jZi"/>
        !          2403:                 <outlet property="SDL2UseLinearScaling" destination="Sco-Iv-wnc" id="MwD-a7-vKU"/>
        !          2404:                 <outlet property="SDL2UseVSync" destination="Hti-Yj-SZa" id="hVb-NE-5eH"/>
        !          2405:                 <outlet property="TTRAMSizeStepper" destination="fv9-7a-2KO" id="lxM-bQ-6dz"/>
        !          2406:                 <outlet property="TTRAMSizeValue" destination="4Sq-Pw-zwQ" id="znc-wh-oP9"/>
        !          2407:                 <outlet property="YMVoicesMixing" destination="4726" id="4737"/>
        !          2408:                 <outlet property="adressSpace24" destination="Jvl-X4-OWy" id="7jx-wR-Pnw"/>
        !          2409:                 <outlet property="autoInsertB" destination="475" id="528"/>
        !          2410:                 <outlet property="bCell68060" destination="5Rq-Bh-STT" id="0Qs-hL-nvz"/>
        !          2411:                 <outlet property="bFilenameConversion" destination="NGg-U3-4Ch" id="E2L-6t-Pwd"/>
        !          2412:                 <outlet property="blitter" destination="405" id="570"/>
        !          2413:                 <outlet property="bootFromHD" destination="482" id="529"/>
        !          2414:                 <outlet property="cartridgeImage" destination="511" id="552"/>
        !          2415:                 <outlet property="colorDepth" destination="440" id="562"/>
        !          2416:                 <outlet property="compatibleCpu" destination="402" id="569"/>
        !          2417:                 <outlet property="confirmQuit" destination="2923" id="JgT-Mj-Saz"/>
        !          2418:                 <outlet property="cpuClock" destination="409" id="567"/>
        !          2419:                 <outlet property="cpuType" destination="414" id="566"/>
        !          2420:                 <outlet property="currentJoystick" destination="461" id="746"/>
        !          2421:                 <outlet property="cycleExactCPU" destination="cKb-1b-Ese" id="S4j-ng-orw"/>
        !          2422:                 <outlet property="defaultImagesLocation" destination="490" id="526"/>
        !          2423:                 <outlet property="driveA_NumberOfHeads" destination="cai-Yf-vK1" id="1gq-NF-i0s"/>
        !          2424:                 <outlet property="driveB_NumberOfHeads" destination="o7J-Ow-mLW" id="irQ-SH-876"/>
        !          2425:                 <outlet property="enableAutoFire" destination="755" id="756"/>
        !          2426:                 <outlet property="enableDSP" destination="1222" id="m91-qF-rol"/>
        !          2427:                 <outlet property="enableDriveA" destination="pa1-9N-kti" id="3ol-CD-lNO"/>
        !          2428:                 <outlet property="enableDriveB" destination="Zpe-8h-6CF" id="QUk-Y8-ePr"/>
        !          2429:                 <outlet property="enableMidi" destination="365" id="578"/>
        !          2430:                 <outlet property="enablePrinter" destination="360" id="576"/>
        !          2431:                 <outlet property="enableRS232" destination="354" id="577"/>
        !          2432:                 <outlet property="enableSound" destination="394" id="564"/>
        !          2433:                 <outlet property="falconTTRatio" destination="4563" id="4588"/>
        !          2434:                 <outlet property="fastFDC" destination="4585" id="4735"/>
        !          2435:                 <outlet property="floppyImageA" destination="492" id="519"/>
        !          2436:                 <outlet property="floppyImageB" destination="481" id="524"/>
        !          2437:                 <outlet property="floppyWriteProtection" destination="498" id="4667"/>
        !          2438:                 <outlet property="frameSkip" destination="4551" id="4591"/>
        !          2439:                 <outlet property="fullScreen" destination="4682" id="4712"/>
        !          2440:                 <outlet property="gemdosImage" destination="502" id="525"/>
        !          2441:                 <outlet property="hartage" destination="4750" id="4758"/>
        !          2442:                 <outlet property="hdImage" destination="477" id="527"/>
        !          2443:                 <outlet property="heightStepper" destination="4687" id="d9Q-M9-uDd"/>
        !          2444:                 <outlet property="ideMasterHdImage" destination="3738" id="4540"/>
        !          2445:                 <outlet property="ideSlaveHdImage" destination="4533" id="4541"/>
        !          2446:                 <outlet property="joystickDown" destination="724" id="743"/>
        !          2447:                 <outlet property="joystickFire" destination="736" id="745"/>
        !          2448:                 <outlet property="joystickLeft" destination="730" id="744"/>
        !          2449:                 <outlet property="joystickMode" destination="454" id="752"/>
        !          2450:                 <outlet property="joystickRight" destination="718" id="742"/>
        !          2451:                 <outlet property="joystickUp" destination="712" id="741"/>
        !          2452:                 <outlet property="keepDesktopResolution" destination="4707" id="4709"/>
        !          2453:                 <outlet property="keyboardMapping" destination="377" id="575"/>
        !          2454:                 <outlet property="keyboardMappingFile" destination="585" id="586"/>
        !          2455:                 <outlet property="ledDisks" destination="4592" id="4713"/>
        !          2456:                 <outlet property="machineType" destination="406" id="568"/>
        !          2457:                 <outlet property="maxZoomedHeight" destination="4688" id="4715"/>
        !          2458:                 <outlet property="maxZoomedWidth" destination="4686" id="4714"/>
        !          2459:                 <outlet property="monitor" destination="422" id="559"/>
        !          2460:                 <outlet property="nGemdosDrive" destination="1xu-2E-EEe" id="C1v-tT-36v"/>
        !          2461:                 <outlet property="partage" destination="4743" id="4744"/>
        !          2462:                 <outlet property="patchTimerD" destination="401" id="572"/>
        !          2463:                 <outlet property="playbackQuality" destination="385" id="565"/>
        !          2464:                 <outlet property="printToFile" destination="364" id="579"/>
        !          2465:                 <outlet property="ramSize" destination="804" id="814"/>
        !          2466:                 <outlet property="readRS232FromFile" destination="357" id="581"/>
        !          2467:                 <outlet property="realJoystick" destination="466" id="747"/>
        !          2468:                 <outlet property="resolution" destination="429" id="561"/>
        !          2469:                 <outlet property="showStatusBar" destination="4703" id="4711"/>
        !          2470:                 <outlet property="tosImage" destination="508" id="551"/>
        !          2471:                 <outlet property="useBorders" destination="428" id="555"/>
        !          2472:                 <outlet property="useVDIResolution" destination="449" id="560"/>
        !          2473:                 <outlet property="videoTiming" destination="2KZ-tx-90j" id="XvU-NL-rbk"/>
        !          2474:                 <outlet property="widthStepper" destination="4685" id="7lF-Vq-Ltm"/>
        !          2475:                 <outlet property="window" destination="326" id="522"/>
        !          2476:                 <outlet property="writeMidiToFile" destination="359" id="582"/>
        !          2477:                 <outlet property="writeRS232ToFile" destination="358" id="580"/>
        !          2478:                 <outlet property="zoomSTLowRes" destination="447" id="558"/>
        !          2479:             </connections>
        !          2480:         </customObject>
        !          2481:         <window title="Nouvelle Image Disquette" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="612" userLabel="createFloppy">
        !          2482:             <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
        !          2483:             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
        !          2484:             <rect key="contentRect" x="300" y="322" width="323" height="302"/>
        !          2485:             <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
        !          2486:             <view key="contentView" id="613">
        !          2487:                 <rect key="frame" x="0.0" y="0.0" width="323" height="302"/>
        !          2488:                 <autoresizingMask key="autoresizingMask"/>
        !          2489:                 <subviews>
        !          2490:                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="617">
        !          2491:                         <rect key="frame" x="36" y="208" width="114" height="17"/>
        !          2492:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2493:                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4511">
        !          2494:                             <font key="font" metaFont="system"/>
        !          2495:                             <string key="title">Pistes:
        !          2496: </string>
        !          2497:                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2498:                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2499:                         </textFieldCell>
        !          2500:                     </textField>
        !          2501:                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="634">
        !          2502:                         <rect key="frame" x="153" y="75" width="75" height="113"/>
        !          2503:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2504:                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2505:                         <size key="cellSize" width="75" height="21"/>
        !          2506:                         <size key="intercellSpacing" width="4" height="2"/>
        !          2507:                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4528">
        !          2508:                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2509:                             <font key="font" metaFont="system"/>
        !          2510:                         </buttonCell>
        !          2511:                         <cells>
        !          2512:                             <column>
        !          2513:                                 <buttonCell type="radio" title="9" imagePosition="left" alignment="left" tag="9" inset="2" id="767">
        !          2514:                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2515:                                     <font key="font" metaFont="system"/>
        !          2516:                                 </buttonCell>
        !          2517:                                 <buttonCell type="radio" title="10" imagePosition="left" alignment="left" tag="10" inset="2" id="768">
        !          2518:                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2519:                                     <font key="font" metaFont="system"/>
        !          2520:                                 </buttonCell>
        !          2521:                                 <buttonCell type="radio" title="11" imagePosition="left" alignment="left" state="on" tag="11" inset="2" id="769">
        !          2522:                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2523:                                     <font key="font" metaFont="system"/>
        !          2524:                                 </buttonCell>
        !          2525:                                 <buttonCell type="radio" title="18 (HD)" imagePosition="left" alignment="left" tag="18" inset="2" id="4663">
        !          2526:                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2527:                                     <font key="font" metaFont="system"/>
        !          2528:                                 </buttonCell>
        !          2529:                                 <buttonCell type="radio" title="36 (ED)" imagePosition="left" alignment="left" tag="36" inset="2" id="4664">
        !          2530:                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2531:                                     <font key="font" metaFont="system"/>
        !          2532:                                 </buttonCell>
        !          2533:                             </column>
        !          2534:                         </cells>
        !          2535:                     </matrix>
        !          2536:                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="640">
        !          2537:                         <rect key="frame" x="153" y="244" width="63" height="38"/>
        !          2538:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2539:                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2540:                         <size key="cellSize" width="63" height="18"/>
        !          2541:                         <size key="intercellSpacing" width="4" height="2"/>
        !          2542:                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4529">
        !          2543:                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2544:                             <font key="font" metaFont="system"/>
        !          2545:                         </buttonCell>
        !          2546:                         <cells>
        !          2547:                             <column>
        !          2548:                                 <buttonCell type="radio" title="1" imagePosition="left" alignment="left" tag="1" inset="2" id="774">
        !          2549:                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2550:                                     <font key="font" metaFont="system"/>
        !          2551:                                 </buttonCell>
        !          2552:                                 <buttonCell type="radio" title="2" imagePosition="left" alignment="left" state="on" tag="2" inset="2" id="775">
        !          2553:                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
        !          2554:                                     <font key="font" metaFont="system"/>
        !          2555:                                 </buttonCell>
        !          2556:                             </column>
        !          2557:                         </cells>
        !          2558:                     </matrix>
        !          2559:                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="643">
        !          2560:                         <rect key="frame" x="35" y="170" width="115" height="17"/>
        !          2561:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2562:                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Secteurs:" id="4512">
        !          2563:                             <font key="font" metaFont="system"/>
        !          2564:                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2565:                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2566:                         </textFieldCell>
        !          2567:                     </textField>
        !          2568:                     <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="644">
        !          2569:                         <rect key="frame" x="36" y="265" width="114" height="17"/>
        !          2570:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2571:                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Faces:" id="4513">
        !          2572:                             <font key="font" metaFont="system"/>
        !          2573:                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2574:                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2575:                         </textFieldCell>
        !          2576:                     </textField>
        !          2577:                     <button verticalHuggingPriority="750" id="688">
        !          2578:                         <rect key="frame" x="114" y="12" width="113" height="32"/>
        !          2579:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2580:                         <buttonCell key="cell" type="push" title="Créer sous..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4514">
        !          2581:                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2582:                             <font key="font" metaFont="system"/>
        !          2583:                         </buttonCell>
        !          2584:                         <connections>
        !          2585:                             <action selector="createFloppyImage:" target="687" id="689"/>
        !          2586:                         </connections>
        !          2587:                     </button>
        !          2588:                     <popUpButton verticalHuggingPriority="750" id="695">
        !          2589:                         <rect key="frame" x="152" y="202" width="65" height="26"/>
        !          2590:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2591:                         <popUpButtonCell key="cell" type="push" title="80" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="80" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="699" id="4515">
        !          2592:                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
        !          2593:                             <font key="font" metaFont="menu"/>
        !          2594:                             <menu key="menu" title="OtherViews" id="696">
        !          2595:                                 <items>
        !          2596:                                     <menuItem title="80" state="on" tag="80" id="699"/>
        !          2597:                                     <menuItem title="Item2" id="698"/>
        !          2598:                                     <menuItem title="Item3" id="697"/>
        !          2599:                                 </items>
        !          2600:                             </menu>
        !          2601:                         </popUpButtonCell>
        !          2602:                     </popUpButton>
        !          2603:                     <button verticalHuggingPriority="750" id="846">
        !          2604:                         <rect key="frame" x="227" y="12" width="82" height="32"/>
        !          2605:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2606:                         <buttonCell key="cell" type="push" title="Fermer" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4516">
        !          2607:                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2608:                             <font key="font" metaFont="system"/>
        !          2609:                         </buttonCell>
        !          2610:                         <connections>
        !          2611:                             <action selector="performClose:" target="612" id="847"/>
        !          2612:                         </connections>
        !          2613:                     </button>
        !          2614:                     <imageView id="4665">
        !          2615:                         <rect key="frame" x="17" y="219" width="58" height="59"/>
        !          2616:                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2617:                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="disk" id="4666"/>
        !          2618:                     </imageView>
        !          2619:                 </subviews>
        !          2620:             </view>
        !          2621:         </window>
        !          2622:         <customObject id="687" userLabel="CreateFloppyController" customClass="CreateFloppyController">
        !          2623:             <connections>
        !          2624:                 <outlet property="sectors" destination="634" id="691"/>
        !          2625:                 <outlet property="sides" destination="640" id="692"/>
        !          2626:                 <outlet property="tracks" destination="695" id="700"/>
        !          2627:                 <outlet property="window" destination="612" id="844"/>
        !          2628:             </connections>
        !          2629:         </customObject>
        !          2630:         <customView id="4743" userLabel="partage">
        !          2631:             <rect key="frame" x="0.0" y="0.0" width="273" height="42"/>
        !          2632:             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2633:             <subviews>
        !          2634:                 <button verticalHuggingPriority="750" id="4745">
        !          2635:                     <rect key="frame" x="35" y="8" width="62" height="25"/>
        !          2636:                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2637:                     <buttonCell key="cell" type="roundTextured" title="Aller" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4746">
        !          2638:                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2639:                         <font key="font" metaFont="system"/>
        !          2640:                     </buttonCell>
        !          2641:                     <connections>
        !          2642:                         <action selector="aller:" target="329" id="4760"/>
        !          2643:                     </connections>
        !          2644:                 </button>
        !          2645:                 <textField verticalHuggingPriority="750" id="4747">
        !          2646:                     <rect key="frame" x="103" y="13" width="153" height="17"/>
        !          2647:                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2648:                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="au dossier par défaut" id="4748">
        !          2649:                         <font key="font" metaFont="system"/>
        !          2650:                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2651:                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2652:                     </textFieldCell>
        !          2653:                 </textField>
        !          2654:             </subviews>
        !          2655:         </customView>
        !          2656:         <customView id="4750" userLabel="hartage">
        !          2657:             <rect key="frame" x="0.0" y="0.0" width="273" height="42"/>
        !          2658:             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2659:             <subviews>
        !          2660:                 <button verticalHuggingPriority="750" id="4752">
        !          2661:                     <rect key="frame" x="35" y="8" width="62" height="25"/>
        !          2662:                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2663:                     <buttonCell key="cell" type="roundTextured" title="Aller" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4753">
        !          2664:                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
        !          2665:                         <font key="font" metaFont="system"/>
        !          2666:                     </buttonCell>
        !          2667:                     <connections>
        !          2668:                         <action selector="halle:" target="329" id="4759"/>
        !          2669:                     </connections>
        !          2670:                 </button>
        !          2671:                 <textField verticalHuggingPriority="750" id="4751">
        !          2672:                     <rect key="frame" x="103" y="13" width="153" height="17"/>
        !          2673:                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
        !          2674:                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="au dossier par défaut" id="4754">
        !          2675:                         <font key="font" metaFont="system"/>
        !          2676:                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
        !          2677:                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
        !          2678:                     </textFieldCell>
        !          2679:                 </textField>
        !          2680:             </subviews>
        !          2681:         </customView>
        !          2682:         <view id="367">
        !          2683:             <rect key="frame" x="0.0" y="0.0" width="125" height="1"/>
        !          2684:             <autoresizingMask key="autoresizingMask"/>
        !          2685:         </view>
        !          2686:         <view id="370">
        !          2687:             <rect key="frame" x="0.0" y="0.0" width="125" height="1"/>
        !          2688:             <autoresizingMask key="autoresizingMask"/>
        !          2689:         </view>
        !          2690:     </objects>
        !          2691:     <resources>
        !          2692:         <image name="NSEnterFullScreenTemplate" width="15" height="15"/>
        !          2693:         <image name="disk" width="128" height="128"/>
        !          2694:         <sound name="Frog"/>
        !          2695:     </resources>
        !          2696: </document>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.