KMURLToPDFWindowController.xib 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22146" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22146"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMURLToPDFWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelView" destination="137-mQ-meg" id="IeR-yR-8Al"/>
  12. <outlet property="fileButtonBox" destination="3Ww-O2-STf" id="9xj-nd-Itu"/>
  13. <outlet property="fileTextFieldBox" destination="Avh-hY-SXB" id="xDP-Zg-KMk"/>
  14. <outlet property="fileView" destination="qXY-ql-qU4" id="ApS-Qq-4nh"/>
  15. <outlet property="mmLabel" destination="6LX-3p-Wa9" id="4kH-mo-gkN"/>
  16. <outlet property="openView" destination="BEe-XQ-4yv" id="AHi-Ae-OxO"/>
  17. <outlet property="pageConfigurationLabel" destination="pQd-aG-W5t" id="PyS-3j-Vut"/>
  18. <outlet property="pageConfigurationView" destination="1ob-vx-s0R" id="wTd-Dk-6v4"/>
  19. <outlet property="pageSizeLabel" destination="A7s-pc-oH6" id="NtP-jZ-yZt"/>
  20. <outlet property="pageSizePopUpButton" destination="Xdv-g4-jY0" id="dSj-eN-0TC"/>
  21. <outlet property="spacingLanel" destination="6XK-Pz-ujn" id="ebk-qx-lC7"/>
  22. <outlet property="stepperBox" destination="Urb-tD-cQm" id="nki-XD-DAR"/>
  23. <outlet property="title" destination="pJU-XO-8iX" id="atc-RQ-s48"/>
  24. <outlet property="urlTextFieldBox" destination="vPp-iu-2FN" id="eor-V4-mpN"/>
  25. <outlet property="urlView" destination="Py4-BC-ARo" id="Iyb-2l-v4q"/>
  26. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  27. </connections>
  28. </customObject>
  29. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  30. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  31. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  32. <windowStyleMask key="styleMask" titled="YES"/>
  33. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  34. <rect key="contentRect" x="196" y="240" width="948" height="493"/>
  35. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  36. <view key="contentView" id="se5-gp-TjO">
  37. <rect key="frame" x="0.0" y="0.0" width="948" height="370"/>
  38. <autoresizingMask key="autoresizingMask"/>
  39. <subviews>
  40. <customView translatesAutoresizingMaskIntoConstraints="NO" id="y7U-Dm-f0s">
  41. <rect key="frame" x="16" y="0.0" width="916" height="370"/>
  42. <subviews>
  43. <customView translatesAutoresizingMaskIntoConstraints="NO" id="u8l-AB-pxk">
  44. <rect key="frame" x="0.0" y="333" width="916" height="24"/>
  45. <subviews>
  46. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pJU-XO-8iX">
  47. <rect key="frame" x="-2" y="4" width="37" height="16"/>
  48. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="hRe-34-aDe">
  49. <font key="font" usesAppearanceFont="YES"/>
  50. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  51. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  52. </textFieldCell>
  53. </textField>
  54. </subviews>
  55. <constraints>
  56. <constraint firstItem="pJU-XO-8iX" firstAttribute="centerY" secondItem="u8l-AB-pxk" secondAttribute="centerY" id="OvU-ex-uxc"/>
  57. <constraint firstAttribute="height" constant="24" id="nUg-WN-GSh"/>
  58. <constraint firstItem="pJU-XO-8iX" firstAttribute="leading" secondItem="u8l-AB-pxk" secondAttribute="leading" id="vQE-35-3b0"/>
  59. </constraints>
  60. </customView>
  61. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Py4-BC-ARo">
  62. <rect key="frame" x="0.0" y="298" width="916" height="22"/>
  63. <constraints>
  64. <constraint firstAttribute="height" constant="22" id="wZo-Xp-0WB"/>
  65. </constraints>
  66. </customView>
  67. <customView translatesAutoresizingMaskIntoConstraints="NO" id="wCP-ff-q0J">
  68. <rect key="frame" x="0.0" y="180" width="916" height="32"/>
  69. <subviews>
  70. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Avh-hY-SXB">
  71. <rect key="frame" x="0.0" y="0.0" width="876" height="32"/>
  72. <view key="contentView" id="cl7-lg-Taj">
  73. <rect key="frame" x="0.0" y="0.0" width="876" height="32"/>
  74. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  75. </view>
  76. </box>
  77. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="3Ww-O2-STf">
  78. <rect key="frame" x="884" y="0.0" width="32" height="32"/>
  79. <view key="contentView" id="heH-4o-sO5">
  80. <rect key="frame" x="0.0" y="0.0" width="32" height="32"/>
  81. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  82. </view>
  83. <constraints>
  84. <constraint firstAttribute="width" constant="32" id="2XY-4B-Yca"/>
  85. <constraint firstAttribute="width" secondItem="3Ww-O2-STf" secondAttribute="height" multiplier="1:1" id="PWw-t2-7sq"/>
  86. </constraints>
  87. </box>
  88. </subviews>
  89. <constraints>
  90. <constraint firstItem="Avh-hY-SXB" firstAttribute="leading" secondItem="wCP-ff-q0J" secondAttribute="leading" id="aDQ-3m-0MX"/>
  91. <constraint firstAttribute="bottom" secondItem="Avh-hY-SXB" secondAttribute="bottom" id="cnq-4Z-D3M"/>
  92. <constraint firstAttribute="trailing" secondItem="3Ww-O2-STf" secondAttribute="trailing" id="ezA-u7-puH"/>
  93. <constraint firstItem="3Ww-O2-STf" firstAttribute="leading" secondItem="Avh-hY-SXB" secondAttribute="trailing" constant="8" id="nNS-Mw-wnM"/>
  94. <constraint firstAttribute="bottom" secondItem="3Ww-O2-STf" secondAttribute="bottom" id="uhq-q1-H1x"/>
  95. <constraint firstAttribute="height" constant="32" id="yB6-sP-T07"/>
  96. <constraint firstItem="Avh-hY-SXB" firstAttribute="top" secondItem="wCP-ff-q0J" secondAttribute="top" id="zHz-fe-FqV"/>
  97. <constraint firstItem="3Ww-O2-STf" firstAttribute="top" secondItem="wCP-ff-q0J" secondAttribute="top" id="zpM-sU-uup"/>
  98. </constraints>
  99. </customView>
  100. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="vPp-iu-2FN">
  101. <rect key="frame" x="0.0" y="258" width="916" height="32"/>
  102. <view key="contentView" id="bnu-dm-hvU">
  103. <rect key="frame" x="0.0" y="0.0" width="916" height="32"/>
  104. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  105. </view>
  106. <constraints>
  107. <constraint firstAttribute="height" constant="32" id="mjF-Un-QOb"/>
  108. </constraints>
  109. </box>
  110. <customView translatesAutoresizingMaskIntoConstraints="NO" id="1ob-vx-s0R">
  111. <rect key="frame" x="0.0" y="144" width="916" height="20"/>
  112. <subviews>
  113. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pQd-aG-W5t">
  114. <rect key="frame" x="-2" y="2" width="37" height="16"/>
  115. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Ic1-jB-Dow">
  116. <font key="font" usesAppearanceFont="YES"/>
  117. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  118. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  119. </textFieldCell>
  120. </textField>
  121. </subviews>
  122. <constraints>
  123. <constraint firstAttribute="height" constant="20" id="287-jQ-YKq"/>
  124. <constraint firstItem="pQd-aG-W5t" firstAttribute="leading" secondItem="1ob-vx-s0R" secondAttribute="leading" id="ClC-VL-020"/>
  125. <constraint firstItem="pQd-aG-W5t" firstAttribute="centerY" secondItem="1ob-vx-s0R" secondAttribute="centerY" id="bA1-w0-efb"/>
  126. </constraints>
  127. </customView>
  128. <customView translatesAutoresizingMaskIntoConstraints="NO" id="H2J-9d-Zrv">
  129. <rect key="frame" x="0.0" y="104" width="916" height="32"/>
  130. <subviews>
  131. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="uk7-mo-ZMr">
  132. <rect key="frame" x="601" y="0.0" width="315" height="32"/>
  133. <view key="contentView" id="hqg-xS-6zj">
  134. <rect key="frame" x="1" y="1" width="313" height="30"/>
  135. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  136. <subviews>
  137. <popUpButton translatesAutoresizingMaskIntoConstraints="NO" id="Xdv-g4-jY0" customClass="KMPopUpButton">
  138. <rect key="frame" x="-5" y="0.0" width="318" height="30"/>
  139. <popUpButtonCell key="cell" type="bevel" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" imageScaling="proportionallyDown" inset="2" arrowPosition="noArrow" selectedItem="hZy-kr-YE8" id="b1x-JM-ryW">
  140. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  141. <font key="font" metaFont="menu"/>
  142. <menu key="menu" id="TAo-el-XNS">
  143. <items>
  144. <menuItem title="Item 1" state="on" id="hZy-kr-YE8"/>
  145. <menuItem title="Item 2" id="GyX-Yu-W8h"/>
  146. <menuItem title="Item 3" id="xSn-aj-ht8"/>
  147. </items>
  148. </menu>
  149. </popUpButtonCell>
  150. <connections>
  151. <action selector="comboBoxItemClick_PageSize:" target="-2" id="7XV-B0-J5g"/>
  152. </connections>
  153. </popUpButton>
  154. </subviews>
  155. <constraints>
  156. <constraint firstAttribute="bottom" secondItem="Xdv-g4-jY0" secondAttribute="bottom" id="6rz-Er-UEP"/>
  157. <constraint firstItem="Xdv-g4-jY0" firstAttribute="leading" secondItem="hqg-xS-6zj" secondAttribute="leading" id="ORX-FU-1KD"/>
  158. <constraint firstItem="Xdv-g4-jY0" firstAttribute="top" secondItem="hqg-xS-6zj" secondAttribute="top" id="eYc-bd-mFb"/>
  159. <constraint firstAttribute="trailing" secondItem="Xdv-g4-jY0" secondAttribute="trailing" id="sT4-5P-pv2"/>
  160. </constraints>
  161. </view>
  162. <constraints>
  163. <constraint firstAttribute="width" constant="315" id="aTI-iG-wY9"/>
  164. </constraints>
  165. </box>
  166. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A7s-pc-oH6">
  167. <rect key="frame" x="-2" y="8" width="37" height="16"/>
  168. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="sOJ-pa-2O7">
  169. <font key="font" usesAppearanceFont="YES"/>
  170. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  171. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  172. </textFieldCell>
  173. </textField>
  174. </subviews>
  175. <constraints>
  176. <constraint firstItem="Xdv-g4-jY0" firstAttribute="centerY" secondItem="A7s-pc-oH6" secondAttribute="centerY" id="1iH-GV-EX4"/>
  177. <constraint firstItem="uk7-mo-ZMr" firstAttribute="top" secondItem="H2J-9d-Zrv" secondAttribute="top" id="58Y-iP-kZD"/>
  178. <constraint firstAttribute="trailing" secondItem="uk7-mo-ZMr" secondAttribute="trailing" id="6we-aY-zAr"/>
  179. <constraint firstAttribute="height" constant="32" id="86p-f3-3a7"/>
  180. <constraint firstItem="A7s-pc-oH6" firstAttribute="leading" secondItem="H2J-9d-Zrv" secondAttribute="leading" id="E6V-sR-Biu"/>
  181. <constraint firstAttribute="bottom" secondItem="uk7-mo-ZMr" secondAttribute="bottom" id="QQ5-xc-RHJ"/>
  182. </constraints>
  183. </customView>
  184. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Hqe-7Y-xOc">
  185. <rect key="frame" x="0.0" y="64" width="916" height="32"/>
  186. <subviews>
  187. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6XK-Pz-ujn">
  188. <rect key="frame" x="-2" y="8" width="37" height="16"/>
  189. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="kaR-yG-KYb">
  190. <font key="font" usesAppearanceFont="YES"/>
  191. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  192. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  193. </textFieldCell>
  194. </textField>
  195. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6LX-3p-Wa9">
  196. <rect key="frame" x="688" y="8" width="37" height="16"/>
  197. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="EWG-2f-7HR">
  198. <font key="font" metaFont="system"/>
  199. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  200. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  201. </textFieldCell>
  202. </textField>
  203. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Urb-tD-cQm">
  204. <rect key="frame" x="602" y="0.0" width="72" height="32"/>
  205. <view key="contentView" id="dHM-jY-BRD">
  206. <rect key="frame" x="0.0" y="0.0" width="72" height="32"/>
  207. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  208. </view>
  209. <constraints>
  210. <constraint firstAttribute="width" constant="72" id="VCP-ml-nOI"/>
  211. </constraints>
  212. </box>
  213. </subviews>
  214. <constraints>
  215. <constraint firstItem="6LX-3p-Wa9" firstAttribute="leading" secondItem="Urb-tD-cQm" secondAttribute="trailing" constant="16" id="7Em-6V-IIo"/>
  216. <constraint firstItem="6LX-3p-Wa9" firstAttribute="centerY" secondItem="Urb-tD-cQm" secondAttribute="centerY" id="B3d-Va-k9B"/>
  217. <constraint firstItem="6XK-Pz-ujn" firstAttribute="leading" secondItem="Hqe-7Y-xOc" secondAttribute="leading" id="Egl-8C-J57"/>
  218. <constraint firstAttribute="bottom" secondItem="Urb-tD-cQm" secondAttribute="bottom" id="KQC-wp-MJb"/>
  219. <constraint firstItem="Urb-tD-cQm" firstAttribute="top" secondItem="Hqe-7Y-xOc" secondAttribute="top" id="Nbc-7X-yfA"/>
  220. <constraint firstItem="6XK-Pz-ujn" firstAttribute="centerY" secondItem="Hqe-7Y-xOc" secondAttribute="centerY" id="VXE-st-Cex"/>
  221. <constraint firstAttribute="height" constant="32" id="sl6-1U-SQm"/>
  222. </constraints>
  223. </customView>
  224. <customView translatesAutoresizingMaskIntoConstraints="NO" id="qXY-ql-qU4">
  225. <rect key="frame" x="0.0" y="220" width="916" height="22"/>
  226. <constraints>
  227. <constraint firstAttribute="height" constant="22" id="DYt-Mv-u59"/>
  228. </constraints>
  229. </customView>
  230. <customView translatesAutoresizingMaskIntoConstraints="NO" id="BEe-XQ-4yv">
  231. <rect key="frame" x="836" y="16" width="80" height="32"/>
  232. <constraints>
  233. <constraint firstAttribute="height" constant="32" id="ELy-KZ-rr2"/>
  234. <constraint firstAttribute="width" constant="80" id="ZVh-hQ-VjF"/>
  235. </constraints>
  236. </customView>
  237. <customView translatesAutoresizingMaskIntoConstraints="NO" id="137-mQ-meg">
  238. <rect key="frame" x="740" y="16" width="80" height="32"/>
  239. <constraints>
  240. <constraint firstAttribute="width" constant="80" id="Tdx-qT-DmD"/>
  241. <constraint firstAttribute="height" constant="32" id="j2y-fh-TrC"/>
  242. </constraints>
  243. </customView>
  244. </subviews>
  245. <constraints>
  246. <constraint firstItem="Xdv-g4-jY0" firstAttribute="leading" secondItem="Urb-tD-cQm" secondAttribute="leading" id="1MB-x3-AFI"/>
  247. <constraint firstItem="H2J-9d-Zrv" firstAttribute="leading" secondItem="y7U-Dm-f0s" secondAttribute="leading" id="1Uv-wV-2Q5"/>
  248. <constraint firstItem="wCP-ff-q0J" firstAttribute="leading" secondItem="y7U-Dm-f0s" secondAttribute="leading" id="2kG-2l-g4O"/>
  249. <constraint firstItem="vPp-iu-2FN" firstAttribute="leading" secondItem="y7U-Dm-f0s" secondAttribute="leading" id="6Q4-gd-ddF"/>
  250. <constraint firstAttribute="trailing" secondItem="qXY-ql-qU4" secondAttribute="trailing" id="EGM-Ng-g3h"/>
  251. <constraint firstItem="Py4-BC-ARo" firstAttribute="leading" secondItem="y7U-Dm-f0s" secondAttribute="leading" id="Ef4-uD-1Eg"/>
  252. <constraint firstItem="Py4-BC-ARo" firstAttribute="top" secondItem="u8l-AB-pxk" secondAttribute="bottom" constant="13" id="FsH-WW-fbl"/>
  253. <constraint firstAttribute="trailing" secondItem="vPp-iu-2FN" secondAttribute="trailing" id="G4A-n4-3hx"/>
  254. <constraint firstItem="qXY-ql-qU4" firstAttribute="leading" secondItem="y7U-Dm-f0s" secondAttribute="leading" id="HPn-oV-vfT"/>
  255. <constraint firstItem="BEe-XQ-4yv" firstAttribute="leading" secondItem="137-mQ-meg" secondAttribute="trailing" constant="16" id="IVH-s4-tiI"/>
  256. <constraint firstAttribute="trailing" secondItem="wCP-ff-q0J" secondAttribute="trailing" id="RZY-Vc-L0U"/>
  257. <constraint firstItem="H2J-9d-Zrv" firstAttribute="top" secondItem="1ob-vx-s0R" secondAttribute="bottom" constant="8" id="TJA-uy-YdO"/>
  258. <constraint firstAttribute="trailing" secondItem="Py4-BC-ARo" secondAttribute="trailing" id="Xvb-C0-k8d"/>
  259. <constraint firstItem="Hqe-7Y-xOc" firstAttribute="leading" secondItem="y7U-Dm-f0s" secondAttribute="leading" id="Y5z-ai-Lds"/>
  260. <constraint firstAttribute="trailing" secondItem="Hqe-7Y-xOc" secondAttribute="trailing" id="aYH-qK-OZo"/>
  261. <constraint firstAttribute="bottom" secondItem="BEe-XQ-4yv" secondAttribute="bottom" constant="16" id="axQ-9u-Ogm"/>
  262. <constraint firstItem="vPp-iu-2FN" firstAttribute="top" secondItem="Py4-BC-ARo" secondAttribute="bottom" constant="8" id="b9M-vS-eh0"/>
  263. <constraint firstItem="1ob-vx-s0R" firstAttribute="top" secondItem="wCP-ff-q0J" secondAttribute="bottom" constant="16" id="cHU-jD-GRO"/>
  264. <constraint firstAttribute="trailing" secondItem="H2J-9d-Zrv" secondAttribute="trailing" id="dmJ-ho-1s4"/>
  265. <constraint firstItem="BEe-XQ-4yv" firstAttribute="centerY" secondItem="137-mQ-meg" secondAttribute="centerY" id="gFE-SN-YhO"/>
  266. <constraint firstAttribute="trailing" secondItem="u8l-AB-pxk" secondAttribute="trailing" id="gLK-SP-Am0"/>
  267. <constraint firstItem="wCP-ff-q0J" firstAttribute="top" secondItem="qXY-ql-qU4" secondAttribute="bottom" constant="8" id="i6n-Qh-7ne"/>
  268. <constraint firstAttribute="trailing" secondItem="BEe-XQ-4yv" secondAttribute="trailing" id="jY9-WR-ybU"/>
  269. <constraint firstItem="BEe-XQ-4yv" firstAttribute="top" secondItem="Hqe-7Y-xOc" secondAttribute="bottom" constant="16" id="jds-AS-Fk0"/>
  270. <constraint firstItem="1ob-vx-s0R" firstAttribute="leading" secondItem="y7U-Dm-f0s" secondAttribute="leading" id="qyo-cu-fNc"/>
  271. <constraint firstItem="u8l-AB-pxk" firstAttribute="leading" secondItem="y7U-Dm-f0s" secondAttribute="leading" id="vTV-Ky-m8i"/>
  272. <constraint firstItem="qXY-ql-qU4" firstAttribute="top" secondItem="vPp-iu-2FN" secondAttribute="bottom" constant="16" id="w32-nd-Ghm"/>
  273. <constraint firstItem="Hqe-7Y-xOc" firstAttribute="top" secondItem="H2J-9d-Zrv" secondAttribute="bottom" constant="8" id="wJM-w1-5Pm"/>
  274. <constraint firstAttribute="trailing" secondItem="1ob-vx-s0R" secondAttribute="trailing" id="z0l-vC-sov"/>
  275. <constraint firstItem="u8l-AB-pxk" firstAttribute="top" secondItem="y7U-Dm-f0s" secondAttribute="top" constant="13" id="zbb-AU-0vW"/>
  276. </constraints>
  277. </customView>
  278. </subviews>
  279. <constraints>
  280. <constraint firstItem="y7U-Dm-f0s" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="16" id="LTM-tp-dzh"/>
  281. <constraint firstAttribute="bottom" secondItem="y7U-Dm-f0s" secondAttribute="bottom" id="aAm-7t-IUH"/>
  282. <constraint firstItem="y7U-Dm-f0s" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="wOZ-8s-PPz"/>
  283. <constraint firstAttribute="trailing" secondItem="y7U-Dm-f0s" secondAttribute="trailing" constant="16" id="zLY-Yl-Tgc"/>
  284. </constraints>
  285. </view>
  286. <connections>
  287. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  288. </connections>
  289. <point key="canvasLocation" x="311" y="255.5"/>
  290. </window>
  291. </objects>
  292. </document>