123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?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="KMPDFDigitalSignViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="contendView" destination="SJ2-pS-M3B" id="jyP-Zt-Wsa"/>
- <outlet property="contentTopConst" destination="TVB-8H-a7j" id="PyN-MC-YU8"/>
- <outlet property="exitBox" destination="gHQ-0K-XbK" id="uSU-eh-Wbc"/>
- <outlet property="exitButton" destination="FD6-Gh-1xx" id="UaC-rl-g8o"/>
- <outlet property="headerView" destination="0a0-Fd-gka" id="p2n-oy-DJG"/>
- <outlet property="pdfContendView" destination="Zqz-md-wWY" id="KK3-10-e8X"/>
- <outlet property="saveBox" destination="eVE-dl-Oe8" id="otO-Cg-X4G"/>
- <outlet property="saveButton" destination="pzG-r6-BJl" id="Ub1-Xx-lJs"/>
- <outlet property="stateBGView" destination="LSe-Oi-yzJ" id="hq1-dp-U6D"/>
- <outlet property="stateButton" destination="Yrb-Nx-Xvp" id="WNb-tD-Nfw"/>
- <outlet property="stateLbl" destination="OGs-L1-cgc" id="CLU-fl-D0T"/>
- <outlet property="tipLabel" destination="Hl2-Ul-Rge" id="Hoo-dI-j2s"/>
- <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="572" height="387"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="SJ2-pS-M3B">
- <rect key="frame" x="0.0" y="0.0" width="572" height="387"/>
- <subviews>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="DXG-U6-4uT">
- <rect key="frame" x="0.0" y="299" width="572" height="88"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="left" inset="2" id="Fkr-1Y-hA9">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="height" constant="88" id="gOp-Fc-09h"/>
- </constraints>
- </button>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="0a0-Fd-gka">
- <rect key="frame" x="0.0" y="343" width="572" height="44"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Hl2-Ul-Rge">
- <rect key="frame" x="18" y="14" width="211" height="17"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="You are under Digital Sign Mode" id="V0q-9R-zZp">
- <font key="font" metaFont="system" size="14"/>
- <color key="textColor" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="gHQ-0K-XbK">
- <rect key="frame" x="376" y="9" width="74" height="26"/>
- <view key="contentView" id="ayl-GF-cSS">
- <rect key="frame" x="0.0" y="0.0" width="74" height="26"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FD6-Gh-1xx" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="74" height="26"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <buttonCell key="cell" type="bevel" title="Exit" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="aYO-5U-m8F">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="exitButtonAction:" target="-2" id="Kku-4m-T30"/>
- </connections>
- </button>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="width" constant="74" id="1er-PM-AqZ"/>
- <constraint firstAttribute="height" constant="26" id="6d8-pV-4YK"/>
- </constraints>
- </box>
- <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="eVE-dl-Oe8">
- <rect key="frame" x="474" y="9" width="74" height="26"/>
- <view key="contentView" id="OXf-Ca-GEx">
- <rect key="frame" x="0.0" y="0.0" width="74" height="26"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pzG-r6-BJl" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="74" height="26"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <buttonCell key="cell" type="bevel" title="Save" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="udW-bE-j0F">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="saveButtonAction:" target="-2" id="aYF-ao-sD4"/>
- </connections>
- </button>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="26" id="AZg-uX-u6o"/>
- <constraint firstAttribute="width" constant="74" id="wJe-Fd-VPo"/>
- </constraints>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="3Nv-UG-pV6"/>
- <constraint firstItem="Hl2-Ul-Rge" firstAttribute="centerY" secondItem="0a0-Fd-gka" secondAttribute="centerY" id="7HZ-GG-ADP"/>
- <constraint firstItem="gHQ-0K-XbK" firstAttribute="centerY" secondItem="0a0-Fd-gka" secondAttribute="centerY" id="GFG-2f-bpw"/>
- <constraint firstItem="eVE-dl-Oe8" firstAttribute="centerY" secondItem="0a0-Fd-gka" secondAttribute="centerY" id="dO6-sh-x3I"/>
- <constraint firstItem="Hl2-Ul-Rge" firstAttribute="leading" secondItem="0a0-Fd-gka" secondAttribute="leading" constant="20" id="fda-ry-iQg"/>
- <constraint firstItem="eVE-dl-Oe8" firstAttribute="leading" secondItem="gHQ-0K-XbK" secondAttribute="trailing" constant="24" id="jJH-v2-8zV"/>
- <constraint firstAttribute="trailing" secondItem="eVE-dl-Oe8" secondAttribute="trailing" constant="24" id="jrj-SY-dGC"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="LSe-Oi-yzJ">
- <rect key="frame" x="0.0" y="299" width="572" height="44"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OGs-L1-cgc">
- <rect key="frame" x="62" y="14" width="118" height="17"/>
- <textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Signature is valid." id="8Io-Az-nZb">
- <font key="font" metaFont="system" size="14"/>
- <color key="textColor" red="0.1529411765" green="0.23529411759999999" blue="0.38431372549999998" alpha="1" colorSpace="calibratedRGB"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Yrb-Nx-Xvp">
- <rect key="frame" x="20" y="8" width="28" height="28"/>
- <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="ImageNameSigntureVerifySuccess" imagePosition="only" alignment="center" inset="2" id="CSb-kc-4bZ">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="height" constant="28" id="KTF-vp-57P"/>
- <constraint firstAttribute="width" constant="28" id="pH4-eK-D99"/>
- </constraints>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="OGs-L1-cgc" firstAttribute="leading" secondItem="Yrb-Nx-Xvp" secondAttribute="trailing" constant="16" id="InY-f8-nYB"/>
- <constraint firstAttribute="height" constant="44" id="LP5-qS-vlI"/>
- <constraint firstItem="Yrb-Nx-Xvp" firstAttribute="centerY" secondItem="LSe-Oi-yzJ" secondAttribute="centerY" id="OhR-G4-aH5"/>
- <constraint firstItem="Yrb-Nx-Xvp" firstAttribute="leading" secondItem="LSe-Oi-yzJ" secondAttribute="leading" constant="20" id="bzp-4D-Iad"/>
- <constraint firstItem="OGs-L1-cgc" firstAttribute="centerY" secondItem="LSe-Oi-yzJ" secondAttribute="centerY" id="tp1-ZU-dCo"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Zqz-md-wWY">
- <rect key="frame" x="0.0" y="0.0" width="572" height="299"/>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="0a0-Fd-gka" firstAttribute="top" secondItem="SJ2-pS-M3B" secondAttribute="top" id="55g-wO-0OT"/>
- <constraint firstItem="DXG-U6-4uT" firstAttribute="top" secondItem="SJ2-pS-M3B" secondAttribute="top" id="85x-iQ-2Rx"/>
- <constraint firstAttribute="bottom" secondItem="Zqz-md-wWY" secondAttribute="bottom" id="FUC-Kx-gTD"/>
- <constraint firstAttribute="trailing" secondItem="0a0-Fd-gka" secondAttribute="trailing" id="G1W-22-Qz7"/>
- <constraint firstAttribute="trailing" secondItem="DXG-U6-4uT" secondAttribute="trailing" id="LTi-Nv-1wb"/>
- <constraint firstAttribute="trailing" secondItem="Zqz-md-wWY" secondAttribute="trailing" id="O3j-vR-LrR"/>
- <constraint firstItem="LSe-Oi-yzJ" firstAttribute="top" secondItem="0a0-Fd-gka" secondAttribute="bottom" id="T4w-1s-hJl"/>
- <constraint firstItem="Zqz-md-wWY" firstAttribute="top" secondItem="0a0-Fd-gka" secondAttribute="bottom" constant="44" id="TVB-8H-a7j"/>
- <constraint firstItem="DXG-U6-4uT" firstAttribute="leading" secondItem="SJ2-pS-M3B" secondAttribute="leading" id="U7y-2w-BWo"/>
- <constraint firstItem="0a0-Fd-gka" firstAttribute="leading" secondItem="SJ2-pS-M3B" secondAttribute="leading" id="Xr7-mF-Gp6"/>
- <constraint firstAttribute="trailing" secondItem="LSe-Oi-yzJ" secondAttribute="trailing" id="Yh1-Yn-0lm"/>
- <constraint firstItem="LSe-Oi-yzJ" firstAttribute="leading" secondItem="SJ2-pS-M3B" secondAttribute="leading" id="gFX-ft-SN3"/>
- <constraint firstItem="Zqz-md-wWY" firstAttribute="leading" secondItem="SJ2-pS-M3B" secondAttribute="leading" id="pXw-1w-Uie"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="SJ2-pS-M3B" secondAttribute="bottom" id="EUd-sg-sLZ"/>
- <constraint firstItem="SJ2-pS-M3B" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="L88-8E-hNk"/>
- <constraint firstAttribute="trailing" secondItem="SJ2-pS-M3B" secondAttribute="trailing" id="R3R-Qo-tcK"/>
- <constraint firstItem="SJ2-pS-M3B" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="XUe-4Q-CHV"/>
- </constraints>
- <point key="canvasLocation" x="75" y="188.5"/>
- </customView>
- </objects>
- <resources>
- <image name="ImageNameSigntureVerifySuccess" width="32" height="32"/>
- </resources>
- </document>
|