AITipIconView.xib 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner"/>
  10. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  11. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  12. <customView id="c22-O7-iKe" customClass="AITipIconView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="72" height="72"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <customView translatesAutoresizingMaskIntoConstraints="NO" id="I74-vT-Xez">
  17. <rect key="frame" x="0.0" y="0.0" width="72" height="72"/>
  18. <subviews>
  19. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8WG-dd-2tm">
  20. <rect key="frame" x="0.0" y="0.0" width="72" height="72"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="pop-btn" id="9gd-DZ-q1G"/>
  23. </imageView>
  24. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Mqm-IP-WSs" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  25. <rect key="frame" x="13" y="16" width="48" height="48"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="uCp-tX-ETH">
  28. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  29. <font key="font" metaFont="system"/>
  30. </buttonCell>
  31. <connections>
  32. <action selector="clickAction:" target="c22-O7-iKe" id="M4L-wv-1WT"/>
  33. </connections>
  34. </button>
  35. </subviews>
  36. </customView>
  37. </subviews>
  38. <constraints>
  39. <constraint firstAttribute="bottom" secondItem="I74-vT-Xez" secondAttribute="bottom" id="2Ea-eL-EvV"/>
  40. <constraint firstItem="I74-vT-Xez" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="HiK-XD-DDN"/>
  41. <constraint firstItem="I74-vT-Xez" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="ULu-DB-z14"/>
  42. <constraint firstAttribute="trailing" secondItem="I74-vT-Xez" secondAttribute="trailing" id="lhJ-a0-M2L"/>
  43. </constraints>
  44. <connections>
  45. <outlet property="clickButton" destination="Mqm-IP-WSs" id="8MN-Vf-54Z"/>
  46. <outlet property="hoverImage" destination="8WG-dd-2tm" id="cKM-W6-EXp"/>
  47. </connections>
  48. <point key="canvasLocation" x="60" y="114"/>
  49. </customView>
  50. </objects>
  51. <resources>
  52. <image name="pop-btn" width="80" height="80"/>
  53. </resources>
  54. </document>