123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMForgotPasswordView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="backButton" destination="1Dw-ZK-0Iy" id="Tn9-xn-OkN"/>
- <outlet property="emailBox" destination="UUC-6g-gWV" id="n7G-aw-9us"/>
- <outlet property="emailErrorLabel" destination="Udq-aF-7R2" id="JJq-l0-6Ez"/>
- <outlet property="emailTextField" destination="LZp-o9-Dhb" id="tGi-4g-h1M"/>
- <outlet property="nextBox" destination="AW1-bd-hAY" id="rAu-NR-Gt0"/>
- <outlet property="nextButton" destination="7bh-K4-Jgf" id="p2I-d9-q72"/>
- <outlet property="resetPasswordsLabel" destination="kIh-0S-6Hs" id="0dQ-Uh-ezZ"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="5B9-8T-0Ys">
- <rect key="frame" x="0.0" y="0.0" width="361" height="443"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="MDz-NR-ZDC">
- <rect key="frame" x="46" y="143" width="279" height="158"/>
- <view key="contentView" id="mcQ-1L-LXd">
- <rect key="frame" x="0.0" y="0.0" width="279" height="158"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="3vw-LG-Ask">
- <rect key="frame" x="0.0" y="134" width="279" height="24"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kIh-0S-6Hs">
- <rect key="frame" x="-2" y="0.0" width="52" height="24"/>
- <textFieldCell key="cell" title="Label" id="jvP-Dt-Zdw">
- <font key="font" metaFont="system" size="20"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="kIh-0S-6Hs" firstAttribute="centerY" secondItem="3vw-LG-Ask" secondAttribute="centerY" id="7Gr-Hs-Ai5"/>
- <constraint firstItem="kIh-0S-6Hs" firstAttribute="leading" secondItem="3vw-LG-Ask" secondAttribute="leading" id="QGG-P2-mM6"/>
- <constraint firstItem="kIh-0S-6Hs" firstAttribute="top" secondItem="3vw-LG-Ask" secondAttribute="top" id="gmr-GK-bYe"/>
- <constraint firstAttribute="bottom" secondItem="kIh-0S-6Hs" secondAttribute="bottom" id="jfB-nZ-3zd"/>
- </constraints>
- </customView>
- <box boxType="custom" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="UUC-6g-gWV">
- <rect key="frame" x="0.0" y="82" width="279" height="28"/>
- <view key="contentView" id="AEG-5m-Dsz">
- <rect key="frame" x="1" y="1" width="277" height="26"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LZp-o9-Dhb">
- <rect key="frame" x="6" y="6" width="265" height="14"/>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" placeholderString="11111" id="GEZ-nT-23M">
- <font key="font" metaFont="smallSystem"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="LZp-o9-Dhb" firstAttribute="leading" secondItem="AEG-5m-Dsz" secondAttribute="leading" constant="8" id="JDw-ht-qE2"/>
- <constraint firstItem="LZp-o9-Dhb" firstAttribute="centerY" secondItem="AEG-5m-Dsz" secondAttribute="centerY" id="Mcc-Jg-cUY"/>
- <constraint firstAttribute="trailing" secondItem="LZp-o9-Dhb" secondAttribute="trailing" constant="8" id="kex-7q-i0O"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="28" id="E8S-VA-mjD"/>
- </constraints>
- </box>
- <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="AW1-bd-hAY">
- <rect key="frame" x="0.0" y="26" width="279" height="32"/>
- <view key="contentView" id="2e1-JE-ibD">
- <rect key="frame" x="0.0" y="0.0" width="279" height="32"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="7bh-K4-Jgf">
- <rect key="frame" x="0.0" y="0.0" width="279" height="32"/>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="j89-Bu-dNc">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="nextButtonAction:" target="-2" id="hss-nK-Id4"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="7bh-K4-Jgf" secondAttribute="bottom" id="Igu-HH-mf2"/>
- <constraint firstItem="7bh-K4-Jgf" firstAttribute="top" secondItem="2e1-JE-ibD" secondAttribute="top" id="Kuo-kE-UAf"/>
- <constraint firstAttribute="trailing" secondItem="7bh-K4-Jgf" secondAttribute="trailing" id="Rk9-BD-XEU"/>
- <constraint firstItem="7bh-K4-Jgf" firstAttribute="leading" secondItem="2e1-JE-ibD" secondAttribute="leading" id="jkb-XB-SxL"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="Omg-nI-tsS"/>
- </constraints>
- </box>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="1Dw-ZK-0Iy">
- <rect key="frame" x="117" y="0.0" width="45" height="16"/>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="wjk-k9-3tu">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="backButtonAction:" target="-2" id="CIk-hn-Inz"/>
- </connections>
- </button>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Udq-aF-7R2">
- <rect key="frame" x="-2" y="64" width="283" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="PAP-g6-bpB"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="cMR-6U-tUi">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="AW1-bd-hAY" secondAttribute="trailing" id="56S-yR-PaN"/>
- <constraint firstItem="UUC-6g-gWV" firstAttribute="top" secondItem="3vw-LG-Ask" secondAttribute="bottom" constant="24" id="5Hz-DT-hIS"/>
- <constraint firstItem="AW1-bd-hAY" firstAttribute="leading" secondItem="mcQ-1L-LXd" secondAttribute="leading" id="8HF-2p-x3q"/>
- <constraint firstAttribute="trailing" secondItem="3vw-LG-Ask" secondAttribute="trailing" id="DOg-WJ-fOF"/>
- <constraint firstItem="3vw-LG-Ask" firstAttribute="leading" secondItem="mcQ-1L-LXd" secondAttribute="leading" id="Lpx-hx-SIa"/>
- <constraint firstAttribute="bottom" secondItem="1Dw-ZK-0Iy" secondAttribute="bottom" id="SdT-Qq-jC5"/>
- <constraint firstItem="UUC-6g-gWV" firstAttribute="leading" secondItem="mcQ-1L-LXd" secondAttribute="leading" id="UEk-Wi-HTy"/>
- <constraint firstItem="Udq-aF-7R2" firstAttribute="top" secondItem="UUC-6g-gWV" secondAttribute="bottom" id="XS4-z2-Tmi"/>
- <constraint firstItem="AW1-bd-hAY" firstAttribute="top" secondItem="UUC-6g-gWV" secondAttribute="bottom" constant="24" id="eHb-mI-ajd"/>
- <constraint firstItem="3vw-LG-Ask" firstAttribute="top" secondItem="mcQ-1L-LXd" secondAttribute="top" id="jrp-nh-2j4"/>
- <constraint firstItem="Udq-aF-7R2" firstAttribute="leading" secondItem="mcQ-1L-LXd" secondAttribute="leading" id="p84-rm-BQW"/>
- <constraint firstAttribute="trailing" secondItem="Udq-aF-7R2" secondAttribute="trailing" id="qqo-dr-8Jb"/>
- <constraint firstAttribute="trailing" secondItem="UUC-6g-gWV" secondAttribute="trailing" id="uSF-Ue-Stw"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="158" id="Kef-vG-inu"/>
- <constraint firstItem="1Dw-ZK-0Iy" firstAttribute="centerX" secondItem="MDz-NR-ZDC" secondAttribute="centerX" id="NMe-cK-VAd"/>
- <constraint firstAttribute="width" constant="279" id="b7a-CE-fZ0"/>
- </constraints>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="MDz-NR-ZDC" secondAttribute="trailing" constant="36" id="FDz-fC-m2P"/>
- <constraint firstItem="MDz-NR-ZDC" firstAttribute="leading" secondItem="5B9-8T-0Ys" secondAttribute="leading" constant="46" id="U7K-q8-KIw"/>
- <constraint firstItem="MDz-NR-ZDC" firstAttribute="centerY" secondItem="5B9-8T-0Ys" secondAttribute="centerY" id="xOg-yi-75P"/>
- </constraints>
- <point key="canvasLocation" x="-57.5" y="114.5"/>
- </customView>
- </objects>
- </document>
|