KMConvertWindowController.xib 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="KMConvertWindowController" customModule="LynxPDF_Editor" customModuleProvider="target">
  10. <connections>
  11. <outlet property="allContentBtn" destination="ln7-JG-ifX" id="Lw3-w8-cBp"/>
  12. <outlet property="allContentMenu" destination="CPK-uS-4AE" id="Iwv-Vn-2ol"/>
  13. <outlet property="allContentMenu2" destination="vBM-XN-pKT" id="93t-Zm-dpB"/>
  14. <outlet property="allContentMenu3" destination="yYm-Qc-Owk" id="DcX-Tq-7QJ"/>
  15. <outlet property="allPageButton" destination="i6b-xc-EnV" id="kcK-qQ-pQl"/>
  16. <outlet property="autoCreateFolderBtn" destination="cZt-Q3-8Lg" id="f8O-hS-1az"/>
  17. <outlet property="autoCreateGuideBtn" destination="Gap-26-ZYO" id="0p5-Jw-Zbf"/>
  18. <outlet property="batchButton" destination="Qt9-t5-iOv" id="4Uk-ND-9cb"/>
  19. <outlet property="box" destination="jUW-ZO-oLT" id="G2S-bv-4H8"/>
  20. <outlet property="buttonBottemOffset" destination="038-Ye-5oH" id="rJL-zQ-c99"/>
  21. <outlet property="buttonTopOffset" destination="S2V-FH-ddg" id="2WI-tu-xGe"/>
  22. <outlet property="cancelButton" destination="GDI-DM-qg0" id="PKa-Wx-EXJ"/>
  23. <outlet property="convertButton" destination="EbI-Wk-CCv" id="CTN-mu-1jZ"/>
  24. <outlet property="currentPageButton" destination="dAn-qd-Go2" id="PN5-bY-rxX"/>
  25. <outlet property="currentPageIndexTextField" destination="SOc-Qh-Bb7" id="MLg-Jw-Rgq"/>
  26. <outlet property="evenPageButton" destination="dLF-54-2Ez" id="DtU-OJ-bDT"/>
  27. <outlet property="excelStyleBox" destination="R2E-0y-EaA" id="9CK-ai-Jk5"/>
  28. <outlet property="extractTableButton" destination="UPM-vO-BAb" id="jyM-ue-6b2"/>
  29. <outlet property="extractTableTopOffset" destination="W62-df-hdy" id="IUS-0g-SiU"/>
  30. <outlet property="formatLabel" destination="A06-uc-UOW" id="2o3-1j-7xp"/>
  31. <outlet property="formatSelectButton" destination="t4K-iL-FMn" id="sqV-Gf-7WS"/>
  32. <outlet property="handInputButton" destination="DKh-aX-YO7" id="kNK-dS-EFD"/>
  33. <outlet property="imageDPISelectButton" destination="uzi-Qq-1mA" id="g3r-EQ-CSM"/>
  34. <outlet property="moreButton" destination="0Oz-gz-y6o" id="NrX-ro-7ZX"/>
  35. <outlet property="moreConvertBox" destination="eZJ-LL-IOr" id="zid-W0-SMK"/>
  36. <outlet property="moreConvertLabel" destination="ckr-Wn-5Tf" id="lQh-DM-Hfm"/>
  37. <outlet property="oddPageButton" destination="76W-z8-ktB" id="sg2-uk-qEn"/>
  38. <outlet property="onlyTableBtn" destination="Es6-xx-eHm" id="LeY-q3-A0g"/>
  39. <outlet property="onlyTextBtn" destination="MIf-YP-j4V" id="Gu5-sp-LEn"/>
  40. <outlet property="pageRangeTextField" destination="y8I-4d-Yvk" id="J4p-dR-nAS"/>
  41. <outlet property="prePdfBGView" destination="CBx-MQ-cXc" id="cER-wE-Gb6"/>
  42. <outlet property="separateButton" destination="47o-yu-wxa" id="KZq-gq-SEW"/>
  43. <outlet property="separateStypeBox" destination="aGQ-OF-WXB" id="V3q-Qq-Ldb"/>
  44. <outlet property="separateStypeLabel" destination="hQ6-L6-IW2" id="nvh-Ku-2js"/>
  45. <outlet property="separateStypeTopOffset" destination="BVR-t4-M1Y" id="qeX-yc-ctq"/>
  46. <outlet property="singleButton" destination="DRT-Gg-QW1" id="Yhn-QF-BVQ"/>
  47. <outlet property="tableMenu" destination="sq1-RM-hUc" id="Fj8-c0-DlS"/>
  48. <outlet property="tableMenu1" destination="kP9-YO-QvE" id="kOb-qo-fF1"/>
  49. <outlet property="tableMenu2" destination="SDY-KU-EEB" id="Cw4-IR-dso"/>
  50. <outlet property="tableMenu3" destination="CgW-u6-oNa" id="VAq-J6-5kR"/>
  51. <outlet property="totalPageCountLabel" destination="z3E-2c-R0k" id="kDA-gL-OX9"/>
  52. <outlet property="upgradeButton" destination="rXb-T4-yMb" id="gw4-nY-hfm"/>
  53. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  54. </connections>
  55. </customObject>
  56. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  57. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  58. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  59. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  60. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  61. <rect key="contentRect" x="196" y="240" width="740" height="461"/>
  62. <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
  63. <value key="minSize" type="size" width="700" height="524"/>
  64. <value key="maxSize" type="size" width="700" height="524"/>
  65. <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
  66. <rect key="frame" x="0.0" y="0.0" width="730" height="461"/>
  67. <autoresizingMask key="autoresizingMask"/>
  68. <subviews>
  69. <customView translatesAutoresizingMaskIntoConstraints="NO" id="9e4-ci-JPQ">
  70. <rect key="frame" x="0.0" y="50" width="365" height="411"/>
  71. <subviews>
  72. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="X0Q-MI-4li">
  73. <rect key="frame" x="92" y="8" width="26" height="26"/>
  74. <buttonCell key="cell" type="round" bezelStyle="circular" image="NSGoLeftTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="YGV-tr-NS4">
  75. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  76. <font key="font" metaFont="system"/>
  77. </buttonCell>
  78. <connections>
  79. <action selector="buttonClick_PreviousPage:" target="-2" id="sQv-26-jiy"/>
  80. </connections>
  81. </button>
  82. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GvR-dU-AwU">
  83. <rect key="frame" x="248" y="8" width="26" height="26"/>
  84. <buttonCell key="cell" type="round" bezelStyle="circular" image="NSGoRightTemplate" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="QOu-1C-uhN">
  85. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  86. <font key="font" metaFont="system"/>
  87. </buttonCell>
  88. <connections>
  89. <action selector="buttonClicked_NextPage:" target="-2" id="Ijc-DS-8wn"/>
  90. </connections>
  91. </button>
  92. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ioL-gH-agJ">
  93. <rect key="frame" x="155" y="10" width="56" height="22"/>
  94. <subviews>
  95. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SOc-Qh-Bb7">
  96. <rect key="frame" x="0.0" y="0.0" width="40" height="22"/>
  97. <constraints>
  98. <constraint firstAttribute="height" constant="22" id="3Jq-m9-DeQ"/>
  99. <constraint firstAttribute="width" constant="40" id="WkO-Y1-2Db"/>
  100. </constraints>
  101. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="p5w-of-tWY">
  102. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="u27-qc-NWH">
  103. <real key="minimum" value="1"/>
  104. </numberFormatter>
  105. <font key="font" metaFont="system"/>
  106. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  107. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  108. </textFieldCell>
  109. </textField>
  110. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="z3E-2c-R0k">
  111. <rect key="frame" x="38" y="3" width="20" height="16"/>
  112. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="/ 0" id="DYY-wZ-Qj3">
  113. <font key="font" metaFont="system"/>
  114. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  115. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  116. </textFieldCell>
  117. </textField>
  118. </subviews>
  119. <constraints>
  120. <constraint firstAttribute="trailing" secondItem="z3E-2c-R0k" secondAttribute="trailing" id="BPf-WC-LKf"/>
  121. <constraint firstItem="z3E-2c-R0k" firstAttribute="leading" secondItem="SOc-Qh-Bb7" secondAttribute="trailing" id="CAh-6P-VxH"/>
  122. <constraint firstItem="SOc-Qh-Bb7" firstAttribute="leading" secondItem="ioL-gH-agJ" secondAttribute="leading" id="FAW-fq-VWg"/>
  123. <constraint firstAttribute="bottom" secondItem="SOc-Qh-Bb7" secondAttribute="bottom" id="GGY-8H-7fd"/>
  124. <constraint firstItem="SOc-Qh-Bb7" firstAttribute="top" secondItem="ioL-gH-agJ" secondAttribute="top" id="T5T-FM-vAW"/>
  125. <constraint firstItem="z3E-2c-R0k" firstAttribute="centerY" secondItem="SOc-Qh-Bb7" secondAttribute="centerY" id="d5S-h1-qv3"/>
  126. </constraints>
  127. </customView>
  128. <customView translatesAutoresizingMaskIntoConstraints="NO" id="CBx-MQ-cXc">
  129. <rect key="frame" x="64" y="58" width="237" height="325"/>
  130. <constraints>
  131. <constraint firstAttribute="width" constant="237" id="OK9-1V-VQX"/>
  132. <constraint firstAttribute="height" constant="325" id="kqf-Fz-QAp"/>
  133. </constraints>
  134. </customView>
  135. </subviews>
  136. <constraints>
  137. <constraint firstItem="ioL-gH-agJ" firstAttribute="centerY" secondItem="X0Q-MI-4li" secondAttribute="centerY" id="22Z-yi-nfh"/>
  138. <constraint firstAttribute="bottom" secondItem="ioL-gH-agJ" secondAttribute="bottom" constant="10" id="64a-UJ-oxD"/>
  139. <constraint firstItem="GvR-dU-AwU" firstAttribute="centerY" secondItem="X0Q-MI-4li" secondAttribute="centerY" id="Jws-Mq-P77"/>
  140. <constraint firstItem="ioL-gH-agJ" firstAttribute="leading" secondItem="X0Q-MI-4li" secondAttribute="trailing" constant="40" id="Zgs-99-QRS"/>
  141. <constraint firstItem="GvR-dU-AwU" firstAttribute="centerY" secondItem="X0Q-MI-4li" secondAttribute="centerY" id="aJW-G5-Q59"/>
  142. <constraint firstItem="ioL-gH-agJ" firstAttribute="centerX" secondItem="9e4-ci-JPQ" secondAttribute="centerX" id="cct-CS-OLk"/>
  143. <constraint firstItem="CBx-MQ-cXc" firstAttribute="centerY" secondItem="9e4-ci-JPQ" secondAttribute="centerY" constant="-15" id="fLX-4U-8NL"/>
  144. <constraint firstItem="CBx-MQ-cXc" firstAttribute="centerX" secondItem="9e4-ci-JPQ" secondAttribute="centerX" id="flR-5p-7a6"/>
  145. <constraint firstItem="GvR-dU-AwU" firstAttribute="leading" secondItem="ioL-gH-agJ" secondAttribute="trailing" constant="40" id="sfy-ut-f6q"/>
  146. </constraints>
  147. </customView>
  148. <box borderType="none" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="3if-Xs-8Lv">
  149. <rect key="frame" x="370" y="338" width="320" height="106"/>
  150. <view key="contentView" id="LK9-KO-5na">
  151. <rect key="frame" x="0.0" y="0.0" width="320" height="106"/>
  152. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  153. <subviews>
  154. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A06-uc-UOW">
  155. <rect key="frame" x="8" y="90" width="47" height="16"/>
  156. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Format" id="I6C-fa-6mM">
  157. <font key="font" metaFont="system"/>
  158. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  159. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  160. </textFieldCell>
  161. </textField>
  162. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="t4K-iL-FMn">
  163. <rect key="frame" x="7" y="56" width="307" height="25"/>
  164. <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="KBs-bN-RpD" id="ebx-HJ-6OI">
  165. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  166. <font key="font" metaFont="menu"/>
  167. <menu key="menu" id="27a-SD-DRB">
  168. <items>
  169. <menuItem title="Item 1" state="on" id="KBs-bN-RpD"/>
  170. <menuItem title="Item 2" id="hkH-C8-7ri"/>
  171. <menuItem title="Item 3" id="cgI-hL-NbP"/>
  172. </items>
  173. </menu>
  174. </popUpButtonCell>
  175. <constraints>
  176. <constraint firstAttribute="width" constant="300" id="IW3-cd-aif"/>
  177. </constraints>
  178. <connections>
  179. <action selector="buttonClicked_FormatSelect:" target="-2" id="lCG-tq-rib"/>
  180. </connections>
  181. </popUpButton>
  182. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="uzi-Qq-1mA">
  183. <rect key="frame" x="7" y="31" width="307" height="25"/>
  184. <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="0hG-DD-Tut" id="cKX-RA-nQ3">
  185. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  186. <font key="font" metaFont="menu"/>
  187. <menu key="menu" id="vba-i7-aJ4">
  188. <items>
  189. <menuItem title="Item 1" state="on" id="0hG-DD-Tut"/>
  190. <menuItem title="Item 2" id="81b-at-P3q"/>
  191. <menuItem title="Item 3" id="TyZ-z4-dx8"/>
  192. </items>
  193. </menu>
  194. </popUpButtonCell>
  195. <constraints>
  196. <constraint firstAttribute="width" constant="300" id="oBX-Vi-zz7"/>
  197. </constraints>
  198. <connections>
  199. <action selector="buttonClicked_DpiSelect:" target="-2" id="NLj-oZ-ugE"/>
  200. </connections>
  201. </popUpButton>
  202. <box boxType="custom" borderType="none" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="eZJ-LL-IOr">
  203. <rect key="frame" x="10" y="0.0" width="300" height="34"/>
  204. <view key="contentView" id="uI2-HO-gek">
  205. <rect key="frame" x="0.0" y="0.0" width="300" height="34"/>
  206. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  207. <subviews>
  208. <button translatesAutoresizingMaskIntoConstraints="NO" id="Krh-ke-zCQ">
  209. <rect key="frame" x="0.0" y="17" width="20" height="14"/>
  210. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMImageNameElsei" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="dFD-t2-jnf">
  211. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  212. <font key="font" metaFont="system"/>
  213. </buttonCell>
  214. <constraints>
  215. <constraint firstAttribute="height" constant="14" id="1xt-pb-BQw"/>
  216. <constraint firstAttribute="width" constant="20" id="uhJ-3t-Ju2"/>
  217. </constraints>
  218. </button>
  219. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ckr-Wn-5Tf">
  220. <rect key="frame" x="23" y="0.0" width="279" height="34"/>
  221. <textFieldCell key="cell" title="Export PDF to Word and other Microsoft Office formats" id="sBS-zf-jgA">
  222. <font key="font" metaFont="system"/>
  223. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  224. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  225. </textFieldCell>
  226. </textField>
  227. </subviews>
  228. <constraints>
  229. <constraint firstItem="Krh-ke-zCQ" firstAttribute="top" secondItem="uI2-HO-gek" secondAttribute="top" constant="3" id="2fg-Pb-Vws"/>
  230. <constraint firstItem="ckr-Wn-5Tf" firstAttribute="leading" secondItem="Krh-ke-zCQ" secondAttribute="trailing" constant="5" id="CtU-UP-QTB"/>
  231. <constraint firstAttribute="bottom" secondItem="ckr-Wn-5Tf" secondAttribute="bottom" id="dcR-4w-G1N"/>
  232. <constraint firstItem="Krh-ke-zCQ" firstAttribute="leading" secondItem="uI2-HO-gek" secondAttribute="leading" id="e5N-3m-DEK"/>
  233. <constraint firstItem="ckr-Wn-5Tf" firstAttribute="top" secondItem="uI2-HO-gek" secondAttribute="top" id="qGe-LG-JQP"/>
  234. <constraint firstAttribute="trailing" secondItem="ckr-Wn-5Tf" secondAttribute="trailing" id="z6V-Cc-acX"/>
  235. </constraints>
  236. </view>
  237. <constraints>
  238. <constraint firstAttribute="height" constant="34" id="jm3-zY-2Qd"/>
  239. <constraint firstAttribute="width" constant="300" id="t8r-ul-J38"/>
  240. </constraints>
  241. </box>
  242. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0Oz-gz-y6o">
  243. <rect key="frame" x="10" y="0.0" width="300" height="34"/>
  244. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="left" imageScaling="proportionallyDown" inset="2" id="pOx-Rw-MAb">
  245. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  246. <font key="font" usesAppearanceFont="YES"/>
  247. </buttonCell>
  248. <constraints>
  249. <constraint firstAttribute="width" constant="300" id="ELD-e9-9yi"/>
  250. </constraints>
  251. <connections>
  252. <action selector="buttonClicked_MoreConvert:" target="-2" id="PeR-FV-SSc"/>
  253. </connections>
  254. </button>
  255. </subviews>
  256. <constraints>
  257. <constraint firstAttribute="bottom" secondItem="t4K-iL-FMn" secondAttribute="bottom" constant="60" id="038-Ye-5oH"/>
  258. <constraint firstAttribute="bottom" secondItem="eZJ-LL-IOr" secondAttribute="bottom" id="4hw-Iw-nMn"/>
  259. <constraint firstItem="t4K-iL-FMn" firstAttribute="top" secondItem="A06-uc-UOW" secondAttribute="bottom" constant="10" id="69x-OB-Vv3"/>
  260. <constraint firstItem="uzi-Qq-1mA" firstAttribute="top" secondItem="t4K-iL-FMn" secondAttribute="bottom" constant="5" id="S2V-FH-ddg"/>
  261. <constraint firstItem="eZJ-LL-IOr" firstAttribute="top" secondItem="0Oz-gz-y6o" secondAttribute="top" id="Vge-c8-Tb5"/>
  262. <constraint firstItem="A06-uc-UOW" firstAttribute="leading" secondItem="LK9-KO-5na" secondAttribute="leading" constant="10" id="ap6-XP-hPC"/>
  263. <constraint firstItem="eZJ-LL-IOr" firstAttribute="height" secondItem="0Oz-gz-y6o" secondAttribute="height" id="cEb-cT-gSu"/>
  264. <constraint firstItem="t4K-iL-FMn" firstAttribute="leading" secondItem="LK9-KO-5na" secondAttribute="leading" constant="10" id="dSt-aa-vzc"/>
  265. <constraint firstItem="eZJ-LL-IOr" firstAttribute="leading" secondItem="LK9-KO-5na" secondAttribute="leading" constant="10" id="nCv-O4-oaD"/>
  266. <constraint firstItem="eZJ-LL-IOr" firstAttribute="leading" secondItem="0Oz-gz-y6o" secondAttribute="leading" id="ut0-sf-8N1"/>
  267. <constraint firstAttribute="trailing" secondItem="eZJ-LL-IOr" secondAttribute="trailing" constant="10" id="vck-zg-aa4"/>
  268. <constraint firstItem="uzi-Qq-1mA" firstAttribute="leading" secondItem="LK9-KO-5na" secondAttribute="leading" constant="10" id="yXH-FX-vhb"/>
  269. <constraint firstItem="A06-uc-UOW" firstAttribute="top" secondItem="LK9-KO-5na" secondAttribute="top" id="zaL-xZ-fZK"/>
  270. </constraints>
  271. </view>
  272. </box>
  273. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EbI-Wk-CCv">
  274. <rect key="frame" x="635" y="7" width="82" height="32"/>
  275. <buttonCell key="cell" type="push" title="Convert" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="clK-sD-xOl">
  276. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  277. <font key="font" metaFont="system"/>
  278. <string key="keyEquivalent" base64-UTF8="YES">
  279. DQ
  280. </string>
  281. </buttonCell>
  282. <connections>
  283. <action selector="buttonClicked_Convert:" target="-2" id="QcY-7L-6Bo"/>
  284. </connections>
  285. </button>
  286. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GDI-DM-qg0">
  287. <rect key="frame" x="564" y="7" width="76" height="32"/>
  288. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="q06-7Z-li8">
  289. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  290. <font key="font" metaFont="system"/>
  291. <string key="keyEquivalent" base64-UTF8="YES">
  292. Gw
  293. </string>
  294. </buttonCell>
  295. <connections>
  296. <action selector="buttonClicked_Cancel:" target="-2" id="h1W-Ot-Xhg"/>
  297. </connections>
  298. </button>
  299. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Qt9-t5-iOv">
  300. <rect key="frame" x="13" y="7" width="69" height="32"/>
  301. <buttonCell key="cell" type="push" title="Batch" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="t39-tF-BAM">
  302. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  303. <font key="font" metaFont="system"/>
  304. </buttonCell>
  305. <connections>
  306. <action selector="buttonClicked_Batch:" target="-2" id="gpQ-nf-WHJ"/>
  307. </connections>
  308. </button>
  309. <box title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="jUW-ZO-oLT">
  310. <rect key="frame" x="367" y="46" width="316" height="167"/>
  311. <view key="contentView" id="2NG-Rm-aku">
  312. <rect key="frame" x="4" y="5" width="308" height="145"/>
  313. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  314. <subviews>
  315. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="i6b-xc-EnV">
  316. <rect key="frame" x="8" y="118" width="82" height="18"/>
  317. <buttonCell key="cell" type="radio" title="All Pages" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="vsr-pu-U39">
  318. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  319. <font key="font" metaFont="system"/>
  320. </buttonCell>
  321. <connections>
  322. <action selector="buttonClicked_PageSelect:" target="-2" id="7D5-mI-Ail"/>
  323. </connections>
  324. </button>
  325. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="76W-z8-ktB">
  326. <rect key="frame" x="8" y="66" width="124" height="18"/>
  327. <buttonCell key="cell" type="radio" title="Odd pages Only" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="ZBn-Hs-C93">
  328. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  329. <font key="font" metaFont="system"/>
  330. </buttonCell>
  331. <connections>
  332. <action selector="buttonClicked_PageSelect:" target="-2" id="at3-xx-NUb"/>
  333. </connections>
  334. </button>
  335. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dLF-54-2Ez">
  336. <rect key="frame" x="8" y="40" width="127" height="18"/>
  337. <buttonCell key="cell" type="radio" title="Even pages Only" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="UDv-B4-JqN">
  338. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  339. <font key="font" metaFont="system"/>
  340. </buttonCell>
  341. <connections>
  342. <action selector="buttonClicked_PageSelect:" target="-2" id="SFr-MD-mib"/>
  343. </connections>
  344. </button>
  345. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DKh-aX-YO7">
  346. <rect key="frame" x="8" y="12" width="18" height="18"/>
  347. <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="xws-fE-xzu">
  348. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  349. <font key="font" metaFont="system"/>
  350. </buttonCell>
  351. <connections>
  352. <action selector="buttonClicked_PageSelect:" target="-2" id="GvJ-gr-WLP"/>
  353. </connections>
  354. </button>
  355. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="y8I-4d-Yvk">
  356. <rect key="frame" x="24" y="10" width="154" height="21"/>
  357. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="bpr-eQ-jls">
  358. <font key="font" metaFont="system"/>
  359. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  360. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  361. </textFieldCell>
  362. </textField>
  363. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dAn-qd-Go2">
  364. <rect key="frame" x="8" y="92" width="106" height="18"/>
  365. <buttonCell key="cell" type="radio" title="Current Page" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="5ou-c4-ePO">
  366. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  367. <font key="font" metaFont="system"/>
  368. </buttonCell>
  369. <connections>
  370. <action selector="buttonClicked_PageSelect:" target="-2" id="R2l-cy-kM7"/>
  371. </connections>
  372. </button>
  373. </subviews>
  374. <constraints>
  375. <constraint firstItem="i6b-xc-EnV" firstAttribute="top" secondItem="2NG-Rm-aku" secondAttribute="top" constant="10" id="8r9-SP-YZI"/>
  376. <constraint firstItem="y8I-4d-Yvk" firstAttribute="top" secondItem="dLF-54-2Ez" secondAttribute="bottom" constant="10" id="CZr-DO-OSs"/>
  377. <constraint firstItem="y8I-4d-Yvk" firstAttribute="centerY" secondItem="DKh-aX-YO7" secondAttribute="centerY" id="Jxu-DV-bDB"/>
  378. <constraint firstItem="dLF-54-2Ez" firstAttribute="top" secondItem="76W-z8-ktB" secondAttribute="bottom" constant="10" id="K6b-dt-Qx5"/>
  379. <constraint firstItem="76W-z8-ktB" firstAttribute="leading" secondItem="i6b-xc-EnV" secondAttribute="leading" id="KBt-Km-MFL"/>
  380. <constraint firstItem="y8I-4d-Yvk" firstAttribute="leading" secondItem="DKh-aX-YO7" secondAttribute="trailing" id="Ls7-ry-Bpw"/>
  381. <constraint firstAttribute="bottom" secondItem="y8I-4d-Yvk" secondAttribute="bottom" constant="10" id="Mqx-vv-Q1G"/>
  382. <constraint firstItem="y8I-4d-Yvk" firstAttribute="width" secondItem="2NG-Rm-aku" secondAttribute="width" multiplier="0.5" id="WXo-G6-usg"/>
  383. <constraint firstItem="i6b-xc-EnV" firstAttribute="leading" secondItem="2NG-Rm-aku" secondAttribute="leading" constant="10" id="atA-as-1Dh"/>
  384. <constraint firstItem="dLF-54-2Ez" firstAttribute="leading" secondItem="i6b-xc-EnV" secondAttribute="leading" id="dfO-pb-SBp"/>
  385. <constraint firstItem="76W-z8-ktB" firstAttribute="top" secondItem="dAn-qd-Go2" secondAttribute="bottom" constant="10" id="eNh-Me-lm8"/>
  386. <constraint firstItem="dAn-qd-Go2" firstAttribute="top" secondItem="i6b-xc-EnV" secondAttribute="bottom" constant="10" id="gU7-jj-j9V"/>
  387. <constraint firstItem="dAn-qd-Go2" firstAttribute="leading" secondItem="i6b-xc-EnV" secondAttribute="leading" id="tGb-Eu-eaw"/>
  388. <constraint firstItem="DKh-aX-YO7" firstAttribute="leading" secondItem="i6b-xc-EnV" secondAttribute="leading" id="uef-dQ-TUX"/>
  389. </constraints>
  390. </view>
  391. <font key="titleFont" metaFont="system"/>
  392. </box>
  393. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cZt-Q3-8Lg">
  394. <rect key="frame" x="368" y="21" width="286" height="18"/>
  395. <buttonCell key="cell" type="check" title="Auto-create the folder with the same name" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="yN6-CZ-ZwY">
  396. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  397. <font key="font" metaFont="system"/>
  398. </buttonCell>
  399. </button>
  400. <button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Gap-26-ZYO">
  401. <rect key="frame" x="658" y="20" width="18" height="19"/>
  402. <buttonCell key="cell" type="help" bezelStyle="helpButton" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="GVI-X9-M8T">
  403. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  404. <font key="font" metaFont="smallSystem"/>
  405. </buttonCell>
  406. <connections>
  407. <action selector="sameFolderBtnGuide:" target="-2" id="qH4-PQ-zTU"/>
  408. </connections>
  409. </button>
  410. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rXb-T4-yMb">
  411. <rect key="frame" x="75" y="7" width="87" height="32"/>
  412. <buttonCell key="cell" type="push" title="Upgrade" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="PUQ-iR-bff">
  413. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  414. <font key="font" metaFont="system"/>
  415. </buttonCell>
  416. <connections>
  417. <action selector="buttonClicked_MoreConvert:" target="-2" id="pth-BK-mhW"/>
  418. </connections>
  419. </button>
  420. <box hidden="YES" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="aGQ-OF-WXB">
  421. <rect key="frame" x="367" y="231" width="316" height="84"/>
  422. <view key="contentView" id="uh9-fs-9X0">
  423. <rect key="frame" x="4" y="5" width="308" height="76"/>
  424. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  425. <subviews>
  426. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="47o-yu-wxa">
  427. <rect key="frame" x="8" y="49" width="290" height="18"/>
  428. <buttonCell key="cell" type="radio" title="Convert each page to a separate worksheet" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="hVc-jP-hSM">
  429. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  430. <font key="font" metaFont="system"/>
  431. </buttonCell>
  432. <connections>
  433. <action selector="buttonItemClick_SepSingle:" target="-2" id="bJs-mE-PfG"/>
  434. </connections>
  435. </button>
  436. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DRT-Gg-QW1">
  437. <rect key="frame" x="8" y="9" width="290" height="32"/>
  438. <buttonCell key="cell" type="radio" title="Convert all pages to a single worksheet(.xlsx)" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="MKV-oI-hZ0">
  439. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  440. <font key="font" metaFont="system"/>
  441. </buttonCell>
  442. <connections>
  443. <action selector="buttonItemClick_SepSingle:" target="-2" id="LnJ-F3-cl6"/>
  444. </connections>
  445. </button>
  446. </subviews>
  447. <constraints>
  448. <constraint firstItem="47o-yu-wxa" firstAttribute="top" secondItem="uh9-fs-9X0" secondAttribute="top" constant="10" id="8qi-x2-iYZ"/>
  449. <constraint firstItem="DRT-Gg-QW1" firstAttribute="top" secondItem="47o-yu-wxa" secondAttribute="bottom" constant="10" id="H8a-KL-5Do"/>
  450. <constraint firstAttribute="trailing" secondItem="DRT-Gg-QW1" secondAttribute="trailing" constant="10" id="T0h-Tv-5Za"/>
  451. <constraint firstItem="47o-yu-wxa" firstAttribute="leading" secondItem="uh9-fs-9X0" secondAttribute="leading" constant="10" id="X6v-z4-6p7"/>
  452. <constraint firstAttribute="bottom" secondItem="DRT-Gg-QW1" secondAttribute="bottom" constant="10" id="cAM-gD-t4t"/>
  453. <constraint firstItem="DRT-Gg-QW1" firstAttribute="leading" secondItem="47o-yu-wxa" secondAttribute="leading" id="q10-qT-2fQ"/>
  454. <constraint firstAttribute="trailing" secondItem="47o-yu-wxa" secondAttribute="trailing" constant="10" id="sP7-UJ-3VX"/>
  455. </constraints>
  456. </view>
  457. <font key="titleFont" metaFont="system"/>
  458. </box>
  459. <box title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="R2E-0y-EaA">
  460. <rect key="frame" x="367" y="219" width="316" height="96"/>
  461. <view key="contentView" id="kdq-H7-lg3">
  462. <rect key="frame" x="4" y="5" width="308" height="88"/>
  463. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  464. <subviews>
  465. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="CPK-uS-4AE">
  466. <rect key="frame" x="105" y="56" width="152" height="25"/>
  467. <popUpButtonCell key="cell" type="push" title="For Each Page" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="vBM-XN-pKT" id="HZz-2Y-eKt">
  468. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  469. <font key="font" metaFont="menu"/>
  470. <menu key="menu" id="Y6b-Ka-V7P">
  471. <items>
  472. <menuItem title="For Each Page" state="on" id="vBM-XN-pKT"/>
  473. <menuItem title="For The Document" id="yYm-Qc-Owk"/>
  474. </items>
  475. </menu>
  476. </popUpButtonCell>
  477. <constraints>
  478. <constraint firstAttribute="width" constant="145" id="5hD-rD-DZ8"/>
  479. <constraint firstAttribute="height" constant="20" id="8wZ-JW-rou"/>
  480. </constraints>
  481. <connections>
  482. <action selector="buttonClicked_allContentMenu:" target="-2" id="wyQ-bt-seM"/>
  483. </connections>
  484. </popUpButton>
  485. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ln7-JG-ifX">
  486. <rect key="frame" x="8" y="61" width="94" height="18"/>
  487. <buttonCell key="cell" type="radio" title="All Content" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="Uas-Rs-QHp">
  488. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  489. <font key="font" metaFont="system"/>
  490. </buttonCell>
  491. <connections>
  492. <action selector="buttonClicked_excelStyle:" target="-2" id="UbB-LR-eJx"/>
  493. </connections>
  494. </button>
  495. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Es6-xx-eHm">
  496. <rect key="frame" x="8" y="35" width="86" height="18"/>
  497. <buttonCell key="cell" type="radio" title="only table" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="GON-4V-mn6">
  498. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  499. <font key="font" metaFont="system"/>
  500. </buttonCell>
  501. <connections>
  502. <action selector="buttonClicked_excelStyle:" target="-2" id="nLa-Jh-CrN"/>
  503. </connections>
  504. </button>
  505. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sq1-RM-hUc">
  506. <rect key="frame" x="96" y="30" width="152" height="25"/>
  507. <popUpButtonCell key="cell" type="push" title="For Each Table" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="kP9-YO-QvE" id="JnU-hE-bwh">
  508. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  509. <font key="font" metaFont="menu"/>
  510. <menu key="menu" id="a1j-vu-8oc">
  511. <items>
  512. <menuItem title="For Each Table" state="on" id="kP9-YO-QvE"/>
  513. <menuItem title="For Each Page" id="SDY-KU-EEB"/>
  514. <menuItem title="For The Document" id="CgW-u6-oNa"/>
  515. </items>
  516. </menu>
  517. </popUpButtonCell>
  518. <constraints>
  519. <constraint firstAttribute="width" constant="145" id="0cK-il-Qad"/>
  520. <constraint firstAttribute="height" constant="20" id="79Y-YK-1pF"/>
  521. </constraints>
  522. <connections>
  523. <action selector="buttonClicked_tableMenu:" target="-2" id="n4N-sh-aIg"/>
  524. </connections>
  525. </popUpButton>
  526. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MIf-YP-j4V">
  527. <rect key="frame" x="8" y="9" width="78" height="18"/>
  528. <buttonCell key="cell" type="radio" title="only text" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="GpS-do-jkJ">
  529. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  530. <font key="font" metaFont="system"/>
  531. </buttonCell>
  532. <connections>
  533. <action selector="buttonClicked_excelStyle:" target="-2" id="G8x-k3-gbE"/>
  534. </connections>
  535. </button>
  536. </subviews>
  537. <constraints>
  538. <constraint firstItem="CPK-uS-4AE" firstAttribute="leading" secondItem="ln7-JG-ifX" secondAttribute="trailing" constant="6" id="0SL-dz-fKI"/>
  539. <constraint firstItem="ln7-JG-ifX" firstAttribute="top" secondItem="kdq-H7-lg3" secondAttribute="top" constant="10" id="Hin-yy-a7s"/>
  540. <constraint firstItem="ln7-JG-ifX" firstAttribute="leading" secondItem="MIf-YP-j4V" secondAttribute="leading" id="Jjw-DR-1IZ"/>
  541. <constraint firstItem="Es6-xx-eHm" firstAttribute="leading" secondItem="kdq-H7-lg3" secondAttribute="leading" constant="10" id="KjL-QR-CH4"/>
  542. <constraint firstItem="MIf-YP-j4V" firstAttribute="top" secondItem="Es6-xx-eHm" secondAttribute="bottom" constant="10" id="Knf-ZH-KMQ"/>
  543. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="CPK-uS-4AE" secondAttribute="trailing" constant="5" id="MvM-Du-6wb"/>
  544. <constraint firstItem="sq1-RM-hUc" firstAttribute="leading" secondItem="Es6-xx-eHm" secondAttribute="trailing" constant="5" id="N34-1v-xPl"/>
  545. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="sq1-RM-hUc" secondAttribute="trailing" constant="5" id="NhU-K0-tZ7"/>
  546. <constraint firstItem="Es6-xx-eHm" firstAttribute="top" secondItem="ln7-JG-ifX" secondAttribute="bottom" constant="10" id="VkW-se-I7r"/>
  547. <constraint firstItem="sq1-RM-hUc" firstAttribute="centerY" secondItem="Es6-xx-eHm" secondAttribute="centerY" id="ZHE-oe-mvL"/>
  548. <constraint firstItem="MIf-YP-j4V" firstAttribute="leading" secondItem="kdq-H7-lg3" secondAttribute="leading" constant="10" id="cRB-b9-N0w"/>
  549. <constraint firstAttribute="bottom" secondItem="MIf-YP-j4V" secondAttribute="bottom" constant="10" id="kKA-an-y63"/>
  550. <constraint firstItem="CPK-uS-4AE" firstAttribute="centerY" secondItem="ln7-JG-ifX" secondAttribute="centerY" id="lOi-hB-yJs"/>
  551. </constraints>
  552. </view>
  553. <font key="titleFont" metaFont="system"/>
  554. </box>
  555. <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UPM-vO-BAb">
  556. <rect key="frame" x="379" y="219" width="65" height="18"/>
  557. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="2xT-Sc-V3O">
  558. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  559. <font key="font" metaFont="system"/>
  560. </buttonCell>
  561. <connections>
  562. <action selector="buttonClicked_extractTable:" target="-2" id="0No-NT-2vF"/>
  563. </connections>
  564. </button>
  565. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hQ6-L6-IW2">
  566. <rect key="frame" x="379" y="314" width="37" height="16"/>
  567. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="8X0-Hn-fJf">
  568. <font key="font" metaFont="system"/>
  569. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  570. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  571. </textFieldCell>
  572. </textField>
  573. </subviews>
  574. <constraints>
  575. <constraint firstItem="GDI-DM-qg0" firstAttribute="centerY" secondItem="Qt9-t5-iOv" secondAttribute="centerY" id="0hv-WZ-uxR"/>
  576. <constraint firstItem="R2E-0y-EaA" firstAttribute="leading" secondItem="aGQ-OF-WXB" secondAttribute="leading" id="0wn-sD-liX"/>
  577. <constraint firstItem="3if-Xs-8Lv" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="17" id="1mB-0W-zKY"/>
  578. <constraint firstItem="9e4-ci-JPQ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="28f-42-Fmz"/>
  579. <constraint firstItem="UPM-vO-BAb" firstAttribute="leading" secondItem="9e4-ci-JPQ" secondAttribute="trailing" constant="16" id="BJP-lY-vqA"/>
  580. <constraint firstItem="jUW-ZO-oLT" firstAttribute="top" secondItem="3if-Xs-8Lv" secondAttribute="bottom" constant="125" id="BVR-t4-M1Y"/>
  581. <constraint firstItem="jUW-ZO-oLT" firstAttribute="trailing" secondItem="aGQ-OF-WXB" secondAttribute="trailing" id="DZm-em-mgb"/>
  582. <constraint firstItem="Gap-26-ZYO" firstAttribute="leading" secondItem="cZt-Q3-8Lg" secondAttribute="trailing" constant="5" id="FTu-o6-zwV"/>
  583. <constraint firstItem="R2E-0y-EaA" firstAttribute="top" secondItem="3if-Xs-8Lv" secondAttribute="bottom" constant="25" id="Ge2-Ei-w2S"/>
  584. <constraint firstItem="hQ6-L6-IW2" firstAttribute="leading" secondItem="9e4-ci-JPQ" secondAttribute="trailing" constant="16" id="HHE-ga-88s"/>
  585. <constraint firstItem="9e4-ci-JPQ" firstAttribute="width" secondItem="se5-gp-TjO" secondAttribute="width" multiplier="0.5" id="I64-jc-VDF"/>
  586. <constraint firstAttribute="bottom" secondItem="9e4-ci-JPQ" secondAttribute="bottom" constant="50" id="JsO-t0-oub"/>
  587. <constraint firstItem="cZt-Q3-8Lg" firstAttribute="top" secondItem="jUW-ZO-oLT" secondAttribute="bottom" constant="12" id="Lyd-6r-FMf"/>
  588. <constraint firstItem="3if-Xs-8Lv" firstAttribute="leading" secondItem="9e4-ci-JPQ" secondAttribute="trailing" constant="5" id="MNO-sr-9Wy"/>
  589. <constraint firstItem="hQ6-L6-IW2" firstAttribute="top" secondItem="3if-Xs-8Lv" secondAttribute="bottom" constant="8" symbolic="YES" id="QFK-91-oTB"/>
  590. <constraint firstItem="EbI-Wk-CCv" firstAttribute="leading" secondItem="GDI-DM-qg0" secondAttribute="trailing" constant="9" id="SQY-hR-6Ad"/>
  591. <constraint firstItem="rXb-T4-yMb" firstAttribute="centerY" secondItem="Qt9-t5-iOv" secondAttribute="centerY" id="SaF-dt-zXZ"/>
  592. <constraint firstItem="cZt-Q3-8Lg" firstAttribute="leading" secondItem="jUW-ZO-oLT" secondAttribute="leading" id="SdS-zI-Gfh"/>
  593. <constraint firstAttribute="bottom" secondItem="EbI-Wk-CCv" secondAttribute="bottom" constant="14" id="Snd-09-jfD"/>
  594. <constraint firstItem="jUW-ZO-oLT" firstAttribute="leading" secondItem="aGQ-OF-WXB" secondAttribute="leading" id="UeZ-cX-WhA"/>
  595. <constraint firstItem="EbI-Wk-CCv" firstAttribute="centerY" secondItem="Qt9-t5-iOv" secondAttribute="centerY" id="Vcs-PM-uOD"/>
  596. <constraint firstItem="UPM-vO-BAb" firstAttribute="top" secondItem="3if-Xs-8Lv" secondAttribute="bottom" constant="102" id="W62-df-hdy"/>
  597. <constraint firstAttribute="trailing" secondItem="3if-Xs-8Lv" secondAttribute="trailing" constant="40" id="X6b-IM-gmb"/>
  598. <constraint firstItem="aGQ-OF-WXB" firstAttribute="top" secondItem="3if-Xs-8Lv" secondAttribute="bottom" constant="25" id="XBe-5E-DOQ"/>
  599. <constraint firstItem="9e4-ci-JPQ" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="Xkp-aI-WHZ"/>
  600. <constraint firstItem="R2E-0y-EaA" firstAttribute="trailing" secondItem="aGQ-OF-WXB" secondAttribute="trailing" id="b9n-uX-rA6"/>
  601. <constraint firstItem="Gap-26-ZYO" firstAttribute="centerY" secondItem="cZt-Q3-8Lg" secondAttribute="centerY" id="bcr-OO-TX5"/>
  602. <constraint firstItem="Qt9-t5-iOv" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="n3y-XG-Jvq"/>
  603. <constraint firstItem="jUW-ZO-oLT" firstAttribute="leading" secondItem="9e4-ci-JPQ" secondAttribute="trailing" constant="5" id="r28-fG-4si"/>
  604. <constraint firstItem="rXb-T4-yMb" firstAttribute="leading" secondItem="Qt9-t5-iOv" secondAttribute="trailing" constant="7" id="sHg-nI-I4r"/>
  605. <constraint firstAttribute="trailing" secondItem="EbI-Wk-CCv" secondAttribute="trailing" constant="20" id="vcT-Hr-gOd"/>
  606. <constraint firstAttribute="trailing" secondItem="jUW-ZO-oLT" secondAttribute="trailing" constant="50" id="xIZ-47-v2X"/>
  607. </constraints>
  608. </view>
  609. <connections>
  610. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  611. </connections>
  612. <point key="canvasLocation" x="553" y="-783.5"/>
  613. </window>
  614. </objects>
  615. <resources>
  616. <image name="KMImageNameElsei" width="15" height="14"/>
  617. <image name="NSGoLeftTemplate" width="12" height="17"/>
  618. <image name="NSGoRightTemplate" width="12" height="17"/>
  619. </resources>
  620. </document>