KMPageEditSettingBaseWindowController.xib 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMPageEditSettingBaseWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="aGH-iF-dyv" id="GkV-FC-Pc2"/>
  12. <outlet property="contentBox" destination="iAV-mV-fXp" id="8Xv-WA-JVI"/>
  13. <outlet property="contentHeightConst" destination="lLs-Q4-ChB" id="DdC-mJ-g1m"/>
  14. <outlet property="contentWidthConst" destination="GRH-Pj-aIE" id="PNL-5P-9Jd"/>
  15. <outlet property="funcButton" destination="hWv-ct-X84" id="ZLz-Wu-K3O"/>
  16. <outlet property="titleLabel" destination="Ghc-ac-Ody" id="1vG-N0-5dz"/>
  17. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  23. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  24. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  25. <rect key="contentRect" x="196" y="240" width="480" height="270"/>
  26. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  27. <view key="contentView" id="se5-gp-TjO">
  28. <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
  29. <autoresizingMask key="autoresizingMask"/>
  30. <subviews>
  31. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Yzy-uA-hNl">
  32. <rect key="frame" x="0.0" y="226" width="480" height="44"/>
  33. <view key="contentView" id="3Rq-FU-edv">
  34. <rect key="frame" x="0.0" y="0.0" width="480" height="44"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  36. <subviews>
  37. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ghc-ac-Ody">
  38. <rect key="frame" x="14" y="13" width="44" height="19"/>
  39. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="no6-Hi-4JB">
  40. <font key="font" metaFont="system" size="16"/>
  41. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  42. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  43. </textFieldCell>
  44. </textField>
  45. <box hidden="YES" verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="pn1-L5-iFd">
  46. <rect key="frame" x="0.0" y="-2" width="480" height="5"/>
  47. </box>
  48. </subviews>
  49. <constraints>
  50. <constraint firstAttribute="trailing" secondItem="pn1-L5-iFd" secondAttribute="trailing" id="CCD-r4-WrD"/>
  51. <constraint firstItem="Ghc-ac-Ody" firstAttribute="top" secondItem="3Rq-FU-edv" secondAttribute="top" constant="12" id="LCB-z2-r9L"/>
  52. <constraint firstAttribute="bottom" secondItem="pn1-L5-iFd" secondAttribute="bottom" id="j2l-nP-LWP"/>
  53. <constraint firstItem="pn1-L5-iFd" firstAttribute="leading" secondItem="3Rq-FU-edv" secondAttribute="leading" id="mTc-G0-sXW"/>
  54. <constraint firstItem="Ghc-ac-Ody" firstAttribute="leading" secondItem="3Rq-FU-edv" secondAttribute="leading" constant="16" id="meW-rz-cKH"/>
  55. </constraints>
  56. </view>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="44" id="dml-ys-lS9"/>
  59. </constraints>
  60. </box>
  61. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="iAV-mV-fXp">
  62. <rect key="frame" x="0.0" y="60" width="480" height="166"/>
  63. <view key="contentView" id="eTu-qy-GPV">
  64. <rect key="frame" x="0.0" y="0.0" width="480" height="166"/>
  65. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  66. </view>
  67. <constraints>
  68. <constraint firstAttribute="width" constant="480" id="GRH-Pj-aIE"/>
  69. <constraint firstAttribute="height" constant="166" id="lLs-Q4-ChB"/>
  70. </constraints>
  71. </box>
  72. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CQn-6s-Bwt">
  73. <rect key="frame" x="0.0" y="0.0" width="480" height="60"/>
  74. <view key="contentView" id="ocP-n1-0FT">
  75. <rect key="frame" x="0.0" y="0.0" width="480" height="60"/>
  76. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  77. <subviews>
  78. <box hidden="YES" verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="82l-cr-Ltb">
  79. <rect key="frame" x="0.0" y="57" width="480" height="5"/>
  80. </box>
  81. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hWv-ct-X84">
  82. <rect key="frame" x="366" y="14" width="98" height="32"/>
  83. <constraints>
  84. <constraint firstAttribute="width" constant="98" id="XvX-Gm-FfV"/>
  85. <constraint firstAttribute="height" constant="32" id="zqd-qy-cqQ"/>
  86. </constraints>
  87. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="xve-Pi-8fZ">
  88. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  89. <font key="font" metaFont="system"/>
  90. </buttonCell>
  91. </button>
  92. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aGH-iF-dyv">
  93. <rect key="frame" x="256" y="14" width="98" height="32"/>
  94. <constraints>
  95. <constraint firstAttribute="width" constant="98" id="YMp-xm-JXV"/>
  96. <constraint firstAttribute="height" constant="32" id="y2o-XD-wEs"/>
  97. </constraints>
  98. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="WaC-ig-Y9B">
  99. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  100. <font key="font" metaFont="system"/>
  101. </buttonCell>
  102. </button>
  103. </subviews>
  104. <constraints>
  105. <constraint firstItem="82l-cr-Ltb" firstAttribute="leading" secondItem="ocP-n1-0FT" secondAttribute="leading" id="DeJ-lc-mQT"/>
  106. <constraint firstItem="82l-cr-Ltb" firstAttribute="top" secondItem="ocP-n1-0FT" secondAttribute="top" id="FwO-sy-6yk"/>
  107. <constraint firstAttribute="trailing" secondItem="hWv-ct-X84" secondAttribute="trailing" constant="16" id="XB2-ee-MES"/>
  108. <constraint firstAttribute="trailing" secondItem="82l-cr-Ltb" secondAttribute="trailing" id="bfF-Kd-yb3"/>
  109. <constraint firstItem="hWv-ct-X84" firstAttribute="leading" secondItem="aGH-iF-dyv" secondAttribute="trailing" constant="12" id="hQQ-Mu-u0r"/>
  110. <constraint firstItem="hWv-ct-X84" firstAttribute="centerY" secondItem="ocP-n1-0FT" secondAttribute="centerY" id="pFp-ce-qH6"/>
  111. <constraint firstItem="aGH-iF-dyv" firstAttribute="centerY" secondItem="ocP-n1-0FT" secondAttribute="centerY" id="th7-gX-Far"/>
  112. </constraints>
  113. </view>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="60" id="1sC-v3-3Cf"/>
  116. </constraints>
  117. </box>
  118. </subviews>
  119. <constraints>
  120. <constraint firstAttribute="trailing" secondItem="iAV-mV-fXp" secondAttribute="trailing" id="1I4-XY-nu3"/>
  121. <constraint firstItem="Yzy-uA-hNl" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="3G8-tq-LQO"/>
  122. <constraint firstItem="CQn-6s-Bwt" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Hor-6Y-Hqu"/>
  123. <constraint firstAttribute="trailing" secondItem="CQn-6s-Bwt" secondAttribute="trailing" id="ONg-fx-N7E"/>
  124. <constraint firstItem="CQn-6s-Bwt" firstAttribute="top" secondItem="iAV-mV-fXp" secondAttribute="bottom" id="R8k-r4-m1l"/>
  125. <constraint firstAttribute="trailing" secondItem="Yzy-uA-hNl" secondAttribute="trailing" id="SdP-di-hY3"/>
  126. <constraint firstItem="Yzy-uA-hNl" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="i1w-pO-6Cs"/>
  127. <constraint firstAttribute="bottom" secondItem="CQn-6s-Bwt" secondAttribute="bottom" id="o6s-5O-ku9"/>
  128. <constraint firstItem="iAV-mV-fXp" firstAttribute="top" secondItem="Yzy-uA-hNl" secondAttribute="bottom" id="q5R-Dg-Ybx"/>
  129. <constraint firstItem="iAV-mV-fXp" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="wCI-oc-C2A"/>
  130. </constraints>
  131. </view>
  132. <connections>
  133. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  134. </connections>
  135. <point key="canvasLocation" x="-10" y="144"/>
  136. </window>
  137. <customView id="zj4-rU-o3s" customClass="KMPageEditExtractSettingView" customModule="PDF_Master" customModuleProvider="target">
  138. <rect key="frame" x="0.0" y="0.0" width="447" height="104"/>
  139. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  140. <subviews>
  141. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="W3n-Ay-Svt">
  142. <rect key="frame" x="16" y="78" width="415" height="22"/>
  143. <constraints>
  144. <constraint firstAttribute="height" constant="22" id="gm2-yc-Edc"/>
  145. </constraints>
  146. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" state="on" inset="2" id="O5v-R3-pn9">
  147. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  148. <font key="font" metaFont="system"/>
  149. </buttonCell>
  150. </button>
  151. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XYW-lg-dA9">
  152. <rect key="frame" x="16" y="40" width="415" height="22"/>
  153. <constraints>
  154. <constraint firstAttribute="height" constant="22" id="Opk-Pm-pDy"/>
  155. </constraints>
  156. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" state="on" inset="2" id="9ms-Vw-0wt">
  157. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  158. <font key="font" metaFont="system"/>
  159. </buttonCell>
  160. </button>
  161. </subviews>
  162. <constraints>
  163. <constraint firstItem="XYW-lg-dA9" firstAttribute="leading" secondItem="W3n-Ay-Svt" secondAttribute="leading" id="Aos-Aa-g7R"/>
  164. <constraint firstAttribute="trailing" secondItem="XYW-lg-dA9" secondAttribute="trailing" constant="16" id="c5J-yi-Ytg"/>
  165. <constraint firstItem="W3n-Ay-Svt" firstAttribute="centerX" secondItem="zj4-rU-o3s" secondAttribute="centerX" id="iZz-La-EeL"/>
  166. <constraint firstItem="W3n-Ay-Svt" firstAttribute="top" secondItem="zj4-rU-o3s" secondAttribute="top" constant="4" id="les-9E-1kP"/>
  167. <constraint firstItem="W3n-Ay-Svt" firstAttribute="leading" secondItem="zj4-rU-o3s" secondAttribute="leading" constant="16" id="rJR-HK-8NK"/>
  168. <constraint firstItem="XYW-lg-dA9" firstAttribute="leading" secondItem="zj4-rU-o3s" secondAttribute="leading" constant="16" id="wj9-bD-1kR"/>
  169. <constraint firstItem="XYW-lg-dA9" firstAttribute="top" secondItem="W3n-Ay-Svt" secondAttribute="bottom" constant="16" id="zBi-bv-VJD"/>
  170. </constraints>
  171. <connections>
  172. <outlet property="extractAfterDeletePageCheck" destination="XYW-lg-dA9" id="Oe7-ug-XAk"/>
  173. <outlet property="independentPerPageCheck" destination="W3n-Ay-Svt" id="QFb-k2-LHg"/>
  174. </connections>
  175. <point key="canvasLocation" x="-37" y="394"/>
  176. </customView>
  177. <customView id="8HO-Hy-Nag" customClass="KMPageEditSplitSettingView" customModule="PDF_Master" customModuleProvider="target">
  178. <rect key="frame" x="0.0" y="0.0" width="480" height="370"/>
  179. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  180. <subviews>
  181. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="MwV-Fh-P6A">
  182. <rect key="frame" x="0.0" y="220" width="480" height="150"/>
  183. <view key="contentView" id="bqh-85-m52">
  184. <rect key="frame" x="0.0" y="0.0" width="480" height="150"/>
  185. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  186. <subviews>
  187. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aRC-Og-uMz">
  188. <rect key="frame" x="14" y="129" width="40" height="17"/>
  189. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="ELd-cx-Zg3">
  190. <font key="font" metaFont="system" size="14"/>
  191. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  192. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  193. </textFieldCell>
  194. </textField>
  195. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wET-YY-DYd">
  196. <rect key="frame" x="16" y="93" width="448" height="22"/>
  197. <constraints>
  198. <constraint firstAttribute="height" constant="22" id="zWR-Qh-FmK"/>
  199. </constraints>
  200. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" state="on" inset="2" id="qEf-UO-0QI">
  201. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  202. <font key="font" metaFont="system"/>
  203. </buttonCell>
  204. </button>
  205. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1Xw-bg-2TE">
  206. <rect key="frame" x="16" y="57" width="448" height="22"/>
  207. <constraints>
  208. <constraint firstAttribute="height" constant="22" id="JtJ-ux-fYI"/>
  209. </constraints>
  210. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" state="on" inset="2" id="Ytk-Wn-VEL">
  211. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  212. <font key="font" metaFont="system"/>
  213. </buttonCell>
  214. </button>
  215. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="c7L-ui-7Lb">
  216. <rect key="frame" x="16" y="19" width="250" height="22"/>
  217. <constraints>
  218. <constraint firstAttribute="height" constant="22" id="A0L-nb-gqj"/>
  219. <constraint firstAttribute="width" constant="250" id="nXL-uH-xYb"/>
  220. </constraints>
  221. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" state="on" inset="2" id="gYc-Of-zbU">
  222. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  223. <font key="font" metaFont="system"/>
  224. </buttonCell>
  225. </button>
  226. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ZQL-FL-f9k">
  227. <rect key="frame" x="138" y="91" width="110" height="32"/>
  228. <constraints>
  229. <constraint firstAttribute="width" constant="110" id="Gkr-KE-oMl"/>
  230. <constraint firstAttribute="height" constant="32" id="dhq-EQ-0Mv"/>
  231. </constraints>
  232. </customView>
  233. <customView translatesAutoresizingMaskIntoConstraints="NO" id="6Dh-GY-bzc">
  234. <rect key="frame" x="163" y="52" width="110" height="32"/>
  235. <constraints>
  236. <constraint firstAttribute="width" constant="110" id="DnU-Qy-z6M"/>
  237. <constraint firstAttribute="height" constant="32" id="hzW-bd-uce"/>
  238. </constraints>
  239. </customView>
  240. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hu2-bV-yft">
  241. <rect key="frame" x="254" y="99" width="37" height="16"/>
  242. <textFieldCell key="cell" lineBreakMode="clipping" continuous="YES" enabled="NO" refusesFirstResponder="YES" title="Label" id="GjV-IM-Z9j">
  243. <font key="font" metaFont="system"/>
  244. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  245. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  246. </textFieldCell>
  247. </textField>
  248. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="baP-W7-Evc">
  249. <rect key="frame" x="279" y="60" width="37" height="16"/>
  250. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="E5I-FK-kGi">
  251. <font key="font" metaFont="system"/>
  252. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  253. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  254. </textFieldCell>
  255. </textField>
  256. <comboBox verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nTX-d3-Nl3">
  257. <rect key="frame" x="177" y="13" width="187" height="32"/>
  258. <constraints>
  259. <constraint firstAttribute="height" constant="26" id="8bX-iF-dUu"/>
  260. <constraint firstAttribute="width" constant="184" id="Hk4-Ak-R8M"/>
  261. </constraints>
  262. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="ykf-0B-vrC">
  263. <font key="font" metaFont="system"/>
  264. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  265. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  266. <objectValues>
  267. <string>Item 1</string>
  268. <string>Item 2</string>
  269. <string>Item 3</string>
  270. </objectValues>
  271. </comboBoxCell>
  272. </comboBox>
  273. </subviews>
  274. <constraints>
  275. <constraint firstItem="hu2-bV-yft" firstAttribute="leading" secondItem="ZQL-FL-f9k" secondAttribute="trailing" constant="8" id="3T8-nc-gw2"/>
  276. <constraint firstItem="c7L-ui-7Lb" firstAttribute="top" secondItem="1Xw-bg-2TE" secondAttribute="bottom" constant="16" id="DZQ-4o-que"/>
  277. <constraint firstItem="aRC-Og-uMz" firstAttribute="top" secondItem="bqh-85-m52" secondAttribute="top" constant="4" id="E7Y-ca-2rD"/>
  278. <constraint firstItem="baP-W7-Evc" firstAttribute="leading" secondItem="6Dh-GY-bzc" secondAttribute="trailing" constant="8" id="GZZ-8m-7ZD"/>
  279. <constraint firstItem="aRC-Og-uMz" firstAttribute="leading" secondItem="bqh-85-m52" secondAttribute="leading" constant="16" id="Jqp-1G-5Ci"/>
  280. <constraint firstItem="nTX-d3-Nl3" firstAttribute="leading" secondItem="bqh-85-m52" secondAttribute="leading" constant="177" id="M33-pt-utq"/>
  281. <constraint firstItem="1Xw-bg-2TE" firstAttribute="top" secondItem="wET-YY-DYd" secondAttribute="bottom" constant="14" id="MQU-al-Jdn"/>
  282. <constraint firstItem="wET-YY-DYd" firstAttribute="top" secondItem="aRC-Og-uMz" secondAttribute="bottom" constant="14" id="MUT-wE-LKJ"/>
  283. <constraint firstItem="baP-W7-Evc" firstAttribute="centerY" secondItem="6Dh-GY-bzc" secondAttribute="centerY" id="ZPB-AG-As1"/>
  284. <constraint firstAttribute="trailing" secondItem="1Xw-bg-2TE" secondAttribute="trailing" constant="16" id="ak7-ce-21k"/>
  285. <constraint firstItem="6Dh-GY-bzc" firstAttribute="leading" secondItem="bqh-85-m52" secondAttribute="leading" constant="163" id="brh-BT-6cW"/>
  286. <constraint firstItem="c7L-ui-7Lb" firstAttribute="leading" secondItem="bqh-85-m52" secondAttribute="leading" constant="16" id="cCL-4Q-VbM"/>
  287. <constraint firstAttribute="trailing" secondItem="wET-YY-DYd" secondAttribute="trailing" constant="16" id="dcm-7p-Zne"/>
  288. <constraint firstItem="nTX-d3-Nl3" firstAttribute="centerY" secondItem="c7L-ui-7Lb" secondAttribute="centerY" id="h6h-1a-SuX"/>
  289. <constraint firstItem="wET-YY-DYd" firstAttribute="leading" secondItem="bqh-85-m52" secondAttribute="leading" constant="16" id="hNR-nA-OC7"/>
  290. <constraint firstItem="hu2-bV-yft" firstAttribute="centerY" secondItem="ZQL-FL-f9k" secondAttribute="centerY" id="ktd-N1-WNJ"/>
  291. <constraint firstItem="ZQL-FL-f9k" firstAttribute="leading" secondItem="bqh-85-m52" secondAttribute="leading" constant="138" id="na0-kM-oXB"/>
  292. <constraint firstItem="wET-YY-DYd" firstAttribute="top" secondItem="ZQL-FL-f9k" secondAttribute="bottom" constant="-24" id="pRu-59-b9U"/>
  293. <constraint firstItem="1Xw-bg-2TE" firstAttribute="leading" secondItem="bqh-85-m52" secondAttribute="leading" constant="16" id="wrd-5V-T4W"/>
  294. <constraint firstItem="6Dh-GY-bzc" firstAttribute="centerY" secondItem="1Xw-bg-2TE" secondAttribute="centerY" id="ywE-d4-JHZ"/>
  295. </constraints>
  296. </view>
  297. <constraints>
  298. <constraint firstAttribute="height" constant="150" id="6Ic-4g-3nC"/>
  299. </constraints>
  300. </box>
  301. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="VBO-Sp-SGn">
  302. <rect key="frame" x="0.0" y="40" width="480" height="180"/>
  303. <view key="contentView" id="zKz-Wc-K7q">
  304. <rect key="frame" x="0.0" y="0.0" width="480" height="180"/>
  305. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  306. <subviews>
  307. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jHQ-JM-bgx">
  308. <rect key="frame" x="14" y="160" width="37" height="16"/>
  309. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Vzb-mF-8Pm">
  310. <font key="font" usesAppearanceFont="YES"/>
  311. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  312. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  313. </textFieldCell>
  314. </textField>
  315. <customView translatesAutoresizingMaskIntoConstraints="NO" id="4Wl-y0-47A">
  316. <rect key="frame" x="16" y="118" width="346" height="32"/>
  317. <subviews>
  318. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rBb-tH-78V">
  319. <rect key="frame" x="14" y="8" width="318" height="16"/>
  320. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="rTF-JM-5FG">
  321. <font key="font" usesAppearanceFont="YES"/>
  322. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  323. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  324. </textFieldCell>
  325. </textField>
  326. </subviews>
  327. <constraints>
  328. <constraint firstItem="rBb-tH-78V" firstAttribute="centerY" secondItem="4Wl-y0-47A" secondAttribute="centerY" id="SWO-IF-Ihv"/>
  329. <constraint firstAttribute="height" constant="32" id="bKx-FI-XfV"/>
  330. <constraint firstAttribute="trailing" secondItem="rBb-tH-78V" secondAttribute="trailing" constant="16" id="gXt-59-p0H"/>
  331. <constraint firstAttribute="width" constant="346" id="kjU-2r-xDp"/>
  332. <constraint firstItem="rBb-tH-78V" firstAttribute="leading" secondItem="4Wl-y0-47A" secondAttribute="leading" constant="16" id="q85-cU-a71"/>
  333. </constraints>
  334. </customView>
  335. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="a0r-63-2jU">
  336. <rect key="frame" x="16" y="86" width="448" height="22"/>
  337. <constraints>
  338. <constraint firstAttribute="height" constant="22" id="ASx-78-Hbi"/>
  339. </constraints>
  340. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" state="on" inset="2" id="aRB-8C-9A9">
  341. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  342. <font key="font" metaFont="system"/>
  343. </buttonCell>
  344. </button>
  345. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fhq-6e-30z">
  346. <rect key="frame" x="16" y="52" width="200" height="22"/>
  347. <constraints>
  348. <constraint firstAttribute="width" constant="200" id="0W9-DX-Zd7"/>
  349. <constraint firstAttribute="height" constant="22" id="PVm-SU-4r2"/>
  350. </constraints>
  351. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" state="on" inset="2" id="snM-dt-ve4">
  352. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  353. <font key="font" metaFont="system"/>
  354. </buttonCell>
  355. </button>
  356. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tx2-2Q-utf">
  357. <rect key="frame" x="16" y="10" width="200" height="22"/>
  358. <constraints>
  359. <constraint firstAttribute="height" constant="22" id="5e7-RB-QdJ"/>
  360. <constraint firstAttribute="width" constant="200" id="CiJ-dD-TFE"/>
  361. </constraints>
  362. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" state="on" inset="2" id="UbX-QD-gHm">
  363. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  364. <font key="font" metaFont="system"/>
  365. </buttonCell>
  366. </button>
  367. <customView translatesAutoresizingMaskIntoConstraints="NO" id="OLI-bg-hBY">
  368. <rect key="frame" x="86" y="47" width="110" height="32"/>
  369. <constraints>
  370. <constraint firstAttribute="height" constant="32" id="o7d-SC-ZcS"/>
  371. <constraint firstAttribute="width" constant="110" id="oP0-Ff-56z"/>
  372. </constraints>
  373. </customView>
  374. <customView translatesAutoresizingMaskIntoConstraints="NO" id="sHS-HL-beY">
  375. <rect key="frame" x="113" y="5" width="110" height="32"/>
  376. <constraints>
  377. <constraint firstAttribute="width" constant="110" id="NBi-Ya-fn2"/>
  378. <constraint firstAttribute="height" constant="32" id="e21-z7-SjU"/>
  379. </constraints>
  380. </customView>
  381. </subviews>
  382. <constraints>
  383. <constraint firstItem="4Wl-y0-47A" firstAttribute="leading" secondItem="zKz-Wc-K7q" secondAttribute="leading" constant="16" id="3Hr-7l-fq4"/>
  384. <constraint firstItem="OLI-bg-hBY" firstAttribute="centerY" secondItem="fhq-6e-30z" secondAttribute="centerY" id="B7N-UT-FZI"/>
  385. <constraint firstItem="tx2-2Q-utf" firstAttribute="leading" secondItem="zKz-Wc-K7q" secondAttribute="leading" constant="16" id="DXt-Qw-2sl"/>
  386. <constraint firstItem="tx2-2Q-utf" firstAttribute="top" secondItem="fhq-6e-30z" secondAttribute="bottom" constant="20" id="EOY-V5-R3r"/>
  387. <constraint firstItem="sHS-HL-beY" firstAttribute="leading" secondItem="zKz-Wc-K7q" secondAttribute="leading" constant="113" id="Ezg-Mv-mgF"/>
  388. <constraint firstItem="OLI-bg-hBY" firstAttribute="leading" secondItem="zKz-Wc-K7q" secondAttribute="leading" constant="86" id="KAG-WE-Uuf"/>
  389. <constraint firstItem="jHQ-JM-bgx" firstAttribute="leading" secondItem="zKz-Wc-K7q" secondAttribute="leading" constant="16" id="MGK-pP-wQA"/>
  390. <constraint firstItem="sHS-HL-beY" firstAttribute="centerY" secondItem="tx2-2Q-utf" secondAttribute="centerY" id="SXo-AP-yVf"/>
  391. <constraint firstItem="4Wl-y0-47A" firstAttribute="top" secondItem="jHQ-JM-bgx" secondAttribute="bottom" constant="10" id="TT9-ID-BdH"/>
  392. <constraint firstItem="a0r-63-2jU" firstAttribute="leading" secondItem="zKz-Wc-K7q" secondAttribute="leading" constant="16" id="XFZ-nn-7YW"/>
  393. <constraint firstItem="fhq-6e-30z" firstAttribute="top" secondItem="a0r-63-2jU" secondAttribute="bottom" constant="12" id="eoX-f4-ayF"/>
  394. <constraint firstItem="jHQ-JM-bgx" firstAttribute="top" secondItem="zKz-Wc-K7q" secondAttribute="top" constant="4" id="rzP-Pt-LEZ"/>
  395. <constraint firstAttribute="trailing" secondItem="a0r-63-2jU" secondAttribute="trailing" constant="16" id="sg3-I0-dON"/>
  396. <constraint firstItem="a0r-63-2jU" firstAttribute="top" secondItem="4Wl-y0-47A" secondAttribute="bottom" constant="10" id="yCg-DJ-nU0"/>
  397. <constraint firstItem="fhq-6e-30z" firstAttribute="leading" secondItem="zKz-Wc-K7q" secondAttribute="leading" constant="16" id="z0R-GL-djt"/>
  398. </constraints>
  399. </view>
  400. <constraints>
  401. <constraint firstAttribute="height" constant="180" id="3Nk-Ay-evv"/>
  402. </constraints>
  403. </box>
  404. </subviews>
  405. <constraints>
  406. <constraint firstAttribute="trailing" secondItem="MwV-Fh-P6A" secondAttribute="trailing" id="5Dm-gG-jgi"/>
  407. <constraint firstItem="VBO-Sp-SGn" firstAttribute="leading" secondItem="8HO-Hy-Nag" secondAttribute="leading" id="FVu-4g-HfS"/>
  408. <constraint firstItem="MwV-Fh-P6A" firstAttribute="top" secondItem="8HO-Hy-Nag" secondAttribute="top" id="hGR-tP-YAO"/>
  409. <constraint firstItem="MwV-Fh-P6A" firstAttribute="leading" secondItem="8HO-Hy-Nag" secondAttribute="leading" id="nNL-9I-bh8"/>
  410. <constraint firstItem="VBO-Sp-SGn" firstAttribute="top" secondItem="MwV-Fh-P6A" secondAttribute="bottom" id="uXo-18-omL"/>
  411. <constraint firstAttribute="trailing" secondItem="VBO-Sp-SGn" secondAttribute="trailing" id="yMe-ZY-ZG5"/>
  412. </constraints>
  413. <connections>
  414. <outlet property="nameLabel" destination="jHQ-JM-bgx" id="Up0-tr-AWR"/>
  415. <outlet property="nameView" destination="4Wl-y0-47A" id="S2Y-LF-PAp"/>
  416. <outlet property="nameViewLabel" destination="rBb-tH-78V" id="bHE-HT-bpA"/>
  417. <outlet property="oneFileForOnePageOtherLabel" destination="hu2-bV-yft" id="pvs-UQ-UR4"/>
  418. <outlet property="oneFileForOnePageRadio" destination="wET-YY-DYd" id="TWU-hZ-bnP"/>
  419. <outlet property="oneFileForOnePageView" destination="ZQL-FL-f9k" id="4OC-AZ-aJC"/>
  420. <outlet property="pageRangeComboBox" destination="nTX-d3-Nl3" id="NSn-YA-h2G"/>
  421. <outlet property="pageRangeRadio" destination="c7L-ui-7Lb" id="otk-JW-Z55"/>
  422. <outlet property="prefixForOrigFileNameCheck" destination="a0r-63-2jU" id="zap-dE-JmF"/>
  423. <outlet property="sepCheck" destination="tx2-2Q-utf" id="zQZ-uG-bE9"/>
  424. <outlet property="sepView" destination="sHS-HL-beY" id="A2D-wO-BPu"/>
  425. <outlet property="splitMuitiFileOtherLabel" destination="baP-W7-Evc" id="QoD-ZI-5CF"/>
  426. <outlet property="splitMuitiFileRadio" destination="1Xw-bg-2TE" id="y1E-ro-Inu"/>
  427. <outlet property="splitMuitiFileView" destination="6Dh-GY-bzc" id="djh-4s-rkq"/>
  428. <outlet property="tagCheck" destination="fhq-6e-30z" id="iEW-GU-r3P"/>
  429. <outlet property="tagView" destination="OLI-bg-hBY" id="TKi-HT-4by"/>
  430. <outlet property="typeLabel" destination="aRC-Og-uMz" id="e32-zy-M9r"/>
  431. </connections>
  432. <point key="canvasLocation" x="-20" y="679"/>
  433. </customView>
  434. </objects>
  435. </document>