| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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="SBTDownloadVCtr" customModule="SolarBT" customModuleProvider="target">
- <connections>
- <outlet property="box" destination="gg3-tz-mIL" id="eSs-qv-VpM"/>
- <outlet property="cancelLabel" destination="G9M-7a-BiS" id="0y9-3U-ctl"/>
- <outlet property="messageLabel" destination="tmi-s9-27C" id="Wqq-o2-fI1"/>
- <outlet property="progressView" destination="rqx-c6-hIw" id="Ncd-W5-fqb"/>
- <outlet property="titleLabel" destination="VIO-oX-Tpt" id="0Vc-CQ-KEG"/>
- <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="gg3-tz-mIL">
- <rect key="frame" x="57" y="309" width="300" height="278"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="下载固件" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VIO-oX-Tpt">
- <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>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="下载中,请稍后..." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tmi-s9-27C">
- <rect key="frame" x="25" y="167" width="250" height="20"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="rqx-c6-hIw">
- <rect key="frame" x="22" y="151" width="256" height="2"/>
- <color key="progressTintColor" red="0.16078431369999999" green="0.69019607839999997" blue="0.035294117649999998" alpha="1" colorSpace="calibratedRGB"/>
- </progressView>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="down_loading" translatesAutoresizingMaskIntoConstraints="NO" id="wD4-CI-4qg">
- <rect key="frame" x="120" y="66" width="60" height="60"/>
- <constraints>
- <constraint firstAttribute="height" constant="60" id="1bh-74-6yy"/>
- <constraint firstAttribute="width" constant="60" id="nJx-la-eJI"/>
- </constraints>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="G9M-7a-BiS">
- <rect key="frame" x="25" y="205" 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="BZL-hG-ksc"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="G9M-7a-BiS" secondAttribute="bottom" constant="44" id="2WD-XG-kuZ"/>
- <constraint firstAttribute="width" constant="300" id="3TX-As-aCw"/>
- <constraint firstItem="wD4-CI-4qg" firstAttribute="centerX" secondItem="gg3-tz-mIL" secondAttribute="centerX" id="DMl-9B-Xdz"/>
- <constraint firstItem="rqx-c6-hIw" firstAttribute="leading" secondItem="gg3-tz-mIL" secondAttribute="leading" constant="22" id="KbO-Wu-GlB"/>
- <constraint firstItem="tmi-s9-27C" firstAttribute="leading" secondItem="gg3-tz-mIL" secondAttribute="leading" constant="25" id="L9r-vQ-IM6"/>
- <constraint firstItem="G9M-7a-BiS" firstAttribute="leading" secondItem="gg3-tz-mIL" secondAttribute="leading" constant="25" id="dDm-S8-GHv"/>
- <constraint firstItem="rqx-c6-hIw" firstAttribute="top" secondItem="wD4-CI-4qg" secondAttribute="bottom" constant="25" id="kyw-g2-okU"/>
- <constraint firstItem="tmi-s9-27C" firstAttribute="top" secondItem="rqx-c6-hIw" secondAttribute="bottom" constant="14" id="lZm-dr-b87"/>
- <constraint firstAttribute="trailing" secondItem="rqx-c6-hIw" secondAttribute="trailing" constant="22" id="mdY-cg-Rl5"/>
- <constraint firstAttribute="trailing" secondItem="VIO-oX-Tpt" secondAttribute="trailing" constant="25" id="qHx-dI-por"/>
- <constraint firstItem="VIO-oX-Tpt" firstAttribute="top" secondItem="gg3-tz-mIL" secondAttribute="top" constant="20" id="qK9-q0-Nbt"/>
- <constraint firstAttribute="height" constant="278" id="rnO-Sr-nR3"/>
- <constraint firstItem="tmi-s9-27C" firstAttribute="centerX" secondItem="gg3-tz-mIL" secondAttribute="centerX" id="wBE-is-OKW"/>
- <constraint firstItem="G9M-7a-BiS" firstAttribute="centerX" secondItem="gg3-tz-mIL" secondAttribute="centerX" id="wOI-6w-fDv"/>
- <constraint firstItem="VIO-oX-Tpt" firstAttribute="leading" secondItem="gg3-tz-mIL" secondAttribute="leading" constant="25" id="xVJ-Io-ce7"/>
- <constraint firstItem="G9M-7a-BiS" firstAttribute="top" secondItem="tmi-s9-27C" secondAttribute="bottom" constant="18" id="zFO-eo-ETP"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.6784360408782959" green="0.67842298746109009" blue="0.67843186855316162" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="gg3-tz-mIL" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="2dQ-DP-YnQ"/>
- <constraint firstItem="gg3-tz-mIL" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="zEL-U2-yov"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="-43.478260869565219" y="35.491071428571423"/>
- </view>
- </objects>
- <resources>
- <image name="down_loading" width="60" height="60"/>
- </resources>
- </document>
|