123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SBTUpdatePasswordVCtr" customModule="SolarBT" customModuleProvider="target">
- <connections>
- <outlet property="backBtn" destination="7tq-s0-h5l" id="PhM-to-5ii"/>
- <outlet property="placeHodleLabel" destination="ktN-mX-OiE" id="cca-jh-F7i"/>
- <outlet property="saveButton" destination="Hdr-df-jbU" id="52H-SY-yfc"/>
- <outlet property="textBox" destination="Xav-rL-2nA" id="RxQ-KS-0sj"/>
- <outlet property="updatePasswordLabel" destination="CI1-Vz-O3z" id="fvo-xi-6Cc"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zWo-2h-Kju">
- <rect key="frame" x="57" y="325.5" width="300" height="245"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="修改密码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CI1-Vz-O3z">
- <rect key="frame" x="25" y="20" width="76" height="27"/>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="19"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7tq-s0-h5l">
- <rect key="frame" x="250" y="25" width="30" height="29"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
- <state key="normal" title="返回">
- <color key="titleColor" red="0.62352941176470589" green="0.62352941176470589" blue="0.62352941176470589" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- </state>
- <connections>
- <action selector="backAction:" destination="-1" eventType="touchUpInside" id="9aa-K3-Wrn"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请输入新密码……" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ktN-mX-OiE">
- <rect key="frame" x="25" y="55" width="96" height="17"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
- <color key="textColor" red="0.53333333333333333" green="0.53333333333333333" blue="0.53333333333333333" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Xav-rL-2nA">
- <rect key="frame" x="0.0" y="111" width="300" height="35"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="35" id="UHL-IE-1Rl"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hdr-df-jbU">
- <rect key="frame" x="13" y="182" width="274" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="Lfp-mG-TS6"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
- <state key="normal" title="保存">
- <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- </state>
- <connections>
- <action selector="saveAction:" destination="-1" eventType="touchUpInside" id="sPs-yI-Iac"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="ktN-mX-OiE" firstAttribute="leading" secondItem="zWo-2h-Kju" secondAttribute="leading" constant="25" id="6c3-Hj-JfU"/>
- <constraint firstItem="CI1-Vz-O3z" firstAttribute="leading" secondItem="zWo-2h-Kju" secondAttribute="leading" constant="25" id="A7p-h5-pRW"/>
- <constraint firstItem="7tq-s0-h5l" firstAttribute="top" secondItem="zWo-2h-Kju" secondAttribute="top" constant="25" id="Abl-Zn-oQw"/>
- <constraint firstAttribute="width" constant="300" id="G6a-tN-3Rg"/>
- <constraint firstItem="Xav-rL-2nA" firstAttribute="top" secondItem="ktN-mX-OiE" secondAttribute="bottom" constant="39" id="Lzd-jr-ffU"/>
- <constraint firstItem="CI1-Vz-O3z" firstAttribute="top" secondItem="zWo-2h-Kju" secondAttribute="top" constant="20" id="M2J-RC-Gk4"/>
- <constraint firstItem="Xav-rL-2nA" firstAttribute="leading" secondItem="zWo-2h-Kju" secondAttribute="leading" id="Mca-l3-myJ"/>
- <constraint firstAttribute="trailing" secondItem="7tq-s0-h5l" secondAttribute="trailing" constant="20" id="VOZ-MD-ivq"/>
- <constraint firstItem="Hdr-df-jbU" firstAttribute="leading" secondItem="zWo-2h-Kju" secondAttribute="leading" constant="13" id="fZy-3v-6Kt"/>
- <constraint firstAttribute="height" constant="245" id="gL8-lX-9mT"/>
- <constraint firstItem="Hdr-df-jbU" firstAttribute="top" secondItem="Xav-rL-2nA" secondAttribute="bottom" constant="36" id="s1m-S1-1qk"/>
- <constraint firstItem="ktN-mX-OiE" firstAttribute="top" secondItem="CI1-Vz-O3z" secondAttribute="bottom" constant="8" id="swP-0s-nln"/>
- <constraint firstAttribute="trailing" secondItem="Hdr-df-jbU" secondAttribute="trailing" constant="13" id="wlh-Jg-RbM"/>
- <constraint firstAttribute="trailing" secondItem="Xav-rL-2nA" secondAttribute="trailing" id="xxF-D5-IMx"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.6980440616607666" green="0.69803071022033691" blue="0.698039710521698" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="zWo-2h-Kju" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="5tk-jB-MKF"/>
- <constraint firstItem="zWo-2h-Kju" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="w5k-mg-j9q"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="47.826086956521742" y="97.767857142857139"/>
- </view>
- </objects>
- </document>
|