2017-08-15 18:59:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-02-10 12:42:14 +00:00
|
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
2016-04-13 19:43:16 +00:00
|
|
|
<dependencies>
|
2017-08-15 18:59:53 +00:00
|
|
|
<deployment identifier="macosx"/>
|
2018-02-10 12:42:14 +00:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
</dependencies>
|
|
|
|
<objects>
|
|
|
|
<customObject id="-2" userLabel="File's Owner" customClass="AppDelegate">
|
|
|
|
<connections>
|
|
|
|
<outlet property="preferencesWindow" destination="QvC-M9-y7g" id="kBg-fq-rZh"/>
|
|
|
|
</connections>
|
|
|
|
</customObject>
|
|
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
|
|
<window title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="GBPreferencesWindow">
|
|
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
|
2016-07-03 18:32:58 +00:00
|
|
|
<windowCollectionBehavior key="collectionBehavior" fullScreenAuxiliary="YES"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="contentRect" x="196" y="240" width="292" height="535"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
|
|
|
|
<view key="contentView" id="EiT-Mj-1SZ">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="292" height="535"/>
|
2016-04-28 20:07:05 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
<subviews>
|
2017-10-12 14:22:22 +00:00
|
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="T91-rh-rRp">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="18" y="506" width="256" height="17"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
2016-04-28 20:07:05 +00:00
|
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Graphics Filter:" id="pXg-WY-8Q5">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
</textField>
|
|
|
|
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6pP-kK-EEC">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="30" y="474" width="245" height="26"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
2018-02-17 18:43:48 +00:00
|
|
|
<popUpButtonCell key="cell" type="push" title="Nearest Neighbor (Pixelated)" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="neN-eo-LA7" id="I1w-05-lGl">
|
2016-04-28 20:07:05 +00:00
|
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
2016-06-08 21:06:55 +00:00
|
|
|
<font key="font" metaFont="menu"/>
|
2016-04-28 20:07:05 +00:00
|
|
|
<menu key="menu" id="xDC-0T-Qg9">
|
|
|
|
<items>
|
|
|
|
<menuItem title="Nearest Neighbor (Pixelated)" id="neN-eo-LA7">
|
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
|
|
|
<menuItem title="Bilinear (Blurry)" id="iDe-si-atu"/>
|
|
|
|
<menuItem title="Smooth Bilinear (Less blurry)" id="1jN-pO-1iD"/>
|
2018-02-17 18:43:48 +00:00
|
|
|
<menuItem title="LCD Display" id="b8u-LZ-UQf"/>
|
2016-04-28 20:07:05 +00:00
|
|
|
<menuItem title="Scale2x" id="C1I-L2-Up1"/>
|
|
|
|
<menuItem title="Scale4x" id="uWA-Zp-JY9"/>
|
|
|
|
<menuItem title="Anti-aliased Scale2x" id="iP6-DJ-CVH"/>
|
|
|
|
<menuItem title="Anti-aliased Scale4x" id="zJR-ER-Ygo">
|
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
2016-06-16 22:06:52 +00:00
|
|
|
<menuItem title="HQ2x" id="gxB-Uj-wp2"/>
|
2017-12-29 11:35:03 +00:00
|
|
|
<menuItem title="OmniScale (Any factor)" id="z6q-Jp-Z8R"/>
|
2016-06-16 22:06:52 +00:00
|
|
|
<menuItem title="OmniScale Legacy" id="doe-kf-quG">
|
2016-06-08 21:06:55 +00:00
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
2016-06-16 22:06:52 +00:00
|
|
|
<menuItem title="Anti-aliased OmniScale Legacy" id="uZy-BK-VyB">
|
2016-06-08 21:06:55 +00:00
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
2016-04-28 20:07:05 +00:00
|
|
|
</items>
|
|
|
|
</menu>
|
|
|
|
</popUpButtonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="graphicFilterChanged:" target="QvC-M9-y7g" id="n87-t4-fbV"/>
|
|
|
|
</connections>
|
|
|
|
</popUpButton>
|
2017-10-12 14:22:22 +00:00
|
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Wc3-2K-6CD">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="18" y="452" width="256" height="17"/>
|
2017-10-12 14:22:22 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Color Correction:" id="5Si-hz-EK3">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
</textField>
|
|
|
|
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VEz-N4-uP6">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="30" y="420" width="245" height="26"/>
|
2017-10-12 14:22:22 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<popUpButtonCell key="cell" type="push" title="Disabled" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="D2J-wV-1vu" id="fNJ-Fi-yOm">
|
|
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="menu"/>
|
|
|
|
<menu key="menu" id="6go-Lb-a4m">
|
|
|
|
<items>
|
|
|
|
<menuItem title="Disabled" state="on" id="D2J-wV-1vu">
|
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
|
|
|
<menuItem title="Correct Color Curves" id="B3Q-x1-VRl"/>
|
|
|
|
<menuItem title="Emulate Hardware" id="XBL-hS-7ke"/>
|
|
|
|
<menuItem title="Preserve Brightness" id="tlx-WB-Bkw"/>
|
|
|
|
</items>
|
|
|
|
</menu>
|
|
|
|
</popUpButtonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="colorCorrectionChanged:" target="QvC-M9-y7g" id="Oq4-B5-nO6"/>
|
|
|
|
</connections>
|
|
|
|
</popUpButton>
|
2017-08-15 18:59:53 +00:00
|
|
|
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="T69-6N-dhT">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="30" y="340" width="245" height="26"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<popUpButtonCell key="cell" type="push" title="Disabled (Keep DC Offset)" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Fgo-0S-zUG" id="om2-Bn-43B">
|
|
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="menu"/>
|
|
|
|
<menu key="menu" id="VCM-zy-2Dd">
|
|
|
|
<items>
|
|
|
|
<menuItem title="Disabled (Keep DC Offset)" state="on" id="Fgo-0S-zUG">
|
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
|
|
|
<menuItem title="Accurate (Emulate Hardware)" id="82j-Vv-nE6"/>
|
|
|
|
<menuItem title="Preserve Waveform" id="iUF-c2-fgt"/>
|
|
|
|
</items>
|
|
|
|
</menu>
|
|
|
|
</popUpButtonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="highpassFilterChanged:" target="QvC-M9-y7g" id="CYt-0v-sw0"/>
|
|
|
|
</connections>
|
|
|
|
</popUpButton>
|
2018-02-10 12:42:14 +00:00
|
|
|
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7fg-Ww-JjR">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="30" y="286" width="245" height="26"/>
|
2018-02-10 12:42:14 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
2018-02-17 18:43:48 +00:00
|
|
|
<popUpButtonCell key="cell" type="push" title="Disabled" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="lxQ-4n-kEv" id="lvb-QF-0Ht">
|
2018-02-10 12:42:14 +00:00
|
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="menu"/>
|
|
|
|
<menu key="menu" id="lbS-Lw-kQX">
|
|
|
|
<items>
|
2018-02-17 18:43:48 +00:00
|
|
|
<menuItem title="Disabled" state="on" id="lxQ-4n-kEv">
|
2018-02-10 12:42:14 +00:00
|
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
|
|
</menuItem>
|
2018-02-17 18:43:48 +00:00
|
|
|
<menuItem title="10 Seconds" tag="10" id="bPU-vT-d5z"/>
|
2018-02-10 12:42:14 +00:00
|
|
|
<menuItem title="30 Seconds" tag="30" id="aR8-IU-fFh"/>
|
|
|
|
<menuItem title="1 Minute" tag="60" id="E0R-mf-Hdl"/>
|
|
|
|
<menuItem title="2 Minutes" tag="120" id="zb2-uh-lvj"/>
|
|
|
|
<menuItem title="5 Minutes" tag="300" id="6Jj-EI-f6k"/>
|
|
|
|
<menuItem title="10 Minutes" tag="600" id="DOL-qL-Caz"/>
|
|
|
|
</items>
|
|
|
|
</menu>
|
|
|
|
</popUpButtonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="rewindLengthChanged:" target="QvC-M9-y7g" id="5NQ-1T-RNc"/>
|
|
|
|
</connections>
|
|
|
|
</popUpButton>
|
2016-07-05 18:23:55 +00:00
|
|
|
<button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Vfj-tg-7OP">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="18" y="395" width="256" height="18"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
2016-07-05 18:23:55 +00:00
|
|
|
<buttonCell key="cell" type="check" title="Keep Aspect Ratio" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="lsj-rC-Eo6">
|
|
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="changeAspectRatio:" target="QvC-M9-y7g" id="mQG-Ib-1jN"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
2017-10-12 14:22:22 +00:00
|
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Utu-t4-cLx">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="18" y="264" width="256" height="17"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Button configuration:" id="YqW-Ds-VIC">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
</textField>
|
2017-10-12 14:22:22 +00:00
|
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="WU3-oV-KHO">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="18" y="372" width="256" height="17"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="High-pass Filter:" id="YLF-RL-b2D">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
</textField>
|
2018-02-10 12:42:14 +00:00
|
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="w9w-yX-KxB">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="18" y="318" width="256" height="17"/>
|
2018-02-10 12:42:14 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Rewinding Duration:" id="JaO-5h-ugl">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
</textField>
|
|
|
|
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="d2I-jU-sLb">
|
|
|
|
<rect key="frame" x="211" y="8" width="67" height="32"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<buttonCell key="cell" type="push" title="Skip" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="sug-xy-tbw">
|
|
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="skipButton:" target="QvC-M9-y7g" id="aw8-sw-yJw"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Qa7-Z7-yfO">
|
|
|
|
<rect key="frame" x="26" y="8" width="188" height="32"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
<buttonCell key="cell" type="push" title="Configure Joypad" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="GdK-tQ-Wim">
|
|
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="configureJoypad:" target="QvC-M9-y7g" id="IfY-Kc-PKU"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
2016-04-13 19:43:16 +00:00
|
|
|
<scrollView focusRingType="none" fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" horizontalScrollElasticity="none" verticalScrollElasticity="none" translatesAutoresizingMaskIntoConstraints="NO" id="PBp-dj-EIa">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="26" y="45" width="252" height="211"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
<clipView key="contentView" focusRingType="none" ambiguous="YES" drawsBackground="NO" id="AMs-PO-nid">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="1" y="1" width="250" height="209"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<tableView focusRingType="none" appearanceType="vibrantLight" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" id="UDd-IJ-fxX">
|
2018-02-10 21:30:30 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="250" height="209"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<size key="intercellSpacing" width="3" height="2"/>
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<tableColumns>
|
|
|
|
<tableColumn identifier="keyName" width="116" minWidth="40" maxWidth="1000" id="73A-gb-pzd">
|
|
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
|
|
|
|
<font key="font" metaFont="smallSystem"/>
|
|
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</tableHeaderCell>
|
|
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="mqT-jD-eXS">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
|
|
|
</tableColumn>
|
|
|
|
<tableColumn width="128" minWidth="40" maxWidth="1000" id="5VG-zV-WM6">
|
|
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
|
|
|
|
<font key="font" metaFont="smallSystem"/>
|
|
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</tableHeaderCell>
|
|
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" identifier="keyValue" title="Text Cell" id="tn8-0i-1q1">
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
|
</textFieldCell>
|
|
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
|
|
|
</tableColumn>
|
|
|
|
</tableColumns>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="QvC-M9-y7g" id="Msa-aU-MtO"/>
|
|
|
|
<outlet property="delegate" destination="QvC-M9-y7g" id="CfR-lh-CPe"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
|
|
|
</subviews>
|
|
|
|
<nil key="backgroundColor"/>
|
|
|
|
</clipView>
|
|
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="31h-at-Znm">
|
2017-08-15 18:59:53 +00:00
|
|
|
<rect key="frame" x="-100" y="-100" width="210" height="16"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</scroller>
|
|
|
|
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="JkP-U1-jdy">
|
|
|
|
<rect key="frame" x="-100" y="-100" width="15" height="102"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</scroller>
|
|
|
|
</scrollView>
|
|
|
|
</subviews>
|
|
|
|
</view>
|
|
|
|
<connections>
|
2016-07-05 18:23:55 +00:00
|
|
|
<outlet property="aspectRatioCheckbox" destination="Vfj-tg-7OP" id="Yw0-xS-DBr"/>
|
2017-10-12 14:22:22 +00:00
|
|
|
<outlet property="colorCorrectionPopupButton" destination="VEz-N4-uP6" id="EO2-Vt-JFJ"/>
|
2017-12-30 14:23:17 +00:00
|
|
|
<outlet property="configureJoypadButton" destination="Qa7-Z7-yfO" id="RaX-P3-oCX"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
<outlet property="controlsTableView" destination="UDd-IJ-fxX" id="a1D-Md-yXv"/>
|
|
|
|
<outlet property="delegate" destination="-2" id="ASc-vN-Zbq"/>
|
2016-04-28 20:07:05 +00:00
|
|
|
<outlet property="graphicsFilterPopupButton" destination="6pP-kK-EEC" id="LS7-HY-kHC"/>
|
2017-08-15 18:59:53 +00:00
|
|
|
<outlet property="highpassFilterPopupButton" destination="T69-6N-dhT" id="0p6-4m-hb1"/>
|
2018-02-10 12:42:14 +00:00
|
|
|
<outlet property="rewindPopupButton" destination="7fg-Ww-JjR" id="Ka2-TP-B1x"/>
|
2017-12-30 14:23:17 +00:00
|
|
|
<outlet property="skipButton" destination="d2I-jU-sLb" id="udX-8K-0sK"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
</connections>
|
2018-02-10 12:42:14 +00:00
|
|
|
<point key="canvasLocation" x="183" y="510"/>
|
2016-04-13 19:43:16 +00:00
|
|
|
</window>
|
|
|
|
</objects>
|
|
|
|
</document>
|