|
@@ -0,0 +1,232 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
|
|
+ <dependencies>
|
|
|
+ <deployment identifier="macosx"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
|
|
|
+ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
+ </dependencies>
|
|
|
+ <objects>
|
|
|
+ <customObject id="-2" userLabel="File's Owner" customClass="KMSearchReplaceWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
+ <connections>
|
|
|
+ <outlet property="bottomBarBox" destination="aX3-LQ-PXi" id="pTa-Jj-51B"/>
|
|
|
+ <outlet property="caseSensitiveCheck" destination="X98-Hr-uLG" id="m9g-IW-cLu"/>
|
|
|
+ <outlet property="closeButton" destination="883-OE-nPf" id="do0-4i-9Wi"/>
|
|
|
+ <outlet property="matchWholeCheck" destination="tox-LJ-GtX" id="oMU-xm-hmP"/>
|
|
|
+ <outlet property="nextButton" destination="qxA-YM-xIq" id="V1I-bs-Gsy"/>
|
|
|
+ <outlet property="previousButton" destination="FCV-r1-BiZ" id="fP2-ZK-Ff3"/>
|
|
|
+ <outlet property="replaceAllButton" destination="fxe-UM-ZCK" id="UgL-wl-Ytq"/>
|
|
|
+ <outlet property="replaceBox" destination="4kx-6q-nJ8" id="fTS-By-eXX"/>
|
|
|
+ <outlet property="replaceButton" destination="3l4-91-BR7" id="7ao-WQ-KzS"/>
|
|
|
+ <outlet property="searchBox" destination="cdc-3d-gh5" id="9Se-Lu-XEN"/>
|
|
|
+ <outlet property="searchInputBox" destination="Ej6-th-OuJ" id="2SX-y1-k6p"/>
|
|
|
+ <outlet property="searchInputView" destination="xLT-x3-sTt" id="XDG-eW-Z14"/>
|
|
|
+ <outlet property="searchTitleLabel" destination="kXL-bh-JQK" id="FDZ-6m-m7N"/>
|
|
|
+ <outlet property="tabBox" destination="TYX-fO-lan" id="k0D-nW-DRi"/>
|
|
|
+ <outlet property="titleBarBox" destination="h69-NL-IH7" id="CIc-G8-vOa"/>
|
|
|
+ <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
|
|
+ </connections>
|
|
|
+ </customObject>
|
|
|
+ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
+ <customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
|
+ <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5" customClass="KMSearchReplaceWindowController_Window" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
+ <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
|
+ <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
|
+ <rect key="contentRect" x="196" y="240" width="280" height="388"/>
|
|
|
+ <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
|
|
|
+ <value key="minSize" type="size" width="280" height="388"/>
|
|
|
+ <value key="maxSize" type="size" width="280" height="388"/>
|
|
|
+ <value key="minFullScreenContentSize" type="size" width="280" height="388"/>
|
|
|
+ <value key="maxFullScreenContentSize" type="size" width="280" height="388"/>
|
|
|
+ <view key="contentView" id="se5-gp-TjO">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="280" height="388"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <subviews>
|
|
|
+ <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="h69-NL-IH7">
|
|
|
+ <rect key="frame" x="0.0" y="348" width="280" height="40"/>
|
|
|
+ <view key="contentView" id="Zea-eJ-KkO">
|
|
|
+ <rect key="frame" x="1" y="1" width="278" height="38"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="883-OE-nPf">
|
|
|
+ <rect key="frame" x="217" y="6" width="45" height="16"/>
|
|
|
+ <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Xc1-vH-gHT">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="883-OE-nPf" firstAttribute="top" secondItem="Zea-eJ-KkO" secondAttribute="top" constant="16" id="ggj-JC-6oK"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="883-OE-nPf" secondAttribute="trailing" constant="16" id="stY-bX-Fcc"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="40" id="QCO-3b-P69"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="TYX-fO-lan">
|
|
|
+ <rect key="frame" x="0.0" y="308" width="280" height="40"/>
|
|
|
+ <view key="contentView" id="kB0-PA-LMT">
|
|
|
+ <rect key="frame" x="1" y="1" width="278" height="38"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="40" id="D6x-KS-trS"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="cdc-3d-gh5">
|
|
|
+ <rect key="frame" x="0.0" y="138" width="280" height="170"/>
|
|
|
+ <view key="contentView" id="Vzf-SG-CWc">
|
|
|
+ <rect key="frame" x="1" y="1" width="278" height="168"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kXL-bh-JQK">
|
|
|
+ <rect key="frame" x="14" y="136" width="37" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="7B6-BJ-taz">
|
|
|
+ <font key="font" usesAppearanceFont="YES"/>
|
|
|
+ <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Ej6-th-OuJ">
|
|
|
+ <rect key="frame" x="16" y="92" width="246" height="28"/>
|
|
|
+ <view key="contentView" id="dDd-h4-ZBa">
|
|
|
+ <rect key="frame" x="1" y="1" width="244" height="26"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xLT-x3-sTt">
|
|
|
+ <rect key="frame" x="10" y="3" width="224" height="21"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="FSm-lM-7Vp">
|
|
|
+ <font key="font" usesAppearanceFont="YES"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="xLT-x3-sTt" firstAttribute="centerY" secondItem="dDd-h4-ZBa" secondAttribute="centerY" id="403-Zw-5QF"/>
|
|
|
+ <constraint firstItem="xLT-x3-sTt" firstAttribute="leading" secondItem="dDd-h4-ZBa" secondAttribute="leading" constant="10" id="XWP-B2-C1Y"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="xLT-x3-sTt" secondAttribute="trailing" constant="10" id="t1z-gK-KkH"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="28" id="iyf-90-muH"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tox-LJ-GtX">
|
|
|
+ <rect key="frame" x="14" y="59" width="65" height="18"/>
|
|
|
+ <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="REg-su-rhq">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ </button>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="X98-Hr-uLG">
|
|
|
+ <rect key="frame" x="14" y="27" width="65" height="18"/>
|
|
|
+ <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Q01-7e-7FJ">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ </button>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FCV-r1-BiZ">
|
|
|
+ <rect key="frame" x="194" y="-1" width="75" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="dQv-AB-jAA">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ </button>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qxA-YM-xIq">
|
|
|
+ <rect key="frame" x="123" y="-1" width="75" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="xRU-tm-8hM">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="Ej6-th-OuJ" firstAttribute="top" secondItem="kXL-bh-JQK" secondAttribute="bottom" constant="16" id="8bI-gj-X4I"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="Ej6-th-OuJ" secondAttribute="trailing" constant="16" id="9WP-kr-chZ"/>
|
|
|
+ <constraint firstItem="kXL-bh-JQK" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="9sj-Vd-1tH"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="FCV-r1-BiZ" secondAttribute="bottom" constant="6" id="CGb-Je-HhI"/>
|
|
|
+ <constraint firstItem="tox-LJ-GtX" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="E7U-lZ-LJN"/>
|
|
|
+ <constraint firstItem="kXL-bh-JQK" firstAttribute="top" secondItem="Vzf-SG-CWc" secondAttribute="top" constant="16" id="Mnw-10-rKE"/>
|
|
|
+ <constraint firstItem="Ej6-th-OuJ" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="Nmj-9n-m2E"/>
|
|
|
+ <constraint firstItem="X98-Hr-uLG" firstAttribute="top" secondItem="tox-LJ-GtX" secondAttribute="bottom" constant="16" id="bUM-4P-TDa"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="qxA-YM-xIq" secondAttribute="bottom" constant="6" id="iuU-LI-HPQ"/>
|
|
|
+ <constraint firstItem="X98-Hr-uLG" firstAttribute="leading" secondItem="Vzf-SG-CWc" secondAttribute="leading" constant="16" id="mdo-ib-fQk"/>
|
|
|
+ <constraint firstItem="tox-LJ-GtX" firstAttribute="top" secondItem="Ej6-th-OuJ" secondAttribute="bottom" constant="16" id="ohP-Eh-4hD"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="FCV-r1-BiZ" secondAttribute="trailing" constant="16" id="roz-Ak-WYB"/>
|
|
|
+ <constraint firstItem="FCV-r1-BiZ" firstAttribute="leading" secondItem="qxA-YM-xIq" secondAttribute="trailing" constant="10" id="xYi-mQ-Mwy"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="170" id="VG5-11-3Gh"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="4kx-6q-nJ8">
|
|
|
+ <rect key="frame" x="0.0" y="58" width="280" height="80"/>
|
|
|
+ <view key="contentView" id="ghJ-Ir-m60">
|
|
|
+ <rect key="frame" x="1" y="1" width="278" height="78"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="80" id="qQI-0G-n5r"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="aX3-LQ-PXi">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="280" height="52"/>
|
|
|
+ <view key="contentView" id="FTe-Pe-5Wd">
|
|
|
+ <rect key="frame" x="1" y="1" width="278" height="50"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fxe-UM-ZCK">
|
|
|
+ <rect key="frame" x="194" y="17" width="75" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="LQk-fe-7It">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ </button>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3l4-91-BR7">
|
|
|
+ <rect key="frame" x="123" y="17" width="75" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Ub2-Qi-UVE">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="fxe-UM-ZCK" firstAttribute="leading" secondItem="3l4-91-BR7" secondAttribute="trailing" constant="10" id="0Uj-Be-luV"/>
|
|
|
+ <constraint firstItem="fxe-UM-ZCK" firstAttribute="top" secondItem="FTe-Pe-5Wd" secondAttribute="top" constant="6" id="IkM-7X-gBB"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="fxe-UM-ZCK" secondAttribute="trailing" constant="16" id="SZ7-5x-DZf"/>
|
|
|
+ <constraint firstItem="3l4-91-BR7" firstAttribute="top" secondItem="FTe-Pe-5Wd" secondAttribute="top" constant="6" id="ru8-zJ-SeL"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="52" id="dW2-x8-dcV"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="cdc-3d-gh5" firstAttribute="top" secondItem="TYX-fO-lan" secondAttribute="bottom" id="0Cv-jO-ixc"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="TYX-fO-lan" secondAttribute="trailing" id="5zp-6K-zSy"/>
|
|
|
+ <constraint firstItem="TYX-fO-lan" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="961-QQ-EKQ"/>
|
|
|
+ <constraint firstItem="h69-NL-IH7" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="CTM-Ty-KCN"/>
|
|
|
+ <constraint firstItem="cdc-3d-gh5" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="FBd-tQ-1Md"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="cdc-3d-gh5" secondAttribute="trailing" id="I0Z-uh-PdE"/>
|
|
|
+ <constraint firstItem="TYX-fO-lan" firstAttribute="top" secondItem="h69-NL-IH7" secondAttribute="bottom" id="NFe-Vw-raH"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="h69-NL-IH7" secondAttribute="trailing" id="XLD-vC-gfq"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="4kx-6q-nJ8" secondAttribute="trailing" id="Zwi-0o-uvZ"/>
|
|
|
+ <constraint firstItem="aX3-LQ-PXi" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="e7W-rd-KkH"/>
|
|
|
+ <constraint firstItem="4kx-6q-nJ8" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="hfv-r4-LBp"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="aX3-LQ-PXi" secondAttribute="bottom" id="u5o-Tk-SGA"/>
|
|
|
+ <constraint firstItem="h69-NL-IH7" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="vO3-NH-iBM"/>
|
|
|
+ <constraint firstItem="4kx-6q-nJ8" firstAttribute="top" secondItem="cdc-3d-gh5" secondAttribute="bottom" id="xsV-yh-NkH"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="aX3-LQ-PXi" secondAttribute="trailing" id="zOc-g6-tpE"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <connections>
|
|
|
+ <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
|
+ </connections>
|
|
|
+ <point key="canvasLocation" x="52" y="132"/>
|
|
|
+ </window>
|
|
|
+ </objects>
|
|
|
+</document>
|