12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe" customClass="KMNBotaHeaderSearchView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="480" height="40"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="yRL-mq-0w7">
- <rect key="frame" x="11" y="11" width="18" height="18"/>
- <view key="contentView" id="yqT-Ht-T7H">
- <rect key="frame" x="1" y="1" width="16" height="16"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="width" constant="18" id="U5C-xB-czx"/>
- <constraint firstAttribute="height" constant="18" id="bCg-wx-ATf"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="wHN-nZ-y7R">
- <rect key="frame" x="36" y="10" width="400" height="20"/>
- <view key="contentView" id="Tcq-Ry-qfX">
- <rect key="frame" x="1" y="1" width="398" height="18"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="WpT-2x-wuB"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="XEG-JI-KNA">
- <rect key="frame" x="444" y="8" width="24" height="24"/>
- <view key="contentView" id="f8C-WF-bvn">
- <rect key="frame" x="1" y="1" width="22" height="22"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="width" constant="24" id="IAt-j6-MA3"/>
- <constraint firstAttribute="height" constant="24" id="R6Z-Hh-eqN"/>
- </constraints>
- </box>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="m70-PN-kAN">
- <rect key="frame" x="0.0" y="0.0" width="480" height="2"/>
- <constraints>
- <constraint firstAttribute="height" constant="2" id="xxU-cv-B9D"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="yRL-mq-0w7" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="11" id="0Qa-5k-aDW"/>
- <constraint firstItem="wHN-nZ-y7R" firstAttribute="leading" secondItem="yRL-mq-0w7" secondAttribute="trailing" constant="7" id="89k-M7-fZL"/>
- <constraint firstItem="wHN-nZ-y7R" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="BpJ-Dd-N1q"/>
- <constraint firstAttribute="trailing" secondItem="XEG-JI-KNA" secondAttribute="trailing" constant="12" id="BzV-Jm-ZhE"/>
- <constraint firstItem="m70-PN-kAN" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="Efg-zt-oCZ"/>
- <constraint firstAttribute="bottom" secondItem="m70-PN-kAN" secondAttribute="bottom" id="K9m-cj-2gx"/>
- <constraint firstAttribute="trailing" secondItem="m70-PN-kAN" secondAttribute="trailing" id="LBY-YD-L7V"/>
- <constraint firstItem="XEG-JI-KNA" firstAttribute="leading" secondItem="wHN-nZ-y7R" secondAttribute="trailing" constant="8" id="M3I-jY-xHC"/>
- <constraint firstItem="yRL-mq-0w7" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="dOh-Hx-MRh"/>
- <constraint firstItem="XEG-JI-KNA" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="v2x-IN-NOS"/>
- </constraints>
- <connections>
- <outlet property="bottomLine" destination="m70-PN-kAN" id="HzX-Zf-Heh"/>
- <outlet property="leftBox" destination="yRL-mq-0w7" id="9Uf-XO-oVf"/>
- <outlet property="rightBox" destination="XEG-JI-KNA" id="8nv-e2-DvK"/>
- <outlet property="searchBox" destination="wHN-nZ-y7R" id="lyq-51-pqg"/>
- </connections>
- <point key="canvasLocation" x="156" y="-67"/>
- </customView>
- </objects>
- </document>
|