12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMNAlertTipViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="OCRComponentAlert" destination="uD8-LS-P65" id="NRo-FI-Mqa"/>
- <outlet property="digitalComponentAlert" destination="tJq-OT-DnI" id="ZQr-RM-JDw"/>
- <outlet property="formComponentAlert" destination="mRC-8x-Alh" id="Xil-cj-MUh"/>
- <outlet property="redactComponentAlert" destination="o7v-dL-U67" id="Vnx-GT-JKg"/>
- <outlet property="secureComponentAlert" destination="r3h-xZ-vuk" id="r09-ao-TwC"/>
- <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="480" height="272"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <point key="canvasLocation" x="132" y="-128"/>
- </customView>
- <customView id="mRC-8x-Alh" customClass="ComponentAlert" customModule="KMComponentLibrary">
- <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <point key="canvasLocation" x="43" y="261"/>
- </customView>
- <customView id="tJq-OT-DnI" customClass="ComponentAlert" customModule="KMComponentLibrary">
- <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <point key="canvasLocation" x="55" y="113"/>
- </customView>
- <customView id="r3h-xZ-vuk" customClass="ComponentAlert" customModule="KMComponentLibrary">
- <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <point key="canvasLocation" x="55" y="427"/>
- </customView>
- <customView id="o7v-dL-U67" customClass="ComponentAlert" customModule="KMComponentLibrary">
- <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <point key="canvasLocation" x="55" y="427"/>
- </customView>
- <customView id="uD8-LS-P65" customClass="ComponentAlert" customModule="KMComponentLibrary">
- <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <point key="canvasLocation" x="37" y="597"/>
- </customView>
- </objects>
- </document>
|