KMBookMarkViewController.xib 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMBookMarkViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="addBookButton" destination="3yQ-un-hNE" id="kxu-QV-1AM"/>
  12. <outlet property="bigTipLabel" destination="BO0-hw-zv2" id="hvD-cO-67N"/>
  13. <outlet property="bookTableView" destination="jMm-Al-ZqF" id="9wa-Z0-JAz"/>
  14. <outlet property="emptyView" destination="H5X-YQ-dvn" id="6p4-Ta-8tF"/>
  15. <outlet property="sortButton" destination="nqk-c4-hkq" id="jqn-XE-eaa"/>
  16. <outlet property="tipLabel" destination="Msu-u0-gPn" id="ffr-tn-AMo"/>
  17. <outlet property="titleTextField" destination="3oi-0L-gXH" id="nKT-yM-6bo"/>
  18. <outlet property="topSeplineView" destination="ep4-a0-YrH" id="10a-WM-HdS"/>
  19. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  20. </connections>
  21. </customObject>
  22. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  23. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  24. <customView appearanceType="aqua" misplaced="YES" id="Hz6-mo-xeY">
  25. <rect key="frame" x="0.0" y="0.0" width="260" height="440"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <customView id="Pzi-Vp-0aL">
  29. <rect key="frame" x="0.0" y="0.0" width="260" height="440"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. <subviews>
  32. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ZOC-6Y-3av">
  33. <rect key="frame" x="0.0" y="0.0" width="254" height="404"/>
  34. <subviews>
  35. <view translatesAutoresizingMaskIntoConstraints="NO" id="bIK-U7-Zqf">
  36. <rect key="frame" x="0.0" y="356" width="254" height="48"/>
  37. <subviews>
  38. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3oi-0L-gXH">
  39. <rect key="frame" x="14" y="16" width="35" height="16"/>
  40. <textFieldCell key="cell" lineBreakMode="clipping" title="book" id="Lva-jT-T3H">
  41. <font key="font" usesAppearanceFont="YES"/>
  42. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  43. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  44. </textFieldCell>
  45. </textField>
  46. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3yQ-un-hNE">
  47. <rect key="frame" x="222" y="12" width="24" height="24"/>
  48. <constraints>
  49. <constraint firstAttribute="height" constant="24" id="54D-pF-AoV"/>
  50. <constraint firstAttribute="width" constant="24" id="oZP-jn-egC"/>
  51. </constraints>
  52. <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="KMImageNameBookMarksAdd" imagePosition="overlaps" alignment="center" lineBreakMode="truncatingTail" state="on" imageScaling="proportionallyDown" inset="2" id="wPd-bK-WYA">
  53. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  54. <font key="font" metaFont="system"/>
  55. </buttonCell>
  56. <connections>
  57. <action selector="addBookmarkAction:" target="-2" id="LYe-dO-Oje"/>
  58. </connections>
  59. </button>
  60. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nqk-c4-hkq">
  61. <rect key="frame" x="198" y="12" width="24" height="24"/>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="24" id="8g5-Sj-Tmm"/>
  64. <constraint firstAttribute="width" constant="24" id="h9S-B3-ngS"/>
  65. </constraints>
  66. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="t82-rj-OPq">
  67. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  68. <font key="font" metaFont="system"/>
  69. </buttonCell>
  70. </button>
  71. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ep4-a0-YrH">
  72. <rect key="frame" x="0.0" y="0.0" width="254" height="1"/>
  73. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  74. </customView>
  75. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Bsc-ME-Qqh">
  76. <rect key="frame" x="127" y="24" width="0.0" height="0.0"/>
  77. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="Zio-I4-Bjd">
  78. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  79. <font key="font" metaFont="system"/>
  80. </buttonCell>
  81. <connections>
  82. <action selector="escButtonAction:" target="-2" id="2IE-Dn-73t"/>
  83. </connections>
  84. </button>
  85. </subviews>
  86. <constraints>
  87. <constraint firstItem="3oi-0L-gXH" firstAttribute="centerY" secondItem="bIK-U7-Zqf" secondAttribute="centerY" id="Dx4-hO-Mw9"/>
  88. <constraint firstItem="3yQ-un-hNE" firstAttribute="leading" secondItem="nqk-c4-hkq" secondAttribute="trailing" id="IoU-0m-oZU"/>
  89. <constraint firstItem="Bsc-ME-Qqh" firstAttribute="centerX" secondItem="bIK-U7-Zqf" secondAttribute="centerX" id="MB5-w1-b95"/>
  90. <constraint firstAttribute="trailing" secondItem="3yQ-un-hNE" secondAttribute="trailing" constant="8" id="SeY-1V-RIE"/>
  91. <constraint firstItem="nqk-c4-hkq" firstAttribute="centerY" secondItem="3yQ-un-hNE" secondAttribute="centerY" id="T5D-ju-dOG"/>
  92. <constraint firstAttribute="height" constant="48" id="VqR-5n-kaA"/>
  93. <constraint firstItem="3oi-0L-gXH" firstAttribute="leading" secondItem="bIK-U7-Zqf" secondAttribute="leading" constant="16" id="Zaz-F0-rX0"/>
  94. <constraint firstItem="Bsc-ME-Qqh" firstAttribute="centerY" secondItem="bIK-U7-Zqf" secondAttribute="centerY" id="b5q-EM-BXf"/>
  95. <constraint firstItem="3yQ-un-hNE" firstAttribute="centerY" secondItem="bIK-U7-Zqf" secondAttribute="centerY" id="kXJ-wD-hOY"/>
  96. </constraints>
  97. </view>
  98. </subviews>
  99. <constraints>
  100. <constraint firstItem="bIK-U7-Zqf" firstAttribute="leading" secondItem="ZOC-6Y-3av" secondAttribute="leading" id="N4Q-QB-Wxh"/>
  101. <constraint firstAttribute="trailing" secondItem="bIK-U7-Zqf" secondAttribute="trailing" id="SNG-1i-cqG"/>
  102. <constraint firstItem="bIK-U7-Zqf" firstAttribute="top" secondItem="ZOC-6Y-3av" secondAttribute="top" id="qZQ-ok-kM8"/>
  103. </constraints>
  104. </customView>
  105. <box borderType="none" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="QXl-f3-0nT">
  106. <rect key="frame" x="-3" y="-4" width="260" height="362"/>
  107. <view key="contentView" id="5Km-Gq-7Y6">
  108. <rect key="frame" x="0.0" y="0.0" width="260" height="362"/>
  109. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  110. <subviews>
  111. <scrollView fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="98" horizontalPageScroll="10" verticalLineScroll="98" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="P2v-Ak-LWO">
  112. <rect key="frame" x="0.0" y="2" width="260" height="360"/>
  113. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  114. <clipView key="contentView" drawsBackground="NO" id="KFG-R9-2uc">
  115. <rect key="frame" x="0.0" y="0.0" width="260" height="360"/>
  116. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  117. <subviews>
  118. <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" tableStyle="plain" multipleSelection="NO" autosaveColumns="NO" rowHeight="98" rowSizeStyle="automatic" viewBased="YES" id="jMm-Al-ZqF">
  119. <rect key="frame" x="0.0" y="0.0" width="260" height="360"/>
  120. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  121. <size key="intercellSpacing" width="17" height="0.0"/>
  122. <color key="backgroundColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  123. <color key="gridColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  124. <tableColumns>
  125. <tableColumn identifier="AutomaticTableColumnIdentifier.0" width="243" minWidth="40" maxWidth="1000" id="5vi-WM-WUD">
  126. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
  127. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  128. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  129. </tableHeaderCell>
  130. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="NTY-yR-c5t">
  131. <font key="font" metaFont="system"/>
  132. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  133. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  134. </textFieldCell>
  135. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  136. <prototypeCellViews>
  137. <tableCellView identifier="KMBookCellView" id="qIV-zJ-BTn" customClass="KMBookCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  138. <rect key="frame" x="8" y="0.0" width="243" height="98"/>
  139. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  140. <subviews>
  141. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Jiw-dQ-fQm">
  142. <rect key="frame" x="8" y="0.0" width="227" height="98"/>
  143. <subviews>
  144. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="rcv-Rq-TyR">
  145. <rect key="frame" x="125" y="66" width="96" height="16"/>
  146. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="f2w-oF-jeX">
  147. <font key="font" usesAppearanceFont="YES"/>
  148. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  149. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  150. </textFieldCell>
  151. </textField>
  152. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jVn-Rk-t92">
  153. <rect key="frame" x="0.0" y="8" width="64" height="82"/>
  154. <constraints>
  155. <constraint firstAttribute="width" constant="64" id="HmH-sE-Qta"/>
  156. <constraint firstAttribute="height" constant="82" id="w4f-op-qPO"/>
  157. </constraints>
  158. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameSidebarBookCellMark" id="8wC-vm-GhN"/>
  159. </imageView>
  160. <box boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="tvI-el-2BJ">
  161. <rect key="frame" x="72" y="37" width="147" height="24"/>
  162. <view key="contentView" id="UV2-fF-v8D">
  163. <rect key="frame" x="0.0" y="0.0" width="147" height="24"/>
  164. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  165. <subviews>
  166. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GHY-4R-yva" customClass="KMTextField" customModule="PDF_Reader_Pro" customModuleProvider="target">
  167. <rect key="frame" x="0.0" y="2" width="147" height="21"/>
  168. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="K4c-Sk-q7F">
  169. <font key="font" usesAppearanceFont="YES"/>
  170. <color key="textColor" name="controlTextColor" 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="GHY-4R-yva" firstAttribute="centerY" secondItem="UV2-fF-v8D" secondAttribute="centerY" id="8GQ-AK-jc4"/>
  177. <constraint firstAttribute="trailing" secondItem="GHY-4R-yva" secondAttribute="trailing" id="dJ1-nT-qVb"/>
  178. <constraint firstItem="GHY-4R-yva" firstAttribute="leading" secondItem="UV2-fF-v8D" secondAttribute="leading" id="wFj-gg-U8k"/>
  179. </constraints>
  180. </view>
  181. <constraints>
  182. <constraint firstAttribute="height" constant="24" id="Mhk-Ql-Yhu"/>
  183. </constraints>
  184. </box>
  185. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bpk-ZR-JBy">
  186. <rect key="frame" x="70" y="13" width="37" height="16"/>
  187. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="GNc-BU-i4Y">
  188. <font key="font" metaFont="system"/>
  189. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  190. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  191. </textFieldCell>
  192. </textField>
  193. </subviews>
  194. <constraints>
  195. <constraint firstItem="jVn-Rk-t92" firstAttribute="centerY" secondItem="Jiw-dQ-fQm" secondAttribute="centerY" id="3rn-5T-ztd"/>
  196. <constraint firstAttribute="trailing" secondItem="tvI-el-2BJ" secondAttribute="trailing" constant="8" id="880-rH-dyn"/>
  197. <constraint firstItem="bpk-ZR-JBy" firstAttribute="top" secondItem="tvI-el-2BJ" secondAttribute="bottom" constant="8" id="DfO-ze-AeU"/>
  198. <constraint firstItem="rcv-Rq-TyR" firstAttribute="top" secondItem="Jiw-dQ-fQm" secondAttribute="top" constant="16" id="JjL-Xj-s3x"/>
  199. <constraint firstItem="bpk-ZR-JBy" firstAttribute="leading" secondItem="jVn-Rk-t92" secondAttribute="trailing" constant="8" id="NHz-FW-ndl"/>
  200. <constraint firstItem="tvI-el-2BJ" firstAttribute="leading" secondItem="jVn-Rk-t92" secondAttribute="trailing" constant="8" id="QFT-OF-PQT"/>
  201. <constraint firstItem="jVn-Rk-t92" firstAttribute="leading" secondItem="Jiw-dQ-fQm" secondAttribute="leading" id="Xbn-6J-OZl"/>
  202. <constraint firstAttribute="trailing" secondItem="rcv-Rq-TyR" secondAttribute="trailing" constant="8" id="tuu-Fs-E1S"/>
  203. </constraints>
  204. </customView>
  205. </subviews>
  206. <constraints>
  207. <constraint firstAttribute="bottom" secondItem="Jiw-dQ-fQm" secondAttribute="bottom" id="4n5-bF-fib"/>
  208. <constraint firstItem="Jiw-dQ-fQm" firstAttribute="top" secondItem="qIV-zJ-BTn" secondAttribute="top" id="Gk0-nJ-e2v"/>
  209. <constraint firstItem="Jiw-dQ-fQm" firstAttribute="leading" secondItem="qIV-zJ-BTn" secondAttribute="leading" constant="8" id="SVX-ay-53c"/>
  210. <constraint firstItem="tvI-el-2BJ" firstAttribute="centerY" secondItem="qIV-zJ-BTn" secondAttribute="centerY" id="gg6-2k-Cnv"/>
  211. <constraint firstAttribute="trailing" secondItem="Jiw-dQ-fQm" secondAttribute="trailing" constant="8" id="xdS-9w-MMP"/>
  212. </constraints>
  213. <connections>
  214. <outlet property="bookTitle" destination="rcv-Rq-TyR" id="MR2-sT-XU9"/>
  215. <outlet property="dateLabel" destination="bpk-ZR-JBy" id="HUZ-B3-azg"/>
  216. <outlet property="iconIv" destination="jVn-Rk-t92" id="lD6-7s-BcY"/>
  217. <outlet property="inputBox" destination="tvI-el-2BJ" id="PMN-gZ-9c2"/>
  218. <outlet property="inputTF" destination="GHY-4R-yva" id="swm-5b-hXf"/>
  219. <outlet property="textField" destination="rcv-Rq-TyR" id="fvG-17-CgJ"/>
  220. </connections>
  221. </tableCellView>
  222. </prototypeCellViews>
  223. </tableColumn>
  224. </tableColumns>
  225. <connections>
  226. <outlet property="dataSource" destination="-2" id="NL4-lv-f59"/>
  227. <outlet property="delegate" destination="-2" id="wfi-fB-Y3W"/>
  228. </connections>
  229. </tableView>
  230. </subviews>
  231. <color key="backgroundColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  232. </clipView>
  233. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="UbR-Pn-9tg">
  234. <rect key="frame" x="0.0" y="321" width="244" height="16"/>
  235. <autoresizingMask key="autoresizingMask"/>
  236. </scroller>
  237. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="Ali-DJ-95W">
  238. <rect key="frame" x="224" y="17" width="15" height="102"/>
  239. <autoresizingMask key="autoresizingMask"/>
  240. </scroller>
  241. </scrollView>
  242. </subviews>
  243. </view>
  244. </box>
  245. <customView translatesAutoresizingMaskIntoConstraints="NO" id="H5X-YQ-dvn">
  246. <rect key="frame" x="0.0" y="0.0" width="254" height="356"/>
  247. <subviews>
  248. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="8R5-DW-bXb">
  249. <rect key="frame" x="61" y="77" width="132" height="128"/>
  250. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameBookMarkEmpty" id="6Kl-9F-c8Y"/>
  251. </imageView>
  252. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BO0-hw-zv2">
  253. <rect key="frame" x="59" y="47" width="136" height="17"/>
  254. <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="No bookmark found" id="6Wq-yY-yuD">
  255. <font key="font" metaFont="system" size="14"/>
  256. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  257. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  258. </textFieldCell>
  259. </textField>
  260. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Msu-u0-gPn">
  261. <rect key="frame" x="33" y="32" width="188" height="15"/>
  262. <textFieldCell key="cell" alignment="center" id="bpF-T2-SUC">
  263. <font key="font" metaFont="cellTitle"/>
  264. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  265. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  266. </textFieldCell>
  267. </textField>
  268. </subviews>
  269. <constraints>
  270. <constraint firstItem="BO0-hw-zv2" firstAttribute="centerX" secondItem="8R5-DW-bXb" secondAttribute="centerX" id="3xF-YB-i7s"/>
  271. <constraint firstItem="Msu-u0-gPn" firstAttribute="centerX" secondItem="8R5-DW-bXb" secondAttribute="centerX" id="Bbu-An-pt0"/>
  272. <constraint firstItem="BO0-hw-zv2" firstAttribute="trailing" secondItem="8R5-DW-bXb" secondAttribute="trailing" id="OL0-oR-eMj"/>
  273. <constraint firstItem="Msu-u0-gPn" firstAttribute="leading" secondItem="H5X-YQ-dvn" secondAttribute="leading" constant="35" id="W06-FV-M5o"/>
  274. <constraint firstItem="Msu-u0-gPn" firstAttribute="top" secondItem="BO0-hw-zv2" secondAttribute="bottom" id="cAD-Uc-2BD"/>
  275. <constraint firstAttribute="trailing" secondItem="Msu-u0-gPn" secondAttribute="trailing" constant="35" id="fpI-vC-wce"/>
  276. <constraint firstItem="8R5-DW-bXb" firstAttribute="centerX" secondItem="H5X-YQ-dvn" secondAttribute="centerX" id="h2y-aH-peY"/>
  277. <constraint firstItem="BO0-hw-zv2" firstAttribute="top" secondItem="8R5-DW-bXb" secondAttribute="bottom" constant="13" id="lqe-5Y-3vw"/>
  278. <constraint firstItem="8R5-DW-bXb" firstAttribute="top" secondItem="H5X-YQ-dvn" secondAttribute="top" constant="151" id="rhF-Ny-cyl"/>
  279. <constraint firstItem="BO0-hw-zv2" firstAttribute="leading" secondItem="8R5-DW-bXb" secondAttribute="leading" id="v9H-xv-zGQ"/>
  280. </constraints>
  281. </customView>
  282. </subviews>
  283. <constraints>
  284. <constraint firstItem="H5X-YQ-dvn" firstAttribute="top" secondItem="Pzi-Vp-0aL" secondAttribute="top" constant="48" id="0dy-zM-Gng"/>
  285. <constraint firstAttribute="bottom" secondItem="QXl-f3-0nT" secondAttribute="bottom" id="3O1-p9-1dY"/>
  286. <constraint firstAttribute="bottom" secondItem="ZOC-6Y-3av" secondAttribute="bottom" id="4ov-Bb-8Lk"/>
  287. <constraint firstAttribute="bottom" secondItem="H5X-YQ-dvn" secondAttribute="bottom" id="7lI-ee-1T3"/>
  288. <constraint firstAttribute="trailing" secondItem="ZOC-6Y-3av" secondAttribute="trailing" id="EeR-9w-YDN"/>
  289. <constraint firstItem="ZOC-6Y-3av" firstAttribute="top" secondItem="Pzi-Vp-0aL" secondAttribute="top" id="ST1-fp-Ijg"/>
  290. <constraint firstItem="QXl-f3-0nT" firstAttribute="top" secondItem="Pzi-Vp-0aL" secondAttribute="top" constant="48" id="XgQ-xY-ljn"/>
  291. <constraint firstAttribute="trailing" secondItem="QXl-f3-0nT" secondAttribute="trailing" id="YFL-M8-lkL"/>
  292. <constraint firstItem="ZOC-6Y-3av" firstAttribute="leading" secondItem="Pzi-Vp-0aL" secondAttribute="leading" id="apt-tg-cnQ"/>
  293. <constraint firstItem="QXl-f3-0nT" firstAttribute="leading" secondItem="Pzi-Vp-0aL" secondAttribute="leading" id="bMU-2E-qTS"/>
  294. <constraint firstAttribute="trailing" secondItem="H5X-YQ-dvn" secondAttribute="trailing" id="hYV-Ps-ktw"/>
  295. <constraint firstItem="H5X-YQ-dvn" firstAttribute="leading" secondItem="Pzi-Vp-0aL" secondAttribute="leading" id="ooT-we-LHE"/>
  296. </constraints>
  297. </customView>
  298. </subviews>
  299. <constraints>
  300. <constraint firstAttribute="trailing" secondItem="Pzi-Vp-0aL" secondAttribute="trailing" id="EgH-pS-Pio"/>
  301. <constraint firstAttribute="bottom" secondItem="Pzi-Vp-0aL" secondAttribute="bottom" id="ggO-g1-Ndz"/>
  302. <constraint firstItem="Pzi-Vp-0aL" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="rYP-sd-AtW"/>
  303. <constraint firstItem="Pzi-Vp-0aL" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="zTJ-d0-rbP"/>
  304. </constraints>
  305. <point key="canvasLocation" x="-175" y="219"/>
  306. </customView>
  307. </objects>
  308. <resources>
  309. <image name="KMImageNameBookMarkEmpty" width="128" height="128"/>
  310. <image name="KMImageNameBookMarksAdd" width="16" height="16"/>
  311. <image name="KMImageNameSidebarBookCellMark" width="16" height="16"/>
  312. </resources>
  313. </document>