12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMSplitToolbar" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="contendView" destination="hyv-yT-G6z" id="MXQ-o8-RqX"/>
- <outlet property="dividerView" destination="Gb3-Ja-qzt" id="k2y-7J-RtZ"/>
- <outlet property="paginationView" destination="eNq-VW-By6" id="Lzd-6z-ulM"/>
- <outlet property="selectView" destination="KzC-V3-ova" id="gLo-kU-gZw"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe">
- <rect key="frame" x="0.0" y="0.0" width="288" height="40"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="hyv-yT-G6z">
- <rect key="frame" x="0.0" y="0.0" width="288" height="40"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="eNq-VW-By6" customClass="ComponentPagination" customModule="KMComponentLibrary">
- <rect key="frame" x="8" y="8" width="165" height="24"/>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="Dnu-bu-DfT"/>
- <constraint firstAttribute="width" constant="165" id="yh9-fP-low"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Gb3-Ja-qzt" customClass="ComponentDivider" customModule="KMComponentLibrary">
- <rect key="frame" x="177" y="12" width="16" height="16"/>
- <constraints>
- <constraint firstAttribute="height" constant="16" id="Lt6-NU-RKs"/>
- <constraint firstAttribute="width" constant="16" id="ZTN-7M-GAO"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="KzC-V3-ova" customClass="ComponentSelect" customModule="KMComponentLibrary">
- <rect key="frame" x="197" y="8" width="83" height="24"/>
- <constraints>
- <constraint firstAttribute="width" constant="83" id="JT0-6y-lxq"/>
- <constraint firstAttribute="height" constant="24" id="fCT-6n-tjj"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="eNq-VW-By6" firstAttribute="leading" secondItem="hyv-yT-G6z" secondAttribute="leading" constant="8" id="70Z-LC-aze"/>
- <constraint firstItem="Gb3-Ja-qzt" firstAttribute="leading" secondItem="eNq-VW-By6" secondAttribute="trailing" constant="4" id="8E6-J8-9Bw"/>
- <constraint firstItem="Gb3-Ja-qzt" firstAttribute="centerY" secondItem="hyv-yT-G6z" secondAttribute="centerY" id="Nqt-ka-Qgt"/>
- <constraint firstItem="KzC-V3-ova" firstAttribute="leading" secondItem="Gb3-Ja-qzt" secondAttribute="trailing" constant="4" id="atL-Nz-KEc"/>
- <constraint firstItem="eNq-VW-By6" firstAttribute="centerY" secondItem="hyv-yT-G6z" secondAttribute="centerY" id="bPx-91-kab"/>
- <constraint firstItem="KzC-V3-ova" firstAttribute="centerY" secondItem="hyv-yT-G6z" secondAttribute="centerY" id="wHx-s6-Ju7"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="hyv-yT-G6z" secondAttribute="trailing" id="2O0-Oq-Ns7"/>
- <constraint firstItem="hyv-yT-G6z" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="bnQ-JP-Noi"/>
- <constraint firstItem="hyv-yT-G6z" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="kzt-by-1tM"/>
- <constraint firstAttribute="bottom" secondItem="hyv-yT-G6z" secondAttribute="bottom" id="ybq-yQ-cJN"/>
- </constraints>
- <point key="canvasLocation" x="111" y="224"/>
- </customView>
- </objects>
- </document>
|