KMConvertBaseWindowController.xib 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
  6. <capability name="System colors introduced in macOS 10.13" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <customObject id="-2" userLabel="File's Owner" customClass="KMConvertBaseWindowController" customModule="PDF_Master" customModuleProvider="target">
  11. <connections>
  12. <outlet property="backBox" destination="gFg-Q7-54m" id="8ww-CO-9PP"/>
  13. <outlet property="batchButton" destination="iFO-Ki-C0L" id="KTA-dQ-WkN"/>
  14. <outlet property="canelBox" destination="Xgn-Dg-lq9" id="GtX-Me-dDU"/>
  15. <outlet property="convertBox" destination="VGF-cR-pdk" id="hgN-0M-UF8"/>
  16. <outlet property="leftBox" destination="qfL-fo-qSf" id="JS9-Y0-9cC"/>
  17. <outlet property="nextBox" destination="r7Q-sv-pGM" id="uSh-eZ-cCQ"/>
  18. <outlet property="numberBox" destination="XyN-M5-Ckr" id="DNm-ND-XlE"/>
  19. <outlet property="numberTextField" destination="0fT-PL-boX" id="hzh-TQ-lIK"/>
  20. <outlet property="perLabel" destination="OjN-CY-T87" id="DJD-nk-fRU"/>
  21. <outlet property="prePDFView" destination="mvl-fd-L7y" id="1aK-Un-d8M"/>
  22. <outlet property="rightBoxHeightConst" destination="oAt-Yd-pzO" id="VV4-4N-nr7"/>
  23. <outlet property="rightScrollView" destination="jkb-2v-6fa" id="FO8-ID-Kc6"/>
  24. <outlet property="titleLabel" destination="FhR-40-9KK" id="2T3-rd-gRE"/>
  25. <outlet property="totalNumberLabel" destination="b9V-3O-PC8" id="8yy-qK-qOI"/>
  26. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  27. </connections>
  28. </customObject>
  29. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  30. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  31. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  32. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  33. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  34. <rect key="contentRect" x="196" y="240" width="586" height="483"/>
  35. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  36. <value key="minSize" type="size" width="586" height="483"/>
  37. <value key="maxSize" type="size" width="586" height="483"/>
  38. <view key="contentView" id="se5-gp-TjO">
  39. <rect key="frame" x="0.0" y="0.0" width="586" height="483"/>
  40. <autoresizingMask key="autoresizingMask"/>
  41. <subviews>
  42. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="nMP-kB-StK" userLabel="titleBarBox">
  43. <rect key="frame" x="0.0" y="439" width="586" height="44"/>
  44. <view key="contentView" id="7hP-er-MuX">
  45. <rect key="frame" x="0.0" y="0.0" width="586" height="44"/>
  46. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  47. <subviews>
  48. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FhR-40-9KK">
  49. <rect key="frame" x="14" y="10" width="44" height="19"/>
  50. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="i7C-Qe-kqF">
  51. <font key="font" metaFont="system" size="16"/>
  52. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  53. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  54. </textFieldCell>
  55. </textField>
  56. </subviews>
  57. <constraints>
  58. <constraint firstItem="FhR-40-9KK" firstAttribute="top" secondItem="7hP-er-MuX" secondAttribute="top" constant="15" id="W1g-BB-vCT"/>
  59. <constraint firstItem="FhR-40-9KK" firstAttribute="leading" secondItem="7hP-er-MuX" secondAttribute="leading" constant="16" id="gZO-K6-Tgf"/>
  60. </constraints>
  61. </view>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="44" id="koW-tE-3BB"/>
  64. </constraints>
  65. </box>
  66. <box boxType="custom" borderWidth="0.0" cornerRadius="8" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="qfL-fo-qSf" userLabel="leftBox">
  67. <rect key="frame" x="16" y="113" width="212" height="320"/>
  68. <view key="contentView" id="R1n-pF-yf9">
  69. <rect key="frame" x="0.0" y="0.0" width="212" height="320"/>
  70. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  71. <subviews>
  72. <customView translatesAutoresizingMaskIntoConstraints="NO" id="mvl-fd-L7y" customClass="KMCustomPDFView" customModule="PDF_Master" customModuleProvider="target">
  73. <rect key="frame" x="16" y="56" width="182" height="248"/>
  74. </customView>
  75. <customView translatesAutoresizingMaskIntoConstraints="NO" id="XyN-M5-Ckr">
  76. <rect key="frame" x="56" y="16" width="56" height="24"/>
  77. <subviews>
  78. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0fT-PL-boX">
  79. <rect key="frame" x="8" y="2" width="40" height="21"/>
  80. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="PMO-9h-eKH">
  81. <font key="font" usesAppearanceFont="YES"/>
  82. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  83. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  84. </textFieldCell>
  85. </textField>
  86. </subviews>
  87. <constraints>
  88. <constraint firstAttribute="width" constant="56" id="0Nu-hn-5Ly"/>
  89. <constraint firstAttribute="height" constant="24" id="Eas-Lp-2vy"/>
  90. <constraint firstItem="0fT-PL-boX" firstAttribute="centerX" secondItem="XyN-M5-Ckr" secondAttribute="centerX" id="NCX-Lx-el3"/>
  91. <constraint firstItem="0fT-PL-boX" firstAttribute="leading" secondItem="XyN-M5-Ckr" secondAttribute="leading" constant="8" id="dct-kD-Q4x"/>
  92. <constraint firstItem="0fT-PL-boX" firstAttribute="centerY" secondItem="XyN-M5-Ckr" secondAttribute="centerY" id="t3M-pb-lv4"/>
  93. </constraints>
  94. </customView>
  95. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OjN-CY-T87">
  96. <rect key="frame" x="118" y="18" width="9" height="20"/>
  97. <textFieldCell key="cell" lineBreakMode="clipping" title="/" id="B2h-9Y-2H7">
  98. <font key="font" metaFont="system" size="17"/>
  99. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  100. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  101. </textFieldCell>
  102. </textField>
  103. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="b9V-3O-PC8">
  104. <rect key="frame" x="131" y="20" width="32" height="16"/>
  105. <constraints>
  106. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="28" id="Iqf-l4-eTt"/>
  107. </constraints>
  108. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="S8w-Qg-o1p">
  109. <font key="font" metaFont="system"/>
  110. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  111. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  112. </textFieldCell>
  113. </textField>
  114. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="gFg-Q7-54m">
  115. <rect key="frame" x="24" y="16" width="24" height="24"/>
  116. <view key="contentView" id="8kU-hZ-NuI">
  117. <rect key="frame" x="0.0" y="0.0" width="24" height="24"/>
  118. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  119. </view>
  120. <constraints>
  121. <constraint firstAttribute="width" constant="24" id="Gty-UI-C80"/>
  122. <constraint firstAttribute="height" constant="24" id="Q9R-8R-JZp"/>
  123. </constraints>
  124. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  125. </box>
  126. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="r7Q-sv-pGM">
  127. <rect key="frame" x="164" y="16" width="24" height="24"/>
  128. <view key="contentView" id="qED-hg-bEm">
  129. <rect key="frame" x="0.0" y="0.0" width="24" height="24"/>
  130. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  131. </view>
  132. <constraints>
  133. <constraint firstAttribute="height" constant="24" id="Sh5-Vx-PjC"/>
  134. <constraint firstAttribute="width" constant="24" id="X1t-Gn-6HW"/>
  135. </constraints>
  136. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  137. </box>
  138. </subviews>
  139. <constraints>
  140. <constraint firstItem="gFg-Q7-54m" firstAttribute="leading" secondItem="R1n-pF-yf9" secondAttribute="leading" constant="24" id="06U-Ru-CEG"/>
  141. <constraint firstItem="b9V-3O-PC8" firstAttribute="leading" secondItem="OjN-CY-T87" secondAttribute="trailing" constant="8" id="1XP-qZ-ZKN"/>
  142. <constraint firstAttribute="trailing" secondItem="mvl-fd-L7y" secondAttribute="trailing" constant="14" id="FSN-k0-xVE"/>
  143. <constraint firstItem="r7Q-sv-pGM" firstAttribute="top" secondItem="mvl-fd-L7y" secondAttribute="bottom" constant="16" id="Fmm-CD-NNm"/>
  144. <constraint firstItem="mvl-fd-L7y" firstAttribute="top" secondItem="R1n-pF-yf9" secondAttribute="top" constant="16" id="Gsl-47-3aT"/>
  145. <constraint firstAttribute="bottom" secondItem="mvl-fd-L7y" secondAttribute="bottom" constant="56" id="Ptg-Ls-spM"/>
  146. <constraint firstItem="XyN-M5-Ckr" firstAttribute="leading" secondItem="gFg-Q7-54m" secondAttribute="trailing" constant="8" id="Tdz-Lo-h5u"/>
  147. <constraint firstItem="XyN-M5-Ckr" firstAttribute="top" secondItem="mvl-fd-L7y" secondAttribute="bottom" constant="16" id="a1a-cz-g8h"/>
  148. <constraint firstItem="OjN-CY-T87" firstAttribute="leading" secondItem="XyN-M5-Ckr" secondAttribute="trailing" constant="8" id="aHX-uj-6qj"/>
  149. <constraint firstItem="b9V-3O-PC8" firstAttribute="centerY" secondItem="XyN-M5-Ckr" secondAttribute="centerY" id="bdF-Gv-pwp"/>
  150. <constraint firstItem="r7Q-sv-pGM" firstAttribute="centerY" secondItem="b9V-3O-PC8" secondAttribute="centerY" id="hGa-er-pWV"/>
  151. <constraint firstItem="gFg-Q7-54m" firstAttribute="top" secondItem="mvl-fd-L7y" secondAttribute="bottom" constant="16" id="hZL-5n-axr"/>
  152. <constraint firstItem="mvl-fd-L7y" firstAttribute="leading" secondItem="R1n-pF-yf9" secondAttribute="leading" constant="16" id="iUD-ID-dhg"/>
  153. <constraint firstAttribute="trailing" secondItem="r7Q-sv-pGM" secondAttribute="trailing" constant="24" id="jMK-Ni-AGZ"/>
  154. <constraint firstItem="OjN-CY-T87" firstAttribute="centerY" secondItem="XyN-M5-Ckr" secondAttribute="centerY" id="uvo-7G-YIG"/>
  155. </constraints>
  156. </view>
  157. <constraints>
  158. <constraint firstAttribute="width" constant="212" id="Run-aA-XwZ"/>
  159. <constraint firstAttribute="height" constant="320" id="jzW-hy-P1d"/>
  160. </constraints>
  161. </box>
  162. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="GQA-4D-dK9" userLabel="rightBox">
  163. <rect key="frame" x="228" y="48" width="358" height="391"/>
  164. <view key="contentView" id="6L0-Kf-CPw">
  165. <rect key="frame" x="0.0" y="0.0" width="358" height="391"/>
  166. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  167. <subviews>
  168. <scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jkb-2v-6fa">
  169. <rect key="frame" x="0.0" y="0.0" width="358" height="391"/>
  170. <clipView key="contentView" id="tI2-Vq-Nms">
  171. <rect key="frame" x="0.0" y="0.0" width="343" height="376"/>
  172. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  173. <subviews>
  174. <view id="dBH-xr-mGL">
  175. <rect key="frame" x="0.0" y="0.0" width="328" height="361"/>
  176. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  177. </view>
  178. </subviews>
  179. </clipView>
  180. <scroller key="horizontalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="MLK-hj-eAf">
  181. <rect key="frame" x="0.0" y="376" width="343" height="15"/>
  182. <autoresizingMask key="autoresizingMask"/>
  183. </scroller>
  184. <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="L4p-RZ-VGS">
  185. <rect key="frame" x="343" y="0.0" width="15" height="376"/>
  186. <autoresizingMask key="autoresizingMask"/>
  187. </scroller>
  188. </scrollView>
  189. </subviews>
  190. <constraints>
  191. <constraint firstAttribute="bottom" secondItem="jkb-2v-6fa" secondAttribute="bottom" id="Fo5-V8-KIf"/>
  192. <constraint firstItem="jkb-2v-6fa" firstAttribute="leading" secondItem="6L0-Kf-CPw" secondAttribute="leading" id="cyV-Bb-haC"/>
  193. <constraint firstAttribute="trailing" secondItem="jkb-2v-6fa" secondAttribute="trailing" id="n2o-vi-qz5"/>
  194. <constraint firstItem="jkb-2v-6fa" firstAttribute="top" secondItem="6L0-Kf-CPw" secondAttribute="top" id="x5n-jP-whm"/>
  195. </constraints>
  196. </view>
  197. <constraints>
  198. <constraint firstAttribute="height" constant="391" id="oAt-Yd-pzO"/>
  199. </constraints>
  200. </box>
  201. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="0Zk-pO-7aZ" userLabel="bottomBarBox">
  202. <rect key="frame" x="0.0" y="0.0" width="586" height="48"/>
  203. <view key="contentView" id="5Iw-u0-5Gt">
  204. <rect key="frame" x="0.0" y="0.0" width="586" height="48"/>
  205. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  206. <subviews>
  207. <box hidden="YES" verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="lF5-Ex-sTg">
  208. <rect key="frame" x="0.0" y="45" width="586" height="5"/>
  209. </box>
  210. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iFO-Ki-C0L">
  211. <rect key="frame" x="16" y="16" width="70" height="32"/>
  212. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="d7s-3h-qfP">
  213. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  214. <font key="font" metaFont="system"/>
  215. </buttonCell>
  216. <constraints>
  217. <constraint firstAttribute="height" constant="32" id="C1r-dK-Ys8"/>
  218. <constraint firstAttribute="width" constant="70" id="JwP-9x-Fn9"/>
  219. </constraints>
  220. </button>
  221. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Xgn-Dg-lq9">
  222. <rect key="frame" x="394" y="16" width="80" height="32"/>
  223. <view key="contentView" id="RWN-Pg-Jmx">
  224. <rect key="frame" x="0.0" y="0.0" width="80" height="32"/>
  225. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  226. </view>
  227. <constraints>
  228. <constraint firstAttribute="height" constant="32" id="Uzh-LG-qSz"/>
  229. <constraint firstAttribute="width" constant="80" id="mOr-gZ-0ME"/>
  230. </constraints>
  231. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  232. </box>
  233. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="VGF-cR-pdk">
  234. <rect key="frame" x="490" y="16" width="80" height="32"/>
  235. <view key="contentView" id="FtW-J0-ZXh">
  236. <rect key="frame" x="0.0" y="0.0" width="80" height="32"/>
  237. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  238. </view>
  239. <constraints>
  240. <constraint firstAttribute="height" constant="32" id="4cH-RP-idM"/>
  241. <constraint firstAttribute="width" constant="80" id="vE5-JR-3tQ"/>
  242. </constraints>
  243. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  244. </box>
  245. </subviews>
  246. <constraints>
  247. <constraint firstAttribute="bottom" secondItem="VGF-cR-pdk" secondAttribute="bottom" constant="16" id="5qw-4R-evS"/>
  248. <constraint firstAttribute="trailing" secondItem="VGF-cR-pdk" secondAttribute="trailing" constant="16" id="8zP-Ui-09y"/>
  249. <constraint firstItem="iFO-Ki-C0L" firstAttribute="leading" secondItem="5Iw-u0-5Gt" secondAttribute="leading" constant="16" id="BCf-YA-LeB"/>
  250. <constraint firstItem="lF5-Ex-sTg" firstAttribute="leading" secondItem="5Iw-u0-5Gt" secondAttribute="leading" id="BUF-0L-5Md"/>
  251. <constraint firstAttribute="trailing" secondItem="lF5-Ex-sTg" secondAttribute="trailing" id="EMG-1f-iRc"/>
  252. <constraint firstItem="VGF-cR-pdk" firstAttribute="leading" secondItem="Xgn-Dg-lq9" secondAttribute="trailing" constant="16" id="Hy6-cd-dD1"/>
  253. <constraint firstItem="lF5-Ex-sTg" firstAttribute="top" secondItem="5Iw-u0-5Gt" secondAttribute="top" id="YDe-a0-Xtc"/>
  254. <constraint firstAttribute="bottom" secondItem="iFO-Ki-C0L" secondAttribute="bottom" constant="16" id="cnC-Ei-DUg"/>
  255. <constraint firstAttribute="bottom" secondItem="Xgn-Dg-lq9" secondAttribute="bottom" constant="16" id="r1d-jT-Xij"/>
  256. </constraints>
  257. </view>
  258. <constraints>
  259. <constraint firstAttribute="height" constant="48" id="9wv-kY-oph"/>
  260. </constraints>
  261. </box>
  262. </subviews>
  263. <constraints>
  264. <constraint firstItem="GQA-4D-dK9" firstAttribute="top" secondItem="nMP-kB-StK" secondAttribute="bottom" id="9XB-rl-98u"/>
  265. <constraint firstAttribute="trailing" secondItem="0Zk-pO-7aZ" secondAttribute="trailing" id="9fa-DK-Esk"/>
  266. <constraint firstAttribute="trailing" secondItem="nMP-kB-StK" secondAttribute="trailing" id="AGF-AW-hjn"/>
  267. <constraint firstItem="qfL-fo-qSf" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="16" id="F2p-7w-LBH"/>
  268. <constraint firstItem="0Zk-pO-7aZ" firstAttribute="top" secondItem="GQA-4D-dK9" secondAttribute="bottom" id="Uu7-II-PGH"/>
  269. <constraint firstItem="nMP-kB-StK" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="WMx-xq-vWw"/>
  270. <constraint firstItem="nMP-kB-StK" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="aHW-Cg-IAG"/>
  271. <constraint firstAttribute="trailing" secondItem="GQA-4D-dK9" secondAttribute="trailing" id="b96-c9-f8N"/>
  272. <constraint firstAttribute="bottom" secondItem="0Zk-pO-7aZ" secondAttribute="bottom" id="fyY-iK-EXc"/>
  273. <constraint firstItem="qfL-fo-qSf" firstAttribute="top" secondItem="nMP-kB-StK" secondAttribute="bottom" constant="6" id="oPg-3U-1Gf"/>
  274. <constraint firstItem="GQA-4D-dK9" firstAttribute="leading" secondItem="qfL-fo-qSf" secondAttribute="trailing" id="rP8-Ok-c75"/>
  275. <constraint firstItem="0Zk-pO-7aZ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="riP-GC-S6r"/>
  276. </constraints>
  277. </view>
  278. <connections>
  279. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  280. </connections>
  281. <point key="canvasLocation" x="13" y="100.5"/>
  282. </window>
  283. <customView id="LzC-nd-jo2" customClass="KMConvertWordSettingView" customModule="PDF_Master" customModuleProvider="target">
  284. <rect key="frame" x="0.0" y="0.0" width="276" height="250"/>
  285. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  286. <subviews>
  287. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="5he-u9-XoC">
  288. <rect key="frame" x="0.0" y="154" width="276" height="88"/>
  289. <view key="contentView" id="eeu-BZ-k90">
  290. <rect key="frame" x="0.0" y="0.0" width="276" height="88"/>
  291. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  292. <subviews>
  293. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="whh-eW-WBM">
  294. <rect key="frame" x="14" y="67" width="35" height="15"/>
  295. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="ROy-KL-lN4">
  296. <font key="font" metaFont="cellTitle"/>
  297. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  298. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  299. </textFieldCell>
  300. </textField>
  301. <customView translatesAutoresizingMaskIntoConstraints="NO" id="sIu-Jp-911" customClass="KMImageTitleButton" customModule="PDF_Master" customModuleProvider="target">
  302. <rect key="frame" x="16" y="37" width="244" height="22"/>
  303. <constraints>
  304. <constraint firstAttribute="height" constant="22" id="vJn-IG-4gT"/>
  305. </constraints>
  306. </customView>
  307. <customView translatesAutoresizingMaskIntoConstraints="NO" id="y6s-OJ-cG8" customClass="KMImageTitleButton" customModule="PDF_Master" customModuleProvider="target">
  308. <rect key="frame" x="16" y="7" width="244" height="22"/>
  309. <constraints>
  310. <constraint firstAttribute="height" constant="22" id="obd-W8-at7"/>
  311. </constraints>
  312. </customView>
  313. </subviews>
  314. <constraints>
  315. <constraint firstItem="whh-eW-WBM" firstAttribute="top" secondItem="eeu-BZ-k90" secondAttribute="top" constant="6" id="5BX-rW-ZRR"/>
  316. <constraint firstItem="sIu-Jp-911" firstAttribute="leading" secondItem="eeu-BZ-k90" secondAttribute="leading" constant="16" id="IJ9-fh-wZG"/>
  317. <constraint firstItem="whh-eW-WBM" firstAttribute="leading" secondItem="eeu-BZ-k90" secondAttribute="leading" constant="16" id="IJD-mP-Nq1"/>
  318. <constraint firstAttribute="trailing" secondItem="sIu-Jp-911" secondAttribute="trailing" constant="16" id="R7d-3p-EKG"/>
  319. <constraint firstItem="sIu-Jp-911" firstAttribute="top" secondItem="whh-eW-WBM" secondAttribute="bottom" constant="8" id="RWY-3K-zwr"/>
  320. <constraint firstItem="y6s-OJ-cG8" firstAttribute="top" secondItem="sIu-Jp-911" secondAttribute="bottom" constant="8" id="TnU-pk-aFY"/>
  321. <constraint firstItem="y6s-OJ-cG8" firstAttribute="leading" secondItem="eeu-BZ-k90" secondAttribute="leading" constant="16" id="jbj-of-Faw"/>
  322. <constraint firstAttribute="trailing" secondItem="y6s-OJ-cG8" secondAttribute="trailing" constant="16" id="vY0-Ti-zD1"/>
  323. </constraints>
  324. </view>
  325. <constraints>
  326. <constraint firstAttribute="height" constant="88" id="WFv-SH-7qr"/>
  327. </constraints>
  328. </box>
  329. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="oS9-mp-RTl">
  330. <rect key="frame" x="0.0" y="56" width="276" height="90"/>
  331. <view key="contentView" id="bKQ-mM-Aps">
  332. <rect key="frame" x="0.0" y="0.0" width="276" height="90"/>
  333. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  334. </view>
  335. <constraints>
  336. <constraint firstAttribute="height" constant="90" id="4pf-TM-A0R"/>
  337. </constraints>
  338. </box>
  339. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="zlB-1P-aoC">
  340. <rect key="frame" x="0.0" y="-12" width="276" height="60"/>
  341. <view key="contentView" id="0WM-4e-ju8">
  342. <rect key="frame" x="0.0" y="0.0" width="276" height="60"/>
  343. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  344. </view>
  345. <constraints>
  346. <constraint firstAttribute="height" constant="60" id="L45-uA-YPR"/>
  347. </constraints>
  348. </box>
  349. </subviews>
  350. <constraints>
  351. <constraint firstAttribute="trailing" secondItem="zlB-1P-aoC" secondAttribute="trailing" id="0GK-iS-Ypc"/>
  352. <constraint firstItem="oS9-mp-RTl" firstAttribute="leading" secondItem="LzC-nd-jo2" secondAttribute="leading" id="1Us-zj-A72"/>
  353. <constraint firstItem="zlB-1P-aoC" firstAttribute="leading" secondItem="LzC-nd-jo2" secondAttribute="leading" id="X9f-jY-z7h"/>
  354. <constraint firstAttribute="trailing" secondItem="5he-u9-XoC" secondAttribute="trailing" id="YCV-gd-cQ1"/>
  355. <constraint firstItem="oS9-mp-RTl" firstAttribute="top" secondItem="5he-u9-XoC" secondAttribute="bottom" constant="8" id="Yvo-B6-KOz"/>
  356. <constraint firstItem="zlB-1P-aoC" firstAttribute="top" secondItem="oS9-mp-RTl" secondAttribute="bottom" constant="8" id="dr9-jQ-dN1"/>
  357. <constraint firstAttribute="trailing" secondItem="oS9-mp-RTl" secondAttribute="trailing" id="hR0-ek-1Ah"/>
  358. <constraint firstItem="5he-u9-XoC" firstAttribute="leading" secondItem="LzC-nd-jo2" secondAttribute="leading" id="s0p-Yk-GHo"/>
  359. <constraint firstItem="5he-u9-XoC" firstAttribute="top" secondItem="LzC-nd-jo2" secondAttribute="top" constant="8" id="xJ1-Hx-LUO"/>
  360. </constraints>
  361. <connections>
  362. <outlet property="pageRangeBox" destination="zlB-1P-aoC" id="cmt-zc-VqM"/>
  363. <outlet property="pageSettingTitleLabel" destination="whh-eW-WBM" id="aJK-q2-ea7"/>
  364. <outlet property="saveFlowTextRadio" destination="sIu-Jp-911" id="uGQ-jK-iNX"/>
  365. <outlet property="savePageLayoutRadio" destination="y6s-OJ-cG8" id="u4T-Se-IZL"/>
  366. <outlet property="textOCRBox" destination="oS9-mp-RTl" id="4jU-da-GUV"/>
  367. </connections>
  368. <point key="canvasLocation" x="118" y="543"/>
  369. </customView>
  370. <customView id="rMz-DL-eLf" customClass="KMConvertOCRSettingItemView" customModule="PDF_Master" customModuleProvider="target">
  371. <rect key="frame" x="0.0" y="0.0" width="276" height="86"/>
  372. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  373. <subviews>
  374. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hUX-cE-if5">
  375. <rect key="frame" x="14" y="71" width="35" height="15"/>
  376. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="tdB-aW-iJn">
  377. <font key="font" metaFont="cellTitle"/>
  378. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  379. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  380. </textFieldCell>
  381. </textField>
  382. <box boxType="custom" borderType="bezel" borderWidth="0.0" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="NQR-a4-Hap">
  383. <rect key="frame" x="16" y="41" width="244" height="22"/>
  384. <view key="contentView" id="HRI-aP-ntI">
  385. <rect key="frame" x="0.0" y="0.0" width="244" height="22"/>
  386. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  387. </view>
  388. <constraints>
  389. <constraint firstAttribute="width" constant="244" id="Adx-8t-Hxt"/>
  390. <constraint firstAttribute="height" constant="22" id="gwG-aj-fgK"/>
  391. </constraints>
  392. <color key="fillColor" name="findHighlightColor" catalog="System" colorSpace="catalog"/>
  393. </box>
  394. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="SQ2-Ew-VGy">
  395. <rect key="frame" x="16" y="1" width="244" height="32"/>
  396. <view key="contentView" id="XVM-lt-WR4">
  397. <rect key="frame" x="0.0" y="0.0" width="244" height="32"/>
  398. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  399. </view>
  400. <constraints>
  401. <constraint firstAttribute="height" constant="32" id="ruE-Gd-gHC"/>
  402. </constraints>
  403. <color key="fillColor" name="findHighlightColor" catalog="System" colorSpace="catalog"/>
  404. </box>
  405. </subviews>
  406. <constraints>
  407. <constraint firstItem="NQR-a4-Hap" firstAttribute="leading" secondItem="rMz-DL-eLf" secondAttribute="leading" constant="16" id="0jn-YS-NYJ"/>
  408. <constraint firstItem="SQ2-Ew-VGy" firstAttribute="top" secondItem="NQR-a4-Hap" secondAttribute="bottom" constant="8" id="CIg-nQ-9pF"/>
  409. <constraint firstItem="hUX-cE-if5" firstAttribute="leading" secondItem="rMz-DL-eLf" secondAttribute="leading" constant="16" id="Srr-m0-MZR"/>
  410. <constraint firstAttribute="trailing" secondItem="NQR-a4-Hap" secondAttribute="trailing" constant="16" id="VoC-OC-IrL"/>
  411. <constraint firstAttribute="trailing" secondItem="SQ2-Ew-VGy" secondAttribute="trailing" constant="16" id="Wwh-iu-yGK"/>
  412. <constraint firstItem="SQ2-Ew-VGy" firstAttribute="leading" secondItem="rMz-DL-eLf" secondAttribute="leading" constant="16" id="b8d-1p-ppw"/>
  413. <constraint firstItem="NQR-a4-Hap" firstAttribute="top" secondItem="hUX-cE-if5" secondAttribute="bottom" constant="8" id="ogb-Dp-rPy"/>
  414. <constraint firstItem="hUX-cE-if5" firstAttribute="top" secondItem="rMz-DL-eLf" secondAttribute="top" id="tDK-4L-uzj"/>
  415. </constraints>
  416. <connections>
  417. <outlet property="checkBox" destination="NQR-a4-Hap" id="Ss4-FB-YN7"/>
  418. <outlet property="languageBox" destination="SQ2-Ew-VGy" id="Nel-4c-NMI"/>
  419. <outlet property="titleLabel" destination="hUX-cE-if5" id="QyS-S7-tsn"/>
  420. </connections>
  421. <point key="canvasLocation" x="436" y="466"/>
  422. </customView>
  423. <customView id="pQ2-zT-XVA" customClass="KMConvertPageRangeSettingItemView" customModule="PDF_Master" customModuleProvider="target">
  424. <rect key="frame" x="0.0" y="0.0" width="280" height="76"/>
  425. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  426. <subviews>
  427. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yO0-Oi-VYM">
  428. <rect key="frame" x="14" y="60" width="37" height="16"/>
  429. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Z4k-2p-kHi">
  430. <font key="font" usesAppearanceFont="YES"/>
  431. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  432. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  433. </textFieldCell>
  434. </textField>
  435. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="rW9-tS-eS8">
  436. <rect key="frame" x="16" y="20" width="248" height="32"/>
  437. <view key="contentView" id="pid-i9-s2l">
  438. <rect key="frame" x="0.0" y="0.0" width="248" height="32"/>
  439. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  440. </view>
  441. <constraints>
  442. <constraint firstAttribute="height" constant="32" id="KjB-x4-F9k"/>
  443. </constraints>
  444. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  445. </box>
  446. </subviews>
  447. <constraints>
  448. <constraint firstAttribute="trailing" secondItem="rW9-tS-eS8" secondAttribute="trailing" constant="16" id="Jbg-nY-Cdc"/>
  449. <constraint firstItem="rW9-tS-eS8" firstAttribute="leading" secondItem="pQ2-zT-XVA" secondAttribute="leading" constant="16" id="KbN-Ie-X8m"/>
  450. <constraint firstItem="yO0-Oi-VYM" firstAttribute="top" secondItem="pQ2-zT-XVA" secondAttribute="top" id="WZ7-pP-LIg"/>
  451. <constraint firstItem="yO0-Oi-VYM" firstAttribute="leading" secondItem="pQ2-zT-XVA" secondAttribute="leading" constant="16" id="obs-yw-vzp"/>
  452. <constraint firstItem="rW9-tS-eS8" firstAttribute="top" secondItem="yO0-Oi-VYM" secondAttribute="bottom" constant="8" id="qNe-Cn-8AL"/>
  453. </constraints>
  454. <connections>
  455. <outlet property="pageSizeBox" destination="rW9-tS-eS8" id="uou-Ce-T6v"/>
  456. <outlet property="pagesizeBoxHeight" destination="KjB-x4-F9k" id="jf6-w5-2q0"/>
  457. <outlet property="titleLabel" destination="yO0-Oi-VYM" id="xZz-mF-QWA"/>
  458. </connections>
  459. <point key="canvasLocation" x="438" y="599"/>
  460. </customView>
  461. <customView id="Aiu-IG-eq4" customClass="KMConvertImageSettingView" customModule="PDF_Master" customModuleProvider="target">
  462. <rect key="frame" x="0.0" y="0.0" width="276" height="250"/>
  463. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  464. <subviews>
  465. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="BdL-XS-WcI">
  466. <rect key="frame" x="0.0" y="162" width="276" height="80"/>
  467. <view key="contentView" id="hsK-Lh-UaS">
  468. <rect key="frame" x="0.0" y="0.0" width="276" height="80"/>
  469. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  470. <subviews>
  471. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ezu-db-Vdi">
  472. <rect key="frame" x="14" y="65" width="35" height="15"/>
  473. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="50D-1S-EUR">
  474. <font key="font" metaFont="cellTitle"/>
  475. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  476. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  477. </textFieldCell>
  478. </textField>
  479. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="bdw-IP-gzr">
  480. <rect key="frame" x="16" y="23" width="244" height="32"/>
  481. <view key="contentView" id="8Ci-rA-CBy">
  482. <rect key="frame" x="0.0" y="0.0" width="244" height="32"/>
  483. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  484. </view>
  485. <constraints>
  486. <constraint firstAttribute="height" constant="32" id="xlm-kX-JOU"/>
  487. </constraints>
  488. <color key="fillColor" name="findHighlightColor" catalog="System" colorSpace="catalog"/>
  489. </box>
  490. </subviews>
  491. <constraints>
  492. <constraint firstItem="bdw-IP-gzr" firstAttribute="top" secondItem="Ezu-db-Vdi" secondAttribute="bottom" constant="10" id="UwL-fe-Pil"/>
  493. <constraint firstAttribute="trailing" secondItem="bdw-IP-gzr" secondAttribute="trailing" constant="16" id="bdK-TR-zR3"/>
  494. <constraint firstItem="Ezu-db-Vdi" firstAttribute="top" secondItem="hsK-Lh-UaS" secondAttribute="top" id="dgf-xq-ZM4"/>
  495. <constraint firstItem="Ezu-db-Vdi" firstAttribute="leading" secondItem="hsK-Lh-UaS" secondAttribute="leading" constant="16" id="f8g-fA-jqu"/>
  496. <constraint firstItem="bdw-IP-gzr" firstAttribute="leading" secondItem="hsK-Lh-UaS" secondAttribute="leading" constant="16" id="ijL-4N-obl"/>
  497. </constraints>
  498. </view>
  499. <constraints>
  500. <constraint firstAttribute="height" constant="80" id="v6N-X0-w3C"/>
  501. </constraints>
  502. </box>
  503. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Qeu-kB-TgR">
  504. <rect key="frame" x="0.0" y="82" width="276" height="80"/>
  505. <view key="contentView" id="bks-fY-FWr">
  506. <rect key="frame" x="0.0" y="0.0" width="276" height="80"/>
  507. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  508. <subviews>
  509. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="F2Q-wA-eBY">
  510. <rect key="frame" x="14" y="64" width="37" height="16"/>
  511. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="bMK-zp-HOX">
  512. <font key="font" usesAppearanceFont="YES"/>
  513. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  514. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  515. </textFieldCell>
  516. </textField>
  517. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="gLw-Yq-V5x">
  518. <rect key="frame" x="16" y="22" width="244" height="32"/>
  519. <view key="contentView" id="IDm-4H-2j5">
  520. <rect key="frame" x="0.0" y="0.0" width="244" height="32"/>
  521. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  522. </view>
  523. <constraints>
  524. <constraint firstAttribute="height" constant="32" id="kKM-aX-poc"/>
  525. </constraints>
  526. <color key="fillColor" name="findHighlightColor" catalog="System" colorSpace="catalog"/>
  527. </box>
  528. </subviews>
  529. <constraints>
  530. <constraint firstItem="gLw-Yq-V5x" firstAttribute="leading" secondItem="bks-fY-FWr" secondAttribute="leading" constant="16" id="2dT-V0-VWX"/>
  531. <constraint firstAttribute="trailing" secondItem="gLw-Yq-V5x" secondAttribute="trailing" constant="16" id="P7d-C2-nIp"/>
  532. <constraint firstItem="F2Q-wA-eBY" firstAttribute="leading" secondItem="bks-fY-FWr" secondAttribute="leading" constant="16" id="a0k-es-8Oy"/>
  533. <constraint firstItem="F2Q-wA-eBY" firstAttribute="top" secondItem="bks-fY-FWr" secondAttribute="top" id="gac-0i-Gvn"/>
  534. <constraint firstItem="gLw-Yq-V5x" firstAttribute="top" secondItem="F2Q-wA-eBY" secondAttribute="bottom" constant="10" id="jhK-GJ-A2o"/>
  535. </constraints>
  536. </view>
  537. <constraints>
  538. <constraint firstAttribute="height" constant="80" id="j3F-Ys-RiF"/>
  539. </constraints>
  540. </box>
  541. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="X3f-Tt-Yj7">
  542. <rect key="frame" x="0.0" y="22" width="276" height="60"/>
  543. <view key="contentView" id="saE-C0-GVL">
  544. <rect key="frame" x="0.0" y="0.0" width="276" height="60"/>
  545. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  546. </view>
  547. <constraints>
  548. <constraint firstAttribute="height" constant="60" id="BCA-ok-7Bb"/>
  549. </constraints>
  550. </box>
  551. </subviews>
  552. <constraints>
  553. <constraint firstItem="BdL-XS-WcI" firstAttribute="leading" secondItem="Aiu-IG-eq4" secondAttribute="leading" id="51v-yi-Pu0"/>
  554. <constraint firstAttribute="trailing" secondItem="Qeu-kB-TgR" secondAttribute="trailing" id="71B-Gp-DBz"/>
  555. <constraint firstItem="Qeu-kB-TgR" firstAttribute="leading" secondItem="Aiu-IG-eq4" secondAttribute="leading" id="9VV-cJ-57o"/>
  556. <constraint firstItem="BdL-XS-WcI" firstAttribute="top" secondItem="Aiu-IG-eq4" secondAttribute="top" constant="8" id="DyP-2C-9jR"/>
  557. <constraint firstAttribute="trailing" secondItem="X3f-Tt-Yj7" secondAttribute="trailing" id="FGH-mE-ZBb"/>
  558. <constraint firstAttribute="trailing" secondItem="BdL-XS-WcI" secondAttribute="trailing" id="Jbj-Xq-LTH"/>
  559. <constraint firstItem="X3f-Tt-Yj7" firstAttribute="leading" secondItem="Aiu-IG-eq4" secondAttribute="leading" id="b6X-uh-fIb"/>
  560. <constraint firstItem="Qeu-kB-TgR" firstAttribute="bottom" secondItem="X3f-Tt-Yj7" secondAttribute="top" id="jxx-4U-yGY"/>
  561. <constraint firstItem="Qeu-kB-TgR" firstAttribute="top" secondItem="BdL-XS-WcI" secondAttribute="bottom" id="zM9-ld-wvj"/>
  562. </constraints>
  563. <connections>
  564. <outlet property="dpiSelectBox" destination="gLw-Yq-V5x" id="WJd-eG-HHe"/>
  565. <outlet property="dpiTitleLabel" destination="F2Q-wA-eBY" id="OEm-6a-ANu"/>
  566. <outlet property="fileTypeTitleLabel" destination="Ezu-db-Vdi" id="BKC-bU-Xeh"/>
  567. <outlet property="formatBox" destination="bdw-IP-gzr" id="g0c-Lu-e1t"/>
  568. <outlet property="pageRangeBox" destination="X3f-Tt-Yj7" id="S9g-R8-qtP"/>
  569. </connections>
  570. <point key="canvasLocation" x="118" y="839.5"/>
  571. </customView>
  572. <customView id="Gcl-gP-wFo" customClass="KMConvertCSVSettingView" customModule="PDF_Master" customModuleProvider="target">
  573. <rect key="frame" x="0.0" y="0.0" width="276" height="250"/>
  574. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  575. <subviews>
  576. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="zGh-l7-m71">
  577. <rect key="frame" x="0.0" y="180" width="276" height="70"/>
  578. <view key="contentView" id="E69-Hg-xdG">
  579. <rect key="frame" x="0.0" y="0.0" width="276" height="70"/>
  580. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  581. <subviews>
  582. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BW4-zj-3Ji">
  583. <rect key="frame" x="16" y="46" width="39" height="16"/>
  584. <buttonCell key="cell" type="bevel" title="Radio" bezelStyle="rounded" alignment="center" inset="2" id="YEh-zS-PeU">
  585. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  586. <font key="font" metaFont="system"/>
  587. </buttonCell>
  588. </button>
  589. <comboBox hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="uah-L1-IyT">
  590. <rect key="frame" x="31" y="-22" width="215" height="23"/>
  591. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="X1R-ss-GZO">
  592. <font key="font" metaFont="system"/>
  593. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  594. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  595. <objectValues>
  596. <string>Item 1</string>
  597. <string>Item 2</string>
  598. <string>Item 3</string>
  599. </objectValues>
  600. </comboBoxCell>
  601. </comboBox>
  602. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="B7v-4V-5Ae">
  603. <rect key="frame" x="16" y="16" width="244" height="22"/>
  604. <view key="contentView" id="iHc-th-cU8">
  605. <rect key="frame" x="0.0" y="0.0" width="244" height="22"/>
  606. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  607. </view>
  608. <constraints>
  609. <constraint firstAttribute="height" constant="22" id="gQ6-CB-v9q"/>
  610. </constraints>
  611. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  612. </box>
  613. </subviews>
  614. <constraints>
  615. <constraint firstItem="B7v-4V-5Ae" firstAttribute="leading" secondItem="E69-Hg-xdG" secondAttribute="leading" constant="16" id="0nJ-38-Sfb"/>
  616. <constraint firstItem="BW4-zj-3Ji" firstAttribute="top" secondItem="E69-Hg-xdG" secondAttribute="top" constant="8" id="8HB-ab-L0S"/>
  617. <constraint firstItem="B7v-4V-5Ae" firstAttribute="top" secondItem="BW4-zj-3Ji" secondAttribute="bottom" constant="8" id="CfP-Lk-XU1"/>
  618. <constraint firstItem="uah-L1-IyT" firstAttribute="top" secondItem="B7v-4V-5Ae" secondAttribute="bottom" constant="16" id="L0c-Qu-2tB"/>
  619. <constraint firstAttribute="trailing" secondItem="B7v-4V-5Ae" secondAttribute="trailing" constant="16" id="S3k-Id-UFk"/>
  620. <constraint firstItem="BW4-zj-3Ji" firstAttribute="leading" secondItem="E69-Hg-xdG" secondAttribute="leading" constant="16" id="aQ9-f5-i2q"/>
  621. <constraint firstAttribute="trailing" secondItem="uah-L1-IyT" secondAttribute="trailing" constant="33" id="p08-sp-GE5"/>
  622. <constraint firstItem="uah-L1-IyT" firstAttribute="leading" secondItem="E69-Hg-xdG" secondAttribute="leading" constant="32" id="pi9-ED-57C"/>
  623. </constraints>
  624. </view>
  625. <constraints>
  626. <constraint firstAttribute="height" constant="70" id="B4h-xs-Qh4"/>
  627. </constraints>
  628. </box>
  629. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="sS0-wB-Zy1">
  630. <rect key="frame" x="0.0" y="120" width="276" height="60"/>
  631. <view key="contentView" id="UHO-KR-cDn">
  632. <rect key="frame" x="0.0" y="0.0" width="276" height="60"/>
  633. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  634. </view>
  635. <constraints>
  636. <constraint firstAttribute="height" constant="60" id="zle-0l-LRO"/>
  637. </constraints>
  638. </box>
  639. </subviews>
  640. <constraints>
  641. <constraint firstAttribute="trailing" secondItem="zGh-l7-m71" secondAttribute="trailing" id="9jf-eg-A3D"/>
  642. <constraint firstItem="zGh-l7-m71" firstAttribute="leading" secondItem="Gcl-gP-wFo" secondAttribute="leading" id="HXX-89-6gU"/>
  643. <constraint firstItem="zGh-l7-m71" firstAttribute="top" secondItem="Gcl-gP-wFo" secondAttribute="top" id="Hgk-QU-RM9"/>
  644. <constraint firstItem="sS0-wB-Zy1" firstAttribute="leading" secondItem="Gcl-gP-wFo" secondAttribute="leading" id="d7L-t8-8dP"/>
  645. <constraint firstItem="sS0-wB-Zy1" firstAttribute="top" secondItem="zGh-l7-m71" secondAttribute="bottom" id="dcp-sD-h6x"/>
  646. <constraint firstAttribute="trailing" secondItem="sS0-wB-Zy1" secondAttribute="trailing" id="zgJ-dM-Lde"/>
  647. </constraints>
  648. <connections>
  649. <outlet property="oneFileForPageComboBox" destination="BW4-zj-3Ji" id="C7b-5e-yM2"/>
  650. <outlet property="onlyGetTableBox" destination="B7v-4V-5Ae" id="RZ4-T1-Doe"/>
  651. <outlet property="pageRangeBox" destination="sS0-wB-Zy1" id="w1c-KC-0nF"/>
  652. <outlet property="tableSheetComboBox" destination="uah-L1-IyT" id="yni-Gf-dtv"/>
  653. </connections>
  654. <point key="canvasLocation" x="118" y="1154"/>
  655. </customView>
  656. <customView id="xUu-ga-ZZ7" customClass="KMConvertPPTsSettingView" customModule="PDF_Master" customModuleProvider="target">
  657. <rect key="frame" x="0.0" y="0.0" width="276" height="250"/>
  658. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  659. <subviews>
  660. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="cQW-WU-39i">
  661. <rect key="frame" x="0.0" y="152" width="276" height="90"/>
  662. <view key="contentView" id="cJO-KL-2z0">
  663. <rect key="frame" x="0.0" y="0.0" width="276" height="90"/>
  664. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  665. </view>
  666. <constraints>
  667. <constraint firstAttribute="height" constant="90" id="Fyw-7A-nS7"/>
  668. </constraints>
  669. </box>
  670. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="VyH-O6-m3V">
  671. <rect key="frame" x="0.0" y="84" width="276" height="60"/>
  672. <view key="contentView" id="VZT-JQ-a6L">
  673. <rect key="frame" x="0.0" y="0.0" width="276" height="60"/>
  674. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  675. </view>
  676. <constraints>
  677. <constraint firstAttribute="height" constant="60" id="mqH-eG-Uyt"/>
  678. </constraints>
  679. </box>
  680. </subviews>
  681. <constraints>
  682. <constraint firstAttribute="trailing" secondItem="VyH-O6-m3V" secondAttribute="trailing" id="5Vv-CQ-70h"/>
  683. <constraint firstItem="VyH-O6-m3V" firstAttribute="top" secondItem="cQW-WU-39i" secondAttribute="bottom" constant="8" id="Fkf-D9-Xw8"/>
  684. <constraint firstItem="cQW-WU-39i" firstAttribute="leading" secondItem="xUu-ga-ZZ7" secondAttribute="leading" id="UYM-qF-l6h"/>
  685. <constraint firstAttribute="trailing" secondItem="cQW-WU-39i" secondAttribute="trailing" id="WGK-QO-urS"/>
  686. <constraint firstItem="VyH-O6-m3V" firstAttribute="leading" secondItem="xUu-ga-ZZ7" secondAttribute="leading" id="ZWS-zr-tAh"/>
  687. <constraint firstItem="cQW-WU-39i" firstAttribute="top" secondItem="xUu-ga-ZZ7" secondAttribute="top" constant="8" id="jiL-7L-TNX"/>
  688. </constraints>
  689. <connections>
  690. <outlet property="ocrBox" destination="cQW-WU-39i" id="sYx-Hx-gIG"/>
  691. <outlet property="pageRangeBox" destination="VyH-O6-m3V" id="MVU-dv-ug2"/>
  692. </connections>
  693. <point key="canvasLocation" x="118" y="1465"/>
  694. </customView>
  695. <customView id="CNe-Pz-PVB" customClass="KMConvertExcelSettingView" customModule="PDF_Master" customModuleProvider="target">
  696. <rect key="frame" x="0.0" y="0.0" width="270" height="370"/>
  697. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  698. <subviews>
  699. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="J77-GL-ECh">
  700. <rect key="frame" x="0.0" y="162" width="270" height="200"/>
  701. <view key="contentView" id="Qhg-fc-HIv">
  702. <rect key="frame" x="0.0" y="0.0" width="270" height="200"/>
  703. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  704. <subviews>
  705. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MHF-XE-yf0">
  706. <rect key="frame" x="14" y="184" width="37" height="16"/>
  707. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Z4s-Tq-fFY">
  708. <font key="font" usesAppearanceFont="YES"/>
  709. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  710. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  711. </textFieldCell>
  712. </textField>
  713. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="u72-aS-gSj">
  714. <rect key="frame" x="16" y="114" width="238" height="32"/>
  715. <view key="contentView" id="vC5-po-CzR">
  716. <rect key="frame" x="0.0" y="0.0" width="238" height="32"/>
  717. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  718. </view>
  719. <constraints>
  720. <constraint firstAttribute="height" constant="32" id="ruB-Fl-6YZ"/>
  721. </constraints>
  722. </box>
  723. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="td0-i6-XZr">
  724. <rect key="frame" x="16" y="44" width="238" height="32"/>
  725. <view key="contentView" id="aek-8z-X0y">
  726. <rect key="frame" x="0.0" y="0.0" width="238" height="32"/>
  727. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  728. </view>
  729. <constraints>
  730. <constraint firstAttribute="height" constant="32" id="dA1-z3-Yrq"/>
  731. </constraints>
  732. </box>
  733. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="coC-rc-dkG">
  734. <rect key="frame" x="16" y="154" width="238" height="22"/>
  735. <view key="contentView" id="euq-DT-i99">
  736. <rect key="frame" x="0.0" y="0.0" width="238" height="22"/>
  737. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  738. </view>
  739. <constraints>
  740. <constraint firstAttribute="height" constant="22" id="k9x-sS-dJi"/>
  741. </constraints>
  742. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  743. </box>
  744. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="RgG-op-QpY">
  745. <rect key="frame" x="16" y="84" width="238" height="22"/>
  746. <view key="contentView" id="IZf-Cd-1gO">
  747. <rect key="frame" x="0.0" y="0.0" width="238" height="22"/>
  748. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  749. </view>
  750. <constraints>
  751. <constraint firstAttribute="height" constant="22" id="s0C-av-ybp"/>
  752. </constraints>
  753. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  754. </box>
  755. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="A5F-BN-csd">
  756. <rect key="frame" x="16" y="14" width="238" height="22"/>
  757. <view key="contentView" id="wT6-5J-NY2">
  758. <rect key="frame" x="0.0" y="0.0" width="238" height="22"/>
  759. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  760. </view>
  761. <constraints>
  762. <constraint firstAttribute="height" constant="22" id="Zqf-qt-02x"/>
  763. </constraints>
  764. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  765. </box>
  766. </subviews>
  767. <constraints>
  768. <constraint firstItem="A5F-BN-csd" firstAttribute="top" secondItem="td0-i6-XZr" secondAttribute="bottom" constant="8" id="02l-aT-PJ1"/>
  769. <constraint firstItem="MHF-XE-yf0" firstAttribute="leading" secondItem="Qhg-fc-HIv" secondAttribute="leading" constant="16" id="3Ud-Ff-xNC"/>
  770. <constraint firstItem="A5F-BN-csd" firstAttribute="leading" secondItem="Qhg-fc-HIv" secondAttribute="leading" constant="16" id="5sx-68-ss7"/>
  771. <constraint firstItem="RgG-op-QpY" firstAttribute="top" secondItem="u72-aS-gSj" secondAttribute="bottom" constant="8" id="DNf-N3-oeJ"/>
  772. <constraint firstItem="td0-i6-XZr" firstAttribute="top" secondItem="RgG-op-QpY" secondAttribute="bottom" constant="8" id="LbN-0I-GxA"/>
  773. <constraint firstAttribute="trailing" secondItem="A5F-BN-csd" secondAttribute="trailing" constant="16" id="LuC-gy-4JL"/>
  774. <constraint firstItem="u72-aS-gSj" firstAttribute="top" secondItem="coC-rc-dkG" secondAttribute="bottom" constant="8" id="M2z-pN-500"/>
  775. <constraint firstAttribute="trailing" secondItem="td0-i6-XZr" secondAttribute="trailing" constant="16" id="NK3-IV-A35"/>
  776. <constraint firstItem="u72-aS-gSj" firstAttribute="leading" secondItem="Qhg-fc-HIv" secondAttribute="leading" constant="16" id="NbT-e3-FKb"/>
  777. <constraint firstItem="RgG-op-QpY" firstAttribute="leading" secondItem="Qhg-fc-HIv" secondAttribute="leading" constant="16" id="NkB-se-Ccq"/>
  778. <constraint firstItem="coC-rc-dkG" firstAttribute="leading" secondItem="Qhg-fc-HIv" secondAttribute="leading" constant="16" id="SDB-Nv-OgF"/>
  779. <constraint firstAttribute="trailing" secondItem="u72-aS-gSj" secondAttribute="trailing" constant="16" id="UBX-0e-rkS"/>
  780. <constraint firstAttribute="trailing" secondItem="coC-rc-dkG" secondAttribute="trailing" constant="16" id="f2k-HI-778"/>
  781. <constraint firstItem="coC-rc-dkG" firstAttribute="top" secondItem="MHF-XE-yf0" secondAttribute="bottom" constant="8" symbolic="YES" id="gxg-6P-KQv"/>
  782. <constraint firstItem="td0-i6-XZr" firstAttribute="leading" secondItem="Qhg-fc-HIv" secondAttribute="leading" constant="16" id="n9g-Pr-6nC"/>
  783. <constraint firstItem="MHF-XE-yf0" firstAttribute="top" secondItem="Qhg-fc-HIv" secondAttribute="top" id="prV-N7-tlc"/>
  784. <constraint firstAttribute="trailing" secondItem="RgG-op-QpY" secondAttribute="trailing" constant="16" id="y2M-ye-NKk"/>
  785. </constraints>
  786. </view>
  787. <constraints>
  788. <constraint firstAttribute="height" constant="200" id="UBd-Ue-F2e"/>
  789. </constraints>
  790. </box>
  791. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="w2v-Hy-YKp">
  792. <rect key="frame" x="0.0" y="72" width="270" height="90"/>
  793. <view key="contentView" id="JcO-IP-Ka5">
  794. <rect key="frame" x="0.0" y="0.0" width="270" height="90"/>
  795. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  796. </view>
  797. <constraints>
  798. <constraint firstAttribute="height" constant="90" id="ps0-iI-Itf"/>
  799. </constraints>
  800. </box>
  801. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="DgD-fL-8pQ">
  802. <rect key="frame" x="0.0" y="4" width="270" height="60"/>
  803. <view key="contentView" id="Y7N-eI-Xvk">
  804. <rect key="frame" x="0.0" y="0.0" width="270" height="60"/>
  805. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  806. </view>
  807. <constraints>
  808. <constraint firstAttribute="height" constant="60" id="J9g-ON-Lkv"/>
  809. </constraints>
  810. </box>
  811. </subviews>
  812. <constraints>
  813. <constraint firstAttribute="trailing" secondItem="DgD-fL-8pQ" secondAttribute="trailing" id="L1X-Op-suB"/>
  814. <constraint firstItem="w2v-Hy-YKp" firstAttribute="top" secondItem="J77-GL-ECh" secondAttribute="bottom" id="OnG-N6-Qqb"/>
  815. <constraint firstAttribute="trailing" secondItem="w2v-Hy-YKp" secondAttribute="trailing" id="Wv5-BM-PnD"/>
  816. <constraint firstItem="w2v-Hy-YKp" firstAttribute="leading" secondItem="CNe-Pz-PVB" secondAttribute="leading" id="daj-jz-682"/>
  817. <constraint firstAttribute="trailing" secondItem="J77-GL-ECh" secondAttribute="trailing" id="ey1-Ih-3Ic"/>
  818. <constraint firstItem="DgD-fL-8pQ" firstAttribute="top" secondItem="w2v-Hy-YKp" secondAttribute="bottom" constant="8" id="k82-Yl-F7d"/>
  819. <constraint firstItem="J77-GL-ECh" firstAttribute="leading" secondItem="CNe-Pz-PVB" secondAttribute="leading" id="kEF-96-nP7"/>
  820. <constraint firstItem="DgD-fL-8pQ" firstAttribute="leading" secondItem="CNe-Pz-PVB" secondAttribute="leading" id="lEp-wZ-lvi"/>
  821. <constraint firstItem="J77-GL-ECh" firstAttribute="top" secondItem="CNe-Pz-PVB" secondAttribute="top" constant="8" id="n4e-g5-1WV"/>
  822. </constraints>
  823. <connections>
  824. <outlet property="allContentsBox" destination="coC-rc-dkG" id="9mN-72-t8r"/>
  825. <outlet property="excelSettingTitleLabel" destination="MHF-XE-yf0" id="5dM-iX-M9A"/>
  826. <outlet property="ocrBox" destination="w2v-Hy-YKp" id="lLp-oZ-D5R"/>
  827. <outlet property="onlyTableBox" destination="RgG-op-QpY" id="efs-po-ZAo"/>
  828. <outlet property="onlyTextBox" destination="A5F-BN-csd" id="abp-Ku-jRT"/>
  829. <outlet property="pageRangeBox" destination="DgD-fL-8pQ" id="LvR-i6-5Pj"/>
  830. <outlet property="sheetBox" destination="u72-aS-gSj" id="6Xl-pa-IuG"/>
  831. <outlet property="tableFormatBox" destination="td0-i6-XZr" id="7Pe-6d-r09"/>
  832. </connections>
  833. <point key="canvasLocation" x="115" y="1823.5"/>
  834. </customView>
  835. </objects>
  836. </document>