NCScan.storyboard 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="bdK-eL-mz4">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Scan-->
  12. <scene sceneID="tne-QT-ifu">
  13. <objects>
  14. <viewController extendedLayoutIncludesOpaqueBars="YES" id="BYZ-38-t0r" customClass="NCScan" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="jwq-kF-6Nq" userLabel="collectionViewSource">
  20. <rect key="frame" x="57" y="64" width="318" height="160"/>
  21. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="160" id="0Wb-eO-Qiu"/>
  24. </constraints>
  25. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="Dhy-fV-Qmr">
  26. <size key="itemSize" width="140" height="140"/>
  27. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  28. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  29. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  30. </collectionViewFlowLayout>
  31. <cells>
  32. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell1" id="Lca-vD-NY2" customClass="NCScanCell" customModule="Nextcloud" customModuleProvider="target">
  33. <rect key="frame" x="0.0" y="10" width="140" height="140"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  35. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  36. <rect key="frame" x="0.0" y="0.0" width="140" height="140"/>
  37. <autoresizingMask key="autoresizingMask"/>
  38. <subviews>
  39. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="sam-7M-bIk">
  40. <rect key="frame" x="20" y="20" width="100" height="100"/>
  41. </imageView>
  42. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="06r-jm-ARX">
  43. <rect key="frame" x="0.0" y="0.0" width="23" height="23"/>
  44. <constraints>
  45. <constraint firstAttribute="height" constant="23" id="BFu-CG-dUZ" userLabel="height = 23"/>
  46. <constraint firstAttribute="width" constant="23" id="ccc-Kb-48t" userLabel="width = 23"/>
  47. </constraints>
  48. <state key="normal" image="deleteScan"/>
  49. </button>
  50. </subviews>
  51. </view>
  52. <constraints>
  53. <constraint firstAttribute="trailing" secondItem="sam-7M-bIk" secondAttribute="trailing" constant="20" id="8AX-l8-Lm0"/>
  54. <constraint firstItem="06r-jm-ARX" firstAttribute="top" secondItem="Lca-vD-NY2" secondAttribute="top" id="Wsp-Ec-BCg"/>
  55. <constraint firstItem="sam-7M-bIk" firstAttribute="top" secondItem="Lca-vD-NY2" secondAttribute="top" constant="20" id="YId-9R-Qgw"/>
  56. <constraint firstItem="06r-jm-ARX" firstAttribute="leading" secondItem="Lca-vD-NY2" secondAttribute="leading" id="ffX-tw-upp"/>
  57. <constraint firstItem="sam-7M-bIk" firstAttribute="leading" secondItem="Lca-vD-NY2" secondAttribute="leading" constant="20" id="pbq-jr-YKl"/>
  58. <constraint firstAttribute="bottom" secondItem="sam-7M-bIk" secondAttribute="bottom" constant="20" id="zD5-jG-EEP"/>
  59. </constraints>
  60. <connections>
  61. <outlet property="customImageView" destination="sam-7M-bIk" id="mgQ-wh-sSH"/>
  62. <outlet property="delete" destination="06r-jm-ARX" id="gbZ-kz-MoL"/>
  63. </connections>
  64. </collectionViewCell>
  65. </cells>
  66. <connections>
  67. <outlet property="dataSource" destination="BYZ-38-t0r" id="NZe-jU-1hk"/>
  68. <outlet property="delegate" destination="BYZ-38-t0r" id="B55-sR-2nI"/>
  69. </connections>
  70. </collectionView>
  71. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="fGo-qU-AYi" userLabel="collectionViewDestination">
  72. <rect key="frame" x="0.0" y="259" width="375" height="358"/>
  73. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  74. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="9Sn-Y3-S86">
  75. <size key="itemSize" width="120" height="120"/>
  76. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  77. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  78. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  79. </collectionViewFlowLayout>
  80. <cells>
  81. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell2" id="Pph-tY-PGX" customClass="NCScanCell" customModule="Nextcloud" customModuleProvider="target">
  82. <rect key="frame" x="0.0" y="0.0" width="120" height="120"/>
  83. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  84. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  85. <rect key="frame" x="0.0" y="0.0" width="120" height="120"/>
  86. <autoresizingMask key="autoresizingMask"/>
  87. <subviews>
  88. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="sdV-W7-Hkd">
  89. <rect key="frame" x="20" y="20" width="80" height="80"/>
  90. </imageView>
  91. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Page" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wcM-U8-GLh">
  92. <rect key="frame" x="20" y="100" width="80" height="20"/>
  93. <color key="backgroundColor" white="0.0" alpha="0.39940068490000002" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  94. <constraints>
  95. <constraint firstAttribute="height" constant="20" id="8He-ef-19r"/>
  96. </constraints>
  97. <fontDescription key="fontDescription" name="AvenirNext-DemiBold" family="Avenir Next" pointSize="11"/>
  98. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  99. <nil key="highlightedColor"/>
  100. </label>
  101. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wSg-Gm-0s3">
  102. <rect key="frame" x="0.0" y="0.0" width="23" height="23"/>
  103. <constraints>
  104. <constraint firstAttribute="width" constant="23" id="HRg-KR-tfA"/>
  105. <constraint firstAttribute="height" constant="23" id="QOj-Nj-nAA"/>
  106. </constraints>
  107. <state key="normal" image="deleteScan"/>
  108. <connections>
  109. <action selector="touchUpInsideDelete:" destination="Pph-tY-PGX" eventType="touchUpInside" id="KcT-WM-s1K"/>
  110. </connections>
  111. </button>
  112. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XEo-o0-dSF" userLabel="Rotate">
  113. <rect key="frame" x="98" y="0.0" width="22" height="22"/>
  114. <constraints>
  115. <constraint firstAttribute="width" constant="22" id="fQB-AX-aUH"/>
  116. <constraint firstAttribute="height" constant="22" id="fd5-QY-wlr"/>
  117. </constraints>
  118. <state key="normal" image="rotate"/>
  119. <connections>
  120. <action selector="touchUpInsideRotate:" destination="Pph-tY-PGX" eventType="touchUpInside" id="x5z-go-m4Y"/>
  121. </connections>
  122. </button>
  123. </subviews>
  124. </view>
  125. <constraints>
  126. <constraint firstItem="wSg-Gm-0s3" firstAttribute="leading" secondItem="Pph-tY-PGX" secondAttribute="leading" id="0ev-wb-Tsh"/>
  127. <constraint firstItem="sdV-W7-Hkd" firstAttribute="top" secondItem="Pph-tY-PGX" secondAttribute="top" constant="20" id="G76-6T-Zpt"/>
  128. <constraint firstItem="XEo-o0-dSF" firstAttribute="top" secondItem="Pph-tY-PGX" secondAttribute="top" id="Hax-sJ-buG"/>
  129. <constraint firstItem="wcM-U8-GLh" firstAttribute="leading" secondItem="sdV-W7-Hkd" secondAttribute="leading" id="Ier-5Q-PmP"/>
  130. <constraint firstAttribute="trailing" secondItem="sdV-W7-Hkd" secondAttribute="trailing" constant="20" id="Jia-SE-8bu"/>
  131. <constraint firstAttribute="bottom" secondItem="sdV-W7-Hkd" secondAttribute="bottom" constant="20" id="Ljw-b9-Sp8"/>
  132. <constraint firstItem="wSg-Gm-0s3" firstAttribute="top" secondItem="Pph-tY-PGX" secondAttribute="top" id="T23-0j-7ed"/>
  133. <constraint firstItem="wcM-U8-GLh" firstAttribute="trailing" secondItem="sdV-W7-Hkd" secondAttribute="trailing" id="h6k-Kk-edu"/>
  134. <constraint firstItem="sdV-W7-Hkd" firstAttribute="leading" secondItem="Pph-tY-PGX" secondAttribute="leading" constant="20" id="kwQ-gl-6Bj"/>
  135. <constraint firstAttribute="trailing" secondItem="XEo-o0-dSF" secondAttribute="trailing" id="m9Z-SN-0go"/>
  136. <constraint firstAttribute="bottom" secondItem="wcM-U8-GLh" secondAttribute="bottom" id="qat-UY-DBH"/>
  137. </constraints>
  138. <connections>
  139. <outlet property="customImageView" destination="sdV-W7-Hkd" id="edM-S1-vkM"/>
  140. <outlet property="customLabel" destination="wcM-U8-GLh" id="BhF-OG-y3p"/>
  141. <outlet property="delete" destination="wSg-Gm-0s3" id="x0Y-P4-EXF"/>
  142. <outlet property="rotate" destination="XEo-o0-dSF" id="cEY-b8-2tb"/>
  143. </connections>
  144. </collectionViewCell>
  145. </cells>
  146. <connections>
  147. <outlet property="dataSource" destination="BYZ-38-t0r" id="8ul-vH-HVX"/>
  148. <outlet property="delegate" destination="BYZ-38-t0r" id="ljh-bt-3WA"/>
  149. </connections>
  150. </collectionView>
  151. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PDF" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YHy-9G-ngy">
  152. <rect key="frame" x="0.0" y="224" width="375" height="30"/>
  153. <color key="backgroundColor" white="1" alpha="0.5" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  154. <constraints>
  155. <constraint firstAttribute="height" constant="30" id="vrg-ki-2Lk"/>
  156. </constraints>
  157. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  158. <nil key="textColor"/>
  159. <nil key="highlightedColor"/>
  160. </label>
  161. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Gy-eG-A0f">
  162. <rect key="frame" x="20" y="94" width="30" height="30"/>
  163. <constraints>
  164. <constraint firstAttribute="height" constant="30" id="A6e-zC-q5t"/>
  165. <constraint firstAttribute="width" constant="30" id="U2p-ow-Iad"/>
  166. </constraints>
  167. <state key="normal" image="add"/>
  168. <connections>
  169. <action selector="addWithSender:" destination="BYZ-38-t0r" eventType="touchUpInside" id="bkr-97-4RR"/>
  170. </connections>
  171. </button>
  172. <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="b3i-bF-ITj">
  173. <rect key="frame" x="24" y="629" width="327" height="28"/>
  174. <constraints>
  175. <constraint firstAttribute="height" constant="27" id="Kx0-Zp-wJh"/>
  176. </constraints>
  177. <segments>
  178. <segment title="First"/>
  179. <segment title="Second"/>
  180. </segments>
  181. <connections>
  182. <action selector="indexChanged:" destination="BYZ-38-t0r" eventType="valueChanged" id="yeI-C2-uGJ"/>
  183. </connections>
  184. </segmentedControl>
  185. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Fqr-e6-s3n" userLabel="transferDown">
  186. <rect key="frame" x="20" y="164" width="30" height="30"/>
  187. <constraints>
  188. <constraint firstAttribute="height" constant="30" id="YPl-DJ-aNS"/>
  189. <constraint firstAttribute="width" constant="30" id="yGb-Y2-8Oj"/>
  190. </constraints>
  191. <state key="normal" image="transferDown"/>
  192. <connections>
  193. <action selector="transferDownWithSender:" destination="BYZ-38-t0r" eventType="touchUpInside" id="IXg-q4-MB7"/>
  194. </connections>
  195. </button>
  196. </subviews>
  197. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  198. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  199. <constraints>
  200. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="YHy-9G-ngy" secondAttribute="trailing" id="3ff-G8-wiq"/>
  201. <constraint firstItem="Fqr-e6-s3n" firstAttribute="top" secondItem="jwq-kF-6Nq" secondAttribute="bottom" constant="-60" id="5FJ-rD-ncI"/>
  202. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="jwq-kF-6Nq" secondAttribute="trailing" id="6EM-YK-lEy"/>
  203. <constraint firstItem="jwq-kF-6Nq" firstAttribute="top" secondItem="0Gy-eG-A0f" secondAttribute="bottom" constant="-60" id="8D3-HY-PIM"/>
  204. <constraint firstItem="YHy-9G-ngy" firstAttribute="top" secondItem="jwq-kF-6Nq" secondAttribute="bottom" id="90f-NC-udY"/>
  205. <constraint firstItem="0Gy-eG-A0f" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="BNZ-HM-6yi"/>
  206. <constraint firstItem="jwq-kF-6Nq" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="57" id="ELU-RG-o16"/>
  207. <constraint firstItem="fGo-qU-AYi" firstAttribute="trailing" secondItem="6Tk-OE-BBY" secondAttribute="trailing" id="Ew2-9q-DKl"/>
  208. <constraint firstItem="YHy-9G-ngy" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="FvJ-EK-Evb"/>
  209. <constraint firstItem="b3i-bF-ITj" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="8" id="NML-4o-wAO"/>
  210. <constraint firstAttribute="trailingMargin" secondItem="b3i-bF-ITj" secondAttribute="trailing" constant="8" id="Ogg-xT-qyc"/>
  211. <constraint firstItem="Fqr-e6-s3n" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="UJ4-nd-oV8"/>
  212. <constraint firstItem="fGo-qU-AYi" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="aU0-Bn-B6T"/>
  213. <constraint firstItem="jwq-kF-6Nq" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="dyH-ym-lrb"/>
  214. <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="b3i-bF-ITj" secondAttribute="bottom" constant="11" id="iCt-vj-sDA"/>
  215. <constraint firstItem="b3i-bF-ITj" firstAttribute="top" secondItem="fGo-qU-AYi" secondAttribute="bottom" constant="12" id="kGQ-oN-ccm"/>
  216. <constraint firstItem="b3i-bF-ITj" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="p4i-a8-soi"/>
  217. <constraint firstItem="fGo-qU-AYi" firstAttribute="top" secondItem="YHy-9G-ngy" secondAttribute="bottom" constant="5" id="x2i-aj-hzf"/>
  218. </constraints>
  219. </view>
  220. <navigationItem key="navigationItem" id="zeb-Ex-mE8">
  221. <barButtonItem key="leftBarButtonItem" title="Cancel" id="9KU-yn-lBS" userLabel="Cancel">
  222. <connections>
  223. <action selector="cancelActionWithSender:" destination="BYZ-38-t0r" id="NrA-pA-mQ4"/>
  224. </connections>
  225. </barButtonItem>
  226. <barButtonItem key="rightBarButtonItem" title="Save" id="LAS-W8-RG6">
  227. <connections>
  228. <action selector="saveActionWithSender:" destination="BYZ-38-t0r" id="k1e-Qy-ks2"/>
  229. </connections>
  230. </barButtonItem>
  231. </navigationItem>
  232. <connections>
  233. <outlet property="add" destination="0Gy-eG-A0f" id="Rjq-mB-EBd"/>
  234. <outlet property="cancel" destination="9KU-yn-lBS" id="zw7-9b-sq4"/>
  235. <outlet property="collectionViewDestination" destination="fGo-qU-AYi" id="ATh-9Q-SWs"/>
  236. <outlet property="collectionViewSource" destination="jwq-kF-6Nq" id="6hn-7D-P8K"/>
  237. <outlet property="labelTitlePDFzone" destination="YHy-9G-ngy" id="hQk-4n-stD"/>
  238. <outlet property="save" destination="LAS-W8-RG6" id="Dan-xp-JAB"/>
  239. <outlet property="segmentControlFilter" destination="b3i-bF-ITj" id="lPr-xp-LVI"/>
  240. <outlet property="transferDown" destination="Fqr-e6-s3n" id="8e4-CK-FQQ"/>
  241. </connections>
  242. </viewController>
  243. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  244. </objects>
  245. <point key="canvasLocation" x="476" y="130.88455772113943"/>
  246. </scene>
  247. <!--Navigation Controller-->
  248. <scene sceneID="CuH-8W-IGw">
  249. <objects>
  250. <navigationController automaticallyAdjustsScrollViewInsets="NO" modalPresentationStyle="fullScreen" id="bdK-eL-mz4" sceneMemberID="viewController">
  251. <toolbarItems/>
  252. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="xl6-fB-rBw">
  253. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  254. <autoresizingMask key="autoresizingMask"/>
  255. </navigationBar>
  256. <nil name="viewControllers"/>
  257. <toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="byl-bn-jhW">
  258. <autoresizingMask key="autoresizingMask"/>
  259. </toolbar>
  260. <connections>
  261. <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="3p3-I3-fyK"/>
  262. </connections>
  263. </navigationController>
  264. <placeholder placeholderIdentifier="IBFirstResponder" id="93C-Sa-crZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  265. </objects>
  266. <point key="canvasLocation" x="-290" y="131"/>
  267. </scene>
  268. </scenes>
  269. <resources>
  270. <image name="add" width="25" height="25"/>
  271. <image name="deleteScan" width="25" height="25"/>
  272. <image name="rotate" width="25" height="25"/>
  273. <image name="transferDown" width="330" height="330"/>
  274. </resources>
  275. </document>