KMAnnotationSectionCellView.xib 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMSectionCellView" customModule="PDF_Reader_Pro" customModuleProvider="target"/>
  10. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  11. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  12. <tableCellView id="qeq-9Z-4A5" customClass="KMAnnotationSectionCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="239" height="24"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="ALL-Bd-HqD">
  17. <rect key="frame" x="20" y="-2" width="199" height="5"/>
  18. </box>
  19. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Ivc-dC-Pho">
  20. <rect key="frame" x="40" y="4" width="4" height="16"/>
  21. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" id="eCT-hy-8qi">
  22. <font key="font" usesAppearanceFont="YES"/>
  23. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  24. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  25. </textFieldCell>
  26. </textField>
  27. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rjc-uD-mQf">
  28. <rect key="frame" x="180" y="4" width="37" height="16"/>
  29. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="xg9-Kz-vHH">
  30. <font key="font" metaFont="system"/>
  31. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  32. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  33. </textFieldCell>
  34. </textField>
  35. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1Z2-Dc-fxz">
  36. <rect key="frame" x="18" y="4" width="16" height="16"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="16" id="SC8-Wl-hxz"/>
  39. <constraint firstAttribute="height" constant="16" id="zBo-6g-duz"/>
  40. </constraints>
  41. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="regularSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="iv2-vi-fDB">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="system"/>
  44. </buttonCell>
  45. </button>
  46. </subviews>
  47. <constraints>
  48. <constraint firstAttribute="bottom" secondItem="ALL-Bd-HqD" secondAttribute="bottom" id="3KV-jY-90D"/>
  49. <constraint firstItem="Ivc-dC-Pho" firstAttribute="leading" secondItem="1Z2-Dc-fxz" secondAttribute="trailing" constant="8" id="ACj-B2-7hb"/>
  50. <constraint firstItem="1Z2-Dc-fxz" firstAttribute="top" secondItem="qeq-9Z-4A5" secondAttribute="top" constant="4" id="Elh-QV-3BZ"/>
  51. <constraint firstItem="Ivc-dC-Pho" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="JUy-id-kUc"/>
  52. <constraint firstItem="rjc-uD-mQf" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="Jas-8P-hzB"/>
  53. <constraint firstItem="1Z2-Dc-fxz" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="OmN-UY-uxq"/>
  54. <constraint firstAttribute="trailing" secondItem="ALL-Bd-HqD" secondAttribute="trailing" constant="20" id="U1o-46-m9u"/>
  55. <constraint firstItem="ALL-Bd-HqD" firstAttribute="leading" secondItem="qeq-9Z-4A5" secondAttribute="leading" constant="20" id="Vfy-fE-7i2"/>
  56. <constraint firstAttribute="trailing" secondItem="rjc-uD-mQf" secondAttribute="trailing" constant="24" id="Z97-QS-N9P"/>
  57. <constraint firstAttribute="bottom" secondItem="1Z2-Dc-fxz" secondAttribute="bottom" constant="4" id="kP7-zb-HYq"/>
  58. <constraint firstItem="1Z2-Dc-fxz" firstAttribute="leading" secondItem="qeq-9Z-4A5" secondAttribute="leading" constant="18" id="qYy-cY-1fg"/>
  59. </constraints>
  60. <connections>
  61. <outlet property="countLabel" destination="rjc-uD-mQf" id="yTm-O6-wPh"/>
  62. <outlet property="expandButton" destination="1Z2-Dc-fxz" id="V51-pv-Ftg"/>
  63. <outlet property="titleLabel" destination="Ivc-dC-Pho" id="9V4-S9-p71"/>
  64. </connections>
  65. <point key="canvasLocation" x="101.5" y="-5"/>
  66. </tableCellView>
  67. </objects>
  68. </document>