Settings.storyboard 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="ka3-r9-J8N">
  3. <device id="retina5_5" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
  9. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--Navigation Controller-->
  14. <scene sceneID="s6S-qZ-ybS">
  15. <objects>
  16. <navigationController id="ka3-r9-J8N" sceneMemberID="viewController">
  17. <navigationBar key="navigationBar" contentMode="scaleToFill" id="GmC-a9-yEc">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. </navigationBar>
  21. <connections>
  22. <segue destination="OQe-Lc-9ZH" kind="relationship" relationship="rootViewController" id="oyb-uS-Dfx"/>
  23. </connections>
  24. </navigationController>
  25. <placeholder placeholderIdentifier="IBFirstResponder" id="gLw-Xr-x3w" userLabel="First Responder" sceneMemberID="firstResponder"/>
  26. </objects>
  27. <point key="canvasLocation" x="-1030" y="18"/>
  28. </scene>
  29. <!--Settings Table View Controller-->
  30. <scene sceneID="msp-BQ-kl5">
  31. <objects>
  32. <tableViewController id="OQe-Lc-9ZH" customClass="SettingsTableViewController" sceneMemberID="viewController">
  33. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="Fjq-Fi-Zzn">
  34. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  36. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  37. <sections>
  38. <tableViewSection headerTitle="General" id="Ct9-Es-qVF">
  39. <cells>
  40. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Uok-QG-PGD">
  41. <rect key="frame" x="0.0" y="55.333333333333336" width="375" height="44"/>
  42. <autoresizingMask key="autoresizingMask"/>
  43. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Uok-QG-PGD" id="xuB-Rb-6ld">
  44. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  45. <autoresizingMask key="autoresizingMask"/>
  46. <subviews>
  47. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Game Resource" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VQP-NM-z3r">
  48. <rect key="frame" x="8" y="12" width="157" height="21"/>
  49. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  50. <nil key="textColor"/>
  51. <nil key="highlightedColor"/>
  52. </label>
  53. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="iTunes File Sharing" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aNN-DF-3OJ">
  54. <rect key="frame" x="173" y="11" width="194" height="21"/>
  55. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  56. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  57. <nil key="highlightedColor"/>
  58. </label>
  59. </subviews>
  60. <constraints>
  61. <constraint firstAttribute="leadingMargin" secondItem="VQP-NM-z3r" secondAttribute="leading" id="IBK-Mb-nfW"/>
  62. <constraint firstItem="aNN-DF-3OJ" firstAttribute="centerY" secondItem="xuB-Rb-6ld" secondAttribute="centerY" id="YRc-dr-Deb"/>
  63. <constraint firstItem="VQP-NM-z3r" firstAttribute="centerY" secondItem="xuB-Rb-6ld" secondAttribute="centerY" id="gZE-0Y-daF"/>
  64. <constraint firstAttribute="trailingMargin" secondItem="aNN-DF-3OJ" secondAttribute="trailing" id="jpO-tp-l7E"/>
  65. </constraints>
  66. </tableViewCellContentView>
  67. </tableViewCell>
  68. </cells>
  69. </tableViewSection>
  70. <tableViewSection headerTitle="Localization" id="5ym-4D-dzP">
  71. <cells>
  72. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="lDb-7T-RVK">
  73. <rect key="frame" x="0.0" y="155.33333333333334" width="375" height="44"/>
  74. <autoresizingMask key="autoresizingMask"/>
  75. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="lDb-7T-RVK" id="Ukc-wN-81f">
  76. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  77. <autoresizingMask key="autoresizingMask"/>
  78. <subviews>
  79. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Translation File" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vvj-5L-w4s">
  80. <rect key="frame" x="8" y="12" width="157" height="21"/>
  81. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  82. <nil key="textColor"/>
  83. <nil key="highlightedColor"/>
  84. </label>
  85. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QIh-wC-BnL">
  86. <rect key="frame" x="173" y="11" width="194" height="21"/>
  87. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  88. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  89. <nil key="highlightedColor"/>
  90. </label>
  91. </subviews>
  92. <constraints>
  93. <constraint firstAttribute="trailingMargin" secondItem="QIh-wC-BnL" secondAttribute="trailing" id="Llp-rj-AKG"/>
  94. <constraint firstItem="QIh-wC-BnL" firstAttribute="centerY" secondItem="Ukc-wN-81f" secondAttribute="centerY" id="c2H-YO-NYf"/>
  95. <constraint firstItem="vvj-5L-w4s" firstAttribute="centerY" secondItem="Ukc-wN-81f" secondAttribute="centerY" id="fPs-Ap-X3q"/>
  96. <constraint firstAttribute="leadingMargin" secondItem="vvj-5L-w4s" secondAttribute="leading" id="kas-0J-ykr"/>
  97. </constraints>
  98. </tableViewCellContentView>
  99. </tableViewCell>
  100. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="UzA-C4-jRW">
  101. <rect key="frame" x="0.0" y="199.33333333333334" width="375" height="44"/>
  102. <autoresizingMask key="autoresizingMask"/>
  103. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="UzA-C4-jRW" id="x0B-20-KSl">
  104. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  105. <autoresizingMask key="autoresizingMask"/>
  106. <subviews>
  107. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Font File" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FLw-EA-IAl">
  108. <rect key="frame" x="8" y="12" width="157" height="21"/>
  109. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  110. <nil key="textColor"/>
  111. <nil key="highlightedColor"/>
  112. </label>
  113. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EsV-LN-DsQ">
  114. <rect key="frame" x="173" y="11" width="194" height="21"/>
  115. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  116. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  117. <nil key="highlightedColor"/>
  118. </label>
  119. </subviews>
  120. <constraints>
  121. <constraint firstItem="FLw-EA-IAl" firstAttribute="centerY" secondItem="x0B-20-KSl" secondAttribute="centerY" id="Lic-3B-NGQ"/>
  122. <constraint firstItem="EsV-LN-DsQ" firstAttribute="centerY" secondItem="x0B-20-KSl" secondAttribute="centerY" id="UK8-Kv-O0W"/>
  123. <constraint firstAttribute="trailingMargin" secondItem="EsV-LN-DsQ" secondAttribute="trailing" id="dDf-hb-iBs"/>
  124. <constraint firstAttribute="leadingMargin" secondItem="FLw-EA-IAl" secondAttribute="leading" id="n2I-rq-vHQ"/>
  125. </constraints>
  126. </tableViewCellContentView>
  127. </tableViewCell>
  128. </cells>
  129. </tableViewSection>
  130. <tableViewSection headerTitle="Display" id="KKa-Sg-wye">
  131. <cells>
  132. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="9a0-he-ORh">
  133. <rect key="frame" x="0.0" y="299.33333333333337" width="375" height="44"/>
  134. <autoresizingMask key="autoresizingMask"/>
  135. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="9a0-he-ORh" id="mLs-ur-1MO">
  136. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  137. <autoresizingMask key="autoresizingMask"/>
  138. <subviews>
  139. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Touch Overlay" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F74-lN-NuX">
  140. <rect key="frame" x="8" y="12" width="157" height="21"/>
  141. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  142. <nil key="textColor"/>
  143. <nil key="highlightedColor"/>
  144. </label>
  145. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ko1-dc-Oae">
  146. <rect key="frame" x="318" y="7" width="51" height="31"/>
  147. </switch>
  148. </subviews>
  149. <constraints>
  150. <constraint firstItem="F74-lN-NuX" firstAttribute="centerY" secondItem="mLs-ur-1MO" secondAttribute="centerY" id="5cp-cg-DAV"/>
  151. <constraint firstAttribute="trailingMargin" secondItem="ko1-dc-Oae" secondAttribute="trailing" id="bLG-ed-pNC"/>
  152. <constraint firstItem="ko1-dc-Oae" firstAttribute="centerY" secondItem="F74-lN-NuX" secondAttribute="centerY" id="lYj-ND-DaG"/>
  153. <constraint firstAttribute="leadingMargin" secondItem="F74-lN-NuX" secondAttribute="leading" id="nU8-lC-EsN"/>
  154. </constraints>
  155. </tableViewCellContentView>
  156. </tableViewCell>
  157. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="c9y-1x-kS3">
  158. <rect key="frame" x="0.0" y="343.33333333333337" width="375" height="44"/>
  159. <autoresizingMask key="autoresizingMask"/>
  160. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="c9y-1x-kS3" id="Gql-xC-gly">
  161. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  162. <autoresizingMask key="autoresizingMask"/>
  163. <subviews>
  164. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Keep Aspect" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1Ej-ro-rVM">
  165. <rect key="frame" x="8" y="12" width="157" height="21"/>
  166. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  167. <nil key="textColor"/>
  168. <nil key="highlightedColor"/>
  169. </label>
  170. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19s-4h-jrW">
  171. <rect key="frame" x="318" y="7" width="51" height="31"/>
  172. </switch>
  173. </subviews>
  174. <constraints>
  175. <constraint firstAttribute="leadingMargin" secondItem="1Ej-ro-rVM" secondAttribute="leading" id="GMt-VQ-GCQ"/>
  176. <constraint firstAttribute="trailingMargin" secondItem="19s-4h-jrW" secondAttribute="trailing" id="c1U-jp-wkC"/>
  177. <constraint firstItem="1Ej-ro-rVM" firstAttribute="centerY" secondItem="Gql-xC-gly" secondAttribute="centerY" id="dQ3-tv-oO5"/>
  178. <constraint firstItem="19s-4h-jrW" firstAttribute="centerY" secondItem="1Ej-ro-rVM" secondAttribute="centerY" id="fxr-bn-n0C"/>
  179. </constraints>
  180. </tableViewCellContentView>
  181. </tableViewCell>
  182. </cells>
  183. </tableViewSection>
  184. <tableViewSection headerTitle="Audio" id="kPc-Yq-LOh">
  185. <cells>
  186. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="3SU-Gc-7wH">
  187. <rect key="frame" x="0.0" y="443.33333333333337" width="375" height="44"/>
  188. <autoresizingMask key="autoresizingMask"/>
  189. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3SU-Gc-7wH" id="76m-CM-YAY">
  190. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  191. <autoresizingMask key="autoresizingMask"/>
  192. <subviews>
  193. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="BGM" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="H6w-EN-xQ6">
  194. <rect key="frame" x="8" y="12" width="157" height="21"/>
  195. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  196. <nil key="textColor"/>
  197. <nil key="highlightedColor"/>
  198. </label>
  199. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="81c-xL-Y5O">
  200. <rect key="frame" x="173" y="11" width="194" height="21"/>
  201. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  202. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  203. <nil key="highlightedColor"/>
  204. </label>
  205. </subviews>
  206. <constraints>
  207. <constraint firstAttribute="leadingMargin" secondItem="H6w-EN-xQ6" secondAttribute="leading" id="4Aw-fk-Km5"/>
  208. <constraint firstItem="H6w-EN-xQ6" firstAttribute="centerY" secondItem="76m-CM-YAY" secondAttribute="centerY" id="GAM-cg-btU"/>
  209. <constraint firstAttribute="trailingMargin" secondItem="81c-xL-Y5O" secondAttribute="trailing" id="hGg-bW-LFk"/>
  210. <constraint firstItem="81c-xL-Y5O" firstAttribute="centerY" secondItem="76m-CM-YAY" secondAttribute="centerY" id="lbu-Uo-FvF"/>
  211. </constraints>
  212. </tableViewCellContentView>
  213. </tableViewCell>
  214. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="Wcd-0e-0uz">
  215. <rect key="frame" x="0.0" y="487.33333333333337" width="375" height="44"/>
  216. <autoresizingMask key="autoresizingMask"/>
  217. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Wcd-0e-0uz" id="7gg-Gn-Rbv">
  218. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  219. <autoresizingMask key="autoresizingMask"/>
  220. <subviews>
  221. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="OPL Synthesizer" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lpD-tV-FRw">
  222. <rect key="frame" x="8" y="12" width="157" height="21"/>
  223. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  224. <nil key="textColor"/>
  225. <nil key="highlightedColor"/>
  226. </label>
  227. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v8B-g4-Bkc">
  228. <rect key="frame" x="173" y="11" width="194" height="21"/>
  229. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  230. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  231. <nil key="highlightedColor"/>
  232. </label>
  233. </subviews>
  234. <constraints>
  235. <constraint firstAttribute="trailingMargin" secondItem="v8B-g4-Bkc" secondAttribute="trailing" id="56g-RS-d4z"/>
  236. <constraint firstItem="v8B-g4-Bkc" firstAttribute="centerY" secondItem="7gg-Gn-Rbv" secondAttribute="centerY" id="C2p-G0-Z8c"/>
  237. <constraint firstItem="lpD-tV-FRw" firstAttribute="centerY" secondItem="7gg-Gn-Rbv" secondAttribute="centerY" id="GZJ-y3-EQN"/>
  238. <constraint firstAttribute="leadingMargin" secondItem="lpD-tV-FRw" secondAttribute="leading" id="xNW-ce-MEk"/>
  239. </constraints>
  240. </tableViewCellContentView>
  241. </tableViewCell>
  242. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="5P5-9D-K9z">
  243. <rect key="frame" x="0.0" y="531.33333333333337" width="375" height="44"/>
  244. <autoresizingMask key="autoresizingMask"/>
  245. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="5P5-9D-K9z" id="xWo-4q-ewi">
  246. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  247. <autoresizingMask key="autoresizingMask"/>
  248. <subviews>
  249. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="OPL Sample Rate" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LM0-rh-yuy">
  250. <rect key="frame" x="8" y="12" width="157" height="21"/>
  251. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  252. <nil key="textColor"/>
  253. <nil key="highlightedColor"/>
  254. </label>
  255. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="33S-Ni-0yw">
  256. <rect key="frame" x="173" y="11" width="194" height="21"/>
  257. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  258. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  259. <nil key="highlightedColor"/>
  260. </label>
  261. </subviews>
  262. <constraints>
  263. <constraint firstAttribute="leadingMargin" secondItem="LM0-rh-yuy" secondAttribute="leading" id="2Ay-FN-XlR"/>
  264. <constraint firstItem="33S-Ni-0yw" firstAttribute="centerY" secondItem="xWo-4q-ewi" secondAttribute="centerY" id="AZn-Ke-guf"/>
  265. <constraint firstAttribute="trailingMargin" secondItem="33S-Ni-0yw" secondAttribute="trailing" id="HVs-RW-jTx"/>
  266. <constraint firstItem="LM0-rh-yuy" firstAttribute="centerY" secondItem="xWo-4q-ewi" secondAttribute="centerY" id="Ndr-kX-qCu"/>
  267. </constraints>
  268. </tableViewCellContentView>
  269. </tableViewCell>
  270. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="3qo-FD-4nl">
  271. <rect key="frame" x="0.0" y="575.33333333333337" width="375" height="44"/>
  272. <autoresizingMask key="autoresizingMask"/>
  273. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3qo-FD-4nl" id="A3N-bu-7U7">
  274. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  275. <autoresizingMask key="autoresizingMask"/>
  276. <subviews>
  277. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="CD Source" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="t2Y-EX-5pB">
  278. <rect key="frame" x="8" y="12" width="157" height="21"/>
  279. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  280. <nil key="textColor"/>
  281. <nil key="highlightedColor"/>
  282. </label>
  283. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RXF-wq-i6h">
  284. <rect key="frame" x="173" y="11" width="194" height="21"/>
  285. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  286. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  287. <nil key="highlightedColor"/>
  288. </label>
  289. </subviews>
  290. <constraints>
  291. <constraint firstAttribute="leadingMargin" secondItem="t2Y-EX-5pB" secondAttribute="leading" id="ALb-Xw-JzH"/>
  292. <constraint firstAttribute="trailingMargin" secondItem="RXF-wq-i6h" secondAttribute="trailing" id="ROS-cO-0fx"/>
  293. <constraint firstItem="RXF-wq-i6h" firstAttribute="centerY" secondItem="A3N-bu-7U7" secondAttribute="centerY" id="Sp5-ui-pXW"/>
  294. <constraint firstItem="t2Y-EX-5pB" firstAttribute="centerY" secondItem="A3N-bu-7U7" secondAttribute="centerY" id="p1G-ey-jCW"/>
  295. </constraints>
  296. </tableViewCellContentView>
  297. </tableViewCell>
  298. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="6yy-RI-FfR">
  299. <rect key="frame" x="0.0" y="619.33333333333337" width="375" height="44"/>
  300. <autoresizingMask key="autoresizingMask"/>
  301. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="6yy-RI-FfR" id="H5X-fx-gXk">
  302. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  303. <autoresizingMask key="autoresizingMask"/>
  304. <subviews>
  305. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Stereo" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sIK-1p-lB9">
  306. <rect key="frame" x="8" y="12" width="157" height="21"/>
  307. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  308. <nil key="textColor"/>
  309. <nil key="highlightedColor"/>
  310. </label>
  311. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DGe-CJ-C30">
  312. <rect key="frame" x="318" y="7" width="51" height="31"/>
  313. </switch>
  314. </subviews>
  315. <constraints>
  316. <constraint firstItem="DGe-CJ-C30" firstAttribute="centerY" secondItem="sIK-1p-lB9" secondAttribute="centerY" id="Vpf-LU-GRc"/>
  317. <constraint firstItem="sIK-1p-lB9" firstAttribute="centerY" secondItem="H5X-fx-gXk" secondAttribute="centerY" id="a9Q-NH-ck2"/>
  318. <constraint firstAttribute="trailingMargin" secondItem="DGe-CJ-C30" secondAttribute="trailing" id="aG5-Js-o9z"/>
  319. <constraint firstAttribute="leadingMargin" secondItem="sIK-1p-lB9" secondAttribute="leading" id="pdx-Zy-7nm"/>
  320. </constraints>
  321. </tableViewCellContentView>
  322. </tableViewCell>
  323. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="WrT-Dr-FrF">
  324. <rect key="frame" x="0.0" y="663.33333333333337" width="375" height="44"/>
  325. <autoresizingMask key="autoresizingMask"/>
  326. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="WrT-Dr-FrF" id="2Az-da-XqZ">
  327. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  328. <autoresizingMask key="autoresizingMask"/>
  329. <subviews>
  330. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="SurroundOPL" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7y3-G9-hca">
  331. <rect key="frame" x="8" y="12" width="157" height="21"/>
  332. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  333. <nil key="textColor"/>
  334. <nil key="highlightedColor"/>
  335. </label>
  336. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="YBD-8I-fzH">
  337. <rect key="frame" x="318" y="7" width="51" height="31"/>
  338. </switch>
  339. </subviews>
  340. <constraints>
  341. <constraint firstAttribute="leadingMargin" secondItem="7y3-G9-hca" secondAttribute="leading" id="0dq-NQ-hcf"/>
  342. <constraint firstItem="7y3-G9-hca" firstAttribute="centerY" secondItem="2Az-da-XqZ" secondAttribute="centerY" id="kaI-ps-oTV"/>
  343. <constraint firstItem="YBD-8I-fzH" firstAttribute="centerY" secondItem="7y3-G9-hca" secondAttribute="centerY" id="knd-b3-hWT"/>
  344. <constraint firstAttribute="trailingMargin" secondItem="YBD-8I-fzH" secondAttribute="trailing" id="oJO-Fm-Bfn"/>
  345. </constraints>
  346. </tableViewCellContentView>
  347. </tableViewCell>
  348. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="nhG-Zy-1Uw">
  349. <rect key="frame" x="0.0" y="707.33333333333337" width="375" height="44"/>
  350. <autoresizingMask key="autoresizingMask"/>
  351. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="nhG-Zy-1Uw" id="Urf-ql-u6V">
  352. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  353. <autoresizingMask key="autoresizingMask"/>
  354. <subviews>
  355. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Output SampleRate" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hQp-nd-FWB">
  356. <rect key="frame" x="8" y="12" width="157" height="21"/>
  357. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  358. <nil key="textColor"/>
  359. <nil key="highlightedColor"/>
  360. </label>
  361. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wWh-kt-jZN">
  362. <rect key="frame" x="173" y="11" width="194" height="21"/>
  363. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  364. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  365. <nil key="highlightedColor"/>
  366. </label>
  367. </subviews>
  368. <constraints>
  369. <constraint firstItem="wWh-kt-jZN" firstAttribute="centerY" secondItem="Urf-ql-u6V" secondAttribute="centerY" id="9SE-Fz-mjR"/>
  370. <constraint firstAttribute="trailingMargin" secondItem="wWh-kt-jZN" secondAttribute="trailing" id="EtX-Gz-i6w"/>
  371. <constraint firstAttribute="leadingMargin" secondItem="hQp-nd-FWB" secondAttribute="leading" id="dKw-R0-R4j"/>
  372. <constraint firstItem="hQp-nd-FWB" firstAttribute="centerY" secondItem="Urf-ql-u6V" secondAttribute="centerY" id="kH4-bd-Ijk"/>
  373. </constraints>
  374. </tableViewCellContentView>
  375. </tableViewCell>
  376. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="2aX-ku-Pap">
  377. <rect key="frame" x="0.0" y="751.33333333333337" width="375" height="44"/>
  378. <autoresizingMask key="autoresizingMask"/>
  379. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="2aX-ku-Pap" id="9ea-vH-MC4">
  380. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  381. <autoresizingMask key="autoresizingMask"/>
  382. <subviews>
  383. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Audio Buffer Size" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="azm-6Q-Twc">
  384. <rect key="frame" x="8" y="12" width="157" height="21"/>
  385. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  386. <nil key="textColor"/>
  387. <nil key="highlightedColor"/>
  388. </label>
  389. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gIJ-cp-Pvp">
  390. <rect key="frame" x="173" y="11" width="194" height="21"/>
  391. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  392. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  393. <nil key="highlightedColor"/>
  394. </label>
  395. </subviews>
  396. <constraints>
  397. <constraint firstAttribute="leadingMargin" secondItem="azm-6Q-Twc" secondAttribute="leading" id="3qn-Sz-i3d"/>
  398. <constraint firstItem="gIJ-cp-Pvp" firstAttribute="centerY" secondItem="9ea-vH-MC4" secondAttribute="centerY" id="Fd1-v7-rnN"/>
  399. <constraint firstItem="azm-6Q-Twc" firstAttribute="centerY" secondItem="9ea-vH-MC4" secondAttribute="centerY" id="UU8-G7-17x"/>
  400. <constraint firstAttribute="trailingMargin" secondItem="gIJ-cp-Pvp" secondAttribute="trailing" id="yZy-WV-m4C"/>
  401. </constraints>
  402. </tableViewCellContentView>
  403. </tableViewCell>
  404. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="H6k-zH-SLQ">
  405. <rect key="frame" x="0.0" y="795.33333333333337" width="375" height="44"/>
  406. <autoresizingMask key="autoresizingMask"/>
  407. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="H6k-zH-SLQ" id="3vu-2x-gU2">
  408. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  409. <autoresizingMask key="autoresizingMask"/>
  410. <subviews>
  411. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="SSRC Quality" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oQa-bR-CM1">
  412. <rect key="frame" x="8" y="12" width="157" height="21"/>
  413. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  414. <nil key="textColor"/>
  415. <nil key="highlightedColor"/>
  416. </label>
  417. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="4" minValue="0.0" maxValue="4" translatesAutoresizingMaskIntoConstraints="NO" id="M1b-8i-ldA">
  418. <rect key="frame" x="171" y="7" width="198" height="31"/>
  419. <constraints>
  420. <constraint firstAttribute="width" constant="194" id="iYs-hM-l2x"/>
  421. </constraints>
  422. </slider>
  423. </subviews>
  424. <constraints>
  425. <constraint firstItem="oQa-bR-CM1" firstAttribute="centerY" secondItem="3vu-2x-gU2" secondAttribute="centerY" id="BUE-Ev-XQ2"/>
  426. <constraint firstAttribute="leadingMargin" secondItem="oQa-bR-CM1" secondAttribute="leading" id="CLY-nE-6fl"/>
  427. <constraint firstItem="M1b-8i-ldA" firstAttribute="centerY" secondItem="oQa-bR-CM1" secondAttribute="centerY" id="Zrq-qm-0qW"/>
  428. <constraint firstAttribute="trailingMargin" secondItem="M1b-8i-ldA" secondAttribute="trailing" id="ueZ-xM-RHS"/>
  429. </constraints>
  430. </tableViewCellContentView>
  431. </tableViewCell>
  432. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="m0b-oW-cFG">
  433. <rect key="frame" x="0.0" y="839.33333333333337" width="375" height="44"/>
  434. <autoresizingMask key="autoresizingMask"/>
  435. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="m0b-oW-cFG" id="C0a-eU-4ng">
  436. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  437. <autoresizingMask key="autoresizingMask"/>
  438. <subviews>
  439. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Music Volume" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="csD-lo-BFX">
  440. <rect key="frame" x="8" y="12" width="157" height="21"/>
  441. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  442. <nil key="textColor"/>
  443. <nil key="highlightedColor"/>
  444. </label>
  445. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="100" minValue="0.0" maxValue="100" translatesAutoresizingMaskIntoConstraints="NO" id="ts6-3l-05V">
  446. <rect key="frame" x="171" y="7.6666666666666661" width="198" height="31"/>
  447. <constraints>
  448. <constraint firstAttribute="width" constant="194" id="gDJ-hv-b8c"/>
  449. </constraints>
  450. </slider>
  451. </subviews>
  452. <constraints>
  453. <constraint firstAttribute="trailingMargin" secondItem="ts6-3l-05V" secondAttribute="trailing" id="Huf-XL-BIr"/>
  454. <constraint firstAttribute="leadingMargin" secondItem="csD-lo-BFX" secondAttribute="leading" id="L8D-ix-A4z"/>
  455. <constraint firstItem="csD-lo-BFX" firstAttribute="centerY" secondItem="C0a-eU-4ng" secondAttribute="centerY" id="RMR-7J-Fun"/>
  456. <constraint firstItem="ts6-3l-05V" firstAttribute="centerY" secondItem="csD-lo-BFX" secondAttribute="centerY" id="tnm-kz-ldY"/>
  457. </constraints>
  458. </tableViewCellContentView>
  459. </tableViewCell>
  460. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="V3l-ah-ZFI">
  461. <rect key="frame" x="0.0" y="883.33333333333337" width="375" height="44"/>
  462. <autoresizingMask key="autoresizingMask"/>
  463. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="V3l-ah-ZFI" id="eVR-TT-9qV">
  464. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  465. <autoresizingMask key="autoresizingMask"/>
  466. <subviews>
  467. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="SFX Volume" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="L24-lU-K9K">
  468. <rect key="frame" x="8" y="12" width="157" height="21"/>
  469. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  470. <nil key="textColor"/>
  471. <nil key="highlightedColor"/>
  472. </label>
  473. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="100" minValue="0.0" maxValue="100" translatesAutoresizingMaskIntoConstraints="NO" id="fyQ-sQ-eOv">
  474. <rect key="frame" x="171" y="7" width="198" height="31"/>
  475. <constraints>
  476. <constraint firstAttribute="width" constant="194" id="PpE-ei-G2V"/>
  477. </constraints>
  478. </slider>
  479. </subviews>
  480. <constraints>
  481. <constraint firstAttribute="leadingMargin" secondItem="L24-lU-K9K" secondAttribute="leading" id="NSg-LT-5d0"/>
  482. <constraint firstItem="L24-lU-K9K" firstAttribute="centerY" secondItem="eVR-TT-9qV" secondAttribute="centerY" id="epv-PA-Mkq"/>
  483. <constraint firstItem="fyQ-sQ-eOv" firstAttribute="centerY" secondItem="L24-lU-K9K" secondAttribute="centerY" id="uMf-Mu-ECn"/>
  484. <constraint firstAttribute="trailingMargin" secondItem="fyQ-sQ-eOv" secondAttribute="trailing" id="vW5-Eh-pLv"/>
  485. </constraints>
  486. </tableViewCellContentView>
  487. </tableViewCell>
  488. </cells>
  489. </tableViewSection>
  490. <tableViewSection headerTitle="Logging" id="Lil-2E-Cmo">
  491. <cells>
  492. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="tqd-QN-Zcq">
  493. <rect key="frame" x="0.0" y="983.33333333333337" width="375" height="44"/>
  494. <autoresizingMask key="autoresizingMask"/>
  495. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="tqd-QN-Zcq" id="9Vs-yb-gfS">
  496. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  497. <autoresizingMask key="autoresizingMask"/>
  498. <subviews>
  499. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Logging Level" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yup-CB-6Rc">
  500. <rect key="frame" x="8" y="12" width="157" height="21"/>
  501. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  502. <nil key="textColor"/>
  503. <nil key="highlightedColor"/>
  504. </label>
  505. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ouz-1B-LUZ">
  506. <rect key="frame" x="173" y="11" width="194" height="21"/>
  507. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  508. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  509. <nil key="highlightedColor"/>
  510. </label>
  511. </subviews>
  512. <constraints>
  513. <constraint firstAttribute="leadingMargin" secondItem="yup-CB-6Rc" secondAttribute="leading" id="DqL-e0-pVe"/>
  514. <constraint firstAttribute="trailingMargin" secondItem="Ouz-1B-LUZ" secondAttribute="trailing" id="QcJ-Qy-9M1"/>
  515. <constraint firstItem="Ouz-1B-LUZ" firstAttribute="centerY" secondItem="9Vs-yb-gfS" secondAttribute="centerY" id="UV9-eP-yVv"/>
  516. <constraint firstItem="yup-CB-6Rc" firstAttribute="centerY" secondItem="9Vs-yb-gfS" secondAttribute="centerY" id="XlH-16-9lv"/>
  517. </constraints>
  518. </tableViewCellContentView>
  519. </tableViewCell>
  520. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="GKK-ca-Bn8">
  521. <rect key="frame" x="0.0" y="1027.3333333333335" width="375" height="44"/>
  522. <autoresizingMask key="autoresizingMask"/>
  523. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="GKK-ca-Bn8" id="eiA-H0-J1K">
  524. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  525. <autoresizingMask key="autoresizingMask"/>
  526. <subviews>
  527. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Log File" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2J1-Pe-ygl">
  528. <rect key="frame" x="8" y="12" width="157" height="21"/>
  529. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  530. <nil key="textColor"/>
  531. <nil key="highlightedColor"/>
  532. </label>
  533. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Lc9-WO-Nn2">
  534. <rect key="frame" x="173" y="7" width="194" height="30"/>
  535. <constraints>
  536. <constraint firstAttribute="width" constant="194" id="Zk4-2h-IlY"/>
  537. </constraints>
  538. <nil key="textColor"/>
  539. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  540. <textInputTraits key="textInputTraits"/>
  541. </textField>
  542. </subviews>
  543. <constraints>
  544. <constraint firstAttribute="leadingMargin" secondItem="2J1-Pe-ygl" secondAttribute="leading" id="9lY-F1-TJe"/>
  545. <constraint firstItem="2J1-Pe-ygl" firstAttribute="centerY" secondItem="eiA-H0-J1K" secondAttribute="centerY" id="Bcn-cj-aGJ"/>
  546. <constraint firstAttribute="trailingMargin" secondItem="Lc9-WO-Nn2" secondAttribute="trailing" id="VOc-9x-JaS"/>
  547. <constraint firstItem="Lc9-WO-Nn2" firstAttribute="centerY" secondItem="2J1-Pe-ygl" secondAttribute="centerY" id="rFc-me-YY9"/>
  548. </constraints>
  549. </tableViewCellContentView>
  550. </tableViewCell>
  551. </cells>
  552. </tableViewSection>
  553. </sections>
  554. <connections>
  555. <outlet property="dataSource" destination="OQe-Lc-9ZH" id="gs6-P7-mHO"/>
  556. <outlet property="delegate" destination="OQe-Lc-9ZH" id="HLo-hO-LtC"/>
  557. </connections>
  558. </tableView>
  559. <navigationItem key="navigationItem" id="nMI-cq-FNo">
  560. <barButtonItem key="leftBarButtonItem" title="Discard" id="0TA-XO-i0Z">
  561. <connections>
  562. <action selector="btnDefaultClicked:" destination="OQe-Lc-9ZH" id="iCp-Ta-9kl"/>
  563. </connections>
  564. </barButtonItem>
  565. <barButtonItem key="rightBarButtonItem" title="Confirm" id="R0E-e5-3Mm">
  566. <connections>
  567. <action selector="btnConfirmClicked:" destination="OQe-Lc-9ZH" id="agF-md-dT3"/>
  568. </connections>
  569. </barButtonItem>
  570. </navigationItem>
  571. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  572. <size key="freeformSize" width="375" height="667"/>
  573. <connections>
  574. <outlet property="lblAudioBufferSize" destination="gIJ-cp-Pvp" id="gMu-3d-fpY"/>
  575. <outlet property="lblCDAudioSource" destination="RXF-wq-i6h" id="51D-b6-xqa"/>
  576. <outlet property="lblFontFile" destination="EsV-LN-DsQ" id="JIk-yL-QhZ"/>
  577. <outlet property="lblLanguageFile" destination="QIh-wC-BnL" id="eIz-Tx-taH"/>
  578. <outlet property="lblLogLevel" destination="Ouz-1B-LUZ" id="gS0-Ad-tFt"/>
  579. <outlet property="lblMusicType" destination="81c-xL-Y5O" id="WQW-qe-zZg"/>
  580. <outlet property="lblOPLRate" destination="33S-Ni-0yw" id="tTq-DY-lFN"/>
  581. <outlet property="lblOPLType" destination="v8B-g4-Bkc" id="MCB-3r-OzR"/>
  582. <outlet property="lblResampleRate" destination="wWh-kt-jZN" id="Lpr-bi-1IG"/>
  583. <outlet property="lblResourceStatus" destination="aNN-DF-3OJ" id="xEz-c3-Pzj"/>
  584. <outlet property="sliderMusicVolume" destination="ts6-3l-05V" id="IBZ-ly-pfr"/>
  585. <outlet property="sliderResampleQuality" destination="M1b-8i-ldA" id="7ri-FK-FrG"/>
  586. <outlet property="sliderSFXVolume" destination="fyQ-sQ-eOv" id="nyn-Zk-ekH"/>
  587. <outlet property="textLogFile" destination="Lc9-WO-Nn2" id="VgO-or-fMN"/>
  588. <outlet property="toggleKeepAspect" destination="19s-4h-jrW" id="ccu-K4-vdC"/>
  589. <outlet property="toggleStereo" destination="DGe-CJ-C30" id="KVM-Cb-Dqk"/>
  590. <outlet property="toggleSurroundOPL" destination="YBD-8I-fzH" id="fbs-J6-e6Z"/>
  591. <outlet property="toggleTouchScreenOverlay" destination="ko1-dc-Oae" id="Z2D-hm-7Ax"/>
  592. <outlet property="transitionView" destination="Pwb-Li-avz" id="ZFM-WI-3U5"/>
  593. </connections>
  594. </tableViewController>
  595. <placeholder placeholderIdentifier="IBFirstResponder" id="hs4-N9-FQA" userLabel="First Responder" sceneMemberID="firstResponder"/>
  596. <view contentMode="scaleToFill" id="Pwb-Li-avz">
  597. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  598. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  599. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  600. </view>
  601. </objects>
  602. <point key="canvasLocation" x="-160.1449275362319" y="17.52717391304348"/>
  603. </scene>
  604. </scenes>
  605. </document>