<?xml version="1.0" encoding="UTF-8"?>
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
<device id="ipad12_9" orientation="landscape" layout="fullscreen" appearance="light"/>
|
<dependencies>
|
<deployment identifier="iOS"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
<capability name="System colors in document resources" minToolsVersion="11.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="CoinRecordHistoryVC" customModule="DolphinEnglishLearnStudent" customModuleProvider="target">
|
<connections>
|
<outlet property="btn_selectDate" destination="3Jm-Of-Dcm" id="qsy-0i-QGG"/>
|
<outlet property="label_coin" destination="8QY-yj-pnL" id="zMl-nz-9AN"/>
|
<outlet property="tableView" destination="CXF-w6-yPv" id="p0a-Ff-dbJ"/>
|
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
|
<outlet property="view_menuTitle" destination="u4d-62-Qi9" id="5Zo-Rn-Ec7"/>
|
</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="1366" height="1024"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<subviews>
|
<stackView opaque="NO" contentMode="scaleToFill" spacing="6" translatesAutoresizingMaskIntoConstraints="NO" id="6id-1t-5Uz">
|
<rect key="frame" x="549" y="47" width="268.5" height="36"/>
|
<subviews>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="查询时间:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1YG-qG-YRK">
|
<rect key="frame" x="0.0" y="0.0" width="64.5" height="36"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<nil key="textColor"/>
|
<nil key="highlightedColor"/>
|
</label>
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sGC-8I-HbA">
|
<rect key="frame" x="70.5" y="0.0" width="156" height="36"/>
|
<subviews>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3Jm-Of-Dcm">
|
<rect key="frame" x="16" y="3.5" width="135" height="29"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" title="请选择">
|
<color key="titleColor" red="0.16862745098039217" green="0.17254901960784313" blue="0.23529411764705882" alpha="0.52000000000000002" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<connections>
|
<action selector="chooseDateTimeAction:" destination="-1" eventType="touchUpInside" id="COg-wp-7Xr"/>
|
</connections>
|
</button>
|
</subviews>
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
<constraints>
|
<constraint firstItem="3Jm-Of-Dcm" firstAttribute="centerY" secondItem="sGC-8I-HbA" secondAttribute="centerY" id="KQC-2f-zzM"/>
|
<constraint firstAttribute="width" constant="156" id="LAD-QX-hQR"/>
|
<constraint firstAttribute="trailing" secondItem="3Jm-Of-Dcm" secondAttribute="trailing" constant="5" id="PAm-7m-R1M"/>
|
<constraint firstItem="3Jm-Of-Dcm" firstAttribute="leading" secondItem="sGC-8I-HbA" secondAttribute="leading" constant="16" id="bcE-Pm-Edg"/>
|
</constraints>
|
<userDefinedRuntimeAttributes>
|
<userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
|
<userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
|
<real key="value" value="8"/>
|
</userDefinedRuntimeAttribute>
|
<userDefinedRuntimeAttribute type="number" keyPath="ld_borderWidthXIB">
|
<real key="value" value="1"/>
|
</userDefinedRuntimeAttribute>
|
<userDefinedRuntimeAttribute type="color" keyPath="ld_borderColorXIB">
|
<color key="value" red="0.9137254901960784" green="0.89411764705882346" blue="0.89411764705882346" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</userDefinedRuntimeAttribute>
|
</userDefinedRuntimeAttributes>
|
</view>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8B4-O0-0IK">
|
<rect key="frame" x="232.5" y="0.0" width="36" height="36"/>
|
<constraints>
|
<constraint firstAttribute="width" constant="36" id="L2s-63-TnI"/>
|
</constraints>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" image="btn_refresh"/>
|
<connections>
|
<action selector="resetAction:" destination="-1" eventType="touchUpInside" id="UoC-8u-vu0"/>
|
</connections>
|
</button>
|
</subviews>
|
<constraints>
|
<constraint firstAttribute="height" constant="36" id="0vz-SC-Yss"/>
|
</constraints>
|
</stackView>
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h41-Kv-0dU">
|
<rect key="frame" x="376.5" y="99" width="613" height="136"/>
|
<subviews>
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="n0n-N2-UC2">
|
<rect key="frame" x="270" y="29.5" width="73.5" height="77"/>
|
<subviews>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8QY-yj-pnL">
|
<rect key="frame" x="0.0" y="0.0" width="73.5" height="44"/>
|
<constraints>
|
<constraint firstAttribute="height" constant="44" id="Wff-NG-0ls"/>
|
</constraints>
|
<fontDescription key="fontDescription" name="Impact" family="Impact" pointSize="36"/>
|
<color key="textColor" red="0.96862745098039216" green="0.27450980392156865" blue="0.1764705882352941" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<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="dfZ-HK-g71">
|
<rect key="frame" x="0.0" y="52" width="73.5" height="25"/>
|
<constraints>
|
<constraint firstAttribute="height" constant="25" id="k1W-R8-qMN"/>
|
</constraints>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
|
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.84999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
</subviews>
|
</stackView>
|
</subviews>
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
<constraints>
|
<constraint firstItem="n0n-N2-UC2" firstAttribute="centerX" secondItem="h41-Kv-0dU" secondAttribute="centerX" id="FYl-hh-y1q"/>
|
<constraint firstAttribute="height" constant="136" id="GBC-Og-Xcx"/>
|
<constraint firstItem="n0n-N2-UC2" firstAttribute="centerY" secondItem="h41-Kv-0dU" secondAttribute="centerY" id="KqG-kC-da6"/>
|
<constraint firstAttribute="width" secondItem="h41-Kv-0dU" secondAttribute="height" multiplier="1:0.222" id="Tpp-Vn-C6t"/>
|
</constraints>
|
<userDefinedRuntimeAttributes>
|
<userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
|
<userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
|
<real key="value" value="8"/>
|
</userDefinedRuntimeAttribute>
|
</userDefinedRuntimeAttributes>
|
</view>
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="u4d-62-Qi9">
|
<rect key="frame" x="376.5" y="263" width="613" height="46"/>
|
<subviews>
|
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="cEO-p5-yCx">
|
<rect key="frame" x="0.0" y="0.0" width="613" height="46"/>
|
<subviews>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="时间" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fG1-r6-ybo">
|
<rect key="frame" x="0.0" y="0.0" width="153.5" height="46"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
|
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="数量" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M7l-Zc-0F0">
|
<rect key="frame" x="153.5" y="0.0" width="153" height="46"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
|
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="方式" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PyX-EF-UjE">
|
<rect key="frame" x="306.5" y="0.0" width="153" height="46"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
|
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="类型" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0H0-RS-1GQ">
|
<rect key="frame" x="459.5" y="0.0" width="153.5" height="46"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
|
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
</subviews>
|
</stackView>
|
</subviews>
|
<color key="backgroundColor" red="0.25490196078431371" green="0.63529411764705879" blue="0.92156862745098034" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<constraints>
|
<constraint firstItem="cEO-p5-yCx" firstAttribute="leading" secondItem="u4d-62-Qi9" secondAttribute="leading" id="0A6-iH-PQE"/>
|
<constraint firstAttribute="bottom" secondItem="cEO-p5-yCx" secondAttribute="bottom" id="QXW-cy-YUz"/>
|
<constraint firstItem="cEO-p5-yCx" firstAttribute="top" secondItem="u4d-62-Qi9" secondAttribute="top" id="gDT-cU-ETt"/>
|
<constraint firstAttribute="trailing" secondItem="cEO-p5-yCx" secondAttribute="trailing" id="qSE-H1-fkq"/>
|
<constraint firstAttribute="height" constant="46" id="tuz-lU-gFh"/>
|
</constraints>
|
</view>
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="CXF-w6-yPv">
|
<rect key="frame" x="376.5" y="309" width="613" height="715"/>
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</tableView>
|
</subviews>
|
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
<constraints>
|
<constraint firstItem="u4d-62-Qi9" firstAttribute="trailing" secondItem="h41-Kv-0dU" secondAttribute="trailing" id="3M6-RK-l7e"/>
|
<constraint firstItem="6id-1t-5Uz" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="27" id="6Ot-zv-91p"/>
|
<constraint firstItem="h41-Kv-0dU" firstAttribute="top" secondItem="6id-1t-5Uz" secondAttribute="bottom" constant="16" id="6tF-6k-FWQ"/>
|
<constraint firstItem="u4d-62-Qi9" firstAttribute="top" secondItem="h41-Kv-0dU" secondAttribute="bottom" constant="28" id="I9P-mS-b4V"/>
|
<constraint firstItem="CXF-w6-yPv" firstAttribute="trailing" secondItem="u4d-62-Qi9" secondAttribute="trailing" id="Ozv-B7-3Fh"/>
|
<constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="CXF-w6-yPv" secondAttribute="bottom" id="S4K-IA-ZQi"/>
|
<constraint firstItem="6id-1t-5Uz" firstAttribute="centerX" secondItem="fnl-2z-Ty3" secondAttribute="centerX" id="bFz-1p-Q89"/>
|
<constraint firstItem="h41-Kv-0dU" firstAttribute="centerX" secondItem="fnl-2z-Ty3" secondAttribute="centerX" id="hSb-wb-caJ"/>
|
<constraint firstItem="u4d-62-Qi9" firstAttribute="leading" secondItem="h41-Kv-0dU" secondAttribute="leading" id="m8w-t5-Fl0"/>
|
<constraint firstItem="CXF-w6-yPv" firstAttribute="leading" secondItem="u4d-62-Qi9" secondAttribute="leading" id="mNz-Os-vxP"/>
|
<constraint firstItem="CXF-w6-yPv" firstAttribute="top" secondItem="u4d-62-Qi9" secondAttribute="bottom" id="t3Y-1o-1bl"/>
|
</constraints>
|
<point key="canvasLocation" x="100" y="21"/>
|
</view>
|
</objects>
|
<resources>
|
<image name="btn_refresh" width="21" height="22"/>
|
<systemColor name="systemBackgroundColor">
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</systemColor>
|
</resources>
|
</document>
|