| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <?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" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <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="LoginViewController">
- <connections>
- <outlet property="passwordTf" destination="IIG-oy-KVO" id="CcP-bH-KSq"/>
- <outlet property="userNameTf" destination="gH1-qQ-MTr" id="ce7-Wx-aVh"/>
- <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="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入用户名" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="gH1-qQ-MTr">
- <rect key="frame" x="70" y="95" width="275" height="30"/>
- <color key="textColor" red="0.074509803920000006" green="0.70980392160000005" blue="0.69411764710000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入用户密码" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="IIG-oy-KVO">
- <rect key="frame" x="70" y="160" width="275" height="30"/>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" keyboardType="alphabet" secureTextEntry="YES"/>
- </textField>
- <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KD5-gG-PeQ">
- <rect key="frame" x="28" y="296" width="317" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" red="0.93725490196078431" green="0.49019607843137253" blue="0.2196078431372549" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <state key="normal" title="账号登陆">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
- <color key="titleShadowColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="5"/>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="cloudLogin" destination="-1" eventType="touchUpInside" id="Tjp-R2-hJl"/>
- </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="LFh-BZ-K22">
- <rect key="frame" x="10" y="99" width="49" height="20"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="密码:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Ho-6h-LQG">
- <rect key="frame" x="10" y="165" width="49" height="20"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mNd-mj-VMM">
- <rect key="frame" x="28" y="363" width="317" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" red="0.93725490196078431" green="0.49019607843137253" blue="0.2196078431372549" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <state key="normal" title="本地登陆">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="5"/>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="localLogin" destination="-1" eventType="touchUpInside" id="laY-ih-rAv"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Odb-iG-lgk">
- <rect key="frame" x="28" y="436" width="317" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" red="0.93725490199999995" green="0.49019607840000001" blue="0.21960784310000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <state key="normal" title="ap直连">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
- </state>
- <connections>
- <action selector="apLogin:" destination="-1" eventType="touchUpInside" id="SCj-px-fht"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EC9-y1-zlm">
- <rect key="frame" x="29" y="501" width="317" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" red="0.93725490199999995" green="0.49019607840000001" blue="0.21960784310000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <state key="normal" title="注册账号">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
- </state>
- <connections>
- <action selector="registerUser" destination="-1" eventType="touchUpInside" id="Mtx-b5-Bob"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="LFh-BZ-K22" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="10" id="0iJ-Hz-c18"/>
- <constraint firstItem="gH1-qQ-MTr" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="75" id="Ak0-1J-joG"/>
- <constraint firstItem="LFh-BZ-K22" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="79" id="Bxy-zT-Qip"/>
- <constraint firstItem="gH1-qQ-MTr" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="75" id="Jrg-vT-abZ"/>
- <constraint firstItem="7Ho-6h-LQG" firstAttribute="top" secondItem="LFh-BZ-K22" secondAttribute="bottom" constant="46" id="Lgi-ub-a7P"/>
- <constraint firstItem="IIG-oy-KVO" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="70" id="Q9H-Ic-2VF"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="gH1-qQ-MTr" secondAttribute="trailing" constant="30" id="YVs-vu-RW9"/>
- <constraint firstItem="IIG-oy-KVO" firstAttribute="top" secondItem="gH1-qQ-MTr" secondAttribute="bottom" constant="35" id="ajm-Hw-LmK"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="IIG-oy-KVO" secondAttribute="trailing" constant="30" id="cMP-VT-S2G"/>
- <constraint firstItem="7Ho-6h-LQG" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="10" id="fd4-7x-pdz"/>
- <constraint firstItem="gH1-qQ-MTr" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="70" id="lIK-NK-F2X"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <point key="canvasLocation" x="26.399999999999999" y="51.724137931034484"/>
- </view>
- </objects>
- </document>
|