diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-20 17:30:49 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-20 17:30:49 +0000 |
| commit | 9afc013393a4b914ced9469b9585fe819c867c38 (patch) | |
| tree | fb4d83772a3b47742c748f2f6ec9cd937b805001 | |
| parent | f2b205bc7bfde1bea399630085b3a45639c3b546 (diff) | |
| download | pcsxr-9afc013393a4b914ced9469b9585fe819c867c38.tar.gz | |
Making the (English) Preference window use auto layout.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87252 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/English.lproj/Configuration.xib | 529 |
1 files changed, 383 insertions, 146 deletions
diff --git a/macosx/English.lproj/Configuration.xib b/macosx/English.lproj/Configuration.xib index 1ec554ac..93e52b51 100644 --- a/macosx/English.lproj/Configuration.xib +++ b/macosx/English.lproj/Configuration.xib @@ -1,5 +1,5 @@ <?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"> +<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"/> @@ -45,7 +45,7 @@ <rect key="frame" x="0.0" y="0.0" width="551" height="407"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <tabView initialItem="240" id="238"> + <tabView initialItem="240" translatesAutoresizingMaskIntoConstraints="NO" id="238"> <rect key="frame" x="13" y="10" width="525" height="391"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <font key="font" metaFont="system"/> @@ -55,14 +55,14 @@ <rect key="frame" x="10" y="33" width="505" height="345"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <box title="Options" id="502"> - <rect key="frame" x="17" y="98" width="179" height="241"/> + <box title="Options" translatesAutoresizingMaskIntoConstraints="NO" id="502"> + <rect key="frame" x="17" y="98" width="178" height="241"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <view key="contentView"> - <rect key="frame" x="2" y="2" width="175" height="224"/> + <rect key="frame" x="2" y="2" width="174" height="224"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" id="505"> + <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="505"> <rect key="frame" x="20" y="42" width="135" height="172"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> @@ -133,12 +133,12 @@ </column> </cells> </matrix> - <popUpButton verticalHuggingPriority="750" id="560"> - <rect key="frame" x="19" y="10" width="137" height="26"/> + <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="560"> + <rect key="frame" x="19" y="10" width="136" height="26"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> <popUpButtonCell key="cell" type="push" title="System Region" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" borderStyle="borderAndBezel" inset="2" pullsDown="YES" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="562" id="598"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="561"> <items> <menuItem title="System Region" hidden="YES" id="562"/> @@ -157,17 +157,26 @@ </popUpButton> </subviews> </view> + <constraints> + <constraint firstItem="560" firstAttribute="top" secondItem="505" secondAttribute="bottom" constant="8" id="6dr-Us-R4b"/> + <constraint firstItem="560" firstAttribute="centerX" secondItem="505" secondAttribute="centerX" id="L7d-jO-2cX"/> + <constraint firstAttribute="bottom" secondItem="560" secondAttribute="bottom" constant="11" id="Vcb-VA-Qe6"/> + <constraint firstItem="560" firstAttribute="leading" secondItem="502" secondAttribute="leading" constant="21" id="WwA-0x-brX"/> + <constraint firstAttribute="trailing" secondItem="560" secondAttribute="trailing" constant="21" id="a9w-bc-LVy"/> + <constraint firstItem="505" firstAttribute="top" secondItem="502" secondAttribute="top" constant="25" id="gIg-0Y-IHe"/> + <constraint firstItem="505" firstAttribute="centerX" secondItem="502" secondAttribute="centerX" id="nbG-NH-jHE"/> + </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="Game Fixes" id="509"> - <rect key="frame" x="212" y="248" width="277" height="91"/> + <box title="Game Fixes" translatesAutoresizingMaskIntoConstraints="NO" id="509"> + <rect key="frame" x="211" y="248" width="278" height="91"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <view key="contentView"> - <rect key="frame" x="2" y="2" width="273" height="74"/> + <rect key="frame" x="2" y="2" width="274" height="74"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" id="512" userLabel="Game Fixes"> + <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="512" userLabel="Game Fixes"> <rect key="frame" x="18" y="16" width="238" height="40"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> @@ -195,17 +204,24 @@ </matrix> </subviews> </view> + <constraints> + <constraint firstItem="512" firstAttribute="top" secondItem="509" secondAttribute="top" constant="33" id="3xB-AO-zIb"/> + <constraint firstAttribute="trailing" secondItem="512" secondAttribute="trailing" constant="17" placeholder="YES" id="PAJ-0L-Fng"/> + <constraint firstAttribute="centerX" secondItem="512" secondAttribute="centerX" id="St2-Qv-KpR"/> + <constraint firstItem="512" firstAttribute="leading" secondItem="509" secondAttribute="leading" constant="17" placeholder="YES" id="Xwg-C7-jLF"/> + <constraint firstAttribute="bottom" secondItem="512" secondAttribute="bottom" constant="14" id="tRt-po-MLT"/> + </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="Hacks" id="542"> - <rect key="frame" x="212" y="98" width="277" height="91"/> + <box title="Hacks" translatesAutoresizingMaskIntoConstraints="NO" id="542"> + <rect key="frame" x="211" y="98" width="278" height="91"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <view key="contentView"> - <rect key="frame" x="2" y="2" width="273" height="74"/> + <rect key="frame" x="2" y="2" width="274" height="74"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" id="544" userLabel="Hacks"> + <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="544" userLabel="Hacks"> <rect key="frame" x="18" y="16" width="232" height="40"/> <autoresizingMask key="autoresizingMask"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> @@ -233,33 +249,48 @@ </matrix> </subviews> </view> + <constraints> + <constraint firstItem="544" firstAttribute="top" secondItem="542" secondAttribute="top" constant="33" id="INg-hU-wrD"/> + <constraint firstItem="544" firstAttribute="leading" secondItem="542" secondAttribute="leading" constant="17" id="ZbQ-jK-b12"/> + </constraints> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> </box> </subviews> + <constraints> + <constraint firstItem="509" firstAttribute="leading" secondItem="502" secondAttribute="trailing" constant="22" id="5pf-nd-SyS"/> + <constraint firstItem="502" firstAttribute="bottom" secondItem="542" secondAttribute="bottom" id="DeQ-xQ-Idi"/> + <constraint firstItem="502" firstAttribute="top" secondItem="509" secondAttribute="top" id="IIr-ul-Vea"/> + <constraint firstItem="542" firstAttribute="leading" secondItem="509" secondAttribute="leading" id="Nae-Ft-IRf"/> + <constraint firstAttribute="trailing" secondItem="509" secondAttribute="trailing" constant="19" id="Rw8-nj-k37"/> + <constraint firstItem="542" firstAttribute="top" secondItem="509" secondAttribute="bottom" constant="63" id="Uy0-a1-4gj"/> + <constraint firstItem="502" firstAttribute="leading" secondItem="239" secondAttribute="leading" constant="20" id="eSO-1F-tef"/> + <constraint firstItem="502" firstAttribute="top" secondItem="239" secondAttribute="top" constant="6" id="jif-ta-RLK"/> + <constraint firstItem="542" firstAttribute="trailing" secondItem="509" secondAttribute="trailing" id="nL9-L5-QkH"/> + </constraints> </view> </tabViewItem> <tabViewItem label="Plugins" identifier="2" id="241"> <view key="view" id="242"> <rect key="frame" x="10" y="33" width="505" height="345"/> - <autoresizingMask key="autoresizingMask"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <box title="Box" boxType="oldStyle" borderType="none" titlePosition="noTitle" id="254"> - <rect key="frame" x="7" y="49" width="491" height="293"/> + <box title="Box" boxType="oldStyle" borderType="none" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="254"> + <rect key="frame" x="7" y="46" width="491" height="296"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <view key="contentView"> - <rect key="frame" x="0.0" y="0.0" width="491" height="293"/> + <rect key="frame" x="0.0" y="0.0" width="491" height="296"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <box title="Graphics" id="257"> - <rect key="frame" x="13" y="200" width="222" height="90"/> + <box title="Graphics" translatesAutoresizingMaskIntoConstraints="NO" id="257"> + <rect key="frame" x="13" y="203" width="222" height="90"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <view key="contentView"> <rect key="frame" x="2" y="2" width="218" height="73"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button verticalHuggingPriority="750" id="262"> - <rect key="frame" x="98" y="7" width="111" height="28"/> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="262"> + <rect key="frame" x="97.999999999999986" y="7" width="111" height="28"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES"/> <buttonCell key="cell" type="push" title="Configure" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="600"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -269,7 +300,7 @@ <action selector="doConfigure:" target="384" id="387"/> </connections> </button> - <button verticalHuggingPriority="750" id="260"> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="260"> <rect key="frame" x="9" y="7" width="90" height="28"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES"/> <buttonCell key="cell" type="push" title="About" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="599"> @@ -280,15 +311,15 @@ <action selector="doAbout:" target="384" id="386"/> </connections> </button> - <popUpButton verticalHuggingPriority="750" id="368"> + <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="368"> <rect key="frame" x="11" y="35" width="196" height="26"/> <autoresizingMask key="autoresizingMask" widthSizable="YES"/> - <popUpButtonCell key="cell" type="push" title="Graphics Plugin" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="601"> + <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="601"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="369"> <items> - <menuItem title="Graphics Plugin" state="on" id="370"/> + <menuItem title="Graphics Plugin" id="370"/> </items> </menu> </popUpButtonCell> @@ -298,18 +329,22 @@ </popUpButton> </subviews> </view> + <constraints> + <constraint firstAttribute="width" constant="216" id="Abh-WB-PsH"/> + <constraint firstAttribute="height" constant="86" id="ZUj-VU-XrQ"/> + </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="Sound" id="291"> - <rect key="frame" x="256" y="200" width="222" height="90"/> + <box title="Sound" translatesAutoresizingMaskIntoConstraints="NO" id="291"> + <rect key="frame" x="256" y="203" width="222" height="90"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> <view key="contentView"> <rect key="frame" x="2" y="2" width="218" height="73"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button verticalHuggingPriority="750" id="292"> - <rect key="frame" x="98" y="7" width="111" height="28"/> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="292"> + <rect key="frame" x="97.999999999999986" y="7" width="111" height="28"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES"/> <buttonCell key="cell" type="push" title="Configure" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="603"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -319,7 +354,7 @@ <action selector="doConfigure:" target="388" id="391"/> </connections> </button> - <button verticalHuggingPriority="750" id="290"> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="290"> <rect key="frame" x="9" y="7" width="90" height="28"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES"/> <buttonCell key="cell" type="push" title="About" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="602"> @@ -330,15 +365,15 @@ <action selector="doAbout:" target="388" id="390"/> </connections> </button> - <popUpButton verticalHuggingPriority="750" tag="1" id="371"> + <popUpButton verticalHuggingPriority="750" fixedFrame="YES" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="371"> <rect key="frame" x="11" y="35" width="196" height="26"/> <autoresizingMask key="autoresizingMask" widthSizable="YES"/> - <popUpButtonCell key="cell" type="push" title="Sound Plugin" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="604"> + <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="604"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="372"> <items> - <menuItem title="Sound Plugin" state="on" id="373"/> + <menuItem title="Sound Plugin" id="373"/> </items> </menu> </popUpButtonCell> @@ -348,18 +383,22 @@ </popUpButton> </subviews> </view> + <constraints> + <constraint firstAttribute="height" constant="86" id="u1y-oa-W8c"/> + <constraint firstAttribute="width" constant="216" id="yb8-zw-f7U"/> + </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="Controller" id="299"> - <rect key="frame" x="13" y="106" width="222" height="90"/> + <box title="Controller" translatesAutoresizingMaskIntoConstraints="NO" id="299"> + <rect key="frame" x="13" y="109" width="222" height="90"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> <view key="contentView"> <rect key="frame" x="2" y="2" width="218" height="73"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button verticalHuggingPriority="750" id="301"> - <rect key="frame" x="98" y="7" width="111" height="28"/> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="301"> + <rect key="frame" x="97.999999999999986" y="7" width="111" height="28"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES"/> <buttonCell key="cell" type="push" title="Configure" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="605"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -369,7 +408,7 @@ <action selector="doConfigure:" target="392" id="394"/> </connections> </button> - <button verticalHuggingPriority="750" id="303"> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="303"> <rect key="frame" x="9" y="7" width="90" height="28"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES"/> <buttonCell key="cell" type="push" title="About" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="606"> @@ -380,15 +419,15 @@ <action selector="doAbout:" target="392" id="393"/> </connections> </button> - <popUpButton verticalHuggingPriority="750" tag="2" id="374"> + <popUpButton verticalHuggingPriority="750" fixedFrame="YES" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="374"> <rect key="frame" x="11" y="35" width="196" height="26"/> <autoresizingMask key="autoresizingMask" widthSizable="YES"/> - <popUpButtonCell key="cell" type="push" title="Controller Plugin" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="607"> + <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="607"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="375"> <items> - <menuItem title="Controller Plugin" state="on" id="376"/> + <menuItem title="Controller Plugin" id="376"/> </items> </menu> </popUpButtonCell> @@ -398,18 +437,22 @@ </popUpButton> </subviews> </view> + <constraints> + <constraint firstAttribute="width" constant="216" id="4DV-iz-Ftu"/> + <constraint firstAttribute="height" constant="86" id="ADD-Dl-ye8"/> + </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="Network" id="622"> - <rect key="frame" x="13" y="12" width="222" height="90"/> + <box title="Network" translatesAutoresizingMaskIntoConstraints="NO" id="622"> + <rect key="frame" x="13" y="15" width="222" height="90"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <view key="contentView"> <rect key="frame" x="2" y="2" width="218" height="73"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button verticalHuggingPriority="750" id="625"> - <rect key="frame" x="98" y="7" width="111" height="28"/> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="625"> + <rect key="frame" x="97.999999999999986" y="7" width="111" height="28"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES"/> <buttonCell key="cell" type="push" title="Configure" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="626"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -419,7 +462,7 @@ <action selector="doConfigure:" target="620" id="639"/> </connections> </button> - <button verticalHuggingPriority="750" id="624"> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="624"> <rect key="frame" x="9" y="7" width="90" height="28"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES"/> <buttonCell key="cell" type="push" title="About" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="627"> @@ -430,12 +473,12 @@ <action selector="doAbout:" target="620" id="638"/> </connections> </button> - <popUpButton verticalHuggingPriority="750" tag="2" id="623"> + <popUpButton verticalHuggingPriority="750" fixedFrame="YES" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="623"> <rect key="frame" x="11" y="35" width="196" height="26"/> <autoresizingMask key="autoresizingMask" widthSizable="YES"/> <popUpButtonCell key="cell" type="push" title="Net Plugin" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="630" id="628"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="629"> <items> <menuItem title="Net Plugin" state="on" id="630"/> @@ -448,18 +491,22 @@ </popUpButton> </subviews> </view> + <constraints> + <constraint firstAttribute="height" constant="86" id="2kC-m2-d34"/> + <constraint firstAttribute="width" constant="216" id="3zQ-qi-jGZ"/> + </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="CD-ROM" id="302"> - <rect key="frame" x="256" y="106" width="222" height="90"/> + <box title="CD-ROM" translatesAutoresizingMaskIntoConstraints="NO" id="302"> + <rect key="frame" x="256" y="109" width="222" height="90"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> <view key="contentView"> <rect key="frame" x="2" y="2" width="218" height="73"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button verticalHuggingPriority="750" id="297"> - <rect key="frame" x="98" y="7" width="111" height="28"/> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="297"> + <rect key="frame" x="97.999999999999986" y="7" width="111" height="28"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES"/> <buttonCell key="cell" type="push" title="Configure" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="609"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -469,7 +516,7 @@ <action selector="doConfigure:" target="397" id="400"/> </connections> </button> - <button verticalHuggingPriority="750" id="296"> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="296"> <rect key="frame" x="9" y="7" width="90" height="28"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES"/> <buttonCell key="cell" type="push" title="About" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="608"> @@ -480,15 +527,15 @@ <action selector="doAbout:" target="397" id="399"/> </connections> </button> - <popUpButton verticalHuggingPriority="750" tag="3" id="377"> + <popUpButton verticalHuggingPriority="750" fixedFrame="YES" tag="3" translatesAutoresizingMaskIntoConstraints="NO" id="377"> <rect key="frame" x="11" y="35" width="196" height="26"/> <autoresizingMask key="autoresizingMask" widthSizable="YES"/> - <popUpButtonCell key="cell" type="push" title="CDROM Plugin" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="610"> + <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="610"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="378"> <items> - <menuItem title="CDROM Plugin" state="on" id="379"/> + <menuItem title="CDROM Plugin" id="379"/> </items> </menu> </popUpButtonCell> @@ -498,18 +545,22 @@ </popUpButton> </subviews> </view> + <constraints> + <constraint firstAttribute="height" constant="86" id="izX-Sq-PRF"/> + <constraint firstAttribute="width" constant="216" id="vAY-UT-rvF"/> + </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="SIO1" id="902"> - <rect key="frame" x="256" y="12" width="222" height="90"/> + <box title="SIO1" translatesAutoresizingMaskIntoConstraints="NO" id="902"> + <rect key="frame" x="256" y="15" width="222" height="90"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> <view key="contentView"> <rect key="frame" x="2" y="2" width="218" height="73"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button verticalHuggingPriority="750" id="903"> - <rect key="frame" x="98" y="7" width="111" height="28"/> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="903"> + <rect key="frame" x="97.999999999999986" y="7" width="111" height="28"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES"/> <buttonCell key="cell" type="push" title="Configure" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="910"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -519,7 +570,7 @@ <action selector="doConfigure:" target="914" id="920"/> </connections> </button> - <button verticalHuggingPriority="750" id="904"> + <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="904"> <rect key="frame" x="9" y="7" width="90" height="28"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES"/> <buttonCell key="cell" type="push" title="About" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="909"> @@ -530,15 +581,15 @@ <action selector="doAbout:" target="914" id="919"/> </connections> </button> - <popUpButton verticalHuggingPriority="750" tag="2" id="905"> + <popUpButton verticalHuggingPriority="750" fixedFrame="YES" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="905"> <rect key="frame" x="11" y="35" width="196" height="26"/> <autoresizingMask key="autoresizingMask" widthSizable="YES"/> - <popUpButtonCell key="cell" type="push" title="Net Plugin" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="906"> + <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="906"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="907"> <items> - <menuItem title="Net Plugin" state="on" id="908"/> + <menuItem title="Net Plugin" id="908"/> </items> </menu> </popUpButtonCell> @@ -548,16 +599,46 @@ </popUpButton> </subviews> </view> + <constraints> + <constraint firstAttribute="width" constant="216" id="3kM-qF-7ok"/> + <constraint firstAttribute="height" constant="86" id="8yw-eT-ki0"/> + </constraints> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> </box> </subviews> </view> + <constraints> + <constraint firstItem="302" firstAttribute="top" secondItem="291" secondAttribute="bottom" constant="8" symbolic="YES" id="13X-X8-iN7"/> + <constraint firstAttribute="trailing" secondItem="302" secondAttribute="trailing" constant="16" id="30M-eA-Nn7"/> + <constraint firstItem="299" firstAttribute="top" secondItem="257" secondAttribute="bottom" constant="8" symbolic="YES" id="BZW-nl-Ubv"/> + <constraint firstItem="302" firstAttribute="trailing" secondItem="291" secondAttribute="trailing" id="Llv-hz-58g"/> + <constraint firstItem="257" firstAttribute="leading" secondItem="299" secondAttribute="leading" id="Nl7-Lf-5HA"/> + <constraint firstItem="257" firstAttribute="top" secondItem="254" secondAttribute="top" constant="3" id="RXP-3k-Dib"/> + <constraint firstAttribute="trailing" secondItem="902" secondAttribute="trailing" constant="16" id="XU9-T6-Hdf"/> + <constraint firstItem="291" firstAttribute="top" secondItem="254" secondAttribute="top" constant="3" id="fVA-Oo-uSy"/> + <constraint firstItem="302" firstAttribute="trailing" secondItem="902" secondAttribute="trailing" id="hLN-78-XRA"/> + <constraint firstAttribute="trailing" secondItem="291" secondAttribute="trailing" constant="16" id="iDO-hr-Pty"/> + <constraint firstItem="902" firstAttribute="top" secondItem="302" secondAttribute="bottom" constant="8" symbolic="YES" id="ixO-SY-36a"/> + <constraint firstItem="622" firstAttribute="leading" secondItem="254" secondAttribute="leading" constant="16" id="kD0-2c-8kk"/> + <constraint firstItem="291" firstAttribute="top" secondItem="257" secondAttribute="top" id="qAR-ab-6N2"/> + <constraint firstItem="257" firstAttribute="leading" secondItem="622" secondAttribute="leading" id="r7c-Yx-LIz"/> + <constraint firstItem="291" firstAttribute="top" secondItem="254" secondAttribute="top" constant="3" id="rfJ-gW-AKK"/> + <constraint firstItem="299" firstAttribute="leading" secondItem="254" secondAttribute="leading" constant="16" id="sxU-WQ-Fau"/> + <constraint firstItem="257" firstAttribute="leading" secondItem="254" secondAttribute="leading" constant="16" id="uP4-1G-WTo"/> + <constraint firstItem="622" firstAttribute="top" secondItem="299" secondAttribute="bottom" constant="8" symbolic="YES" id="uRK-8c-o2z"/> + </constraints> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> <font key="titleFont" metaFont="system"/> </box> </subviews> + <constraints> + <constraint firstItem="254" firstAttribute="top" secondItem="242" secondAttribute="top" constant="3" id="4bg-ep-Wyd"/> + <constraint firstAttribute="trailing" secondItem="254" secondAttribute="trailing" constant="7" id="F7e-xq-DKB"/> + <constraint firstItem="254" firstAttribute="leading" secondItem="242" secondAttribute="leading" constant="7" id="Tb8-F7-fdo"/> + <constraint firstAttribute="bottom" secondItem="254" secondAttribute="bottom" constant="46" id="xeJ-5f-UeO"/> + </constraints> </view> </tabViewItem> <tabViewItem label="Memory Cards" identifier="3" id="579"> @@ -565,7 +646,7 @@ <rect key="frame" x="10" y="33" width="505" height="345"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button verticalHuggingPriority="750" tag="1" id="922"> + <button verticalHuggingPriority="750" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="922"> <rect key="frame" x="221" y="209" width="63" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="<-" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="954"> @@ -576,7 +657,7 @@ <action selector="moveBlock:" target="955" id="1008"/> </connections> </button> - <button verticalHuggingPriority="750" tag="2" id="923"> + <button verticalHuggingPriority="750" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="923"> <rect key="frame" x="221" y="75" width="63" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/> <buttonCell key="cell" type="push" title="->" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="952"> @@ -587,15 +668,15 @@ <action selector="moveBlock:" target="955" id="1009"/> </connections> </button> - <scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="924"> - <rect key="frame" x="286" y="42" width="181" height="248"/> + <scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="924"> + <rect key="frame" x="286" y="61" width="181" height="215"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" heightSizable="YES"/> <clipView key="contentView" id="Yf6-rO-8CR"> - <rect key="frame" x="1" y="1" width="179" height="246"/> + <rect key="frame" x="1" y="1" width="179" height="213"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <collectionView selectable="YES" id="951" userLabel="Memory Card 2 view"> - <rect key="frame" x="0.0" y="0.0" width="179" height="246"/> + <rect key="frame" x="0.0" y="0.0" width="179" height="213"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="primaryBackgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> <connections> @@ -605,6 +686,9 @@ </collectionView> </subviews> </clipView> + <constraints> + <constraint firstAttribute="width" constant="181" id="zI6-Mm-9Zn"/> + </constraints> <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" id="950"> <rect key="frame" x="1" y="144" width="233" height="15"/> <autoresizingMask key="autoresizingMask"/> @@ -614,15 +698,15 @@ <autoresizingMask key="autoresizingMask"/> </scroller> </scrollView> - <scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="925"> - <rect key="frame" x="38" y="42" width="181" height="248"/> + <scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="925"> + <rect key="frame" x="38" y="61" width="181" height="215"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES"/> <clipView key="contentView" id="b4B-9c-LZA"> - <rect key="frame" x="1" y="1" width="179" height="246"/> + <rect key="frame" x="1" y="1" width="179" height="213"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <collectionView selectable="YES" id="946" userLabel="Memory Card 1 view"> - <rect key="frame" x="0.0" y="0.0" width="179" height="246"/> + <rect key="frame" x="0.0" y="0.0" width="179" height="213"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="primaryBackgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> <connections> @@ -632,6 +716,9 @@ </collectionView> </subviews> </clipView> + <constraints> + <constraint firstAttribute="width" constant="181" id="Zi2-VL-89Y"/> + </constraints> <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" id="947"> <rect key="frame" x="1" y="144" width="233" height="15"/> <autoresizingMask key="autoresizingMask"/> @@ -641,8 +728,8 @@ <autoresizingMask key="autoresizingMask"/> </scroller> </scrollView> - <button verticalHuggingPriority="750" tag="2" id="926"> - <rect key="frame" x="280" y="6" width="98" height="32"/> + <button verticalHuggingPriority="750" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="926"> + <rect key="frame" x="280" y="13" width="98" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> <buttonCell key="cell" type="push" title="Format…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="945"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -652,8 +739,8 @@ <action selector="formatCard:" target="955" id="1014"/> </connections> </button> - <button verticalHuggingPriority="750" tag="1" id="927"> - <rect key="frame" x="32" y="6" width="98" height="32"/> + <button verticalHuggingPriority="750" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="927"> + <rect key="frame" x="32" y="13" width="98" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <buttonCell key="cell" type="push" title="Format…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="944"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -663,8 +750,8 @@ <action selector="formatCard:" target="955" id="1007"/> </connections> </button> - <button verticalHuggingPriority="750" tag="1" id="928"> - <rect key="frame" x="132" y="6" width="93" height="32"/> + <button verticalHuggingPriority="750" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="928"> + <rect key="frame" x="132" y="13" width="93" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <buttonCell key="cell" type="push" title="Delete…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="943"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -674,8 +761,8 @@ <action selector="deleteMemoryObject:" target="955" id="1006"/> </connections> </button> - <button verticalHuggingPriority="750" tag="2" id="929"> - <rect key="frame" x="380" y="6" width="93" height="32"/> + <button verticalHuggingPriority="750" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="929"> + <rect key="frame" x="380" y="13" width="93" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> <buttonCell key="cell" type="push" title="Delete…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="942"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -685,7 +772,7 @@ <action selector="deleteMemoryObject:" target="955" id="1013"/> </connections> </button> - <button verticalHuggingPriority="750" tag="1" id="930"> + <button verticalHuggingPriority="750" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="930"> <rect key="frame" x="32" y="289" width="80" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="New…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="941"> @@ -696,7 +783,7 @@ <action selector="newMemCard:" target="955" id="1011"/> </connections> </button> - <button verticalHuggingPriority="750" tag="1" id="931"> + <button verticalHuggingPriority="750" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="931"> <rect key="frame" x="124" y="289" width="101" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Change…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="940"> @@ -707,16 +794,19 @@ <action selector="changeMemCard:" target="955" id="1005"/> </connections> </button> - <textField verticalHuggingPriority="750" id="932"> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="932"> <rect key="frame" x="35" y="325" width="187" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <constraints> + <constraint firstAttribute="width" constant="181" id="j8N-Lk-zex"/> + </constraints> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="939"> <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> - <button verticalHuggingPriority="750" tag="2" id="933"> + <button verticalHuggingPriority="750" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="933"> <rect key="frame" x="280" y="289" width="80" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="New…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="938"> @@ -727,7 +817,7 @@ <action selector="newMemCard:" target="955" id="1010"/> </connections> </button> - <button verticalHuggingPriority="750" tag="2" id="934"> + <button verticalHuggingPriority="750" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="934"> <rect key="frame" x="372" y="289" width="101" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Change…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="937"> @@ -738,7 +828,7 @@ <action selector="changeMemCard:" target="955" id="1012"/> </connections> </button> - <textField verticalHuggingPriority="750" id="935"> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="935"> <rect key="frame" x="283" y="325" width="187" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="936"> @@ -748,16 +838,60 @@ </textFieldCell> </textField> </subviews> + <constraints> + <constraint firstItem="935" firstAttribute="baseline" secondItem="932" secondAttribute="baseline" id="36v-SY-fsX"/> + <constraint firstItem="932" firstAttribute="leading" secondItem="580" secondAttribute="leading" constant="38" id="3B6-rF-wUD"/> + <constraint firstItem="935" firstAttribute="trailing" secondItem="924" secondAttribute="trailing" id="5l6-xO-gYd"/> + <constraint firstItem="927" firstAttribute="top" secondItem="925" secondAttribute="bottom" constant="20" symbolic="YES" id="6Wc-QN-eg7"/> + <constraint firstAttribute="bottom" secondItem="923" secondAttribute="bottom" constant="82" id="8eM-Sy-7pm"/> + <constraint firstAttribute="bottom" secondItem="929" secondAttribute="bottom" constant="20" symbolic="YES" id="9z7-ud-JVC"/> + <constraint firstItem="935" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="932" secondAttribute="trailing" constant="67" id="BfO-Gi-NJH"/> + <constraint firstItem="928" firstAttribute="trailing" secondItem="925" secondAttribute="trailing" id="Eat-jS-jGO"/> + <constraint firstItem="934" firstAttribute="baseline" secondItem="933" secondAttribute="baseline" id="GDh-Ao-euB"/> + <constraint firstItem="923" firstAttribute="leading" secondItem="925" secondAttribute="trailing" constant="8" id="MSk-ik-boa"/> + <constraint firstItem="927" firstAttribute="leading" secondItem="925" secondAttribute="leading" id="PdY-FC-K0F"/> + <constraint firstItem="935" firstAttribute="leading" secondItem="926" secondAttribute="leading" id="Qw1-9b-VcL"/> + <constraint firstItem="935" firstAttribute="top" secondItem="580" secondAttribute="top" constant="3" id="SRn-ys-vCc"/> + <constraint firstItem="932" firstAttribute="top" secondItem="580" secondAttribute="top" constant="3" id="Tsr-4R-NMk"/> + <constraint firstItem="929" firstAttribute="baseline" secondItem="926" secondAttribute="baseline" id="V5X-BV-iiI"/> + <constraint firstItem="928" firstAttribute="trailing" secondItem="932" secondAttribute="trailing" id="VTR-KU-yme"/> + <constraint firstItem="923" firstAttribute="top" secondItem="922" secondAttribute="bottom" constant="113" id="acY-ll-k54"/> + <constraint firstItem="935" firstAttribute="leading" secondItem="924" secondAttribute="leading" id="aqg-O0-ZG4"/> + <constraint firstItem="924" firstAttribute="leading" secondItem="922" secondAttribute="trailing" constant="8" id="cw5-Tu-rMI"/> + <constraint firstItem="935" firstAttribute="trailing" secondItem="929" secondAttribute="trailing" id="dW9-IV-4So"/> + <constraint firstItem="922" firstAttribute="leading" secondItem="925" secondAttribute="trailing" constant="8" id="ePj-c6-Nvv"/> + <constraint firstItem="935" firstAttribute="leading" secondItem="933" secondAttribute="leading" id="f9W-3x-513"/> + <constraint firstItem="934" firstAttribute="baseline" secondItem="930" secondAttribute="baseline" id="iXJ-TL-2NR"/> + <constraint firstItem="925" firstAttribute="bottom" secondItem="924" secondAttribute="bottom" id="j9R-se-Ehv"/> + <constraint firstItem="922" firstAttribute="top" secondItem="580" secondAttribute="top" constant="108" id="lfR-pL-l3d"/> + <constraint firstItem="925" firstAttribute="height" secondItem="924" secondAttribute="height" id="lha-HW-Jq8"/> + <constraint firstItem="927" firstAttribute="leading" secondItem="932" secondAttribute="leading" id="m42-us-Ukb"/> + <constraint firstItem="925" firstAttribute="top" secondItem="930" secondAttribute="bottom" constant="20" symbolic="YES" id="mxU-gt-gcw"/> + <constraint firstItem="934" firstAttribute="baseline" secondItem="931" secondAttribute="baseline" id="oSO-zV-a8h"/> + <constraint firstAttribute="trailing" secondItem="935" secondAttribute="trailing" constant="38" id="ohD-Gs-2sI"/> + <constraint firstItem="935" firstAttribute="trailing" secondItem="934" secondAttribute="trailing" id="pKN-jf-ULY"/> + <constraint firstItem="924" firstAttribute="leading" secondItem="923" secondAttribute="trailing" constant="8" id="tBD-ne-KGH"/> + <constraint firstItem="934" firstAttribute="top" secondItem="935" secondAttribute="bottom" constant="8" symbolic="YES" id="tWv-0e-SJD"/> + <constraint firstItem="927" firstAttribute="leading" secondItem="930" secondAttribute="leading" id="uAJ-bg-UTh"/> + <constraint firstItem="925" firstAttribute="top" secondItem="924" secondAttribute="top" id="uhY-tK-xVf"/> + <constraint firstItem="928" firstAttribute="baseline" secondItem="927" secondAttribute="baseline" id="vbr-3z-0DC"/> + <constraint firstItem="928" firstAttribute="trailing" secondItem="931" secondAttribute="trailing" id="vcf-a4-QlX"/> + <constraint firstItem="926" firstAttribute="baseline" secondItem="928" secondAttribute="baseline" id="yYM-0H-88y"/> + <constraint firstItem="923" firstAttribute="centerX" secondItem="922" secondAttribute="centerX" id="zZ0-rI-j7p"/> + </constraints> </view> </tabViewItem> <tabViewItem label="Hotkeys" identifier="4" id="655"> <view key="view" id="656" userLabel="Hotkey View" customClass="HotkeyController"> <rect key="frame" x="10" y="33" width="505" height="345"/> - <autoresizingMask key="autoresizingMask"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button identifier="FastForward" verticalHuggingPriority="750" tag="100" id="769"> - <rect key="frame" x="11" y="314" width="121" height="32"/> + <button identifier="FastForward" verticalHuggingPriority="750" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="769"> + <rect key="frame" x="14" y="314" width="121" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <constraints> + <constraint firstAttribute="width" constant="109" id="DcZ-FH-K7H"/> + </constraints> <buttonCell key="cell" type="push" title="Fast Forward" bezelStyle="rounded" alignment="center" borderStyle="border" tag="100" imageScaling="proportionallyDown" inset="2" id="770"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/> <font key="font" metaFont="system"/> @@ -766,8 +900,8 @@ <action selector="hotkeySet:" target="656" id="784"/> </connections> </button> - <textField verticalHuggingPriority="750" id="771"> - <rect key="frame" x="134" y="320" width="310" height="22"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="771"> + <rect key="frame" x="137" y="321" width="307" height="22"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="None..." bezelStyle="round" id="772"> <font key="font" metaFont="system"/> @@ -775,8 +909,8 @@ <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <button identifier="FrameLimit" verticalHuggingPriority="750" tag="101" id="896"> - <rect key="frame" x="11" y="284" width="121" height="32"/> + <button identifier="FrameLimit" verticalHuggingPriority="750" tag="101" translatesAutoresizingMaskIntoConstraints="NO" id="896"> + <rect key="frame" x="14" y="281" width="121" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Frame Limit" bezelStyle="rounded" alignment="center" borderStyle="border" tag="100" imageScaling="proportionallyDown" inset="2" id="899"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/> @@ -786,8 +920,8 @@ <action selector="hotkeySet:" target="656" id="900"/> </connections> </button> - <textField verticalHuggingPriority="750" id="897"> - <rect key="frame" x="134" y="290" width="310" height="22"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="897"> + <rect key="frame" x="137" y="288" width="307" height="22"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="None..." bezelStyle="round" id="898"> <font key="font" metaFont="system"/> @@ -795,8 +929,8 @@ <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <button identifier="SaveState" verticalHuggingPriority="750" tag="102" id="850"> - <rect key="frame" x="11" y="252" width="121" height="32"/> + <button identifier="SaveState" verticalHuggingPriority="750" tag="102" translatesAutoresizingMaskIntoConstraints="NO" id="850"> + <rect key="frame" x="14" y="248" width="121" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Save State" bezelStyle="rounded" alignment="center" borderStyle="border" tag="100" imageScaling="proportionallyDown" inset="2" id="853"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/> @@ -806,8 +940,8 @@ <action selector="hotkeySet:" target="656" id="854"/> </connections> </button> - <textField verticalHuggingPriority="750" id="851"> - <rect key="frame" x="134" y="259" width="310" height="22"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="851"> + <rect key="frame" x="137" y="255" width="307" height="22"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="None..." bezelStyle="round" id="852"> <font key="font" metaFont="system"/> @@ -815,8 +949,8 @@ <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <button identifier="LoadState" verticalHuggingPriority="750" tag="103" id="855"> - <rect key="frame" x="11" y="220" width="121" height="32"/> + <button identifier="LoadState" verticalHuggingPriority="750" tag="103" translatesAutoresizingMaskIntoConstraints="NO" id="855"> + <rect key="frame" x="14" y="215" width="121" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Load State" bezelStyle="rounded" alignment="center" borderStyle="border" tag="100" imageScaling="proportionallyDown" inset="2" id="856"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/> @@ -826,8 +960,8 @@ <action selector="hotkeySet:" target="656" id="857"/> </connections> </button> - <textField verticalHuggingPriority="750" id="870"> - <rect key="frame" x="134" y="227" width="310" height="22"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="870"> + <rect key="frame" x="137" y="222" width="307" height="22"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="None..." bezelStyle="round" id="871"> <font key="font" metaFont="system"/> @@ -835,8 +969,8 @@ <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <button identifier="NextState" verticalHuggingPriority="750" tag="104" id="861"> - <rect key="frame" x="11" y="188" width="121" height="32"/> + <button identifier="NextState" verticalHuggingPriority="750" tag="104" translatesAutoresizingMaskIntoConstraints="NO" id="861"> + <rect key="frame" x="14" y="182" width="121" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Next State" bezelStyle="rounded" alignment="center" borderStyle="border" tag="100" imageScaling="proportionallyDown" inset="2" id="862"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/> @@ -846,8 +980,8 @@ <action selector="hotkeySet:" target="656" id="863"/> </connections> </button> - <textField verticalHuggingPriority="750" id="872"> - <rect key="frame" x="134" y="195" width="310" height="22"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="872"> + <rect key="frame" x="137" y="189" width="307" height="22"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="None..." bezelStyle="round" id="873"> <font key="font" metaFont="system"/> @@ -855,8 +989,8 @@ <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <button identifier="PrevState" verticalHuggingPriority="750" tag="105" id="867"> - <rect key="frame" x="11" y="156" width="121" height="32"/> + <button identifier="PrevState" verticalHuggingPriority="750" tag="105" translatesAutoresizingMaskIntoConstraints="NO" id="867"> + <rect key="frame" x="14" y="149" width="121" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Previous State" bezelStyle="rounded" alignment="center" borderStyle="border" tag="100" imageScaling="proportionallyDown" inset="2" id="868"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/> @@ -866,8 +1000,8 @@ <action selector="hotkeySet:" target="656" id="869"/> </connections> </button> - <textField verticalHuggingPriority="750" id="874"> - <rect key="frame" x="134" y="164" width="310" height="22"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="874"> + <rect key="frame" x="137" y="156" width="307" height="22"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="None..." bezelStyle="round" id="875"> <font key="font" metaFont="system"/> @@ -875,15 +1009,18 @@ <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <box autoresizesSubviews="NO" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="884"> - <rect key="frame" x="3" y="148" width="500" height="5"/> + <box autoresizesSubviews="NO" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="884"> + <rect key="frame" x="3" y="133" width="500" height="5"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/> + <constraints> + <constraint firstAttribute="height" constant="1" id="hB2-RV-Khq"/> + </constraints> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> <font key="titleFont" metaFont="system"/> </box> - <textField verticalHuggingPriority="750" id="885"> - <rect key="frame" x="14" y="125" width="113" height="17"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="885"> + <rect key="frame" x="17" y="110" width="113" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="GPU Key Modifier" id="886"> <font key="font" metaFont="system"/> @@ -891,13 +1028,13 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <popUpButton verticalHuggingPriority="750" id="887"> - <rect key="frame" x="131" y="119" width="153" height="26"/> + <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="887"> + <rect key="frame" x="133" y="104" width="127" height="26"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <string key="toolTip">Any key pressed at the same time as the GPU Key Modifier will be sent directly to the GPU Plugin. This is useful for plugins with menus. Control (ctrl) is the recommended modifier; command (cmd or apple key) should not be used unless you absolutely want to.</string> <popUpButtonCell key="cell" type="push" title="Control ⌃" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="890" id="888"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="889"> <items> <menuItem title="Control ⌃" state="on" id="890"> @@ -915,6 +1052,62 @@ </popUpButtonCell> </popUpButton> </subviews> + <constraints> + <constraint firstItem="771" firstAttribute="leading" secondItem="769" secondAttribute="trailing" constant="8" symbolic="YES" id="1H7-SL-a60"/> + <constraint firstAttribute="trailing" secondItem="874" secondAttribute="trailing" constant="61" id="2PQ-zM-DWh"/> + <constraint firstAttribute="trailing" secondItem="851" secondAttribute="trailing" constant="61" id="4nS-HD-tLe"/> + <constraint firstItem="769" firstAttribute="top" secondItem="656" secondAttribute="top" constant="3" id="6Ep-oS-djp"/> + <constraint firstItem="850" firstAttribute="leading" secondItem="656" secondAttribute="leading" constant="20" symbolic="YES" id="7Rm-0j-PVk"/> + <constraint firstItem="867" firstAttribute="top" secondItem="861" secondAttribute="bottom" constant="12" symbolic="YES" id="ASU-bY-A3j"/> + <constraint firstItem="887" firstAttribute="leading" secondItem="885" secondAttribute="trailing" constant="8" symbolic="YES" id="AzU-4V-xPe"/> + <constraint firstItem="870" firstAttribute="width" secondItem="851" secondAttribute="width" id="Eyi-Zw-4nF"/> + <constraint firstItem="861" firstAttribute="leading" secondItem="850" secondAttribute="leading" id="FBx-l4-chk"/> + <constraint firstItem="867" firstAttribute="leading" secondItem="656" secondAttribute="leading" constant="20" symbolic="YES" id="Fjv-rs-vIe"/> + <constraint firstItem="870" firstAttribute="width" secondItem="874" secondAttribute="width" id="Frj-gc-7An"/> + <constraint firstItem="855" firstAttribute="top" secondItem="850" secondAttribute="bottom" constant="12" symbolic="YES" id="Hys-A0-gYo"/> + <constraint firstItem="897" firstAttribute="leading" secondItem="896" secondAttribute="trailing" constant="8" symbolic="YES" id="Ijg-n5-AaI"/> + <constraint firstItem="861" firstAttribute="trailing" secondItem="896" secondAttribute="trailing" id="IkX-5l-gHn"/> + <constraint firstItem="897" firstAttribute="bottom" secondItem="896" secondAttribute="bottom" id="JKZ-mv-ql4"/> + <constraint firstAttribute="trailing" secondItem="870" secondAttribute="trailing" constant="61" id="JU3-zD-lTq"/> + <constraint firstItem="870" firstAttribute="leading" secondItem="855" secondAttribute="trailing" constant="8" symbolic="YES" id="Jye-hs-vxo"/> + <constraint firstAttribute="trailing" secondItem="872" secondAttribute="trailing" constant="61" id="Lhv-06-7pM"/> + <constraint firstItem="769" firstAttribute="leading" secondItem="656" secondAttribute="leading" constant="20" symbolic="YES" id="M40-UH-cUK"/> + <constraint firstItem="874" firstAttribute="leading" secondItem="867" secondAttribute="trailing" constant="8" symbolic="YES" id="M9e-cd-Rwj"/> + <constraint firstItem="884" firstAttribute="top" secondItem="867" secondAttribute="bottom" constant="20" symbolic="YES" id="O35-kR-hf9"/> + <constraint firstItem="870" firstAttribute="width" secondItem="872" secondAttribute="width" id="Q5R-u6-RcT"/> + <constraint firstItem="861" firstAttribute="trailing" secondItem="867" secondAttribute="trailing" id="RKr-ug-146"/> + <constraint firstItem="861" firstAttribute="leading" secondItem="656" secondAttribute="leading" constant="20" symbolic="YES" id="RsR-zU-wT8"/> + <constraint firstItem="885" firstAttribute="leading" secondItem="656" secondAttribute="leading" constant="20" symbolic="YES" id="W9H-Wc-fmC"/> + <constraint firstItem="887" firstAttribute="baseline" secondItem="885" secondAttribute="baseline" id="WBc-yu-ydK"/> + <constraint firstItem="870" firstAttribute="width" secondItem="771" secondAttribute="width" id="Xfd-2z-aKS"/> + <constraint firstItem="861" firstAttribute="leading" secondItem="855" secondAttribute="leading" id="Y5f-bE-St4"/> + <constraint firstAttribute="trailing" secondItem="771" secondAttribute="trailing" constant="61" id="a5G-EM-lK4"/> + <constraint firstItem="861" firstAttribute="trailing" secondItem="769" secondAttribute="trailing" id="aCZ-YW-ZF4"/> + <constraint firstItem="861" firstAttribute="leading" secondItem="896" secondAttribute="leading" id="aIK-mN-w4w"/> + <constraint firstItem="850" firstAttribute="top" secondItem="896" secondAttribute="bottom" constant="12" symbolic="YES" id="bLd-ea-wp2"/> + <constraint firstItem="870" firstAttribute="bottom" secondItem="855" secondAttribute="bottom" id="bON-4t-DdA"/> + <constraint firstItem="861" firstAttribute="trailing" secondItem="855" secondAttribute="trailing" id="c55-Li-idf"/> + <constraint firstItem="874" firstAttribute="bottom" secondItem="867" secondAttribute="bottom" id="dlu-Ky-Kag"/> + <constraint firstAttribute="trailing" secondItem="884" secondAttribute="trailing" constant="2" id="fgg-y6-Uz6"/> + <constraint firstItem="885" firstAttribute="top" secondItem="884" secondAttribute="bottom" constant="8" symbolic="YES" id="hEd-Lp-50f"/> + <constraint firstItem="861" firstAttribute="leading" secondItem="769" secondAttribute="leading" id="jKY-xG-hal"/> + <constraint firstItem="872" firstAttribute="leading" secondItem="861" secondAttribute="trailing" constant="8" symbolic="YES" id="kaX-jf-leF"/> + <constraint firstItem="861" firstAttribute="trailing" secondItem="850" secondAttribute="trailing" id="lQG-Jr-0g8"/> + <constraint firstItem="769" firstAttribute="bottom" secondItem="771" secondAttribute="bottom" id="mqS-mj-nxy"/> + <constraint firstItem="896" firstAttribute="top" secondItem="769" secondAttribute="bottom" constant="12" symbolic="YES" id="new-7N-tPH"/> + <constraint firstItem="851" firstAttribute="leading" secondItem="850" secondAttribute="trailing" constant="8" symbolic="YES" id="ooO-01-pg9"/> + <constraint firstItem="884" firstAttribute="leading" secondItem="656" secondAttribute="leading" constant="3" id="q7K-W7-WgL"/> + <constraint firstItem="769" firstAttribute="baseline" secondItem="771" secondAttribute="baseline" id="qEg-Ld-cTj"/> + <constraint firstItem="870" firstAttribute="width" secondItem="897" secondAttribute="width" id="qJR-Yw-8VN"/> + <constraint firstItem="851" firstAttribute="bottom" secondItem="850" secondAttribute="bottom" id="rDL-jh-qvX"/> + <constraint firstItem="861" firstAttribute="top" secondItem="855" secondAttribute="bottom" constant="12" symbolic="YES" id="rNf-h0-xtu"/> + <constraint firstItem="855" firstAttribute="leading" secondItem="656" secondAttribute="leading" constant="20" symbolic="YES" id="sXH-hn-Sp3"/> + <constraint firstItem="861" firstAttribute="bottom" secondItem="872" secondAttribute="bottom" id="sbM-rw-g4T"/> + <constraint firstItem="861" firstAttribute="leading" secondItem="867" secondAttribute="leading" id="tIy-Xd-cr1"/> + <constraint firstAttribute="trailing" secondItem="897" secondAttribute="trailing" constant="61" id="tcK-Lw-7Ab"/> + <constraint firstItem="769" firstAttribute="baseline" secondItem="771" secondAttribute="baseline" id="tts-a8-oz0"/> + <constraint firstItem="896" firstAttribute="leading" secondItem="656" secondAttribute="leading" constant="20" symbolic="YES" id="vVx-pM-Bho"/> + </constraints> <connections> <outlet property="FastForward" destination="771" id="849"/> <outlet property="FrameLimit" destination="897" id="901"/> @@ -931,32 +1124,42 @@ </connections> </tabView> </subviews> + <constraints> + <constraint firstAttribute="trailing" secondItem="238" secondAttribute="trailing" constant="20" symbolic="YES" id="DRM-dx-hyj"/> + <constraint firstAttribute="bottom" secondItem="238" secondAttribute="bottom" constant="20" symbolic="YES" id="UBc-At-C1O"/> + <constraint firstItem="238" firstAttribute="top" secondItem="2" secondAttribute="top" constant="12" symbolic="YES" id="eBb-qc-dnX"/> + <constraint firstItem="238" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="nlT-er-TzP"/> + </constraints> </view> <connections> <outlet property="delegate" destination="-2" id="478"/> </connections> </window> <view id="957" userLabel="MemCardObjectView"> - <rect key="frame" x="0.0" y="0.0" width="179" height="130"/> + <rect key="frame" x="0.0" y="0.0" width="179" height="131"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <box autoresizesSubviews="NO" title="Box" boxType="custom" borderType="none" titlePosition="noTitle" id="965"> - <rect key="frame" x="0.0" y="0.0" width="179" height="130"/> + <box autoresizesSubviews="NO" title="Box" boxType="custom" borderType="none" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="965"> + <rect key="frame" x="0.0" y="0.0" width="179" height="131"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <view key="contentView"> - <rect key="frame" x="0.0" y="0.0" width="179" height="130"/> + <rect key="frame" x="0.0" y="0.0" width="179" height="131"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <imageView id="976"> - <rect key="frame" x="65" y="79" width="48" height="48"/> + <imageView translatesAutoresizingMaskIntoConstraints="NO" id="976"> + <rect key="frame" x="66" y="80" width="48" height="48"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> + <constraints> + <constraint firstAttribute="width" constant="48" id="kIh-n8-gJw"/> + <constraint firstAttribute="height" constant="48" id="vPq-qO-hYs"/> + </constraints> <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSAdvanced" id="986"/> <connections> <binding destination="958" name="value" keyPath="representedObject.memImage" id="1057"/> </connections> </imageView> - <textField verticalHuggingPriority="750" id="979"> - <rect key="frame" x="0.0" y="54" width="178" height="17"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="979"> + <rect key="frame" x="0.0" y="55" width="179" height="17"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="English name" id="981"> <font key="font" metaFont="system"/> @@ -967,8 +1170,8 @@ <binding destination="958" name="value" keyPath="representedObject.englishName" id="989"/> </connections> </textField> - <textField verticalHuggingPriority="750" id="978"> - <rect key="frame" x="0.0" y="29" width="178" height="17"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="978"> + <rect key="frame" x="0.0" y="30" width="179" height="17"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="SJIS name" id="982"> <font key="font" metaFont="system"/> @@ -979,8 +1182,8 @@ <binding destination="958" name="value" keyPath="representedObject.sjisName" id="990"/> </connections> </textField> - <textField verticalHuggingPriority="750" id="977"> - <rect key="frame" x="0.0" y="7" width="178" height="14"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="977"> + <rect key="frame" x="0.0" y="8" width="179" height="14"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="center" title="DELETED" allowsEditingTextAttributes="YES" id="983"> <font key="font" metaFont="smallSystem"/> @@ -991,12 +1194,12 @@ <binding destination="958" name="value" keyPath="representedObject.attributedFlagName" id="1018"/> </connections> </textField> - <customView focusRingType="none" id="1021" customClass="MemBadgeView"> - <rect key="frame" x="89" y="103" width="24" height="24"/> + <customView focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="1021" customClass="MemBadgeView"> + <rect key="frame" x="90" y="104" width="24" height="24"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <subviews> - <textField verticalHuggingPriority="750" id="1047"> - <rect key="frame" x="2" y="5" width="20" height="14"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1047"> + <rect key="frame" x="-3" y="5" width="30" height="14"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="0" id="1048"> <font key="font" metaFont="smallSystem"/> @@ -1004,15 +1207,22 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> <connections> + <binding destination="958" name="value" keyPath="representedObject.blockSize" id="1052"/> <binding destination="958" name="hidden" keyPath="representedObject.isBiggerThanOne" id="1055"> <dictionary key="options"> <string key="NSValueTransformerName">NSNegateBoolean</string> </dictionary> </binding> - <binding destination="958" name="value" keyPath="representedObject.blockSize" id="1052"/> </connections> </textField> </subviews> + <constraints> + <constraint firstAttribute="width" constant="24" id="NKm-Xa-bpK"/> + <constraint firstItem="1047" firstAttribute="leading" secondItem="1021" secondAttribute="leading" id="Qn2-FA-D3z"/> + <constraint firstAttribute="height" constant="24" id="TXU-om-bbr"/> + <constraint firstAttribute="trailing" secondItem="1047" secondAttribute="trailing" id="jzg-xq-BrC"/> + <constraint firstAttribute="centerY" secondItem="1047" secondAttribute="centerY" id="nmd-M9-gSz"/> + </constraints> <connections> <binding destination="958" name="hidden" keyPath="representedObject.isBiggerThanOne" id="1044"> <dictionary key="options"> @@ -1023,6 +1233,27 @@ </customView> </subviews> </view> + <constraints> + <constraint firstItem="978" firstAttribute="centerX" secondItem="977" secondAttribute="centerX" id="1re-mN-cS5"/> + <constraint firstAttribute="trailing" secondItem="977" secondAttribute="trailing" constant="3" id="4pX-wf-0fh"/> + <constraint firstItem="977" firstAttribute="top" secondItem="978" secondAttribute="bottom" constant="8" symbolic="YES" id="7YC-M7-vn3"/> + <constraint firstItem="977" firstAttribute="leading" secondItem="965" secondAttribute="leading" constant="3" id="Cj1-YY-Bc6"/> + <constraint firstItem="978" firstAttribute="width" secondItem="977" secondAttribute="width" id="OLg-PY-KOQ"/> + <constraint firstItem="976" firstAttribute="trailing" secondItem="1021" secondAttribute="trailing" id="SW5-1f-7rd"/> + <constraint firstItem="976" firstAttribute="top" secondItem="1021" secondAttribute="top" id="Scn-jG-PGU"/> + <constraint firstItem="979" firstAttribute="top" secondItem="976" secondAttribute="bottom" constant="8" symbolic="YES" id="Shq-gy-XJ4"/> + <constraint firstAttribute="bottom" secondItem="977" secondAttribute="bottom" constant="8" id="WpJ-zn-ZXZ"/> + <constraint firstItem="978" firstAttribute="centerX" secondItem="979" secondAttribute="centerX" id="aos-Qx-cTN"/> + <constraint firstItem="979" firstAttribute="top" secondItem="976" secondAttribute="bottom" constant="8" symbolic="YES" id="glW-gx-yMC"/> + <constraint firstAttribute="trailing" secondItem="979" secondAttribute="trailing" constant="3" id="knC-V5-LJu"/> + <constraint firstItem="976" firstAttribute="top" secondItem="965" secondAttribute="top" constant="3" id="lCY-pF-WD1"/> + <constraint firstItem="978" firstAttribute="width" secondItem="979" secondAttribute="width" id="nh9-91-rTJ"/> + <constraint firstItem="979" firstAttribute="leading" secondItem="965" secondAttribute="leading" constant="3" id="o0l-Ou-LQ8"/> + <constraint firstItem="978" firstAttribute="leading" secondItem="965" secondAttribute="leading" constant="3" id="rfy-JA-Rzu"/> + <constraint firstAttribute="trailing" secondItem="978" secondAttribute="trailing" constant="3" id="vOS-Qk-paU"/> + <constraint firstItem="978" firstAttribute="top" secondItem="979" secondAttribute="bottom" constant="8" symbolic="YES" id="yIl-84-XQn"/> + <constraint firstItem="978" firstAttribute="centerX" secondItem="976" secondAttribute="centerX" id="zft-6G-DEo"/> + </constraints> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> <color key="fillColor" name="selectedControlColor" catalog="System" colorSpace="catalog"/> <connections> @@ -1034,6 +1265,12 @@ </connections> </box> </subviews> + <constraints> + <constraint firstAttribute="bottom" secondItem="965" secondAttribute="bottom" id="OGJ-eO-hiY"/> + <constraint firstAttribute="trailing" secondItem="965" secondAttribute="trailing" id="ZGZ-Hv-Egd"/> + <constraint firstItem="965" firstAttribute="leading" secondItem="957" secondAttribute="leading" id="ZW4-VZ-e0X"/> + <constraint firstItem="965" firstAttribute="top" secondItem="957" secondAttribute="top" id="hJO-p9-8f9"/> + </constraints> </view> <collectionViewItem id="958"> <connections> |
