KMSearchReplaceWindowController.xib 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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="searchBox" destination="cdc-3d-gh5" id="9Se-Lu-XEN"/>
  21. <outlet property="searchInputBox" destination="Ej6-th-OuJ" id="2SX-y1-k6p"/>
  22. <outlet property="searchInputView" destination="xLT-x3-sTt" id="XDG-eW-Z14"/>
  23. <outlet property="searchTitleLabel" destination="kXL-bh-JQK" id="FDZ-6m-m7N"/>
  24. <outlet property="tabBox" destination="TYX-fO-lan" id="k0D-nW-DRi"/>
  25. <outlet property="titleBarBox" destination="h69-NL-IH7" id="CIc-G8-vOa"/>
  26. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  27. </connections>
  28. </customObject>
  29. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  30. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  31. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5" customClass="KMSearchReplaceWindowController_Window" customModule="PDF_Reader_Pro" customModuleProvider="target">
  32. <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
  33. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  34. <rect key="contentRect" x="196" y="240" width="280" height="388"/>
  35. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  36. <value key="minSize" type="size" width="280" height="388"/>
  37. <value key="maxSize" type="size" width="280" height="388"/>
  38. <value key="minFullScreenContentSize" type="size" width="280" height="388"/>
  39. <value key="maxFullScreenContentSize" type="size" width="280" height="388"/>
  40. <view key="contentView" id="se5-gp-TjO">
  41. <rect key="frame" x="0.0" y="0.0" width="280" height="388"/>
  42. <autoresizingMask key="autoresizingMask"/>
  43. <subviews>
  44. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="h69-NL-IH7">
  45. <rect key="frame" x="0.0" y="348" width="280" height="40"/>
  46. <view key="contentView" id="Zea-eJ-KkO">
  47. <rect key="frame" x="1" y="1" width="278" height="38"/>
  48. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  49. <subviews>
  50. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="883-OE-nPf">
  51. <rect key="frame" x="217" y="6" width="45" height="16"/>
  52. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Xc1-vH-gHT">
  53. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  54. <font key="font" metaFont="system"/>
  55. </buttonCell>
  56. </button>
  57. </subviews>
  58. <constraints>
  59. <constraint firstItem="883-OE-nPf" firstAttribute="top" secondItem="Zea-eJ-KkO" secondAttribute="top" constant="16" id="ggj-JC-6oK"/>
  60. <constraint firstAttribute="trailing" secondItem="883-OE-nPf" secondAttribute="trailing" constant="16" id="stY-bX-Fcc"/>
  61. </constraints>
  62. </view>
  63. <constraints>
  64. <constraint firstAttribute="height" constant="40" id="QCO-3b-P69"/>
  65. </constraints>
  66. </box>
  67. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="TYX-fO-lan">
  68. <rect key="frame" x="0.0" y="308" width="280" height="40"/>
  69. <view key="contentView" id="kB0-PA-LMT">
  70. <rect key="frame" x="1" y="1" width="278" height="38"/>
  71. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  72. </view>
  73. <constraints>
  74. <constraint firstAttribute="height" constant="40" id="D6x-KS-trS"/>
  75. </constraints>
  76. </box>
  77. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="cdc-3d-gh5">
  78. <rect key="frame" x="0.0" y="138" width="280" height="170"/>
  79. <view key="contentView" id="Vzf-SG-CWc">
  80. <rect key="frame" x="1" y="1" width="278" height="168"/>
  81. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  82. <subviews>
  83. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kXL-bh-JQK">
  84. <rect key="frame" x="14" y="136" width="37" height="16"/>
  85. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="7B6-BJ-taz">
  86. <font key="font" usesAppearanceFont="YES"/>
  87. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  88. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  89. </textFieldCell>
  90. </textField>
  91. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Ej6-th-OuJ">
  92. <rect key="frame" x="16" y="92" width="246" height="28"/>
  93. <view key="contentView" id="dDd-h4-ZBa">
  94. <rect key="frame" x="1" y="1" width="244" height="26"/>
  95. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  96. <subviews>
  97. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xLT-x3-sTt">
  98. <rect key="frame" x="10" y="3" width="224" height="21"/>
  99. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="FSm-lM-7Vp">
  100. <font key="font" usesAppearanceFont="YES"/>
  101. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  102. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  103. </textFieldCell>
  104. </textField>
  105. </subviews>
  106. <constraints>
  107. <constraint firstItem="xLT-x3-sTt" firstAttribute="centerY" secondItem="dDd-h4-ZBa" secondAttribute="centerY" id="403-Zw-5QF"/>
  108. <constraint firstItem="xLT-x3-sTt" firstAttribute="leading" secondItem="dDd-h4-ZBa" secondAttribute="leading" constant="10" id="XWP-B2-C1Y"/>
  109. <constraint firstAttribute="trailing" secondItem="xLT-x3-sTt" secondAttribute="trailing" constant="10" id="t1z-gK-KkH"/>
  110. </constraints>
  111. </view>
  112. <constraints>
  113. <constraint firstAttribute="height" constant="28" id="iyf-90-muH"/>
  114. </constraints>
  115. </box>
  116. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tox-LJ-GtX">
  117. <rect key="frame" x="14" y="59" width="65" height="18"/>
  118. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="REg-su-rhq">
  119. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  120. <font key="font" metaFont="system"/>
  121. </buttonCell>
  122. </button>
  123. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="X98-Hr-uLG">
  124. <rect key="frame" x="14" y="27" width="65" height="18"/>
  125. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Q01-7e-7FJ">
  126. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  127. <font key="font" metaFont="system"/>
  128. </buttonCell>
  129. </button>
  130. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FCV-r1-BiZ">
  131. <rect key="frame" x="194" y="-1" width="75" height="32"/>
  132. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="dQv-AB-jAA">
  133. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  134. <font key="font" metaFont="system"/>
  135. </buttonCell>
  136. </button>
  137. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qxA-YM-xIq">
  138. <rect key="frame" x="123" y="-1" width="75" height="32"/>
  139. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="xRU-tm-8hM">
  140. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  141. <font key="font" metaFont="system"/>
  142. </buttonCell>
  143. </button>
  144. </subviews>
  145. <constraints>
  146. <constraint firstItem="Ej6-th-OuJ" firstAttribute="top" secondItem="kXL-bh-JQK" secondAttribute="bottom" constant="16" id="8bI-gj-X4I"/>
  147. <constraint firstAttribute="trailing" secondItem="Ej6-th-OuJ" secondAttribute="trailing" constant="16" id="9WP-kr-chZ"/>
  148. <constraint firstItem="kXL-bh-JQK" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="9sj-Vd-1tH"/>
  149. <constraint firstAttribute="bottom" secondItem="FCV-r1-BiZ" secondAttribute="bottom" constant="6" id="CGb-Je-HhI"/>
  150. <constraint firstItem="tox-LJ-GtX" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="E7U-lZ-LJN"/>
  151. <constraint firstItem="kXL-bh-JQK" firstAttribute="top" secondItem="Vzf-SG-CWc" secondAttribute="top" constant="16" id="Mnw-10-rKE"/>
  152. <constraint firstItem="Ej6-th-OuJ" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="Nmj-9n-m2E"/>
  153. <constraint firstItem="X98-Hr-uLG" firstAttribute="top" secondItem="tox-LJ-GtX" secondAttribute="bottom" constant="16" id="bUM-4P-TDa"/>
  154. <constraint firstAttribute="bottom" secondItem="qxA-YM-xIq" secondAttribute="bottom" constant="6" id="iuU-LI-HPQ"/>
  155. <constraint firstItem="X98-Hr-uLG" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="mdo-ib-fQk"/>
  156. <constraint firstItem="tox-LJ-GtX" firstAttribute="top" secondItem="Ej6-th-OuJ" secondAttribute="bottom" constant="16" id="ohP-Eh-4hD"/>
  157. <constraint firstAttribute="trailing" secondItem="FCV-r1-BiZ" secondAttribute="trailing" constant="16" id="roz-Ak-WYB"/>
  158. <constraint firstItem="FCV-r1-BiZ" firstAttribute="leading" secondItem="qxA-YM-xIq" secondAttribute="trailing" constant="10" id="xYi-mQ-Mwy"/>
  159. </constraints>
  160. </view>
  161. <constraints>
  162. <constraint firstAttribute="height" constant="170" id="VG5-11-3Gh"/>
  163. </constraints>
  164. </box>
  165. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="4kx-6q-nJ8">
  166. <rect key="frame" x="0.0" y="58" width="280" height="80"/>
  167. <view key="contentView" id="ghJ-Ir-m60">
  168. <rect key="frame" x="1" y="1" width="278" height="78"/>
  169. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  170. </view>
  171. <constraints>
  172. <constraint firstAttribute="height" constant="80" id="qQI-0G-n5r"/>
  173. </constraints>
  174. </box>
  175. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="aX3-LQ-PXi">
  176. <rect key="frame" x="0.0" y="0.0" width="280" height="52"/>
  177. <view key="contentView" id="FTe-Pe-5Wd">
  178. <rect key="frame" x="1" y="1" width="278" height="50"/>
  179. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  180. <subviews>
  181. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fxe-UM-ZCK">
  182. <rect key="frame" x="194" y="17" width="75" height="32"/>
  183. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="LQk-fe-7It">
  184. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  185. <font key="font" metaFont="system"/>
  186. </buttonCell>
  187. </button>
  188. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3l4-91-BR7">
  189. <rect key="frame" x="123" y="17" width="75" height="32"/>
  190. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Ub2-Qi-UVE">
  191. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  192. <font key="font" metaFont="system"/>
  193. </buttonCell>
  194. </button>
  195. </subviews>
  196. <constraints>
  197. <constraint firstItem="fxe-UM-ZCK" firstAttribute="leading" secondItem="3l4-91-BR7" secondAttribute="trailing" constant="10" id="0Uj-Be-luV"/>
  198. <constraint firstItem="fxe-UM-ZCK" firstAttribute="top" secondItem="FTe-Pe-5Wd" secondAttribute="top" constant="6" id="IkM-7X-gBB"/>
  199. <constraint firstAttribute="trailing" secondItem="fxe-UM-ZCK" secondAttribute="trailing" constant="16" id="SZ7-5x-DZf"/>
  200. <constraint firstItem="3l4-91-BR7" firstAttribute="top" secondItem="FTe-Pe-5Wd" secondAttribute="top" constant="6" id="ru8-zJ-SeL"/>
  201. </constraints>
  202. </view>
  203. <constraints>
  204. <constraint firstAttribute="height" constant="52" id="dW2-x8-dcV"/>
  205. </constraints>
  206. </box>
  207. </subviews>
  208. <constraints>
  209. <constraint firstItem="cdc-3d-gh5" firstAttribute="top" secondItem="TYX-fO-lan" secondAttribute="bottom" id="0Cv-jO-ixc"/>
  210. <constraint firstAttribute="trailing" secondItem="TYX-fO-lan" secondAttribute="trailing" id="5zp-6K-zSy"/>
  211. <constraint firstItem="TYX-fO-lan" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="961-QQ-EKQ"/>
  212. <constraint firstItem="h69-NL-IH7" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="CTM-Ty-KCN"/>
  213. <constraint firstItem="cdc-3d-gh5" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="FBd-tQ-1Md"/>
  214. <constraint firstAttribute="trailing" secondItem="cdc-3d-gh5" secondAttribute="trailing" id="I0Z-uh-PdE"/>
  215. <constraint firstItem="TYX-fO-lan" firstAttribute="top" secondItem="h69-NL-IH7" secondAttribute="bottom" id="NFe-Vw-raH"/>
  216. <constraint firstAttribute="trailing" secondItem="h69-NL-IH7" secondAttribute="trailing" id="XLD-vC-gfq"/>
  217. <constraint firstAttribute="trailing" secondItem="4kx-6q-nJ8" secondAttribute="trailing" id="Zwi-0o-uvZ"/>
  218. <constraint firstItem="aX3-LQ-PXi" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="e7W-rd-KkH"/>
  219. <constraint firstItem="4kx-6q-nJ8" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="hfv-r4-LBp"/>
  220. <constraint firstAttribute="bottom" secondItem="aX3-LQ-PXi" secondAttribute="bottom" id="u5o-Tk-SGA"/>
  221. <constraint firstItem="h69-NL-IH7" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="vO3-NH-iBM"/>
  222. <constraint firstItem="4kx-6q-nJ8" firstAttribute="top" secondItem="cdc-3d-gh5" secondAttribute="bottom" id="xsV-yh-NkH"/>
  223. <constraint firstAttribute="trailing" secondItem="aX3-LQ-PXi" secondAttribute="trailing" id="zOc-g6-tpE"/>
  224. </constraints>
  225. </view>
  226. <connections>
  227. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  228. </connections>
  229. <point key="canvasLocation" x="52" y="132"/>
  230. </window>
  231. </objects>
  232. </document>