|
|
1.1.1.2 ! root 1: <?xml version="1.0" encoding="UTF-8"?> ! 2: <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12118" systemVersion="16A323" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> 1.1 root 3: <dependencies> 4: <deployment version="1080" identifier="macosx"/> 1.1.1.2 ! root 5: <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12118"/> ! 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"/> 239: <rect key="contentRect" x="100" y="160" width="689" height="479"/> 240: <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> 241: <view key="contentView" id="327"> 242: <rect key="frame" x="0.0" y="0.0" width="689" height="479"/> 243: <autoresizingMask key="autoresizingMask"/> 244: <subviews> 245: <button verticalHuggingPriority="750" id="328"> 246: <rect key="frame" x="593" y="12" width="82" height="32"/> 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"> 260: <rect key="frame" x="501" y="12" width="90" height="32"/> 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"> 271: <rect key="frame" x="11" y="12" width="141" height="32"/> 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"> 282: <rect key="frame" x="160" y="12" width="133" height="32"/> 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"> 293: <rect key="frame" x="13" y="40" width="663" height="422"/> 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.2 ! root 298: <rect key="frame" x="10" y="29" width="643" height="380"/> 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"> ! 302: <rect key="frame" x="1" y="-1" 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"> ! 539: <rect key="frame" x="1" y="184" 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"> 843: <rect key="frame" x="201" y="228" width="319" height="23"/> 844: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 845: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Reset obligatoire" id="4548"> 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"> ! 1387: <rect key="frame" x="163" y="192" 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.2 ! root 1401: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="1228"> ! 1402: <rect key="frame" x="119" y="197" 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.2 ! root 1410: <button misplaced="YES" id="4583"> ! 1411: <rect key="frame" x="98" y="163" 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.2 ! root 1425: <matrix verticalHuggingPriority="750" misplaced="YES" allowsEmptySelection="NO" autosizesCells="NO" id="406"> ! 1426: <rect key="frame" x="10" y="7" 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.2 ! root 1429: <size key="cellSize" width="87" height="18"/> 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"> ! 1468: <rect key="frame" x="112" y="222" width="209" 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"> ! 1471: <rect key="frame" x="1" y="1" width="207" height="142"/> 1.1 root 1472: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1473: <subviews> 1474: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="414"> 1475: <rect key="frame" x="18" y="14" width="107" height="118"/> 1476: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1477: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1478: <size key="cellSize" width="107" height="18"/> 1479: <size key="intercellSpacing" width="4" height="2"/> 1480: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4521"> 1481: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1482: <font key="font" metaFont="system"/> 1483: </buttonCell> 1484: <cells> 1485: <column> 1486: <buttonCell type="radio" title="68000" imagePosition="left" alignment="left" state="on" inset="2" id="419"> 1487: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1488: <font key="font" metaFont="cellTitle"/> 1489: </buttonCell> 1490: <buttonCell type="radio" title="68010" imagePosition="left" alignment="left" tag="1" inset="2" id="415"> 1491: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1492: <font key="font" metaFont="cellTitle"/> 1493: </buttonCell> 1494: <buttonCell type="radio" title="68020" imagePosition="left" alignment="left" tag="2" inset="2" id="416"> 1495: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1496: <font key="font" metaFont="cellTitle"/> 1497: </buttonCell> 1498: <buttonCell type="radio" title="68030" imagePosition="left" alignment="left" tag="3" inset="2" id="417"> 1499: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1500: <font key="font" metaFont="cellTitle"/> 1501: </buttonCell> 1502: <buttonCell type="radio" title="68040" imagePosition="left" alignment="left" tag="4" inset="2" id="418"> 1503: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1504: <font key="font" metaFont="cellTitle"/> 1505: </buttonCell> 1506: <buttonCell type="radio" title="68060" imagePosition="left" alignment="left" enabled="NO" tag="5" inset="2" id="5Rq-Bh-STT"> 1507: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1508: <font key="font" metaFont="cellTitle"/> 1509: </buttonCell> 1510: </column> 1511: </cells> 1512: </matrix> 1.1.1.2 ! root 1513: <matrix verticalHuggingPriority="750" misplaced="YES" allowsEmptySelection="NO" autosizesCells="NO" id="409"> ! 1514: <rect key="frame" x="116" y="74" width="71" height="58"/> 1.1 root 1515: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1516: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1.1.1.2 ! root 1517: <size key="cellSize" width="71" height="18"/> 1.1 root 1518: <size key="intercellSpacing" width="4" height="2"/> 1.1.1.2 ! root 1519: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4520"> 1.1 root 1520: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1521: <font key="font" metaFont="system"/> 1522: </buttonCell> 1523: <cells> 1524: <column> 1.1.1.2 ! root 1525: <buttonCell type="radio" title="8 MHz" imagePosition="left" alignment="left" state="on" tag="8" inset="2" id="801"> 1.1 root 1526: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1527: <font key="font" metaFont="cellTitle"/> 1528: </buttonCell> 1.1.1.2 ! root 1529: <buttonCell type="radio" title="16 MHz" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="16" inset="2" id="802"> 1.1 root 1530: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1531: <font key="font" metaFont="cellTitle"/> 1532: </buttonCell> 1.1.1.2 ! root 1533: <buttonCell type="radio" title="32 MHz" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="32" inset="2" id="803"> 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"> ! 1544: <rect key="frame" x="454" y="161" width="187" height="217"/> 1.1 root 1545: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 ! root 1546: <view key="contentView" id="aYh-Io-7kQ"> ! 1547: <rect key="frame" x="1" y="1" width="185" height="201"/> 1.1 root 1548: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1549: <subviews> 1.1.1.2 ! root 1550: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="LF6-xO-w5h"> ! 1551: <rect key="frame" x="17" y="41" width="119" height="19"/> ! 1552: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> ! 1553: <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="left" title="Taille mémoire TT" id="5R3-ko-gts"> ! 1554: <font key="font" metaFont="cellTitle"/> ! 1555: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> ! 1556: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> ! 1557: </textFieldCell> ! 1558: </textField> ! 1559: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="FzF-kr-jQl"> ! 1560: <rect key="frame" x="14" y="177" width="122" height="17"/> ! 1561: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> ! 1562: <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="left" title="Taille mémoire ST" id="BaN-6C-bYh"> ! 1563: <font key="font" metaFont="cellTitle"/> ! 1564: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> ! 1565: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> ! 1566: </textFieldCell> ! 1567: </textField> ! 1568: <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" misplaced="YES" id="fv9-7a-2KO"> ! 1569: <rect key="frame" x="118" y="12" width="19" height="27"/> ! 1570: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> ! 1571: <stepperCell key="cell" continuous="YES" alignment="left" increment="4" maxValue="256" id="bKG-vK-slV"/> ! 1572: <connections> ! 1573: <action selector="setTTRAMSize:" target="329" id="Tq2-mZ-cxz"/> ! 1574: </connections> ! 1575: </stepper> ! 1576: <textField verticalHuggingPriority="750" misplaced="YES" id="4Sq-Pw-zwQ"> ! 1577: <rect key="frame" x="55" y="15" width="57" height="22"/> ! 1578: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> ! 1579: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="caM-yA-WoN"> ! 1580: <font key="font" metaFont="system"/> ! 1581: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> ! 1582: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> ! 1583: </textFieldCell> ! 1584: </textField> ! 1585: <matrix verticalHuggingPriority="750" misplaced="YES" tag="2560" allowsEmptySelection="NO" autosizesCells="NO" id="804"> ! 1586: <rect key="frame" x="12" y="74" width="162" height="98"/> 1.1 root 1587: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1588: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1.1.1.2 ! root 1589: <size key="cellSize" width="79" height="18"/> 1.1 root 1590: <size key="intercellSpacing" width="4" height="2"/> 1591: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4522"> 1592: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1593: <font key="font" metaFont="system"/> 1594: </buttonCell> 1595: <cells> 1596: <column> 1.1.1.2 ! root 1597: <buttonCell type="radio" title="128 Ko" imagePosition="left" alignment="left" state="on" tag="128" inset="2" id="807"> 1.1 root 1598: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1599: <font key="font" metaFont="cellTitle"/> 1600: </buttonCell> 1.1.1.2 ! root 1601: <buttonCell type="radio" title="256 Ko" imagePosition="left" alignment="left" tag="256" inset="2" id="808"> 1.1 root 1602: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1603: <font key="font" metaFont="cellTitle"/> 1604: </buttonCell> 1.1.1.2 ! root 1605: <buttonCell type="radio" title="512 Ko" imagePosition="left" alignment="left" tag="512" inset="2" id="809"> 1.1 root 1606: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1607: <font key="font" metaFont="cellTitle"/> 1608: </buttonCell> 1.1.1.2 ! root 1609: <buttonCell type="radio" title="1 Mo" imagePosition="left" alignment="left" tag="1024" inset="2" id="810"> 1.1 root 1610: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1611: <font key="font" metaFont="cellTitle"/> 1612: </buttonCell> 1.1.1.2 ! root 1613: <buttonCell type="radio" title="2 Mo" imagePosition="left" alignment="left" tag="2048" inset="2" id="805"> 1.1 root 1614: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1615: <font key="font" metaFont="cellTitle"/> 1616: </buttonCell> 1.1.1.2 ! root 1617: </column> ! 1618: <column> ! 1619: <buttonCell type="radio" title="2,5 Mo" imagePosition="left" alignment="left" tag="2560" inset="2" id="8Fb-IF-Xgg"> 1.1 root 1620: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1.1.1.2 ! root 1621: <font key="font" metaFont="system"/> ! 1622: </buttonCell> ! 1623: <buttonCell type="radio" title="4 Mo" imagePosition="left" alignment="left" tag="4096" inset="2" id="p6W-5c-200"> ! 1624: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1625: <font key="font" metaFont="system"/> ! 1626: </buttonCell> ! 1627: <buttonCell type="radio" title="8 Mo" imagePosition="left" alignment="left" tag="8192" inset="2" id="Wh9-Cf-G4I"> ! 1628: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1629: <font key="font" metaFont="system"/> ! 1630: </buttonCell> ! 1631: <buttonCell type="radio" title="12 Mo" imagePosition="left" alignment="left" tag="12288" inset="2" id="7zR-Rx-pdL"> ! 1632: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1633: <font key="font" metaFont="system"/> ! 1634: </buttonCell> ! 1635: <buttonCell type="radio" title="14 Mo" imagePosition="left" alignment="left" tag="14336" inset="2" id="nte-8r-20J"> ! 1636: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1637: <font key="font" metaFont="system"/> 1.1 root 1638: </buttonCell> 1639: </column> 1640: </cells> 1641: </matrix> 1.1.1.2 ! root 1642: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="tud-0c-vPg"> ! 1643: <rect key="frame" x="20" y="16" width="34" height="19"/> 1.1 root 1644: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 ! root 1645: <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="left" title="Mo" id="ror-aV-dFi"> 1.1 root 1646: <font key="font" metaFont="cellTitle"/> 1647: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1648: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1649: </textFieldCell> 1650: </textField> 1651: </subviews> 1652: </view> 1653: </box> 1.1.1.2 ! root 1654: <box autoresizesSubviews="NO" misplaced="YES" borderType="line" title="Paramètres CPU et Système" id="nKt-6d-A7s"> ! 1655: <rect key="frame" x="3" y="11" width="626" height="145"/> 1.1 root 1656: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 ! root 1657: <view key="contentView" id="5b5-VH-FsB"> 1.1 root 1658: <rect key="frame" x="1" y="1" width="624" height="129"/> 1659: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1660: <subviews> 1661: <box autoresizesSubviews="NO" borderType="line" id="cL0-d0-eb7"> 1662: <rect key="frame" x="15" y="10" width="273" height="124"/> 1663: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 ! root 1664: <view key="contentView" id="KwK-xK-ttP"> 1.1 root 1665: <rect key="frame" x="1" y="1" width="271" height="108"/> 1666: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1667: <subviews> 1668: <button id="405"> 1669: <rect key="frame" x="16" y="80" width="239" height="18"/> 1670: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1671: <buttonCell key="cell" type="check" title="Emulation Blitter en mode ST" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4430"> 1672: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1673: <font key="font" metaFont="cellTitle"/> 1674: </buttonCell> 1675: </button> 1676: <button id="401"> 1677: <rect key="frame" x="16" y="60" width="239" height="18"/> 1678: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1679: <buttonCell key="cell" type="check" title="Patch Timer-D" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4426"> 1680: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1681: <font key="font" metaFont="cellTitle"/> 1682: </buttonCell> 1683: </button> 1684: <button id="4718" userLabel="FastBoot"> 1685: <rect key="frame" x="16" y="40" width="239" height="18"/> 1686: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1687: <buttonCell key="cell" type="check" title="Patch TOS pour Boot rapide" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4719"> 1688: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1689: <font key="font" metaFont="cellTitle"/> 1690: </buttonCell> 1691: </button> 1692: <button id="402"> 1693: <rect key="frame" x="16" y="18" width="239" height="18"/> 1694: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1695: <buttonCell key="cell" type="check" title="Prefetch Mode (plus lent)" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4427"> 1696: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1697: <font key="font" metaFont="cellTitle"/> 1698: </buttonCell> 1699: </button> 1700: </subviews> 1701: </view> 1702: </box> 1.1.1.2 ! root 1703: <box autoresizesSubviews="NO" borderType="line" title="WINUAE Core" id="azn-Ac-lb5"> 1.1 root 1704: <rect key="frame" x="290" y="25" width="173" height="94"/> 1705: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 ! root 1706: <view key="contentView" id="vca-mm-64K"> 1.1 root 1707: <rect key="frame" x="1" y="1" width="171" height="78"/> 1708: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1709: <subviews> 1710: <button id="39w-d7-zDS"> 1711: <rect key="frame" x="16" y="32" width="239" height="18"/> 1712: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1713: <buttonCell key="cell" type="check" title="Emulation MMU" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="0eX-BE-xOW"> 1714: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1715: <font key="font" metaFont="cellTitle"/> 1716: </buttonCell> 1717: </button> 1718: <button id="Jvl-X4-OWy"> 1719: <rect key="frame" x="16" y="12" width="239" height="18"/> 1720: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1721: <buttonCell key="cell" type="check" title="Adressage 24 bits" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="7po-DC-bee"> 1722: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1723: <font key="font" metaFont="cellTitle"/> 1724: </buttonCell> 1725: </button> 1726: <button id="cKb-1b-Ese"> 1727: <rect key="frame" x="16" y="52" width="239" height="18"/> 1728: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1729: <buttonCell key="cell" type="check" title="Cycle exact, plus lent" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="jiV-Fo-dn4"> 1730: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1731: <font key="font" metaFont="cellTitle"/> 1732: </buttonCell> 1733: </button> 1734: </subviews> 1735: </view> 1736: </box> 1737: <popUpButton verticalHuggingPriority="750" id="2KZ-tx-90j"> 1738: <rect key="frame" x="485" y="61" width="136" height="26"/> 1739: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1740: <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"> 1741: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1742: <font key="font" metaFont="menu"/> 1743: <menu key="menu" id="eH7-EY-ibw"> 1744: <items> 1745: <menuItem title="Random" keyEquivalent="0" id="nkY-QH-RLC"> 1746: <modifierMask key="keyEquivalentModifierMask"/> 1747: </menuItem> 1748: <menuItem title="Wakestate1" tag="1" keyEquivalent="1" id="JkT-0z-570"> 1749: <modifierMask key="keyEquivalentModifierMask"/> 1750: </menuItem> 1751: <menuItem title="Wakestate2" tag="2" keyEquivalent="2" id="Obe-f0-L1t"> 1752: <modifierMask key="keyEquivalentModifierMask"/> 1753: </menuItem> 1754: <menuItem title="Wakestate3" tag="3" keyEquivalent="3" id="xwg-ua-0h5" userLabel="Wakestate3"> 1755: <modifierMask key="keyEquivalentModifierMask"/> 1756: </menuItem> 1757: <menuItem title="Wakestate4" state="on" tag="4" keyEquivalent="4" id="ZNF-Nd-XAD" userLabel="Wakestate4"> 1758: <modifierMask key="keyEquivalentModifierMask"/> 1759: </menuItem> 1760: </items> 1761: </menu> 1762: </popUpButtonCell> 1763: </popUpButton> 1764: <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="O7u-lK-Lye"> 1765: <rect key="frame" x="485" y="86" width="84" height="17"/> 1766: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1767: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" title="Video Timing" id="X7X-xK-eqh"> 1768: <font key="font" metaFont="cellTitle"/> 1769: <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> 1770: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1771: </textFieldCell> 1772: </textField> 1773: </subviews> 1774: </view> 1.1.1.2 ! root 1775: </box> ! 1776: <box autoresizesSubviews="NO" misplaced="YES" borderType="line" title="FPU" id="fCP-hj-gGQ"> ! 1777: <rect key="frame" x="324" y="222" width="128" height="157"/> ! 1778: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> ! 1779: <view key="contentView" id="6xp-Pi-axc"> ! 1780: <rect key="frame" x="1" y="1" width="126" height="141"/> ! 1781: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> ! 1782: <subviews> ! 1783: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="jQ5-ca-66p"> ! 1784: <rect key="frame" x="17" y="53" width="77" height="78"/> ! 1785: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> ! 1786: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> ! 1787: <size key="cellSize" width="77" height="18"/> ! 1788: <size key="intercellSpacing" width="4" height="2"/> ! 1789: <buttonCell key="prototype" type="radio" title="68040" imagePosition="left" alignment="left" tag="4" inset="2" id="ovQ-Vm-zmj"> ! 1790: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1791: <font key="font" metaFont="system"/> ! 1792: </buttonCell> ! 1793: <cells> ! 1794: <column> ! 1795: <buttonCell type="radio" title="None" imagePosition="left" alignment="left" state="on" inset="2" id="a9t-p7-hgL"> ! 1796: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1797: <font key="font" metaFont="cellTitle"/> ! 1798: </buttonCell> ! 1799: <buttonCell type="radio" title="68881" imagePosition="left" alignment="left" tag="1" inset="2" id="1AZ-I2-OI1"> ! 1800: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1801: <font key="font" metaFont="cellTitle"/> ! 1802: </buttonCell> ! 1803: <buttonCell type="radio" title="68882" imagePosition="left" alignment="left" tag="2" sound="Frog" inset="2" id="AH5-Mg-Tap"> ! 1804: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1805: <font key="font" metaFont="cellTitle"/> ! 1806: </buttonCell> ! 1807: <buttonCell type="radio" title="Internal" imagePosition="left" alignment="left" tag="3" inset="2" id="ElI-aj-2JA"> ! 1808: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> ! 1809: <font key="font" metaFont="cellTitle"/> ! 1810: </buttonCell> ! 1811: </column> ! 1812: </cells> ! 1813: </matrix> ! 1814: </subviews> ! 1815: </view> 1.1 root 1816: </box> 1817: </subviews> 1818: </view> 1819: </tabViewItem> 1820: <tabViewItem label="Joysticks" identifier="" id="452"> 1821: <view key="view" id="453"> 1822: <rect key="frame" x="10" y="25" width="643" height="384"/> 1823: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1824: <subviews> 1825: <popUpButton verticalHuggingPriority="750" id="461"> 1826: <rect key="frame" x="189" y="315" width="297" height="26"/> 1827: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1828: <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"> 1829: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1830: <font key="font" metaFont="menu"/> 1831: <menu key="menu" title="OtherViews" id="462"> 1832: <items> 1833: <menuItem title="ST Joystick 0" state="on" id="464"/> 1834: <menuItem title="ST Joystick 1" tag="1" id="465"/> 1835: <menuItem title="STE Joypad A" tag="2" id="463"/> 1836: <menuItem title="STE Joypad B" tag="3" id="749"/> 1837: <menuItem title="Parallel Port Stick 1" tag="4" id="750"/> 1838: <menuItem title="Parallel Port Stick 2" tag="5" id="751"/> 1839: </items> 1840: </menu> 1841: </popUpButtonCell> 1842: <connections> 1843: <action selector="changeViewedJoystick:" target="329" id="753"/> 1844: </connections> 1845: </popUpButton> 1846: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="460"> 1847: <rect key="frame" x="177" y="347" width="114" height="17"/> 1848: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1849: <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Réglages pour:" id="4448"> 1850: <font key="font" metaFont="system"/> 1851: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1852: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1853: </textFieldCell> 1854: </textField> 1855: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="454"> 1856: <rect key="frame" x="178" y="242" width="141" height="58"/> 1857: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1858: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1859: <size key="cellSize" width="141" height="18"/> 1860: <size key="intercellSpacing" width="4" height="2"/> 1861: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4526"> 1862: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1863: <font key="font" metaFont="system"/> 1864: </buttonCell> 1865: <cells> 1866: <column> 1867: <buttonCell type="radio" title="Désactivé" imagePosition="left" alignment="left" state="on" inset="2" id="455"> 1868: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1869: <font key="font" metaFont="system"/> 1870: </buttonCell> 1871: <buttonCell type="radio" title="Vrai joystick:" imagePosition="left" alignment="left" tag="1" inset="2" id="456"> 1872: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1873: <font key="font" metaFont="system"/> 1874: </buttonCell> 1875: <buttonCell type="radio" title="Utiliser le clavier:" imagePosition="left" alignment="left" tag="2" inset="2" id="457"> 1876: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1877: <font key="font" metaFont="system"/> 1878: </buttonCell> 1879: </column> 1880: </cells> 1881: <connections> 1882: <action selector="updateEnabledStates:" target="329" id="757"/> 1883: </connections> 1884: </matrix> 1885: <popUpButton verticalHuggingPriority="750" id="466"> 1886: <rect key="frame" x="322" y="257" width="164" height="26"/> 1887: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1888: <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"> 1889: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1890: <font key="font" metaFont="menu"/> 1891: <menu key="menu" title="OtherViews" id="467"> 1892: <items> 1893: <menuItem title="(None Available)" state="on" id="468"/> 1894: </items> 1895: </menu> 1896: </popUpButtonCell> 1897: </popUpButton> 1898: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="711"> 1899: <rect key="frame" x="222" y="202" width="98" height="34"/> 1900: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1901: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4451"> 1902: <font key="font" metaFont="system"/> 1903: <string key="title">Haut: 1904: </string> 1905: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1906: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1907: </textFieldCell> 1908: </textField> 1909: <popUpButton verticalHuggingPriority="750" id="712"> 1910: <rect key="frame" x="322" y="213" width="164" height="26"/> 1911: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1912: <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"> 1913: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1914: <font key="font" metaFont="menu"/> 1915: <menu key="menu" title="OtherViews" id="713"> 1916: <items> 1917: <menuItem title="Item1" state="on" id="716"/> 1918: <menuItem title="Item2" id="715"/> 1919: <menuItem title="Item3" id="714"/> 1920: </items> 1921: </menu> 1922: </popUpButtonCell> 1923: </popUpButton> 1924: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="717"> 1925: <rect key="frame" x="222" y="174" width="98" height="34"/> 1926: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1927: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4453"> 1928: <font key="font" metaFont="system"/> 1929: <string key="title">Droit: 1930: </string> 1931: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1932: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1933: </textFieldCell> 1934: </textField> 1935: <popUpButton verticalHuggingPriority="750" id="718"> 1936: <rect key="frame" x="322" y="185" width="164" height="26"/> 1937: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1938: <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"> 1939: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1940: <font key="font" metaFont="menu"/> 1941: <menu key="menu" title="OtherViews" id="719"> 1942: <items> 1943: <menuItem title="Item1" state="on" id="720"/> 1944: <menuItem title="Item2" id="721"/> 1945: <menuItem title="Item3" id="722"/> 1946: </items> 1947: </menu> 1948: </popUpButtonCell> 1949: </popUpButton> 1950: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="723"> 1951: <rect key="frame" x="222" y="146" width="98" height="34"/> 1952: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1953: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4455"> 1954: <font key="font" metaFont="system"/> 1955: <string key="title">Bas 1956: :</string> 1957: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1958: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1959: </textFieldCell> 1960: </textField> 1961: <popUpButton verticalHuggingPriority="750" id="724"> 1962: <rect key="frame" x="322" y="157" width="164" height="26"/> 1963: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1964: <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"> 1965: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1966: <font key="font" metaFont="menu"/> 1967: <menu key="menu" title="OtherViews" id="725"> 1968: <items> 1969: <menuItem title="Item1" state="on" id="727"/> 1970: <menuItem title="Item2" id="728"/> 1971: <menuItem title="Item3" id="726"/> 1972: </items> 1973: </menu> 1974: </popUpButtonCell> 1975: </popUpButton> 1976: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="729"> 1977: <rect key="frame" x="222" y="132" width="98" height="20"/> 1978: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1979: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4457"> 1980: <font key="font" metaFont="system"/> 1981: <string key="title">Gauche: 1982: </string> 1983: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1984: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1985: </textFieldCell> 1986: </textField> 1987: <popUpButton verticalHuggingPriority="750" id="730"> 1988: <rect key="frame" x="322" y="129" width="164" height="26"/> 1989: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1990: <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"> 1991: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1992: <font key="font" metaFont="menu"/> 1993: <menu key="menu" title="OtherViews" id="731"> 1994: <items> 1995: <menuItem title="Item1" state="on" id="732"/> 1996: <menuItem title="Item2" id="733"/> 1997: <menuItem title="Item3" id="734"/> 1998: </items> 1999: </menu> 2000: </popUpButtonCell> 2001: </popUpButton> 2002: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="735"> 2003: <rect key="frame" x="264" y="107" width="56" height="17"/> 2004: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2005: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Feux:" id="4459"> 2006: <font key="font" metaFont="system"/> 2007: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2008: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2009: </textFieldCell> 2010: </textField> 2011: <popUpButton verticalHuggingPriority="750" id="736"> 2012: <rect key="frame" x="322" y="101" width="164" height="26"/> 2013: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2014: <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"> 2015: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 2016: <font key="font" metaFont="menu"/> 2017: <menu key="menu" title="OtherViews" id="737"> 2018: <items> 2019: <menuItem title="Item1" state="on" id="738"/> 2020: <menuItem title="Item2" id="739"/> 2021: <menuItem title="Item3" id="740"/> 2022: </items> 2023: </menu> 2024: </popUpButtonCell> 2025: </popUpButton> 2026: <button id="755"> 2027: <rect key="frame" x="190" y="83" width="175" height="18"/> 2028: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2029: <buttonCell key="cell" type="check" title="Activer tir automatique" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4461"> 2030: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2031: <font key="font" metaFont="system"/> 2032: </buttonCell> 2033: </button> 2034: </subviews> 2035: </view> 2036: </tabViewItem> 2037: <tabViewItem label="Clavier" identifier="" id="373"> 2038: <view key="view" id="374"> 2039: <rect key="frame" x="10" y="25" width="643" height="384"/> 2040: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 2041: <subviews> 2042: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="376"> 2043: <rect key="frame" x="150" y="347" width="160" height="17"/> 2044: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2045: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Mappage Clavier:" id="4419"> 2046: <font key="font" metaFont="system"/> 2047: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2048: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2049: </textFieldCell> 2050: </textField> 2051: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="377"> 2052: <rect key="frame" x="313" y="306" width="155" height="58"/> 2053: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2054: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2055: <size key="cellSize" width="155" height="18"/> 2056: <size key="intercellSpacing" width="4" height="2"/> 2057: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4517"> 2058: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2059: <font key="font" metaFont="system"/> 2060: </buttonCell> 2061: <cells> 2062: <column> 2063: <buttonCell type="radio" title="Symbolic" imagePosition="left" alignment="left" state="on" inset="2" id="379"> 2064: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2065: <font key="font" metaFont="system"/> 2066: </buttonCell> 2067: <buttonCell type="radio" title="Scancode" imagePosition="left" alignment="left" tag="1" inset="2" id="378"> 2068: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2069: <font key="font" metaFont="system"/> 2070: </buttonCell> 2071: <buttonCell type="radio" title="A partir du fichier:" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="2" inset="2" id="380"> 2072: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2073: <font key="font" metaFont="system"/> 2074: </buttonCell> 2075: </column> 2076: </cells> 2077: </matrix> 2078: <button verticalHuggingPriority="750" id="584"> 2079: <rect key="frame" x="514" y="251" width="100" height="32"/> 2080: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2081: <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4420"> 2082: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2083: <font key="font" metaFont="system"/> 2084: </buttonCell> 2085: <connections> 2086: <action selector="chooseKeyboardMappingFile:" target="329" id="589"/> 2087: </connections> 2088: </button> 2089: <textField verticalHuggingPriority="750" id="585"> 2090: <rect key="frame" x="101" y="259" width="411" height="19"/> 2091: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2092: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4421"> 2093: <font key="font" metaFont="smallSystem"/> 2094: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2095: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2096: </textFieldCell> 2097: </textField> 2098: <button id="4720"> 2099: <rect key="frame" x="194" y="209" width="312" height="18"/> 2100: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2101: <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"> 2102: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2103: <font key="font" metaFont="system"/> 2104: </buttonCell> 2105: </button> 2106: </subviews> 2107: </view> 2108: </tabViewItem> 2109: <tabViewItem label="Périphériques" identifier="" id="352"> 2110: <view key="view" id="353"> 2111: <rect key="frame" x="10" y="25" width="643" height="384"/> 2112: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 2113: <subviews> 2114: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="355"> 2115: <rect key="frame" x="17" y="325" width="158" height="17"/> 2116: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2117: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Imprimer vers:" id="4405"> 2118: <font key="font" metaFont="system"/> 2119: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2120: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2121: </textFieldCell> 2122: </textField> 2123: <button verticalHuggingPriority="750" id="356"> 2124: <rect key="frame" x="540" y="315" width="92" height="32"/> 2125: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2126: <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4406"> 2127: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2128: <font key="font" metaFont="system"/> 2129: </buttonCell> 2130: <connections> 2131: <action selector="choosePrintToFile:" target="329" id="590"/> 2132: </connections> 2133: </button> 2134: <textField verticalHuggingPriority="750" id="364"> 2135: <rect key="frame" x="180" y="323" width="361" height="19"/> 2136: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2137: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4414"> 2138: <font key="font" metaFont="smallSystem"/> 2139: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2140: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2141: </textFieldCell> 2142: </textField> 2143: <button id="360"> 2144: <rect key="frame" x="232" y="348" width="210" height="18"/> 2145: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2146: <buttonCell key="cell" type="check" title="Activer Emulation Imprimante" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4410"> 2147: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2148: <font key="font" metaFont="system"/> 2149: </buttonCell> 2150: </button> 1.1.1.2 ! root 2151: <box verticalHuggingPriority="750" boxType="separator" id="369"> 1.1 root 2152: <rect key="frame" x="12" y="309" width="619" height="5"/> 2153: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2154: </box> 2155: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="362"> 2156: <rect key="frame" x="17" y="264" width="158" height="17"/> 2157: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2158: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Sortie RS232 vers:" id="4412"> 2159: <font key="font" metaFont="system"/> 2160: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2161: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2162: </textFieldCell> 2163: </textField> 2164: <button verticalHuggingPriority="750" id="371"> 2165: <rect key="frame" x="540" y="254" width="92" height="32"/> 2166: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2167: <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4417"> 2168: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2169: <font key="font" metaFont="system"/> 2170: </buttonCell> 2171: <connections> 2172: <action selector="chooseRS232OutputFile:" target="329" id="591"/> 2173: </connections> 2174: </button> 2175: <textField verticalHuggingPriority="750" id="358"> 2176: <rect key="frame" x="180" y="262" width="361" height="19"/> 2177: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2178: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4408"> 2179: <font key="font" metaFont="smallSystem"/> 2180: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2181: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2182: </textFieldCell> 2183: </textField> 2184: <button id="354"> 2185: <rect key="frame" x="232" y="287" width="178" height="18"/> 2186: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2187: <buttonCell key="cell" type="check" title="Activer emulation RS232" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4404"> 2188: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2189: <font key="font" metaFont="system"/> 2190: </buttonCell> 2191: </button> 1.1.1.2 ! root 2192: <box verticalHuggingPriority="750" boxType="separator" id="366"> 1.1 root 2193: <rect key="frame" x="12" y="218" width="619" height="5"/> 2194: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2195: </box> 2196: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="361"> 2197: <rect key="frame" x="17" y="234" width="158" height="17"/> 2198: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2199: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Entrée RS232 depuis:" id="4411"> 2200: <font key="font" metaFont="system"/> 2201: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2202: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2203: </textFieldCell> 2204: </textField> 2205: <button verticalHuggingPriority="750" id="368"> 2206: <rect key="frame" x="540" y="224" width="92" height="32"/> 2207: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2208: <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4416"> 2209: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2210: <font key="font" metaFont="system"/> 2211: </buttonCell> 2212: <connections> 2213: <action selector="chooseRS232InputFile:" target="329" id="592"/> 2214: </connections> 2215: </button> 2216: <textField verticalHuggingPriority="750" id="357"> 2217: <rect key="frame" x="180" y="232" width="361" height="19"/> 2218: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2219: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4407"> 2220: <font key="font" metaFont="smallSystem"/> 2221: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2222: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2223: </textFieldCell> 2224: </textField> 2225: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="363"> 2226: <rect key="frame" x="17" y="173" width="158" height="17"/> 2227: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2228: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Sortie MIDI vers:" id="4413"> 2229: <font key="font" metaFont="system"/> 2230: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2231: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2232: </textFieldCell> 2233: </textField> 2234: <button verticalHuggingPriority="750" id="372"> 2235: <rect key="frame" x="540" y="163" width="92" height="32"/> 2236: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2237: <buttonCell key="cell" type="push" title="Ouvrir..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4418"> 2238: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2239: <font key="font" metaFont="system"/> 2240: </buttonCell> 2241: <connections> 2242: <action selector="chooseMidiOutputFile:" target="329" id="593"/> 2243: </connections> 2244: </button> 2245: <textField verticalHuggingPriority="750" id="359"> 2246: <rect key="frame" x="180" y="171" width="361" height="19"/> 2247: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2248: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4409"> 2249: <font key="font" metaFont="smallSystem"/> 2250: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2251: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2252: </textFieldCell> 2253: </textField> 2254: <button id="365"> 2255: <rect key="frame" x="232" y="196" width="178" height="18"/> 2256: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2257: <buttonCell key="cell" type="check" title="Activer emulation MIDI" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4415"> 2258: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2259: <font key="font" metaFont="system"/> 2260: </buttonCell> 2261: </button> 2262: </subviews> 2263: </view> 2264: </tabViewItem> 2265: <tabViewItem label="Autres" identifier="" id="2921"> 2266: <view key="view" id="2922"> 2267: <rect key="frame" x="10" y="25" width="643" height="384"/> 2268: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 2269: <subviews> 2270: <button id="2923"> 2271: <rect key="frame" x="81" y="324" width="134" height="18"/> 2272: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2273: <buttonCell key="cell" type="check" title="Confirmer Quitter" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="4497"> 2274: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2275: <font key="font" metaFont="system"/> 2276: </buttonCell> 2277: </button> 2278: <textField verticalHuggingPriority="750" id="2933"> 2279: <rect key="frame" x="79" y="246" width="108" height="17"/> 2280: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2281: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Trace parameter" id="4498"> 2282: <font key="font" metaFont="system"/> 2283: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2284: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2285: </textFieldCell> 2286: </textField> 2287: <textField verticalHuggingPriority="750" id="2935"> 2288: <rect key="frame" x="193" y="241" width="378" height="22"/> 2289: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2290: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4499"> 2291: <font key="font" metaFont="system"/> 2292: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2293: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2294: </textFieldCell> 2295: </textField> 2296: <textField verticalHuggingPriority="750" id="2937"> 2297: <rect key="frame" x="79" y="221" width="327" height="17"/> 2298: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2299: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Hatari reads options from given socket at run-time" id="4500"> 2300: <font key="font" metaFont="system"/> 2301: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2302: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2303: </textFieldCell> 2304: </textField> 2305: <textField verticalHuggingPriority="750" id="2939"> 2306: <rect key="frame" x="412" y="216" width="159" height="22"/> 2307: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2308: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4501"> 2309: <font key="font" metaFont="system"/> 2310: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2311: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2312: </textFieldCell> 2313: </textField> 2314: <textField verticalHuggingPriority="750" id="2941"> 2315: <rect key="frame" x="79" y="196" width="120" height="17"/> 2316: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2317: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Save log output to" id="4502"> 2318: <font key="font" metaFont="system"/> 2319: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2320: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2321: </textFieldCell> 2322: </textField> 2323: <textField verticalHuggingPriority="750" id="2947"> 2324: <rect key="frame" x="76" y="171" width="120" height="17"/> 2325: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2326: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title=" Log Level" id="4505"> 2327: <font key="font" metaFont="system"/> 2328: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2329: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2330: </textFieldCell> 2331: </textField> 2332: <textField verticalHuggingPriority="750" id="2943"> 2333: <rect key="frame" x="202" y="191" width="369" height="22"/> 2334: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2335: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4503"> 2336: <font key="font" metaFont="system"/> 2337: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2338: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2339: </textFieldCell> 2340: </textField> 2341: <comboBox verticalHuggingPriority="750" id="2945"> 2342: <rect key="frame" x="202" y="164" width="99" height="26"/> 2343: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2344: <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"> 2345: <font key="font" metaFont="system"/> 2346: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2347: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2348: <objectValues> 2349: <string>Debug</string> 2350: <string>Todo</string> 2351: <string>Info</string> 2352: <string>Warn</string> 2353: <string>Error</string> 2354: <string>Fatal</string> 2355: </objectValues> 2356: </comboBoxCell> 2357: </comboBox> 2358: <comboBox verticalHuggingPriority="750" id="3473"> 2359: <rect key="frame" x="393" y="111" width="99" height="26"/> 2360: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2361: <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"> 2362: <font key="font" metaFont="system"/> 2363: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2364: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2365: <objectValues> 2366: <string>Debug</string> 2367: <string>Todo</string> 2368: <string>Info</string> 2369: <string>Warn</string> 2370: <string>Error</string> 2371: <string>Fatal</string> 2372: </objectValues> 2373: </comboBoxCell> 2374: </comboBox> 2375: <textField verticalHuggingPriority="750" id="2949"> 2376: <rect key="frame" x="79" y="118" width="309" height="17"/> 2377: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2378: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Show dialog for log messages above given level " id="4506"> 2379: <font key="font" metaFont="system"/> 2380: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2381: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2382: </textFieldCell> 2383: </textField> 2384: </subviews> 2385: </view> 2386: </tabViewItem> 2387: </tabViewItems> 2388: </tabView> 2389: </subviews> 2390: </view> 2391: <point key="canvasLocation" x="-755.5" y="-3829.5"/> 2392: </window> 2393: <customObject id="329" userLabel="PrefsController" customClass="PrefsController"> 2394: <connections> 2395: <outlet property="FastBootPatch" destination="4718" id="4734"/> 2396: <outlet property="HDWriteProtection" destination="4668" id="4681"/> 2397: <outlet property="MMU_Emulation" destination="39w-d7-zDS" id="Pzs-It-jZi"/> 1.1.1.2 ! root 2398: <outlet property="SDL2Resizable" destination="6Qc-ZR-WJc" id="825-XQ-INr"/> 1.1 root 2399: <outlet property="SDL2UseLinearScaling" destination="Sco-Iv-wnc" id="MwD-a7-vKU"/> 2400: <outlet property="SDL2UseVSync" destination="Hti-Yj-SZa" id="hVb-NE-5eH"/> 2401: <outlet property="TTRAMSizeStepper" destination="fv9-7a-2KO" id="lxM-bQ-6dz"/> 2402: <outlet property="TTRAMSizeValue" destination="4Sq-Pw-zwQ" id="znc-wh-oP9"/> 2403: <outlet property="YMVoicesMixing" destination="4726" id="4737"/> 2404: <outlet property="adressSpace24" destination="Jvl-X4-OWy" id="7jx-wR-Pnw"/> 2405: <outlet property="autoInsertB" destination="475" id="528"/> 2406: <outlet property="bCell68060" destination="5Rq-Bh-STT" id="0Qs-hL-nvz"/> 2407: <outlet property="bFilenameConversion" destination="NGg-U3-4Ch" id="E2L-6t-Pwd"/> 2408: <outlet property="blitter" destination="405" id="570"/> 2409: <outlet property="bootFromHD" destination="482" id="529"/> 2410: <outlet property="cartridgeImage" destination="511" id="552"/> 2411: <outlet property="colorDepth" destination="440" id="562"/> 2412: <outlet property="compatibleCpu" destination="402" id="569"/> 2413: <outlet property="confirmQuit" destination="2923" id="JgT-Mj-Saz"/> 2414: <outlet property="cpuClock" destination="409" id="567"/> 2415: <outlet property="cpuType" destination="414" id="566"/> 2416: <outlet property="currentJoystick" destination="461" id="746"/> 2417: <outlet property="cycleExactCPU" destination="cKb-1b-Ese" id="S4j-ng-orw"/> 2418: <outlet property="defaultImagesLocation" destination="490" id="526"/> 2419: <outlet property="driveA_NumberOfHeads" destination="cai-Yf-vK1" id="1gq-NF-i0s"/> 2420: <outlet property="driveB_NumberOfHeads" destination="o7J-Ow-mLW" id="irQ-SH-876"/> 2421: <outlet property="enableAutoFire" destination="755" id="756"/> 2422: <outlet property="enableDSP" destination="1222" id="m91-qF-rol"/> 2423: <outlet property="enableDriveA" destination="pa1-9N-kti" id="3ol-CD-lNO"/> 2424: <outlet property="enableDriveB" destination="Zpe-8h-6CF" id="QUk-Y8-ePr"/> 2425: <outlet property="enableMidi" destination="365" id="578"/> 2426: <outlet property="enablePrinter" destination="360" id="576"/> 2427: <outlet property="enableRS232" destination="354" id="577"/> 2428: <outlet property="enableSound" destination="394" id="564"/> 2429: <outlet property="falconTTRatio" destination="4563" id="4588"/> 2430: <outlet property="fastFDC" destination="4585" id="4735"/> 2431: <outlet property="floppyImageA" destination="492" id="519"/> 2432: <outlet property="floppyImageB" destination="481" id="524"/> 2433: <outlet property="floppyWriteProtection" destination="498" id="4667"/> 2434: <outlet property="frameSkip" destination="4551" id="4591"/> 2435: <outlet property="fullScreen" destination="4682" id="4712"/> 2436: <outlet property="gemdosImage" destination="502" id="525"/> 2437: <outlet property="hartage" destination="4750" id="4758"/> 2438: <outlet property="hdImage" destination="477" id="527"/> 2439: <outlet property="heightStepper" destination="4687" id="d9Q-M9-uDd"/> 2440: <outlet property="ideMasterHdImage" destination="3738" id="4540"/> 2441: <outlet property="ideSlaveHdImage" destination="4533" id="4541"/> 2442: <outlet property="joystickDown" destination="724" id="743"/> 2443: <outlet property="joystickFire" destination="736" id="745"/> 2444: <outlet property="joystickLeft" destination="730" id="744"/> 2445: <outlet property="joystickMode" destination="454" id="752"/> 2446: <outlet property="joystickRight" destination="718" id="742"/> 2447: <outlet property="joystickUp" destination="712" id="741"/> 2448: <outlet property="keepDesktopResolution" destination="4707" id="4709"/> 2449: <outlet property="keyboardMapping" destination="377" id="575"/> 2450: <outlet property="keyboardMappingFile" destination="585" id="586"/> 2451: <outlet property="ledDisks" destination="4592" id="4713"/> 2452: <outlet property="machineType" destination="406" id="568"/> 2453: <outlet property="maxZoomedHeight" destination="4688" id="4715"/> 2454: <outlet property="maxZoomedWidth" destination="4686" id="4714"/> 2455: <outlet property="monitor" destination="422" id="559"/> 2456: <outlet property="nGemdosDrive" destination="1xu-2E-EEe" id="C1v-tT-36v"/> 2457: <outlet property="partage" destination="4743" id="4744"/> 2458: <outlet property="patchTimerD" destination="401" id="572"/> 2459: <outlet property="playbackQuality" destination="385" id="565"/> 2460: <outlet property="printToFile" destination="364" id="579"/> 2461: <outlet property="ramSize" destination="804" id="814"/> 2462: <outlet property="readRS232FromFile" destination="357" id="581"/> 2463: <outlet property="realJoystick" destination="466" id="747"/> 2464: <outlet property="resolution" destination="429" id="561"/> 2465: <outlet property="showStatusBar" destination="4703" id="4711"/> 2466: <outlet property="tosImage" destination="508" id="551"/> 2467: <outlet property="useBorders" destination="428" id="555"/> 2468: <outlet property="useVDIResolution" destination="449" id="560"/> 2469: <outlet property="videoTiming" destination="2KZ-tx-90j" id="XvU-NL-rbk"/> 2470: <outlet property="widthStepper" destination="4685" id="7lF-Vq-Ltm"/> 2471: <outlet property="window" destination="326" id="522"/> 2472: <outlet property="writeMidiToFile" destination="359" id="582"/> 2473: <outlet property="writeRS232ToFile" destination="358" id="580"/> 2474: <outlet property="zoomSTLowRes" destination="447" id="558"/> 2475: </connections> 2476: </customObject> 2477: <window title="Nouvelle Image Disquette" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="612" userLabel="createFloppy"> 2478: <windowStyleMask key="styleMask" titled="YES" closable="YES"/> 2479: <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 2480: <rect key="contentRect" x="300" y="322" width="323" height="302"/> 2481: <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> 2482: <view key="contentView" id="613"> 2483: <rect key="frame" x="0.0" y="0.0" width="323" height="302"/> 2484: <autoresizingMask key="autoresizingMask"/> 2485: <subviews> 2486: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="617"> 2487: <rect key="frame" x="36" y="208" width="114" height="17"/> 2488: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2489: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4511"> 2490: <font key="font" metaFont="system"/> 2491: <string key="title">Pistes: 2492: </string> 2493: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2494: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2495: </textFieldCell> 2496: </textField> 2497: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="634"> 2498: <rect key="frame" x="153" y="75" width="75" height="113"/> 2499: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2500: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2501: <size key="cellSize" width="75" height="21"/> 2502: <size key="intercellSpacing" width="4" height="2"/> 2503: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4528"> 2504: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2505: <font key="font" metaFont="system"/> 2506: </buttonCell> 2507: <cells> 2508: <column> 2509: <buttonCell type="radio" title="9" imagePosition="left" alignment="left" tag="9" inset="2" id="767"> 2510: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2511: <font key="font" metaFont="system"/> 2512: </buttonCell> 2513: <buttonCell type="radio" title="10" imagePosition="left" alignment="left" tag="10" inset="2" id="768"> 2514: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2515: <font key="font" metaFont="system"/> 2516: </buttonCell> 2517: <buttonCell type="radio" title="11" imagePosition="left" alignment="left" state="on" tag="11" inset="2" id="769"> 2518: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2519: <font key="font" metaFont="system"/> 2520: </buttonCell> 2521: <buttonCell type="radio" title="18 (HD)" imagePosition="left" alignment="left" tag="18" inset="2" id="4663"> 2522: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2523: <font key="font" metaFont="system"/> 2524: </buttonCell> 2525: <buttonCell type="radio" title="36 (ED)" imagePosition="left" alignment="left" tag="36" inset="2" id="4664"> 2526: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2527: <font key="font" metaFont="system"/> 2528: </buttonCell> 2529: </column> 2530: </cells> 2531: </matrix> 2532: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="640"> 2533: <rect key="frame" x="153" y="244" width="63" height="38"/> 2534: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2535: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2536: <size key="cellSize" width="63" height="18"/> 2537: <size key="intercellSpacing" width="4" height="2"/> 2538: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4529"> 2539: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2540: <font key="font" metaFont="system"/> 2541: </buttonCell> 2542: <cells> 2543: <column> 2544: <buttonCell type="radio" title="1" imagePosition="left" alignment="left" tag="1" inset="2" id="774"> 2545: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2546: <font key="font" metaFont="system"/> 2547: </buttonCell> 2548: <buttonCell type="radio" title="2" imagePosition="left" alignment="left" state="on" tag="2" inset="2" id="775"> 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: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="643"> 2556: <rect key="frame" x="35" y="170" width="115" height="17"/> 2557: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2558: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Secteurs:" id="4512"> 2559: <font key="font" metaFont="system"/> 2560: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2561: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2562: </textFieldCell> 2563: </textField> 2564: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="644"> 2565: <rect key="frame" x="36" y="265" width="114" height="17"/> 2566: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2567: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Faces:" id="4513"> 2568: <font key="font" metaFont="system"/> 2569: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2570: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2571: </textFieldCell> 2572: </textField> 2573: <button verticalHuggingPriority="750" id="688"> 2574: <rect key="frame" x="114" y="12" width="113" height="32"/> 2575: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2576: <buttonCell key="cell" type="push" title="Créer sous..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4514"> 2577: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2578: <font key="font" metaFont="system"/> 2579: </buttonCell> 2580: <connections> 2581: <action selector="createFloppyImage:" target="687" id="689"/> 2582: </connections> 2583: </button> 2584: <popUpButton verticalHuggingPriority="750" id="695"> 2585: <rect key="frame" x="152" y="202" width="65" height="26"/> 2586: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2587: <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"> 2588: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 2589: <font key="font" metaFont="menu"/> 2590: <menu key="menu" title="OtherViews" id="696"> 2591: <items> 2592: <menuItem title="80" state="on" tag="80" id="699"/> 2593: <menuItem title="Item2" id="698"/> 2594: <menuItem title="Item3" id="697"/> 2595: </items> 2596: </menu> 2597: </popUpButtonCell> 2598: </popUpButton> 2599: <button verticalHuggingPriority="750" id="846"> 2600: <rect key="frame" x="227" y="12" width="82" height="32"/> 2601: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2602: <buttonCell key="cell" type="push" title="Fermer" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4516"> 2603: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2604: <font key="font" metaFont="system"/> 2605: </buttonCell> 2606: <connections> 2607: <action selector="performClose:" target="612" id="847"/> 2608: </connections> 2609: </button> 1.1.1.2 ! root 2610: <imageView misplaced="YES" id="4665"> ! 2611: <rect key="frame" x="17" y="219" width="60" height="60"/> 1.1 root 2612: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 ! root 2613: <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="stdisk" id="4666"/> 1.1 root 2614: </imageView> 2615: </subviews> 2616: </view> 2617: </window> 2618: <customObject id="687" userLabel="CreateFloppyController" customClass="CreateFloppyController"> 2619: <connections> 2620: <outlet property="sectors" destination="634" id="691"/> 2621: <outlet property="sides" destination="640" id="692"/> 2622: <outlet property="tracks" destination="695" id="700"/> 2623: <outlet property="window" destination="612" id="844"/> 2624: </connections> 2625: </customObject> 2626: <customView id="4743" userLabel="partage"> 2627: <rect key="frame" x="0.0" y="0.0" width="273" height="42"/> 2628: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2629: <subviews> 2630: <button verticalHuggingPriority="750" id="4745"> 2631: <rect key="frame" x="35" y="8" width="62" height="25"/> 2632: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2633: <buttonCell key="cell" type="roundTextured" title="Aller" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4746"> 2634: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2635: <font key="font" metaFont="system"/> 2636: </buttonCell> 2637: <connections> 2638: <action selector="aller:" target="329" id="4760"/> 2639: </connections> 2640: </button> 2641: <textField verticalHuggingPriority="750" id="4747"> 2642: <rect key="frame" x="103" y="13" width="153" height="17"/> 2643: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2644: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="au dossier par défaut" id="4748"> 2645: <font key="font" metaFont="system"/> 2646: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2647: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2648: </textFieldCell> 2649: </textField> 2650: </subviews> 2651: </customView> 2652: <customView id="4750" userLabel="hartage"> 2653: <rect key="frame" x="0.0" y="0.0" width="273" height="42"/> 2654: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2655: <subviews> 2656: <button verticalHuggingPriority="750" id="4752"> 2657: <rect key="frame" x="35" y="8" width="62" height="25"/> 2658: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2659: <buttonCell key="cell" type="roundTextured" title="Aller" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4753"> 2660: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2661: <font key="font" metaFont="system"/> 2662: </buttonCell> 2663: <connections> 2664: <action selector="halle:" target="329" id="4759"/> 2665: </connections> 2666: </button> 2667: <textField verticalHuggingPriority="750" id="4751"> 2668: <rect key="frame" x="103" y="13" width="153" height="17"/> 2669: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2670: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="au dossier par défaut" id="4754"> 2671: <font key="font" metaFont="system"/> 2672: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2673: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2674: </textFieldCell> 2675: </textField> 2676: </subviews> 2677: </customView> 2678: <view id="367"> 2679: <rect key="frame" x="0.0" y="0.0" width="125" height="1"/> 2680: <autoresizingMask key="autoresizingMask"/> 2681: </view> 2682: <view id="370"> 2683: <rect key="frame" x="0.0" y="0.0" width="125" height="1"/> 2684: <autoresizingMask key="autoresizingMask"/> 2685: </view> 2686: </objects> 2687: <resources> 2688: <image name="NSEnterFullScreenTemplate" width="15" height="15"/> 1.1.1.2 ! root 2689: <image name="stdisk" width="231" height="231"/> 1.1 root 2690: <sound name="Frog"/> 2691: </resources> 2692: </document>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.