KMAddBackgroundView.xib 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  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="KMAddBackgroundView" customModule="PDF_Master" customModuleProvider="target">
  11. <connections>
  12. <outlet property="batchButton" destination="dCQ-Gq-Cst" id="1eZ-79-CVg"/>
  13. <outlet property="cancelButton" destination="D5H-CW-WxN" id="Ajv-hT-unV"/>
  14. <outlet property="doneButton" destination="V6K-Pu-pZ6" id="aPK-KL-17b"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="c22-O7-iKe">
  20. <rect key="frame" x="0.0" y="0.0" width="992" height="565"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <view translatesAutoresizingMaskIntoConstraints="NO" id="rxq-as-8Qd">
  24. <rect key="frame" x="0.0" y="0.0" width="992" height="565"/>
  25. <subviews>
  26. <pdfView autoresizesSubviews="NO" wantsLayer="YES" displayMode="singlePage" displaysPageBreaks="NO" translatesAutoresizingMaskIntoConstraints="NO" id="afp-IL-Bkr" customClass="KMWatermarkPDFView">
  27. <rect key="frame" x="40" y="219" width="240" height="310"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="310" id="3F8-3R-L32"/>
  30. <constraint firstAttribute="width" constant="240" id="z9f-pN-cNM"/>
  31. </constraints>
  32. </pdfView>
  33. <box title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="wuk-f8-DLJ">
  34. <rect key="frame" x="319" y="427" width="636" height="120"/>
  35. <view key="contentView" id="jlb-9G-otw">
  36. <rect key="frame" x="4" y="5" width="628" height="100"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  38. <subviews>
  39. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="uJE-UR-TcB">
  40. <rect key="frame" x="14" y="73" width="61" height="18"/>
  41. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="6pb-AW-Cwu">
  42. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  43. <font key="font" metaFont="system"/>
  44. </buttonCell>
  45. </button>
  46. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="e5H-Ra-5M6">
  47. <rect key="frame" x="14" y="33" width="61" height="18"/>
  48. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="c3K-AK-iyb">
  49. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  50. <font key="font" metaFont="system"/>
  51. </buttonCell>
  52. </button>
  53. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FdJ-Mo-ixe">
  54. <rect key="frame" x="388" y="13" width="37" height="16"/>
  55. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="RQC-aD-iTm">
  56. <font key="font" metaFont="system"/>
  57. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  58. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  59. </textFieldCell>
  60. </textField>
  61. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Lzl-LX-D6c">
  62. <rect key="frame" x="491" y="7" width="19" height="28"/>
  63. <stepperCell key="cell" continuous="YES" alignment="left" increment="0.01" maxValue="1" id="Vll-Ns-SVh"/>
  64. </stepper>
  65. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="IHa-Le-PQB">
  66. <rect key="frame" x="425" y="10" width="64" height="21"/>
  67. <constraints>
  68. <constraint firstAttribute="width" constant="64" id="qwX-6G-gnL"/>
  69. </constraints>
  70. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" drawsBackground="YES" id="zg1-qf-CE5">
  71. <numberFormatter key="formatter" formatterBehavior="default10_4" numberStyle="percent" formatWidth="-1" minimumIntegerDigits="1" maximumIntegerDigits="2000000000" id="rGV-Jo-hcc">
  72. <integer key="multiplier" value="100"/>
  73. <real key="minimum" value="0.0"/>
  74. <real key="maximum" value="1"/>
  75. </numberFormatter>
  76. <font key="font" metaFont="system"/>
  77. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  78. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  79. </textFieldCell>
  80. </textField>
  81. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Jmd-Ox-rOL">
  82. <rect key="frame" x="302" y="4" width="75" height="32"/>
  83. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="fjd-T3-LuG">
  84. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  85. <font key="font" metaFont="system"/>
  86. </buttonCell>
  87. </button>
  88. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Jnj-NY-AI4">
  89. <rect key="frame" x="36" y="10" width="262" height="21"/>
  90. <constraints>
  91. <constraint firstAttribute="width" constant="262" id="hgG-eL-ZOS"/>
  92. </constraints>
  93. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="5ok-zf-jSe">
  94. <font key="font" metaFont="system"/>
  95. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  96. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  97. </textFieldCell>
  98. </textField>
  99. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="KJc-ko-3Kw">
  100. <rect key="frame" x="39" y="13" width="37" height="16"/>
  101. <textFieldCell key="cell" lineBreakMode="truncatingMiddle" title="Label" usesSingleLineMode="YES" id="6or-J4-wML">
  102. <font key="font" usesAppearanceFont="YES"/>
  103. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  104. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  105. </textFieldCell>
  106. </textField>
  107. <colorWell translatesAutoresizingMaskIntoConstraints="NO" id="ZXz-PO-D6F">
  108. <rect key="frame" x="87" y="66" width="58" height="32"/>
  109. <constraints>
  110. <constraint firstAttribute="width" constant="52" id="HT7-i5-WfO"/>
  111. <constraint firstAttribute="height" constant="28" id="Z6D-3W-CMF"/>
  112. </constraints>
  113. <color key="color" red="0.05813049898" green="0.055541899059999997" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  114. </colorWell>
  115. </subviews>
  116. <constraints>
  117. <constraint firstItem="Lzl-LX-D6c" firstAttribute="leading" secondItem="IHa-Le-PQB" secondAttribute="trailing" constant="5" id="2Ab-hu-XoL"/>
  118. <constraint firstAttribute="bottom" secondItem="Jnj-NY-AI4" secondAttribute="bottom" constant="10" id="5Yb-OT-5BI"/>
  119. <constraint firstItem="uJE-UR-TcB" firstAttribute="top" secondItem="jlb-9G-otw" secondAttribute="top" constant="10" id="6sq-y4-Ipc"/>
  120. <constraint firstItem="e5H-Ra-5M6" firstAttribute="leading" secondItem="uJE-UR-TcB" secondAttribute="leading" id="9M6-1E-W0s"/>
  121. <constraint firstItem="Jnj-NY-AI4" firstAttribute="leading" secondItem="jlb-9G-otw" secondAttribute="leading" constant="36" id="DBw-yZ-SLf"/>
  122. <constraint firstItem="e5H-Ra-5M6" firstAttribute="top" secondItem="uJE-UR-TcB" secondAttribute="bottom" constant="24" id="Def-0m-EjF"/>
  123. <constraint firstItem="FdJ-Mo-ixe" firstAttribute="leading" secondItem="Jmd-Ox-rOL" secondAttribute="trailing" constant="20" id="EHM-mz-W9f"/>
  124. <constraint firstItem="ZXz-PO-D6F" firstAttribute="leading" secondItem="uJE-UR-TcB" secondAttribute="trailing" constant="15" id="Hd6-h6-h50"/>
  125. <constraint firstItem="uJE-UR-TcB" firstAttribute="leading" secondItem="jlb-9G-otw" secondAttribute="leading" constant="16" id="IIb-EK-E1k"/>
  126. <constraint firstItem="FdJ-Mo-ixe" firstAttribute="centerY" secondItem="Jmd-Ox-rOL" secondAttribute="centerY" id="IcJ-5a-vUU"/>
  127. <constraint firstItem="IHa-Le-PQB" firstAttribute="centerY" secondItem="Jmd-Ox-rOL" secondAttribute="centerY" id="Mj6-1r-dnd"/>
  128. <constraint firstItem="KJc-ko-3Kw" firstAttribute="centerY" secondItem="Jnj-NY-AI4" secondAttribute="centerY" id="ZhK-Fe-Nwu"/>
  129. <constraint firstItem="Jmd-Ox-rOL" firstAttribute="centerY" secondItem="Jnj-NY-AI4" secondAttribute="centerY" id="aXq-UH-CA7"/>
  130. <constraint firstItem="Lzl-LX-D6c" firstAttribute="centerY" secondItem="Jmd-Ox-rOL" secondAttribute="centerY" id="do1-fy-0C2"/>
  131. <constraint firstItem="KJc-ko-3Kw" firstAttribute="leading" secondItem="Jnj-NY-AI4" secondAttribute="leading" constant="5" id="jEs-tE-5P3"/>
  132. <constraint firstItem="IHa-Le-PQB" firstAttribute="centerY" secondItem="FdJ-Mo-ixe" secondAttribute="centerY" id="kHi-9r-W1s"/>
  133. <constraint firstItem="Jnj-NY-AI4" firstAttribute="top" secondItem="e5H-Ra-5M6" secondAttribute="bottom" constant="3" id="npE-QW-V5C"/>
  134. <constraint firstItem="ZXz-PO-D6F" firstAttribute="centerY" secondItem="uJE-UR-TcB" secondAttribute="centerY" id="qqm-Nc-4BG"/>
  135. <constraint firstItem="IHa-Le-PQB" firstAttribute="leading" secondItem="FdJ-Mo-ixe" secondAttribute="trailing" constant="2" id="rqW-SD-3cJ"/>
  136. <constraint firstItem="Jmd-Ox-rOL" firstAttribute="leading" secondItem="Jnj-NY-AI4" secondAttribute="trailing" constant="11" id="skf-Cu-J3o"/>
  137. <constraint firstItem="KJc-ko-3Kw" firstAttribute="trailing" relation="lessThanOrEqual" secondItem="Jnj-NY-AI4" secondAttribute="trailing" constant="-5" id="tLh-Z2-dSr"/>
  138. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Lzl-LX-D6c" secondAttribute="trailing" id="x3K-Wt-QyH"/>
  139. </constraints>
  140. </view>
  141. </box>
  142. <box title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="uVG-9U-es7">
  143. <rect key="frame" x="319" y="276" width="636" height="135"/>
  144. <view key="contentView" id="CcN-Hf-zoH">
  145. <rect key="frame" x="4" y="5" width="628" height="115"/>
  146. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  147. <subviews>
  148. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rm6-4f-1Wl">
  149. <rect key="frame" x="14" y="83" width="74" height="16"/>
  150. <textFieldCell key="cell" lineBreakMode="clipping" title="1" id="8C9-F6-Qni">
  151. <font key="font" usesAppearanceFont="YES"/>
  152. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  153. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  154. </textFieldCell>
  155. </textField>
  156. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xZ8-fz-ItF">
  157. <rect key="frame" x="14" y="49" width="10" height="16"/>
  158. <textFieldCell key="cell" lineBreakMode="clipping" title="1" id="Xls-w9-vI8">
  159. <font key="font" usesAppearanceFont="YES"/>
  160. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  161. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  162. </textFieldCell>
  163. </textField>
  164. <textField hidden="YES" focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XDg-Xx-kal">
  165. <rect key="frame" x="14" y="20" width="74" height="16"/>
  166. <textFieldCell key="cell" lineBreakMode="clipping" title="sdfsdfdfsdf" id="jbz-vS-PPC">
  167. <font key="font" usesAppearanceFont="YES"/>
  168. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  169. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  170. </textFieldCell>
  171. </textField>
  172. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VpQ-rd-1lb">
  173. <rect key="frame" x="92" y="81" width="100" height="21"/>
  174. <constraints>
  175. <constraint firstAttribute="width" constant="100" id="RD9-e3-VvL"/>
  176. </constraints>
  177. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" id="RIq-Hf-dbc">
  178. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" formatWidth="-1" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="DfG-tg-QD2">
  179. <real key="minimum" value="-360"/>
  180. <real key="maximum" value="360"/>
  181. </numberFormatter>
  182. <font key="font" metaFont="system"/>
  183. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  184. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  185. </textFieldCell>
  186. </textField>
  187. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZfX-mo-ogH">
  188. <rect key="frame" x="194" y="77" width="19" height="28"/>
  189. <stepperCell key="cell" continuous="YES" alignment="left" minValue="-360" maxValue="360" id="biN-b0-SBQ"/>
  190. </stepper>
  191. <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qgx-tW-Cch">
  192. <rect key="frame" x="90" y="41" width="122" height="28"/>
  193. <sliderCell key="cell" state="on" alignment="left" maxValue="1" doubleValue="1" tickMarkPosition="above" sliderType="linear" id="8VV-02-LhX"/>
  194. </slider>
  195. <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7M2-46-8tV">
  196. <rect key="frame" x="175" y="19" width="61" height="18"/>
  197. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="a9o-sz-WQq">
  198. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  199. <font key="font" metaFont="system"/>
  200. </buttonCell>
  201. </button>
  202. <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zwd-Et-1km">
  203. <rect key="frame" x="90" y="19" width="61" height="18"/>
  204. <buttonCell key="cell" type="radio" title="Radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="CFt-95-ZhP">
  205. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  206. <font key="font" metaFont="system"/>
  207. </buttonCell>
  208. </button>
  209. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Yw0-0L-CLB">
  210. <rect key="frame" x="230" y="47" width="64" height="21"/>
  211. <constraints>
  212. <constraint firstAttribute="width" constant="64" id="Xbo-Bt-Oqm"/>
  213. </constraints>
  214. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" drawsBackground="YES" id="bS0-rm-aO2">
  215. <numberFormatter key="formatter" formatterBehavior="default10_4" numberStyle="percent" formatWidth="-1" minimumIntegerDigits="1" maximumIntegerDigits="2000000000" id="Ub0-AL-XUJ">
  216. <integer key="multiplier" value="100"/>
  217. <real key="minimum" value="0.0"/>
  218. <real key="maximum" value="1"/>
  219. </numberFormatter>
  220. <font key="font" metaFont="system"/>
  221. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  222. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  223. </textFieldCell>
  224. </textField>
  225. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sVe-7U-Sr3">
  226. <rect key="frame" x="298" y="43" width="19" height="28"/>
  227. <stepperCell key="cell" continuous="YES" alignment="left" increment="0.01" maxValue="1" id="Oaa-8F-8y4"/>
  228. </stepper>
  229. <customView translatesAutoresizingMaskIntoConstraints="NO" id="plG-s5-sBd" customClass="KMPostionIndicateView">
  230. <rect key="frame" x="366" y="20" width="80" height="80"/>
  231. <constraints>
  232. <constraint firstAttribute="height" constant="80" id="Vzf-gu-lfR"/>
  233. <constraint firstAttribute="width" constant="80" id="gXd-35-hb9"/>
  234. </constraints>
  235. </customView>
  236. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RYW-E6-8Ph">
  237. <rect key="frame" x="540" y="27" width="19" height="28"/>
  238. <stepperCell key="cell" continuous="YES" alignment="left" minValue="-1000" maxValue="1000" id="cqc-YJ-42A"/>
  239. </stepper>
  240. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WNU-SS-y7q">
  241. <rect key="frame" x="456" y="67" width="10" height="16"/>
  242. <textFieldCell key="cell" lineBreakMode="clipping" title="1" id="ew9-Av-Kga">
  243. <font key="font" usesAppearanceFont="YES"/>
  244. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  245. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  246. </textFieldCell>
  247. </textField>
  248. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PVJ-QE-OSa">
  249. <rect key="frame" x="456" y="33" width="10" height="16"/>
  250. <textFieldCell key="cell" lineBreakMode="clipping" title="1" id="lfO-bi-QOP">
  251. <font key="font" usesAppearanceFont="YES"/>
  252. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  253. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  254. </textFieldCell>
  255. </textField>
  256. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FK4-eP-ZsW">
  257. <rect key="frame" x="540" y="61" width="19" height="28"/>
  258. <stepperCell key="cell" continuous="YES" alignment="left" minValue="-1000" maxValue="1000" id="3Z7-UA-5Sc"/>
  259. </stepper>
  260. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RTe-5d-eUd">
  261. <rect key="frame" x="14" y="17" width="37" height="16"/>
  262. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="mQ6-iG-xAG">
  263. <font key="font" metaFont="system"/>
  264. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  265. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  266. </textFieldCell>
  267. </textField>
  268. <comboBox focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hai-eI-TEB">
  269. <rect key="frame" x="91" y="13" width="226" height="23"/>
  270. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" bezelStyle="round" completes="NO" numberOfVisibleItems="5" id="JWl-vg-Fr6">
  271. <font key="font" metaFont="system"/>
  272. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  273. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  274. <objectValues>
  275. <string>Item 1</string>
  276. <string>Item 2</string>
  277. <string>Item 3</string>
  278. </objectValues>
  279. </comboBoxCell>
  280. </comboBox>
  281. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="h7e-Zv-9g0">
  282. <rect key="frame" x="474" y="64" width="64" height="21"/>
  283. <constraints>
  284. <constraint firstAttribute="width" constant="64" id="B5N-yq-Ejj"/>
  285. </constraints>
  286. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" id="fCq-oO-Dat">
  287. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" formatWidth="-1" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="KDn-PG-2et">
  288. <real key="minimum" value="-1000"/>
  289. <real key="maximum" value="1000"/>
  290. </numberFormatter>
  291. <font key="font" metaFont="system"/>
  292. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  293. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  294. </textFieldCell>
  295. </textField>
  296. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="TN8-0T-3ni">
  297. <rect key="frame" x="474" y="30" width="64" height="21"/>
  298. <constraints>
  299. <constraint firstAttribute="width" constant="64" id="TAk-Sb-NDr"/>
  300. </constraints>
  301. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" id="gcv-gL-YTm">
  302. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" formatWidth="-1" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="UJ8-Zy-LOZ">
  303. <real key="minimum" value="-1000"/>
  304. <real key="maximum" value="1000"/>
  305. </numberFormatter>
  306. <font key="font" metaFont="system"/>
  307. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  308. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  309. </textFieldCell>
  310. </textField>
  311. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Qbj-dr-1LX" customClass="KMAngleIndicateView">
  312. <rect key="frame" x="230" y="77" width="20" height="28"/>
  313. <constraints>
  314. <constraint firstAttribute="height" constant="28" id="YcK-XO-cVB"/>
  315. <constraint firstAttribute="width" constant="20" id="v4N-2u-Oi4"/>
  316. </constraints>
  317. </customView>
  318. <customView translatesAutoresizingMaskIntoConstraints="NO" id="nic-kL-H4J" customClass="KMAngleIndicateView">
  319. <rect key="frame" x="294" y="77" width="20" height="28"/>
  320. <constraints>
  321. <constraint firstAttribute="height" constant="28" id="8fk-3T-ax0"/>
  322. <constraint firstAttribute="width" constant="20" id="Xj5-yz-db5"/>
  323. </constraints>
  324. </customView>
  325. <customView translatesAutoresizingMaskIntoConstraints="NO" id="BBR-fQ-n2l" customClass="KMAngleIndicateView">
  326. <rect key="frame" x="262" y="77" width="20" height="28"/>
  327. <constraints>
  328. <constraint firstAttribute="width" constant="20" id="9aZ-hm-Pdw"/>
  329. <constraint firstAttribute="height" constant="28" id="LP8-dN-Ykg"/>
  330. </constraints>
  331. </customView>
  332. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ny5-4M-SSy">
  333. <rect key="frame" x="556" y="67" width="27" height="16"/>
  334. <textFieldCell key="cell" lineBreakMode="clipping" title="mm" id="wO0-ZF-tkf">
  335. <font key="font" metaFont="system"/>
  336. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  337. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  338. </textFieldCell>
  339. </textField>
  340. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MI0-Nh-OTL">
  341. <rect key="frame" x="556" y="33" width="27" height="16"/>
  342. <textFieldCell key="cell" lineBreakMode="clipping" title="mm" id="IkR-eF-sFp">
  343. <font key="font" metaFont="system"/>
  344. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  345. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  346. </textFieldCell>
  347. </textField>
  348. </subviews>
  349. <constraints>
  350. <constraint firstItem="h7e-Zv-9g0" firstAttribute="leading" secondItem="WNU-SS-y7q" secondAttribute="trailing" constant="10" id="1D6-Wv-Jvs"/>
  351. <constraint firstItem="TN8-0T-3ni" firstAttribute="leading" secondItem="h7e-Zv-9g0" secondAttribute="leading" id="2e2-C8-dlH"/>
  352. <constraint firstItem="h7e-Zv-9g0" firstAttribute="top" secondItem="CcN-Hf-zoH" secondAttribute="top" constant="30" id="6De-iD-yCK"/>
  353. <constraint firstItem="WNU-SS-y7q" firstAttribute="centerY" secondItem="h7e-Zv-9g0" secondAttribute="centerY" id="6Yd-hl-ih9"/>
  354. <constraint firstItem="zwd-Et-1km" firstAttribute="leading" secondItem="VpQ-rd-1lb" secondAttribute="leading" id="802-OQ-oJD"/>
  355. <constraint firstItem="nic-kL-H4J" firstAttribute="leading" secondItem="BBR-fQ-n2l" secondAttribute="trailing" constant="12" id="8SP-al-1QT"/>
  356. <constraint firstItem="qgx-tW-Cch" firstAttribute="leading" secondItem="VpQ-rd-1lb" secondAttribute="leading" id="9VN-rN-nZq"/>
  357. <constraint firstItem="7M2-46-8tV" firstAttribute="leading" secondItem="zwd-Et-1km" secondAttribute="trailing" constant="26" id="9fV-fk-8w0"/>
  358. <constraint firstItem="sVe-7U-Sr3" firstAttribute="leading" secondItem="Yw0-0L-CLB" secondAttribute="trailing" constant="7" id="ANq-9Z-Mgl"/>
  359. <constraint firstItem="sVe-7U-Sr3" firstAttribute="centerY" secondItem="xZ8-fz-ItF" secondAttribute="centerY" id="Bz1-dP-r7H"/>
  360. <constraint firstItem="RYW-E6-8Ph" firstAttribute="leading" secondItem="TN8-0T-3ni" secondAttribute="trailing" constant="5" id="CQJ-ES-Css"/>
  361. <constraint firstItem="PVJ-QE-OSa" firstAttribute="centerY" secondItem="TN8-0T-3ni" secondAttribute="centerY" id="Ffw-0c-obe"/>
  362. <constraint firstItem="ny5-4M-SSy" firstAttribute="centerY" secondItem="h7e-Zv-9g0" secondAttribute="centerY" id="FiB-ew-eV2"/>
  363. <constraint firstItem="rm6-4f-1Wl" firstAttribute="leading" secondItem="CcN-Hf-zoH" secondAttribute="leading" constant="16" id="Hmm-SG-Wcl"/>
  364. <constraint firstItem="zwd-Et-1km" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="XDg-Xx-kal" secondAttribute="trailing" constant="6" id="KnF-sW-YXu"/>
  365. <constraint firstItem="Yw0-0L-CLB" firstAttribute="leading" secondItem="Qbj-dr-1LX" secondAttribute="leading" id="L5h-Ne-d2a"/>
  366. <constraint firstItem="sVe-7U-Sr3" firstAttribute="trailing" secondItem="hai-eI-TEB" secondAttribute="trailing" id="Ln6-3L-tya"/>
  367. <constraint firstItem="FK4-eP-ZsW" firstAttribute="centerY" secondItem="h7e-Zv-9g0" secondAttribute="centerY" id="N6l-0u-IxF"/>
  368. <constraint firstItem="xZ8-fz-ItF" firstAttribute="leading" secondItem="rm6-4f-1Wl" secondAttribute="leading" id="Nzd-Mn-g9S"/>
  369. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="MI0-Nh-OTL" secondAttribute="trailing" id="Pjv-xh-60Z"/>
  370. <constraint firstItem="RYW-E6-8Ph" firstAttribute="centerY" secondItem="PVJ-QE-OSa" secondAttribute="centerY" id="RCx-9F-UxM"/>
  371. <constraint firstItem="VpQ-rd-1lb" firstAttribute="centerY" secondItem="rm6-4f-1Wl" secondAttribute="centerY" id="S3a-Zc-xAr"/>
  372. <constraint firstItem="XDg-Xx-kal" firstAttribute="top" secondItem="xZ8-fz-ItF" secondAttribute="bottom" constant="13" id="T3m-S0-qwe"/>
  373. <constraint firstItem="BBR-fQ-n2l" firstAttribute="centerY" secondItem="ZfX-mo-ogH" secondAttribute="centerY" id="TUJ-k8-o3B"/>
  374. <constraint firstItem="TN8-0T-3ni" firstAttribute="top" secondItem="h7e-Zv-9g0" secondAttribute="bottom" constant="13" id="TXO-QQ-Qa1"/>
  375. <constraint firstItem="plG-s5-sBd" firstAttribute="top" secondItem="nic-kL-H4J" secondAttribute="top" constant="5" id="UvA-Dd-zJW"/>
  376. <constraint firstItem="Qbj-dr-1LX" firstAttribute="centerY" secondItem="ZfX-mo-ogH" secondAttribute="centerY" id="X9O-rH-oyZ"/>
  377. <constraint firstItem="VpQ-rd-1lb" firstAttribute="leading" secondItem="rm6-4f-1Wl" secondAttribute="trailing" constant="6" id="Yw4-va-esT"/>
  378. <constraint firstItem="hai-eI-TEB" firstAttribute="top" secondItem="7M2-46-8tV" secondAttribute="bottom" constant="-15" id="Z2U-Un-r2a"/>
  379. <constraint firstItem="xZ8-fz-ItF" firstAttribute="top" secondItem="rm6-4f-1Wl" secondAttribute="bottom" constant="18" id="ZaD-6L-4W8"/>
  380. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="sVe-7U-Sr3" secondAttribute="trailing" multiplier="2" id="ZsV-i4-T1L"/>
  381. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="7M2-46-8tV" secondAttribute="trailing" id="bA1-uf-dtN"/>
  382. <constraint firstItem="7M2-46-8tV" firstAttribute="centerY" secondItem="zwd-Et-1km" secondAttribute="centerY" id="d8L-hO-4eZ"/>
  383. <constraint firstItem="ZfX-mo-ogH" firstAttribute="leading" secondItem="VpQ-rd-1lb" secondAttribute="trailing" constant="5" id="fsf-tk-9sL"/>
  384. <constraint firstItem="hai-eI-TEB" firstAttribute="leading" secondItem="qgx-tW-Cch" secondAttribute="leading" id="gjg-kk-BcF"/>
  385. <constraint firstItem="qgx-tW-Cch" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="xZ8-fz-ItF" secondAttribute="trailing" constant="6" id="h8s-bS-jRW"/>
  386. <constraint firstItem="plG-s5-sBd" firstAttribute="leading" secondItem="sVe-7U-Sr3" secondAttribute="trailing" constant="52" id="i1w-sc-XUf"/>
  387. <constraint firstItem="hai-eI-TEB" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="RTe-5d-eUd" secondAttribute="trailing" constant="6" id="iou-dd-a9y"/>
  388. <constraint firstItem="qgx-tW-Cch" firstAttribute="centerY" secondItem="xZ8-fz-ItF" secondAttribute="centerY" id="j6M-Ge-CNS"/>
  389. <constraint firstItem="RTe-5d-eUd" firstAttribute="leading" secondItem="XDg-Xx-kal" secondAttribute="leading" id="j89-pe-6Cv"/>
  390. <constraint firstItem="rm6-4f-1Wl" firstAttribute="top" secondItem="CcN-Hf-zoH" secondAttribute="top" constant="16" id="kGj-YG-iCN"/>
  391. <constraint firstItem="ZfX-mo-ogH" firstAttribute="centerY" secondItem="rm6-4f-1Wl" secondAttribute="centerY" id="kcz-Ue-8Hs"/>
  392. <constraint firstItem="hai-eI-TEB" firstAttribute="centerY" secondItem="RTe-5d-eUd" secondAttribute="centerY" id="l7z-VU-R2N"/>
  393. <constraint firstItem="MI0-Nh-OTL" firstAttribute="centerY" secondItem="TN8-0T-3ni" secondAttribute="centerY" id="mHW-HH-Svy"/>
  394. <constraint firstItem="XDg-Xx-kal" firstAttribute="leading" secondItem="rm6-4f-1Wl" secondAttribute="leading" id="mXt-pM-5DO"/>
  395. <constraint firstItem="WNU-SS-y7q" firstAttribute="leading" secondItem="plG-s5-sBd" secondAttribute="trailing" constant="12" id="oNX-RA-WAc"/>
  396. <constraint firstAttribute="bottom" secondItem="plG-s5-sBd" secondAttribute="bottom" constant="20" id="p3k-ML-lJH"/>
  397. <constraint firstItem="BBR-fQ-n2l" firstAttribute="leading" secondItem="Qbj-dr-1LX" secondAttribute="trailing" constant="12" id="po9-Ud-tjK"/>
  398. <constraint firstItem="nic-kL-H4J" firstAttribute="centerY" secondItem="ZfX-mo-ogH" secondAttribute="centerY" id="prx-qh-ECq"/>
  399. <constraint firstItem="Qbj-dr-1LX" firstAttribute="leading" secondItem="ZfX-mo-ogH" secondAttribute="trailing" constant="20" id="rbO-gt-gOQ"/>
  400. <constraint firstItem="Yw0-0L-CLB" firstAttribute="centerY" secondItem="xZ8-fz-ItF" secondAttribute="centerY" id="sFs-vA-B7W"/>
  401. <constraint firstItem="FK4-eP-ZsW" firstAttribute="leading" secondItem="h7e-Zv-9g0" secondAttribute="trailing" constant="5" id="tey-aP-sfK"/>
  402. <constraint firstItem="PVJ-QE-OSa" firstAttribute="leading" secondItem="WNU-SS-y7q" secondAttribute="leading" id="u4A-1a-TM7"/>
  403. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="ny5-4M-SSy" secondAttribute="trailing" constant="20" id="vk8-EE-LtY"/>
  404. <constraint firstItem="qgx-tW-Cch" firstAttribute="trailing" secondItem="ZfX-mo-ogH" secondAttribute="trailing" id="xJx-kj-ZHh"/>
  405. <constraint firstItem="MI0-Nh-OTL" firstAttribute="leading" secondItem="FK4-eP-ZsW" secondAttribute="trailing" constant="2" id="yVd-PW-kAL"/>
  406. <constraint firstItem="zwd-Et-1km" firstAttribute="centerY" secondItem="XDg-Xx-kal" secondAttribute="centerY" id="yX3-rs-j2M"/>
  407. <constraint firstItem="ny5-4M-SSy" firstAttribute="leading" secondItem="FK4-eP-ZsW" secondAttribute="trailing" constant="2" id="ys1-hg-mpi"/>
  408. </constraints>
  409. </view>
  410. </box>
  411. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tLK-st-rLL">
  412. <rect key="frame" x="336" y="245" width="65" height="18"/>
  413. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="VJh-Dn-P0C">
  414. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  415. <font key="font" metaFont="system"/>
  416. </buttonCell>
  417. </button>
  418. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="SAP-r8-yOW">
  419. <rect key="frame" x="354" y="225" width="37" height="16"/>
  420. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="FP9-WZ-cOn">
  421. <font key="font" metaFont="system"/>
  422. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  423. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  424. </textFieldCell>
  425. </textField>
  426. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pkF-sT-JBT">
  427. <rect key="frame" x="397" y="222" width="300" height="21"/>
  428. <constraints>
  429. <constraint firstAttribute="width" constant="300" id="Mdn-W2-sze"/>
  430. </constraints>
  431. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="qzs-Va-yaU">
  432. <font key="font" metaFont="system"/>
  433. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  434. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  435. </textFieldCell>
  436. </textField>
  437. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="K9f-us-FkG">
  438. <rect key="frame" x="85" y="180" width="26" height="26"/>
  439. <buttonCell key="cell" type="round" title="Button" bezelStyle="circular" image="NSGoLeftTemplate" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="H93-rU-k6X">
  440. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  441. <font key="font" metaFont="system"/>
  442. </buttonCell>
  443. </button>
  444. <customView translatesAutoresizingMaskIntoConstraints="NO" id="u7Q-0V-OLh">
  445. <rect key="frame" x="130" y="182" width="61" height="22"/>
  446. <subviews>
  447. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="auI-8C-JAb">
  448. <rect key="frame" x="0.0" y="0.0" width="40" height="22"/>
  449. <constraints>
  450. <constraint firstAttribute="width" constant="40" id="6oI-8R-0Bk"/>
  451. <constraint firstAttribute="height" constant="22" id="lQM-Pl-ywn"/>
  452. </constraints>
  453. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="gUx-NJ-4wD">
  454. <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="PWM-ba-xo0">
  455. <real key="minimum" value="1"/>
  456. </numberFormatter>
  457. <font key="font" metaFont="system"/>
  458. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  459. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  460. </textFieldCell>
  461. </textField>
  462. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="W2y-dS-mSh">
  463. <rect key="frame" x="43" y="3" width="20" height="16"/>
  464. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="/ 0" id="cZV-lp-F3g">
  465. <font key="font" metaFont="system"/>
  466. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  467. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  468. </textFieldCell>
  469. </textField>
  470. </subviews>
  471. <constraints>
  472. <constraint firstItem="auI-8C-JAb" firstAttribute="top" secondItem="u7Q-0V-OLh" secondAttribute="top" id="276-zB-H4m"/>
  473. <constraint firstItem="W2y-dS-mSh" firstAttribute="leading" secondItem="auI-8C-JAb" secondAttribute="trailing" constant="5" id="71L-e7-icn"/>
  474. <constraint firstAttribute="bottom" secondItem="auI-8C-JAb" secondAttribute="bottom" id="EDE-K0-BDc"/>
  475. <constraint firstItem="W2y-dS-mSh" firstAttribute="centerY" secondItem="auI-8C-JAb" secondAttribute="centerY" id="cVJ-UH-Xv1"/>
  476. <constraint firstItem="auI-8C-JAb" firstAttribute="leading" secondItem="u7Q-0V-OLh" secondAttribute="leading" id="khY-Jl-ly3"/>
  477. <constraint firstAttribute="trailing" secondItem="W2y-dS-mSh" secondAttribute="trailing" id="uxo-8z-294"/>
  478. </constraints>
  479. </customView>
  480. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="grh-Kn-g1l">
  481. <rect key="frame" x="210" y="180" width="26" height="26"/>
  482. <buttonCell key="cell" type="round" bezelStyle="circular" image="NSGoRightTemplate" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="A9a-D9-oCR">
  483. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  484. <font key="font" metaFont="system"/>
  485. </buttonCell>
  486. </button>
  487. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dCQ-Gq-Cst">
  488. <rect key="frame" x="8" y="11" width="75" height="32"/>
  489. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="WIS-RP-n1S">
  490. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  491. <font key="font" metaFont="system"/>
  492. </buttonCell>
  493. <connections>
  494. <action selector="batchButtonAction:" target="-2" id="hQZ-mm-AVA"/>
  495. </connections>
  496. </button>
  497. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="V6K-Pu-pZ6">
  498. <rect key="frame" x="910" y="11" width="75" height="32"/>
  499. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="n0u-IX-Iff">
  500. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  501. <font key="font" metaFont="system"/>
  502. <string key="keyEquivalent" base64-UTF8="YES">
  503. DQ
  504. </string>
  505. </buttonCell>
  506. <connections>
  507. <action selector="doneButtonAction:" target="-2" id="pk6-pz-yuj"/>
  508. </connections>
  509. </button>
  510. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="D5H-CW-WxN">
  511. <rect key="frame" x="842" y="11" width="75" height="32"/>
  512. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="cni-Uf-NpA">
  513. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  514. <font key="font" metaFont="system"/>
  515. </buttonCell>
  516. <connections>
  517. <action selector="cancelButtonAction:" target="-2" id="OMN-Ow-Evt"/>
  518. </connections>
  519. </button>
  520. </subviews>
  521. <constraints>
  522. <constraint firstItem="V6K-Pu-pZ6" firstAttribute="centerY" secondItem="D5H-CW-WxN" secondAttribute="centerY" id="0oN-Fl-mGh"/>
  523. <constraint firstItem="u7Q-0V-OLh" firstAttribute="centerY" secondItem="K9f-us-FkG" secondAttribute="centerY" id="33T-mZ-dLQ"/>
  524. <constraint firstAttribute="trailing" secondItem="wuk-f8-DLJ" secondAttribute="trailing" constant="40" id="3fe-g2-DuY"/>
  525. <constraint firstItem="V6K-Pu-pZ6" firstAttribute="leading" secondItem="D5H-CW-WxN" secondAttribute="trailing" constant="7" id="5E9-37-hFE"/>
  526. <constraint firstItem="SAP-r8-yOW" firstAttribute="leading" secondItem="tLK-st-rLL" secondAttribute="leading" constant="18" id="AeH-bJ-jRp"/>
  527. <constraint firstAttribute="trailing" secondItem="V6K-Pu-pZ6" secondAttribute="trailing" constant="14" id="Anv-ih-qxF"/>
  528. <constraint firstItem="SAP-r8-yOW" firstAttribute="top" secondItem="tLK-st-rLL" secondAttribute="bottom" constant="5" id="BJh-Ba-MXJ"/>
  529. <constraint firstItem="dCQ-Gq-Cst" firstAttribute="leading" secondItem="rxq-as-8Qd" secondAttribute="leading" constant="15" id="EeL-0f-EBE"/>
  530. <constraint firstItem="wuk-f8-DLJ" firstAttribute="leading" secondItem="afp-IL-Bkr" secondAttribute="trailing" constant="42" id="EwO-Y7-2eK"/>
  531. <constraint firstItem="uVG-9U-es7" firstAttribute="trailing" secondItem="wuk-f8-DLJ" secondAttribute="trailing" id="FPA-n4-6Pu"/>
  532. <constraint firstItem="D5H-CW-WxN" firstAttribute="top" relation="greaterThanOrEqual" secondItem="pkF-sT-JBT" secondAttribute="bottom" constant="39" id="GrD-dG-HHe"/>
  533. <constraint firstItem="afp-IL-Bkr" firstAttribute="leading" secondItem="rxq-as-8Qd" secondAttribute="leading" constant="40" id="OTS-Zc-Pd7"/>
  534. <constraint firstItem="u7Q-0V-OLh" firstAttribute="top" secondItem="afp-IL-Bkr" secondAttribute="bottom" constant="15" id="PV2-YU-Ing"/>
  535. <constraint firstAttribute="bottom" secondItem="V6K-Pu-pZ6" secondAttribute="bottom" constant="18" id="Pn4-YB-RD4"/>
  536. <constraint firstItem="pkF-sT-JBT" firstAttribute="leading" secondItem="SAP-r8-yOW" secondAttribute="trailing" constant="8" id="SKL-cO-V5K"/>
  537. <constraint firstItem="tLK-st-rLL" firstAttribute="leading" secondItem="uVG-9U-es7" secondAttribute="leading" constant="16" id="TLY-dc-ocD"/>
  538. <constraint firstItem="tLK-st-rLL" firstAttribute="top" secondItem="uVG-9U-es7" secondAttribute="bottom" constant="18" id="Uui-go-7C9"/>
  539. <constraint firstItem="u7Q-0V-OLh" firstAttribute="leading" secondItem="K9f-us-FkG" secondAttribute="trailing" constant="22" id="Wbx-mt-6l3"/>
  540. <constraint firstItem="uVG-9U-es7" firstAttribute="top" secondItem="wuk-f8-DLJ" secondAttribute="bottom" constant="20" id="X8T-oM-iuF"/>
  541. <constraint firstItem="wuk-f8-DLJ" firstAttribute="top" secondItem="rxq-as-8Qd" secondAttribute="top" constant="18" id="YEy-cP-suU"/>
  542. <constraint firstItem="u7Q-0V-OLh" firstAttribute="centerX" secondItem="afp-IL-Bkr" secondAttribute="centerX" id="a7q-sr-6Kq"/>
  543. <constraint firstItem="afp-IL-Bkr" firstAttribute="top" secondItem="rxq-as-8Qd" secondAttribute="top" constant="36" id="diP-42-rJG"/>
  544. <constraint firstItem="pkF-sT-JBT" firstAttribute="firstBaseline" secondItem="SAP-r8-yOW" secondAttribute="firstBaseline" id="iqs-gM-id9"/>
  545. <constraint firstItem="uVG-9U-es7" firstAttribute="leading" secondItem="wuk-f8-DLJ" secondAttribute="leading" id="ljn-vW-5Ie"/>
  546. <constraint firstItem="grh-Kn-g1l" firstAttribute="leading" secondItem="u7Q-0V-OLh" secondAttribute="trailing" constant="22" id="mGt-lo-Kbi"/>
  547. <constraint firstItem="grh-Kn-g1l" firstAttribute="centerY" secondItem="u7Q-0V-OLh" secondAttribute="centerY" id="t6B-b6-hpv"/>
  548. <constraint firstItem="D5H-CW-WxN" firstAttribute="centerY" secondItem="dCQ-Gq-Cst" secondAttribute="centerY" id="vSf-Zw-pjB"/>
  549. </constraints>
  550. </view>
  551. </subviews>
  552. <constraints>
  553. <constraint firstAttribute="trailing" secondItem="rxq-as-8Qd" secondAttribute="trailing" id="VUA-Pk-la4"/>
  554. <constraint firstItem="rxq-as-8Qd" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Yok-uk-7aV"/>
  555. <constraint firstItem="rxq-as-8Qd" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="udG-sL-Z3y"/>
  556. <constraint firstAttribute="bottom" secondItem="rxq-as-8Qd" secondAttribute="bottom" id="wVp-1Z-vUf"/>
  557. </constraints>
  558. <point key="canvasLocation" x="268" y="292.5"/>
  559. </customView>
  560. </objects>
  561. <resources>
  562. <image name="NSGoLeftTemplate" width="12" height="17"/>
  563. <image name="NSGoRightTemplate" width="12" height="17"/>
  564. </resources>
  565. </document>