KMQucikToolsView.xib 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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="KMQucikToolsView" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="collectionView" destination="yOH-Gk-DXG" id="HWt-h6-8Wn"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <customView id="c22-O7-iKe">
  17. <rect key="frame" x="0.0" y="0.0" width="621" height="175"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  19. <subviews>
  20. <scrollView wantsLayer="YES" borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kBd-Wh-qT6">
  21. <rect key="frame" x="0.0" y="0.0" width="621" height="175"/>
  22. <clipView key="contentView" drawsBackground="NO" id="bai-5O-0kt">
  23. <rect key="frame" x="0.0" y="0.0" width="621" height="175"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <collectionView id="yOH-Gk-DXG">
  27. <rect key="frame" x="0.0" y="0.0" width="621" height="158"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  29. <collectionViewFlowLayout key="collectionViewLayout" minimumInteritemSpacing="10" minimumLineSpacing="10" id="Boi-ZL-7EE">
  30. <size key="itemSize" width="50" height="50"/>
  31. </collectionViewFlowLayout>
  32. <color key="primaryBackgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  33. </collectionView>
  34. </subviews>
  35. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  36. </clipView>
  37. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="iOy-A9-wuo" customClass="KMToolSetScroller" customModule="PDF_Master" customModuleProvider="target">
  38. <rect key="frame" x="-100" y="-100" width="233" height="15"/>
  39. <autoresizingMask key="autoresizingMask"/>
  40. </scroller>
  41. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="ASj-Kc-swn">
  42. <rect key="frame" x="-100" y="-100" width="15" height="143"/>
  43. <autoresizingMask key="autoresizingMask"/>
  44. </scroller>
  45. </scrollView>
  46. </subviews>
  47. <constraints>
  48. <constraint firstItem="kBd-Wh-qT6" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="KAN-eN-rGv"/>
  49. <constraint firstItem="kBd-Wh-qT6" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="KAb-VE-iHG"/>
  50. <constraint firstAttribute="trailing" secondItem="kBd-Wh-qT6" secondAttribute="trailing" id="Qhy-st-hr6"/>
  51. <constraint firstAttribute="bottom" secondItem="kBd-Wh-qT6" secondAttribute="bottom" id="nEX-md-hgZ"/>
  52. </constraints>
  53. <point key="canvasLocation" x="392.5" y="168.5"/>
  54. </customView>
  55. </objects>
  56. </document>