123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMAccountInfoChangeEmailTipController" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="titleLabel" destination="CGI-Bn-tio" id="Wdg-Se-iqK"/>
- <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="352" height="32"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="CGI-Bn-tio">
- <rect key="frame" x="14" y="8" width="324" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="320" id="h6L-Uy-c1a"/>
- </constraints>
- <textFieldCell key="cell" alignment="left" id="TTC-7U-Ua1">
- <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 firstItem="CGI-Bn-tio" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="NxK-f3-xwH"/>
- <constraint firstItem="CGI-Bn-tio" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="8" id="bMf-wy-Grg"/>
- <constraint firstAttribute="trailing" secondItem="CGI-Bn-tio" secondAttribute="trailing" constant="16" id="iKJ-85-HDR"/>
- <constraint firstAttribute="bottom" secondItem="CGI-Bn-tio" secondAttribute="bottom" constant="8" id="wAh-A7-waR"/>
- </constraints>
- <point key="canvasLocation" x="-1" y="66"/>
- </customView>
- </objects>
- </document>
|