UserViewController.xib 12.7 KB
Newer Older
1 2
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="11201" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" colorMatched="YES">
曹云霄's avatar
曹云霄 committed
3
    <dependencies>
4 5
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
曹云霄's avatar
曹云霄 committed
6 7 8 9
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UserViewController">
            <connections>
10
                <outlet property="changePassword" destination="MmS-T7-ieX" id="FlY-Na-P0f"/>
11
                <outlet property="guideIntegralView" destination="hBG-h5-KdM" id="nRF-A6-zyP"/>
12
                <outlet property="passWord" destination="iPT-ib-2cp" id="H67-mf-uqf"/>
曹云霄's avatar
曹云霄 committed
13
                <outlet property="passWordBack" destination="6JT-hH-lKv" id="af3-IA-3s3"/>
14
                <outlet property="rebateBackView" destination="3Kh-CF-MvS" id="dhv-OU-Rc9"/>
15 16 17
                <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
18
                <outlet property="userNameBack" destination="t40-Q6-t1i" id="ZmL-Wm-8Wh"/>
曹云霄's avatar
曹云霄 committed
19 20 21 22 23
                <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">
24
            <rect key="frame" x="0.0" y="0.0" width="260" height="230"/>
曹云霄's avatar
曹云霄 committed
25 26
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
勾芒's avatar
勾芒 committed
27
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="矢量智能对象" id="tuQ-DW-D80">
28
                    <frame key="frameInset" minX="174" minY="18" width="80" height="80"/>
29
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
30
                </imageView>
31
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="User-Profile" id="HTl-6m-Nx6">
32
                    <frame key="frameInset" minX="10" minY="28" width="15" height="15"/>
33
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
34
                </imageView>
35
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Lock-0" id="V66-r9-9Q2">
36
                    <frame key="frameInset" minX="10" minY="69" width="15" height="15"/>
37
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
曹云霄's avatar
曹云霄 committed
38
                </imageView>
39
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="7l0-kF-pfD">
40
                    <frame key="frameInset" minX="10" minY="125" width="110" height="30"/>
41
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
42
                    <color key="backgroundColor" red="0.34901960780000002" green="0.67450980390000004" blue="0.86274509799999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
43 44
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="切换账户">
45
                        <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
46 47
                    </state>
                    <connections>
曹云霄's avatar
曹云霄 committed
48
                        <action selector="cancellationButtonClick:" destination="-1" eventType="touchUpInside" id="wTq-e7-u0Q"/>
49
                    </connections>
曹云霄's avatar
曹云霄 committed
50
                </button>
51
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="MmS-T7-ieX">
52
                    <frame key="frameInset" minX="142" minY="125" width="110" height="30"/>
53 54 55
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="修改密码">
56
                        <color key="titleColor" red="0.33333333333333331" green="0.33333333333333331" blue="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
57 58 59 60
                    </state>
                    <connections>
                        <action selector="ChangPasswordButtonClick:" destination="-1" eventType="touchUpInside" id="FcS-nR-vDN"/>
                    </connections>
曹云霄's avatar
曹云霄 committed
61
                </button>
曹云霄's avatar
曹云霄 committed
62
                <view contentMode="scaleToFill" id="6JT-hH-lKv">
63
                    <frame key="frameInset" minX="34" minY="62" width="130" height="30"/>
曹云霄's avatar
曹云霄 committed
64 65
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                    <subviews>
曹云霄's avatar
曹云霄 committed
66
                        <textField opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="密码" minimumFontSize="17" id="iPT-ib-2cp">
67
                            <frame key="frameInset" minX="10" width="120" height="30"/>
曹云霄's avatar
曹云霄 committed
68
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
69
                            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
曹云霄's avatar
曹云霄 committed
70 71 72 73
                            <fontDescription key="fontDescription" type="system" pointSize="12"/>
                            <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
                        </textField>
                    </subviews>
74
                    <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
曹云霄's avatar
曹云霄 committed
75 76
                </view>
                <view contentMode="scaleToFill" id="t40-Q6-t1i">
77
                    <frame key="frameInset" minX="34" minY="21" width="130" height="30"/>
曹云霄's avatar
曹云霄 committed
78 79
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                    <subviews>
曹云霄's avatar
曹云霄 committed
80
                        <textField opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="用户名" textAlignment="natural" minimumFontSize="17" id="cgR-tl-g1N">
81
                            <frame key="frameInset" minX="10" width="120" height="30"/>
曹云霄's avatar
曹云霄 committed
82
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
83
                            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
曹云霄's avatar
曹云霄 committed
84 85 86 87
                            <fontDescription key="fontDescription" type="system" pointSize="12"/>
                            <textInputTraits key="textInputTraits"/>
                        </textField>
                    </subviews>
88
                    <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
曹云霄's avatar
曹云霄 committed
89
                </view>
90
                <view contentMode="scaleToFill" id="NsN-9d-1WJ">
91
                    <frame key="frameInset" minX="10" height="1" maxX="10" maxY="63"/>
92
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
93
                    <color key="backgroundColor" red="0.81568627450980391" green="0.81960784313725488" blue="0.82352941176470584" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
94
                </view>
95 96
                <view contentMode="scaleToFill" misplaced="YES" id="3Kh-CF-MvS">
                    <frame key="frameInset" minX="10" height="35" maxX="140" maxY="14"/>
97 98
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
                    <subviews>
99 100
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="account" id="7AA-eS-ui1">
                            <frame key="frameInset" minX="11" minY="7" width="20" height="20"/>
101 102
                            <autoresizingMask key="autoresizingMask"/>
                        </imageView>
103 104
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="我的账户" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Rhj-kj-q1f">
                            <frame key="frameInset" minX="39" minY="7" width="65" height="21"/>
105
                            <autoresizingMask key="autoresizingMask"/>
106 107
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <color key="textColor" red="0.23137254900000001" green="0.52941176469999995" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
108 109 110
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
                    <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                </view>
                <view contentMode="scaleToFill" misplaced="YES" id="hBG-h5-KdM">
                    <frame key="frameInset" minX="138" height="35" maxX="12" maxY="14"/>
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
                    <subviews>
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="myaccount" id="5hX-3h-8e3">
                            <frame key="frameInset" minX="11" minY="7" width="20" height="20"/>
                            <autoresizingMask key="autoresizingMask"/>
                        </imageView>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="我的积分" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="M8U-yz-8MN">
                            <frame key="frameInset" minX="39" minY="7" width="65" height="21"/>
                            <autoresizingMask key="autoresizingMask"/>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <color key="textColor" red="0.23137254900000001" green="0.52941176469999995" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" red="0.94117647059999998" green="0.93725490199999995" blue="0.96078431369999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
130
                </view>
曹云霄's avatar
曹云霄 committed
131
            </subviews>
132
            <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
曹云霄's avatar
曹云霄 committed
133
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
134
            <point key="canvasLocation" x="244" y="328"/>
曹云霄's avatar
曹云霄 committed
135 136
        </view>
    </objects>
137
    <resources>
138 139 140 141
        <image name="Lock-0" width="17" height="20"/>
        <image name="User-Profile" width="16" height="17"/>
        <image name="account" width="16" height="16"/>
        <image name="myaccount" width="14" height="15"/>
勾芒's avatar
勾芒 committed
142
        <image name="矢量智能对象" width="110" height="110"/>
143
    </resources>
144 145 146 147 148
    <simulatedMetricsContainer key="defaultSimulatedMetrics">
        <simulatedStatusBarMetrics key="statusBar"/>
        <simulatedOrientationMetrics key="orientation"/>
        <simulatedScreenMetrics key="destination"/>
    </simulatedMetricsContainer>
曹云霄's avatar
曹云霄 committed
149
</document>