12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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="KMProductPromotionViewController" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="activitiesBox" destination="CxY-O0-Cyh" id="Tbm-K1-BO2"/>
- <outlet property="activitiesCloseButton" destination="Qju-Te-5th" id="eV6-mm-onD"/>
- <outlet property="activitiesImageView" destination="jE1-o0-mry" id="8WH-RO-fWY"/>
- <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="612" height="188"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CxY-O0-Cyh" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="612" height="188"/>
- <view key="contentView" id="Cbo-eS-eTf">
- <rect key="frame" x="0.0" y="0.0" width="612" height="188"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jE1-o0-mry">
- <rect key="frame" x="0.0" y="0.0" width="612" height="188"/>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="black_pdfreaderpro_home_en" id="Fg1-dh-STx"/>
- </imageView>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="Qju-Te-5th">
- <rect key="frame" x="577" y="151.5" width="30.5" height="34"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSStopProgressTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="svV-sJ-Rzg">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="3nJ-qp-c0X"/>
- <constraint firstAttribute="height" constant="30" id="dQs-eI-ACu"/>
- </constraints>
- <connections>
- <action selector="activitiesCloseButtonAction:" target="-2" id="0SA-cU-MfX"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="jE1-o0-mry" firstAttribute="leading" secondItem="Cbo-eS-eTf" secondAttribute="leading" id="6cQ-E9-aXe"/>
- <constraint firstAttribute="trailing" secondItem="Qju-Te-5th" secondAttribute="trailing" constant="5" id="AbW-PA-fyN"/>
- <constraint firstAttribute="bottom" secondItem="jE1-o0-mry" secondAttribute="bottom" id="WkB-t3-59G"/>
- <constraint firstItem="Qju-Te-5th" firstAttribute="top" secondItem="Cbo-eS-eTf" secondAttribute="top" constant="5" id="gmB-QU-k6f"/>
- <constraint firstItem="jE1-o0-mry" firstAttribute="top" secondItem="Cbo-eS-eTf" secondAttribute="top" id="lP9-6n-YO9"/>
- <constraint firstAttribute="trailing" secondItem="jE1-o0-mry" secondAttribute="trailing" id="tAg-Jg-Ki0"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="188" id="VXB-4a-G5d"/>
- </constraints>
- <color key="fillColor" red="0.92156862745098034" green="0.92156862745098034" blue="0.92156862745098034" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="CxY-O0-Cyh" secondAttribute="trailing" id="OL2-qW-l38"/>
- <constraint firstItem="CxY-O0-Cyh" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Zhl-qS-8wO"/>
- <constraint firstAttribute="bottom" secondItem="CxY-O0-Cyh" secondAttribute="bottom" id="hUe-yF-MkW"/>
- <constraint firstItem="CxY-O0-Cyh" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="lt1-kr-GXA"/>
- </constraints>
- <point key="canvasLocation" x="54" y="225"/>
- </customView>
- </objects>
- <resources>
- <image name="NSStopProgressTemplate" width="17" height="16"/>
- <image name="black_pdfreaderpro_home_en" width="184" height="242"/>
- </resources>
- </document>
|