KMNBotaHeaderSearchView.xib 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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"/>
  10. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  11. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  12. <customView id="c22-O7-iKe" customClass="KMNBotaHeaderSearchView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="480" height="40"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="yRL-mq-0w7">
  17. <rect key="frame" x="11" y="11" width="18" height="18"/>
  18. <view key="contentView" id="yqT-Ht-T7H">
  19. <rect key="frame" x="1" y="1" width="16" height="16"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. </view>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="18" id="U5C-xB-czx"/>
  24. <constraint firstAttribute="height" constant="18" id="bCg-wx-ATf"/>
  25. </constraints>
  26. </box>
  27. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="wHN-nZ-y7R">
  28. <rect key="frame" x="36" y="10" width="400" height="20"/>
  29. <view key="contentView" id="Tcq-Ry-qfX">
  30. <rect key="frame" x="1" y="1" width="398" height="18"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. </view>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="20" id="WpT-2x-wuB"/>
  35. </constraints>
  36. </box>
  37. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="XEG-JI-KNA">
  38. <rect key="frame" x="444" y="8" width="24" height="24"/>
  39. <view key="contentView" id="f8C-WF-bvn">
  40. <rect key="frame" x="1" y="1" width="22" height="22"/>
  41. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  42. </view>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="24" id="IAt-j6-MA3"/>
  45. <constraint firstAttribute="height" constant="24" id="R6Z-Hh-eqN"/>
  46. </constraints>
  47. </box>
  48. <customView translatesAutoresizingMaskIntoConstraints="NO" id="m70-PN-kAN">
  49. <rect key="frame" x="0.0" y="0.0" width="480" height="2"/>
  50. <constraints>
  51. <constraint firstAttribute="height" constant="2" id="xxU-cv-B9D"/>
  52. </constraints>
  53. </customView>
  54. </subviews>
  55. <constraints>
  56. <constraint firstItem="yRL-mq-0w7" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="11" id="0Qa-5k-aDW"/>
  57. <constraint firstItem="wHN-nZ-y7R" firstAttribute="leading" secondItem="yRL-mq-0w7" secondAttribute="trailing" constant="7" id="89k-M7-fZL"/>
  58. <constraint firstItem="wHN-nZ-y7R" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="BpJ-Dd-N1q"/>
  59. <constraint firstAttribute="trailing" secondItem="XEG-JI-KNA" secondAttribute="trailing" constant="12" id="BzV-Jm-ZhE"/>
  60. <constraint firstItem="m70-PN-kAN" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="Efg-zt-oCZ"/>
  61. <constraint firstAttribute="bottom" secondItem="m70-PN-kAN" secondAttribute="bottom" id="K9m-cj-2gx"/>
  62. <constraint firstAttribute="trailing" secondItem="m70-PN-kAN" secondAttribute="trailing" id="LBY-YD-L7V"/>
  63. <constraint firstItem="XEG-JI-KNA" firstAttribute="leading" secondItem="wHN-nZ-y7R" secondAttribute="trailing" constant="8" id="M3I-jY-xHC"/>
  64. <constraint firstItem="yRL-mq-0w7" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="dOh-Hx-MRh"/>
  65. <constraint firstItem="XEG-JI-KNA" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="v2x-IN-NOS"/>
  66. </constraints>
  67. <connections>
  68. <outlet property="bottomLine" destination="m70-PN-kAN" id="HzX-Zf-Heh"/>
  69. <outlet property="leftBox" destination="yRL-mq-0w7" id="9Uf-XO-oVf"/>
  70. <outlet property="rightBox" destination="XEG-JI-KNA" id="8nv-e2-DvK"/>
  71. <outlet property="searchBox" destination="wHN-nZ-y7R" id="lyq-51-pqg"/>
  72. </connections>
  73. <point key="canvasLocation" x="156" y="-67"/>
  74. </customView>
  75. </objects>
  76. </document>