123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?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="KMTextAlignmentController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="centerBox" destination="EDc-6v-ugO" id="vDe-hH-rBf"/>
- <outlet property="leftBox" destination="nXC-hl-TzA" id="fa8-72-4d4"/>
- <outlet property="rightBox" destination="fXc-UW-E0g" id="fue-B5-Ut2"/>
- <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="116" height="40"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="nXC-hl-TzA">
- <rect key="frame" x="4" y="4" width="32" height="32"/>
- <view key="contentView" id="Q78-eu-UsB">
- <rect key="frame" x="1" y="1" width="30" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="Yha-qi-GLs"/>
- <constraint firstAttribute="width" constant="32" id="g3X-kI-bh5"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="EDc-6v-ugO">
- <rect key="frame" x="40" y="4" width="32" height="32"/>
- <view key="contentView" id="KuU-73-lSC">
- <rect key="frame" x="1" y="1" width="30" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="mnL-v5-ZRn"/>
- <constraint firstAttribute="width" constant="32" id="wOs-oS-Aky"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="fXc-UW-E0g">
- <rect key="frame" x="76" y="4" width="32" height="32"/>
- <view key="contentView" id="aSp-aS-DP5">
- <rect key="frame" x="1" y="1" width="30" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="width" constant="32" id="fWc-7e-VeW"/>
- <constraint firstAttribute="height" constant="32" id="zCX-Cm-OIq"/>
- </constraints>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="fXc-UW-E0g" firstAttribute="centerY" secondItem="EDc-6v-ugO" secondAttribute="centerY" id="12E-no-M2Q"/>
- <constraint firstItem="nXC-hl-TzA" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="4" id="70u-p4-gjJ"/>
- <constraint firstItem="EDc-6v-ugO" firstAttribute="centerY" secondItem="nXC-hl-TzA" secondAttribute="centerY" id="C0R-19-dL4"/>
- <constraint firstItem="nXC-hl-TzA" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="G7g-mj-5Af"/>
- <constraint firstItem="nXC-hl-TzA" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="4" id="azS-Gg-I7W"/>
- <constraint firstItem="EDc-6v-ugO" firstAttribute="leading" secondItem="nXC-hl-TzA" secondAttribute="trailing" constant="4" id="fxV-Bz-X2W"/>
- <constraint firstItem="fXc-UW-E0g" firstAttribute="leading" secondItem="EDc-6v-ugO" secondAttribute="trailing" constant="4" id="vs9-WJ-0K1"/>
- </constraints>
- <point key="canvasLocation" x="138" y="154"/>
- </customView>
- </objects>
- </document>
|