123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?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"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe" customClass="AITipIconView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="72" height="72"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="I74-vT-Xez">
- <rect key="frame" x="0.0" y="0.0" width="72" height="72"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8WG-dd-2tm">
- <rect key="frame" x="0.0" y="0.0" width="72" height="72"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="pop-btn" id="9gd-DZ-q1G"/>
- </imageView>
- <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Mqm-IP-WSs" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="13" y="16" width="48" height="48"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="uCp-tX-ETH">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="clickAction:" target="c22-O7-iKe" id="M4L-wv-1WT"/>
- </connections>
- </button>
- </subviews>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="I74-vT-Xez" secondAttribute="bottom" id="2Ea-eL-EvV"/>
- <constraint firstItem="I74-vT-Xez" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="HiK-XD-DDN"/>
- <constraint firstItem="I74-vT-Xez" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="ULu-DB-z14"/>
- <constraint firstAttribute="trailing" secondItem="I74-vT-Xez" secondAttribute="trailing" id="lhJ-a0-M2L"/>
- </constraints>
- <connections>
- <outlet property="clickButton" destination="Mqm-IP-WSs" id="8MN-Vf-54Z"/>
- <outlet property="hoverImage" destination="8WG-dd-2tm" id="cKM-W6-EXp"/>
- </connections>
- <point key="canvasLocation" x="60" y="114"/>
- </customView>
- </objects>
- <resources>
- <image name="pop-btn" width="80" height="80"/>
- </resources>
- </document>
|