KMSnapshotViewController.xib 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="KMSnapshotViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="emptySnapLabel" destination="cEZ-zG-hsK" id="20M-yY-Prt"/>
  12. <outlet property="emptySnapView" destination="bAX-3s-ugE" id="uEv-5I-hil"/>
  13. <outlet property="snapshotDoneButton" destination="fhT-4t-G93" id="U88-F7-HXv"/>
  14. <outlet property="snapshotLabel" destination="w2b-UF-8fi" id="rxN-Uu-pkT"/>
  15. <outlet property="snapshotNormalMoreButton" destination="2m7-Mg-Yj6" id="RPZ-R3-FUU"/>
  16. <outlet property="snapshotNormalSearchButton" destination="iNf-LU-aG2" id="JZP-7E-7ij"/>
  17. <outlet property="snapshotNormalView" destination="Lpv-xk-bsI" id="E9I-KT-MnR"/>
  18. <outlet property="snapshotNormalZoomInButton" destination="od6-7R-AOd" id="gh8-Bc-dTc"/>
  19. <outlet property="snapshotNormalZoomOutButton" destination="x3Q-GR-Tgc" id="TYA-P5-wsl"/>
  20. <outlet property="snapshotNotCreatedLabel" destination="h6B-I0-bvU" id="ZLu-rD-kJu"/>
  21. <outlet property="snapshotSearchField" destination="rCa-YI-VST" id="9Tn-Tb-LoA"/>
  22. <outlet property="snapshotTableView" destination="Ty4-KN-nZi" id="kv7-5M-4Ui"/>
  23. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  24. </connections>
  25. </customObject>
  26. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  27. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  28. <customView id="Hz6-mo-xeY">
  29. <rect key="frame" x="0.0" y="0.0" width="222" height="428"/>
  30. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  31. <subviews>
  32. <customView translatesAutoresizingMaskIntoConstraints="NO" id="1YN-pm-fmj">
  33. <rect key="frame" x="0.0" y="0.0" width="222" height="428"/>
  34. <subviews>
  35. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Lpv-xk-bsI">
  36. <rect key="frame" x="0.0" y="388" width="222" height="40"/>
  37. <subviews>
  38. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="w2b-UF-8fi">
  39. <rect key="frame" x="14" y="11" width="4" height="17"/>
  40. <textFieldCell key="cell" lineBreakMode="clipping" id="nbI-Fq-LNg">
  41. <font key="font" metaFont="system" size="14"/>
  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="2m7-Mg-Yj6">
  47. <rect key="frame" x="186" y="8" width="24" height="24"/>
  48. <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="KMImageNameUXIconBtnSidebarMoreNor" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="v00-lJ-eXk">
  49. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  50. <font key="font" metaFont="system"/>
  51. </buttonCell>
  52. <constraints>
  53. <constraint firstAttribute="width" constant="24" id="xL3-dm-RcY"/>
  54. <constraint firstAttribute="height" constant="24" id="zBP-On-yXm"/>
  55. </constraints>
  56. </button>
  57. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iNf-LU-aG2">
  58. <rect key="frame" x="158" y="8" width="24" height="24"/>
  59. <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="KMImageNameUXIconBtnSidebarSearchNor" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="vFl-80-gjx">
  60. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  61. <font key="font" metaFont="system"/>
  62. </buttonCell>
  63. <constraints>
  64. <constraint firstAttribute="height" constant="24" id="hD7-T9-Urp"/>
  65. <constraint firstAttribute="width" constant="24" id="pay-G2-4P5"/>
  66. </constraints>
  67. </button>
  68. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="od6-7R-AOd">
  69. <rect key="frame" x="130" y="8" width="24" height="24"/>
  70. <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="KMImageNameUXIconBtnSidebarZoominNor" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="722-QY-W7C">
  71. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  72. <font key="font" metaFont="system"/>
  73. </buttonCell>
  74. <constraints>
  75. <constraint firstAttribute="height" constant="24" id="caz-JO-JdN"/>
  76. <constraint firstAttribute="width" constant="24" id="pAZ-LN-Ymw"/>
  77. </constraints>
  78. </button>
  79. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="x3Q-GR-Tgc">
  80. <rect key="frame" x="102" y="8" width="24" height="24"/>
  81. <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="KMImageNameUXIconBtnSidebarZoomoutNor" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="TRw-hq-HYu">
  82. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  83. <font key="font" metaFont="system"/>
  84. </buttonCell>
  85. <constraints>
  86. <constraint firstAttribute="height" constant="24" id="kUg-qb-xSw"/>
  87. <constraint firstAttribute="width" constant="24" id="qnS-F3-06j"/>
  88. </constraints>
  89. </button>
  90. <searchField wantsLayer="YES" focusRingType="none" verticalHuggingPriority="750" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rCa-YI-VST" customClass="KMLeftSideViewSearchField" customModule="PDF_Reader_Pro" customModuleProvider="target">
  91. <rect key="frame" x="16" y="10" width="148" height="20"/>
  92. <searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="border" usesSingleLineMode="YES" id="Evu-3v-CZe">
  93. <font key="font" metaFont="system"/>
  94. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  95. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  96. </searchFieldCell>
  97. </searchField>
  98. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fhT-4t-G93">
  99. <rect key="frame" x="172" y="10" width="42" height="20"/>
  100. <buttonCell key="cell" type="square" title="Button" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="Orv-5u-IwU">
  101. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  102. <font key="font" metaFont="cellTitle"/>
  103. </buttonCell>
  104. <constraints>
  105. <constraint firstAttribute="height" constant="20" id="0Uv-1t-F08"/>
  106. </constraints>
  107. </button>
  108. </subviews>
  109. <constraints>
  110. <constraint firstAttribute="trailing" secondItem="fhT-4t-G93" secondAttribute="trailing" constant="8" id="1ev-hG-9em"/>
  111. <constraint firstItem="fhT-4t-G93" firstAttribute="centerY" secondItem="rCa-YI-VST" secondAttribute="centerY" id="3id-5W-6gI"/>
  112. <constraint firstAttribute="trailing" secondItem="2m7-Mg-Yj6" secondAttribute="trailing" constant="12" id="4fH-7A-Ycy"/>
  113. <constraint firstItem="2m7-Mg-Yj6" firstAttribute="leading" secondItem="iNf-LU-aG2" secondAttribute="trailing" constant="4" id="Bze-xX-RP0"/>
  114. <constraint firstItem="w2b-UF-8fi" firstAttribute="leading" secondItem="Lpv-xk-bsI" secondAttribute="leading" constant="16" id="E7K-sY-Mq4"/>
  115. <constraint firstItem="iNf-LU-aG2" firstAttribute="leading" secondItem="od6-7R-AOd" secondAttribute="trailing" constant="4" id="Ftc-At-THJ"/>
  116. <constraint firstItem="od6-7R-AOd" firstAttribute="leading" secondItem="x3Q-GR-Tgc" secondAttribute="trailing" constant="4" id="HU3-tw-CuC"/>
  117. <constraint firstItem="2m7-Mg-Yj6" firstAttribute="centerY" secondItem="iNf-LU-aG2" secondAttribute="centerY" id="NSi-CI-7Wr"/>
  118. <constraint firstItem="2m7-Mg-Yj6" firstAttribute="centerY" secondItem="rCa-YI-VST" secondAttribute="centerY" id="WMZ-y5-pcr"/>
  119. <constraint firstItem="2m7-Mg-Yj6" firstAttribute="top" secondItem="Lpv-xk-bsI" secondAttribute="top" constant="8" id="aX0-yR-XOJ"/>
  120. <constraint firstItem="rCa-YI-VST" firstAttribute="leading" secondItem="w2b-UF-8fi" secondAttribute="leading" id="dmQ-3c-M8J"/>
  121. <constraint firstItem="fhT-4t-G93" firstAttribute="leading" secondItem="rCa-YI-VST" secondAttribute="trailing" constant="8" id="f65-PW-uHm"/>
  122. <constraint firstItem="2m7-Mg-Yj6" firstAttribute="centerY" secondItem="od6-7R-AOd" secondAttribute="centerY" id="mqX-9J-Lxs"/>
  123. <constraint firstItem="2m7-Mg-Yj6" firstAttribute="centerY" secondItem="x3Q-GR-Tgc" secondAttribute="centerY" id="njJ-XU-28a"/>
  124. <constraint firstAttribute="bottom" secondItem="2m7-Mg-Yj6" secondAttribute="bottom" constant="8" id="uqG-Zb-RFU"/>
  125. <constraint firstAttribute="height" constant="40" id="vnE-Ux-Xpr"/>
  126. <constraint firstItem="2m7-Mg-Yj6" firstAttribute="centerY" secondItem="w2b-UF-8fi" secondAttribute="centerY" id="zRC-4F-1YN"/>
  127. </constraints>
  128. </customView>
  129. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ae8-qK-WTQ">
  130. <rect key="frame" x="0.0" y="0.0" width="222" height="388"/>
  131. <subviews>
  132. <scrollView focusRingType="none" borderType="none" autohidesScrollers="YES" horizontalLineScroll="105" horizontalPageScroll="10" verticalLineScroll="105" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="BqC-wI-tlh">
  133. <rect key="frame" x="-6" y="-10" width="233" height="409"/>
  134. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  135. <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="PKb-e1-qK0">
  136. <rect key="frame" x="0.0" y="0.0" width="233" height="409"/>
  137. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  138. <subviews>
  139. <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="firstColumnOnly" tableStyle="plain" selectionHighlightStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="103" rowSizeStyle="automatic" viewBased="YES" id="Ty4-KN-nZi" customClass="KMBotaTableView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  140. <rect key="frame" x="0.0" y="0.0" width="233" height="409"/>
  141. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  142. <size key="intercellSpacing" width="3" height="2"/>
  143. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  144. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  145. <tableColumns>
  146. <tableColumn identifier="image" editable="NO" width="230" minWidth="40" maxWidth="1000" id="PJR-lf-aAq">
  147. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
  148. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  149. <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
  150. </tableHeaderCell>
  151. <imageCell key="dataCell" refusesFirstResponder="YES" alignment="left" animates="YES" imageScaling="proportionallyDown" id="LUC-ys-jPB"/>
  152. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  153. <prototypeCellViews>
  154. <tableCellView identifier="KMSnapshotTableViewCell" id="0GP-mb-NJU" customClass="KMSnapshotTableViewCell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  155. <rect key="frame" x="1" y="1" width="230" height="103"/>
  156. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  157. <subviews>
  158. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="cad-RX-hIh" customClass="KMBox" customModule="PDF_Reader_Pro" customModuleProvider="target">
  159. <rect key="frame" x="0.0" y="0.0" width="230" height="103"/>
  160. <view key="contentView" id="dAO-tU-Qfu">
  161. <rect key="frame" x="0.0" y="0.0" width="230" height="103"/>
  162. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  163. <subviews>
  164. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="syZ-F4-di7">
  165. <rect key="frame" x="59" y="40" width="112" height="59"/>
  166. <constraints>
  167. <constraint firstAttribute="width" secondItem="syZ-F4-di7" secondAttribute="height" multiplier="120:63" id="48K-RH-0Jg"/>
  168. </constraints>
  169. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="ixT-8q-mqh"/>
  170. </imageView>
  171. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ly7-tt-NBd">
  172. <rect key="frame" x="99" y="16" width="33" height="16"/>
  173. <constraints>
  174. <constraint firstAttribute="height" constant="16" id="Msc-Bg-SIn"/>
  175. </constraints>
  176. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="sAr-uy-75X">
  177. <font key="font" metaFont="smallSystem"/>
  178. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  179. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  180. </textFieldCell>
  181. </textField>
  182. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XBt-MD-jub">
  183. <rect key="frame" x="179" y="83" width="16" height="16"/>
  184. <constraints>
  185. <constraint firstAttribute="width" constant="16" id="QwQ-eg-uIK"/>
  186. <constraint firstAttribute="height" constant="16" id="rGP-ci-ZcK"/>
  187. </constraints>
  188. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="JD6-Wv-TG7"/>
  189. </imageView>
  190. </subviews>
  191. <constraints>
  192. <constraint firstItem="ly7-tt-NBd" firstAttribute="centerX" secondItem="dAO-tU-Qfu" secondAttribute="centerX" id="Tpx-2I-TTl"/>
  193. <constraint firstItem="XBt-MD-jub" firstAttribute="top" secondItem="syZ-F4-di7" secondAttribute="top" id="WXn-4W-8Hr"/>
  194. <constraint firstItem="ly7-tt-NBd" firstAttribute="top" secondItem="syZ-F4-di7" secondAttribute="bottom" constant="8" id="Zrb-h4-0XM"/>
  195. <constraint firstItem="XBt-MD-jub" firstAttribute="leading" secondItem="syZ-F4-di7" secondAttribute="trailing" constant="8" id="aLJ-ZN-QR3"/>
  196. <constraint firstItem="syZ-F4-di7" firstAttribute="top" secondItem="dAO-tU-Qfu" secondAttribute="top" constant="4" id="b4U-aM-G0t"/>
  197. <constraint firstAttribute="bottom" secondItem="ly7-tt-NBd" secondAttribute="bottom" constant="16" id="cJc-ya-TDF"/>
  198. <constraint firstItem="syZ-F4-di7" firstAttribute="centerX" secondItem="dAO-tU-Qfu" secondAttribute="centerX" id="lBc-tH-5QV"/>
  199. </constraints>
  200. </view>
  201. </box>
  202. </subviews>
  203. <constraints>
  204. <constraint firstAttribute="trailing" secondItem="cad-RX-hIh" secondAttribute="trailing" id="30c-ZY-AHd"/>
  205. <constraint firstItem="cad-RX-hIh" firstAttribute="top" secondItem="0GP-mb-NJU" secondAttribute="top" id="kj7-Rc-4nJ"/>
  206. <constraint firstItem="cad-RX-hIh" firstAttribute="leading" secondItem="0GP-mb-NJU" secondAttribute="leading" id="l1s-aU-oqg"/>
  207. <constraint firstAttribute="bottom" secondItem="cad-RX-hIh" secondAttribute="bottom" id="zXi-h0-a4y"/>
  208. </constraints>
  209. <connections>
  210. <outlet property="snapshotBox" destination="cad-RX-hIh" id="SZI-HY-0jq"/>
  211. <outlet property="snapshotImage" destination="syZ-F4-di7" id="b09-vE-JKd"/>
  212. <outlet property="snapshotImageConstant" destination="48K-RH-0Jg" id="Eit-2P-eCs"/>
  213. <outlet property="snapshotImageView" destination="XBt-MD-jub" id="BPo-7S-XN1"/>
  214. <outlet property="snapshotLabel" destination="ly7-tt-NBd" id="AR7-IO-Kcp"/>
  215. </connections>
  216. </tableCellView>
  217. </prototypeCellViews>
  218. </tableColumn>
  219. </tableColumns>
  220. </tableView>
  221. </subviews>
  222. <nil key="backgroundColor"/>
  223. </clipView>
  224. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="1Gw-Ly-4gB">
  225. <rect key="frame" x="-100" y="-100" width="183" height="15"/>
  226. <autoresizingMask key="autoresizingMask"/>
  227. </scroller>
  228. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="ryu-mi-cQS">
  229. <rect key="frame" x="184" y="1" width="15" height="398"/>
  230. <autoresizingMask key="autoresizingMask"/>
  231. </scroller>
  232. </scrollView>
  233. <customView translatesAutoresizingMaskIntoConstraints="NO" id="bAX-3s-ugE">
  234. <rect key="frame" x="13" y="77" width="196" height="235"/>
  235. <subviews>
  236. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="zyz-8i-kDr">
  237. <rect key="frame" x="28" y="95" width="140" height="140"/>
  238. <constraints>
  239. <constraint firstAttribute="width" constant="140" id="DLa-25-HoO"/>
  240. <constraint firstAttribute="height" constant="140" id="EBY-X8-3Yx"/>
  241. </constraints>
  242. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameEmptySnapshot" id="XfA-6q-CJT"/>
  243. </imageView>
  244. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cEZ-zG-hsK">
  245. <rect key="frame" x="-2" y="0.0" width="200" height="51"/>
  246. <constraints>
  247. <constraint firstAttribute="width" constant="196" id="5df-fi-ftj"/>
  248. </constraints>
  249. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="To create snapshot select an area in contents, right click it and select &quot;Snapshot&quot; ." id="oZr-X9-oFh">
  250. <font key="font" metaFont="system" size="14"/>
  251. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  252. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  253. </textFieldCell>
  254. </textField>
  255. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="h6B-I0-bvU">
  256. <rect key="frame" x="24" y="59" width="149" height="20"/>
  257. <constraints>
  258. <constraint firstAttribute="height" constant="20" id="Grf-gk-ZoJ"/>
  259. </constraints>
  260. <textFieldCell key="cell" lineBreakMode="clipping" title="Snapshot not created" id="8eA-F5-kg0">
  261. <font key="font" metaFont="systemSemibold" size="14"/>
  262. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  263. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  264. </textFieldCell>
  265. </textField>
  266. </subviews>
  267. <constraints>
  268. <constraint firstItem="cEZ-zG-hsK" firstAttribute="leading" secondItem="bAX-3s-ugE" secondAttribute="leading" id="BvJ-vE-VpO"/>
  269. <constraint firstAttribute="trailing" secondItem="cEZ-zG-hsK" secondAttribute="trailing" id="PEt-lv-e2J"/>
  270. <constraint firstItem="h6B-I0-bvU" firstAttribute="top" secondItem="zyz-8i-kDr" secondAttribute="bottom" constant="16" id="Sy6-6v-Awg"/>
  271. <constraint firstItem="cEZ-zG-hsK" firstAttribute="top" secondItem="h6B-I0-bvU" secondAttribute="bottom" constant="8" id="ULw-YO-jJx"/>
  272. <constraint firstItem="h6B-I0-bvU" firstAttribute="centerX" secondItem="bAX-3s-ugE" secondAttribute="centerX" id="d1i-it-QLz"/>
  273. <constraint firstItem="zyz-8i-kDr" firstAttribute="centerX" secondItem="bAX-3s-ugE" secondAttribute="centerX" id="jcT-8p-Xih"/>
  274. <constraint firstItem="cEZ-zG-hsK" firstAttribute="centerX" secondItem="bAX-3s-ugE" secondAttribute="centerX" id="sNz-E0-y5e"/>
  275. <constraint firstItem="zyz-8i-kDr" firstAttribute="top" secondItem="bAX-3s-ugE" secondAttribute="top" id="vbu-7z-NRT"/>
  276. <constraint firstAttribute="bottom" secondItem="cEZ-zG-hsK" secondAttribute="bottom" id="vvQ-y5-xt6"/>
  277. </constraints>
  278. </customView>
  279. </subviews>
  280. <constraints>
  281. <constraint firstItem="bAX-3s-ugE" firstAttribute="centerY" secondItem="ae8-qK-WTQ" secondAttribute="centerY" id="lBw-AT-Pdz"/>
  282. <constraint firstItem="bAX-3s-ugE" firstAttribute="centerX" secondItem="ae8-qK-WTQ" secondAttribute="centerX" id="wK8-Zp-Y6k"/>
  283. </constraints>
  284. </customView>
  285. </subviews>
  286. <constraints>
  287. <constraint firstItem="ae8-qK-WTQ" firstAttribute="top" secondItem="Lpv-xk-bsI" secondAttribute="bottom" id="7jd-Kx-zuv"/>
  288. <constraint firstAttribute="trailing" secondItem="Lpv-xk-bsI" secondAttribute="trailing" id="EWy-gJ-IuG"/>
  289. <constraint firstAttribute="trailing" secondItem="ae8-qK-WTQ" secondAttribute="trailing" id="HfM-um-Qvr"/>
  290. <constraint firstItem="Lpv-xk-bsI" firstAttribute="leading" secondItem="1YN-pm-fmj" secondAttribute="leading" id="OzH-3i-R8h"/>
  291. <constraint firstItem="Lpv-xk-bsI" firstAttribute="top" secondItem="1YN-pm-fmj" secondAttribute="top" id="jsf-77-ALw"/>
  292. <constraint firstAttribute="bottom" secondItem="ae8-qK-WTQ" secondAttribute="bottom" id="p3V-3n-hEL"/>
  293. <constraint firstItem="ae8-qK-WTQ" firstAttribute="leading" secondItem="1YN-pm-fmj" secondAttribute="leading" id="sfi-FL-xFd"/>
  294. </constraints>
  295. </customView>
  296. </subviews>
  297. <constraints>
  298. <constraint firstItem="1YN-pm-fmj" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="2aT-YD-4j1"/>
  299. <constraint firstItem="1YN-pm-fmj" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="FvH-Ol-jXY"/>
  300. <constraint firstAttribute="trailing" secondItem="1YN-pm-fmj" secondAttribute="trailing" id="MKQ-lB-0KX"/>
  301. <constraint firstAttribute="bottom" secondItem="1YN-pm-fmj" secondAttribute="bottom" id="V7W-wb-USM"/>
  302. </constraints>
  303. <point key="canvasLocation" x="252" y="161.5"/>
  304. </customView>
  305. </objects>
  306. <resources>
  307. <image name="KMImageNameEmptySnapshot" width="140" height="140"/>
  308. <image name="KMImageNameUXIconBtnSidebarMoreNor" width="16" height="16"/>
  309. <image name="KMImageNameUXIconBtnSidebarSearchNor" width="16" height="16"/>
  310. <image name="KMImageNameUXIconBtnSidebarZoominNor" width="16" height="16"/>
  311. <image name="KMImageNameUXIconBtnSidebarZoomoutNor" width="16" height="16"/>
  312. </resources>
  313. </document>