123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
- <capability name="Named colors" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMHomeQuickToolsWindowCollectionViewItem" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="box" destination="Ttz-dr-sxl" id="oem-1C-5Vo"/>
- <outlet property="iconImageView" destination="d1h-XT-2z8" id="lDg-fT-BDM"/>
- <outlet property="titleLabel" destination="prt-hf-eww" id="WAt-ak-9Ws"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="218" height="83"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" cornerRadius="1" translatesAutoresizingMaskIntoConstraints="NO" id="Ttz-dr-sxl" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="218" height="83"/>
- <view key="contentView" id="c3L-Pc-4Zt">
- <rect key="frame" x="0.0" y="0.0" width="218" height="83"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="d1h-XT-2z8">
- <rect key="frame" x="8" y="32" width="20" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="tGJ-8f-5BF"/>
- <constraint firstAttribute="width" constant="20" id="yaH-BX-8Ff"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameHomeBackground" id="bMJ-f5-1c8"/>
- </imageView>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="prt-hf-eww">
- <rect key="frame" x="30" y="34" width="35" height="15"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="7l0-f9-2oB">
- <font key="font" metaFont="cellTitle"/>
- <color key="textColor" name="KMGray6Color"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="prt-hf-eww" firstAttribute="leading" secondItem="d1h-XT-2z8" secondAttribute="trailing" constant="4" id="3bP-mR-cLf"/>
- <constraint firstItem="d1h-XT-2z8" firstAttribute="leading" secondItem="c3L-Pc-4Zt" secondAttribute="leading" constant="8" id="GxI-WE-hZL"/>
- <constraint firstItem="prt-hf-eww" firstAttribute="centerY" secondItem="c3L-Pc-4Zt" secondAttribute="centerY" id="KQh-kK-xVR"/>
- <constraint firstItem="d1h-XT-2z8" firstAttribute="centerY" secondItem="c3L-Pc-4Zt" secondAttribute="centerY" id="agB-eV-RCp"/>
- </constraints>
- </view>
- <color key="fillColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="Ttz-dr-sxl" secondAttribute="bottom" id="6pM-nY-zFZ"/>
- <constraint firstItem="Ttz-dr-sxl" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="LP6-8J-kde"/>
- <constraint firstItem="Ttz-dr-sxl" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="ZRe-Ar-djJ"/>
- <constraint firstAttribute="trailing" secondItem="Ttz-dr-sxl" secondAttribute="trailing" id="mc5-sO-XY3"/>
- </constraints>
- <point key="canvasLocation" x="262" y="219.5"/>
- </customView>
- </objects>
- <resources>
- <image name="KMImageNameHomeBackground" width="40" height="40"/>
- <namedColor name="KMGray6Color">
- <color red="0.396078431372549" green="0.41176470588235292" blue="0.4392156862745098" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </namedColor>
- </resources>
- </document>
|