KMPDFRedactViewController.xib 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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="LynxPDF_Editor" 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="whiteRedactBox" destination="4bw-Lu-Iet" id="05Q-Df-KFg"/>
  26. <outlet property="whiteRedactBtn" destination="4Gq-9K-EkC" id="hOn-WM-XXT"/>
  27. <outlet property="whiteRedactLabel" destination="q7O-sY-YmJ" id="9yq-Km-YdR"/>
  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. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="YU9-ht-l5r">
  40. <rect key="frame" x="14" y="12" width="60" height="17"/>
  41. <textFieldCell key="cell" lineBreakMode="clipping" title="Edit PDF" id="xwB-CI-KY9">
  42. <font key="font" metaFont="system" size="14"/>
  43. <color key="textColor" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  45. </textFieldCell>
  46. </textField>
  47. <box boxType="custom" borderType="none" cornerRadius="4" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="4bw-Lu-Iet">
  48. <rect key="frame" x="320" y="8" width="81" height="24"/>
  49. <view key="contentView" id="Dez-fu-zmD">
  50. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  51. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  52. <subviews>
  53. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6hz-Cr-aYQ">
  54. <rect key="frame" x="10" y="2" width="20" height="20"/>
  55. <constraints>
  56. <constraint firstAttribute="width" constant="20" id="Erf-Cl-TN6"/>
  57. <constraint firstAttribute="height" constant="20" id="cnG-4p-H5D"/>
  58. </constraints>
  59. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameButtonRedactText" id="xzd-Qi-qA7"/>
  60. </imageView>
  61. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="q7O-sY-YmJ">
  62. <rect key="frame" x="36" y="4" width="37" height="16"/>
  63. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="w9b-QR-5mE">
  64. <font key="font" metaFont="system"/>
  65. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  66. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  67. </textFieldCell>
  68. </textField>
  69. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4Gq-9K-EkC" customClass="KMCustomButton" customModule="LynxPDF_Editor" customModuleProvider="target">
  70. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  71. <buttonCell key="cell" type="bevel" bezelStyle="regularSquare" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="zd9-Dk-84Z">
  72. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  73. <font key="font" metaFont="system"/>
  74. </buttonCell>
  75. <connections>
  76. <action selector="whiteRedactBtnClicked:" target="-2" id="b4Z-es-1fN"/>
  77. </connections>
  78. </button>
  79. </subviews>
  80. <constraints>
  81. <constraint firstItem="q7O-sY-YmJ" firstAttribute="centerY" secondItem="6hz-Cr-aYQ" secondAttribute="centerY" id="6Vz-mU-dz2"/>
  82. <constraint firstItem="4Gq-9K-EkC" firstAttribute="leading" secondItem="Dez-fu-zmD" secondAttribute="leading" id="Fcr-a1-h1p"/>
  83. <constraint firstItem="6hz-Cr-aYQ" firstAttribute="leading" secondItem="Dez-fu-zmD" secondAttribute="leading" constant="10" id="GKm-TN-SwV"/>
  84. <constraint firstItem="q7O-sY-YmJ" firstAttribute="leading" secondItem="6hz-Cr-aYQ" secondAttribute="trailing" constant="8" id="Pgo-V1-M8p"/>
  85. <constraint firstItem="6hz-Cr-aYQ" firstAttribute="centerY" secondItem="Dez-fu-zmD" secondAttribute="centerY" id="V52-vP-GE1"/>
  86. <constraint firstAttribute="bottom" secondItem="4Gq-9K-EkC" secondAttribute="bottom" id="VJ2-RK-r6n"/>
  87. <constraint firstAttribute="trailing" secondItem="q7O-sY-YmJ" secondAttribute="trailing" constant="10" id="ukk-AJ-gra"/>
  88. <constraint firstItem="4Gq-9K-EkC" firstAttribute="top" secondItem="Dez-fu-zmD" secondAttribute="top" id="x1S-nZ-Eah"/>
  89. <constraint firstAttribute="trailing" secondItem="4Gq-9K-EkC" secondAttribute="trailing" id="xRd-Z3-94X"/>
  90. </constraints>
  91. </view>
  92. <constraints>
  93. <constraint firstAttribute="height" constant="24" id="ZMs-gq-UWO"/>
  94. </constraints>
  95. </box>
  96. <box boxType="custom" borderType="none" cornerRadius="4" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="aoK-i3-jUv">
  97. <rect key="frame" x="413" y="8" width="81" height="24"/>
  98. <view key="contentView" id="cu2-VR-LMh">
  99. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  100. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  101. <subviews>
  102. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="UVs-wD-kHf">
  103. <rect key="frame" x="10" y="2" width="20" height="20"/>
  104. <constraints>
  105. <constraint firstAttribute="width" constant="20" id="0fK-DJ-icK"/>
  106. <constraint firstAttribute="height" constant="20" id="uC1-em-ML9"/>
  107. </constraints>
  108. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameButtonRedactText" id="10J-Vc-p1f"/>
  109. </imageView>
  110. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bf1-3b-pkO">
  111. <rect key="frame" x="36" y="4" width="37" height="16"/>
  112. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="SQB-JZ-YQd">
  113. <font key="font" metaFont="system"/>
  114. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  115. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  116. </textFieldCell>
  117. </textField>
  118. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ryk-qe-WA4" customClass="KMCustomButton" customModule="LynxPDF_Editor" customModuleProvider="target">
  119. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  120. <buttonCell key="cell" type="bevel" bezelStyle="regularSquare" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="HKN-QE-F2Y">
  121. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  122. <font key="font" metaFont="system"/>
  123. </buttonCell>
  124. <connections>
  125. <action selector="redactBtnClicked:" target="-2" id="5js-z4-akx"/>
  126. </connections>
  127. </button>
  128. </subviews>
  129. <constraints>
  130. <constraint firstItem="ryk-qe-WA4" firstAttribute="leading" secondItem="cu2-VR-LMh" secondAttribute="leading" id="0ml-x2-817"/>
  131. <constraint firstAttribute="trailing" secondItem="ryk-qe-WA4" secondAttribute="trailing" id="1xK-nj-ccm"/>
  132. <constraint firstAttribute="bottom" secondItem="ryk-qe-WA4" secondAttribute="bottom" id="2lW-go-6eQ"/>
  133. <constraint firstItem="bf1-3b-pkO" firstAttribute="leading" secondItem="UVs-wD-kHf" secondAttribute="trailing" constant="8" id="AVI-KH-18V"/>
  134. <constraint firstAttribute="trailing" secondItem="bf1-3b-pkO" secondAttribute="trailing" constant="10" id="WRX-4x-oKU"/>
  135. <constraint firstItem="UVs-wD-kHf" firstAttribute="leading" secondItem="cu2-VR-LMh" secondAttribute="leading" constant="10" id="ZCC-uD-EvM"/>
  136. <constraint firstItem="bf1-3b-pkO" firstAttribute="centerY" secondItem="UVs-wD-kHf" secondAttribute="centerY" id="fPi-51-EcZ"/>
  137. <constraint firstItem="ryk-qe-WA4" firstAttribute="top" secondItem="cu2-VR-LMh" secondAttribute="top" id="hHJ-vU-tyU"/>
  138. <constraint firstItem="UVs-wD-kHf" firstAttribute="centerY" secondItem="cu2-VR-LMh" secondAttribute="centerY" id="zjk-6O-sRF"/>
  139. </constraints>
  140. </view>
  141. <constraints>
  142. <constraint firstAttribute="height" constant="24" id="cDN-lX-Jb8"/>
  143. </constraints>
  144. </box>
  145. <box boxType="custom" borderType="none" cornerRadius="4" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="iwX-y1-ea2">
  146. <rect key="frame" x="506" y="8" width="81" height="24"/>
  147. <view key="contentView" id="ZZF-jp-flc">
  148. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  149. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  150. <subviews>
  151. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="wmd-of-I4h">
  152. <rect key="frame" x="10" y="2" width="20" height="20"/>
  153. <constraints>
  154. <constraint firstAttribute="height" constant="20" id="YcT-7F-lSr"/>
  155. <constraint firstAttribute="width" constant="20" id="a4d-Wr-CJW"/>
  156. </constraints>
  157. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameButtonRedactProperties" id="ORk-5j-x9i"/>
  158. </imageView>
  159. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9vB-gG-Xmd">
  160. <rect key="frame" x="36" y="4" width="37" height="16"/>
  161. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="RIY-Ss-doB">
  162. <font key="font" metaFont="system"/>
  163. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  164. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  165. </textFieldCell>
  166. </textField>
  167. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="G4u-HY-WcV" customClass="KMCustomButton" customModule="LynxPDF_Editor" customModuleProvider="target">
  168. <rect key="frame" x="0.0" y="0.0" width="81" height="24"/>
  169. <buttonCell key="cell" type="bevel" bezelStyle="regularSquare" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="pAw-R5-ae6">
  170. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  171. <font key="font" metaFont="system"/>
  172. </buttonCell>
  173. <connections>
  174. <action selector="showProperties_button:" target="-2" id="ak9-cG-D94"/>
  175. </connections>
  176. </button>
  177. </subviews>
  178. <constraints>
  179. <constraint firstItem="wmd-of-I4h" firstAttribute="centerY" secondItem="ZZF-jp-flc" secondAttribute="centerY" id="3qQ-y5-pYZ"/>
  180. <constraint firstItem="wmd-of-I4h" firstAttribute="leading" secondItem="ZZF-jp-flc" secondAttribute="leading" constant="10" id="54F-VB-DTy"/>
  181. <constraint firstItem="G4u-HY-WcV" firstAttribute="leading" secondItem="ZZF-jp-flc" secondAttribute="leading" id="607-kv-oZS"/>
  182. <constraint firstAttribute="bottom" secondItem="G4u-HY-WcV" secondAttribute="bottom" id="I5N-mL-JG8"/>
  183. <constraint firstItem="9vB-gG-Xmd" firstAttribute="centerY" secondItem="wmd-of-I4h" secondAttribute="centerY" id="KnA-gl-wY3"/>
  184. <constraint firstAttribute="trailing" secondItem="G4u-HY-WcV" secondAttribute="trailing" id="agX-Gn-XLd"/>
  185. <constraint firstItem="G4u-HY-WcV" firstAttribute="top" secondItem="ZZF-jp-flc" secondAttribute="top" id="hFT-HB-gbq"/>
  186. <constraint firstAttribute="trailing" secondItem="9vB-gG-Xmd" secondAttribute="trailing" constant="10" id="iKd-Gb-9CH"/>
  187. <constraint firstItem="9vB-gG-Xmd" firstAttribute="leading" secondItem="wmd-of-I4h" secondAttribute="trailing" constant="8" id="vAH-9A-ypo"/>
  188. </constraints>
  189. </view>
  190. <constraints>
  191. <constraint firstAttribute="height" constant="24" id="eCk-ic-tUa"/>
  192. </constraints>
  193. </box>
  194. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="p57-Ip-T2T" customClass="KMBox" customModule="LynxPDF_Editor" customModuleProvider="target">
  195. <rect key="frame" x="906" y="8" width="79" height="24"/>
  196. <view key="contentView" id="SkL-h8-Tpz">
  197. <rect key="frame" x="0.0" y="0.0" width="79" height="24"/>
  198. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  199. <subviews>
  200. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jgL-Z5-PR3">
  201. <rect key="frame" x="20" y="4" width="39" height="16"/>
  202. <buttonCell key="cell" type="bevel" title="Apply" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Avm-LZ-ePg">
  203. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  204. <font key="font" metaFont="system"/>
  205. </buttonCell>
  206. <connections>
  207. <action selector="apply_button:" target="-2" id="e1M-4e-CN2"/>
  208. </connections>
  209. </button>
  210. </subviews>
  211. <constraints>
  212. <constraint firstAttribute="trailing" secondItem="jgL-Z5-PR3" secondAttribute="trailing" constant="20" id="O24-kg-iaR"/>
  213. <constraint firstItem="jgL-Z5-PR3" firstAttribute="leading" secondItem="SkL-h8-Tpz" secondAttribute="leading" constant="20" id="YiZ-mR-yNH"/>
  214. <constraint firstItem="jgL-Z5-PR3" firstAttribute="centerY" secondItem="SkL-h8-Tpz" secondAttribute="centerY" id="lxb-En-69V"/>
  215. </constraints>
  216. </view>
  217. <color key="fillColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  218. </box>
  219. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="dDh-hJ-cIA" customClass="KMBox" customModule="LynxPDF_Editor" customModuleProvider="target">
  220. <rect key="frame" x="827" y="8" width="67" height="24"/>
  221. <view key="contentView" id="qpy-I2-8jU">
  222. <rect key="frame" x="0.0" y="0.0" width="67" height="24"/>
  223. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  224. <subviews>
  225. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pup-Oa-y3G">
  226. <rect key="frame" x="20" y="4" width="27" height="16"/>
  227. <buttonCell key="cell" type="bevel" title="Exit" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="TcM-v9-HPa">
  228. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  229. <font key="font" metaFont="system"/>
  230. </buttonCell>
  231. <connections>
  232. <action selector="exit_button:" target="-2" id="jp5-Zg-WXB"/>
  233. </connections>
  234. </button>
  235. </subviews>
  236. <constraints>
  237. <constraint firstItem="pup-Oa-y3G" firstAttribute="leading" secondItem="qpy-I2-8jU" secondAttribute="leading" constant="20" id="3fF-7j-K5P"/>
  238. <constraint firstItem="pup-Oa-y3G" firstAttribute="centerY" secondItem="qpy-I2-8jU" secondAttribute="centerY" id="VpB-D0-d0P"/>
  239. <constraint firstAttribute="trailing" secondItem="pup-Oa-y3G" secondAttribute="trailing" constant="20" id="k6e-jp-K9d"/>
  240. </constraints>
  241. </view>
  242. <color key="fillColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  243. </box>
  244. </subviews>
  245. <constraints>
  246. <constraint firstItem="YU9-ht-l5r" firstAttribute="centerY" secondItem="2S1-Gb-ePE" secondAttribute="centerY" id="Fvh-Id-qhM"/>
  247. <constraint firstItem="aoK-i3-jUv" firstAttribute="centerY" secondItem="2S1-Gb-ePE" secondAttribute="centerY" id="I0v-ft-szS"/>
  248. <constraint firstItem="4bw-Lu-Iet" firstAttribute="centerY" secondItem="2S1-Gb-ePE" secondAttribute="centerY" id="NiA-pX-XiT"/>
  249. <constraint firstAttribute="trailing" secondItem="p57-Ip-T2T" secondAttribute="trailing" constant="15" id="VSh-yG-pTg"/>
  250. <constraint firstItem="dDh-hJ-cIA" firstAttribute="top" secondItem="2S1-Gb-ePE" secondAttribute="top" constant="8" id="WH3-I9-gGf"/>
  251. <constraint firstItem="p57-Ip-T2T" firstAttribute="top" secondItem="2S1-Gb-ePE" secondAttribute="top" constant="8" id="WR2-Qc-g35"/>
  252. <constraint firstAttribute="height" constant="40" id="WUy-y7-LrA"/>
  253. <constraint firstItem="YU9-ht-l5r" firstAttribute="leading" secondItem="2S1-Gb-ePE" secondAttribute="leading" constant="16" id="aT9-aj-pzQ"/>
  254. <constraint firstItem="iwX-y1-ea2" firstAttribute="centerX" secondItem="2S1-Gb-ePE" secondAttribute="centerX" constant="46" id="bXp-VB-JyA"/>
  255. <constraint firstItem="aoK-i3-jUv" firstAttribute="leading" secondItem="4bw-Lu-Iet" secondAttribute="trailing" constant="12" id="cmn-X5-E28"/>
  256. <constraint firstItem="p57-Ip-T2T" firstAttribute="leading" secondItem="dDh-hJ-cIA" secondAttribute="trailing" constant="12" id="iIc-KL-0gR"/>
  257. <constraint firstAttribute="bottom" secondItem="dDh-hJ-cIA" secondAttribute="bottom" constant="8" id="m6o-zI-Wdu"/>
  258. <constraint firstAttribute="bottom" secondItem="p57-Ip-T2T" secondAttribute="bottom" constant="8" id="mtN-jR-bCV"/>
  259. <constraint firstItem="iwX-y1-ea2" firstAttribute="leading" secondItem="aoK-i3-jUv" secondAttribute="trailing" constant="12" id="qqF-pS-UzL"/>
  260. <constraint firstItem="iwX-y1-ea2" firstAttribute="centerY" secondItem="2S1-Gb-ePE" secondAttribute="centerY" id="sWN-bH-6QS"/>
  261. </constraints>
  262. </customView>
  263. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Ljd-Vm-9rM" customClass="KMRedactPDFView" customModule="LynxPDF_Editor" customModuleProvider="target">
  264. <rect key="frame" x="0.0" y="0.0" width="1000" height="321"/>
  265. </customView>
  266. </subviews>
  267. <constraints>
  268. <constraint firstItem="2S1-Gb-ePE" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="8jh-Dz-18G"/>
  269. <constraint firstItem="Ljd-Vm-9rM" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="9dF-4q-8Uw"/>
  270. <constraint firstAttribute="trailing" secondItem="Ljd-Vm-9rM" secondAttribute="trailing" id="Rm0-EU-FOU"/>
  271. <constraint firstItem="Ljd-Vm-9rM" firstAttribute="top" secondItem="2S1-Gb-ePE" secondAttribute="bottom" id="YPB-Ng-n7R"/>
  272. <constraint firstItem="2S1-Gb-ePE" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="bKr-kB-74n"/>
  273. <constraint firstAttribute="bottom" secondItem="Ljd-Vm-9rM" secondAttribute="bottom" id="jYf-ow-CxC"/>
  274. <constraint firstAttribute="trailing" secondItem="2S1-Gb-ePE" secondAttribute="trailing" id="oJq-Zw-u7u"/>
  275. </constraints>
  276. <point key="canvasLocation" x="274" y="171.5"/>
  277. </customView>
  278. </objects>
  279. <resources>
  280. <image name="KMImageNameButtonRedactProperties" width="20" height="20"/>
  281. <image name="KMImageNameButtonRedactText" width="20" height="20"/>
  282. </resources>
  283. </document>