KMPDFEditViewController.xib 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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="KMPDFEditViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contentBox" destination="H78-7z-jdm" id="fst-f6-ba8"/>
  12. <outlet property="lineBoxView" destination="9X3-1V-DZ8" id="gB1-mA-E7R"/>
  13. <outlet property="thumbnailSizeView" destination="Jf5-OZ-sXa" id="Pib-0f-y8b"/>
  14. <outlet property="topBarBox" destination="9MH-c6-Ein" id="4yW-J4-TfZ"/>
  15. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  16. <outlet property="zoomInButton" destination="AzX-4N-uaa" id="JQW-pf-WOr"/>
  17. <outlet property="zoomOutButton" destination="nbB-12-iF1" id="owX-0d-ktI"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <customView id="Hz6-mo-xeY">
  23. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  25. <subviews>
  26. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="9MH-c6-Ein">
  27. <rect key="frame" x="0.0" y="232" width="480" height="40"/>
  28. <view key="contentView" id="pnV-ja-GKZ">
  29. <rect key="frame" x="0.0" y="0.0" width="480" height="40"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. </view>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="40" id="mNT-LH-0ai"/>
  34. </constraints>
  35. </box>
  36. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="H78-7z-jdm">
  37. <rect key="frame" x="0.0" y="0.0" width="480" height="232"/>
  38. <view key="contentView" id="DN4-I2-diQ">
  39. <rect key="frame" x="0.0" y="0.0" width="480" height="232"/>
  40. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  41. </view>
  42. </box>
  43. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Jf5-OZ-sXa">
  44. <rect key="frame" x="372" y="16" width="88" height="32"/>
  45. <subviews>
  46. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nbB-12-iF1">
  47. <rect key="frame" x="14" y="8" width="16" height="16"/>
  48. <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="KMImageNameZoomout" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" inset="2" id="wp2-ja-C64">
  49. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  50. <font key="font" metaFont="system"/>
  51. </buttonCell>
  52. <connections>
  53. <action selector="buttonClicked_Smaller:" target="-2" id="cJY-xV-90Q"/>
  54. </connections>
  55. </button>
  56. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AzX-4N-uaa">
  57. <rect key="frame" x="58" y="8" width="16" height="16"/>
  58. <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="KMImageNameZoomoin" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="W58-xr-jlL">
  59. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  60. <font key="font" metaFont="system"/>
  61. </buttonCell>
  62. <connections>
  63. <action selector="buttonClicked_Bigger:" target="-2" id="qkv-Xf-5ha"/>
  64. </connections>
  65. </button>
  66. <customView translatesAutoresizingMaskIntoConstraints="NO" id="9X3-1V-DZ8">
  67. <rect key="frame" x="44" y="8" width="1" height="16"/>
  68. <constraints>
  69. <constraint firstAttribute="height" constant="16" id="WhF-bC-cri"/>
  70. <constraint firstAttribute="width" constant="1" id="z0i-An-EC4"/>
  71. </constraints>
  72. </customView>
  73. </subviews>
  74. <constraints>
  75. <constraint firstItem="AzX-4N-uaa" firstAttribute="centerY" secondItem="Jf5-OZ-sXa" secondAttribute="centerY" id="FLY-cM-pLp"/>
  76. <constraint firstAttribute="trailing" secondItem="AzX-4N-uaa" secondAttribute="trailing" constant="14" id="XeC-NF-W4Q"/>
  77. <constraint firstItem="9X3-1V-DZ8" firstAttribute="centerY" secondItem="Jf5-OZ-sXa" secondAttribute="centerY" id="Zbf-w9-sgQ"/>
  78. <constraint firstAttribute="height" constant="32" id="cG1-JH-RdK"/>
  79. <constraint firstAttribute="width" constant="88" id="hE0-8E-4z4"/>
  80. <constraint firstItem="9X3-1V-DZ8" firstAttribute="centerX" secondItem="Jf5-OZ-sXa" secondAttribute="centerX" id="mpO-ur-VNN"/>
  81. <constraint firstItem="nbB-12-iF1" firstAttribute="leading" secondItem="Jf5-OZ-sXa" secondAttribute="leading" constant="14" id="nao-Eg-9su"/>
  82. <constraint firstItem="nbB-12-iF1" firstAttribute="centerY" secondItem="Jf5-OZ-sXa" secondAttribute="centerY" id="upj-OE-YGg"/>
  83. </constraints>
  84. </customView>
  85. </subviews>
  86. <constraints>
  87. <constraint firstAttribute="trailing" secondItem="9MH-c6-Ein" secondAttribute="trailing" id="3XF-0A-rcC"/>
  88. <constraint firstAttribute="bottom" secondItem="Jf5-OZ-sXa" secondAttribute="bottom" constant="16" id="7tR-XL-PEB"/>
  89. <constraint firstAttribute="trailing" secondItem="Jf5-OZ-sXa" secondAttribute="trailing" constant="20" id="LTk-QE-7uv"/>
  90. <constraint firstItem="H78-7z-jdm" firstAttribute="top" secondItem="9MH-c6-Ein" secondAttribute="bottom" id="Nhk-9Y-2aa"/>
  91. <constraint firstItem="9MH-c6-Ein" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Q7l-UX-efw"/>
  92. <constraint firstAttribute="bottom" secondItem="H78-7z-jdm" secondAttribute="bottom" id="QBN-Il-nSW"/>
  93. <constraint firstItem="H78-7z-jdm" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="edF-ds-Kru"/>
  94. <constraint firstItem="9MH-c6-Ein" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="hY6-Qt-Ul6"/>
  95. <constraint firstAttribute="trailing" secondItem="H78-7z-jdm" secondAttribute="trailing" id="jrv-Ei-UBO"/>
  96. </constraints>
  97. <point key="canvasLocation" x="235" y="121"/>
  98. </customView>
  99. </objects>
  100. <resources>
  101. <image name="KMImageNameZoomoin" width="16" height="16"/>
  102. <image name="KMImageNameZoomout" width="16" height="16"/>
  103. </resources>
  104. </document>