|
@@ -0,0 +1,184 @@
|
|
|
+<?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="KMEnterNewPasswordView" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
+ <connections>
|
|
|
+ <outlet property="finshBox" destination="8oD-pe-ETb" id="SjP-50-Lxn"/>
|
|
|
+ <outlet property="finshButton" destination="frm-E5-sBJ" id="KJD-Rr-WUS"/>
|
|
|
+ <outlet property="passwordBox" destination="bNK-ST-ALL" id="8fb-2v-2No"/>
|
|
|
+ <outlet property="passwordErrorLabel" destination="qlQ-Xr-lw9" id="eGq-Q6-LEm"/>
|
|
|
+ <outlet property="passwordTextField" destination="I9E-f1-hFQ" id="moA-kW-ywQ"/>
|
|
|
+ <outlet property="passwordTextField1" destination="HGf-ua-bPm" id="eWD-aX-qmV"/>
|
|
|
+ <outlet property="passwordView" destination="WIx-HY-fqK" id="mgu-rT-cPI"/>
|
|
|
+ <outlet property="resetPasswordsLabel" destination="aJo-ll-hmw" id="exH-6j-QbV"/>
|
|
|
+ <outlet property="visibleButton" destination="7s3-Lw-j8Q" id="5zn-Jn-aus"/>
|
|
|
+ </connections>
|
|
|
+ </customObject>
|
|
|
+ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
+ <customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
|
+ <customView id="WPO-mj-zK3">
|
|
|
+ <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="ZRz-aH-GEE">
|
|
|
+ <rect key="frame" x="46" y="156" width="279" height="132"/>
|
|
|
+ <view key="contentView" id="Bfc-fj-lKa">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="279" height="132"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="qdj-L6-DZD">
|
|
|
+ <rect key="frame" x="0.0" y="108" width="279" height="24"/>
|
|
|
+ <subviews>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aJo-ll-hmw">
|
|
|
+ <rect key="frame" x="-2" y="4" width="37" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="LI7-Tb-Bkb">
|
|
|
+ <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="height" constant="24" id="4WN-E9-TE1"/>
|
|
|
+ <constraint firstItem="aJo-ll-hmw" firstAttribute="leading" secondItem="qdj-L6-DZD" secondAttribute="leading" id="KMA-nX-iQE"/>
|
|
|
+ <constraint firstItem="aJo-ll-hmw" firstAttribute="centerY" secondItem="qdj-L6-DZD" secondAttribute="centerY" id="YTZ-kl-y2d"/>
|
|
|
+ </constraints>
|
|
|
+ </customView>
|
|
|
+ <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="8oD-pe-ETb">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="279" height="32"/>
|
|
|
+ <view key="contentView" id="Iy2-fb-zOV">
|
|
|
+ <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="frm-E5-sBJ">
|
|
|
+ <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="5SB-ZM-9E8">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="finishAction:" target="-2" id="q13-Cx-Lck"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="frm-E5-sBJ" secondAttribute="bottom" id="5Ne-ee-P4x"/>
|
|
|
+ <constraint firstItem="frm-E5-sBJ" firstAttribute="top" secondItem="Iy2-fb-zOV" secondAttribute="top" id="QzR-Qc-5Rb"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="frm-E5-sBJ" secondAttribute="trailing" id="rVx-NY-cGw"/>
|
|
|
+ <constraint firstItem="frm-E5-sBJ" firstAttribute="leading" secondItem="Iy2-fb-zOV" secondAttribute="leading" id="uwp-0B-lYw"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="32" id="5Y6-dk-h8W"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ <box boxType="custom" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="bNK-ST-ALL">
|
|
|
+ <rect key="frame" x="0.0" y="56" width="279" height="28"/>
|
|
|
+ <view key="contentView" id="bPs-xE-mfj">
|
|
|
+ <rect key="frame" x="1" y="1" width="277" height="26"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <customView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="WIx-HY-fqK">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="277" height="26"/>
|
|
|
+ <subviews>
|
|
|
+ <secureTextField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HGf-ua-bPm">
|
|
|
+ <rect key="frame" x="8" y="5" width="243" height="16"/>
|
|
|
+ <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" drawsBackground="YES" usesSingleLineMode="YES" id="fg3-dM-O24">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <allowedInputSourceLocales>
|
|
|
+ <string>NSAllRomanInputSourcesLocaleIdentifier</string>
|
|
|
+ </allowedInputSourceLocales>
|
|
|
+ </secureTextFieldCell>
|
|
|
+ </secureTextField>
|
|
|
+ <textField hidden="YES" focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="I9E-f1-hFQ">
|
|
|
+ <rect key="frame" x="6" y="5" width="247" height="16"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="Yxo-Qm-Gcx">
|
|
|
+ <font key="font" usesAppearanceFont="YES"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <button translatesAutoresizingMaskIntoConstraints="NO" id="7s3-Lw-j8Q">
|
|
|
+ <rect key="frame" x="255" y="5" width="16" height="16"/>
|
|
|
+ <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="oA3-4T-y2s">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="16" id="4HR-9u-dMk"/>
|
|
|
+ <constraint firstAttribute="height" constant="16" id="M3b-T0-RbO"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <action selector="visibleAction:" target="-2" id="uwH-eO-8uL"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="7s3-Lw-j8Q" secondAttribute="trailing" constant="6" id="8s7-zM-dFU"/>
|
|
|
+ <constraint firstItem="I9E-f1-hFQ" firstAttribute="leading" secondItem="WIx-HY-fqK" secondAttribute="leading" constant="8" id="AOn-iI-5YZ"/>
|
|
|
+ <constraint firstItem="7s3-Lw-j8Q" firstAttribute="leading" secondItem="I9E-f1-hFQ" secondAttribute="trailing" constant="4" id="AkH-9a-Gpz"/>
|
|
|
+ <constraint firstItem="7s3-Lw-j8Q" firstAttribute="leading" secondItem="HGf-ua-bPm" secondAttribute="trailing" constant="4" id="CwT-Wf-qie"/>
|
|
|
+ <constraint firstItem="7s3-Lw-j8Q" firstAttribute="centerY" secondItem="WIx-HY-fqK" secondAttribute="centerY" id="FZY-Gu-rFv"/>
|
|
|
+ <constraint firstItem="I9E-f1-hFQ" firstAttribute="centerY" secondItem="WIx-HY-fqK" secondAttribute="centerY" id="HHl-VW-0R4"/>
|
|
|
+ <constraint firstItem="HGf-ua-bPm" firstAttribute="centerY" secondItem="WIx-HY-fqK" secondAttribute="centerY" id="hQM-Vq-aEg"/>
|
|
|
+ <constraint firstItem="HGf-ua-bPm" firstAttribute="leading" secondItem="WIx-HY-fqK" secondAttribute="leading" constant="8" id="ikg-C4-iWJ"/>
|
|
|
+ </constraints>
|
|
|
+ </customView>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="WIx-HY-fqK" secondAttribute="trailing" id="3C2-Op-lrt"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="WIx-HY-fqK" secondAttribute="bottom" id="7oW-U0-ET3"/>
|
|
|
+ <constraint firstItem="WIx-HY-fqK" firstAttribute="leading" secondItem="bPs-xE-mfj" secondAttribute="leading" id="IHh-j5-MVY"/>
|
|
|
+ <constraint firstItem="WIx-HY-fqK" firstAttribute="top" secondItem="bPs-xE-mfj" secondAttribute="top" id="sQQ-N6-kkv"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="28" id="GiJ-BV-Mfd"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qlQ-Xr-lw9">
|
|
|
+ <rect key="frame" x="-2" y="40" width="283" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="EhP-4f-hOw">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <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="8oD-pe-ETb" secondAttribute="trailing" id="70r-yP-z2W"/>
|
|
|
+ <constraint firstItem="bNK-ST-ALL" firstAttribute="top" secondItem="qdj-L6-DZD" secondAttribute="bottom" constant="24" id="Bb4-FV-GBq"/>
|
|
|
+ <constraint firstItem="qlQ-Xr-lw9" firstAttribute="top" secondItem="bNK-ST-ALL" secondAttribute="bottom" id="C0J-oF-I7R"/>
|
|
|
+ <constraint firstItem="qdj-L6-DZD" firstAttribute="leading" secondItem="Bfc-fj-lKa" secondAttribute="leading" id="HrC-zc-YCf"/>
|
|
|
+ <constraint firstItem="qlQ-Xr-lw9" firstAttribute="leading" secondItem="Bfc-fj-lKa" secondAttribute="leading" id="VIc-0W-i21"/>
|
|
|
+ <constraint firstItem="bNK-ST-ALL" firstAttribute="leading" secondItem="Bfc-fj-lKa" secondAttribute="leading" id="f0R-aG-PrX"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="qlQ-Xr-lw9" secondAttribute="trailing" id="f2I-gS-9lc"/>
|
|
|
+ <constraint firstItem="qdj-L6-DZD" firstAttribute="top" secondItem="Bfc-fj-lKa" secondAttribute="top" id="kHT-oF-ZQS"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="qdj-L6-DZD" secondAttribute="trailing" id="nRQ-8L-jW3"/>
|
|
|
+ <constraint firstItem="8oD-pe-ETb" firstAttribute="leading" secondItem="Bfc-fj-lKa" secondAttribute="leading" id="nWF-70-1QW"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="8oD-pe-ETb" secondAttribute="bottom" id="oJy-0x-hzK"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="bNK-ST-ALL" secondAttribute="trailing" id="ozE-Dd-Crt"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="132" id="aue-yR-55M"/>
|
|
|
+ <constraint firstAttribute="width" constant="279" id="h7X-Hs-iiQ"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="ZRz-aH-GEE" firstAttribute="leading" secondItem="WPO-mj-zK3" secondAttribute="leading" constant="46" id="5fn-1p-8bn"/>
|
|
|
+ <constraint firstItem="ZRz-aH-GEE" firstAttribute="centerY" secondItem="WPO-mj-zK3" secondAttribute="centerY" id="ICb-sb-KoK"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="ZRz-aH-GEE" secondAttribute="trailing" constant="36" id="ums-Af-y1o"/>
|
|
|
+ </constraints>
|
|
|
+ <point key="canvasLocation" x="-57.5" y="114.5"/>
|
|
|
+ </customView>
|
|
|
+ </objects>
|
|
|
+</document>
|