12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMMergeViewController" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="contentBox" destination="9Di-TJ-wWc" id="msZ-pj-qFD"/>
- <outlet property="titleBar" destination="TdV-XL-tj1" id="a9T-wN-f0L"/>
- <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="1022" height="572"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="TdV-XL-tj1">
- <rect key="frame" x="0.0" y="528" width="1022" height="44"/>
- <view key="contentView" id="37v-MR-bz7">
- <rect key="frame" x="0.0" y="0.0" width="1022" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="cuu-Hm-2W7"/>
- </constraints>
- </box>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="9Di-TJ-wWc">
- <rect key="frame" x="0.0" y="0.0" width="1022" height="528"/>
- <view key="contentView" id="NPQ-Io-FpK">
- <rect key="frame" x="0.0" y="0.0" width="1022" height="528"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="9Di-TJ-wWc" firstAttribute="top" secondItem="TdV-XL-tj1" secondAttribute="bottom" id="Vs4-m6-UQs"/>
- <constraint firstItem="9Di-TJ-wWc" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="aEe-AP-zzy"/>
- <constraint firstAttribute="trailing" secondItem="9Di-TJ-wWc" secondAttribute="trailing" id="f0F-cq-3Us"/>
- <constraint firstAttribute="bottom" secondItem="9Di-TJ-wWc" secondAttribute="bottom" id="k5e-AN-K0c"/>
- <constraint firstItem="TdV-XL-tj1" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="oIk-pT-oip"/>
- <constraint firstAttribute="trailing" secondItem="TdV-XL-tj1" secondAttribute="trailing" id="qA5-mi-sEH"/>
- <constraint firstItem="TdV-XL-tj1" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="v0Y-uj-knh"/>
- </constraints>
- <point key="canvasLocation" x="357" y="147"/>
- </customView>
- </objects>
- </document>
|