1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMQucikToolsView" customModule="LynxPDF_Editor" customModuleProvider="target">
- <connections>
- <outlet property="collectionView" destination="yOH-Gk-DXG" id="HWt-h6-8Wn"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe">
- <rect key="frame" x="0.0" y="0.0" width="621" height="175"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="0.0" y="0.0" width="621" height="175"/>
- <clipView key="contentView" drawsBackground="NO" id="bai-5O-0kt">
- <rect key="frame" x="0.0" y="0.0" width="621" height="175"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <collectionView id="yOH-Gk-DXG">
- <rect key="frame" x="0.0" y="0.0" width="621" height="158"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
- <collectionViewFlowLayout key="collectionViewLayout" minimumInteritemSpacing="10" minimumLineSpacing="10" id="Boi-ZL-7EE">
- <size key="itemSize" width="50" height="50"/>
- </collectionViewFlowLayout>
- <color key="primaryBackgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- </collectionView>
- </subviews>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- </clipView>
- <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="iOy-A9-wuo" customClass="KMToolSetScroller" customModule="LynxPDF_Editor" customModuleProvider="target">
- <rect key="frame" x="-100" y="-100" width="233" height="15"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="ASj-Kc-swn">
- <rect key="frame" x="-100" y="-100" width="15" height="143"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- </scrollView>
- </subviews>
- <constraints>
- <constraint firstItem="kBd-Wh-qT6" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="KAN-eN-rGv"/>
- <constraint firstItem="kBd-Wh-qT6" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="KAb-VE-iHG"/>
- <constraint firstAttribute="trailing" secondItem="kBd-Wh-qT6" secondAttribute="trailing" id="Qhy-st-hr6"/>
- <constraint firstAttribute="bottom" secondItem="kBd-Wh-qT6" secondAttribute="bottom" id="nEX-md-hgZ"/>
- </constraints>
- <point key="canvasLocation" x="392.5" y="168.5"/>
- </customView>
- </objects>
- </document>
|