1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?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="KMLinkEmailView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="contendBox" destination="fzI-mq-ZLB" id="Fgo-Mv-YZB"/>
- <outlet property="goButton" destination="2k9-fB-WcG" id="Uzw-wC-U8f"/>
- <outlet property="inputTextarea" destination="Qll-tk-a72" id="i2J-4f-ce7"/>
- </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="263" height="320"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="fzI-mq-ZLB">
- <rect key="frame" x="0.0" y="0.0" width="263" height="320"/>
- <view key="contentView" id="qdc-aa-55L">
- <rect key="frame" x="0.0" y="0.0" width="263" height="320"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Qll-tk-a72" customClass="ComponentTextarea" customModule="KMComponentLibrary">
- <rect key="frame" x="16" y="240" width="231" height="80"/>
- <constraints>
- <constraint firstAttribute="height" constant="80" id="khH-W2-tv2"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="2k9-fB-WcG" customClass="ComponentButton" customModule="KMComponentLibrary">
- <rect key="frame" x="80" y="192" width="104" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="104" id="GRd-ws-6EV"/>
- <constraint firstAttribute="height" constant="32" id="uUU-gK-Hdi"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="2k9-fB-WcG" firstAttribute="top" secondItem="Qll-tk-a72" secondAttribute="bottom" constant="16" id="9gO-NY-Gkv"/>
- <constraint firstItem="Qll-tk-a72" firstAttribute="top" secondItem="qdc-aa-55L" secondAttribute="top" id="Dr5-Y4-MTa"/>
- <constraint firstAttribute="trailing" secondItem="Qll-tk-a72" secondAttribute="trailing" constant="16" id="G45-jC-nML"/>
- <constraint firstItem="Qll-tk-a72" firstAttribute="centerX" secondItem="qdc-aa-55L" secondAttribute="centerX" id="JBS-Wo-woH"/>
- <constraint firstItem="Qll-tk-a72" firstAttribute="leading" secondItem="qdc-aa-55L" secondAttribute="leading" constant="16" id="SSl-Fr-Ayx"/>
- <constraint firstItem="2k9-fB-WcG" firstAttribute="centerX" secondItem="qdc-aa-55L" secondAttribute="centerX" id="ma7-vy-fmH"/>
- </constraints>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="fzI-mq-ZLB" secondAttribute="trailing" id="7GA-Nx-0yb"/>
- <constraint firstItem="fzI-mq-ZLB" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="NOE-85-bBT"/>
- <constraint firstItem="fzI-mq-ZLB" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="Szy-RP-NNE"/>
- <constraint firstAttribute="bottom" secondItem="fzI-mq-ZLB" secondAttribute="bottom" id="gHH-OX-n7E"/>
- </constraints>
- <point key="canvasLocation" x="-14.5" y="-48"/>
- </customView>
- </objects>
- </document>
|