| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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="SBTDownloadFailVCtr" customModule="SolarBT" customModuleProvider="target">
- <connections>
- <outlet property="box" destination="Ifb-QW-BrX" id="8CT-bb-FCk"/>
- <outlet property="cancelBtn" destination="Aag-HV-a6k" id="2td-N6-yQJ"/>
- <outlet property="deviceLabel" destination="k5s-xp-J8A" id="LSh-K1-TjE"/>
- <outlet property="messageLabel" destination="ADw-lA-Zch" id="wIS-9D-5OM"/>
- <outlet property="redownloadBtn" destination="dxW-82-n4s" id="H1Z-zd-f7i"/>
- <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="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ifb-QW-BrX">
- <rect key="frame" x="57" y="309.5" width="300" height="277"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="设备名称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="k5s-xp-J8A">
- <rect key="frame" x="25" y="20" width="250" height="27"/>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="19"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Aag-HV-a6k">
- <rect key="frame" x="25" y="229" width="250" height="29"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
- <state key="normal" title="取消下载">
- <color key="titleColor" red="0.77647058823529413" green="0.77647058823529413" blue="0.77647058823529413" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- </state>
- <connections>
- <action selector="cancelAction:" destination="-1" eventType="touchUpInside" id="suL-6Y-yGI"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="下载失败" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ADw-lA-Zch">
- <rect key="frame" x="25" y="126" width="250" height="20"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dxW-82-n4s">
- <rect key="frame" x="13" y="178" width="274" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="7Tq-SP-H1k"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="12"/>
- <state key="normal" title="重新下载">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="redownloadAction:" destination="-1" eventType="touchUpInside" id="zm1-6h-SZv"/>
- </connections>
- </button>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="download_fail" translatesAutoresizingMaskIntoConstraints="NO" id="MaW-te-qzJ">
- <rect key="frame" x="110" y="46" width="80" height="70"/>
- <constraints>
- <constraint firstAttribute="height" constant="70" id="3Gs-qz-wXB"/>
- <constraint firstAttribute="width" constant="80" id="U9C-GW-NDw"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="k5s-xp-J8A" firstAttribute="top" secondItem="Ifb-QW-BrX" secondAttribute="top" constant="20" id="0xt-lR-gLv"/>
- <constraint firstAttribute="trailing" secondItem="k5s-xp-J8A" secondAttribute="trailing" constant="25" id="7l8-Og-hKu"/>
- <constraint firstItem="Aag-HV-a6k" firstAttribute="centerX" secondItem="Ifb-QW-BrX" secondAttribute="centerX" id="DmD-2A-eJ4"/>
- <constraint firstItem="MaW-te-qzJ" firstAttribute="centerX" secondItem="Ifb-QW-BrX" secondAttribute="centerX" id="EOa-ad-HaX"/>
- <constraint firstItem="ADw-lA-Zch" firstAttribute="leading" secondItem="Ifb-QW-BrX" secondAttribute="leading" constant="25" id="Iha-9t-3Rb"/>
- <constraint firstItem="ADw-lA-Zch" firstAttribute="top" secondItem="MaW-te-qzJ" secondAttribute="bottom" constant="10" id="Ihf-Ey-0u1"/>
- <constraint firstAttribute="width" constant="300" id="LEQ-08-Osd"/>
- <constraint firstItem="ADw-lA-Zch" firstAttribute="centerX" secondItem="Ifb-QW-BrX" secondAttribute="centerX" id="LsX-La-UEO"/>
- <constraint firstItem="dxW-82-n4s" firstAttribute="leading" secondItem="Ifb-QW-BrX" secondAttribute="leading" constant="13" id="YlS-cH-K7w"/>
- <constraint firstItem="dxW-82-n4s" firstAttribute="top" secondItem="ADw-lA-Zch" secondAttribute="bottom" constant="32" id="cjr-zn-pGQ"/>
- <constraint firstAttribute="trailing" secondItem="dxW-82-n4s" secondAttribute="trailing" constant="13" id="gOx-GL-x9O"/>
- <constraint firstItem="k5s-xp-J8A" firstAttribute="leading" secondItem="Ifb-QW-BrX" secondAttribute="leading" constant="25" id="os2-0t-OlO"/>
- <constraint firstAttribute="bottom" secondItem="Aag-HV-a6k" secondAttribute="bottom" constant="19" id="sW2-Qs-cSS"/>
- <constraint firstItem="Aag-HV-a6k" firstAttribute="top" secondItem="dxW-82-n4s" secondAttribute="bottom" constant="11" id="tG7-G4-7Lo"/>
- <constraint firstAttribute="height" constant="277" id="v1P-cU-y0X"/>
- <constraint firstItem="Aag-HV-a6k" firstAttribute="leading" secondItem="Ifb-QW-BrX" secondAttribute="leading" constant="25" id="y7z-Gb-L9m"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.6784360408782959" green="0.67842298746109009" blue="0.67843186855316162" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="Ifb-QW-BrX" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="Daz-7H-BaR"/>
- <constraint firstItem="Ifb-QW-BrX" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="Rhd-uC-qrz"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="137.68115942028987" y="119.86607142857142"/>
- </view>
- </objects>
- <resources>
- <image name="download_fail" width="60" height="60"/>
- </resources>
- </document>
|