LeftSideView.xib 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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">
  3. <dependencies>
  4. <deployment version="1070" 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="KMLeftSideViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="currentView" destination="142" id="168"/>
  12. <outlet property="leftListView" destination="icw-iz-c9C" id="b4E-ca-7lA"/>
  13. <outlet property="noteOutlineView" destination="ZeT-gb-jMM" id="zX4-Rn-ocw"/>
  14. <outlet property="searchViewController" destination="PRk-2a-DZk" id="gr0-Q9-DkK"/>
  15. <outlet property="toolButtonBox" destination="RIE-9E-Klr" id="3eT-Rk-Jmw"/>
  16. <outlet property="toolButtonBoxLayoutConstraint" destination="sjo-5A-SAR" id="rxh-xy-pIy"/>
  17. <outlet property="toolHeaderBox" destination="RIE-9E-Klr" id="uMA-J7-uZC"/>
  18. <outlet property="view" destination="85" id="172"/>
  19. </connections>
  20. </customObject>
  21. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  22. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  23. <customView id="85" userLabel="LeftSideView" customClass="KMView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  24. <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="RIE-9E-Klr">
  28. <rect key="frame" x="0.0" y="360" width="200" height="40"/>
  29. <view key="contentView" id="HGY-wu-TyY">
  30. <rect key="frame" x="0.0" y="0.0" width="200" height="40"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. </view>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="40" id="sjo-5A-SAR"/>
  35. </constraints>
  36. </box>
  37. <customView translatesAutoresizingMaskIntoConstraints="NO" id="icw-iz-c9C">
  38. <rect key="frame" x="0.0" y="0.0" width="200" height="352"/>
  39. <subviews>
  40. <customView id="142">
  41. <rect key="frame" x="0.0" y="0.0" width="200" height="352"/>
  42. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  43. </customView>
  44. </subviews>
  45. </customView>
  46. </subviews>
  47. <constraints>
  48. <constraint firstAttribute="bottom" secondItem="icw-iz-c9C" secondAttribute="bottom" id="BaV-FS-3SV"/>
  49. <constraint firstAttribute="trailing" secondItem="RIE-9E-Klr" secondAttribute="trailing" id="BhS-Z4-XXB"/>
  50. <constraint firstAttribute="trailing" secondItem="icw-iz-c9C" secondAttribute="trailing" id="LHz-Nw-7L4"/>
  51. <constraint firstItem="icw-iz-c9C" firstAttribute="top" secondItem="RIE-9E-Klr" secondAttribute="bottom" constant="8" id="Zho-Re-t0F"/>
  52. <constraint firstItem="icw-iz-c9C" firstAttribute="leading" secondItem="85" secondAttribute="leading" id="v0B-po-EOX"/>
  53. <constraint firstItem="RIE-9E-Klr" firstAttribute="top" secondItem="85" secondAttribute="top" id="ws9-TO-idn"/>
  54. <constraint firstItem="RIE-9E-Klr" firstAttribute="leading" secondItem="85" secondAttribute="leading" id="x14-0y-hF6"/>
  55. </constraints>
  56. <point key="canvasLocation" x="-716" y="272"/>
  57. </customView>
  58. <menu id="89">
  59. <point key="canvasLocation" x="-772" y="-124"/>
  60. </menu>
  61. <menu id="198">
  62. <point key="canvasLocation" x="-771" y="-33"/>
  63. </menu>
  64. <menu id="197">
  65. <point key="canvasLocation" x="-623" y="-5"/>
  66. </menu>
  67. <objectController id="90" userLabel="OwnerController">
  68. <declaredKeys>
  69. <string>leftSidePaneState</string>
  70. <string>rightSidePaneState</string>
  71. <string>findPaneState</string>
  72. <string>notes</string>
  73. <string>searchResults</string>
  74. <string>snapshots</string>
  75. <string>groupedSearchResults</string>
  76. <string>pageLabel</string>
  77. </declaredKeys>
  78. </objectController>
  79. <arrayController selectsInsertedObjects="NO" avoidsEmptySelection="NO" clearsFilterPredicateOnInsertion="NO" id="87" userLabel="ThumbnailArrayController">
  80. <declaredKeys>
  81. <string>image</string>
  82. <string>page</string>
  83. <string>label</string>
  84. <string>rightSidePaneState</string>
  85. </declaredKeys>
  86. </arrayController>
  87. <arrayController objectClassName="PDFSelection" editable="NO" selectsInsertedObjects="NO" avoidsEmptySelection="NO" id="91" userLabel="FindArrayController">
  88. <declaredKeys>
  89. <string>attributedString</string>
  90. <string>pages</string>
  91. <string>pages.lastObject.label</string>
  92. <string>pages.label</string>
  93. <string>firstPageLabel</string>
  94. <string>contextString</string>
  95. <string>@count</string>
  96. <string>batchedFindResults</string>
  97. <string>batchedSearchResults</string>
  98. </declaredKeys>
  99. <classReference key="objectClass" className="PDFSelection"/>
  100. </arrayController>
  101. <arrayController editable="NO" selectsInsertedObjects="NO" avoidsEmptySelection="NO" clearsFilterPredicateOnInsertion="NO" id="97" userLabel="GroupedFindArrayController">
  102. <declaredKeys>
  103. <string>score</string>
  104. <string>pageLabel</string>
  105. <string>page.label</string>
  106. <string>@unionOfArrays.results</string>
  107. <string>count</string>
  108. <string>maxCount</string>
  109. <string>@max.count</string>
  110. <string>@unionOfArrays.matches</string>
  111. </declaredKeys>
  112. </arrayController>
  113. <customObject id="PRk-2a-DZk" customClass="KMBotaSearchViewController" customModule="PDF_Reader_Pro" customModuleProvider="target"/>
  114. <scrollView focusRingType="none" borderType="none" autohidesScrollers="YES" horizontalLineScroll="92" horizontalPageScroll="10" verticalLineScroll="92" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="X6S-DN-K9m">
  115. <rect key="frame" x="0.0" y="0.0" width="251" height="429"/>
  116. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  117. <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="z3N-jy-sfp">
  118. <rect key="frame" x="0.0" y="0.0" width="251" height="429"/>
  119. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  120. <subviews>
  121. <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="firstColumnOnly" tableStyle="plain" typeSelect="NO" autosaveName="KMNoteOutlineView" rowHeight="92" usesAutomaticRowHeights="YES" viewBased="YES" indentationPerLevel="16" outlineTableColumn="yso-Z1-ZNZ" id="ZeT-gb-jMM" customClass="KMNoteOutlineView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  122. <rect key="frame" x="0.0" y="0.0" width="251" height="429"/>
  123. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  124. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  125. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  126. <tableColumns>
  127. <tableColumn identifier="note" width="251" minWidth="33" maxWidth="1000" id="yso-Z1-ZNZ">
  128. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
  129. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  130. <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
  131. </tableHeaderCell>
  132. <textFieldCell key="dataCell" selectable="YES" editable="YES" alignment="left" id="nVC-2W-y5z">
  133. <font key="font" metaFont="cellTitle"/>
  134. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  135. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  136. </textFieldCell>
  137. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  138. <prototypeCellViews>
  139. <tableCellView identifier="KMNoteTableViewCell" id="3TS-lp-G7v" customClass="KMNoteTableViewCell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  140. <rect key="frame" x="0.0" y="0.0" width="251" height="117"/>
  141. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  142. <subviews>
  143. <customView translatesAutoresizingMaskIntoConstraints="NO" id="axn-sT-p9z">
  144. <rect key="frame" x="16" y="8" width="219" height="109"/>
  145. <subviews>
  146. <customView translatesAutoresizingMaskIntoConstraints="NO" id="udQ-rE-Njy">
  147. <rect key="frame" x="0.0" y="73" width="219" height="36"/>
  148. <subviews>
  149. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Lbo-Vh-Jiw">
  150. <rect key="frame" x="0.0" y="8" width="20" height="20"/>
  151. <constraints>
  152. <constraint firstAttribute="width" constant="20" id="ImT-8W-lwG"/>
  153. <constraint firstAttribute="height" constant="20" id="OAc-WL-JLv"/>
  154. </constraints>
  155. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="Q6w-Zg-QPD"/>
  156. </imageView>
  157. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pnF-AX-GzW">
  158. <rect key="frame" x="68" y="12" width="104" height="13"/>
  159. <constraints>
  160. <constraint firstAttribute="width" constant="100" id="J7f-Mm-wxQ"/>
  161. </constraints>
  162. <textFieldCell key="cell" lineBreakMode="truncatingTail" truncatesLastVisibleLine="YES" title="2023/02/03, 18:20" id="ULE-OT-mhR">
  163. <font key="font" metaFont="system" size="10"/>
  164. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  165. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  166. </textFieldCell>
  167. </textField>
  168. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nWk-O1-Rta">
  169. <rect key="frame" x="28" y="11" width="40" height="14"/>
  170. <textFieldCell key="cell" lineBreakMode="clipping" title="Author" id="7cB-pn-RJG">
  171. <font key="font" metaFont="smallSystem"/>
  172. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  173. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  174. </textFieldCell>
  175. </textField>
  176. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="btZ-nY-HvQ" customClass="KMCoverButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  177. <rect key="frame" x="195" y="10" width="16" height="16"/>
  178. <constraints>
  179. <constraint firstAttribute="height" constant="16" id="FLd-fN-7Ze"/>
  180. <constraint firstAttribute="width" constant="16" id="wpe-YS-1RD"/>
  181. </constraints>
  182. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="fMn-4J-1vB">
  183. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  184. <font key="font" metaFont="system"/>
  185. </buttonCell>
  186. </button>
  187. </subviews>
  188. <constraints>
  189. <constraint firstItem="pnF-AX-GzW" firstAttribute="centerY" secondItem="nWk-O1-Rta" secondAttribute="centerY" id="36R-Fi-eql"/>
  190. <constraint firstItem="btZ-nY-HvQ" firstAttribute="centerY" secondItem="udQ-rE-Njy" secondAttribute="centerY" id="81v-p8-vtr"/>
  191. <constraint firstItem="Lbo-Vh-Jiw" firstAttribute="centerY" secondItem="udQ-rE-Njy" secondAttribute="centerY" id="Kbf-Ty-MYN"/>
  192. <constraint firstAttribute="height" constant="36" id="Q2U-Cc-rHJ"/>
  193. <constraint firstItem="Lbo-Vh-Jiw" firstAttribute="leading" secondItem="udQ-rE-Njy" secondAttribute="leading" id="VuD-wS-uBJ"/>
  194. <constraint firstItem="nWk-O1-Rta" firstAttribute="leading" secondItem="Lbo-Vh-Jiw" secondAttribute="trailing" constant="10" id="Yhb-f4-1D9"/>
  195. <constraint firstItem="nWk-O1-Rta" firstAttribute="centerY" secondItem="udQ-rE-Njy" secondAttribute="centerY" id="lkg-0D-XAQ"/>
  196. <constraint firstItem="pnF-AX-GzW" firstAttribute="leading" secondItem="nWk-O1-Rta" secondAttribute="trailing" constant="4" id="mVE-4y-n0N"/>
  197. <constraint firstAttribute="trailing" secondItem="btZ-nY-HvQ" secondAttribute="trailing" constant="8" id="w0u-2H-HLE"/>
  198. </constraints>
  199. </customView>
  200. <customView translatesAutoresizingMaskIntoConstraints="NO" id="mv9-xH-dgE">
  201. <rect key="frame" x="0.0" y="0.0" width="219" height="73"/>
  202. <subviews>
  203. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="zkB-0O-cuV">
  204. <rect key="frame" x="30" y="0.0" width="100" height="73"/>
  205. <constraints>
  206. <constraint firstAttribute="width" constant="100" id="KY1-Ab-BK5"/>
  207. </constraints>
  208. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="left" imageScaling="proportionallyUpOrDown" id="Cgf-KG-ODg"/>
  209. </imageView>
  210. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8iM-cD-LbJ">
  211. <rect key="frame" x="8" y="53" width="20" height="16"/>
  212. <constraints>
  213. <constraint firstAttribute="width" constant="20" id="Abn-23-jdo"/>
  214. <constraint firstAttribute="height" constant="16" id="eGm-Gc-P4u"/>
  215. </constraints>
  216. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="KMImageNameBtnTriRightNor" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="RBQ-ie-wZI">
  217. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  218. <font key="font" metaFont="system"/>
  219. </buttonCell>
  220. <connections>
  221. <action selector="foldButtonAction:" target="3TS-lp-G7v" id="M0z-us-lv2"/>
  222. </connections>
  223. </button>
  224. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="ItP-E5-6eI">
  225. <rect key="frame" x="34" y="56" width="104" height="17"/>
  226. <constraints>
  227. <constraint firstAttribute="width" constant="100" id="i3V-IY-30U"/>
  228. <constraint firstAttribute="height" constant="17" id="nok-GN-zdZ"/>
  229. </constraints>
  230. <textFieldCell key="cell" selectable="YES" title="Multiline Label" id="l6T-Ur-NC1">
  231. <font key="font" metaFont="system" size="14"/>
  232. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  233. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  234. </textFieldCell>
  235. </textField>
  236. </subviews>
  237. <constraints>
  238. <constraint firstItem="ItP-E5-6eI" firstAttribute="top" secondItem="mv9-xH-dgE" secondAttribute="top" id="1pi-eo-zxg"/>
  239. <constraint firstItem="8iM-cD-LbJ" firstAttribute="leading" secondItem="mv9-xH-dgE" secondAttribute="leading" constant="8" id="5dx-aT-2kx"/>
  240. <constraint firstAttribute="bottom" secondItem="zkB-0O-cuV" secondAttribute="bottom" id="HIg-iO-irk"/>
  241. <constraint firstItem="zkB-0O-cuV" firstAttribute="leading" secondItem="mv9-xH-dgE" secondAttribute="leading" constant="30" id="SOG-Ei-8nB"/>
  242. <constraint firstItem="8iM-cD-LbJ" firstAttribute="top" secondItem="mv9-xH-dgE" secondAttribute="top" constant="4" id="fxh-Uo-6vV"/>
  243. <constraint firstItem="ItP-E5-6eI" firstAttribute="leading" secondItem="8iM-cD-LbJ" secondAttribute="trailing" constant="8" id="tXn-kq-92r"/>
  244. <constraint firstItem="zkB-0O-cuV" firstAttribute="top" secondItem="mv9-xH-dgE" secondAttribute="top" id="tsp-7y-cX8"/>
  245. </constraints>
  246. </customView>
  247. </subviews>
  248. <constraints>
  249. <constraint firstItem="udQ-rE-Njy" firstAttribute="top" secondItem="axn-sT-p9z" secondAttribute="top" id="1Kd-FU-AJI"/>
  250. <constraint firstAttribute="height" constant="109" id="9TC-Va-QGI"/>
  251. <constraint firstAttribute="trailing" secondItem="mv9-xH-dgE" secondAttribute="trailing" id="B18-nl-Kjz"/>
  252. <constraint firstItem="mv9-xH-dgE" firstAttribute="top" secondItem="udQ-rE-Njy" secondAttribute="bottom" id="T7E-0X-rjL"/>
  253. <constraint firstItem="udQ-rE-Njy" firstAttribute="leading" secondItem="axn-sT-p9z" secondAttribute="leading" id="agE-zK-mpX"/>
  254. <constraint firstAttribute="bottom" secondItem="mv9-xH-dgE" secondAttribute="bottom" id="avb-Ya-VEJ"/>
  255. <constraint firstAttribute="trailing" secondItem="udQ-rE-Njy" secondAttribute="trailing" id="koz-Ej-k40"/>
  256. <constraint firstItem="mv9-xH-dgE" firstAttribute="leading" secondItem="axn-sT-p9z" secondAttribute="leading" id="oZY-0J-qZz"/>
  257. </constraints>
  258. </customView>
  259. </subviews>
  260. <constraints>
  261. <constraint firstItem="axn-sT-p9z" firstAttribute="leading" secondItem="3TS-lp-G7v" secondAttribute="leading" constant="16" id="PN0-mv-qeE"/>
  262. <constraint firstAttribute="trailing" secondItem="axn-sT-p9z" secondAttribute="trailing" constant="16" id="pad-wz-WXm"/>
  263. <constraint firstAttribute="bottom" secondItem="axn-sT-p9z" secondAttribute="bottom" constant="8" id="pxn-eA-8iY"/>
  264. <constraint firstItem="axn-sT-p9z" firstAttribute="top" secondItem="3TS-lp-G7v" secondAttribute="top" id="xUI-de-rcQ"/>
  265. </constraints>
  266. <connections>
  267. <outlet property="annotationContentLabel" destination="ItP-E5-6eI" id="kMP-h9-dGK"/>
  268. <outlet property="annotationContentWidthConstraint" destination="i3V-IY-30U" id="WYc-QA-5WR"/>
  269. <outlet property="autherLabel" destination="nWk-O1-Rta" id="O0E-Ss-a6t"/>
  270. <outlet property="autherLayoutConstraint" destination="Yhb-f4-1D9" id="hnM-Rf-QUk"/>
  271. <outlet property="contentHeightConstraint" destination="9TC-Va-QGI" id="kfO-pH-POp"/>
  272. <outlet property="contentView" destination="mv9-xH-dgE" id="gYX-6X-VM5"/>
  273. <outlet property="foldButton" destination="8iM-cD-LbJ" id="2r7-kK-dje"/>
  274. <outlet property="maltlineLabelLayoutConstraint" destination="nok-GN-zdZ" id="WTm-Ll-giM"/>
  275. <outlet property="markupButton" destination="btZ-nY-HvQ" id="Qa8-Gq-LMp"/>
  276. <outlet property="noteImageView" destination="zkB-0O-cuV" id="JUb-zM-R4K"/>
  277. <outlet property="timeLabel" destination="pnF-AX-GzW" id="Dkf-aL-E5s"/>
  278. <outlet property="timeWidthConstraint" destination="J7f-Mm-wxQ" id="g71-a8-2aD"/>
  279. <outlet property="topView" destination="udQ-rE-Njy" id="KvO-gr-9Q8"/>
  280. <outlet property="typeImageView" destination="Lbo-Vh-Jiw" id="OhF-xv-3jN"/>
  281. </connections>
  282. </tableCellView>
  283. </prototypeCellViews>
  284. </tableColumn>
  285. </tableColumns>
  286. </outlineView>
  287. </subviews>
  288. </clipView>
  289. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="sjb-hb-Nwy">
  290. <rect key="frame" x="-100" y="-100" width="143" height="15"/>
  291. <autoresizingMask key="autoresizingMask"/>
  292. </scroller>
  293. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="ZtU-9l-NKx">
  294. <rect key="frame" x="-30" y="17" width="15" height="378"/>
  295. <autoresizingMask key="autoresizingMask"/>
  296. </scroller>
  297. <point key="canvasLocation" x="-497.5" y="-350.5"/>
  298. </scrollView>
  299. </objects>
  300. <resources>
  301. <image name="KMImageNameBtnTriRightNor" width="16" height="16"/>
  302. </resources>
  303. </document>