KMConvertBaseWindowController.xib 72 KB

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