KMBOTAOutlineCellView.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
  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. <connections>
  11. <outlet property="contentView" destination="c22-O7-iKe" id="RjV-fa-1Ne"/>
  12. <outlet property="iconButton" destination="oX7-Le-Qnh" id="gI4-OT-Wa6"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="c22-O7-iKe" customClass="KMBOTAOutlineCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  18. <rect key="frame" x="0.0" y="0.0" width="288" height="40"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oX7-Le-Qnh">
  22. <rect key="frame" x="0.0" y="9" width="22" height="22"/>
  23. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMImageNameBotaNoteExpand" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="kCY-iL-cPI">
  24. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  25. <font key="font" metaFont="system"/>
  26. </buttonCell>
  27. <constraints>
  28. <constraint firstAttribute="width" constant="22" id="hKW-TA-kaD"/>
  29. <constraint firstAttribute="height" constant="22" id="o5n-A4-9Gl"/>
  30. </constraints>
  31. <connections>
  32. <action selector="iconButtonAction:" target="c22-O7-iKe" id="PWK-GI-ujg"/>
  33. </connections>
  34. </button>
  35. <box boxType="custom" borderWidth="0.0" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="r6w-bc-fEQ" customClass="KMBox" customModule="PDF_Reader_Pro" customModuleProvider="target">
  36. <rect key="frame" x="34" y="4" width="238" height="32"/>
  37. <view key="contentView" id="2uf-xe-jFx">
  38. <rect key="frame" x="0.0" y="0.0" width="238" height="32"/>
  39. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  40. <subviews>
  41. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qgr-rq-q7D" customClass="KMTextField" customModule="PDF_Reader_Pro" customModuleProvider="target">
  42. <rect key="frame" x="-2" y="8" width="242" height="16"/>
  43. <textFieldCell key="cell" lineBreakMode="charWrapping" title="Label" id="GUU-ti-yMJ">
  44. <font key="font" metaFont="system"/>
  45. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  46. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  47. </textFieldCell>
  48. </textField>
  49. </subviews>
  50. <constraints>
  51. <constraint firstItem="qgr-rq-q7D" firstAttribute="centerY" secondItem="2uf-xe-jFx" secondAttribute="centerY" id="0T5-gj-AFe"/>
  52. <constraint firstItem="qgr-rq-q7D" firstAttribute="leading" secondItem="2uf-xe-jFx" secondAttribute="leading" id="28C-uR-yK5"/>
  53. <constraint firstAttribute="trailing" secondItem="qgr-rq-q7D" secondAttribute="trailing" id="3XF-hG-vsj"/>
  54. </constraints>
  55. </view>
  56. <constraints>
  57. <constraint firstAttribute="height" constant="32" id="ooK-jZ-Lt7"/>
  58. </constraints>
  59. </box>
  60. </subviews>
  61. <constraints>
  62. <constraint firstItem="r6w-bc-fEQ" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="GXt-wT-Iae"/>
  63. <constraint firstItem="oX7-Le-Qnh" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="JvF-tZ-PnT"/>
  64. <constraint firstItem="r6w-bc-fEQ" firstAttribute="leading" secondItem="oX7-Le-Qnh" secondAttribute="trailing" constant="12" id="ckn-l4-SD6"/>
  65. <constraint firstItem="oX7-Le-Qnh" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="hwc-vQ-gYr"/>
  66. <constraint firstAttribute="trailing" secondItem="r6w-bc-fEQ" secondAttribute="trailing" constant="16" id="kai-8d-2uS"/>
  67. </constraints>
  68. <connections>
  69. <outlet property="iconButton" destination="oX7-Le-Qnh" id="I1a-ac-G9Q"/>
  70. <outlet property="titleLabel" destination="qgr-rq-q7D" id="NB3-FK-bao"/>
  71. <outlet property="titleLabelBox" destination="r6w-bc-fEQ" id="nPg-9C-QYD"/>
  72. </connections>
  73. <point key="canvasLocation" x="13" y="380"/>
  74. </customView>
  75. </objects>
  76. <resources>
  77. <image name="KMImageNameBotaNoteExpand" width="16" height="16"/>
  78. </resources>
  79. </document>