1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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="KMToolbarConfigViewItem" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="contentBox" destination="qd7-dJ-S7n" id="gRx-AA-Jc9"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="qd7-dJ-S7n">
- <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
- <view key="contentView" id="sXo-ib-JEz">
- <rect key="frame" x="1" y="1" width="478" height="270"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="qd7-dJ-S7n" secondAttribute="bottom" id="D8f-hD-Yt5"/>
- <constraint firstItem="qd7-dJ-S7n" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Lsf-oV-NLj"/>
- <constraint firstItem="qd7-dJ-S7n" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="UsH-t5-ARh"/>
- <constraint firstAttribute="trailing" secondItem="qd7-dJ-S7n" secondAttribute="trailing" id="aor-09-Hd9"/>
- </constraints>
- <point key="canvasLocation" x="139" y="154"/>
- </customView>
- </objects>
- </document>
|