KMHomeViewController.xib 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner" customClass="KMHomeViewController" customModule="PDF_Master" customModuleProvider="target">
  9. <connections>
  10. <outlet property="activitiesBox" destination="MFa-T5-0wb" id="hkR-Nv-9aL"/>
  11. <outlet property="aiErrorCorrectionBox" destination="gfM-nc-QPH" id="Hmh-sg-oXV"/>
  12. <outlet property="aiErrorCorrectionImageView" destination="tWj-m1-RHC" id="Vih-4K-hKQ"/>
  13. <outlet property="aiErrorCorrectionLabel" destination="aGT-3k-XaH" id="v9b-2n-Uue"/>
  14. <outlet property="aiHomeBox" destination="fGu-QI-qsr" id="hrL-a0-avA"/>
  15. <outlet property="aiHomeImageView" destination="uq4-KF-k9k" id="RRL-4F-uGi"/>
  16. <outlet property="aiHomeLabel" destination="ZAT-Co-tte" id="0Kz-Po-Uct"/>
  17. <outlet property="aiOpenPDFFilesViewController" destination="FOs-X3-zsa" id="WsQ-cr-AvC"/>
  18. <outlet property="aiRewritingBox" destination="0aC-uQ-5lW" id="iLK-iS-H4H"/>
  19. <outlet property="aiRewritingImageView" destination="7L8-5k-lE1" id="B5k-0W-Dgp"/>
  20. <outlet property="aiRewritingLabel" destination="Fhh-MS-1UA" id="ihQ-rh-yLB"/>
  21. <outlet property="aiRewritingViewController" destination="npC-Vy-evi" id="B6V-GX-Q49"/>
  22. <outlet property="aiTranslationBox" destination="aEd-2n-FAH" id="QFg-bu-h0w"/>
  23. <outlet property="aiTranslationImageView" destination="R0l-VG-P9c" id="bS5-ho-ymi"/>
  24. <outlet property="aiTranslationLabel" destination="p5N-bY-CVu" id="1QT-kv-3v4"/>
  25. <outlet property="aiTranslationViewController" destination="vQI-sm-WpY" id="TS3-4x-ip4"/>
  26. <outlet property="cloudDocumentsBox" destination="ntJ-b8-qxk" id="hNr-Vi-fYQ"/>
  27. <outlet property="cloudDocumentsBoxHeight" destination="aCh-WL-S1o" id="Ly4-LY-8YM"/>
  28. <outlet property="cloudDocumentsViewController" destination="icM-sk-XE7" id="b9t-ez-lLE"/>
  29. <outlet property="createPDFBox" destination="OtM-0x-ayU" id="M8s-M6-JBU"/>
  30. <outlet property="createPDFBoxHeight" destination="dGW-CI-1rZ" id="Hzs-Yv-0aK"/>
  31. <outlet property="createPDFView" destination="Dbe-pI-QSy" id="zM8-ut-8Lw"/>
  32. <outlet property="createPDFViewHeight" destination="7sf-xb-f7c" id="JuG-ik-kY7"/>
  33. <outlet property="dragView" destination="3Ej-3j-QZ3" id="KI9-gS-ovH"/>
  34. <outlet property="fastToolViewController" destination="O3f-x2-y6f" id="QUu-yY-afK"/>
  35. <outlet property="favoriteDocumentsBox" destination="deA-td-u53" id="H5U-TM-gdP"/>
  36. <outlet property="favoriteDocumentsImageView" destination="4co-jx-TpB" id="68M-ho-wX0"/>
  37. <outlet property="favoriteDocumentsLabel" destination="7ZV-nI-jCF" id="axb-In-6AW"/>
  38. <outlet property="historyFileViewController" destination="UcW-Sh-zFW" id="4rg-j2-0qB"/>
  39. <outlet property="homeBox" destination="UKl-9H-uAO" id="9VZ-i7-XvE"/>
  40. <outlet property="homeBoxHeight" destination="pzY-tk-NQO" id="zUP-by-VIf"/>
  41. <outlet property="homeRightScrollViewView" destination="Fsd-Oz-v7c" id="AOG-NU-G8N"/>
  42. <outlet property="homeSplitView" destination="yVp-SB-ljO" id="zSV-aW-5He"/>
  43. <outlet property="leftBox" destination="ndG-c5-lCg" id="Gx0-kb-H6N"/>
  44. <outlet property="openPDFBox" destination="IBc-Xn-ACX" id="rfa-yX-fM2"/>
  45. <outlet property="openPDFBoxHeight" destination="mSn-iS-alV" id="UaX-Ju-Duw"/>
  46. <outlet property="othersBox" destination="dvb-4g-gRa" id="Gm3-he-MwX"/>
  47. <outlet property="othersBoxHeightConstraint" destination="OcR-4M-FWe" id="yX5-ZF-9T0"/>
  48. <outlet property="pdfOthersBox" destination="c99-Fc-Xms" id="jRc-XY-ooZ"/>
  49. <outlet property="pdfOthersBoxHeightConstraint" destination="kVJ-Vz-KsD" id="T0P-4a-BKt"/>
  50. <outlet property="pdfProSeriesBox" destination="MnV-Ga-AMN" id="DKe-zP-XVL"/>
  51. <outlet property="pdfProSeriesBoxHeightConstraint" destination="LAV-r3-x1g" id="TrS-Y4-gbQ"/>
  52. <outlet property="pdfSeriesBox" destination="3fs-f7-jLw" id="bi1-U6-ad7"/>
  53. <outlet property="pdfSeriesBoxHeight" destination="Lgb-0O-OC4" id="h4Y-hG-cYh"/>
  54. <outlet property="pdfToolsBox" destination="20T-xp-Q2e" id="HkX-S5-4Hk"/>
  55. <outlet property="pdfToolsBoxHeight" destination="ove-lb-j0e" id="OEe-Qi-xrd"/>
  56. <outlet property="pdfToolsViewController" destination="cEr-ez-OtI" id="ZeS-9W-X1R"/>
  57. <outlet property="productPromotionBox" destination="iRu-hZ-Eba" id="fSz-H5-uu0"/>
  58. <outlet property="product_active_box" destination="TRt-mD-49a" id="sGu-TA-tH7"/>
  59. <outlet property="product_active_scrollView" destination="Zv8-o9-nPx" id="zS7-N2-btc"/>
  60. <outlet property="product_active_spacing" destination="Oxs-0g-w3P" id="VMf-lR-Qvd"/>
  61. <outlet property="rightBottomBox" destination="UYd-oU-m2C" id="XYW-TM-vpq"/>
  62. <outlet property="rightBox" destination="47d-27-CfS" id="m44-Ey-vUw"/>
  63. <outlet property="rightFullBox" destination="VIr-YS-5o0" id="0cK-du-qOJ"/>
  64. <outlet property="rightTopBox" destination="riD-ya-jJ5" id="xFv-Cd-vsI"/>
  65. <outlet property="rightTopBoxHeightConstraint" destination="SKw-ql-gO9" id="yOd-jy-tG2"/>
  66. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  67. </connections>
  68. </customObject>
  69. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  70. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  71. <customView id="Hz6-mo-xeY">
  72. <rect key="frame" x="0.0" y="0.0" width="1074" height="820"/>
  73. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  74. <subviews>
  75. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1v2-87-qa4">
  76. <rect key="frame" x="537" y="410" width="0.0" height="0.0"/>
  77. <constraints>
  78. <constraint firstAttribute="height" id="S10-65-2uD"/>
  79. <constraint firstAttribute="width" id="nNr-po-NTu"/>
  80. </constraints>
  81. <buttonCell key="cell" type="square" title="Button" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="Qq0-z1-7iI">
  82. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  83. <font key="font" metaFont="system"/>
  84. <string key="keyEquivalent" base64-UTF8="YES">
  85. Gw
  86. </string>
  87. </buttonCell>
  88. <connections>
  89. <action selector="escButtonAction:" target="-2" id="U8k-vz-XWX"/>
  90. </connections>
  91. </button>
  92. <splitView arrangesAllSubviews="NO" dividerStyle="thin" vertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yVp-SB-ljO">
  93. <rect key="frame" x="0.0" y="0.0" width="1074" height="820"/>
  94. <subviews>
  95. <box fixedFrame="YES" boxType="custom" borderWidth="0.0" title="Box" id="ndG-c5-lCg">
  96. <rect key="frame" x="0.0" y="0.0" width="270" height="820"/>
  97. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  98. <view key="contentView" id="2gJ-MM-ZrB">
  99. <rect key="frame" x="0.0" y="0.0" width="270" height="820"/>
  100. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  101. <subviews>
  102. <box hidden="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="IBc-Xn-ACX">
  103. <rect key="frame" x="32" y="740" width="206" height="48"/>
  104. <view key="contentView" id="FXX-vK-R1B">
  105. <rect key="frame" x="0.0" y="0.0" width="206" height="48"/>
  106. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  107. </view>
  108. <constraints>
  109. <constraint firstAttribute="height" constant="48" id="mSn-iS-alV"/>
  110. </constraints>
  111. <color key="fillColor" red="0.10196078431372549" green="0.10196078431372549" blue="0.10196078431372549" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  112. </box>
  113. <box hidden="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="OtM-0x-ayU">
  114. <rect key="frame" x="32" y="676" width="206" height="48"/>
  115. <view key="contentView" id="yiR-qy-ftP">
  116. <rect key="frame" x="0.0" y="0.0" width="206" height="48"/>
  117. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  118. </view>
  119. <constraints>
  120. <constraint firstAttribute="height" constant="48" id="dGW-CI-1rZ"/>
  121. </constraints>
  122. </box>
  123. <box hidden="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Dbe-pI-QSy">
  124. <rect key="frame" x="208" y="684" width="26" height="32"/>
  125. <view key="contentView" id="BDS-se-7ty">
  126. <rect key="frame" x="0.0" y="0.0" width="26" height="32"/>
  127. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  128. </view>
  129. <constraints>
  130. <constraint firstAttribute="height" constant="32" id="7sf-xb-f7c"/>
  131. <constraint firstAttribute="width" constant="26" id="q8x-LK-dCe"/>
  132. </constraints>
  133. </box>
  134. <box hidden="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="UKl-9H-uAO">
  135. <rect key="frame" x="16" y="748" width="238" height="36"/>
  136. <view key="contentView" id="Ttc-MZ-4Or">
  137. <rect key="frame" x="0.0" y="0.0" width="238" height="36"/>
  138. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  139. </view>
  140. <constraints>
  141. <constraint firstAttribute="height" constant="36" id="pzY-tk-NQO"/>
  142. </constraints>
  143. <color key="fillColor" name="systemRedColor" catalog="System" colorSpace="catalog"/>
  144. </box>
  145. <box hidden="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="20T-xp-Q2e">
  146. <rect key="frame" x="16" y="712" width="238" height="36"/>
  147. <view key="contentView" id="CG6-fH-O7c">
  148. <rect key="frame" x="0.0" y="0.0" width="238" height="36"/>
  149. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  150. </view>
  151. <constraints>
  152. <constraint firstAttribute="height" constant="36" id="ove-lb-j0e"/>
  153. </constraints>
  154. <color key="fillColor" name="systemRedColor" catalog="System" colorSpace="catalog"/>
  155. </box>
  156. <box hidden="YES" boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="deA-td-u53" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  157. <rect key="frame" x="16" y="676" width="238" height="36"/>
  158. <view key="contentView" id="RnK-oF-lcb">
  159. <rect key="frame" x="0.0" y="0.0" width="238" height="36"/>
  160. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  161. <subviews>
  162. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7ZV-nI-jCF">
  163. <rect key="frame" x="10" y="9" width="149" height="19"/>
  164. <textFieldCell key="cell" lineBreakMode="clipping" title="Favorite Documents" id="QBs-vh-T79">
  165. <font key="font" metaFont="system" size="16"/>
  166. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  167. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  168. </textFieldCell>
  169. </textField>
  170. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4co-jx-TpB">
  171. <rect key="frame" x="202" y="2" width="24" height="32"/>
  172. <constraints>
  173. <constraint firstAttribute="height" constant="24" id="ljf-Ia-Nyn"/>
  174. <constraint firstAttribute="width" constant="24" id="osy-b4-ius"/>
  175. </constraints>
  176. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSTouchBarGoForwardTemplate" id="nK1-3C-IH9"/>
  177. </imageView>
  178. </subviews>
  179. <constraints>
  180. <constraint firstAttribute="trailing" secondItem="4co-jx-TpB" secondAttribute="trailing" constant="12" id="0f6-sB-9Gn"/>
  181. <constraint firstItem="4co-jx-TpB" firstAttribute="centerY" secondItem="RnK-oF-lcb" secondAttribute="centerY" id="61M-Xp-1ef"/>
  182. <constraint firstItem="7ZV-nI-jCF" firstAttribute="centerY" secondItem="RnK-oF-lcb" secondAttribute="centerY" id="Cw5-W3-LUw"/>
  183. <constraint firstItem="7ZV-nI-jCF" firstAttribute="leading" secondItem="RnK-oF-lcb" secondAttribute="leading" constant="12" id="zx3-Rf-ka9"/>
  184. </constraints>
  185. </view>
  186. <constraints>
  187. <constraint firstAttribute="height" constant="36" id="CV3-EJ-XiW"/>
  188. </constraints>
  189. </box>
  190. <box hidden="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ntJ-b8-qxk">
  191. <rect key="frame" x="16" y="676" width="238" height="36"/>
  192. <view key="contentView" id="Odf-Mm-bKy">
  193. <rect key="frame" x="0.0" y="0.0" width="238" height="36"/>
  194. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  195. </view>
  196. <constraints>
  197. <constraint firstAttribute="height" constant="36" id="aCh-WL-S1o"/>
  198. </constraints>
  199. <color key="fillColor" name="systemRedColor" catalog="System" colorSpace="catalog"/>
  200. </box>
  201. <box hidden="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="TRt-mD-49a">
  202. <rect key="frame" x="0.0" y="0.0" width="270" height="652"/>
  203. <view key="contentView" id="gKL-oe-inN">
  204. <rect key="frame" x="0.0" y="0.0" width="270" height="652"/>
  205. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  206. <subviews>
  207. <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Zv8-o9-nPx">
  208. <rect key="frame" x="0.0" y="0.0" width="270" height="652"/>
  209. <clipView key="contentView" drawsBackground="NO" id="0m5-Ti-Llk">
  210. <rect key="frame" x="0.0" y="0.0" width="270" height="652"/>
  211. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  212. <subviews>
  213. <view translatesAutoresizingMaskIntoConstraints="NO" id="TNl-3V-JVe">
  214. <rect key="frame" x="0.0" y="-9" width="255" height="661"/>
  215. <subviews>
  216. <box boxType="custom" borderWidth="0.0" cornerRadius="8" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="iRu-hZ-Eba" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  217. <rect key="frame" x="16" y="549" width="238" height="112"/>
  218. <view key="contentView" id="Szn-qw-Fab">
  219. <rect key="frame" x="0.0" y="0.0" width="238" height="112"/>
  220. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  221. <subviews>
  222. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="3fs-f7-jLw">
  223. <rect key="frame" x="0.0" y="80" width="238" height="32"/>
  224. <view key="contentView" id="Pht-vQ-L6e">
  225. <rect key="frame" x="0.0" y="0.0" width="238" height="32"/>
  226. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  227. </view>
  228. <constraints>
  229. <constraint firstAttribute="height" constant="32" id="Lgb-0O-OC4"/>
  230. </constraints>
  231. <color key="fillColor" name="systemRedColor" catalog="System" colorSpace="catalog"/>
  232. </box>
  233. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="MnV-Ga-AMN">
  234. <rect key="frame" x="0.0" y="60" width="238" height="20"/>
  235. <view key="contentView" id="kBq-4H-y0e">
  236. <rect key="frame" x="0.0" y="0.0" width="238" height="20"/>
  237. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  238. </view>
  239. <constraints>
  240. <constraint firstAttribute="height" constant="20" id="LAV-r3-x1g"/>
  241. </constraints>
  242. </box>
  243. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="c99-Fc-Xms">
  244. <rect key="frame" x="0.0" y="20" width="238" height="32"/>
  245. <view key="contentView" id="66O-AN-y7M">
  246. <rect key="frame" x="0.0" y="0.0" width="238" height="32"/>
  247. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  248. </view>
  249. <constraints>
  250. <constraint firstAttribute="height" constant="32" id="kVJ-Vz-KsD"/>
  251. </constraints>
  252. <color key="fillColor" name="systemRedColor" catalog="System" colorSpace="catalog"/>
  253. </box>
  254. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="dvb-4g-gRa">
  255. <rect key="frame" x="0.0" y="0.0" width="238" height="20"/>
  256. <view key="contentView" id="Sv3-Bf-g3Z">
  257. <rect key="frame" x="0.0" y="0.0" width="238" height="20"/>
  258. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  259. </view>
  260. <constraints>
  261. <constraint firstAttribute="height" constant="20" id="OcR-4M-FWe"/>
  262. </constraints>
  263. </box>
  264. </subviews>
  265. <constraints>
  266. <constraint firstAttribute="bottom" secondItem="dvb-4g-gRa" secondAttribute="bottom" id="1l1-bA-wZf"/>
  267. <constraint firstItem="MnV-Ga-AMN" firstAttribute="leading" secondItem="Szn-qw-Fab" secondAttribute="leading" id="ABQ-DA-ty9"/>
  268. <constraint firstItem="dvb-4g-gRa" firstAttribute="leading" secondItem="Szn-qw-Fab" secondAttribute="leading" id="GgO-vB-P6G"/>
  269. <constraint firstItem="dvb-4g-gRa" firstAttribute="top" secondItem="c99-Fc-Xms" secondAttribute="bottom" id="I8y-B6-bwh"/>
  270. <constraint firstAttribute="trailing" secondItem="MnV-Ga-AMN" secondAttribute="trailing" id="SQf-5S-Q3Z"/>
  271. <constraint firstItem="3fs-f7-jLw" firstAttribute="leading" secondItem="Szn-qw-Fab" secondAttribute="leading" id="Twx-QY-R83"/>
  272. <constraint firstAttribute="trailing" secondItem="3fs-f7-jLw" secondAttribute="trailing" id="Wag-MM-Los"/>
  273. <constraint firstItem="MnV-Ga-AMN" firstAttribute="top" secondItem="3fs-f7-jLw" secondAttribute="bottom" id="aRK-T9-DOq"/>
  274. <constraint firstAttribute="trailing" secondItem="c99-Fc-Xms" secondAttribute="trailing" id="fkI-WB-r6L"/>
  275. <constraint firstItem="c99-Fc-Xms" firstAttribute="leading" secondItem="Szn-qw-Fab" secondAttribute="leading" id="iYE-w9-lnv"/>
  276. <constraint firstItem="c99-Fc-Xms" firstAttribute="top" secondItem="MnV-Ga-AMN" secondAttribute="bottom" constant="8" id="kHW-YE-fRr"/>
  277. <constraint firstItem="3fs-f7-jLw" firstAttribute="top" secondItem="Szn-qw-Fab" secondAttribute="top" id="v1T-nw-EIf"/>
  278. <constraint firstAttribute="trailing" secondItem="dvb-4g-gRa" secondAttribute="trailing" id="ycp-YP-93a"/>
  279. </constraints>
  280. </view>
  281. <color key="fillColor" red="0.92156862745098034" green="0.92156862745098034" blue="0.92156862745098034" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  282. </box>
  283. <box boxType="custom" borderWidth="0.0" cornerRadius="8" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="MFa-T5-0wb" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  284. <rect key="frame" x="32" y="30" width="206" height="242"/>
  285. <view key="contentView" id="zIt-55-NjD">
  286. <rect key="frame" x="0.0" y="0.0" width="206" height="242"/>
  287. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  288. </view>
  289. <constraints>
  290. <constraint firstAttribute="height" constant="242" id="ZYy-6w-xC5"/>
  291. </constraints>
  292. <color key="fillColor" red="0.92156862745098034" green="0.92156862745098034" blue="0.92156862745098034" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  293. </box>
  294. </subviews>
  295. <constraints>
  296. <constraint firstAttribute="trailing" secondItem="iRu-hZ-Eba" secondAttribute="trailing" constant="1" id="DmO-aO-r6d"/>
  297. <constraint firstAttribute="trailing" secondItem="MFa-T5-0wb" secondAttribute="trailing" constant="17" id="JVQ-b8-Vyc"/>
  298. <constraint firstAttribute="bottom" secondItem="MFa-T5-0wb" secondAttribute="bottom" constant="30" id="LDy-Il-wNN"/>
  299. <constraint firstItem="MFa-T5-0wb" firstAttribute="top" secondItem="iRu-hZ-Eba" secondAttribute="bottom" constant="277" id="Oxs-0g-w3P"/>
  300. <constraint firstItem="MFa-T5-0wb" firstAttribute="leading" secondItem="TNl-3V-JVe" secondAttribute="leading" constant="32" id="giJ-wd-6vr"/>
  301. <constraint firstItem="iRu-hZ-Eba" firstAttribute="leading" secondItem="TNl-3V-JVe" secondAttribute="leading" constant="16" id="hEc-lV-y6H"/>
  302. <constraint firstItem="iRu-hZ-Eba" firstAttribute="top" secondItem="TNl-3V-JVe" secondAttribute="top" id="w4i-fZ-XXL"/>
  303. </constraints>
  304. </view>
  305. </subviews>
  306. <constraints>
  307. <constraint firstItem="TNl-3V-JVe" firstAttribute="top" secondItem="0m5-Ti-Llk" secondAttribute="top" id="5Ns-VC-Meg"/>
  308. <constraint firstAttribute="trailing" secondItem="TNl-3V-JVe" secondAttribute="trailing" id="7es-z8-SXZ"/>
  309. <constraint firstItem="TNl-3V-JVe" firstAttribute="leading" secondItem="0m5-Ti-Llk" secondAttribute="leading" id="jg3-iW-Reh"/>
  310. </constraints>
  311. </clipView>
  312. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="bah-bU-PmL">
  313. <rect key="frame" x="-100" y="-100" width="253" height="15"/>
  314. <autoresizingMask key="autoresizingMask"/>
  315. </scroller>
  316. <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="eMA-3D-xnv" customClass="KMToolSetScroller" customModule="PDF_Master" customModuleProvider="target">
  317. <rect key="frame" x="254" y="0.0" width="16" height="652"/>
  318. <autoresizingMask key="autoresizingMask"/>
  319. </scroller>
  320. </scrollView>
  321. </subviews>
  322. <constraints>
  323. <constraint firstAttribute="bottom" secondItem="Zv8-o9-nPx" secondAttribute="bottom" id="8hJ-2A-rT1"/>
  324. <constraint firstItem="Zv8-o9-nPx" firstAttribute="leading" secondItem="gKL-oe-inN" secondAttribute="leading" id="DcZ-5N-lti"/>
  325. <constraint firstItem="Zv8-o9-nPx" firstAttribute="top" secondItem="gKL-oe-inN" secondAttribute="top" id="I8h-67-2lp"/>
  326. <constraint firstAttribute="trailing" secondItem="Zv8-o9-nPx" secondAttribute="trailing" id="Meq-KO-B8A"/>
  327. </constraints>
  328. </view>
  329. <color key="borderColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  330. <color key="fillColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  331. </box>
  332. <customView translatesAutoresizingMaskIntoConstraints="NO" id="3io-Hj-Kiz">
  333. <rect key="frame" x="0.0" y="0.0" width="270" height="820"/>
  334. <subviews>
  335. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="fGu-QI-qsr" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  336. <rect key="frame" x="16" y="732" width="238" height="64"/>
  337. <view key="contentView" id="XIH-la-IM7">
  338. <rect key="frame" x="0.0" y="0.0" width="238" height="64"/>
  339. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  340. <subviews>
  341. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="uq4-KF-k9k">
  342. <rect key="frame" x="16" y="18" width="28" height="28"/>
  343. <constraints>
  344. <constraint firstAttribute="width" constant="28" id="JWy-0z-k3e"/>
  345. <constraint firstAttribute="height" constant="28" id="T4M-96-ah8"/>
  346. </constraints>
  347. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="edc-z8-gCQ"/>
  348. </imageView>
  349. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZAT-Co-tte">
  350. <rect key="frame" x="54" y="24" width="186" height="16"/>
  351. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="XuC-gZ-0YQ">
  352. <font key="font" metaFont="system"/>
  353. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  354. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  355. </textFieldCell>
  356. </textField>
  357. </subviews>
  358. <constraints>
  359. <constraint firstItem="ZAT-Co-tte" firstAttribute="leading" secondItem="uq4-KF-k9k" secondAttribute="trailing" constant="12" id="PU4-jx-Nu0"/>
  360. <constraint firstAttribute="trailing" secondItem="ZAT-Co-tte" secondAttribute="trailing" id="VL4-QQ-6cm"/>
  361. <constraint firstItem="uq4-KF-k9k" firstAttribute="leading" secondItem="XIH-la-IM7" secondAttribute="leading" constant="16" id="VUv-xz-TFO"/>
  362. <constraint firstItem="ZAT-Co-tte" firstAttribute="centerY" secondItem="uq4-KF-k9k" secondAttribute="centerY" id="Xsd-W2-vdd"/>
  363. </constraints>
  364. </view>
  365. <constraints>
  366. <constraint firstAttribute="height" constant="64" id="TKk-Rp-VWm"/>
  367. <constraint firstItem="uq4-KF-k9k" firstAttribute="centerY" secondItem="fGu-QI-qsr" secondAttribute="centerY" id="o4J-SF-n2k"/>
  368. </constraints>
  369. </box>
  370. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="aEd-2n-FAH" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  371. <rect key="frame" x="16" y="660" width="238" height="64"/>
  372. <view key="contentView" id="lfb-vJ-XnI">
  373. <rect key="frame" x="0.0" y="0.0" width="238" height="64"/>
  374. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  375. <subviews>
  376. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="R0l-VG-P9c">
  377. <rect key="frame" x="16" y="18" width="28" height="28"/>
  378. <constraints>
  379. <constraint firstAttribute="height" constant="28" id="70S-mf-0VQ"/>
  380. <constraint firstAttribute="width" constant="28" id="WF1-br-7fT"/>
  381. </constraints>
  382. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="cON-bS-15a"/>
  383. </imageView>
  384. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="p5N-bY-CVu">
  385. <rect key="frame" x="54" y="24" width="186" height="16"/>
  386. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="RZo-Aj-B8y">
  387. <font key="font" metaFont="system"/>
  388. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  389. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  390. </textFieldCell>
  391. </textField>
  392. </subviews>
  393. <constraints>
  394. <constraint firstAttribute="trailing" secondItem="p5N-bY-CVu" secondAttribute="trailing" id="01b-Tg-RQY"/>
  395. <constraint firstItem="p5N-bY-CVu" firstAttribute="centerY" secondItem="R0l-VG-P9c" secondAttribute="centerY" id="8r5-0f-Ipy"/>
  396. <constraint firstItem="R0l-VG-P9c" firstAttribute="leading" secondItem="lfb-vJ-XnI" secondAttribute="leading" constant="16" id="Ll3-ww-Ua9"/>
  397. <constraint firstItem="p5N-bY-CVu" firstAttribute="leading" secondItem="R0l-VG-P9c" secondAttribute="trailing" constant="12" id="sLE-Da-onW"/>
  398. </constraints>
  399. </view>
  400. <constraints>
  401. <constraint firstAttribute="height" constant="64" id="A6a-8U-W3c"/>
  402. <constraint firstItem="R0l-VG-P9c" firstAttribute="centerY" secondItem="aEd-2n-FAH" secondAttribute="centerY" id="x6x-n7-TZb"/>
  403. </constraints>
  404. </box>
  405. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="0aC-uQ-5lW" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  406. <rect key="frame" x="16" y="588" width="238" height="64"/>
  407. <view key="contentView" id="R1S-LV-EMO">
  408. <rect key="frame" x="0.0" y="0.0" width="238" height="64"/>
  409. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  410. <subviews>
  411. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="7L8-5k-lE1">
  412. <rect key="frame" x="16" y="18" width="28" height="28"/>
  413. <constraints>
  414. <constraint firstAttribute="height" constant="28" id="6GM-P7-ZA4"/>
  415. <constraint firstAttribute="width" constant="28" id="9aH-Jk-9re"/>
  416. </constraints>
  417. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="oLu-02-hg4"/>
  418. </imageView>
  419. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Fhh-MS-1UA">
  420. <rect key="frame" x="54" y="24" width="186" height="16"/>
  421. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="hZb-7Q-757">
  422. <font key="font" metaFont="system"/>
  423. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  424. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  425. </textFieldCell>
  426. </textField>
  427. </subviews>
  428. <constraints>
  429. <constraint firstItem="Fhh-MS-1UA" firstAttribute="centerY" secondItem="7L8-5k-lE1" secondAttribute="centerY" id="4EB-DV-CLt"/>
  430. <constraint firstItem="7L8-5k-lE1" firstAttribute="leading" secondItem="R1S-LV-EMO" secondAttribute="leading" constant="16" id="904-jB-LVB"/>
  431. <constraint firstItem="Fhh-MS-1UA" firstAttribute="leading" secondItem="7L8-5k-lE1" secondAttribute="trailing" constant="12" id="gGb-cT-3z2"/>
  432. <constraint firstAttribute="trailing" secondItem="Fhh-MS-1UA" secondAttribute="trailing" id="xyN-yE-rkf"/>
  433. </constraints>
  434. </view>
  435. <constraints>
  436. <constraint firstAttribute="height" constant="64" id="L2u-Qp-yTn"/>
  437. <constraint firstItem="7L8-5k-lE1" firstAttribute="centerY" secondItem="0aC-uQ-5lW" secondAttribute="centerY" id="Pz8-Nb-wy8"/>
  438. </constraints>
  439. </box>
  440. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="gfM-nc-QPH" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  441. <rect key="frame" x="16" y="516" width="238" height="64"/>
  442. <view key="contentView" id="hsW-0F-KnS">
  443. <rect key="frame" x="0.0" y="0.0" width="238" height="64"/>
  444. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  445. <subviews>
  446. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="tWj-m1-RHC">
  447. <rect key="frame" x="16" y="18" width="28" height="28"/>
  448. <constraints>
  449. <constraint firstAttribute="height" constant="28" id="TDL-Hm-ohv"/>
  450. <constraint firstAttribute="width" constant="28" id="Zuv-Vx-2b6"/>
  451. </constraints>
  452. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="RX4-be-ygC"/>
  453. </imageView>
  454. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aGT-3k-XaH">
  455. <rect key="frame" x="54" y="24" width="186" height="16"/>
  456. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="A36-Eb-2cb">
  457. <font key="font" metaFont="system"/>
  458. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  459. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  460. </textFieldCell>
  461. </textField>
  462. </subviews>
  463. <constraints>
  464. <constraint firstItem="aGT-3k-XaH" firstAttribute="centerY" secondItem="tWj-m1-RHC" secondAttribute="centerY" id="3uW-ug-wnS"/>
  465. <constraint firstItem="aGT-3k-XaH" firstAttribute="leading" secondItem="tWj-m1-RHC" secondAttribute="trailing" constant="12" id="57F-8b-R4d"/>
  466. <constraint firstItem="tWj-m1-RHC" firstAttribute="leading" secondItem="hsW-0F-KnS" secondAttribute="leading" constant="16" id="bu6-f5-Lei"/>
  467. <constraint firstAttribute="trailing" secondItem="aGT-3k-XaH" secondAttribute="trailing" id="s4G-Vg-fsl"/>
  468. </constraints>
  469. </view>
  470. <constraints>
  471. <constraint firstItem="tWj-m1-RHC" firstAttribute="centerY" secondItem="gfM-nc-QPH" secondAttribute="centerY" id="CtM-0V-CLq"/>
  472. <constraint firstAttribute="height" constant="64" id="Wxl-mi-6dg"/>
  473. </constraints>
  474. </box>
  475. </subviews>
  476. <constraints>
  477. <constraint firstItem="0aC-uQ-5lW" firstAttribute="trailing" secondItem="aEd-2n-FAH" secondAttribute="trailing" id="1em-N9-EZt"/>
  478. <constraint firstItem="0aC-uQ-5lW" firstAttribute="top" secondItem="aEd-2n-FAH" secondAttribute="bottom" constant="8" id="2Wf-YF-47K"/>
  479. <constraint firstItem="fGu-QI-qsr" firstAttribute="leading" secondItem="3io-Hj-Kiz" secondAttribute="leading" constant="16" id="Iis-JZ-KM7"/>
  480. <constraint firstItem="aEd-2n-FAH" firstAttribute="leading" secondItem="fGu-QI-qsr" secondAttribute="leading" id="JIW-4g-Eee"/>
  481. <constraint firstItem="aEd-2n-FAH" firstAttribute="trailing" secondItem="fGu-QI-qsr" secondAttribute="trailing" id="Jyy-2X-OR9"/>
  482. <constraint firstItem="aEd-2n-FAH" firstAttribute="top" secondItem="fGu-QI-qsr" secondAttribute="bottom" constant="8" id="LA9-Lk-hoG"/>
  483. <constraint firstItem="fGu-QI-qsr" firstAttribute="top" secondItem="3io-Hj-Kiz" secondAttribute="top" constant="24" id="XKS-E9-44d"/>
  484. <constraint firstItem="0aC-uQ-5lW" firstAttribute="leading" secondItem="aEd-2n-FAH" secondAttribute="leading" id="bhw-hX-MVg"/>
  485. <constraint firstAttribute="trailing" secondItem="fGu-QI-qsr" secondAttribute="trailing" constant="16" id="bvC-Lu-ALO"/>
  486. <constraint firstItem="gfM-nc-QPH" firstAttribute="trailing" secondItem="0aC-uQ-5lW" secondAttribute="trailing" id="fzO-yw-MBw"/>
  487. <constraint firstItem="gfM-nc-QPH" firstAttribute="leading" secondItem="0aC-uQ-5lW" secondAttribute="leading" id="krm-LG-O6K"/>
  488. <constraint firstItem="gfM-nc-QPH" firstAttribute="top" secondItem="0aC-uQ-5lW" secondAttribute="bottom" constant="8" id="m9w-w0-Rb8"/>
  489. </constraints>
  490. </customView>
  491. </subviews>
  492. <constraints>
  493. <constraint firstItem="20T-xp-Q2e" firstAttribute="top" secondItem="UKl-9H-uAO" secondAttribute="bottom" id="6Ty-9p-ozz"/>
  494. <constraint firstAttribute="bottom" secondItem="3io-Hj-Kiz" secondAttribute="bottom" id="8hH-Nz-14P"/>
  495. <constraint firstItem="ntJ-b8-qxk" firstAttribute="leading" secondItem="2gJ-MM-ZrB" secondAttribute="leading" constant="16" id="9G7-II-reM"/>
  496. <constraint firstAttribute="trailing" secondItem="IBc-Xn-ACX" secondAttribute="trailing" constant="32" id="9bt-6N-Fpw"/>
  497. <constraint firstAttribute="trailing" secondItem="20T-xp-Q2e" secondAttribute="trailing" constant="16" id="9h5-eC-BcV"/>
  498. <constraint firstAttribute="bottom" secondItem="TRt-mD-49a" secondAttribute="bottom" id="LHh-fM-nsg"/>
  499. <constraint firstItem="IBc-Xn-ACX" firstAttribute="top" secondItem="2gJ-MM-ZrB" secondAttribute="top" constant="32" id="OT0-pO-LgG"/>
  500. <constraint firstItem="3io-Hj-Kiz" firstAttribute="top" secondItem="2gJ-MM-ZrB" secondAttribute="top" id="OUk-vQ-edJ"/>
  501. <constraint firstItem="IBc-Xn-ACX" firstAttribute="leading" secondItem="2gJ-MM-ZrB" secondAttribute="leading" constant="32" id="Pct-00-aes"/>
  502. <constraint firstItem="Dbe-pI-QSy" firstAttribute="centerY" secondItem="OtM-0x-ayU" secondAttribute="centerY" id="Prm-NR-YvO"/>
  503. <constraint firstItem="deA-td-u53" firstAttribute="top" secondItem="20T-xp-Q2e" secondAttribute="bottom" id="QfX-k5-vsv"/>
  504. <constraint firstItem="Dbe-pI-QSy" firstAttribute="trailing" secondItem="OtM-0x-ayU" secondAttribute="trailing" constant="-4" id="T0b-Ta-Co1"/>
  505. <constraint firstAttribute="trailing" secondItem="UKl-9H-uAO" secondAttribute="trailing" constant="16" id="WIR-G0-whr"/>
  506. <constraint firstItem="TRt-mD-49a" firstAttribute="top" secondItem="deA-td-u53" secondAttribute="bottom" constant="24" id="dB5-BE-n63"/>
  507. <constraint firstItem="OtM-0x-ayU" firstAttribute="top" secondItem="IBc-Xn-ACX" secondAttribute="bottom" constant="16" id="dJR-pr-FoO"/>
  508. <constraint firstAttribute="trailing" secondItem="ntJ-b8-qxk" secondAttribute="trailing" constant="16" id="e8Q-or-Xvd"/>
  509. <constraint firstItem="3io-Hj-Kiz" firstAttribute="leading" secondItem="2gJ-MM-ZrB" secondAttribute="leading" id="eTW-ob-qK1"/>
  510. <constraint firstItem="20T-xp-Q2e" firstAttribute="leading" secondItem="2gJ-MM-ZrB" secondAttribute="leading" constant="16" id="gtH-3g-pwb"/>
  511. <constraint firstItem="deA-td-u53" firstAttribute="leading" secondItem="2gJ-MM-ZrB" secondAttribute="leading" constant="16" id="hLP-Mo-nJv"/>
  512. <constraint firstItem="OtM-0x-ayU" firstAttribute="leading" secondItem="2gJ-MM-ZrB" secondAttribute="leading" constant="32" id="iC5-mp-yL7"/>
  513. <constraint firstItem="TRt-mD-49a" firstAttribute="leading" secondItem="2gJ-MM-ZrB" secondAttribute="leading" id="iq0-o7-PiX"/>
  514. <constraint firstAttribute="trailing" secondItem="TRt-mD-49a" secondAttribute="trailing" id="j9O-4p-xXv"/>
  515. <constraint firstAttribute="trailing" secondItem="3io-Hj-Kiz" secondAttribute="trailing" id="kZa-Sb-BLN"/>
  516. <constraint firstItem="UKl-9H-uAO" firstAttribute="top" secondItem="OtM-0x-ayU" secondAttribute="bottom" constant="-108" id="o8v-Wg-KIZ"/>
  517. <constraint firstAttribute="trailing" secondItem="deA-td-u53" secondAttribute="trailing" constant="16" id="qjB-C0-vh0"/>
  518. <constraint firstAttribute="trailing" secondItem="OtM-0x-ayU" secondAttribute="trailing" constant="32" id="rZt-Tb-kjn"/>
  519. <constraint firstItem="ntJ-b8-qxk" firstAttribute="top" secondItem="20T-xp-Q2e" secondAttribute="bottom" id="uKT-Vu-fQx"/>
  520. <constraint firstItem="UKl-9H-uAO" firstAttribute="leading" secondItem="2gJ-MM-ZrB" secondAttribute="leading" constant="16" id="vXl-kK-q9y"/>
  521. </constraints>
  522. </view>
  523. </box>
  524. <box fixedFrame="YES" boxType="custom" borderWidth="0.0" title="Box" id="47d-27-CfS">
  525. <rect key="frame" x="271" y="0.0" width="803" height="820"/>
  526. <autoresizingMask key="autoresizingMask"/>
  527. <view key="contentView" id="GVB-Xu-zsZ">
  528. <rect key="frame" x="0.0" y="0.0" width="803" height="820"/>
  529. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  530. <subviews>
  531. <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fsd-Oz-v7c">
  532. <rect key="frame" x="0.0" y="0.0" width="803" height="820"/>
  533. <clipView key="contentView" drawsBackground="NO" id="4Wb-9e-EKY">
  534. <rect key="frame" x="0.0" y="0.0" width="803" height="820"/>
  535. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  536. <subviews>
  537. <view id="nNN-UX-CRH">
  538. <rect key="frame" x="0.0" y="0.0" width="803" height="819"/>
  539. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  540. <subviews>
  541. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="riD-ya-jJ5">
  542. <rect key="frame" x="0.0" y="619" width="803" height="200"/>
  543. <view key="contentView" id="etA-qU-eJl">
  544. <rect key="frame" x="0.0" y="0.0" width="803" height="200"/>
  545. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  546. </view>
  547. <constraints>
  548. <constraint firstAttribute="height" constant="200" id="SKw-ql-gO9"/>
  549. </constraints>
  550. </box>
  551. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="UYd-oU-m2C">
  552. <rect key="frame" x="0.0" y="0.0" width="803" height="619"/>
  553. <view key="contentView" id="Ktd-K9-9Kt">
  554. <rect key="frame" x="0.0" y="0.0" width="803" height="619"/>
  555. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  556. </view>
  557. </box>
  558. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="VIr-YS-5o0">
  559. <rect key="frame" x="0.0" y="0.0" width="803" height="819"/>
  560. <view key="contentView" id="meL-Tj-h1p">
  561. <rect key="frame" x="0.0" y="0.0" width="803" height="819"/>
  562. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  563. </view>
  564. </box>
  565. </subviews>
  566. <constraints>
  567. <constraint firstItem="UYd-oU-m2C" firstAttribute="leading" secondItem="nNN-UX-CRH" secondAttribute="leading" id="CoL-ok-bpJ"/>
  568. <constraint firstAttribute="trailing" secondItem="riD-ya-jJ5" secondAttribute="trailing" id="SGj-C4-28a"/>
  569. <constraint firstItem="riD-ya-jJ5" firstAttribute="leading" secondItem="nNN-UX-CRH" secondAttribute="leading" id="cEs-JL-ChJ"/>
  570. <constraint firstItem="riD-ya-jJ5" firstAttribute="top" secondItem="nNN-UX-CRH" secondAttribute="top" id="dbJ-hz-GUi"/>
  571. <constraint firstItem="VIr-YS-5o0" firstAttribute="top" secondItem="nNN-UX-CRH" secondAttribute="top" id="kP5-ds-LS1"/>
  572. <constraint firstAttribute="trailing" secondItem="VIr-YS-5o0" secondAttribute="trailing" id="lRx-gI-z4m"/>
  573. <constraint firstAttribute="trailing" secondItem="UYd-oU-m2C" secondAttribute="trailing" id="len-PZ-9bi"/>
  574. <constraint firstAttribute="bottom" secondItem="UYd-oU-m2C" secondAttribute="bottom" id="qUQ-oy-SZq"/>
  575. <constraint firstAttribute="bottom" secondItem="VIr-YS-5o0" secondAttribute="bottom" id="tJo-s6-Bni"/>
  576. <constraint firstItem="VIr-YS-5o0" firstAttribute="leading" secondItem="nNN-UX-CRH" secondAttribute="leading" id="vJs-6s-heY"/>
  577. <constraint firstItem="UYd-oU-m2C" firstAttribute="top" secondItem="riD-ya-jJ5" secondAttribute="bottom" id="yXX-eC-2uG"/>
  578. </constraints>
  579. </view>
  580. </subviews>
  581. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  582. </clipView>
  583. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="jgz-f0-iZG">
  584. <rect key="frame" x="1" y="846" width="516" height="15"/>
  585. <autoresizingMask key="autoresizingMask"/>
  586. </scroller>
  587. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="uYd-8v-9Da">
  588. <rect key="frame" x="784" y="1" width="16" height="816"/>
  589. <autoresizingMask key="autoresizingMask"/>
  590. </scroller>
  591. </scrollView>
  592. </subviews>
  593. <constraints>
  594. <constraint firstItem="Fsd-Oz-v7c" firstAttribute="top" secondItem="GVB-Xu-zsZ" secondAttribute="top" id="87S-Rb-bey"/>
  595. <constraint firstAttribute="bottom" secondItem="Fsd-Oz-v7c" secondAttribute="bottom" id="jKH-5n-L9g"/>
  596. <constraint firstItem="Fsd-Oz-v7c" firstAttribute="leading" secondItem="GVB-Xu-zsZ" secondAttribute="leading" id="v17-bP-0x9"/>
  597. <constraint firstAttribute="trailing" secondItem="Fsd-Oz-v7c" secondAttribute="trailing" id="xDo-M4-zHj"/>
  598. </constraints>
  599. </view>
  600. <color key="borderColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  601. <color key="fillColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  602. </box>
  603. </subviews>
  604. <holdingPriorities>
  605. <real value="270"/>
  606. <real value="250"/>
  607. </holdingPriorities>
  608. <connections>
  609. <outlet property="delegate" destination="-2" id="Nyn-SM-8if"/>
  610. </connections>
  611. </splitView>
  612. <customView translatesAutoresizingMaskIntoConstraints="NO" id="3Ej-3j-QZ3" customClass="KMHomeDragView" customModule="PDF_Master" customModuleProvider="target">
  613. <rect key="frame" x="16" y="16" width="1042" height="788"/>
  614. <subviews>
  615. <customView translatesAutoresizingMaskIntoConstraints="NO" id="lTX-FO-7Ze">
  616. <rect key="frame" x="489" y="374" width="65" height="40"/>
  617. <subviews>
  618. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Hn2-R8-Bfv">
  619. <rect key="frame" x="14" y="12" width="37" height="16"/>
  620. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="gkz-Hj-UOJ">
  621. <font key="font" metaFont="system"/>
  622. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  623. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  624. </textFieldCell>
  625. </textField>
  626. </subviews>
  627. <constraints>
  628. <constraint firstItem="Hn2-R8-Bfv" firstAttribute="centerY" secondItem="lTX-FO-7Ze" secondAttribute="centerY" id="0mX-xj-ymp"/>
  629. <constraint firstAttribute="trailing" secondItem="Hn2-R8-Bfv" secondAttribute="trailing" constant="16" id="8ZE-Sq-o1b"/>
  630. <constraint firstItem="Hn2-R8-Bfv" firstAttribute="leading" secondItem="lTX-FO-7Ze" secondAttribute="leading" constant="16" id="VWe-FK-0wL"/>
  631. <constraint firstAttribute="height" constant="40" id="tbq-SH-11p"/>
  632. </constraints>
  633. </customView>
  634. </subviews>
  635. <constraints>
  636. <constraint firstItem="lTX-FO-7Ze" firstAttribute="centerY" secondItem="3Ej-3j-QZ3" secondAttribute="centerY" id="VsN-Nk-XSF"/>
  637. <constraint firstItem="lTX-FO-7Ze" firstAttribute="centerX" secondItem="3Ej-3j-QZ3" secondAttribute="centerX" id="Z88-ci-g4b"/>
  638. </constraints>
  639. <connections>
  640. <outlet property="dragLabel" destination="Hn2-R8-Bfv" id="Bcu-KC-jTb"/>
  641. <outlet property="dragView" destination="lTX-FO-7Ze" id="l8P-gG-51q"/>
  642. <outlet property="dragViewHeight" destination="tbq-SH-11p" id="rKn-sf-EOE"/>
  643. </connections>
  644. </customView>
  645. </subviews>
  646. <constraints>
  647. <constraint firstItem="3Ej-3j-QZ3" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="DZ1-ex-OuL"/>
  648. <constraint firstAttribute="trailing" secondItem="yVp-SB-ljO" secondAttribute="trailing" id="URx-4C-HKr"/>
  649. <constraint firstItem="yVp-SB-ljO" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="VOW-ij-tSX"/>
  650. <constraint firstItem="1v2-87-qa4" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="XHC-pD-1sC"/>
  651. <constraint firstAttribute="bottom" secondItem="yVp-SB-ljO" secondAttribute="bottom" id="a25-yh-Y3N"/>
  652. <constraint firstItem="yVp-SB-ljO" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="enx-7v-XZw"/>
  653. <constraint firstAttribute="trailing" secondItem="3Ej-3j-QZ3" secondAttribute="trailing" constant="16" id="iM7-vN-gR8"/>
  654. <constraint firstAttribute="bottom" secondItem="3Ej-3j-QZ3" secondAttribute="bottom" constant="16" id="o2f-D1-9ec"/>
  655. <constraint firstItem="3Ej-3j-QZ3" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="16" id="xQ1-HT-4gU"/>
  656. <constraint firstItem="1v2-87-qa4" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="zxF-4y-2hc"/>
  657. </constraints>
  658. <point key="canvasLocation" x="-58" y="-19"/>
  659. </customView>
  660. <customObject id="O3f-x2-y6f" customClass="KMHomeFastToolViewController" customModule="PDF_Master" customModuleProvider="target"/>
  661. <customObject id="UcW-Sh-zFW" customClass="KMHomeHistoryFileViewController" customModule="PDF_Master" customModuleProvider="target"/>
  662. <customObject id="cEr-ez-OtI" customClass="KMPDFToolsViewController" customModule="PDF_Master" customModuleProvider="target"/>
  663. <customObject id="icM-sk-XE7" customClass="KMCloudDocumentsViewController" customModule="PDF_Master" customModuleProvider="target"/>
  664. <customObject id="FOs-X3-zsa" customClass="KMAIOpenPDFFilesVC" customModule="PDF_Master" customModuleProvider="target"/>
  665. <customObject id="vQI-sm-WpY" customClass="KMAITranslationVC" customModule="PDF_Master" customModuleProvider="target"/>
  666. <customObject id="npC-Vy-evi" customClass="KMAIRewritingVC" customModule="PDF_Master" customModuleProvider="target"/>
  667. </objects>
  668. <resources>
  669. <image name="NSTouchBarGoForwardTemplate" width="12" height="17"/>
  670. </resources>
  671. </document>