KMBGTemplateItem.xib 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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" customClass="KMBGTemplateItem" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="iconImage" destination="ZhR-SQ-pB0" id="B21-uw-RIJ"/>
  12. <outlet property="iconImageHeightConst" destination="QKF-u3-WNP" id="f4G-Je-Isq"/>
  13. <outlet property="iconImageWidthConst" destination="pAn-2A-2YS" id="8qe-lU-29p"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. <outlet property="watermarkItem" destination="oEd-9U-hkX" id="ryX-mu-WzP"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <customView id="Hz6-mo-xeY">
  21. <rect key="frame" x="0.0" y="0.0" width="177" height="255"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <customView translatesAutoresizingMaskIntoConstraints="NO" id="bBV-cb-Fee">
  25. <rect key="frame" x="0.0" y="0.0" width="177" height="255"/>
  26. <subviews>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="oEd-9U-hkX" customClass="ComponentCardWatermark" customModule="KMComponentLibrary">
  28. <rect key="frame" x="0.0" y="0.0" width="177" height="255"/>
  29. </customView>
  30. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ZhR-SQ-pB0">
  31. <rect key="frame" x="65" y="104" width="48" height="48"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="48" id="QKF-u3-WNP"/>
  34. <constraint firstAttribute="width" constant="48" id="pAn-2A-2YS"/>
  35. </constraints>
  36. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="pOd-6X-9u5"/>
  37. </imageView>
  38. </subviews>
  39. <constraints>
  40. <constraint firstAttribute="trailing" secondItem="oEd-9U-hkX" secondAttribute="trailing" id="5OS-Pm-XdU"/>
  41. <constraint firstItem="ZhR-SQ-pB0" firstAttribute="centerY" secondItem="bBV-cb-Fee" secondAttribute="centerY" id="Ipu-n1-EL4"/>
  42. <constraint firstItem="oEd-9U-hkX" firstAttribute="leading" secondItem="bBV-cb-Fee" secondAttribute="leading" id="gQX-7u-wKL"/>
  43. <constraint firstAttribute="bottom" secondItem="oEd-9U-hkX" secondAttribute="bottom" id="nko-eV-dLa"/>
  44. <constraint firstItem="oEd-9U-hkX" firstAttribute="top" secondItem="bBV-cb-Fee" secondAttribute="top" id="r9E-So-2Uy"/>
  45. <constraint firstItem="ZhR-SQ-pB0" firstAttribute="centerX" secondItem="bBV-cb-Fee" secondAttribute="centerX" id="sQO-qf-yWi"/>
  46. </constraints>
  47. </customView>
  48. </subviews>
  49. <constraints>
  50. <constraint firstItem="bBV-cb-Fee" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="7ad-vO-yWM"/>
  51. <constraint firstAttribute="trailing" secondItem="bBV-cb-Fee" secondAttribute="trailing" id="8Wq-nf-YrR"/>
  52. <constraint firstAttribute="bottom" secondItem="bBV-cb-Fee" secondAttribute="bottom" id="ISt-dF-qqO"/>
  53. <constraint firstItem="bBV-cb-Fee" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Olt-DG-Q0I"/>
  54. </constraints>
  55. <point key="canvasLocation" x="-28.5" y="135.5"/>
  56. </customView>
  57. </objects>
  58. </document>