KMAnnotationViewController.xib 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner" customClass="KMAnnotationViewController" customModule="PDF_Master" customModuleProvider="target">
  9. <connections>
  10. <outlet property="annotationOutlineView" destination="xR1-8d-nCT" id="0AI-9O-2Va"/>
  11. <outlet property="bigTipLabel" destination="Hgo-wn-Zbx" id="4WH-gT-Ehl"/>
  12. <outlet property="emptyView" destination="nAQ-GY-tve" id="Joe-QN-RBc"/>
  13. <outlet property="filtrateButton" destination="1zM-AI-isO" id="lRD-Yh-CNX"/>
  14. <outlet property="markupTitleLabel" destination="4eE-LR-JUA" id="y10-ug-5lc"/>
  15. <outlet property="moreButton" destination="bAX-dg-nVT" id="lbd-lJ-xBs"/>
  16. <outlet property="tipLabel" destination="RmA-xf-MGi" id="DbM-Dm-O9K"/>
  17. <outlet property="topView" destination="isq-j9-zHz" id="Bsh-MZ-sdD"/>
  18. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  19. </connections>
  20. </customObject>
  21. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  22. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  23. <customView id="Hz6-mo-xeY">
  24. <rect key="frame" x="0.0" y="0.0" width="300" height="499"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  26. <subviews>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="xR1-8d-nCT" customClass="KMAnnotationOutlineView" customModule="PDF_Master" customModuleProvider="target">
  28. <rect key="frame" x="0.0" y="0.0" width="300" height="451"/>
  29. </customView>
  30. <customView translatesAutoresizingMaskIntoConstraints="NO" id="nAQ-GY-tve">
  31. <rect key="frame" x="0.0" y="0.0" width="300" height="451"/>
  32. <subviews>
  33. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Hgo-wn-Zbx">
  34. <rect key="frame" x="82" y="138" width="136" height="17"/>
  35. <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="No bookmark found" id="2wP-6e-y8s">
  36. <font key="font" metaFont="system" size="14"/>
  37. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  38. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  39. </textFieldCell>
  40. </textField>
  41. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RmA-xf-MGi">
  42. <rect key="frame" x="64" y="121" width="172" height="15"/>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="168" id="tUX-5r-qrV"/>
  45. </constraints>
  46. <textFieldCell key="cell" alignment="center" id="A2H-9r-vSJ">
  47. <font key="font" metaFont="cellTitle"/>
  48. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  49. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  50. </textFieldCell>
  51. </textField>
  52. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="JXD-oi-HT0">
  53. <rect key="frame" x="86" y="171" width="128" height="128"/>
  54. <constraints>
  55. <constraint firstAttribute="height" constant="128" id="V97-Bt-Poy"/>
  56. <constraint firstAttribute="width" constant="128" id="kw1-PP-mk6"/>
  57. </constraints>
  58. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameMarkupEmpty" id="vpy-u4-hia"/>
  59. </imageView>
  60. </subviews>
  61. <constraints>
  62. <constraint firstItem="JXD-oi-HT0" firstAttribute="top" secondItem="nAQ-GY-tve" secondAttribute="top" constant="152" id="PQo-B4-2Sa"/>
  63. <constraint firstItem="RmA-xf-MGi" firstAttribute="centerX" secondItem="nAQ-GY-tve" secondAttribute="centerX" id="fsk-lI-dq1"/>
  64. <constraint firstItem="RmA-xf-MGi" firstAttribute="top" secondItem="Hgo-wn-Zbx" secondAttribute="bottom" constant="2" id="fyV-sJ-xfX"/>
  65. <constraint firstItem="Hgo-wn-Zbx" firstAttribute="centerX" secondItem="nAQ-GY-tve" secondAttribute="centerX" id="i8o-o0-BtA"/>
  66. <constraint firstItem="Hgo-wn-Zbx" firstAttribute="top" secondItem="JXD-oi-HT0" secondAttribute="bottom" constant="16" id="vn9-Wv-xCJ"/>
  67. <constraint firstItem="JXD-oi-HT0" firstAttribute="centerX" secondItem="nAQ-GY-tve" secondAttribute="centerX" id="w2k-ND-egG"/>
  68. </constraints>
  69. </customView>
  70. <customView translatesAutoresizingMaskIntoConstraints="NO" id="isq-j9-zHz">
  71. <rect key="frame" x="0.0" y="451" width="300" height="48"/>
  72. <subviews>
  73. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4eE-LR-JUA">
  74. <rect key="frame" x="14" y="16" width="37" height="16"/>
  75. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="EiJ-9e-kS8">
  76. <font key="font" usesAppearanceFont="YES"/>
  77. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  78. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  79. </textFieldCell>
  80. </textField>
  81. <button translatesAutoresizingMaskIntoConstraints="NO" id="bAX-dg-nVT">
  82. <rect key="frame" x="272" y="14" width="20" height="20"/>
  83. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMHomeMoreTools" imagePosition="only" alignment="center" inset="2" id="7Cp-7T-fDL">
  84. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  85. <font key="font" metaFont="system"/>
  86. </buttonCell>
  87. <connections>
  88. <action selector="moreButtonAction:" target="-2" id="goH-oY-pdG"/>
  89. </connections>
  90. </button>
  91. <button translatesAutoresizingMaskIntoConstraints="NO" id="1zM-AI-isO">
  92. <rect key="frame" x="240" y="8" width="32" height="32"/>
  93. <constraints>
  94. <constraint firstAttribute="width" constant="32" id="XXk-z1-rYT"/>
  95. <constraint firstAttribute="height" constant="32" id="tVP-vA-45W"/>
  96. </constraints>
  97. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMImageNameAnnotationsFiltrate" imagePosition="only" alignment="center" inset="2" id="P8I-6S-7C0">
  98. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  99. <font key="font" metaFont="system"/>
  100. </buttonCell>
  101. <connections>
  102. <action selector="filtrateButtonAction:" target="-2" id="JeX-L0-xSY"/>
  103. </connections>
  104. </button>
  105. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9CD-g4-TB4">
  106. <rect key="frame" x="150" y="24" width="0.0" height="0.0"/>
  107. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="T3I-F6-xuB">
  108. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  109. <font key="font" metaFont="system"/>
  110. <string key="keyEquivalent" base64-UTF8="YES">
  111. Gw
  112. </string>
  113. </buttonCell>
  114. <connections>
  115. <action selector="escButtonAction:" target="-2" id="wdU-eL-csd"/>
  116. </connections>
  117. </button>
  118. </subviews>
  119. <constraints>
  120. <constraint firstAttribute="trailing" secondItem="bAX-dg-nVT" secondAttribute="trailing" constant="8" id="1ZZ-aQ-3bN"/>
  121. <constraint firstItem="bAX-dg-nVT" firstAttribute="centerY" secondItem="isq-j9-zHz" secondAttribute="centerY" id="5s2-Ww-EZr"/>
  122. <constraint firstItem="4eE-LR-JUA" firstAttribute="leading" secondItem="isq-j9-zHz" secondAttribute="leading" constant="16" id="7eC-ow-aiB"/>
  123. <constraint firstItem="1zM-AI-isO" firstAttribute="centerY" secondItem="isq-j9-zHz" secondAttribute="centerY" id="AXM-YN-Uhc"/>
  124. <constraint firstItem="4eE-LR-JUA" firstAttribute="centerY" secondItem="isq-j9-zHz" secondAttribute="centerY" id="EIy-ou-962"/>
  125. <constraint firstAttribute="height" constant="48" id="KD5-zT-k1C"/>
  126. <constraint firstItem="bAX-dg-nVT" firstAttribute="leading" secondItem="1zM-AI-isO" secondAttribute="trailing" id="KqW-3w-9AT"/>
  127. <constraint firstItem="9CD-g4-TB4" firstAttribute="centerY" secondItem="isq-j9-zHz" secondAttribute="centerY" id="paG-3e-qe6"/>
  128. <constraint firstItem="9CD-g4-TB4" firstAttribute="centerX" secondItem="isq-j9-zHz" secondAttribute="centerX" id="paf-O8-dES"/>
  129. </constraints>
  130. </customView>
  131. </subviews>
  132. <constraints>
  133. <constraint firstAttribute="trailing" secondItem="xR1-8d-nCT" secondAttribute="trailing" id="332-FH-aLg"/>
  134. <constraint firstAttribute="trailing" secondItem="isq-j9-zHz" secondAttribute="trailing" id="8m5-F8-gMc"/>
  135. <constraint firstAttribute="bottom" secondItem="xR1-8d-nCT" secondAttribute="bottom" id="B6z-Ly-PfN"/>
  136. <constraint firstAttribute="bottom" secondItem="nAQ-GY-tve" secondAttribute="bottom" id="Qmg-Na-j5Y"/>
  137. <constraint firstItem="nAQ-GY-tve" firstAttribute="top" secondItem="isq-j9-zHz" secondAttribute="bottom" id="XDA-hN-Y8d"/>
  138. <constraint firstAttribute="trailing" secondItem="nAQ-GY-tve" secondAttribute="trailing" id="YjD-50-MdH"/>
  139. <constraint firstItem="nAQ-GY-tve" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="e8c-in-22O"/>
  140. <constraint firstItem="xR1-8d-nCT" firstAttribute="top" secondItem="isq-j9-zHz" secondAttribute="bottom" id="hFL-Wy-Ply"/>
  141. <constraint firstItem="isq-j9-zHz" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="mEY-wD-Xpb"/>
  142. <constraint firstItem="xR1-8d-nCT" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="oRk-Tl-SUo"/>
  143. <constraint firstItem="isq-j9-zHz" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="q5h-OL-drO"/>
  144. </constraints>
  145. <point key="canvasLocation" x="-21" y="276.5"/>
  146. </customView>
  147. </objects>
  148. <resources>
  149. <image name="KMHomeMoreTools" width="20" height="20"/>
  150. <image name="KMImageNameAnnotationsFiltrate" width="32" height="32"/>
  151. <image name="KMImageNameMarkupEmpty" width="128" height="128"/>
  152. </resources>
  153. </document>