KMSearchReplaceWindowController.xib 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMSearchReplaceWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="bottomBarBox" destination="aX3-LQ-PXi" id="pTa-Jj-51B"/>
  12. <outlet property="caseSensitiveCheck" destination="X98-Hr-uLG" id="m9g-IW-cLu"/>
  13. <outlet property="closeButton" destination="883-OE-nPf" id="do0-4i-9Wi"/>
  14. <outlet property="matchWholeCheck" destination="tox-LJ-GtX" id="oMU-xm-hmP"/>
  15. <outlet property="nextButton" destination="qxA-YM-xIq" id="V1I-bs-Gsy"/>
  16. <outlet property="previousButton" destination="FCV-r1-BiZ" id="fP2-ZK-Ff3"/>
  17. <outlet property="replaceAllButton" destination="fxe-UM-ZCK" id="UgL-wl-Ytq"/>
  18. <outlet property="replaceBox" destination="4kx-6q-nJ8" id="fTS-By-eXX"/>
  19. <outlet property="replaceButton" destination="3l4-91-BR7" id="7ao-WQ-KzS"/>
  20. <outlet property="replaceInputBox" destination="LkR-Op-2Jo" id="QRf-mq-z6Y"/>
  21. <outlet property="replaceInputView" destination="7BJ-XF-ZVY" id="4hW-bO-JeZ"/>
  22. <outlet property="replaceTabButton" destination="glm-Go-gH2" id="Wg5-Jc-yco"/>
  23. <outlet property="replaceTitleLabel" destination="Y3N-ik-Fnb" id="581-K4-k8r"/>
  24. <outlet property="searchBox" destination="cdc-3d-gh5" id="9Se-Lu-XEN"/>
  25. <outlet property="searchInputBox" destination="Ej6-th-OuJ" id="2SX-y1-k6p"/>
  26. <outlet property="searchInputView" destination="xLT-x3-sTt" id="XDG-eW-Z14"/>
  27. <outlet property="searchTabButton" destination="1cp-Kv-Xgy" id="ErO-ct-H2f"/>
  28. <outlet property="searchTitleLabel" destination="kXL-bh-JQK" id="FDZ-6m-m7N"/>
  29. <outlet property="tabBottomLine" destination="Wap-a3-1zt" id="Od9-va-tNP"/>
  30. <outlet property="tabBox" destination="TYX-fO-lan" id="k0D-nW-DRi"/>
  31. <outlet property="tabSelectedLine" destination="lKS-tK-sLu" id="gJs-LM-97f"/>
  32. <outlet property="tabSelectedLineLeftConst" destination="Kux-3H-btA" id="il6-6v-P26"/>
  33. <outlet property="titleBarBox" destination="h69-NL-IH7" id="CIc-G8-vOa"/>
  34. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  35. </connections>
  36. </customObject>
  37. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  38. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  39. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5" customClass="KMSearchReplaceWindowController_Window" customModule="PDF_Reader_Pro" customModuleProvider="target">
  40. <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
  41. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  42. <rect key="contentRect" x="196" y="240" width="280" height="388"/>
  43. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  44. <value key="minSize" type="size" width="280" height="388"/>
  45. <value key="maxSize" type="size" width="280" height="388"/>
  46. <value key="minFullScreenContentSize" type="size" width="280" height="388"/>
  47. <value key="maxFullScreenContentSize" type="size" width="280" height="388"/>
  48. <view key="contentView" id="se5-gp-TjO">
  49. <rect key="frame" x="0.0" y="0.0" width="280" height="388"/>
  50. <autoresizingMask key="autoresizingMask"/>
  51. <subviews>
  52. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="h69-NL-IH7">
  53. <rect key="frame" x="0.0" y="348" width="280" height="40"/>
  54. <view key="contentView" id="Zea-eJ-KkO">
  55. <rect key="frame" x="1" y="1" width="278" height="38"/>
  56. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  57. <subviews>
  58. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="883-OE-nPf">
  59. <rect key="frame" x="217" y="6" width="45" height="16"/>
  60. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Xc1-vH-gHT">
  61. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  62. <font key="font" metaFont="system"/>
  63. </buttonCell>
  64. </button>
  65. </subviews>
  66. <constraints>
  67. <constraint firstItem="883-OE-nPf" firstAttribute="top" secondItem="Zea-eJ-KkO" secondAttribute="top" constant="16" id="ggj-JC-6oK"/>
  68. <constraint firstAttribute="trailing" secondItem="883-OE-nPf" secondAttribute="trailing" constant="16" id="stY-bX-Fcc"/>
  69. </constraints>
  70. </view>
  71. <constraints>
  72. <constraint firstAttribute="height" constant="40" id="QCO-3b-P69"/>
  73. </constraints>
  74. </box>
  75. <box boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="TYX-fO-lan">
  76. <rect key="frame" x="0.0" y="308" width="280" height="40"/>
  77. <view key="contentView" id="kB0-PA-LMT">
  78. <rect key="frame" x="0.0" y="0.0" width="280" height="40"/>
  79. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  80. <subviews>
  81. <box boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="s0x-OF-qoP">
  82. <rect key="frame" x="16" y="0.0" width="124" height="40"/>
  83. <view key="contentView" id="Yce-JC-LZV">
  84. <rect key="frame" x="0.0" y="0.0" width="124" height="40"/>
  85. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  86. <subviews>
  87. <button verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1cp-Kv-Xgy">
  88. <rect key="frame" x="31" y="11" width="61" height="20"/>
  89. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="OvP-aq-dIx">
  90. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  91. <font key="font" metaFont="system"/>
  92. </buttonCell>
  93. </button>
  94. </subviews>
  95. <constraints>
  96. <constraint firstItem="1cp-Kv-Xgy" firstAttribute="centerX" secondItem="Yce-JC-LZV" secondAttribute="centerX" id="Bi3-Uq-HFt"/>
  97. <constraint firstItem="1cp-Kv-Xgy" firstAttribute="centerY" secondItem="Yce-JC-LZV" secondAttribute="centerY" id="gLr-TR-LUR"/>
  98. </constraints>
  99. </view>
  100. <constraints>
  101. <constraint firstAttribute="width" constant="124" id="jqg-aJ-xBg"/>
  102. </constraints>
  103. </box>
  104. <box boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="1Fg-ni-eIe">
  105. <rect key="frame" x="140" y="0.0" width="124" height="40"/>
  106. <view key="contentView" id="96H-Ea-IeV">
  107. <rect key="frame" x="0.0" y="0.0" width="124" height="40"/>
  108. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  109. <subviews>
  110. <button verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="glm-Go-gH2">
  111. <rect key="frame" x="31" y="11" width="61" height="20"/>
  112. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="vZr-jX-B2q">
  113. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  114. <font key="font" metaFont="system"/>
  115. </buttonCell>
  116. </button>
  117. </subviews>
  118. <constraints>
  119. <constraint firstItem="glm-Go-gH2" firstAttribute="centerY" secondItem="96H-Ea-IeV" secondAttribute="centerY" id="7lN-qV-XtE"/>
  120. <constraint firstItem="glm-Go-gH2" firstAttribute="centerX" secondItem="96H-Ea-IeV" secondAttribute="centerX" id="gB4-g4-tkg"/>
  121. </constraints>
  122. </view>
  123. <constraints>
  124. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="124" id="JIi-PH-kJY"/>
  125. <constraint firstAttribute="width" constant="124" id="PBE-Dw-5nl"/>
  126. </constraints>
  127. </box>
  128. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="Wap-a3-1zt">
  129. <rect key="frame" x="16" y="-2" width="248" height="5"/>
  130. </box>
  131. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="lKS-tK-sLu">
  132. <rect key="frame" x="24" y="1" width="116" height="2"/>
  133. <view key="contentView" id="BuK-6J-cGL">
  134. <rect key="frame" x="1" y="1" width="114" height="0.0"/>
  135. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  136. </view>
  137. <constraints>
  138. <constraint firstAttribute="width" constant="116" id="ktu-xh-18e"/>
  139. <constraint firstAttribute="height" constant="2" id="oyg-Z3-Hdd"/>
  140. </constraints>
  141. </box>
  142. </subviews>
  143. <constraints>
  144. <constraint firstItem="s0x-OF-qoP" firstAttribute="leading" secondItem="kB0-PA-LMT" secondAttribute="leading" constant="16" id="6gG-BF-RMr"/>
  145. <constraint firstAttribute="trailing" secondItem="Wap-a3-1zt" secondAttribute="trailing" constant="16" id="CNc-d5-Pj5"/>
  146. <constraint firstAttribute="bottom" secondItem="1Fg-ni-eIe" secondAttribute="bottom" id="GIS-iT-Wgm"/>
  147. <constraint firstItem="s0x-OF-qoP" firstAttribute="top" secondItem="kB0-PA-LMT" secondAttribute="top" id="JnH-Np-WHH"/>
  148. <constraint firstItem="lKS-tK-sLu" firstAttribute="leading" secondItem="kB0-PA-LMT" secondAttribute="leading" constant="24" id="Kux-3H-btA"/>
  149. <constraint firstAttribute="trailing" secondItem="1Fg-ni-eIe" secondAttribute="trailing" constant="16" id="MFW-cJ-Mrb"/>
  150. <constraint firstAttribute="bottom" secondItem="Wap-a3-1zt" secondAttribute="bottom" id="SjT-EL-rpj"/>
  151. <constraint firstItem="1Fg-ni-eIe" firstAttribute="top" secondItem="kB0-PA-LMT" secondAttribute="top" id="adE-jm-BOz"/>
  152. <constraint firstItem="Wap-a3-1zt" firstAttribute="leading" secondItem="kB0-PA-LMT" secondAttribute="leading" constant="16" id="mrg-sJ-e9N"/>
  153. <constraint firstAttribute="bottom" secondItem="lKS-tK-sLu" secondAttribute="bottom" constant="0.5" id="of3-un-7lz"/>
  154. <constraint firstAttribute="bottom" secondItem="s0x-OF-qoP" secondAttribute="bottom" id="z6d-FL-xhz"/>
  155. </constraints>
  156. </view>
  157. <constraints>
  158. <constraint firstAttribute="height" constant="40" id="D6x-KS-trS"/>
  159. </constraints>
  160. </box>
  161. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="cdc-3d-gh5">
  162. <rect key="frame" x="0.0" y="138" width="280" height="170"/>
  163. <view key="contentView" id="Vzf-SG-CWc">
  164. <rect key="frame" x="1" y="1" width="278" height="168"/>
  165. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  166. <subviews>
  167. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kXL-bh-JQK">
  168. <rect key="frame" x="14" y="136" width="37" height="16"/>
  169. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="7B6-BJ-taz">
  170. <font key="font" usesAppearanceFont="YES"/>
  171. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  172. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  173. </textFieldCell>
  174. </textField>
  175. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Ej6-th-OuJ">
  176. <rect key="frame" x="16" y="92" width="246" height="28"/>
  177. <view key="contentView" id="dDd-h4-ZBa">
  178. <rect key="frame" x="1" y="1" width="244" height="26"/>
  179. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  180. <subviews>
  181. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xLT-x3-sTt">
  182. <rect key="frame" x="10" y="3" width="224" height="21"/>
  183. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="FSm-lM-7Vp">
  184. <font key="font" usesAppearanceFont="YES"/>
  185. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  186. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  187. </textFieldCell>
  188. </textField>
  189. </subviews>
  190. <constraints>
  191. <constraint firstItem="xLT-x3-sTt" firstAttribute="centerY" secondItem="dDd-h4-ZBa" secondAttribute="centerY" id="403-Zw-5QF"/>
  192. <constraint firstItem="xLT-x3-sTt" firstAttribute="leading" secondItem="dDd-h4-ZBa" secondAttribute="leading" constant="10" id="XWP-B2-C1Y"/>
  193. <constraint firstAttribute="trailing" secondItem="xLT-x3-sTt" secondAttribute="trailing" constant="10" id="t1z-gK-KkH"/>
  194. </constraints>
  195. </view>
  196. <constraints>
  197. <constraint firstAttribute="height" constant="28" id="iyf-90-muH"/>
  198. </constraints>
  199. </box>
  200. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tox-LJ-GtX">
  201. <rect key="frame" x="14" y="59" width="65" height="18"/>
  202. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="REg-su-rhq">
  203. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  204. <font key="font" metaFont="system"/>
  205. </buttonCell>
  206. </button>
  207. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="X98-Hr-uLG">
  208. <rect key="frame" x="14" y="27" width="65" height="18"/>
  209. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Q01-7e-7FJ">
  210. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  211. <font key="font" metaFont="system"/>
  212. </buttonCell>
  213. </button>
  214. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FCV-r1-BiZ">
  215. <rect key="frame" x="194" y="-1" width="75" height="32"/>
  216. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="dQv-AB-jAA">
  217. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  218. <font key="font" metaFont="system"/>
  219. </buttonCell>
  220. </button>
  221. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qxA-YM-xIq">
  222. <rect key="frame" x="123" y="-1" width="75" height="32"/>
  223. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="xRU-tm-8hM">
  224. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  225. <font key="font" metaFont="system"/>
  226. </buttonCell>
  227. </button>
  228. </subviews>
  229. <constraints>
  230. <constraint firstItem="Ej6-th-OuJ" firstAttribute="top" secondItem="kXL-bh-JQK" secondAttribute="bottom" constant="16" id="8bI-gj-X4I"/>
  231. <constraint firstAttribute="trailing" secondItem="Ej6-th-OuJ" secondAttribute="trailing" constant="16" id="9WP-kr-chZ"/>
  232. <constraint firstItem="kXL-bh-JQK" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="9sj-Vd-1tH"/>
  233. <constraint firstAttribute="bottom" secondItem="FCV-r1-BiZ" secondAttribute="bottom" constant="6" id="CGb-Je-HhI"/>
  234. <constraint firstItem="tox-LJ-GtX" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="E7U-lZ-LJN"/>
  235. <constraint firstItem="kXL-bh-JQK" firstAttribute="top" secondItem="Vzf-SG-CWc" secondAttribute="top" constant="16" id="Mnw-10-rKE"/>
  236. <constraint firstItem="Ej6-th-OuJ" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="Nmj-9n-m2E"/>
  237. <constraint firstItem="X98-Hr-uLG" firstAttribute="top" secondItem="tox-LJ-GtX" secondAttribute="bottom" constant="16" id="bUM-4P-TDa"/>
  238. <constraint firstAttribute="bottom" secondItem="qxA-YM-xIq" secondAttribute="bottom" constant="6" id="iuU-LI-HPQ"/>
  239. <constraint firstItem="X98-Hr-uLG" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="mdo-ib-fQk"/>
  240. <constraint firstItem="tox-LJ-GtX" firstAttribute="top" secondItem="Ej6-th-OuJ" secondAttribute="bottom" constant="16" id="ohP-Eh-4hD"/>
  241. <constraint firstAttribute="trailing" secondItem="FCV-r1-BiZ" secondAttribute="trailing" constant="16" id="roz-Ak-WYB"/>
  242. <constraint firstItem="FCV-r1-BiZ" firstAttribute="leading" secondItem="qxA-YM-xIq" secondAttribute="trailing" constant="10" id="xYi-mQ-Mwy"/>
  243. </constraints>
  244. </view>
  245. <constraints>
  246. <constraint firstAttribute="height" constant="170" id="VG5-11-3Gh"/>
  247. </constraints>
  248. </box>
  249. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="4kx-6q-nJ8">
  250. <rect key="frame" x="0.0" y="58" width="280" height="80"/>
  251. <view key="contentView" id="ghJ-Ir-m60">
  252. <rect key="frame" x="1" y="1" width="278" height="78"/>
  253. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  254. <subviews>
  255. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Y3N-ik-Fnb">
  256. <rect key="frame" x="14" y="46" width="37" height="16"/>
  257. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="HiA-Gn-RRu">
  258. <font key="font" usesAppearanceFont="YES"/>
  259. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  260. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  261. </textFieldCell>
  262. </textField>
  263. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="LkR-Op-2Jo">
  264. <rect key="frame" x="16" y="0.0" width="246" height="28"/>
  265. <view key="contentView" id="op8-Z1-sL4">
  266. <rect key="frame" x="1" y="1" width="244" height="26"/>
  267. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  268. <subviews>
  269. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7BJ-XF-ZVY">
  270. <rect key="frame" x="10" y="3" width="224" height="21"/>
  271. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="hZn-NQ-muC">
  272. <font key="font" usesAppearanceFont="YES"/>
  273. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  274. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  275. </textFieldCell>
  276. </textField>
  277. </subviews>
  278. <constraints>
  279. <constraint firstItem="7BJ-XF-ZVY" firstAttribute="leading" secondItem="op8-Z1-sL4" secondAttribute="leading" constant="10" id="P7g-Zd-3HH"/>
  280. <constraint firstAttribute="trailing" secondItem="7BJ-XF-ZVY" secondAttribute="trailing" constant="10" id="k9I-1p-gST"/>
  281. <constraint firstItem="7BJ-XF-ZVY" firstAttribute="centerY" secondItem="op8-Z1-sL4" secondAttribute="centerY" id="umO-JG-ZLp"/>
  282. </constraints>
  283. </view>
  284. <constraints>
  285. <constraint firstAttribute="height" constant="28" id="heN-CK-NtC"/>
  286. </constraints>
  287. </box>
  288. </subviews>
  289. <constraints>
  290. <constraint firstAttribute="bottom" secondItem="LkR-Op-2Jo" secondAttribute="bottom" id="8jk-KG-3vv"/>
  291. <constraint firstItem="LkR-Op-2Jo" firstAttribute="leading" secondItem="ghJ-Ir-m60" secondAttribute="leading" constant="16" id="IYD-mQ-9Cf"/>
  292. <constraint firstAttribute="trailing" secondItem="LkR-Op-2Jo" secondAttribute="trailing" constant="16" id="JrJ-wR-jnQ"/>
  293. <constraint firstItem="Y3N-ik-Fnb" firstAttribute="leading" secondItem="ghJ-Ir-m60" secondAttribute="leading" constant="16" id="V2h-bT-qsV"/>
  294. <constraint firstItem="Y3N-ik-Fnb" firstAttribute="top" secondItem="ghJ-Ir-m60" secondAttribute="top" constant="16" id="dqF-Bi-4G2"/>
  295. </constraints>
  296. </view>
  297. <constraints>
  298. <constraint firstAttribute="height" constant="80" id="qQI-0G-n5r"/>
  299. </constraints>
  300. </box>
  301. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="aX3-LQ-PXi">
  302. <rect key="frame" x="0.0" y="0.0" width="280" height="52"/>
  303. <view key="contentView" id="FTe-Pe-5Wd">
  304. <rect key="frame" x="1" y="1" width="278" height="50"/>
  305. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  306. <subviews>
  307. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fxe-UM-ZCK">
  308. <rect key="frame" x="194" y="17" width="75" height="32"/>
  309. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="LQk-fe-7It">
  310. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  311. <font key="font" metaFont="system"/>
  312. </buttonCell>
  313. </button>
  314. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3l4-91-BR7">
  315. <rect key="frame" x="123" y="17" width="75" height="32"/>
  316. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Ub2-Qi-UVE">
  317. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  318. <font key="font" metaFont="system"/>
  319. </buttonCell>
  320. </button>
  321. </subviews>
  322. <constraints>
  323. <constraint firstItem="fxe-UM-ZCK" firstAttribute="leading" secondItem="3l4-91-BR7" secondAttribute="trailing" constant="10" id="0Uj-Be-luV"/>
  324. <constraint firstItem="fxe-UM-ZCK" firstAttribute="top" secondItem="FTe-Pe-5Wd" secondAttribute="top" constant="6" id="IkM-7X-gBB"/>
  325. <constraint firstAttribute="trailing" secondItem="fxe-UM-ZCK" secondAttribute="trailing" constant="16" id="SZ7-5x-DZf"/>
  326. <constraint firstItem="3l4-91-BR7" firstAttribute="top" secondItem="FTe-Pe-5Wd" secondAttribute="top" constant="6" id="ru8-zJ-SeL"/>
  327. </constraints>
  328. </view>
  329. <constraints>
  330. <constraint firstAttribute="height" constant="52" id="dW2-x8-dcV"/>
  331. </constraints>
  332. </box>
  333. </subviews>
  334. <constraints>
  335. <constraint firstItem="cdc-3d-gh5" firstAttribute="top" secondItem="TYX-fO-lan" secondAttribute="bottom" id="0Cv-jO-ixc"/>
  336. <constraint firstAttribute="trailing" secondItem="TYX-fO-lan" secondAttribute="trailing" id="5zp-6K-zSy"/>
  337. <constraint firstItem="TYX-fO-lan" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="961-QQ-EKQ"/>
  338. <constraint firstItem="h69-NL-IH7" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="CTM-Ty-KCN"/>
  339. <constraint firstItem="cdc-3d-gh5" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="FBd-tQ-1Md"/>
  340. <constraint firstAttribute="trailing" secondItem="cdc-3d-gh5" secondAttribute="trailing" id="I0Z-uh-PdE"/>
  341. <constraint firstItem="TYX-fO-lan" firstAttribute="top" secondItem="h69-NL-IH7" secondAttribute="bottom" id="NFe-Vw-raH"/>
  342. <constraint firstAttribute="trailing" secondItem="h69-NL-IH7" secondAttribute="trailing" id="XLD-vC-gfq"/>
  343. <constraint firstAttribute="trailing" secondItem="4kx-6q-nJ8" secondAttribute="trailing" id="Zwi-0o-uvZ"/>
  344. <constraint firstItem="aX3-LQ-PXi" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="e7W-rd-KkH"/>
  345. <constraint firstItem="4kx-6q-nJ8" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="hfv-r4-LBp"/>
  346. <constraint firstAttribute="bottom" secondItem="aX3-LQ-PXi" secondAttribute="bottom" id="u5o-Tk-SGA"/>
  347. <constraint firstItem="h69-NL-IH7" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="vO3-NH-iBM"/>
  348. <constraint firstItem="4kx-6q-nJ8" firstAttribute="top" secondItem="cdc-3d-gh5" secondAttribute="bottom" id="xsV-yh-NkH"/>
  349. <constraint firstAttribute="trailing" secondItem="aX3-LQ-PXi" secondAttribute="trailing" id="zOc-g6-tpE"/>
  350. </constraints>
  351. </view>
  352. <connections>
  353. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  354. </connections>
  355. <point key="canvasLocation" x="52" y="132"/>
  356. </window>
  357. </objects>
  358. </document>