123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina5_5" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="Message_Set_VC">
- <connections>
- <outlet property="eyeButton" destination="JVv-rr-Qxp" id="sS4-x6-PRa"/>
- <outlet property="giveUpBtn" destination="G6n-5G-aDE" id="X6A-6k-BVd"/>
- <outlet property="pwdTextField" destination="FaC-vi-TQS" id="oxM-uc-q0L"/>
- <outlet property="sureButton" destination="EGZ-7x-G5U" id="c3n-Va-JQJ"/>
- <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="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="6-20位常规字符" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="FaC-vi-TQS">
- <rect key="frame" x="50" y="185" width="314" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="QDl-IZ-hik"/>
- </constraints>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- <connections>
- <outlet property="delegate" destination="-1" id="RWr-Ud-CRc"/>
- </connections>
- </textField>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请输入新的密码:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GEf-nI-aik">
- <rect key="frame" x="50" y="150" width="364" height="25"/>
- <constraints>
- <constraint firstAttribute="height" constant="25" id="w2a-4d-sTo"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EGZ-7x-G5U">
- <rect key="frame" x="186.66666666666666" y="235" width="41" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="mVe-xh-Z2s"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="20"/>
- <state key="normal" title="确定"/>
- <connections>
- <action selector="sureBtnClick:" destination="-1" eventType="touchUpInside" id="Txh-x8-vCs"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="G6n-5G-aDE">
- <rect key="frame" x="166" y="295" width="82" height="43"/>
- <constraints>
- <constraint firstAttribute="height" constant="43" id="DBX-Pl-PPn"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="20"/>
- <state key="normal" title="放弃修改"/>
- <connections>
- <action selector="giveUpBtnClick:" destination="-1" eventType="touchUpInside" id="Bu4-ef-qNb"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JVv-rr-Qxp">
- <rect key="frame" x="334" y="192.66666666666666" width="30" height="15"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="15" id="8PM-Rn-jlf"/>
- <constraint firstAttribute="width" secondItem="JVv-rr-Qxp" secondAttribute="height" multiplier="2" id="vx4-Ph-K34"/>
- </constraints>
- <state key="normal" image="closeEye"/>
- <connections>
- <action selector="eyeBtnClick:" destination="-1" eventType="touchUpInside" id="clB-vc-Tzz"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="GEf-nI-aik" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="150" id="0X9-ji-l1w"/>
- <constraint firstItem="JVv-rr-Qxp" firstAttribute="centerY" secondItem="FaC-vi-TQS" secondAttribute="centerY" id="5hL-s9-nIb"/>
- <constraint firstAttribute="trailing" secondItem="FaC-vi-TQS" secondAttribute="trailing" constant="50" id="6GL-AP-cWy"/>
- <constraint firstAttribute="trailing" secondItem="GEf-nI-aik" secondAttribute="trailing" id="BrF-9w-Sbi"/>
- <constraint firstItem="G6n-5G-aDE" firstAttribute="top" secondItem="EGZ-7x-G5U" secondAttribute="bottom" constant="20" id="Jnk-os-G8E"/>
- <constraint firstItem="EGZ-7x-G5U" firstAttribute="top" secondItem="FaC-vi-TQS" secondAttribute="bottom" constant="20" id="OpJ-eV-WEx"/>
- <constraint firstItem="GEf-nI-aik" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="50" id="P75-i5-Fjv"/>
- <constraint firstItem="FaC-vi-TQS" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="50" id="PkE-Dy-stp"/>
- <constraint firstItem="G6n-5G-aDE" firstAttribute="centerX" secondItem="EGZ-7x-G5U" secondAttribute="centerX" id="Pni-Y9-O45"/>
- <constraint firstItem="EGZ-7x-G5U" firstAttribute="centerX" secondItem="FaC-vi-TQS" secondAttribute="centerX" id="pyz-b1-paz"/>
- <constraint firstItem="JVv-rr-Qxp" firstAttribute="trailing" secondItem="FaC-vi-TQS" secondAttribute="trailing" id="qmY-d0-Sb1"/>
- <constraint firstItem="FaC-vi-TQS" firstAttribute="top" secondItem="GEf-nI-aik" secondAttribute="bottom" constant="10" id="rW6-LQ-dwc"/>
- </constraints>
- <point key="canvasLocation" x="-107" y="-118"/>
- </view>
- </objects>
- <resources>
- <image name="closeEye" width="64" height="64"/>
- </resources>
- </document>
|