KMBookmarkOutlineView.xib 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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" customClass="KMBookmarkOutlineView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="fileColumn" destination="GPb-Sb-7Xi" id="51N-5K-ztq"/>
  12. <outlet property="labelColumn" destination="sMA-Yh-GT9" id="oJh-mN-5fw"/>
  13. <outlet property="outlineView" destination="YRR-CB-BJA" id="4YD-CA-3KD"/>
  14. <outlet property="pageColumn" destination="Kie-Fu-Yhs" id="TTX-yj-Da6"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="c22-O7-iKe">
  20. <rect key="frame" x="0.0" y="0.0" width="648" height="447"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <scrollView autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nl1-Ft-nb3">
  24. <rect key="frame" x="0.0" y="0.0" width="648" height="447"/>
  25. <clipView key="contentView" id="eVh-Ok-3oP">
  26. <rect key="frame" x="1" y="1" width="646" height="445"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" rowSizeStyle="automatic" headerView="bgX-Na-NhK" viewBased="YES" indentationPerLevel="13" outlineTableColumn="sMA-Yh-GT9" id="YRR-CB-BJA">
  30. <rect key="frame" x="0.0" y="0.0" width="646" height="417"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. <size key="intercellSpacing" width="17" height="0.0"/>
  33. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  34. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  35. <tableColumns>
  36. <tableColumn identifier="Label" width="116" minWidth="40" maxWidth="1000" id="sMA-Yh-GT9">
  37. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Label">
  38. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  39. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  40. </tableHeaderCell>
  41. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="x4y-jQ-RJz">
  42. <font key="font" metaFont="system"/>
  43. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  44. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  45. </textFieldCell>
  46. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  47. <prototypeCellViews>
  48. <tableCellView id="bDf-h7-qSe">
  49. <rect key="frame" x="8" y="0.0" width="114" height="24"/>
  50. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  51. <subviews>
  52. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="414-7Y-Qfp">
  53. <rect key="frame" x="0.0" y="4" width="114" height="16"/>
  54. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  55. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="glX-m7-z4v">
  56. <font key="font" usesAppearanceFont="YES"/>
  57. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  58. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  59. </textFieldCell>
  60. </textField>
  61. </subviews>
  62. <connections>
  63. <outlet property="textField" destination="414-7Y-Qfp" id="xFU-81-qYz"/>
  64. </connections>
  65. </tableCellView>
  66. </prototypeCellViews>
  67. </tableColumn>
  68. <tableColumn identifier="File" width="182" minWidth="40" maxWidth="1000" id="GPb-Sb-7Xi">
  69. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="File">
  70. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  71. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  72. </tableHeaderCell>
  73. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="ShJ-4d-tbL">
  74. <font key="font" metaFont="system"/>
  75. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  76. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  77. </textFieldCell>
  78. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  79. <prototypeCellViews>
  80. <tableCellView id="7Gq-KM-Svn">
  81. <rect key="frame" x="139" y="0.0" width="182" height="24"/>
  82. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  83. <subviews>
  84. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Fdi-Kk-vBV">
  85. <rect key="frame" x="0.0" y="4" width="182" height="16"/>
  86. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  87. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="Cio-VA-njM">
  88. <font key="font" usesAppearanceFont="YES"/>
  89. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  90. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  91. </textFieldCell>
  92. </textField>
  93. </subviews>
  94. <connections>
  95. <outlet property="textField" destination="Fdi-Kk-vBV" id="bRM-kg-ghr"/>
  96. </connections>
  97. </tableCellView>
  98. </prototypeCellViews>
  99. </tableColumn>
  100. <tableColumn identifier="Page" width="302" minWidth="10" maxWidth="3.4028234663852886e+38" id="Kie-Fu-Yhs">
  101. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Page">
  102. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  103. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  104. </tableHeaderCell>
  105. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="hgb-4y-6FE">
  106. <font key="font" metaFont="system"/>
  107. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  108. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  109. </textFieldCell>
  110. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  111. <prototypeCellViews>
  112. <tableCellView id="h3c-CX-xuA">
  113. <rect key="frame" x="338" y="0.0" width="299" height="17"/>
  114. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  115. <subviews>
  116. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DlK-f1-jel">
  117. <rect key="frame" x="0.0" y="1" width="299" height="16"/>
  118. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  119. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="qZE-uY-s3I">
  120. <font key="font" usesAppearanceFont="YES"/>
  121. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  122. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  123. </textFieldCell>
  124. </textField>
  125. </subviews>
  126. <connections>
  127. <outlet property="textField" destination="DlK-f1-jel" id="B7G-Uq-Hh5"/>
  128. </connections>
  129. </tableCellView>
  130. </prototypeCellViews>
  131. </tableColumn>
  132. </tableColumns>
  133. <connections>
  134. <action selector="outlineView:" target="-1" id="S4Y-yF-vO0"/>
  135. </connections>
  136. </outlineView>
  137. </subviews>
  138. </clipView>
  139. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="h7F-KU-YTb">
  140. <rect key="frame" x="1" y="431" width="646" height="15"/>
  141. <autoresizingMask key="autoresizingMask"/>
  142. </scroller>
  143. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="miz-NA-XBl">
  144. <rect key="frame" x="224" y="17" width="15" height="102"/>
  145. <autoresizingMask key="autoresizingMask"/>
  146. </scroller>
  147. <tableHeaderView key="headerView" wantsLayer="YES" id="bgX-Na-NhK">
  148. <rect key="frame" x="0.0" y="0.0" width="646" height="28"/>
  149. <autoresizingMask key="autoresizingMask"/>
  150. </tableHeaderView>
  151. </scrollView>
  152. </subviews>
  153. <constraints>
  154. <constraint firstAttribute="trailing" secondItem="nl1-Ft-nb3" secondAttribute="trailing" id="Fxx-9h-CiO"/>
  155. <constraint firstItem="nl1-Ft-nb3" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="MMV-tc-x5R"/>
  156. <constraint firstAttribute="bottom" secondItem="nl1-Ft-nb3" secondAttribute="bottom" id="ceD-qd-A40"/>
  157. <constraint firstItem="nl1-Ft-nb3" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="kqC-Lx-gFM"/>
  158. </constraints>
  159. <point key="canvasLocation" x="187" y="220.5"/>
  160. </customView>
  161. </objects>
  162. </document>