12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?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="KMAlignmentController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="box1" destination="Voz-bF-Xf4" id="7nB-bP-xmJ"/>
- <outlet property="box2" destination="MtT-I0-WoV" id="ER1-om-ZQr"/>
- <outlet property="box3" destination="kSB-sY-SRQ" id="DZO-zc-zJu"/>
- <outlet property="box4" destination="bGd-5S-wfN" id="jEG-dl-Ki7"/>
- <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="148" height="40"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Voz-bF-Xf4">
- <rect key="frame" x="4" y="4" width="32" height="32"/>
- <view key="contentView" id="WPR-W5-wtN">
- <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="M6d-eR-zo2"/>
- <constraint firstAttribute="height" constant="32" id="rKg-dL-gnj"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="MtT-I0-WoV">
- <rect key="frame" x="40" y="4" width="32" height="32"/>
- <view key="contentView" id="8ng-8f-CdH">
- <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="9sy-x5-oGr"/>
- <constraint firstAttribute="height" constant="32" id="nz2-eX-4iS"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="kSB-sY-SRQ">
- <rect key="frame" x="76" y="4" width="32" height="32"/>
- <view key="contentView" id="HDR-VX-FhR">
- <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="Bzw-yf-huI"/>
- <constraint firstAttribute="height" constant="32" id="Mwl-Sl-pXu"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="bGd-5S-wfN">
- <rect key="frame" x="112" y="4" width="32" height="32"/>
- <view key="contentView" id="yO8-uC-4oa">
- <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="1vK-My-rn5"/>
- <constraint firstAttribute="height" constant="32" id="OEc-5s-XYG"/>
- </constraints>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="MtT-I0-WoV" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="B1U-L7-MB4"/>
- <constraint firstItem="bGd-5S-wfN" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="KpF-aG-DFs"/>
- <constraint firstItem="kSB-sY-SRQ" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="L8X-X0-PSk"/>
- <constraint firstItem="MtT-I0-WoV" firstAttribute="leading" secondItem="Voz-bF-Xf4" secondAttribute="trailing" constant="4" id="SHh-gW-8iS"/>
- <constraint firstItem="Voz-bF-Xf4" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="4" id="Ym9-V9-ww1"/>
- <constraint firstItem="Voz-bF-Xf4" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="fb0-Aw-WKV"/>
- <constraint firstItem="bGd-5S-wfN" firstAttribute="leading" secondItem="kSB-sY-SRQ" secondAttribute="trailing" constant="4" id="hdw-JE-jv0"/>
- <constraint firstItem="kSB-sY-SRQ" firstAttribute="leading" secondItem="MtT-I0-WoV" secondAttribute="trailing" constant="4" id="tEl-bs-tyz"/>
- </constraints>
- <point key="canvasLocation" x="139" y="154"/>
- </customView>
- </objects>
- </document>
|