PosManangerViewController.xib 9.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PosManangerViewController" customModule="xingchuangke" customModuleProvider="target">
  11. <connections>
  12. <outlet property="lblAmount" destination="TMz-QE-1JV" id="WgX-iF-YzB"/>
  13. <outlet property="lblOpenAmount" destination="rhD-WD-5yv" id="cxK-lu-hAK"/>
  14. <outlet property="tableView" destination="VxW-cr-bDp" id="nxc-iy-PMZ"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. <outlet property="viewMenu1" destination="QpV-Ox-3XW" id="nwa-Ea-NGe"/>
  17. <outlet property="viewMenu2" destination="P2K-At-coB" id="VS7-M3-Z8Q"/>
  18. <outlet property="viewTop" destination="JGD-gA-Ytl" id="3jn-5P-pRw"/>
  19. </connections>
  20. </placeholder>
  21. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  22. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  23. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JGD-gA-Ytl">
  27. <rect key="frame" x="0.0" y="0.0" width="375" height="147"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  29. <subviews>
  30. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="img_implements_top_bj" translatesAutoresizingMaskIntoConstraints="NO" id="mvz-ru-PfV">
  31. <rect key="frame" x="0.0" y="0.0" width="375" height="156"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. </imageView>
  34. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="LvM-Fv-b2b">
  35. <rect key="frame" x="187" y="89" width="1" height="42"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  37. <color key="backgroundColor" red="0.8666666666666667" green="0.8666666666666667" blue="0.8666666666666667" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. </view>
  39. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QpV-Ox-3XW">
  40. <rect key="frame" x="0.0" y="64" width="172" height="92"/>
  41. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  42. <subviews>
  43. <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="zbu-l5-GVt">
  44. <rect key="frame" x="0.0" y="24" width="172" height="16"/>
  45. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  46. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  47. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="0台" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TMz-QE-1JV">
  51. <rect key="frame" x="0.0" y="53" width="172" height="20"/>
  52. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  53. <fontDescription key="fontDescription" type="system" pointSize="24"/>
  54. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  55. <nil key="highlightedColor"/>
  56. </label>
  57. </subviews>
  58. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  59. </view>
  60. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="P2K-At-coB">
  61. <rect key="frame" x="180" y="64" width="172" height="92"/>
  62. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  63. <subviews>
  64. <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="EVf-Ba-xy3">
  65. <rect key="frame" x="0.0" y="24" width="172" height="16"/>
  66. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  67. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  68. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  69. <nil key="highlightedColor"/>
  70. </label>
  71. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="0台" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rhD-WD-5yv">
  72. <rect key="frame" x="0.0" y="53" width="172" height="20"/>
  73. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  74. <fontDescription key="fontDescription" type="system" pointSize="24"/>
  75. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  76. <nil key="highlightedColor"/>
  77. </label>
  78. </subviews>
  79. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  80. </view>
  81. </subviews>
  82. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  83. </view>
  84. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="VxW-cr-bDp">
  85. <rect key="frame" x="0.0" y="155" width="375" height="512"/>
  86. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  87. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  88. </tableView>
  89. </subviews>
  90. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  91. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  92. <point key="canvasLocation" x="-135.19999999999999" y="-62.518740629685162"/>
  93. </view>
  94. </objects>
  95. <resources>
  96. <image name="img_implements_top_bj" width="431" height="174.5"/>
  97. </resources>
  98. </document>