CalcResultView.xib 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CalcResultView" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="360" height="206"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="350000" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tC9-Ko-Vs7">
  20. <rect key="frame" x="0.0" y="35" width="360" height="32"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  22. <fontDescription key="fontDescription" type="boldSystem" pointSize="32"/>
  23. <color key="textColor" red="0.96078431372549022" green="0.29019607843137252" blue="0.29411764705882354" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="预计您的总收入为" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VgS-a7-w9k">
  27. <rect key="frame" x="0.0" y="77" width="360" height="32"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  30. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <button opaque="NO" tag="1004" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3yh-PZ-kX0">
  34. <rect key="frame" x="30" y="140" width="300" height="46"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  36. <inset key="titleEdgeInsets" minX="0.0" minY="-10" maxX="0.0" maxY="0.0"/>
  37. <state key="normal" title="关闭" backgroundImage="btu_01"/>
  38. <connections>
  39. <action selector="btnCloseClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="RGP-5K-B0d"/>
  40. </connections>
  41. </button>
  42. </subviews>
  43. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  45. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  46. <connections>
  47. <outlet property="btnClose" destination="3yh-PZ-kX0" id="Q74-YY-rHR"/>
  48. <outlet property="lblMoney" destination="tC9-Ko-Vs7" id="WCd-rf-KcH"/>
  49. </connections>
  50. <point key="canvasLocation" x="-168" y="64.767616191904054"/>
  51. </view>
  52. </objects>
  53. <resources>
  54. <image name="btu_01" width="378" height="59.5"/>
  55. </resources>
  56. </document>