12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?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="KMBGTemplateItem" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="iconImage" destination="ZhR-SQ-pB0" id="B21-uw-RIJ"/>
- <outlet property="iconImageHeightConst" destination="QKF-u3-WNP" id="f4G-Je-Isq"/>
- <outlet property="iconImageWidthConst" destination="pAn-2A-2YS" id="8qe-lU-29p"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- <outlet property="watermarkItem" destination="oEd-9U-hkX" id="ryX-mu-WzP"/>
- </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="177" height="255"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="bBV-cb-Fee">
- <rect key="frame" x="0.0" y="0.0" width="177" height="255"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="oEd-9U-hkX" customClass="ComponentCardWatermark" customModule="KMComponentLibrary">
- <rect key="frame" x="0.0" y="0.0" width="177" height="255"/>
- </customView>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ZhR-SQ-pB0">
- <rect key="frame" x="65" y="104" width="48" height="48"/>
- <constraints>
- <constraint firstAttribute="height" constant="48" id="QKF-u3-WNP"/>
- <constraint firstAttribute="width" constant="48" id="pAn-2A-2YS"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="pOd-6X-9u5"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="oEd-9U-hkX" secondAttribute="trailing" id="5OS-Pm-XdU"/>
- <constraint firstItem="ZhR-SQ-pB0" firstAttribute="centerY" secondItem="bBV-cb-Fee" secondAttribute="centerY" id="Ipu-n1-EL4"/>
- <constraint firstItem="oEd-9U-hkX" firstAttribute="leading" secondItem="bBV-cb-Fee" secondAttribute="leading" id="gQX-7u-wKL"/>
- <constraint firstAttribute="bottom" secondItem="oEd-9U-hkX" secondAttribute="bottom" id="nko-eV-dLa"/>
- <constraint firstItem="oEd-9U-hkX" firstAttribute="top" secondItem="bBV-cb-Fee" secondAttribute="top" id="r9E-So-2Uy"/>
- <constraint firstItem="ZhR-SQ-pB0" firstAttribute="centerX" secondItem="bBV-cb-Fee" secondAttribute="centerX" id="sQO-qf-yWi"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="bBV-cb-Fee" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="7ad-vO-yWM"/>
- <constraint firstAttribute="trailing" secondItem="bBV-cb-Fee" secondAttribute="trailing" id="8Wq-nf-YrR"/>
- <constraint firstAttribute="bottom" secondItem="bBV-cb-Fee" secondAttribute="bottom" id="ISt-dF-qqO"/>
- <constraint firstItem="bBV-cb-Fee" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Olt-DG-Q0I"/>
- </constraints>
- <point key="canvasLocation" x="-28.5" y="135.5"/>
- </customView>
- </objects>
- </document>
|