KMPDFRedactViewController.xib 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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="KMPDFRedactViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="applyBox" destination="p57-Ip-T2T" id="yYz-yx-0RG"/>
  12. <outlet property="applyButton" destination="jgL-Z5-PR3" id="fHy-NQ-YtV"/>
  13. <outlet property="exitBox" destination="dDh-hJ-cIA" id="o57-Zt-G95"/>
  14. <outlet property="exitButton" destination="pup-Oa-y3G" id="uAO-zj-9h7"/>
  15. <outlet property="propertiesBox" destination="iwX-y1-ea2" id="Bxj-bw-w1v"/>
  16. <outlet property="propertiesButton" destination="G4u-HY-WcV" id="j9h-KE-Uqx"/>
  17. <outlet property="propertiesLabel" destination="9vB-gG-Xmd" id="EpZ-II-dke"/>
  18. <outlet property="redactPdfView" destination="Ljd-Vm-9rM" id="5be-1E-Uob"/>
  19. <outlet property="redactTextBox" destination="aoK-i3-jUv" id="UeG-Pz-3fU"/>
  20. <outlet property="redactTextButton" destination="ryk-qe-WA4" id="nRS-P5-FLH"/>
  21. <outlet property="redactTextLabel" destination="bf1-3b-pkO" id="y8J-XA-3uO"/>
  22. <outlet property="redactTipLabel" destination="YU9-ht-l5r" id="Z1O-ZP-7Xa"/>
  23. <outlet property="toolView" destination="2S1-Gb-ePE" id="QY0-Kq-JcW"/>
  24. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  25. <outlet property="whiteOutBox" destination="ilD-02-AHW" id="GeI-cj-oYX"/>
  26. <outlet property="whiteOutButton" destination="2kK-qf-LCr" id="C8E-nI-jaH"/>
  27. <outlet property="whiteOutLabel" destination="GzX-GG-5zC" id="Whd-wP-ZUf"/>
  28. </connections>
  29. </customObject>
  30. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  31. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  32. <customView id="Hz6-mo-xeY">
  33. <rect key="frame" x="0.0" y="0.0" width="1000" height="361"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  35. <subviews>
  36. <customView translatesAutoresizingMaskIntoConstraints="NO" id="2S1-Gb-ePE">
  37. <rect key="frame" x="0.0" y="321" width="1000" height="40"/>
  38. <subviews>
  39. <box boxType="custom" borderType="none" cornerRadius="4" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="aoK-i3-jUv">
  40. <rect key="frame" x="482" y="8" width="81" height="24"/>
  41. <view key="contentView" id="cu2-VR-LMh">
  42. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  43. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  44. <subviews>
  45. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="UVs-wD-kHf">
  46. <rect key="frame" x="10" y="2" width="20" height="20"/>
  47. <constraints>
  48. <constraint firstAttribute="width" constant="20" id="0fK-DJ-icK"/>
  49. <constraint firstAttribute="height" constant="20" id="uC1-em-ML9"/>
  50. </constraints>
  51. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameButtonRedactText" id="10J-Vc-p1f"/>
  52. </imageView>
  53. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bf1-3b-pkO">
  54. <rect key="frame" x="36" y="4" width="37" height="16"/>
  55. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="SQB-JZ-YQd">
  56. <font key="font" metaFont="system"/>
  57. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  58. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  59. </textFieldCell>
  60. </textField>
  61. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ryk-qe-WA4" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  62. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  63. <buttonCell key="cell" type="bevel" bezelStyle="regularSquare" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="HKN-QE-F2Y">
  64. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  65. <font key="font" metaFont="system"/>
  66. </buttonCell>
  67. </button>
  68. </subviews>
  69. <constraints>
  70. <constraint firstItem="ryk-qe-WA4" firstAttribute="leading" secondItem="cu2-VR-LMh" secondAttribute="leading" id="0ml-x2-817"/>
  71. <constraint firstAttribute="trailing" secondItem="ryk-qe-WA4" secondAttribute="trailing" id="1xK-nj-ccm"/>
  72. <constraint firstAttribute="bottom" secondItem="ryk-qe-WA4" secondAttribute="bottom" id="2lW-go-6eQ"/>
  73. <constraint firstItem="bf1-3b-pkO" firstAttribute="leading" secondItem="UVs-wD-kHf" secondAttribute="trailing" constant="8" id="AVI-KH-18V"/>
  74. <constraint firstAttribute="trailing" secondItem="bf1-3b-pkO" secondAttribute="trailing" constant="10" id="WRX-4x-oKU"/>
  75. <constraint firstItem="UVs-wD-kHf" firstAttribute="leading" secondItem="cu2-VR-LMh" secondAttribute="leading" constant="10" id="ZCC-uD-EvM"/>
  76. <constraint firstItem="bf1-3b-pkO" firstAttribute="centerY" secondItem="UVs-wD-kHf" secondAttribute="centerY" id="fPi-51-EcZ"/>
  77. <constraint firstItem="ryk-qe-WA4" firstAttribute="top" secondItem="cu2-VR-LMh" secondAttribute="top" id="hHJ-vU-tyU"/>
  78. <constraint firstItem="UVs-wD-kHf" firstAttribute="centerY" secondItem="cu2-VR-LMh" secondAttribute="centerY" id="zjk-6O-sRF"/>
  79. </constraints>
  80. </view>
  81. <constraints>
  82. <constraint firstAttribute="height" constant="24" id="cDN-lX-Jb8"/>
  83. </constraints>
  84. </box>
  85. <box boxType="custom" borderType="none" cornerRadius="4" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="ilD-02-AHW">
  86. <rect key="frame" x="389" y="8" width="81" height="24"/>
  87. <view key="contentView" id="NxZ-uq-kLH">
  88. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  89. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  90. <subviews>
  91. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="nqh-33-2zD">
  92. <rect key="frame" x="10" y="2" width="20" height="20"/>
  93. <constraints>
  94. <constraint firstAttribute="width" constant="20" id="MC2-OR-b99"/>
  95. <constraint firstAttribute="height" constant="20" id="hBV-0T-VJJ"/>
  96. </constraints>
  97. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameButtonRedactWhite" id="oP6-pp-sBC"/>
  98. </imageView>
  99. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GzX-GG-5zC">
  100. <rect key="frame" x="36" y="4" width="37" height="16"/>
  101. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="QUR-sW-y9x">
  102. <font key="font" metaFont="system"/>
  103. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  104. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  105. </textFieldCell>
  106. </textField>
  107. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2kK-qf-LCr" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  108. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  109. <buttonCell key="cell" type="bevel" bezelStyle="regularSquare" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="Xcm-64-c8X">
  110. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  111. <font key="font" metaFont="system"/>
  112. </buttonCell>
  113. </button>
  114. </subviews>
  115. <constraints>
  116. <constraint firstItem="GzX-GG-5zC" firstAttribute="centerY" secondItem="nqh-33-2zD" secondAttribute="centerY" id="DDp-WI-zMQ"/>
  117. <constraint firstItem="GzX-GG-5zC" firstAttribute="leading" secondItem="nqh-33-2zD" secondAttribute="trailing" constant="8" id="Ivn-E7-xDD"/>
  118. <constraint firstItem="2kK-qf-LCr" firstAttribute="top" secondItem="NxZ-uq-kLH" secondAttribute="top" id="Opf-Nv-Vwi"/>
  119. <constraint firstAttribute="bottom" secondItem="2kK-qf-LCr" secondAttribute="bottom" id="Rbk-3j-3vO"/>
  120. <constraint firstItem="2kK-qf-LCr" firstAttribute="leading" secondItem="NxZ-uq-kLH" secondAttribute="leading" id="bdu-63-Ci6"/>
  121. <constraint firstAttribute="trailing" secondItem="2kK-qf-LCr" secondAttribute="trailing" id="js5-qs-4Ij"/>
  122. <constraint firstItem="nqh-33-2zD" firstAttribute="centerY" secondItem="NxZ-uq-kLH" secondAttribute="centerY" id="kLT-X8-SnG"/>
  123. <constraint firstItem="nqh-33-2zD" firstAttribute="leading" secondItem="NxZ-uq-kLH" secondAttribute="leading" constant="10" id="qgm-db-ESl"/>
  124. <constraint firstAttribute="trailing" secondItem="GzX-GG-5zC" secondAttribute="trailing" constant="10" id="tP7-eB-yUT"/>
  125. </constraints>
  126. </view>
  127. <constraints>
  128. <constraint firstAttribute="height" constant="24" id="MyR-VT-eI8"/>
  129. </constraints>
  130. </box>
  131. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="YU9-ht-l5r">
  132. <rect key="frame" x="14" y="12" width="60" height="17"/>
  133. <textFieldCell key="cell" lineBreakMode="clipping" title="Edit PDF" id="xwB-CI-KY9">
  134. <font key="font" metaFont="system" size="14"/>
  135. <color key="textColor" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  136. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  137. </textFieldCell>
  138. </textField>
  139. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="p57-Ip-T2T" customClass="KMBox" customModule="PDF_Reader_Pro" customModuleProvider="target">
  140. <rect key="frame" x="906" y="8" width="79" height="24"/>
  141. <view key="contentView" id="SkL-h8-Tpz">
  142. <rect key="frame" x="0.0" y="0.0" width="79" height="24"/>
  143. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  144. <subviews>
  145. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jgL-Z5-PR3">
  146. <rect key="frame" x="20" y="4" width="39" height="16"/>
  147. <buttonCell key="cell" type="bevel" title="Apply" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Avm-LZ-ePg">
  148. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  149. <font key="font" metaFont="system"/>
  150. </buttonCell>
  151. <connections>
  152. <action selector="apply_button:" target="-2" id="e1M-4e-CN2"/>
  153. </connections>
  154. </button>
  155. </subviews>
  156. <constraints>
  157. <constraint firstAttribute="trailing" secondItem="jgL-Z5-PR3" secondAttribute="trailing" constant="20" id="O24-kg-iaR"/>
  158. <constraint firstItem="jgL-Z5-PR3" firstAttribute="leading" secondItem="SkL-h8-Tpz" secondAttribute="leading" constant="20" id="YiZ-mR-yNH"/>
  159. <constraint firstItem="jgL-Z5-PR3" firstAttribute="centerY" secondItem="SkL-h8-Tpz" secondAttribute="centerY" id="lxb-En-69V"/>
  160. </constraints>
  161. </view>
  162. <color key="fillColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  163. </box>
  164. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="dDh-hJ-cIA" customClass="KMBox" customModule="PDF_Reader_Pro" customModuleProvider="target">
  165. <rect key="frame" x="827" y="8" width="67" height="24"/>
  166. <view key="contentView" id="qpy-I2-8jU">
  167. <rect key="frame" x="0.0" y="0.0" width="67" height="24"/>
  168. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  169. <subviews>
  170. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pup-Oa-y3G">
  171. <rect key="frame" x="20" y="4" width="27" height="16"/>
  172. <buttonCell key="cell" type="bevel" title="Exit" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="TcM-v9-HPa">
  173. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  174. <font key="font" metaFont="system"/>
  175. </buttonCell>
  176. <connections>
  177. <action selector="exit_button:" target="-2" id="jp5-Zg-WXB"/>
  178. </connections>
  179. </button>
  180. </subviews>
  181. <constraints>
  182. <constraint firstItem="pup-Oa-y3G" firstAttribute="leading" secondItem="qpy-I2-8jU" secondAttribute="leading" constant="20" id="3fF-7j-K5P"/>
  183. <constraint firstItem="pup-Oa-y3G" firstAttribute="centerY" secondItem="qpy-I2-8jU" secondAttribute="centerY" id="VpB-D0-d0P"/>
  184. <constraint firstAttribute="trailing" secondItem="pup-Oa-y3G" secondAttribute="trailing" constant="20" id="k6e-jp-K9d"/>
  185. </constraints>
  186. </view>
  187. <color key="fillColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  188. </box>
  189. <box boxType="custom" borderType="none" cornerRadius="4" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="iwX-y1-ea2">
  190. <rect key="frame" x="575" y="8" width="81" height="24"/>
  191. <view key="contentView" id="ZZF-jp-flc">
  192. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  193. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  194. <subviews>
  195. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="wmd-of-I4h">
  196. <rect key="frame" x="10" y="2" width="20" height="20"/>
  197. <constraints>
  198. <constraint firstAttribute="height" constant="20" id="YcT-7F-lSr"/>
  199. <constraint firstAttribute="width" constant="20" id="a4d-Wr-CJW"/>
  200. </constraints>
  201. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameButtonRedactProperties" id="ORk-5j-x9i"/>
  202. </imageView>
  203. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9vB-gG-Xmd">
  204. <rect key="frame" x="36" y="4" width="37" height="16"/>
  205. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="RIY-Ss-doB">
  206. <font key="font" metaFont="system"/>
  207. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  208. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  209. </textFieldCell>
  210. </textField>
  211. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="G4u-HY-WcV" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  212. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  213. <buttonCell key="cell" type="bevel" bezelStyle="regularSquare" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="pAw-R5-ae6">
  214. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  215. <font key="font" metaFont="system"/>
  216. </buttonCell>
  217. <connections>
  218. <action selector="showProperties_button:" target="-2" id="ak9-cG-D94"/>
  219. </connections>
  220. </button>
  221. </subviews>
  222. <constraints>
  223. <constraint firstItem="wmd-of-I4h" firstAttribute="centerY" secondItem="ZZF-jp-flc" secondAttribute="centerY" id="3qQ-y5-pYZ"/>
  224. <constraint firstItem="wmd-of-I4h" firstAttribute="leading" secondItem="ZZF-jp-flc" secondAttribute="leading" constant="10" id="54F-VB-DTy"/>
  225. <constraint firstItem="G4u-HY-WcV" firstAttribute="leading" secondItem="ZZF-jp-flc" secondAttribute="leading" id="607-kv-oZS"/>
  226. <constraint firstAttribute="bottom" secondItem="G4u-HY-WcV" secondAttribute="bottom" id="I5N-mL-JG8"/>
  227. <constraint firstItem="9vB-gG-Xmd" firstAttribute="centerY" secondItem="wmd-of-I4h" secondAttribute="centerY" id="KnA-gl-wY3"/>
  228. <constraint firstAttribute="trailing" secondItem="G4u-HY-WcV" secondAttribute="trailing" id="agX-Gn-XLd"/>
  229. <constraint firstItem="G4u-HY-WcV" firstAttribute="top" secondItem="ZZF-jp-flc" secondAttribute="top" id="hFT-HB-gbq"/>
  230. <constraint firstAttribute="trailing" secondItem="9vB-gG-Xmd" secondAttribute="trailing" constant="10" id="iKd-Gb-9CH"/>
  231. <constraint firstItem="9vB-gG-Xmd" firstAttribute="leading" secondItem="wmd-of-I4h" secondAttribute="trailing" constant="8" id="vAH-9A-ypo"/>
  232. </constraints>
  233. </view>
  234. <constraints>
  235. <constraint firstAttribute="height" constant="24" id="eCk-ic-tUa"/>
  236. </constraints>
  237. </box>
  238. </subviews>
  239. <constraints>
  240. <constraint firstItem="aoK-i3-jUv" firstAttribute="leading" secondItem="ilD-02-AHW" secondAttribute="trailing" constant="12" id="4JF-F3-8bM"/>
  241. <constraint firstItem="YU9-ht-l5r" firstAttribute="centerY" secondItem="2S1-Gb-ePE" secondAttribute="centerY" id="Fvh-Id-qhM"/>
  242. <constraint firstItem="aoK-i3-jUv" firstAttribute="centerY" secondItem="2S1-Gb-ePE" secondAttribute="centerY" id="I0v-ft-szS"/>
  243. <constraint firstAttribute="trailing" secondItem="p57-Ip-T2T" secondAttribute="trailing" constant="15" id="VSh-yG-pTg"/>
  244. <constraint firstItem="dDh-hJ-cIA" firstAttribute="top" secondItem="2S1-Gb-ePE" secondAttribute="top" constant="8" id="WH3-I9-gGf"/>
  245. <constraint firstItem="p57-Ip-T2T" firstAttribute="top" secondItem="2S1-Gb-ePE" secondAttribute="top" constant="8" id="WR2-Qc-g35"/>
  246. <constraint firstAttribute="height" constant="40" id="WUy-y7-LrA"/>
  247. <constraint firstItem="YU9-ht-l5r" firstAttribute="leading" secondItem="2S1-Gb-ePE" secondAttribute="leading" constant="16" id="aT9-aj-pzQ"/>
  248. <constraint firstItem="iwX-y1-ea2" firstAttribute="centerX" secondItem="2S1-Gb-ePE" secondAttribute="centerX" constant="115" id="bXp-VB-JyA"/>
  249. <constraint firstItem="ilD-02-AHW" firstAttribute="centerY" secondItem="2S1-Gb-ePE" secondAttribute="centerY" id="iHZ-bb-mu2"/>
  250. <constraint firstItem="p57-Ip-T2T" firstAttribute="leading" secondItem="dDh-hJ-cIA" secondAttribute="trailing" constant="12" id="iIc-KL-0gR"/>
  251. <constraint firstAttribute="bottom" secondItem="dDh-hJ-cIA" secondAttribute="bottom" constant="8" id="m6o-zI-Wdu"/>
  252. <constraint firstAttribute="bottom" secondItem="p57-Ip-T2T" secondAttribute="bottom" constant="8" id="mtN-jR-bCV"/>
  253. <constraint firstItem="iwX-y1-ea2" firstAttribute="leading" secondItem="aoK-i3-jUv" secondAttribute="trailing" constant="12" id="qqF-pS-UzL"/>
  254. <constraint firstItem="iwX-y1-ea2" firstAttribute="centerY" secondItem="2S1-Gb-ePE" secondAttribute="centerY" id="sWN-bH-6QS"/>
  255. </constraints>
  256. </customView>
  257. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Ljd-Vm-9rM" customClass="KMRedactPDFView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  258. <rect key="frame" x="0.0" y="0.0" width="1000" height="321"/>
  259. </customView>
  260. </subviews>
  261. <constraints>
  262. <constraint firstItem="2S1-Gb-ePE" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="8jh-Dz-18G"/>
  263. <constraint firstItem="Ljd-Vm-9rM" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="9dF-4q-8Uw"/>
  264. <constraint firstAttribute="trailing" secondItem="Ljd-Vm-9rM" secondAttribute="trailing" id="Rm0-EU-FOU"/>
  265. <constraint firstItem="Ljd-Vm-9rM" firstAttribute="top" secondItem="2S1-Gb-ePE" secondAttribute="bottom" id="YPB-Ng-n7R"/>
  266. <constraint firstItem="2S1-Gb-ePE" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="bKr-kB-74n"/>
  267. <constraint firstAttribute="bottom" secondItem="Ljd-Vm-9rM" secondAttribute="bottom" id="jYf-ow-CxC"/>
  268. <constraint firstAttribute="trailing" secondItem="2S1-Gb-ePE" secondAttribute="trailing" id="oJq-Zw-u7u"/>
  269. </constraints>
  270. <point key="canvasLocation" x="274" y="171.5"/>
  271. </customView>
  272. </objects>
  273. <resources>
  274. <image name="KMImageNameButtonRedactProperties" width="20" height="20"/>
  275. <image name="KMImageNameButtonRedactText" width="20" height="20"/>
  276. <image name="KMImageNameButtonRedactWhite" width="20" height="20"/>
  277. </resources>
  278. </document>