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