KMFunctionGuideNameItemView.xib 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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="KMFunctionGuideNameItemView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="240" height="32"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <customView translatesAutoresizingMaskIntoConstraints="NO" id="8fJ-u7-N92">
  17. <rect key="frame" x="0.0" y="0.0" width="240" height="32"/>
  18. <subviews>
  19. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ja0-Hq-s7s">
  20. <rect key="frame" x="4" y="10" width="12" height="12"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="12" id="DEp-WD-8eh"/>
  23. <constraint firstAttribute="width" constant="12" id="IKu-Ol-B53"/>
  24. </constraints>
  25. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vip-2" id="wY9-n8-eAc"/>
  26. </imageView>
  27. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8s2-V7-Y87">
  28. <rect key="frame" x="18" y="10" width="224" height="16"/>
  29. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="7Qg-Iu-Cge">
  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 translatesAutoresizingMaskIntoConstraints="NO" id="tUi-Ed-UXT">
  36. <rect key="frame" x="0.0" y="0.0" width="240" height="32"/>
  37. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Qla-gw-aLO">
  38. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  39. <font key="font" metaFont="system"/>
  40. </buttonCell>
  41. <connections>
  42. <action selector="clickAction:" target="c22-O7-iKe" id="uXV-Rj-Em2"/>
  43. </connections>
  44. </button>
  45. </subviews>
  46. <constraints>
  47. <constraint firstAttribute="trailing" secondItem="tUi-Ed-UXT" secondAttribute="trailing" id="4jX-OV-BfL"/>
  48. <constraint firstAttribute="bottom" secondItem="tUi-Ed-UXT" secondAttribute="bottom" id="62P-nc-BZA"/>
  49. <constraint firstItem="8s2-V7-Y87" firstAttribute="centerY" secondItem="8fJ-u7-N92" secondAttribute="centerY" constant="-2" id="IA5-am-8b0"/>
  50. <constraint firstAttribute="trailing" secondItem="8s2-V7-Y87" secondAttribute="trailing" id="NBx-Ul-nZj"/>
  51. <constraint firstItem="tUi-Ed-UXT" firstAttribute="leading" secondItem="8fJ-u7-N92" secondAttribute="leading" id="Q1M-7F-ls8"/>
  52. <constraint firstItem="ja0-Hq-s7s" firstAttribute="leading" secondItem="8fJ-u7-N92" secondAttribute="leading" constant="4" id="gpD-vf-rRd"/>
  53. <constraint firstItem="ja0-Hq-s7s" firstAttribute="centerY" secondItem="8fJ-u7-N92" secondAttribute="centerY" id="qzV-uw-4X1"/>
  54. <constraint firstItem="tUi-Ed-UXT" firstAttribute="top" secondItem="8fJ-u7-N92" secondAttribute="top" id="tuC-v7-BCC"/>
  55. <constraint firstItem="8s2-V7-Y87" firstAttribute="leading" secondItem="ja0-Hq-s7s" secondAttribute="trailing" constant="4" id="yAk-iJ-oIW"/>
  56. </constraints>
  57. </customView>
  58. </subviews>
  59. <constraints>
  60. <constraint firstAttribute="trailing" secondItem="8fJ-u7-N92" secondAttribute="trailing" id="S2j-6A-Rdk"/>
  61. <constraint firstItem="8fJ-u7-N92" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="SSd-A5-tdw"/>
  62. <constraint firstAttribute="bottom" secondItem="8fJ-u7-N92" secondAttribute="bottom" id="ml6-Fw-LyT"/>
  63. <constraint firstItem="8fJ-u7-N92" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="nSn-rL-ygo"/>
  64. </constraints>
  65. <connections>
  66. <outlet property="contendView" destination="8fJ-u7-N92" id="4V3-aL-U4S"/>
  67. <outlet property="iconImg" destination="ja0-Hq-s7s" id="JPJ-yW-UAq"/>
  68. <outlet property="nameLabel" destination="8s2-V7-Y87" id="Q3C-yf-pyL"/>
  69. </connections>
  70. <point key="canvasLocation" x="136" y="18"/>
  71. </customView>
  72. </objects>
  73. <resources>
  74. <image name="vip-2" width="12" height="12"/>
  75. </resources>
  76. </document>