UserViewController.xib 8.93 KB
Newer Older
曹云霄's avatar
曹云霄 committed
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
曹云霄's avatar
曹云霄 committed
3 4 5 6 7 8
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UserViewController">
            <connections>
9 10 11
                <outlet property="cancellationButton" destination="m0J-Ji-o4P" id="sjF-hF-f7G"/>
                <outlet property="changePassword" destination="MmS-T7-ieX" id="FlY-Na-P0f"/>
                <outlet property="passWord" destination="iPT-ib-2cp" id="H67-mf-uqf"/>
曹云霄's avatar
曹云霄 committed
12
                <outlet property="passWordBack" destination="6JT-hH-lKv" id="af3-IA-3s3"/>
13 14 15
                <outlet property="switchUser" destination="7l0-kF-pfD" id="vc3-Kf-zAK"/>
                <outlet property="userHeader" destination="tuQ-DW-D80" id="aWE-cf-oQH"/>
                <outlet property="userName" destination="cgR-tl-g1N" id="qeK-vw-Mf8"/>
曹云霄's avatar
曹云霄 committed
16
                <outlet property="userNameBack" destination="t40-Q6-t1i" id="ZmL-Wm-8Wh"/>
曹云霄's avatar
曹云霄 committed
17 18 19 20 21 22 23 24
                <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="260" height="170"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
25
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="05产品库-详情_03" id="tuQ-DW-D80">
曹云霄's avatar
曹云霄 committed
26
                    <rect key="frame" x="174" y="18" width="80" height="80"/>
27
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
28
                </imageView>
29 30 31
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="User-Profile" id="HTl-6m-Nx6">
                    <rect key="frame" x="10" y="28" width="15" height="15"/>
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
32
                </imageView>
33 34 35
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Lock-0" id="V66-r9-9Q2">
                    <rect key="frame" x="10" y="69" width="15" height="15"/>
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
36
                </imageView>
37 38 39
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="7l0-kF-pfD">
                    <rect key="frame" x="10" y="125" width="80" height="30"/>
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
40
                    <color key="backgroundColor" red="0.34901960780000002" green="0.67450980390000004" blue="0.86274509799999999" alpha="1" colorSpace="calibratedRGB"/>
41 42 43 44 45 46 47
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="切换账户">
                        <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="switchUserButtonClick:" destination="-1" eventType="touchUpInside" id="jyo-VR-2Gk"/>
                    </connections>
曹云霄's avatar
曹云霄 committed
48
                </button>
49 50 51 52 53 54 55 56 57 58 59
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="MmS-T7-ieX">
                    <rect key="frame" x="172" y="125" width="80" height="30"/>
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="修改密码">
                        <color key="titleColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="ChangPasswordButtonClick:" destination="-1" eventType="touchUpInside" id="FcS-nR-vDN"/>
                    </connections>
曹云霄's avatar
曹云霄 committed
60
                </button>
61
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="m0J-Ji-o4P">
曹云霄's avatar
曹云霄 committed
62
                    <rect key="frame" x="107" y="125" width="46" height="30"/>
63 64 65 66 67 68 69 70 71
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                    <color key="backgroundColor" red="0.34901960784313724" green="0.67450980392156867" blue="0.86274509803921573" alpha="1" colorSpace="calibratedRGB"/>
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="注销">
                        <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="cancellationButtonClick:" destination="-1" eventType="touchUpInside" id="iQU-lO-tNY"/>
                    </connections>
曹云霄's avatar
曹云霄 committed
72
                </button>
曹云霄's avatar
曹云霄 committed
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
                <view contentMode="scaleToFill" id="6JT-hH-lKv">
                    <rect key="frame" x="34" y="62" width="130" height="30"/>
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                    <subviews>
                        <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="密码" minimumFontSize="17" id="iPT-ib-2cp">
                            <rect key="frame" x="10" y="0.0" width="120" height="30"/>
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                            <fontDescription key="fontDescription" type="system" pointSize="12"/>
                            <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
                        </textField>
                    </subviews>
                    <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
                </view>
                <view contentMode="scaleToFill" id="t40-Q6-t1i">
                    <rect key="frame" x="34" y="21" width="130" height="30"/>
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                    <subviews>
                        <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="用户名" textAlignment="natural" minimumFontSize="17" clearButtonMode="always" id="cgR-tl-g1N">
                            <rect key="frame" x="10" y="0.0" width="120" height="30"/>
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                            <fontDescription key="fontDescription" type="system" pointSize="12"/>
                            <textInputTraits key="textInputTraits"/>
                        </textField>
                    </subviews>
                    <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
                </view>
曹云霄's avatar
曹云霄 committed
101 102 103
            </subviews>
            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
104
            <point key="canvasLocation" x="244" y="296"/>
曹云霄's avatar
曹云霄 committed
105 106
        </view>
    </objects>
107 108 109 110 111
    <resources>
        <image name="05产品库-详情_03" width="500" height="375"/>
        <image name="Lock-0" width="17" height="21"/>
        <image name="User-Profile" width="17" height="17"/>
    </resources>
曹云霄's avatar
曹云霄 committed
112
</document>