1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?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="KMMergePopoverViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="label" destination="8ON-RW-0EV" id="y6y-6f-K2k"/>
- <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 misplaced="YES" id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="336" height="162"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="8ON-RW-0EV">
- <rect key="frame" x="16" y="18" width="304" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="300" id="bMU-jO-5rK"/>
- </constraints>
- <textFieldCell key="cell" selectable="YES" title="Multiline Label" id="akX-M0-d17">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="8ON-RW-0EV" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="18" id="G94-99-S7P"/>
- <constraint firstAttribute="bottom" secondItem="8ON-RW-0EV" secondAttribute="bottom" constant="18" id="InJ-Uc-j0p"/>
- <constraint firstItem="8ON-RW-0EV" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="18" id="hFp-qM-Xn8"/>
- </constraints>
- <point key="canvasLocation" x="4" y="154"/>
- </customView>
- </objects>
- </document>
|