KMRedactBaseWindowController.xib 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21225" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21225"/>
  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="KMRedactBaseWindowController" customModule="PDF_Office" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="24f-Hm-50n" id="4CK-Lc-R5o"/>
  12. <outlet property="contentBox" destination="Rag-Ok-KH1" id="oOm-bf-2K0"/>
  13. <outlet property="contentHeightConst" destination="BGp-bj-uNG" id="BRu-4d-PkE"/>
  14. <outlet property="contentWidthConst" destination="IN9-TF-mcW" id="2Bg-yE-Oyj"/>
  15. <outlet property="funcButton" destination="4HG-ei-BTS" id="BJX-EP-tBq"/>
  16. <outlet property="titleLabel" destination="SGk-C0-wVt" id="Gwe-SR-1M6"/>
  17. <outlet property="topLine" destination="SjR-bh-aVa" id="MHd-Uv-cXV"/>
  18. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  19. </connections>
  20. </customObject>
  21. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  22. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  23. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  24. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  25. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  26. <rect key="contentRect" x="196" y="240" width="480" height="270"/>
  27. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  28. <view key="contentView" id="se5-gp-TjO">
  29. <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
  30. <autoresizingMask key="autoresizingMask"/>
  31. <subviews>
  32. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Z3C-L3-eHe">
  33. <rect key="frame" x="0.0" y="226" width="480" height="44"/>
  34. <view key="contentView" id="Mwt-Jm-rbh">
  35. <rect key="frame" x="0.0" y="0.0" width="480" height="44"/>
  36. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  37. <subviews>
  38. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="SGk-C0-wVt">
  39. <rect key="frame" x="14" y="13" width="44" height="19"/>
  40. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="now-x9-Zu3">
  41. <font key="font" metaFont="system" size="16"/>
  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. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="SjR-bh-aVa">
  47. <rect key="frame" x="0.0" y="-2" width="480" height="5"/>
  48. </box>
  49. </subviews>
  50. <constraints>
  51. <constraint firstItem="SGk-C0-wVt" firstAttribute="top" secondItem="Mwt-Jm-rbh" secondAttribute="top" constant="12" id="3tS-y9-q4V"/>
  52. <constraint firstItem="SGk-C0-wVt" firstAttribute="leading" secondItem="Mwt-Jm-rbh" secondAttribute="leading" constant="16" id="7tP-e6-9Yc"/>
  53. <constraint firstAttribute="bottom" secondItem="SjR-bh-aVa" secondAttribute="bottom" id="dH3-Na-LNp"/>
  54. <constraint firstAttribute="trailing" secondItem="SjR-bh-aVa" secondAttribute="trailing" id="gSE-aS-FjI"/>
  55. <constraint firstItem="SjR-bh-aVa" firstAttribute="leading" secondItem="Mwt-Jm-rbh" secondAttribute="leading" id="yym-8O-t6P"/>
  56. </constraints>
  57. </view>
  58. <constraints>
  59. <constraint firstAttribute="height" constant="44" id="iGP-go-UtZ"/>
  60. </constraints>
  61. </box>
  62. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Rag-Ok-KH1">
  63. <rect key="frame" x="0.0" y="60" width="480" height="166"/>
  64. <view key="contentView" id="Wwl-MU-jbE">
  65. <rect key="frame" x="0.0" y="0.0" width="480" height="166"/>
  66. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  67. </view>
  68. <constraints>
  69. <constraint firstAttribute="height" constant="166" id="BGp-bj-uNG"/>
  70. <constraint firstAttribute="width" constant="480" id="IN9-TF-mcW"/>
  71. </constraints>
  72. </box>
  73. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="hK4-nI-kvj">
  74. <rect key="frame" x="0.0" y="0.0" width="480" height="60"/>
  75. <view key="contentView" id="26K-JP-hEK">
  76. <rect key="frame" x="0.0" y="0.0" width="480" height="60"/>
  77. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  78. <subviews>
  79. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="sqd-hn-9Za">
  80. <rect key="frame" x="0.0" y="57" width="480" height="5"/>
  81. </box>
  82. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4HG-ei-BTS">
  83. <rect key="frame" x="366" y="14" width="98" height="32"/>
  84. <constraints>
  85. <constraint firstAttribute="height" constant="32" id="0Uv-RE-02X"/>
  86. <constraint firstAttribute="width" constant="98" id="Mzy-ZN-Jeq"/>
  87. </constraints>
  88. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="v51-wm-q97">
  89. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  90. <font key="font" metaFont="system"/>
  91. </buttonCell>
  92. </button>
  93. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="24f-Hm-50n">
  94. <rect key="frame" x="260" y="14" width="98" height="32"/>
  95. <constraints>
  96. <constraint firstAttribute="height" constant="32" id="Fj1-M0-siO"/>
  97. <constraint firstAttribute="width" constant="98" id="vgX-6r-Fby"/>
  98. </constraints>
  99. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="V3N-zE-XQU">
  100. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  101. <font key="font" metaFont="system"/>
  102. </buttonCell>
  103. </button>
  104. </subviews>
  105. <constraints>
  106. <constraint firstItem="sqd-hn-9Za" firstAttribute="leading" secondItem="26K-JP-hEK" secondAttribute="leading" id="5k5-Nb-3DG"/>
  107. <constraint firstItem="4HG-ei-BTS" firstAttribute="centerY" secondItem="26K-JP-hEK" secondAttribute="centerY" id="82S-bY-xOm"/>
  108. <constraint firstAttribute="trailing" secondItem="sqd-hn-9Za" secondAttribute="trailing" id="A6r-zs-4IN"/>
  109. <constraint firstItem="24f-Hm-50n" firstAttribute="centerY" secondItem="26K-JP-hEK" secondAttribute="centerY" id="G4e-N9-Gug"/>
  110. <constraint firstItem="sqd-hn-9Za" firstAttribute="top" secondItem="26K-JP-hEK" secondAttribute="top" id="Ma7-6f-X0x"/>
  111. <constraint firstAttribute="trailing" secondItem="4HG-ei-BTS" secondAttribute="trailing" constant="16" id="QTG-yr-uw7"/>
  112. <constraint firstItem="4HG-ei-BTS" firstAttribute="leading" secondItem="24f-Hm-50n" secondAttribute="trailing" constant="8" id="vff-by-HP8"/>
  113. </constraints>
  114. </view>
  115. <constraints>
  116. <constraint firstAttribute="height" constant="60" id="Lcb-Tf-6Uz"/>
  117. </constraints>
  118. </box>
  119. </subviews>
  120. <constraints>
  121. <constraint firstItem="Z3C-L3-eHe" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Cs9-d6-HSA"/>
  122. <constraint firstItem="hK4-nI-kvj" firstAttribute="top" secondItem="Rag-Ok-KH1" secondAttribute="bottom" id="HVZ-ys-Rt5"/>
  123. <constraint firstItem="Rag-Ok-KH1" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="P6k-ot-Brz"/>
  124. <constraint firstAttribute="trailing" secondItem="hK4-nI-kvj" secondAttribute="trailing" id="QDt-4u-ZGw"/>
  125. <constraint firstAttribute="trailing" secondItem="Z3C-L3-eHe" secondAttribute="trailing" id="TOn-FR-l4w"/>
  126. <constraint firstItem="hK4-nI-kvj" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="gqN-x2-hMB"/>
  127. <constraint firstAttribute="bottom" secondItem="hK4-nI-kvj" secondAttribute="bottom" id="kxx-MX-f1G"/>
  128. <constraint firstItem="Rag-Ok-KH1" firstAttribute="top" secondItem="Z3C-L3-eHe" secondAttribute="bottom" id="q1n-7h-fsr"/>
  129. <constraint firstAttribute="trailing" secondItem="Rag-Ok-KH1" secondAttribute="trailing" id="ric-qW-Xj0"/>
  130. <constraint firstItem="Z3C-L3-eHe" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="vg0-I8-xsA"/>
  131. </constraints>
  132. </view>
  133. <connections>
  134. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  135. </connections>
  136. <point key="canvasLocation" x="147" y="133"/>
  137. </window>
  138. <customView id="UgY-BX-X20" customClass="KMRedactPropertyContentView" customModule="PDF_Office" customModuleProvider="target">
  139. <rect key="frame" x="0.0" y="0.0" width="532" height="450"/>
  140. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  141. <subviews>
  142. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="tIf-xt-4gb">
  143. <rect key="frame" x="0.0" y="360" width="532" height="90"/>
  144. <view key="contentView" id="Ssb-sj-sEh">
  145. <rect key="frame" x="0.0" y="0.0" width="532" height="90"/>
  146. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  147. <subviews>
  148. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vqF-lq-3Jx">
  149. <rect key="frame" x="14" y="46" width="37" height="16"/>
  150. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Ct8-Lx-v5U">
  151. <font key="font" metaFont="system"/>
  152. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  153. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  154. </textFieldCell>
  155. </textField>
  156. <customView translatesAutoresizingMaskIntoConstraints="NO" id="hsW-GA-O7O" customClass="KMRedactColorView" customModule="PDF_Office" customModuleProvider="target">
  157. <rect key="frame" x="12" y="4" width="66" height="32"/>
  158. <constraints>
  159. <constraint firstAttribute="height" constant="32" id="38z-Up-rrn"/>
  160. <constraint firstAttribute="width" constant="66" id="ojR-LG-qi8"/>
  161. </constraints>
  162. </customView>
  163. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iEc-3w-bmk">
  164. <rect key="frame" x="152" y="46" width="37" height="16"/>
  165. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="uYl-J5-Aad">
  166. <font key="font" metaFont="system"/>
  167. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  168. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  169. </textFieldCell>
  170. </textField>
  171. <customView translatesAutoresizingMaskIntoConstraints="NO" id="HRz-Cj-8os" customClass="KMRedactColorView" customModule="PDF_Office" customModuleProvider="target">
  172. <rect key="frame" x="154" y="4" width="66" height="32"/>
  173. <constraints>
  174. <constraint firstAttribute="height" constant="32" id="egK-gb-Muu"/>
  175. <constraint firstAttribute="width" constant="66" id="qG9-CH-XvT"/>
  176. </constraints>
  177. </customView>
  178. </subviews>
  179. <constraints>
  180. <constraint firstItem="iEc-3w-bmk" firstAttribute="leading" secondItem="Ssb-sj-sEh" secondAttribute="leading" constant="154" id="CqO-Ae-alc"/>
  181. <constraint firstItem="iEc-3w-bmk" firstAttribute="top" secondItem="Ssb-sj-sEh" secondAttribute="top" constant="28" id="Evd-Ds-sQ0"/>
  182. <constraint firstItem="vqF-lq-3Jx" firstAttribute="leading" secondItem="Ssb-sj-sEh" secondAttribute="leading" constant="16" id="NJQ-45-bld"/>
  183. <constraint firstItem="HRz-Cj-8os" firstAttribute="leading" secondItem="Ssb-sj-sEh" secondAttribute="leading" constant="154" id="VMz-XP-Z4H"/>
  184. <constraint firstItem="vqF-lq-3Jx" firstAttribute="top" secondItem="Ssb-sj-sEh" secondAttribute="top" constant="28" id="ZSr-OG-sJE"/>
  185. <constraint firstItem="hsW-GA-O7O" firstAttribute="top" secondItem="vqF-lq-3Jx" secondAttribute="bottom" constant="10" id="ceA-yc-ceL"/>
  186. <constraint firstItem="hsW-GA-O7O" firstAttribute="leading" secondItem="Ssb-sj-sEh" secondAttribute="leading" constant="12" id="rie-wm-laW"/>
  187. <constraint firstItem="HRz-Cj-8os" firstAttribute="top" secondItem="iEc-3w-bmk" secondAttribute="bottom" constant="10" id="zDm-k7-mJw"/>
  188. </constraints>
  189. </view>
  190. <constraints>
  191. <constraint firstAttribute="height" constant="90" id="zZn-6Z-pfA"/>
  192. </constraints>
  193. </box>
  194. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="RYd-he-cdh">
  195. <rect key="frame" x="0.0" y="210" width="532" height="150"/>
  196. <view key="contentView" id="qHK-Cn-a9x">
  197. <rect key="frame" x="0.0" y="0.0" width="532" height="150"/>
  198. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  199. <subviews>
  200. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0vL-Pc-6jb">
  201. <rect key="frame" x="14" y="127" width="65" height="18"/>
  202. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="rOn-T9-P9w">
  203. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  204. <font key="font" metaFont="system"/>
  205. </buttonCell>
  206. </button>
  207. <scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SNV-bT-oq8">
  208. <rect key="frame" x="16" y="10" width="500" height="110"/>
  209. <clipView key="contentView" drawsBackground="NO" id="JY9-i2-puB">
  210. <rect key="frame" x="0.0" y="0.0" width="500" height="110"/>
  211. <autoresizingMask key="autoresizingMask"/>
  212. <subviews>
  213. <textView drawsBackground="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="kBP-lZ-hOW">
  214. <rect key="frame" x="0.0" y="0.0" width="500" height="110"/>
  215. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  216. <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
  217. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  218. <size key="minSize" width="500" height="110"/>
  219. <size key="maxSize" width="500" height="10000000"/>
  220. <color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
  221. </textView>
  222. </subviews>
  223. </clipView>
  224. <constraints>
  225. <constraint firstAttribute="height" constant="110" id="YSU-wI-3i5"/>
  226. </constraints>
  227. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="UnS-AT-V4D">
  228. <rect key="frame" x="-100" y="-100" width="240" height="16"/>
  229. <autoresizingMask key="autoresizingMask"/>
  230. </scroller>
  231. <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="ci2-BA-GKh">
  232. <rect key="frame" x="484" y="0.0" width="16" height="110"/>
  233. <autoresizingMask key="autoresizingMask"/>
  234. </scroller>
  235. </scrollView>
  236. </subviews>
  237. <constraints>
  238. <constraint firstItem="SNV-bT-oq8" firstAttribute="leading" secondItem="qHK-Cn-a9x" secondAttribute="leading" constant="16" id="KST-vW-oGp"/>
  239. <constraint firstItem="SNV-bT-oq8" firstAttribute="top" secondItem="0vL-Pc-6jb" secondAttribute="bottom" constant="8" symbolic="YES" id="Tgj-FZ-LQ4"/>
  240. <constraint firstItem="0vL-Pc-6jb" firstAttribute="leading" secondItem="qHK-Cn-a9x" secondAttribute="leading" constant="16" id="aTV-uu-SFA"/>
  241. <constraint firstAttribute="trailing" secondItem="SNV-bT-oq8" secondAttribute="trailing" constant="16" id="r01-nG-Uuz"/>
  242. <constraint firstItem="0vL-Pc-6jb" firstAttribute="top" secondItem="qHK-Cn-a9x" secondAttribute="top" constant="6" id="wPE-DX-h3A"/>
  243. </constraints>
  244. </view>
  245. <constraints>
  246. <constraint firstAttribute="height" constant="150" id="G8a-U6-VEH"/>
  247. </constraints>
  248. </box>
  249. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="wj6-32-fo2">
  250. <rect key="frame" x="0.0" y="60" width="532" height="150"/>
  251. <view key="contentView" id="oyn-l5-tNm">
  252. <rect key="frame" x="0.0" y="0.0" width="532" height="150"/>
  253. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  254. <subviews>
  255. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ISn-KY-geN">
  256. <rect key="frame" x="14" y="127" width="37" height="16"/>
  257. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="0cw-s7-zSa">
  258. <font key="font" usesAppearanceFont="YES"/>
  259. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  260. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  261. </textFieldCell>
  262. </textField>
  263. <comboBox verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="YUH-iC-Gfd">
  264. <rect key="frame" x="16" y="92" width="123" height="25"/>
  265. <constraints>
  266. <constraint firstAttribute="width" constant="120" id="Gno-ab-YGQ"/>
  267. </constraints>
  268. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="dK0-sV-lfi">
  269. <font key="font" metaFont="system"/>
  270. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  271. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  272. <objectValues>
  273. <string>Item 1</string>
  274. <string>Item 2</string>
  275. <string>Item 3</string>
  276. </objectValues>
  277. </comboBoxCell>
  278. </comboBox>
  279. <comboBox verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="swU-cd-Gvz">
  280. <rect key="frame" x="144" y="92" width="73" height="25"/>
  281. <constraints>
  282. <constraint firstAttribute="width" constant="70" id="svV-S1-YEh"/>
  283. </constraints>
  284. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="EhQ-AU-Tf6">
  285. <font key="font" metaFont="system"/>
  286. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  287. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  288. <objectValues>
  289. <string>Item 1</string>
  290. <string>Item 2</string>
  291. <string>Item 3</string>
  292. </objectValues>
  293. </comboBoxCell>
  294. </comboBox>
  295. <comboBox verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XXz-op-f6s">
  296. <rect key="frame" x="18" y="63" width="123" height="25"/>
  297. <constraints>
  298. <constraint firstAttribute="width" constant="120" id="iyL-bf-vlV"/>
  299. </constraints>
  300. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="azE-Sw-hml">
  301. <font key="font" metaFont="system"/>
  302. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  303. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  304. <objectValues>
  305. <string>Item 1</string>
  306. <string>Item 2</string>
  307. <string>Item 3</string>
  308. </objectValues>
  309. </comboBoxCell>
  310. </comboBox>
  311. <customView translatesAutoresizingMaskIntoConstraints="NO" id="E5s-lo-OLZ" customClass="KMRedactColorView" customModule="PDF_Office" customModuleProvider="target">
  312. <rect key="frame" x="148" y="54" width="66" height="32"/>
  313. <constraints>
  314. <constraint firstAttribute="width" constant="66" id="Isn-1T-rt1"/>
  315. <constraint firstAttribute="height" constant="32" id="ism-hV-QiF"/>
  316. </constraints>
  317. </customView>
  318. <customView translatesAutoresizingMaskIntoConstraints="NO" id="w8W-es-efZ" customClass="KMRedactAligementView" customModule="PDF_Office" customModuleProvider="target">
  319. <rect key="frame" x="16" y="25" width="96" height="32"/>
  320. <constraints>
  321. <constraint firstAttribute="height" constant="32" id="6gq-gK-fU9"/>
  322. <constraint firstAttribute="width" constant="96" id="AAX-iZ-d5H"/>
  323. </constraints>
  324. </customView>
  325. </subviews>
  326. <constraints>
  327. <constraint firstItem="swU-cd-Gvz" firstAttribute="centerY" secondItem="YUH-iC-Gfd" secondAttribute="centerY" id="56Q-T3-CV2"/>
  328. <constraint firstItem="E5s-lo-OLZ" firstAttribute="top" secondItem="swU-cd-Gvz" secondAttribute="bottom" constant="10" id="8t3-Hb-9Ch"/>
  329. <constraint firstItem="XXz-op-f6s" firstAttribute="top" secondItem="YUH-iC-Gfd" secondAttribute="bottom" constant="10" id="9vt-wz-V5l"/>
  330. <constraint firstItem="w8W-es-efZ" firstAttribute="top" secondItem="XXz-op-f6s" secondAttribute="bottom" constant="10" id="Bcc-Gu-lpJ"/>
  331. <constraint firstItem="E5s-lo-OLZ" firstAttribute="leading" secondItem="XXz-op-f6s" secondAttribute="trailing" constant="10" id="CcL-Yc-2XW"/>
  332. <constraint firstItem="XXz-op-f6s" firstAttribute="leading" secondItem="oyn-l5-tNm" secondAttribute="leading" constant="18" id="XgM-fn-Qc7"/>
  333. <constraint firstItem="swU-cd-Gvz" firstAttribute="leading" secondItem="YUH-iC-Gfd" secondAttribute="trailing" constant="8" id="dy6-uP-vQl"/>
  334. <constraint firstItem="ISn-KY-geN" firstAttribute="leading" secondItem="oyn-l5-tNm" secondAttribute="leading" constant="16" id="jfW-b7-INi"/>
  335. <constraint firstItem="w8W-es-efZ" firstAttribute="leading" secondItem="oyn-l5-tNm" secondAttribute="leading" constant="16" id="kMu-lO-rhv"/>
  336. <constraint firstItem="YUH-iC-Gfd" firstAttribute="top" secondItem="ISn-KY-geN" secondAttribute="bottom" constant="12" id="luR-TP-J6v"/>
  337. <constraint firstItem="YUH-iC-Gfd" firstAttribute="leading" secondItem="oyn-l5-tNm" secondAttribute="leading" constant="16" id="ryg-77-hKk"/>
  338. <constraint firstItem="ISn-KY-geN" firstAttribute="top" secondItem="oyn-l5-tNm" secondAttribute="top" constant="7" id="tOb-eC-wOy"/>
  339. </constraints>
  340. </view>
  341. <constraints>
  342. <constraint firstAttribute="height" constant="150" id="cNx-Kh-A0V"/>
  343. </constraints>
  344. </box>
  345. </subviews>
  346. <constraints>
  347. <constraint firstItem="RYd-he-cdh" firstAttribute="top" secondItem="tIf-xt-4gb" secondAttribute="bottom" id="0qa-lc-3GM"/>
  348. <constraint firstItem="RYd-he-cdh" firstAttribute="leading" secondItem="UgY-BX-X20" secondAttribute="leading" id="8Pa-H3-W8F"/>
  349. <constraint firstAttribute="trailing" secondItem="wj6-32-fo2" secondAttribute="trailing" id="Hyj-4a-hr2"/>
  350. <constraint firstAttribute="trailing" secondItem="RYd-he-cdh" secondAttribute="trailing" id="ccK-Ru-cCF"/>
  351. <constraint firstItem="tIf-xt-4gb" firstAttribute="top" secondItem="UgY-BX-X20" secondAttribute="top" id="dsg-Aq-R1b"/>
  352. <constraint firstItem="tIf-xt-4gb" firstAttribute="leading" secondItem="UgY-BX-X20" secondAttribute="leading" id="gOi-dG-JaV"/>
  353. <constraint firstItem="wj6-32-fo2" firstAttribute="top" secondItem="RYd-he-cdh" secondAttribute="bottom" id="km4-Uc-goe"/>
  354. <constraint firstItem="wj6-32-fo2" firstAttribute="leading" secondItem="UgY-BX-X20" secondAttribute="leading" id="nv5-NO-Sxq"/>
  355. <constraint firstAttribute="trailing" secondItem="tIf-xt-4gb" secondAttribute="trailing" id="qsA-gv-c7A"/>
  356. </constraints>
  357. <connections>
  358. <outlet property="fillColorView" destination="HRz-Cj-8os" id="A5V-NI-oyK"/>
  359. <outlet property="fillLabel" destination="iEc-3w-bmk" id="P1P-Mv-yGG"/>
  360. <outlet property="fontSizeComboBox" destination="swU-cd-Gvz" id="QbY-yf-Shw"/>
  361. <outlet property="fontStyleComboBox" destination="YUH-iC-Gfd" id="ciA-Kh-Eza"/>
  362. <outlet property="fontTypeComboBox" destination="XXz-op-f6s" id="bgH-KT-VuB"/>
  363. <outlet property="outsideBox" destination="tIf-xt-4gb" id="sBn-hu-yLt"/>
  364. <outlet property="outsideColorView" destination="hsW-GA-O7O" id="IeV-vL-cSB"/>
  365. <outlet property="outsideLabel" destination="vqF-lq-3Jx" id="AlN-zM-Lue"/>
  366. <outlet property="overTextCheck" destination="0vL-Pc-6jb" id="ZiI-yo-evK"/>
  367. <outlet property="overTextView" destination="kBP-lZ-hOW" id="zT7-qM-v3l"/>
  368. <outlet property="textAligementView" destination="w8W-es-efZ" id="tPj-4C-Vcb"/>
  369. <outlet property="textColorView" destination="E5s-lo-OLZ" id="6Va-LZ-rRw"/>
  370. <outlet property="textLabel" destination="ISn-KY-geN" id="TFx-pl-YP8"/>
  371. </connections>
  372. <point key="canvasLocation" x="168" y="570"/>
  373. </customView>
  374. <customView id="RXY-U8-FFz" customClass="KMRedactMutilPageFlagContentView" customModule="PDF_Office" customModuleProvider="target">
  375. <rect key="frame" x="0.0" y="0.0" width="404" height="221"/>
  376. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  377. <subviews>
  378. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8U4-aQ-fd2">
  379. <rect key="frame" x="14" y="174" width="61" height="18"/>
  380. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="R0y-Jx-4jl">
  381. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  382. <font key="font" metaFont="system"/>
  383. </buttonCell>
  384. </button>
  385. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hmb-2v-ENI">
  386. <rect key="frame" x="14" y="145" width="61" height="18"/>
  387. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="DqD-6X-ypD">
  388. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  389. <font key="font" metaFont="system"/>
  390. </buttonCell>
  391. </button>
  392. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6lp-co-Lhs">
  393. <rect key="frame" x="14" y="116" width="61" height="18"/>
  394. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="vTE-95-90f">
  395. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  396. <font key="font" metaFont="system"/>
  397. </buttonCell>
  398. </button>
  399. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Wtr-Y4-bag">
  400. <rect key="frame" x="14" y="87" width="61" height="18"/>
  401. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="val-w1-t9H">
  402. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  403. <font key="font" metaFont="system"/>
  404. </buttonCell>
  405. </button>
  406. <customView translatesAutoresizingMaskIntoConstraints="NO" id="862-GZ-ikw">
  407. <rect key="frame" x="87" y="80" width="140" height="32"/>
  408. <subviews>
  409. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0GQ-6B-8nf">
  410. <rect key="frame" x="14" y="8" width="112" height="16"/>
  411. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="GBO-Dv-cSf">
  412. <font key="font" usesAppearanceFont="YES"/>
  413. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  414. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  415. </textFieldCell>
  416. </textField>
  417. </subviews>
  418. <constraints>
  419. <constraint firstAttribute="width" constant="140" id="2bN-p8-lXR"/>
  420. <constraint firstAttribute="height" constant="32" id="QBo-hk-1Er"/>
  421. <constraint firstAttribute="trailing" secondItem="0GQ-6B-8nf" secondAttribute="trailing" constant="16" id="Qpd-VF-gNA"/>
  422. <constraint firstItem="0GQ-6B-8nf" firstAttribute="centerY" secondItem="862-GZ-ikw" secondAttribute="centerY" id="d35-aD-1yF"/>
  423. <constraint firstItem="0GQ-6B-8nf" firstAttribute="leading" secondItem="862-GZ-ikw" secondAttribute="leading" constant="16" id="tGQ-jD-lLE"/>
  424. </constraints>
  425. </customView>
  426. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Bbh-sk-rmJ">
  427. <rect key="frame" x="237" y="88" width="37" height="16"/>
  428. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="odo-Ls-2nb">
  429. <font key="font" metaFont="system"/>
  430. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  431. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  432. </textFieldCell>
  433. </textField>
  434. </subviews>
  435. <constraints>
  436. <constraint firstItem="6lp-co-Lhs" firstAttribute="leading" secondItem="RXY-U8-FFz" secondAttribute="leading" constant="16" id="1vm-ew-NFe"/>
  437. <constraint firstItem="8U4-aQ-fd2" firstAttribute="top" secondItem="RXY-U8-FFz" secondAttribute="top" constant="30" id="3Mh-pK-pul"/>
  438. <constraint firstItem="Bbh-sk-rmJ" firstAttribute="leading" secondItem="862-GZ-ikw" secondAttribute="trailing" constant="12" id="73k-Qh-1Le"/>
  439. <constraint firstItem="8U4-aQ-fd2" firstAttribute="leading" secondItem="RXY-U8-FFz" secondAttribute="leading" constant="16" id="7f3-DF-Aqh"/>
  440. <constraint firstItem="862-GZ-ikw" firstAttribute="leading" secondItem="Wtr-Y4-bag" secondAttribute="trailing" constant="12" id="Ioj-HP-Wi5"/>
  441. <constraint firstItem="6lp-co-Lhs" firstAttribute="top" secondItem="hmb-2v-ENI" secondAttribute="bottom" constant="13" id="Kz9-Ej-pIv"/>
  442. <constraint firstItem="Wtr-Y4-bag" firstAttribute="top" secondItem="6lp-co-Lhs" secondAttribute="bottom" constant="13" id="Loc-UM-qLn"/>
  443. <constraint firstItem="862-GZ-ikw" firstAttribute="centerY" secondItem="Wtr-Y4-bag" secondAttribute="centerY" id="Nex-WE-2RT"/>
  444. <constraint firstItem="hmb-2v-ENI" firstAttribute="top" secondItem="8U4-aQ-fd2" secondAttribute="bottom" constant="13" id="PG7-CM-p4a"/>
  445. <constraint firstItem="Wtr-Y4-bag" firstAttribute="leading" secondItem="RXY-U8-FFz" secondAttribute="leading" constant="16" id="RPQ-1f-k9u"/>
  446. <constraint firstItem="hmb-2v-ENI" firstAttribute="leading" secondItem="RXY-U8-FFz" secondAttribute="leading" constant="16" id="jwF-Lk-ZhH"/>
  447. <constraint firstItem="Bbh-sk-rmJ" firstAttribute="centerY" secondItem="862-GZ-ikw" secondAttribute="centerY" id="vDC-Of-d56"/>
  448. </constraints>
  449. <connections>
  450. <outlet property="allPageRadio" destination="8U4-aQ-fd2" id="okd-rJ-wXQ"/>
  451. <outlet property="customPageRadio" destination="Wtr-Y4-bag" id="XPK-DT-3Yo"/>
  452. <outlet property="evenPageRadio" destination="6lp-co-Lhs" id="mtn-1E-aNX"/>
  453. <outlet property="inputTextField" destination="0GQ-6B-8nf" id="6XX-Hg-Y9s"/>
  454. <outlet property="inputView" destination="862-GZ-ikw" id="byF-l8-Fub"/>
  455. <outlet property="oddPageRadio" destination="hmb-2v-ENI" id="2pB-gn-oKX"/>
  456. <outlet property="totalPageNumberLabel" destination="Bbh-sk-rmJ" id="TfO-fG-uVD"/>
  457. </connections>
  458. <point key="canvasLocation" x="109" y="959"/>
  459. </customView>
  460. <customView id="vvO-Qt-9B1" customClass="KMRedactPageRangeContentView" customModule="PDF_Office" customModuleProvider="target">
  461. <rect key="frame" x="0.0" y="0.0" width="404" height="256"/>
  462. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  463. <subviews>
  464. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iCx-p6-gVj">
  465. <rect key="frame" x="14" y="209" width="61" height="18"/>
  466. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="N4i-F4-KV1">
  467. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  468. <font key="font" metaFont="system"/>
  469. </buttonCell>
  470. </button>
  471. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9IH-86-i8h">
  472. <rect key="frame" x="14" y="180" width="61" height="18"/>
  473. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="nlV-IZ-ffD">
  474. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  475. <font key="font" metaFont="system"/>
  476. </buttonCell>
  477. </button>
  478. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="auy-dS-iyc">
  479. <rect key="frame" x="14" y="151" width="61" height="18"/>
  480. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="RS5-3K-2gs">
  481. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  482. <font key="font" metaFont="system"/>
  483. </buttonCell>
  484. </button>
  485. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hBi-lG-cRT">
  486. <rect key="frame" x="14" y="122" width="61" height="18"/>
  487. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="ppl-Dp-0vf">
  488. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  489. <font key="font" metaFont="system"/>
  490. </buttonCell>
  491. </button>
  492. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vmQ-4M-Q5n">
  493. <rect key="frame" x="14" y="93" width="61" height="18"/>
  494. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="uuQ-l6-E61">
  495. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  496. <font key="font" metaFont="system"/>
  497. </buttonCell>
  498. </button>
  499. <customView translatesAutoresizingMaskIntoConstraints="NO" id="l6f-8u-7L2">
  500. <rect key="frame" x="87" y="86" width="140" height="32"/>
  501. <subviews>
  502. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Kxc-cY-iKV">
  503. <rect key="frame" x="16" y="8" width="108" height="16"/>
  504. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="YVu-Fw-ols">
  505. <font key="font" usesAppearanceFont="YES"/>
  506. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  507. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  508. </textFieldCell>
  509. </textField>
  510. </subviews>
  511. <constraints>
  512. <constraint firstAttribute="width" constant="140" id="2us-6c-7tE"/>
  513. <constraint firstAttribute="trailing" secondItem="Kxc-cY-iKV" secondAttribute="trailing" constant="18" id="Bja-FX-pLH"/>
  514. <constraint firstAttribute="height" constant="32" id="O4u-CU-7eF"/>
  515. <constraint firstItem="Kxc-cY-iKV" firstAttribute="leading" secondItem="l6f-8u-7L2" secondAttribute="leading" constant="18" id="gK5-Jc-fun"/>
  516. <constraint firstItem="Kxc-cY-iKV" firstAttribute="centerY" secondItem="l6f-8u-7L2" secondAttribute="centerY" id="hUt-1S-SOL"/>
  517. </constraints>
  518. </customView>
  519. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iBI-kt-5Zo">
  520. <rect key="frame" x="237" y="94" width="37" height="16"/>
  521. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="gCa-pa-cNO">
  522. <font key="font" metaFont="system"/>
  523. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  524. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  525. </textFieldCell>
  526. </textField>
  527. </subviews>
  528. <constraints>
  529. <constraint firstItem="vmQ-4M-Q5n" firstAttribute="top" secondItem="hBi-lG-cRT" secondAttribute="bottom" constant="13" id="6De-gm-TIe"/>
  530. <constraint firstItem="iCx-p6-gVj" firstAttribute="leading" secondItem="vvO-Qt-9B1" secondAttribute="leading" constant="16" id="6lu-iW-ggB"/>
  531. <constraint firstItem="hBi-lG-cRT" firstAttribute="leading" secondItem="vvO-Qt-9B1" secondAttribute="leading" constant="16" id="Dad-2a-LoG"/>
  532. <constraint firstItem="iCx-p6-gVj" firstAttribute="top" secondItem="vvO-Qt-9B1" secondAttribute="top" constant="30" id="F8v-Sm-yA6"/>
  533. <constraint firstItem="iBI-kt-5Zo" firstAttribute="leading" secondItem="l6f-8u-7L2" secondAttribute="trailing" constant="12" id="TbS-3W-qgq"/>
  534. <constraint firstItem="vmQ-4M-Q5n" firstAttribute="leading" secondItem="vvO-Qt-9B1" secondAttribute="leading" constant="16" id="YOK-DH-6i6"/>
  535. <constraint firstItem="iBI-kt-5Zo" firstAttribute="centerY" secondItem="l6f-8u-7L2" secondAttribute="centerY" id="bpY-ov-laU"/>
  536. <constraint firstItem="auy-dS-iyc" firstAttribute="leading" secondItem="vvO-Qt-9B1" secondAttribute="leading" constant="16" id="c0j-M1-nA6"/>
  537. <constraint firstItem="hBi-lG-cRT" firstAttribute="top" secondItem="auy-dS-iyc" secondAttribute="bottom" constant="13" id="dZG-hO-MX8"/>
  538. <constraint firstItem="9IH-86-i8h" firstAttribute="top" secondItem="iCx-p6-gVj" secondAttribute="bottom" constant="13" id="hdK-nG-wYZ"/>
  539. <constraint firstItem="auy-dS-iyc" firstAttribute="top" secondItem="9IH-86-i8h" secondAttribute="bottom" constant="13" id="lfl-iC-lf2"/>
  540. <constraint firstItem="9IH-86-i8h" firstAttribute="leading" secondItem="vvO-Qt-9B1" secondAttribute="leading" constant="16" id="pfB-tW-fim"/>
  541. <constraint firstItem="l6f-8u-7L2" firstAttribute="centerY" secondItem="vmQ-4M-Q5n" secondAttribute="centerY" id="qwc-fP-hjt"/>
  542. <constraint firstItem="l6f-8u-7L2" firstAttribute="leading" secondItem="vmQ-4M-Q5n" secondAttribute="trailing" constant="12" id="xhi-0k-yCW"/>
  543. </constraints>
  544. <connections>
  545. <outlet property="allPageRadio" destination="9IH-86-i8h" id="MZU-sy-mIn"/>
  546. <outlet property="currentPageRadio" destination="iCx-p6-gVj" id="lLW-Vg-Dsk"/>
  547. <outlet property="customPageRadio" destination="vmQ-4M-Q5n" id="LOm-cI-8eL"/>
  548. <outlet property="evenPageRadio" destination="hBi-lG-cRT" id="dpb-Du-sb8"/>
  549. <outlet property="inputTextField" destination="Kxc-cY-iKV" id="uYV-0h-90K"/>
  550. <outlet property="inputView" destination="l6f-8u-7L2" id="vRW-l9-pPW"/>
  551. <outlet property="oddPageRadio" destination="auy-dS-iyc" id="bNm-xB-xcT"/>
  552. <outlet property="totalNumberLabel" destination="iBI-kt-5Zo" id="yAy-zu-LHx"/>
  553. </connections>
  554. <point key="canvasLocation" x="109" y="1255"/>
  555. </customView>
  556. </objects>
  557. </document>