KMPDFCropWindowController.xib 87 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  6. <plugIn identifier="com.apple.pdfkit.ibplugin" version="22155"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <customObject id="-2" userLabel="File's Owner" customClass="KMPDFCropWindowController" customModule="PDF_Master" customModuleProvider="target">
  11. <connections>
  12. <outlet property="applyLabel" destination="fsc-HQ-jlC" id="5eF-bA-Wva"/>
  13. <outlet property="applyPopUpButton" destination="g6f-5M-brm" id="stz-Ar-qxL"/>
  14. <outlet property="bottomDistanceText" destination="KAo-LQ-YE5" id="2X3-p5-60y"/>
  15. <outlet property="bottomLabel" destination="VfD-a0-qeT" id="6mV-kg-XTx"/>
  16. <outlet property="bottomStepper" destination="pOe-AK-MAI" id="G4R-kh-3Pc"/>
  17. <outlet property="cancelButton" destination="cdg-Zn-VLp" id="CRh-q3-gIB"/>
  18. <outlet property="centerButton" destination="fg9-32-HZP" id="nHf-hb-WXy"/>
  19. <outlet property="cropLabel" destination="eWt-MA-l9o" id="VaD-fq-jNS"/>
  20. <outlet property="currentPageIndexTextF" destination="YjI-Va-fa7" id="vAh-vV-ZML"/>
  21. <outlet property="customButton" destination="CRu-dV-3vm" id="GhU-L0-eIa"/>
  22. <outlet property="fixedSizeButton" destination="dHM-AO-rF7" id="pqT-0J-tf6"/>
  23. <outlet property="heightLabel" destination="AoW-07-9El" id="QQX-lB-OZW"/>
  24. <outlet property="heightText" destination="gGH-DJ-pie" id="M6f-V7-W05"/>
  25. <outlet property="leftDistanceText" destination="Sr3-sJ-ORG" id="abE-od-Zef"/>
  26. <outlet property="leftLabel" destination="UhA-JH-vB2" id="ZOs-uy-DMr"/>
  27. <outlet property="leftStepper" destination="dBR-dC-b73" id="pKd-Fi-t1A"/>
  28. <outlet property="marginBox" destination="8Xu-vw-ZUb" id="uuB-lC-Ixd"/>
  29. <outlet property="marginLabel" destination="2x8-XK-ICO" id="6Rw-o3-0OU"/>
  30. <outlet property="marginsButton" destination="DrW-yP-2Z0" id="uSb-KG-hH5"/>
  31. <outlet property="nextPageButton" destination="28h-kr-kE6" id="FKS-GE-ybk"/>
  32. <outlet property="pageRangeComboBox" destination="Ynj-Y3-ZFe" id="K6x-qO-c0t"/>
  33. <outlet property="pageRangeLabel" destination="i2R-g4-Mfv" id="ao7-O9-TgA"/>
  34. <outlet property="pageSizeBox" destination="Xul-oG-2l2" id="IBk-AM-BV3"/>
  35. <outlet property="pageSizeLabel" destination="z3z-tZ-TKL" id="qBj-33-U0y"/>
  36. <outlet property="pageSizePopUpButton" destination="EdY-87-wsh" id="jHV-uN-vaJ"/>
  37. <outlet property="pdfView" destination="6S3-N2-DlE" id="Uhv-jY-ZXk"/>
  38. <outlet property="previewPageButton" destination="yhQ-R4-wac" id="17q-I6-8fc"/>
  39. <outlet property="printButton" destination="TXN-MH-f2b" id="GJN-u3-uEU"/>
  40. <outlet property="proportButton" destination="1q3-OF-DR8" id="8UJ-RK-acM"/>
  41. <outlet property="revertButton" destination="Awz-ZL-GW8" id="zCB-Hc-7XD"/>
  42. <outlet property="rightDistanceText" destination="bf7-ec-UrO" id="TLK-8e-8Ls"/>
  43. <outlet property="rightLabel" destination="sej-ZU-2AI" id="cSY-VK-2ae"/>
  44. <outlet property="rightStepper" destination="AgH-Jp-OdB" id="kQq-X7-wVl"/>
  45. <outlet property="saveButton" destination="XMR-VG-lFR" id="ywB-Hw-2Rm"/>
  46. <outlet property="topDistanceText" destination="wNO-q7-yax" id="3gz-Sd-XDY"/>
  47. <outlet property="topLabel" destination="ZQw-Cw-7NC" id="8dY-p5-9ho"/>
  48. <outlet property="topStepper" destination="yBy-iX-BmZ" id="Rlc-Zz-Xnp"/>
  49. <outlet property="totalPageCountLabel" destination="Jsy-8K-KJR" id="pIH-DZ-UnE"/>
  50. <outlet property="unitLabel" destination="pjr-0K-HcJ" id="cjD-D8-aql"/>
  51. <outlet property="unitPopUpButton" destination="b2t-Vm-9TN" id="bHY-K1-PmS"/>
  52. <outlet property="widthLabel" destination="Fqc-0d-9Eq" id="95Y-yg-Dgn"/>
  53. <outlet property="widthText" destination="nLW-Cw-sjg" id="dL4-ld-nj2"/>
  54. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  55. <outlet property="xLabel" destination="wkn-bH-QLY" id="mjc-cY-aCt"/>
  56. <outlet property="xText" destination="Ioi-Bj-Odn" id="fbl-am-oyc"/>
  57. <outlet property="yLabel" destination="hv5-EF-rgN" id="ncU-92-Nsq"/>
  58. <outlet property="yText" destination="urW-5G-Ad1" id="OQv-Ny-L5F"/>
  59. <outlet property="zeroButton" destination="qI4-X3-ecf" id="PaD-dN-Dkb"/>
  60. </connections>
  61. </customObject>
  62. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  63. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  64. <window title="Crop" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  65. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  66. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  67. <rect key="contentRect" x="876" y="616" width="854" height="463"/>
  68. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  69. <value key="minSize" type="size" width="854" height="463"/>
  70. <value key="maxSize" type="size" width="854" height="463"/>
  71. <view key="contentView" misplaced="YES" id="se5-gp-TjO">
  72. <rect key="frame" x="0.0" y="0.0" width="854" height="463"/>
  73. <autoresizingMask key="autoresizingMask"/>
  74. <subviews>
  75. <box boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="kXK-8s-GTS">
  76. <rect key="frame" x="40" y="90" width="240" height="386"/>
  77. <view key="contentView" id="0rf-LK-GWZ">
  78. <rect key="frame" x="0.0" y="0.0" width="240" height="386"/>
  79. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  80. <subviews>
  81. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="eWt-MA-l9o">
  82. <rect key="frame" x="-2" y="42" width="244" height="14"/>
  83. <textFieldCell key="cell" alignment="center" title="裁剪后的页面大小:9.03 x 17.47 厘米" id="56B-hA-ufW">
  84. <font key="font" metaFont="smallSystem"/>
  85. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  86. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  87. </textFieldCell>
  88. </textField>
  89. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yhQ-R4-wac">
  90. <rect key="frame" x="45" y="8" width="26" height="26"/>
  91. <buttonCell key="cell" type="round" title="Button" bezelStyle="circular" image="NSGoLeftTemplate" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="OdT-g7-jzV">
  92. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  93. <font key="font" metaFont="system"/>
  94. </buttonCell>
  95. <connections>
  96. <action selector="goPrevious:" target="-2" id="5W2-bq-gZl"/>
  97. </connections>
  98. </button>
  99. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Q9M-rC-zrL">
  100. <rect key="frame" x="90" y="10" width="61" height="22"/>
  101. <subviews>
  102. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="YjI-Va-fa7">
  103. <rect key="frame" x="0.0" y="0.0" width="40" height="22"/>
  104. <constraints>
  105. <constraint firstAttribute="width" constant="40" id="hLg-2X-nEZ"/>
  106. <constraint firstAttribute="height" constant="22" id="vT5-VK-GW4"/>
  107. </constraints>
  108. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="mO4-bF-S9r">
  109. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="fM2-Js-lTM">
  110. <real key="minimum" value="1"/>
  111. </numberFormatter>
  112. <font key="font" metaFont="system"/>
  113. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  114. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  115. </textFieldCell>
  116. <connections>
  117. <outlet property="delegate" destination="-2" id="ELL-nn-bI5"/>
  118. </connections>
  119. </textField>
  120. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Jsy-8K-KJR">
  121. <rect key="frame" x="43" y="3" width="20" height="16"/>
  122. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="/ 0" id="0O7-1n-hbF">
  123. <font key="font" metaFont="system"/>
  124. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  125. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  126. </textFieldCell>
  127. </textField>
  128. </subviews>
  129. <constraints>
  130. <constraint firstItem="Jsy-8K-KJR" firstAttribute="leading" secondItem="YjI-Va-fa7" secondAttribute="trailing" constant="5" id="DUd-02-E1J"/>
  131. <constraint firstItem="Jsy-8K-KJR" firstAttribute="centerY" secondItem="YjI-Va-fa7" secondAttribute="centerY" id="SKm-AJ-tBS"/>
  132. <constraint firstItem="YjI-Va-fa7" firstAttribute="leading" secondItem="Q9M-rC-zrL" secondAttribute="leading" id="SeG-ye-8Uo"/>
  133. <constraint firstItem="YjI-Va-fa7" firstAttribute="top" secondItem="Q9M-rC-zrL" secondAttribute="top" id="eM9-dN-1Hx"/>
  134. <constraint firstAttribute="bottom" secondItem="YjI-Va-fa7" secondAttribute="bottom" id="f48-oh-lJy"/>
  135. <constraint firstAttribute="trailing" secondItem="Jsy-8K-KJR" secondAttribute="trailing" id="fEC-kt-g23"/>
  136. </constraints>
  137. </customView>
  138. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="28h-kr-kE6">
  139. <rect key="frame" x="170" y="8" width="26" height="26"/>
  140. <buttonCell key="cell" type="round" bezelStyle="circular" image="NSGoRightTemplate" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="hg4-qp-aUo">
  141. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  142. <font key="font" metaFont="system"/>
  143. </buttonCell>
  144. <connections>
  145. <action selector="goNext:" target="-2" id="qAT-MT-8tu"/>
  146. </connections>
  147. </button>
  148. <pdfView autoresizesSubviews="NO" wantsLayer="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6S3-N2-DlE" customClass="KMCropPDFView" customModule="PDF_Master" customModuleProvider="target">
  149. <rect key="frame" x="0.0" y="71" width="240" height="310"/>
  150. <constraints>
  151. <constraint firstAttribute="width" constant="240" id="LoK-1N-BRZ"/>
  152. <constraint firstAttribute="height" constant="310" id="Q4Z-Ka-epO"/>
  153. </constraints>
  154. </pdfView>
  155. </subviews>
  156. <constraints>
  157. <constraint firstItem="6S3-N2-DlE" firstAttribute="top" secondItem="0rf-LK-GWZ" secondAttribute="top" constant="5" id="EFF-0B-RdK"/>
  158. <constraint firstAttribute="trailing" secondItem="6S3-N2-DlE" secondAttribute="trailing" id="FKs-LB-3Hf"/>
  159. <constraint firstItem="28h-kr-kE6" firstAttribute="leading" secondItem="Q9M-rC-zrL" secondAttribute="trailing" constant="22" id="GNS-Qh-gfZ"/>
  160. <constraint firstItem="Q9M-rC-zrL" firstAttribute="centerX" secondItem="0rf-LK-GWZ" secondAttribute="centerX" id="MWu-A0-6ry"/>
  161. <constraint firstItem="Q9M-rC-zrL" firstAttribute="leading" secondItem="yhQ-R4-wac" secondAttribute="trailing" constant="22" id="ORi-8V-Uc9"/>
  162. <constraint firstItem="Q9M-rC-zrL" firstAttribute="centerY" secondItem="yhQ-R4-wac" secondAttribute="centerY" id="Olg-Mn-ZLH"/>
  163. <constraint firstItem="Q9M-rC-zrL" firstAttribute="top" secondItem="eWt-MA-l9o" secondAttribute="bottom" constant="10" id="Sbv-Gy-JsO"/>
  164. <constraint firstItem="eWt-MA-l9o" firstAttribute="top" secondItem="6S3-N2-DlE" secondAttribute="bottom" constant="15" id="VRW-74-f6e"/>
  165. <constraint firstAttribute="bottom" secondItem="Q9M-rC-zrL" secondAttribute="bottom" constant="10" id="kcb-Ct-sRg"/>
  166. <constraint firstItem="28h-kr-kE6" firstAttribute="centerY" secondItem="Q9M-rC-zrL" secondAttribute="centerY" id="pgx-kF-k2j"/>
  167. <constraint firstItem="eWt-MA-l9o" firstAttribute="leading" secondItem="0rf-LK-GWZ" secondAttribute="leading" id="qAA-0t-00v"/>
  168. <constraint firstItem="6S3-N2-DlE" firstAttribute="leading" secondItem="0rf-LK-GWZ" secondAttribute="leading" id="ruy-k9-EvB"/>
  169. <constraint firstAttribute="trailing" secondItem="eWt-MA-l9o" secondAttribute="trailing" id="uwP-EG-kex"/>
  170. </constraints>
  171. </view>
  172. <constraints>
  173. <constraint firstAttribute="width" constant="240" id="ueJ-ht-S3Y"/>
  174. </constraints>
  175. <color key="fillColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="calibratedRGB"/>
  176. </box>
  177. <box boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="b1A-Hw-Fy0">
  178. <rect key="frame" x="320" y="75" width="492" height="399"/>
  179. <view key="contentView" id="UOf-xL-wZf">
  180. <rect key="frame" x="0.0" y="0.0" width="492" height="399"/>
  181. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  182. <subviews>
  183. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pjr-0K-HcJ">
  184. <rect key="frame" x="-2" y="381" width="33" height="16"/>
  185. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Unit:" id="bpg-sw-EDe">
  186. <font key="font" metaFont="system"/>
  187. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  188. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  189. </textFieldCell>
  190. </textField>
  191. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="b2t-Vm-9TN">
  192. <rect key="frame" x="31" y="375" width="203" height="25"/>
  193. <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="GVT-ot-WaZ" id="lfV-Vk-Rpw">
  194. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  195. <font key="font" metaFont="menu"/>
  196. <menu key="menu" id="rgm-Y0-ju4">
  197. <items>
  198. <menuItem title="Item 1" state="on" id="GVT-ot-WaZ"/>
  199. <menuItem title="Item 2" id="jYU-P4-eDC"/>
  200. <menuItem title="Item 3" id="6CB-gZ-K0Y"/>
  201. </items>
  202. </menu>
  203. </popUpButtonCell>
  204. <constraints>
  205. <constraint firstAttribute="width" constant="196" id="tpV-PN-8ts"/>
  206. </constraints>
  207. <connections>
  208. <action selector="buttonClicked_Unit:" target="-2" id="hR7-Co-hFQ"/>
  209. </connections>
  210. </popUpButton>
  211. <box title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="8Xu-vw-ZUb">
  212. <rect key="frame" x="-3" y="182" width="498" height="160"/>
  213. <view key="contentView" id="qdU-Rn-M1d">
  214. <rect key="frame" x="4" y="5" width="490" height="152"/>
  215. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  216. <subviews>
  217. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="g6f-5M-brm">
  218. <rect key="frame" x="73" y="123" width="118" height="25"/>
  219. <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="1Lb-qZ-17K" id="WP1-qg-b8h">
  220. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  221. <font key="font" metaFont="menu"/>
  222. <menu key="menu" id="NNj-Bj-Bch">
  223. <items>
  224. <menuItem title="Item 1" state="on" id="1Lb-qZ-17K"/>
  225. <menuItem title="Item 2" id="yp0-Qq-WGV"/>
  226. <menuItem title="Item 3" id="c6u-ik-G6v"/>
  227. </items>
  228. </menu>
  229. </popUpButtonCell>
  230. <constraints>
  231. <constraint firstAttribute="width" constant="111" id="hfU-TK-0Qo"/>
  232. </constraints>
  233. <connections>
  234. <action selector="buttonClicked_AppleType:" target="-2" id="AXZ-vy-aYS"/>
  235. </connections>
  236. </popUpButton>
  237. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fsc-HQ-jlC">
  238. <rect key="frame" x="14" y="129" width="59" height="16"/>
  239. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Apply to:" id="ldZ-ON-MKO">
  240. <font key="font" metaFont="system"/>
  241. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  242. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  243. </textFieldCell>
  244. </textField>
  245. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wNO-q7-yax">
  246. <rect key="frame" x="45" y="97" width="88" height="21"/>
  247. <constraints>
  248. <constraint firstAttribute="width" constant="88" id="PmF-UZ-sfd"/>
  249. </constraints>
  250. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="30" drawsBackground="YES" id="ANw-Tt-hLS">
  251. <font key="font" metaFont="system"/>
  252. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  253. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  254. </textFieldCell>
  255. <connections>
  256. <outlet property="delegate" destination="-2" id="2qk-Jy-Bez"/>
  257. </connections>
  258. </textField>
  259. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yBy-iX-BmZ">
  260. <rect key="frame" x="133" y="93" width="19" height="28"/>
  261. <constraints>
  262. <constraint firstAttribute="width" constant="13" id="XnB-Jx-x2b"/>
  263. </constraints>
  264. <stepperCell key="cell" continuous="YES" alignment="left" increment="0.10000000000000001" maxValue="10000" doubleValue="1" id="hko-cS-APa"/>
  265. <connections>
  266. <action selector="stepperItemClick_Distance:" target="-2" id="rrF-YH-tPV"/>
  267. </connections>
  268. </stepper>
  269. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="KAo-LQ-YE5">
  270. <rect key="frame" x="219" y="97" width="88" height="21"/>
  271. <constraints>
  272. <constraint firstAttribute="width" constant="88" id="Zf3-cD-Vhk"/>
  273. </constraints>
  274. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="30" drawsBackground="YES" id="WVr-Cz-Ib2">
  275. <font key="font" metaFont="system"/>
  276. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  277. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  278. </textFieldCell>
  279. <connections>
  280. <outlet property="delegate" destination="-2" id="Ow3-5E-cYM"/>
  281. </connections>
  282. </textField>
  283. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pOe-AK-MAI">
  284. <rect key="frame" x="307" y="93" width="19" height="28"/>
  285. <constraints>
  286. <constraint firstAttribute="width" constant="13" id="O3u-bw-bV8"/>
  287. </constraints>
  288. <stepperCell key="cell" continuous="YES" alignment="left" increment="0.10000000000000001" maxValue="10000" doubleValue="1" id="k0V-0x-bxA"/>
  289. <connections>
  290. <action selector="stepperItemClick_Distance:" target="-2" id="09Y-4x-4P5"/>
  291. </connections>
  292. </stepper>
  293. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Sr3-sJ-ORG">
  294. <rect key="frame" x="45" y="66" width="88" height="21"/>
  295. <constraints>
  296. <constraint firstAttribute="width" constant="88" id="XP2-as-NZr"/>
  297. </constraints>
  298. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="30" drawsBackground="YES" id="aBr-YV-JdV">
  299. <font key="font" metaFont="system"/>
  300. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  301. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  302. </textFieldCell>
  303. <connections>
  304. <outlet property="delegate" destination="-2" id="zKP-F0-1Zr"/>
  305. </connections>
  306. </textField>
  307. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dBR-dC-b73">
  308. <rect key="frame" x="133" y="63" width="19" height="28"/>
  309. <constraints>
  310. <constraint firstAttribute="width" constant="13" id="AIl-5h-H54"/>
  311. </constraints>
  312. <stepperCell key="cell" continuous="YES" alignment="left" increment="0.10000000000000001" maxValue="10000" doubleValue="1" id="8wf-hS-65Y"/>
  313. <connections>
  314. <action selector="stepperItemClick_Distance:" target="-2" id="mgU-Wl-xGe"/>
  315. </connections>
  316. </stepper>
  317. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bf7-ec-UrO">
  318. <rect key="frame" x="219" y="66" width="88" height="21"/>
  319. <constraints>
  320. <constraint firstAttribute="width" constant="88" id="sQo-fe-cAB"/>
  321. </constraints>
  322. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="30" drawsBackground="YES" id="T0m-xI-40T">
  323. <font key="font" metaFont="system"/>
  324. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  325. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  326. </textFieldCell>
  327. <connections>
  328. <outlet property="delegate" destination="-2" id="AHx-dZ-dB6"/>
  329. </connections>
  330. </textField>
  331. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AgH-Jp-OdB">
  332. <rect key="frame" x="307" y="63" width="19" height="28"/>
  333. <constraints>
  334. <constraint firstAttribute="width" constant="13" id="7wZ-Sa-H5U"/>
  335. </constraints>
  336. <stepperCell key="cell" continuous="YES" alignment="left" increment="0.10000000000000001" maxValue="10000" doubleValue="1" id="kQk-np-RIG"/>
  337. <connections>
  338. <action selector="stepperItemClick_Distance:" target="-2" id="02H-0p-ErG"/>
  339. </connections>
  340. </stepper>
  341. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1q3-OF-DR8">
  342. <rect key="frame" x="14" y="39" width="134" height="18"/>
  343. <buttonCell key="cell" type="check" title="Constrain Proport" bezelStyle="regularSquare" imagePosition="left" inset="2" id="Afy-8Z-8b1">
  344. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  345. <font key="font" metaFont="system"/>
  346. </buttonCell>
  347. <connections>
  348. <action selector="buttonItemClick_Proport:" target="-2" id="HAp-8e-DCz"/>
  349. </connections>
  350. </button>
  351. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DrW-yP-2Z0">
  352. <rect key="frame" x="168" y="39" width="165" height="18"/>
  353. <buttonCell key="cell" type="check" title="Remove White Margins" bezelStyle="regularSquare" imagePosition="left" inset="2" id="Ir4-jP-37y">
  354. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  355. <font key="font" metaFont="system"/>
  356. </buttonCell>
  357. <connections>
  358. <action selector="buttonClicked_Margin:" target="-2" id="ZD3-97-WQb"/>
  359. </connections>
  360. </button>
  361. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qI4-X3-ecf">
  362. <rect key="frame" x="9" y="3" width="104" height="32"/>
  363. <buttonCell key="cell" type="push" title="Set To Zero" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Rvd-ES-Ei8">
  364. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  365. <font key="font" metaFont="system"/>
  366. <string key="keyEquivalent" base64-UTF8="YES">
  367. Gw
  368. </string>
  369. </buttonCell>
  370. <connections>
  371. <action selector="buttonItemClick_Zero:" target="-2" id="4uK-ch-gek"/>
  372. </connections>
  373. </button>
  374. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Awz-ZL-GW8">
  375. <rect key="frame" x="119" y="3" width="152" height="32"/>
  376. <buttonCell key="cell" type="push" title="Revert To Selection" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="IdP-4m-cR0">
  377. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  378. <font key="font" metaFont="system"/>
  379. <string key="keyEquivalent" base64-UTF8="YES">
  380. Gw
  381. </string>
  382. </buttonCell>
  383. <connections>
  384. <action selector="buttonItemClick_Revert:" target="-2" id="801-zL-Z6o"/>
  385. </connections>
  386. </button>
  387. <customView translatesAutoresizingMaskIntoConstraints="NO" id="tfg-yt-TOr">
  388. <rect key="frame" x="16" y="69" width="24" height="46"/>
  389. <subviews>
  390. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZQw-Cw-7NC">
  391. <rect key="frame" x="-2" y="30" width="28" height="16"/>
  392. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Top" id="n3q-Z7-4LY">
  393. <font key="font" metaFont="system"/>
  394. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  395. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  396. </textFieldCell>
  397. </textField>
  398. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UhA-JH-vB2">
  399. <rect key="frame" x="-2" y="0.0" width="28" height="16"/>
  400. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Left" id="Ksz-MO-x83">
  401. <font key="font" metaFont="system"/>
  402. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  403. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  404. </textFieldCell>
  405. </textField>
  406. </subviews>
  407. <constraints>
  408. <constraint firstItem="ZQw-Cw-7NC" firstAttribute="top" secondItem="tfg-yt-TOr" secondAttribute="top" id="7If-c8-3Sj"/>
  409. <constraint firstItem="ZQw-Cw-7NC" firstAttribute="leading" secondItem="tfg-yt-TOr" secondAttribute="leading" id="Dmi-Hd-J8r"/>
  410. <constraint firstAttribute="trailing" secondItem="ZQw-Cw-7NC" secondAttribute="trailing" id="eSV-AR-eEH"/>
  411. <constraint firstAttribute="bottom" secondItem="UhA-JH-vB2" secondAttribute="bottom" id="eld-2q-i2m"/>
  412. <constraint firstItem="UhA-JH-vB2" firstAttribute="top" secondItem="ZQw-Cw-7NC" secondAttribute="bottom" constant="14" id="hME-rY-eGL"/>
  413. <constraint firstItem="UhA-JH-vB2" firstAttribute="leading" secondItem="tfg-yt-TOr" secondAttribute="leading" id="ppV-kd-p42"/>
  414. <constraint firstAttribute="trailing" secondItem="UhA-JH-vB2" secondAttribute="trailing" id="t8D-lK-5C2"/>
  415. </constraints>
  416. </customView>
  417. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Agp-Xe-fma">
  418. <rect key="frame" x="169" y="69" width="45" height="46"/>
  419. <subviews>
  420. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sej-ZU-2AI">
  421. <rect key="frame" x="-2" y="0.0" width="49" height="16"/>
  422. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Right" id="aDU-3R-1YD">
  423. <font key="font" metaFont="system"/>
  424. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  425. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  426. </textFieldCell>
  427. </textField>
  428. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VfD-a0-qeT">
  429. <rect key="frame" x="-2" y="30" width="49" height="16"/>
  430. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Bottom" id="jtA-Kg-WrM">
  431. <font key="font" metaFont="system"/>
  432. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  433. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  434. </textFieldCell>
  435. </textField>
  436. </subviews>
  437. <constraints>
  438. <constraint firstAttribute="bottom" secondItem="sej-ZU-2AI" secondAttribute="bottom" id="5JL-Hh-x96"/>
  439. <constraint firstAttribute="trailing" secondItem="sej-ZU-2AI" secondAttribute="trailing" id="9CD-bi-gyG"/>
  440. <constraint firstItem="VfD-a0-qeT" firstAttribute="top" secondItem="Agp-Xe-fma" secondAttribute="top" id="Xsn-F8-7Ry"/>
  441. <constraint firstAttribute="trailing" secondItem="VfD-a0-qeT" secondAttribute="trailing" id="dgw-LW-PWm"/>
  442. <constraint firstItem="sej-ZU-2AI" firstAttribute="leading" secondItem="Agp-Xe-fma" secondAttribute="leading" id="eSW-PR-uEr"/>
  443. <constraint firstItem="sej-ZU-2AI" firstAttribute="top" secondItem="VfD-a0-qeT" secondAttribute="bottom" constant="14" id="uhx-5a-WaH"/>
  444. <constraint firstItem="VfD-a0-qeT" firstAttribute="leading" secondItem="Agp-Xe-fma" secondAttribute="leading" id="xvW-RY-uPK"/>
  445. </constraints>
  446. </customView>
  447. </subviews>
  448. <constraints>
  449. <constraint firstItem="Agp-Xe-fma" firstAttribute="leading" secondItem="yBy-iX-BmZ" secondAttribute="trailing" constant="20" id="0jo-2z-xmB"/>
  450. <constraint firstItem="Awz-ZL-GW8" firstAttribute="leading" secondItem="qI4-X3-ecf" secondAttribute="trailing" constant="20" id="4ZV-WR-ziv"/>
  451. <constraint firstItem="qI4-X3-ecf" firstAttribute="top" secondItem="1q3-OF-DR8" secondAttribute="bottom" constant="10" id="6jR-l6-Ku4"/>
  452. <constraint firstItem="pOe-AK-MAI" firstAttribute="leading" secondItem="KAo-LQ-YE5" secondAttribute="trailing" constant="3" id="8d7-mg-hCf"/>
  453. <constraint firstItem="g6f-5M-brm" firstAttribute="top" secondItem="qdU-Rn-M1d" secondAttribute="top" constant="5" id="ADZ-BX-TuS"/>
  454. <constraint firstItem="tfg-yt-TOr" firstAttribute="leading" secondItem="qdU-Rn-M1d" secondAttribute="leading" constant="16" id="BKF-7R-sdv"/>
  455. <constraint firstItem="fsc-HQ-jlC" firstAttribute="leading" secondItem="qdU-Rn-M1d" secondAttribute="leading" constant="16" id="Edj-AW-Rnk"/>
  456. <constraint firstItem="DrW-yP-2Z0" firstAttribute="centerY" secondItem="1q3-OF-DR8" secondAttribute="centerY" id="Fyg-o9-dF4"/>
  457. <constraint firstItem="g6f-5M-brm" firstAttribute="leading" secondItem="fsc-HQ-jlC" secondAttribute="trailing" constant="5" id="Gia-j5-puC"/>
  458. <constraint firstItem="AgH-Jp-OdB" firstAttribute="centerY" secondItem="bf7-ec-UrO" secondAttribute="centerY" id="GsC-6T-BVM"/>
  459. <constraint firstItem="DrW-yP-2Z0" firstAttribute="leading" secondItem="1q3-OF-DR8" secondAttribute="trailing" constant="22" id="IRG-Ev-o6B"/>
  460. <constraint firstItem="bf7-ec-UrO" firstAttribute="centerY" secondItem="Sr3-sJ-ORG" secondAttribute="centerY" id="JTz-hc-0Hk"/>
  461. <constraint firstItem="AgH-Jp-OdB" firstAttribute="leading" secondItem="bf7-ec-UrO" secondAttribute="trailing" constant="3" id="LP0-nm-e55"/>
  462. <constraint firstItem="yBy-iX-BmZ" firstAttribute="top" secondItem="g6f-5M-brm" secondAttribute="bottom" constant="10" id="M5O-LV-urX"/>
  463. <constraint firstItem="tfg-yt-TOr" firstAttribute="top" secondItem="g6f-5M-brm" secondAttribute="bottom" constant="12" id="QdK-D4-A54"/>
  464. <constraint firstItem="KAo-LQ-YE5" firstAttribute="leading" secondItem="Agp-Xe-fma" secondAttribute="trailing" constant="5" id="UMo-h4-9SQ"/>
  465. <constraint firstItem="dBR-dC-b73" firstAttribute="leading" secondItem="Sr3-sJ-ORG" secondAttribute="trailing" constant="3" id="UN8-tV-jFz"/>
  466. <constraint firstItem="yBy-iX-BmZ" firstAttribute="centerY" secondItem="wNO-q7-yax" secondAttribute="centerY" id="Xqa-hm-I8K"/>
  467. <constraint firstItem="yBy-iX-BmZ" firstAttribute="leading" secondItem="wNO-q7-yax" secondAttribute="trailing" constant="3" id="Z9s-sk-vVk"/>
  468. <constraint firstItem="1q3-OF-DR8" firstAttribute="top" secondItem="Sr3-sJ-ORG" secondAttribute="bottom" constant="10" id="aK2-Vu-gh5"/>
  469. <constraint firstItem="dBR-dC-b73" firstAttribute="centerY" secondItem="Sr3-sJ-ORG" secondAttribute="centerY" id="efX-j4-DlG"/>
  470. <constraint firstAttribute="bottom" secondItem="qI4-X3-ecf" secondAttribute="bottom" constant="10" id="ekm-sR-ROc"/>
  471. <constraint firstItem="Sr3-sJ-ORG" firstAttribute="top" secondItem="yBy-iX-BmZ" secondAttribute="bottom" constant="10" id="fVx-om-aY6"/>
  472. <constraint firstItem="KAo-LQ-YE5" firstAttribute="leading" secondItem="bf7-ec-UrO" secondAttribute="leading" id="gBf-F1-xbK"/>
  473. <constraint firstItem="Awz-ZL-GW8" firstAttribute="centerY" secondItem="qI4-X3-ecf" secondAttribute="centerY" id="hz1-R3-I6S"/>
  474. <constraint firstItem="wNO-q7-yax" firstAttribute="leading" secondItem="tfg-yt-TOr" secondAttribute="trailing" constant="5" id="iTx-2Q-SHz"/>
  475. <constraint firstItem="pOe-AK-MAI" firstAttribute="centerY" secondItem="KAo-LQ-YE5" secondAttribute="centerY" id="iY2-hc-7gw"/>
  476. <constraint firstItem="KAo-LQ-YE5" firstAttribute="centerY" secondItem="wNO-q7-yax" secondAttribute="centerY" id="k3a-Wh-ZcB"/>
  477. <constraint firstItem="qI4-X3-ecf" firstAttribute="leading" secondItem="fsc-HQ-jlC" secondAttribute="leading" id="lJB-qE-ZfX"/>
  478. <constraint firstItem="Agp-Xe-fma" firstAttribute="top" secondItem="g6f-5M-brm" secondAttribute="bottom" constant="12" id="sda-1n-om6"/>
  479. <constraint firstItem="Sr3-sJ-ORG" firstAttribute="leading" secondItem="wNO-q7-yax" secondAttribute="leading" id="snf-zj-1mk"/>
  480. <constraint firstItem="g6f-5M-brm" firstAttribute="centerY" secondItem="fsc-HQ-jlC" secondAttribute="centerY" id="xcY-I3-r3X"/>
  481. <constraint firstItem="1q3-OF-DR8" firstAttribute="leading" secondItem="fsc-HQ-jlC" secondAttribute="leading" id="ybK-Ee-djN"/>
  482. </constraints>
  483. </view>
  484. <constraints>
  485. <constraint firstAttribute="width" constant="492" id="kog-VM-KQh"/>
  486. </constraints>
  487. </box>
  488. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2x8-XK-ICO">
  489. <rect key="frame" x="14" y="345" width="101" height="16"/>
  490. <textFieldCell key="cell" lineBreakMode="clipping" title="Margin Controls" id="RAQ-gj-and">
  491. <font key="font" metaFont="system"/>
  492. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  493. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  494. </textFieldCell>
  495. </textField>
  496. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="z3z-tZ-TKL">
  497. <rect key="frame" x="14" y="150" width="114" height="16"/>
  498. <textFieldCell key="cell" lineBreakMode="clipping" title="Change Page Size" id="BHe-4r-RFO">
  499. <font key="font" metaFont="system"/>
  500. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  501. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  502. </textFieldCell>
  503. </textField>
  504. <box title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="Xul-oG-2l2">
  505. <rect key="frame" x="-3" y="37" width="498" height="110"/>
  506. <view key="contentView" id="cjk-kW-hGj">
  507. <rect key="frame" x="4" y="5" width="490" height="102"/>
  508. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  509. <subviews>
  510. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dHM-AO-rF7">
  511. <rect key="frame" x="14" y="73" width="94" height="18"/>
  512. <buttonCell key="cell" type="radio" title="Fixed Sizes" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="00k-0U-SeA">
  513. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  514. <font key="font" metaFont="system"/>
  515. </buttonCell>
  516. <connections>
  517. <action selector="buttonItemClick_FixedSize:" target="-2" id="xgK-aK-JjE"/>
  518. </connections>
  519. </button>
  520. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="CRu-dV-3vm">
  521. <rect key="frame" x="14" y="43" width="73" height="18"/>
  522. <buttonCell key="cell" type="radio" title="Custom" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="5KU-oy-NFg">
  523. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  524. <font key="font" metaFont="system"/>
  525. </buttonCell>
  526. <connections>
  527. <action selector="buttonItemClick_CustomSize:" target="-2" id="j5y-zN-qdp"/>
  528. </connections>
  529. </button>
  530. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Fqc-0d-9Eq">
  531. <rect key="frame" x="95" y="44" width="44" height="16"/>
  532. <textFieldCell key="cell" lineBreakMode="clipping" title="Width:" id="AGb-l5-ARh">
  533. <font key="font" metaFont="system"/>
  534. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  535. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  536. </textFieldCell>
  537. </textField>
  538. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EdY-87-wsh">
  539. <rect key="frame" x="115" y="68" width="150" height="25"/>
  540. <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="LRi-Mu-liR" id="yHx-V6-yPt">
  541. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  542. <font key="font" metaFont="menu"/>
  543. <menu key="menu" id="DYT-GX-HgG">
  544. <items>
  545. <menuItem title="Item 1" state="on" id="LRi-Mu-liR"/>
  546. <menuItem title="Item 2" id="I52-61-KCv"/>
  547. <menuItem title="Item 3" id="RwJ-G5-Yao"/>
  548. </items>
  549. </menu>
  550. </popUpButtonCell>
  551. <constraints>
  552. <constraint firstAttribute="width" constant="143" id="rR6-jT-WTz"/>
  553. </constraints>
  554. <connections>
  555. <action selector="buttonClicked_PageSize:" target="-2" id="KUB-ct-GPV"/>
  556. </connections>
  557. </popUpButton>
  558. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nLW-Cw-sjg">
  559. <rect key="frame" x="141" y="41" width="100" height="21"/>
  560. <constraints>
  561. <constraint firstAttribute="width" constant="100" id="bC9-kr-ilb"/>
  562. </constraints>
  563. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="7b5-eW-Asy">
  564. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="9d1-1u-PFl">
  565. <real key="minimum" value="1"/>
  566. <real key="maximum" value="99"/>
  567. </numberFormatter>
  568. <font key="font" metaFont="system"/>
  569. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  570. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  571. </textFieldCell>
  572. <connections>
  573. <outlet property="delegate" destination="-2" id="16a-iu-peD"/>
  574. </connections>
  575. </textField>
  576. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AoW-07-9El">
  577. <rect key="frame" x="254" y="44" width="48" height="16"/>
  578. <textFieldCell key="cell" lineBreakMode="clipping" title="Height:" id="M6h-Aa-tGh">
  579. <font key="font" metaFont="system"/>
  580. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  581. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  582. </textFieldCell>
  583. </textField>
  584. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gGH-DJ-pie">
  585. <rect key="frame" x="304" y="41" width="100" height="21"/>
  586. <constraints>
  587. <constraint firstAttribute="width" constant="100" id="WQE-9q-bUZ"/>
  588. </constraints>
  589. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="hTo-2o-sck">
  590. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="2Pw-hq-Iqp">
  591. <real key="minimum" value="1"/>
  592. <real key="maximum" value="99"/>
  593. </numberFormatter>
  594. <font key="font" metaFont="system"/>
  595. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  596. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  597. </textFieldCell>
  598. <connections>
  599. <outlet property="delegate" destination="-2" id="QRb-Cw-bRX"/>
  600. </connections>
  601. </textField>
  602. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wkn-bH-QLY">
  603. <rect key="frame" x="121" y="13" width="58" height="16"/>
  604. <textFieldCell key="cell" lineBreakMode="clipping" title="XOffset: " id="QID-jc-PHn">
  605. <font key="font" metaFont="system"/>
  606. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  607. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  608. </textFieldCell>
  609. </textField>
  610. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ioi-Bj-Odn">
  611. <rect key="frame" x="181" y="10" width="100" height="21"/>
  612. <constraints>
  613. <constraint firstAttribute="width" constant="100" id="LgP-3N-is8"/>
  614. </constraints>
  615. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="Qrq-L2-OIv">
  616. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="Kbz-Bz-DMS">
  617. <real key="minimum" value="1"/>
  618. <real key="maximum" value="99"/>
  619. </numberFormatter>
  620. <font key="font" metaFont="system"/>
  621. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  622. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  623. </textFieldCell>
  624. <connections>
  625. <outlet property="delegate" destination="-2" id="i0H-TQ-qT3"/>
  626. </connections>
  627. </textField>
  628. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hv5-EF-rgN">
  629. <rect key="frame" x="294" y="13" width="57" height="16"/>
  630. <textFieldCell key="cell" lineBreakMode="clipping" title="YOffset: " id="jCt-QU-G5t">
  631. <font key="font" metaFont="system"/>
  632. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  633. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  634. </textFieldCell>
  635. </textField>
  636. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="urW-5G-Ad1">
  637. <rect key="frame" x="353" y="10" width="100" height="21"/>
  638. <constraints>
  639. <constraint firstAttribute="width" constant="100" id="FAU-SC-I9m"/>
  640. </constraints>
  641. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="2A9-Vs-RUG">
  642. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="2r4-rJ-bFo">
  643. <real key="minimum" value="1"/>
  644. <real key="maximum" value="99"/>
  645. </numberFormatter>
  646. <font key="font" metaFont="system"/>
  647. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  648. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  649. </textFieldCell>
  650. <connections>
  651. <outlet property="delegate" destination="-2" id="H1e-bI-byV"/>
  652. </connections>
  653. </textField>
  654. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fg9-32-HZP">
  655. <rect key="frame" x="36" y="12" width="67" height="18"/>
  656. <buttonCell key="cell" type="check" title="Center" bezelStyle="regularSquare" imagePosition="left" inset="2" id="uer-qF-XRs">
  657. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  658. <font key="font" metaFont="system"/>
  659. </buttonCell>
  660. <connections>
  661. <action selector="buttonItemClick_Center:" target="-2" id="Hk9-0I-fSJ"/>
  662. </connections>
  663. </button>
  664. </subviews>
  665. <constraints>
  666. <constraint firstItem="urW-5G-Ad1" firstAttribute="leading" secondItem="hv5-EF-rgN" secondAttribute="trailing" constant="4" id="3u6-4G-loj"/>
  667. <constraint firstItem="hv5-EF-rgN" firstAttribute="centerY" secondItem="fg9-32-HZP" secondAttribute="centerY" id="5Vn-Gh-llU"/>
  668. <constraint firstItem="gGH-DJ-pie" firstAttribute="centerY" secondItem="CRu-dV-3vm" secondAttribute="centerY" id="Hw7-Be-iGm"/>
  669. <constraint firstItem="dHM-AO-rF7" firstAttribute="top" secondItem="cjk-kW-hGj" secondAttribute="top" constant="12" id="JBk-Mj-I9P"/>
  670. <constraint firstItem="urW-5G-Ad1" firstAttribute="centerY" secondItem="fg9-32-HZP" secondAttribute="centerY" id="M0N-iB-gv7"/>
  671. <constraint firstItem="fg9-32-HZP" firstAttribute="leading" secondItem="cjk-kW-hGj" secondAttribute="leading" constant="38" id="MZB-WW-YPp"/>
  672. <constraint firstItem="nLW-Cw-sjg" firstAttribute="centerY" secondItem="CRu-dV-3vm" secondAttribute="centerY" id="MyU-DW-yVb"/>
  673. <constraint firstItem="AoW-07-9El" firstAttribute="leading" secondItem="nLW-Cw-sjg" secondAttribute="trailing" constant="15" id="OF2-CX-CxS"/>
  674. <constraint firstItem="Ioi-Bj-Odn" firstAttribute="centerY" secondItem="fg9-32-HZP" secondAttribute="centerY" id="ORB-WA-AbO"/>
  675. <constraint firstItem="gGH-DJ-pie" firstAttribute="leading" secondItem="AoW-07-9El" secondAttribute="trailing" constant="4" id="PQI-r2-G9Z"/>
  676. <constraint firstItem="EdY-87-wsh" firstAttribute="centerY" secondItem="dHM-AO-rF7" secondAttribute="centerY" id="RoR-65-GmL"/>
  677. <constraint firstItem="EdY-87-wsh" firstAttribute="leading" secondItem="dHM-AO-rF7" secondAttribute="trailing" constant="10" id="Skr-v1-2Cy"/>
  678. <constraint firstItem="dHM-AO-rF7" firstAttribute="leading" secondItem="cjk-kW-hGj" secondAttribute="leading" constant="16" id="Wlv-Nk-iAf"/>
  679. <constraint firstItem="Fqc-0d-9Eq" firstAttribute="centerY" secondItem="CRu-dV-3vm" secondAttribute="centerY" id="Xdb-Zy-PII"/>
  680. <constraint firstItem="AoW-07-9El" firstAttribute="centerY" secondItem="CRu-dV-3vm" secondAttribute="centerY" id="ZJA-MT-rAL"/>
  681. <constraint firstItem="nLW-Cw-sjg" firstAttribute="top" secondItem="EdY-87-wsh" secondAttribute="bottom" constant="10" id="gQz-pg-uPX"/>
  682. <constraint firstItem="Fqc-0d-9Eq" firstAttribute="leading" secondItem="CRu-dV-3vm" secondAttribute="trailing" constant="10" id="jwg-wh-j8l"/>
  683. <constraint firstItem="wkn-bH-QLY" firstAttribute="centerY" secondItem="fg9-32-HZP" secondAttribute="centerY" id="oVX-qy-lzJ"/>
  684. <constraint firstItem="wkn-bH-QLY" firstAttribute="leading" secondItem="fg9-32-HZP" secondAttribute="trailing" constant="20" id="pJk-M6-F6L"/>
  685. <constraint firstItem="nLW-Cw-sjg" firstAttribute="leading" secondItem="Fqc-0d-9Eq" secondAttribute="trailing" constant="4" id="rKk-7g-fzg"/>
  686. <constraint firstItem="Ioi-Bj-Odn" firstAttribute="top" secondItem="nLW-Cw-sjg" secondAttribute="bottom" constant="10" id="rgx-0l-5aS"/>
  687. <constraint firstAttribute="bottom" secondItem="Ioi-Bj-Odn" secondAttribute="bottom" constant="10" id="tL0-VE-xGo"/>
  688. <constraint firstItem="hv5-EF-rgN" firstAttribute="leading" secondItem="Ioi-Bj-Odn" secondAttribute="trailing" constant="15" id="v2X-tL-ejY"/>
  689. <constraint firstItem="CRu-dV-3vm" firstAttribute="leading" secondItem="dHM-AO-rF7" secondAttribute="leading" id="x4t-GD-MDO"/>
  690. <constraint firstItem="Ioi-Bj-Odn" firstAttribute="leading" secondItem="wkn-bH-QLY" secondAttribute="trailing" constant="4" id="yxB-y6-Cpz"/>
  691. </constraints>
  692. </view>
  693. </box>
  694. <box boxType="custom" borderType="none" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="c7d-vJ-aEI">
  695. <rect key="frame" x="0.0" y="0.0" width="492" height="26"/>
  696. <view key="contentView" id="V1W-La-7Fv">
  697. <rect key="frame" x="0.0" y="0.0" width="492" height="26"/>
  698. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  699. <subviews>
  700. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="i2R-g4-Mfv">
  701. <rect key="frame" x="-2" y="5" width="77" height="16"/>
  702. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Page Range" id="pff-Zr-itc">
  703. <font key="font" metaFont="system"/>
  704. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  705. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  706. </textFieldCell>
  707. </textField>
  708. <comboBox focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ynj-Y3-ZFe">
  709. <rect key="frame" x="92" y="1" width="216" height="23"/>
  710. <constraints>
  711. <constraint firstAttribute="width" constant="212" id="mDC-cc-mgp"/>
  712. </constraints>
  713. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="WKI-Vc-ChH">
  714. <font key="font" metaFont="system"/>
  715. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  716. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  717. </comboBoxCell>
  718. <connections>
  719. <action selector="comboBoxItemClick_PageRange:" target="-2" id="bVA-41-6vE"/>
  720. </connections>
  721. </comboBox>
  722. </subviews>
  723. <constraints>
  724. <constraint firstItem="Ynj-Y3-ZFe" firstAttribute="centerY" secondItem="i2R-g4-Mfv" secondAttribute="centerY" id="KjB-Hg-7OQ"/>
  725. <constraint firstAttribute="bottom" secondItem="Ynj-Y3-ZFe" secondAttribute="bottom" constant="3" id="cgI-aX-XOP"/>
  726. <constraint firstItem="i2R-g4-Mfv" firstAttribute="leading" secondItem="V1W-La-7Fv" secondAttribute="leading" id="d4f-AH-fTt"/>
  727. <constraint firstItem="Ynj-Y3-ZFe" firstAttribute="top" secondItem="V1W-La-7Fv" secondAttribute="top" constant="3" id="npv-LN-UuL"/>
  728. <constraint firstItem="Ynj-Y3-ZFe" firstAttribute="leading" secondItem="i2R-g4-Mfv" secondAttribute="trailing" constant="20" id="s2d-jW-Irf"/>
  729. </constraints>
  730. </view>
  731. <color key="fillColor" red="1" green="1" blue="1" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  732. </box>
  733. </subviews>
  734. <constraints>
  735. <constraint firstItem="b2t-Vm-9TN" firstAttribute="centerY" secondItem="pjr-0K-HcJ" secondAttribute="centerY" id="1W8-Xh-RnY"/>
  736. <constraint firstItem="z3z-tZ-TKL" firstAttribute="leading" secondItem="UOf-xL-wZf" secondAttribute="leading" constant="16" id="DHo-OS-Co1"/>
  737. <constraint firstItem="Xul-oG-2l2" firstAttribute="trailing" secondItem="8Xu-vw-ZUb" secondAttribute="trailing" id="FHg-sY-1fk"/>
  738. <constraint firstItem="b2t-Vm-9TN" firstAttribute="leading" secondItem="pjr-0K-HcJ" secondAttribute="trailing" constant="5" id="JVG-AR-86k"/>
  739. <constraint firstItem="8Xu-vw-ZUb" firstAttribute="top" secondItem="2x8-XK-ICO" secondAttribute="bottom" constant="5" id="Ll6-6S-PWr"/>
  740. <constraint firstItem="Xul-oG-2l2" firstAttribute="top" secondItem="z3z-tZ-TKL" secondAttribute="bottom" constant="5" id="OqD-8O-gQ2"/>
  741. <constraint firstItem="c7d-vJ-aEI" firstAttribute="top" secondItem="Xul-oG-2l2" secondAttribute="bottom" constant="15" id="ThD-cb-Gb0"/>
  742. <constraint firstAttribute="trailing" secondItem="8Xu-vw-ZUb" secondAttribute="trailing" id="Tol-yQ-ru9"/>
  743. <constraint firstItem="z3z-tZ-TKL" firstAttribute="top" secondItem="8Xu-vw-ZUb" secondAttribute="bottom" constant="20" id="caK-lA-O3V"/>
  744. <constraint firstItem="2x8-XK-ICO" firstAttribute="top" secondItem="b2t-Vm-9TN" secondAttribute="bottom" constant="18" id="djz-CW-Thx"/>
  745. <constraint firstItem="b2t-Vm-9TN" firstAttribute="top" secondItem="UOf-xL-wZf" secondAttribute="top" id="iaf-QK-Znh"/>
  746. <constraint firstAttribute="bottom" secondItem="c7d-vJ-aEI" secondAttribute="bottom" id="ntP-Dr-cw7"/>
  747. <constraint firstItem="c7d-vJ-aEI" firstAttribute="leading" secondItem="Xul-oG-2l2" secondAttribute="leading" id="oFw-TJ-ijN"/>
  748. <constraint firstItem="c7d-vJ-aEI" firstAttribute="trailing" secondItem="Xul-oG-2l2" secondAttribute="trailing" id="pEa-qh-ElK"/>
  749. <constraint firstItem="8Xu-vw-ZUb" firstAttribute="leading" secondItem="UOf-xL-wZf" secondAttribute="leading" id="pLk-X8-4QF"/>
  750. <constraint firstItem="2x8-XK-ICO" firstAttribute="leading" secondItem="UOf-xL-wZf" secondAttribute="leading" constant="16" id="ptt-JL-mZl"/>
  751. <constraint firstItem="Xul-oG-2l2" firstAttribute="leading" secondItem="8Xu-vw-ZUb" secondAttribute="leading" id="xWn-kT-W4Y"/>
  752. <constraint firstItem="pjr-0K-HcJ" firstAttribute="leading" secondItem="UOf-xL-wZf" secondAttribute="leading" id="z4e-Vm-h1q"/>
  753. </constraints>
  754. </view>
  755. </box>
  756. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cdg-Zn-VLp">
  757. <rect key="frame" x="701" y="11" width="76" height="32"/>
  758. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5lZ-eM-aY4">
  759. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  760. <font key="font" metaFont="system"/>
  761. <string key="keyEquivalent" base64-UTF8="YES">
  762. Gw
  763. </string>
  764. </buttonCell>
  765. <connections>
  766. <action selector="buttonItemClick_Cancel:" target="-2" id="nh7-NQ-bKA"/>
  767. </connections>
  768. </button>
  769. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XMR-VG-lFR">
  770. <rect key="frame" x="793" y="11" width="53" height="32"/>
  771. <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="BHk-je-uZG">
  772. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  773. <font key="font" metaFont="system"/>
  774. <string key="keyEquivalent" base64-UTF8="YES">
  775. DQ
  776. </string>
  777. </buttonCell>
  778. <connections>
  779. <action selector="buttonItemClick_Save:" target="-2" id="oSs-ea-CgR"/>
  780. </connections>
  781. </button>
  782. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="TXN-MH-f2b">
  783. <rect key="frame" x="8" y="11" width="63" height="32"/>
  784. <buttonCell key="cell" type="push" title="Print" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="XeP-Wk-XtG">
  785. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  786. <font key="font" metaFont="system"/>
  787. </buttonCell>
  788. <connections>
  789. <action selector="buttonItemClick_Print:" target="-2" id="WCp-tg-Hvt"/>
  790. </connections>
  791. </button>
  792. </subviews>
  793. <constraints>
  794. <constraint firstItem="kXK-8s-GTS" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="18" id="0Ts-pg-iUk"/>
  795. <constraint firstItem="b1A-Hw-Fy0" firstAttribute="leading" secondItem="kXK-8s-GTS" secondAttribute="trailing" constant="40" id="7YG-dc-G6u"/>
  796. <constraint firstItem="TXN-MH-f2b" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="15" id="U7k-vX-0bE"/>
  797. <constraint firstItem="b1A-Hw-Fy0" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="20" id="VeC-Fk-a5A"/>
  798. <constraint firstItem="XMR-VG-lFR" firstAttribute="centerY" secondItem="cdg-Zn-VLp" secondAttribute="centerY" id="a7e-7k-l2G"/>
  799. <constraint firstItem="XMR-VG-lFR" firstAttribute="leading" secondItem="cdg-Zn-VLp" secondAttribute="trailing" constant="30" id="avv-1a-qww"/>
  800. <constraint firstItem="kXK-8s-GTS" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="40" id="cF4-Gn-lat"/>
  801. <constraint firstAttribute="bottom" secondItem="XMR-VG-lFR" secondAttribute="bottom" constant="18" id="hVG-qy-uyf"/>
  802. <constraint firstAttribute="trailing" secondItem="XMR-VG-lFR" secondAttribute="trailing" constant="15" id="ihe-tD-hjc"/>
  803. <constraint firstAttribute="bottom" secondItem="b1A-Hw-Fy0" secondAttribute="bottom" constant="75" id="nUW-N1-tXo"/>
  804. <constraint firstAttribute="bottom" secondItem="TXN-MH-f2b" secondAttribute="bottom" constant="18" id="ncR-2p-hi3"/>
  805. <constraint firstAttribute="trailing" secondItem="b1A-Hw-Fy0" secondAttribute="trailing" constant="42" id="piW-oT-lLC"/>
  806. </constraints>
  807. </view>
  808. <connections>
  809. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  810. </connections>
  811. <point key="canvasLocation" x="225" y="266.5"/>
  812. </window>
  813. </objects>
  814. <resources>
  815. <image name="NSGoLeftTemplate" width="12" height="17"/>
  816. <image name="NSGoRightTemplate" width="12" height="17"/>
  817. </resources>
  818. </document>