KMHomeQuickToolsWindowCollectionViewItem.xib 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  6. <capability name="Named colors" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <customObject id="-2" userLabel="File's Owner" customClass="KMHomeQuickToolsWindowCollectionViewItem" customModule="PDF_Master" customModuleProvider="target">
  11. <connections>
  12. <outlet property="box" destination="Ttz-dr-sxl" id="oem-1C-5Vo"/>
  13. <outlet property="iconImageView" destination="d1h-XT-2z8" id="lDg-fT-BDM"/>
  14. <outlet property="titleLabel" destination="prt-hf-eww" id="WAt-ak-9Ws"/>
  15. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  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="218" height="83"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <box boxType="custom" borderWidth="0.0" cornerRadius="1" translatesAutoresizingMaskIntoConstraints="NO" id="Ttz-dr-sxl" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  25. <rect key="frame" x="0.0" y="0.0" width="218" height="83"/>
  26. <view key="contentView" id="c3L-Pc-4Zt">
  27. <rect key="frame" x="0.0" y="0.0" width="218" height="83"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  29. <subviews>
  30. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="d1h-XT-2z8">
  31. <rect key="frame" x="8" y="32" width="20" height="20"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="20" id="tGJ-8f-5BF"/>
  34. <constraint firstAttribute="width" constant="20" id="yaH-BX-8Ff"/>
  35. </constraints>
  36. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameHomeBackground" id="bMJ-f5-1c8"/>
  37. </imageView>
  38. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="prt-hf-eww">
  39. <rect key="frame" x="30" y="34" width="35" height="15"/>
  40. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="7l0-f9-2oB">
  41. <font key="font" metaFont="cellTitle"/>
  42. <color key="textColor" name="KMGray6Color"/>
  43. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  44. </textFieldCell>
  45. </textField>
  46. </subviews>
  47. <constraints>
  48. <constraint firstItem="prt-hf-eww" firstAttribute="leading" secondItem="d1h-XT-2z8" secondAttribute="trailing" constant="4" id="3bP-mR-cLf"/>
  49. <constraint firstItem="d1h-XT-2z8" firstAttribute="leading" secondItem="c3L-Pc-4Zt" secondAttribute="leading" constant="8" id="GxI-WE-hZL"/>
  50. <constraint firstItem="prt-hf-eww" firstAttribute="centerY" secondItem="c3L-Pc-4Zt" secondAttribute="centerY" id="KQh-kK-xVR"/>
  51. <constraint firstItem="d1h-XT-2z8" firstAttribute="centerY" secondItem="c3L-Pc-4Zt" secondAttribute="centerY" id="agB-eV-RCp"/>
  52. </constraints>
  53. </view>
  54. <color key="fillColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  55. </box>
  56. </subviews>
  57. <constraints>
  58. <constraint firstAttribute="bottom" secondItem="Ttz-dr-sxl" secondAttribute="bottom" id="6pM-nY-zFZ"/>
  59. <constraint firstItem="Ttz-dr-sxl" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="LP6-8J-kde"/>
  60. <constraint firstItem="Ttz-dr-sxl" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="ZRe-Ar-djJ"/>
  61. <constraint firstAttribute="trailing" secondItem="Ttz-dr-sxl" secondAttribute="trailing" id="mc5-sO-XY3"/>
  62. </constraints>
  63. <point key="canvasLocation" x="262" y="219.5"/>
  64. </customView>
  65. </objects>
  66. <resources>
  67. <image name="KMImageNameHomeBackground" width="40" height="40"/>
  68. <namedColor name="KMGray6Color">
  69. <color red="0.396078431372549" green="0.41176470588235292" blue="0.4392156862745098" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  70. </namedColor>
  71. </resources>
  72. </document>