UserViewController.xib 10.1 KB
Newer Older
曹云霄's avatar
曹云霄 committed
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
曹云霄's avatar
曹云霄 committed
2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="9531" systemVersion="15G31" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
曹云霄's avatar
曹云霄 committed
3
    <dependencies>
曹云霄's avatar
曹云霄 committed
4
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
曹云霄's avatar
曹云霄 committed
5 6 7 8
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UserViewController">
            <connections>
9 10
                <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
11
                <outlet property="passWordBack" destination="6JT-hH-lKv" id="af3-IA-3s3"/>
12 13
                <outlet property="rebateBackView" destination="3Kh-CF-MvS" id="dhv-OU-Rc9"/>
                <outlet property="rebateLabe" destination="Rhj-kj-q1f" id="5oU-hl-I1A"/>
14 15 16
                <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
17
                <outlet property="userNameBack" destination="t40-Q6-t1i" id="ZmL-Wm-8Wh"/>
曹云霄's avatar
曹云霄 committed
18 19 20 21 22
                <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">
23
            <rect key="frame" x="0.0" y="0.0" width="260" height="230"/>
曹云霄's avatar
曹云霄 committed
24 25
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
勾芒's avatar
勾芒 committed
26
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="矢量智能对象" id="tuQ-DW-D80">
曹云霄's avatar
曹云霄 committed
27
                    <rect key="frame" x="174" y="18" width="80" height="80"/>
28
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
29
                </imageView>
30 31 32
                <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
33
                </imageView>
34 35 36
                <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
37
                </imageView>
38
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="7l0-kF-pfD">
曹云霄's avatar
曹云霄 committed
39
                    <rect key="frame" x="10" y="125" width="110" height="30"/>
40
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
41
                    <color key="backgroundColor" red="0.34901960780000002" green="0.67450980390000004" blue="0.86274509799999999" alpha="1" colorSpace="calibratedRGB"/>
42 43 44 45 46
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="切换账户">
                        <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
曹云霄's avatar
曹云霄 committed
47
                        <action selector="cancellationButtonClick:" destination="-1" eventType="touchUpInside" id="wTq-e7-u0Q"/>
48
                    </connections>
曹云霄's avatar
曹云霄 committed
49
                </button>
50
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="MmS-T7-ieX">
曹云霄's avatar
曹云霄 committed
51
                    <rect key="frame" x="142" y="125" width="110" height="30"/>
52 53 54 55 56 57 58 59
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                    <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>
曹云霄's avatar
曹云霄 committed
61 62 63 64
                <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>
曹云霄's avatar
曹云霄 committed
65
                        <textField opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="密码" minimumFontSize="17" id="iPT-ib-2cp">
曹云霄's avatar
曹云霄 committed
66 67 68 69 70 71 72 73 74 75 76 77 78
                            <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>
曹云霄's avatar
曹云霄 committed
79
                        <textField opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="用户名" textAlignment="natural" minimumFontSize="17" id="cgR-tl-g1N">
曹云霄's avatar
曹云霄 committed
80 81 82 83 84 85 86 87 88
                            <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>
89 90 91 92 93 94 95 96 97
                <view contentMode="scaleToFill" id="NsN-9d-1WJ">
                    <rect key="frame" x="10" y="166" width="240" height="1"/>
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
                    <color key="backgroundColor" red="0.81568627450980391" green="0.81960784313725488" blue="0.82352941176470584" alpha="1" colorSpace="calibratedRGB"/>
                </view>
                <view contentMode="scaleToFill" id="3Kh-CF-MvS">
                    <rect key="frame" x="20" y="175" width="220" height="40"/>
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
                    <subviews>
曹云霄's avatar
曹云霄 committed
98 99
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="myaccount" id="7AA-eS-ui1">
                            <rect key="frame" x="59" y="8" width="25" height="25"/>
100 101
                            <autoresizingMask key="autoresizingMask"/>
                        </imageView>
曹云霄's avatar
曹云霄 committed
102 103
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的账户" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Rhj-kj-q1f">
                            <rect key="frame" x="95" y="10" width="65" height="21"/>
104
                            <autoresizingMask key="autoresizingMask"/>
曹云霄's avatar
曹云霄 committed
105
                            <fontDescription key="fontDescription" type="system" pointSize="15"/>
曹云霄's avatar
曹云霄 committed
106
                            <color key="textColor" red="0.23137254900000001" green="0.52941176469999995" blue="0.75294117650000003" alpha="1" colorSpace="calibratedRGB"/>
107 108 109 110 111
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
                </view>
曹云霄's avatar
曹云霄 committed
112 113 114
            </subviews>
            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
115
            <point key="canvasLocation" x="244" y="328"/>
曹云霄's avatar
曹云霄 committed
116 117
        </view>
    </objects>
118 119 120
    <resources>
        <image name="Lock-0" width="17" height="21"/>
        <image name="User-Profile" width="17" height="17"/>
曹云霄's avatar
曹云霄 committed
121
        <image name="myaccount" width="15" height="16"/>
勾芒's avatar
勾芒 committed
122
        <image name="矢量智能对象" width="110" height="110"/>
123
    </resources>
曹云霄's avatar
曹云霄 committed
124
</document>