123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?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="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="KMUnbindAlertViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="contactButton" destination="vfL-lv-QOZ" id="yqG-wy-Hb4"/>
- <outlet property="contendView" destination="iDC-Zb-Nxd" id="6IE-qn-p70"/>
- <outlet property="titleLabel" destination="IdO-2p-jzC" id="rA0-S6-H6m"/>
- <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="373" height="143"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="iDC-Zb-Nxd">
- <rect key="frame" x="0.0" y="0.0" width="373" height="143"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="imK-6b-wI8">
- <rect key="frame" x="0.0" y="41" width="373" height="102"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="IdO-2p-jzC">
- <rect key="frame" x="48" y="35" width="277" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="273" id="dxe-ua-xD9"/>
- </constraints>
- <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="You have reached the maximum number of unbindings, please contact us." id="rrA-zF-w4d">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="Color"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstAttribute="height" constant="102" id="60u-Lt-tcK"/>
- <constraint firstItem="IdO-2p-jzC" firstAttribute="centerX" secondItem="imK-6b-wI8" secondAttribute="centerX" id="7i0-QH-XNh"/>
- <constraint firstItem="IdO-2p-jzC" firstAttribute="centerY" secondItem="imK-6b-wI8" secondAttribute="centerY" id="YLs-sb-JQD"/>
- </constraints>
- </customView>
- <button focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vfL-lv-QOZ" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="88" y="16" width="207" height="32"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <buttonCell key="cell" type="bevel" title="Back" bezelStyle="rounded" alignment="center" focusRingType="none" imageScaling="proportionallyDown" inset="2" id="38a-lc-caH">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="contactAction:" target="-2" id="jfH-W1-F9Z"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="imK-6b-wI8" firstAttribute="top" secondItem="iDC-Zb-Nxd" secondAttribute="top" id="RSn-Qq-vna"/>
- <constraint firstAttribute="trailing" secondItem="imK-6b-wI8" secondAttribute="trailing" id="WoE-Sm-qeY"/>
- <constraint firstItem="imK-6b-wI8" firstAttribute="leading" secondItem="iDC-Zb-Nxd" secondAttribute="leading" id="cVj-n1-xEZ"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="iDC-Zb-Nxd" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="6NC-Tt-aLA"/>
- <constraint firstItem="iDC-Zb-Nxd" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="e5U-QM-YpT"/>
- <constraint firstAttribute="trailing" secondItem="iDC-Zb-Nxd" secondAttribute="trailing" id="tke-j8-QAK"/>
- <constraint firstAttribute="bottom" secondItem="iDC-Zb-Nxd" secondAttribute="bottom" id="tu9-6v-6nM"/>
- </constraints>
- <point key="canvasLocation" x="333" y="150"/>
- </customView>
- </objects>
- <resources>
- <namedColor name="Color">
- <color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </namedColor>
- </resources>
- </document>
|