KMBOTAOutlineView.xib 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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="KMBOTAOutlineView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="outlineView" destination="oBO-Ed-SSm" id="1Vy-Lf-aGS"/>
  12. <outlet property="scrollView" destination="uPx-DP-sSO" id="FOJ-0c-IvM"/>
  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">
  18. <rect key="frame" x="0.0" y="0.0" width="301" height="497"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uPx-DP-sSO">
  22. <rect key="frame" x="0.0" y="0.0" width="301" height="497"/>
  23. <clipView key="contentView" drawsBackground="NO" id="Isl-fy-Hnp">
  24. <rect key="frame" x="0.0" y="0.0" width="301" height="497"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" tableStyle="fullWidth" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" viewBased="YES" indentationPerLevel="13" outlineTableColumn="Sju-0i-hEX" id="oBO-Ed-SSm" customClass="KMOutlineView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  28. <rect key="frame" x="0.0" y="0.0" width="301" height="497"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. <size key="intercellSpacing" width="17" height="0.0"/>
  31. <color key="backgroundColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  32. <color key="gridColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  33. <tableColumns>
  34. <tableColumn identifier="AutomaticTableColumnIdentifier.0" width="289" minWidth="40" maxWidth="1000" id="Sju-0i-hEX">
  35. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
  36. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  37. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  38. </tableHeaderCell>
  39. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="47k-Yn-Xro">
  40. <font key="font" metaFont="system"/>
  41. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  42. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  43. </textFieldCell>
  44. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  45. </tableColumn>
  46. </tableColumns>
  47. </outlineView>
  48. </subviews>
  49. <color key="backgroundColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  50. </clipView>
  51. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="lVd-bG-ban">
  52. <rect key="frame" x="1" y="119" width="223" height="15"/>
  53. <autoresizingMask key="autoresizingMask"/>
  54. </scroller>
  55. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="Zan-2J-f2A">
  56. <rect key="frame" x="224" y="17" width="15" height="102"/>
  57. <autoresizingMask key="autoresizingMask"/>
  58. </scroller>
  59. </scrollView>
  60. </subviews>
  61. <constraints>
  62. <constraint firstAttribute="trailing" secondItem="uPx-DP-sSO" secondAttribute="trailing" id="4qL-ZK-1QE"/>
  63. <constraint firstItem="uPx-DP-sSO" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="CGs-CV-wD1"/>
  64. <constraint firstItem="uPx-DP-sSO" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="LOg-EN-J3o"/>
  65. <constraint firstAttribute="bottom" secondItem="uPx-DP-sSO" secondAttribute="bottom" id="nnU-IY-jDE"/>
  66. </constraints>
  67. <point key="canvasLocation" x="-53" y="166"/>
  68. </customView>
  69. </objects>
  70. </document>