KMPageEditSettingBaseWindowController.xib 39 KB

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