123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMLightMemberAlertView" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="titleContentView" destination="q25-bk-4KL" id="T9w-aX-Y37"/>
- <outlet property="titleLabel" destination="5Vu-nI-SlI" id="2ij-nc-hSR"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe">
- <rect key="frame" x="0.0" y="0.0" width="404" height="57"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="q25-bk-4KL">
- <rect key="frame" x="0.0" y="0.0" width="404" height="57"/>
- <subviews>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QLO-ls-cZz">
- <rect key="frame" x="8" y="21" width="16" height="16"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_tips_error_small" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Zbi-qE-fIN">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5Vu-nI-SlI">
- <rect key="frame" x="30" y="21" width="356" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="352" id="x8P-X1-tYq"/>
- </constraints>
- <textFieldCell key="cell" title="The verification code is wrong" id="wp8-bj-JcP">
- <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 firstItem="QLO-ls-cZz" firstAttribute="centerY" secondItem="q25-bk-4KL" secondAttribute="centerY" id="8Mw-Ep-L5a"/>
- <constraint firstItem="5Vu-nI-SlI" firstAttribute="leading" secondItem="QLO-ls-cZz" secondAttribute="trailing" constant="8" id="Eqk-Z2-bkf"/>
- <constraint firstItem="QLO-ls-cZz" firstAttribute="leading" secondItem="q25-bk-4KL" secondAttribute="leading" constant="8" id="HBQ-qN-Z85"/>
- <constraint firstItem="5Vu-nI-SlI" firstAttribute="centerY" secondItem="q25-bk-4KL" secondAttribute="centerY" id="TeZ-eC-Og1"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="q25-bk-4KL" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="GzD-qs-XTw"/>
- <constraint firstItem="q25-bk-4KL" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="pcq-9R-iGK"/>
- <constraint firstAttribute="bottom" secondItem="q25-bk-4KL" secondAttribute="bottom" id="r7H-pD-6Oy"/>
- <constraint firstAttribute="trailing" secondItem="q25-bk-4KL" secondAttribute="trailing" id="tbX-8U-Wtw"/>
- </constraints>
- <point key="canvasLocation" x="50" y="35.5"/>
- </customView>
- </objects>
- <resources>
- <image name="icon_tips_error_small" width="16" height="16"/>
- </resources>
- </document>
|