summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-11-10 00:44:29 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-11-10 00:44:29 +0000
commit9cce9612a1630618fe38d9320d148020098462ae (patch)
treeaeffe82af962ede2bb887e500a25060ff0ca114c /macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib
parent3e01cc3981e5d23e61418f427ba224f7ab61a757 (diff)
downloadpcsxr-9cce9612a1630618fe38d9320d148020098462ae.tar.gz
Updating PCSX-R version to 1.9.95.
Setting the minimum OS X version to 10.9. Using base localization on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87797 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib')
-rw-r--r--macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib322
1 files changed, 322 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib b/macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib
new file mode 100644
index 00000000..76f30af9
--- /dev/null
+++ b/macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib
@@ -0,0 +1,322 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
+ <dependencies>
+ <deployment defaultVersion="1070" identifier="macosx"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4510"/>
+ </dependencies>
+ <objects>
+ <customObject id="-2" userLabel="File's Owner" customClass="SPUPluginController">
+ <connections>
+ <outlet property="hiCompBox" destination="90" id="203"/>
+ <outlet property="interpolValue" destination="16" id="55"/>
+ <outlet property="irqWaitBox" destination="91" id="204"/>
+ <outlet property="monoSoundBox" destination="92" id="205"/>
+ <outlet property="reverbValue" destination="12" id="58"/>
+ <outlet property="volumeValue" destination="70" id="75"/>
+ <outlet property="window" destination="6" id="39"/>
+ <outlet property="xaSpeedBox" destination="89" id="246"/>
+ </connections>
+ </customObject>
+ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
+ <customObject id="-3" userLabel="Application"/>
+ <window title="SPU Configuration" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" animationBehavior="default" id="6" userLabel="Configuration">
+ <windowStyleMask key="styleMask" titled="YES"/>
+ <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
+ <rect key="contentRect" x="128" y="348" width="466" height="337"/>
+ <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
+ <value key="minSize" type="size" width="213" height="107"/>
+ <view key="contentView" id="5">
+ <rect key="frame" x="0.0" y="0.0" width="466" height="337"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <subviews>
+ <box title="General Settings" translatesAutoresizingMaskIntoConstraints="NO" id="9">
+ <rect key="frame" x="17" y="161" width="432" height="156"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <view key="contentView">
+ <rect key="frame" x="2" y="2" width="428" height="139"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="11">
+ <rect key="frame" x="13" y="98" width="96" height="17"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <constraints>
+ <constraint firstAttribute="width" constant="90" id="157"/>
+ <constraint firstAttribute="height" constant="17" id="191"/>
+ </constraints>
+ <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Reverb:" id="80">
+ <font key="font" metaFont="system"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ </textField>
+ <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12" customClass="NamedSlider">
+ <rect key="frame" x="127" y="96" width="144" height="26"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <constraints>
+ <constraint firstAttribute="width" constant="140" id="122"/>
+ </constraints>
+ <sliderCell key="cell" continuous="YES" alignment="left" maxValue="2" doubleValue="1" tickMarkPosition="above" numberOfTickMarks="3" allowsTickMarkValuesOnly="YES" sliderType="linear" id="81">
+ <font key="font" size="12" name="Helvetica"/>
+ </sliderCell>
+ <connections>
+ <action selector="takeStringValueFrom:" target="17" id="41"/>
+ <outlet property="nextKeyView" destination="16" id="44"/>
+ </connections>
+ </slider>
+ <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="15">
+ <rect key="frame" x="13" y="66" width="96" height="17"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <constraints>
+ <constraint firstAttribute="height" constant="17" id="227"/>
+ </constraints>
+ <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Interpolation:" id="82">
+ <font key="font" metaFont="system"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ </textField>
+ <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="NamedSlider">
+ <rect key="frame" x="127" y="64" width="144" height="26"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <sliderCell key="cell" continuous="YES" alignment="left" maxValue="3" doubleValue="1" tickMarkPosition="above" numberOfTickMarks="4" allowsTickMarkValuesOnly="YES" sliderType="linear" id="83">
+ <font key="font" size="12" name="Helvetica"/>
+ </sliderCell>
+ <connections>
+ <action selector="takeStringValueFrom:" target="18" id="42"/>
+ </connections>
+ </slider>
+ <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="17">
+ <rect key="frame" x="274" y="98" width="133" height="17"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <constraints>
+ <constraint firstAttribute="width" constant="127" id="129"/>
+ </constraints>
+ <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="(Simple Reverb)" id="84">
+ <font key="font" metaFont="smallSystem"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ </textField>
+ <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="18">
+ <rect key="frame" x="274" y="66" width="133" height="17"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="(Simple Interpolation)" id="85">
+ <font key="font" metaFont="smallSystem"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ </textField>
+ <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="69">
+ <rect key="frame" x="14" y="38" width="96" height="17"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <constraints>
+ <constraint firstAttribute="width" constant="90" id="182"/>
+ </constraints>
+ <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Volume:" id="86">
+ <font key="font" metaFont="system"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ </textField>
+ <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="70" customClass="NamedSlider">
+ <rect key="frame" x="127" y="32" width="144" height="26"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <sliderCell key="cell" continuous="YES" alignment="left" maxValue="4" doubleValue="3" tickMarkPosition="above" numberOfTickMarks="5" allowsTickMarkValuesOnly="YES" sliderType="linear" id="87">
+ <font key="font" size="12" name="Helvetica"/>
+ </sliderCell>
+ <connections>
+ <action selector="takeStringValueFrom:" target="71" id="78"/>
+ <outlet property="nextKeyView" destination="16" id="76"/>
+ </connections>
+ </slider>
+ <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="71">
+ <rect key="frame" x="274" y="38" width="133" height="17"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <constraints>
+ <constraint firstAttribute="height" constant="17" id="224"/>
+ </constraints>
+ <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="(Loud)" id="88">
+ <font key="font" metaFont="smallSystem"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ </textField>
+ </subviews>
+ </view>
+ <constraints>
+ <constraint firstItem="70" firstAttribute="leading" secondItem="16" secondAttribute="leading" id="131"/>
+ <constraint firstItem="18" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="133"/>
+ <constraint firstItem="18" firstAttribute="leading" secondItem="16" secondAttribute="trailing" constant="8" symbolic="YES" id="134"/>
+ <constraint firstItem="71" firstAttribute="leading" secondItem="70" secondAttribute="trailing" constant="8" symbolic="YES" id="136"/>
+ <constraint firstItem="12" firstAttribute="baseline" secondItem="11" secondAttribute="baseline" id="137"/>
+ <constraint firstItem="16" firstAttribute="baseline" secondItem="15" secondAttribute="baseline" id="140"/>
+ <constraint firstItem="12" firstAttribute="leading" secondItem="9" secondAttribute="leading" constant="128" id="141"/>
+ <constraint firstItem="71" firstAttribute="trailing" secondItem="18" secondAttribute="trailing" id="147"/>
+ <constraint firstItem="11" firstAttribute="leading" secondItem="15" secondAttribute="leading" id="148"/>
+ <constraint firstItem="11" firstAttribute="leading" secondItem="9" secondAttribute="leading" constant="15" id="149"/>
+ <constraint firstItem="17" firstAttribute="trailing" secondItem="18" secondAttribute="trailing" id="150"/>
+ <constraint firstItem="17" firstAttribute="leading" secondItem="12" secondAttribute="trailing" constant="8" symbolic="YES" id="151"/>
+ <constraint firstItem="11" firstAttribute="trailing" secondItem="15" secondAttribute="trailing" id="152"/>
+ <constraint firstItem="12" firstAttribute="leading" secondItem="16" secondAttribute="leading" id="153"/>
+ <constraint firstItem="16" firstAttribute="top" secondItem="12" secondAttribute="bottom" constant="8" symbolic="YES" id="154"/>
+ <constraint firstItem="70" firstAttribute="top" secondItem="16" secondAttribute="bottom" constant="8" symbolic="YES" id="180"/>
+ <constraint firstItem="18" firstAttribute="leading" secondItem="70" secondAttribute="trailing" constant="8" symbolic="YES" id="181"/>
+ <constraint firstItem="69" firstAttribute="leading" secondItem="9" secondAttribute="leading" constant="16" id="183"/>
+ <constraint firstItem="17" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="186"/>
+ <constraint firstItem="17" firstAttribute="top" secondItem="11" secondAttribute="top" id="193"/>
+ <constraint firstItem="18" firstAttribute="baseline" secondItem="16" secondAttribute="baseline" id="222"/>
+ <constraint firstItem="70" firstAttribute="centerY" secondItem="69" secondAttribute="centerY" id="225"/>
+ <constraint firstItem="15" firstAttribute="top" secondItem="18" secondAttribute="top" id="226"/>
+ <constraint firstItem="71" firstAttribute="baseline" secondItem="69" secondAttribute="baseline" id="229"/>
+ <constraint firstItem="12" firstAttribute="top" secondItem="9" secondAttribute="top" constant="32" id="NZC-Zb-1uZ"/>
+ </constraints>
+ <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
+ <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
+ </box>
+ <box title="XA Music" translatesAutoresizingMaskIntoConstraints="NO" id="19">
+ <rect key="frame" x="258" y="57" width="191" height="100"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <view key="contentView">
+ <rect key="frame" x="2" y="2" width="187" height="83"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="233">
+ <rect key="frame" x="17" y="55" width="153" height="18"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ <size key="cellSize" width="153" height="18"/>
+ <buttonCell key="prototype" type="check" title="Change XA Speed" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="234">
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+ <font key="font" metaFont="system"/>
+ </buttonCell>
+ <cells>
+ <column>
+ <buttonCell type="check" title="Change XA Speed" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="89">
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+ <font key="font" metaFont="system"/>
+ </buttonCell>
+ </column>
+ </cells>
+ </matrix>
+ </subviews>
+ </view>
+ <constraints>
+ <constraint firstItem="233" firstAttribute="leading" secondItem="19" secondAttribute="leading" constant="16" id="240"/>
+ <constraint firstItem="233" firstAttribute="top" secondItem="19" secondAttribute="top" constant="25" id="247"/>
+ <constraint firstAttribute="trailing" secondItem="233" secondAttribute="trailing" constant="16" id="685-id-VwW"/>
+ <constraint firstAttribute="bottom" secondItem="233" secondAttribute="bottom" constant="53" id="s0x-In-827"/>
+ </constraints>
+ <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
+ <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
+ </box>
+ <box title="Misc" translatesAutoresizingMaskIntoConstraints="NO" id="24">
+ <rect key="frame" x="17" y="57" width="221" height="100"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <view key="contentView">
+ <rect key="frame" x="2" y="2" width="217" height="83"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="196">
+ <rect key="frame" x="17" y="13" width="189" height="60"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ <size key="cellSize" width="189" height="18"/>
+ <size key="intercellSpacing" width="0.0" height="3"/>
+ <buttonCell key="prototype" type="check" title="High Compatibility Mode" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="197">
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+ <font key="font" metaFont="system"/>
+ </buttonCell>
+ <cells>
+ <column>
+ <buttonCell type="check" title="High Compatibility Mode" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="90">
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+ <font key="font" metaFont="system"/>
+ </buttonCell>
+ <buttonCell type="check" title="SPU IRQ Wait" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="91">
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+ <font key="font" metaFont="system"/>
+ </buttonCell>
+ <buttonCell type="check" title="Mono Sound" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="92">
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+ <font key="font" metaFont="system"/>
+ </buttonCell>
+ </column>
+ </cells>
+ </matrix>
+ </subviews>
+ </view>
+ <constraints>
+ <constraint firstItem="196" firstAttribute="top" secondItem="24" secondAttribute="top" constant="25" id="206"/>
+ <constraint firstItem="196" firstAttribute="leading" secondItem="24" secondAttribute="leading" constant="16" id="207"/>
+ <constraint firstAttribute="bottom" secondItem="196" secondAttribute="bottom" constant="11" id="PEg-kx-UCc"/>
+ <constraint firstAttribute="trailing" secondItem="196" secondAttribute="trailing" constant="10" id="keZ-Mg-22z"/>
+ </constraints>
+ <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
+ <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
+ </box>
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="162">
+ <rect key="frame" x="393" y="13" width="59" height="32"/>
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+ <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="163">
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+ <font key="font" metaFont="system"/>
+ <string key="keyEquivalent" base64-UTF8="YES">
+DQ
+</string>
+ </buttonCell>
+ <connections>
+ <action selector="ok:" target="-2" id="176"/>
+ </connections>
+ </button>
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="166">
+ <rect key="frame" x="311" y="13" width="82" height="32"/>
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+ <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="167">
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+ <font key="font" metaFont="system"/>
+ <string key="keyEquivalent" base64-UTF8="YES">
+Gw
+</string>
+ </buttonCell>
+ <connections>
+ <action selector="cancel:" target="-2" id="177"/>
+ </connections>
+ </button>
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="171">
+ <rect key="frame" x="14" y="13" width="75" height="32"/>
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+ <buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="172">
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+ <font key="font" metaFont="system"/>
+ </buttonCell>
+ <connections>
+ <action selector="reset:" target="-2" id="175"/>
+ </connections>
+ </button>
+ </subviews>
+ <constraints>
+ <constraint firstItem="24" firstAttribute="leading" secondItem="5" secondAttribute="leading" constant="20" symbolic="YES" id="107"/>
+ <constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" symbolic="YES" id="108"/>
+ <constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="20" symbolic="YES" id="109"/>
+ <constraint firstItem="9" firstAttribute="leading" secondItem="5" secondAttribute="leading" constant="20" symbolic="YES" id="111"/>
+ <constraint firstItem="9" firstAttribute="top" secondItem="5" secondAttribute="top" constant="20" symbolic="YES" id="112"/>
+ <constraint firstAttribute="bottom" secondItem="162" secondAttribute="bottom" constant="20" symbolic="YES" id="164"/>
+ <constraint firstAttribute="trailing" secondItem="162" secondAttribute="trailing" constant="20" symbolic="YES" id="165"/>
+ <constraint firstItem="162" firstAttribute="leading" secondItem="166" secondAttribute="trailing" constant="12" symbolic="YES" id="169"/>
+ <constraint firstItem="171" firstAttribute="leading" secondItem="5" secondAttribute="leading" constant="20" symbolic="YES" id="173"/>
+ <constraint firstItem="24" firstAttribute="top" secondItem="9" secondAttribute="bottom" constant="8" symbolic="YES" id="189"/>
+ <constraint firstItem="24" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="210"/>
+ <constraint firstItem="19" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="24" secondAttribute="trailing" constant="8" symbolic="YES" id="213"/>
+ <constraint firstItem="162" firstAttribute="baseline" secondItem="166" secondAttribute="baseline" id="2K2-D5-vWF"/>
+ <constraint firstItem="24" firstAttribute="bottom" secondItem="19" secondAttribute="bottom" id="Piu-cZ-ar8"/>
+ <constraint firstItem="171" firstAttribute="top" secondItem="24" secondAttribute="bottom" constant="20" symbolic="YES" id="ZcK-sY-WDH"/>
+ <constraint firstItem="162" firstAttribute="baseline" secondItem="171" secondAttribute="baseline" id="qDt-F5-FPQ"/>
+ </constraints>
+ </view>
+ <connections>
+ <outlet property="delegate" destination="-2" id="43"/>
+ <outlet property="initialFirstResponder" destination="12" id="53"/>
+ </connections>
+ </window>
+ </objects>
+</document> \ No newline at end of file