PosTransferVC.xib 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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="retina6_1" 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="PosTransferVC" customModule="xingchuangke" customModuleProvider="target">
  11. <connections>
  12. <outlet property="lblAmount" destination="aVI-31-yNa" id="ciM-Rc-DH9"/>
  13. <outlet property="lblOpenAmount" destination="mPi-57-GSr" id="7df-uh-3Lx"/>
  14. <outlet property="searchBtn" destination="WmD-Bs-H0F" id="Om0-3S-aRY"/>
  15. <outlet property="searchTextField" destination="Cm8-UL-Lfq" id="UZV-VD-CQT"/>
  16. <outlet property="searchView" destination="J7o-oI-Chw" id="gAD-rE-dPJ"/>
  17. <outlet property="tableView" destination="lly-QE-SW8" id="zCn-H8-Z4m"/>
  18. <outlet property="view" destination="RxE-S3-giD" id="cLj-df-fNf"/>
  19. <outlet property="viewMenu1" destination="aHS-gO-Ahb" id="T5w-pk-z8y"/>
  20. <outlet property="viewMenu2" destination="SsO-re-g8B" id="1dS-2a-vEc"/>
  21. <outlet property="viewTop" destination="PJI-uW-fbK" id="cLU-5U-yWT"/>
  22. </connections>
  23. </placeholder>
  24. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  25. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="RxE-S3-giD">
  26. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2Qy-ZH-QjT">
  30. <rect key="frame" x="0.0" y="0.0" width="414" height="250"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  32. <subviews>
  33. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="img_implements_top_bj" translatesAutoresizingMaskIntoConstraints="NO" id="PJI-uW-fbK">
  34. <rect key="frame" x="0.0" y="0.0" width="414" height="250"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  36. </imageView>
  37. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="L7z-kT-oeS">
  38. <rect key="frame" x="205" y="160" width="1" height="42"/>
  39. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  40. <color key="backgroundColor" red="0.86666666670000003" green="0.86666666670000003" blue="0.86666666670000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. </view>
  42. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="aHS-gO-Ahb">
  43. <rect key="frame" x="31" y="130" width="172" height="92"/>
  44. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  45. <subviews>
  46. <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="19r-gG-bQk">
  47. <rect key="frame" x="0.0" y="24" width="172" height="16"/>
  48. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  49. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  50. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  51. <nil key="highlightedColor"/>
  52. </label>
  53. <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="aVI-31-yNa">
  54. <rect key="frame" x="0.0" y="53" width="172" height="20"/>
  55. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  56. <fontDescription key="fontDescription" type="system" pointSize="24"/>
  57. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  58. <nil key="highlightedColor"/>
  59. </label>
  60. </subviews>
  61. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  62. </view>
  63. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SsO-re-g8B">
  64. <rect key="frame" x="211" y="130" width="172" height="92"/>
  65. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  66. <subviews>
  67. <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="WjU-Kf-XZj">
  68. <rect key="frame" x="0.0" y="24" width="172" height="16"/>
  69. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  70. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  71. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  72. <nil key="highlightedColor"/>
  73. </label>
  74. <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="mPi-57-GSr">
  75. <rect key="frame" x="0.0" y="53" width="172" height="20"/>
  76. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  77. <fontDescription key="fontDescription" type="system" pointSize="24"/>
  78. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  79. <nil key="highlightedColor"/>
  80. </label>
  81. </subviews>
  82. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  83. </view>
  84. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="J7o-oI-Chw" userLabel="Search View">
  85. <rect key="frame" x="0.0" y="68" width="414" height="54"/>
  86. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  87. <subviews>
  88. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入SN码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Cm8-UL-Lfq" userLabel="search Text Field">
  89. <rect key="frame" x="15" y="10" width="375" height="34"/>
  90. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  91. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  92. <textInputTraits key="textInputTraits"/>
  93. </textField>
  94. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="WmD-Bs-H0F">
  95. <rect key="frame" x="356" y="10" width="34" height="34"/>
  96. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  97. <state key="normal" title="Button" image="ion_search"/>
  98. <connections>
  99. <action selector="searchBtnClick:" destination="-1" eventType="touchUpInside" id="gGs-Oh-Z5J"/>
  100. </connections>
  101. </button>
  102. </subviews>
  103. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  104. </view>
  105. </subviews>
  106. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  107. </view>
  108. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="lly-QE-SW8">
  109. <rect key="frame" x="0.0" y="250" width="414" height="653"/>
  110. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  111. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.97647058819999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  112. </tableView>
  113. </subviews>
  114. <viewLayoutGuide key="safeArea" id="FTb-Ud-GNX"/>
  115. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.97647058819999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  116. <point key="canvasLocation" x="-136.23188405797103" y="-62.946428571428569"/>
  117. </view>
  118. </objects>
  119. <resources>
  120. <image name="img_implements_top_bj" width="431" height="174.5"/>
  121. <image name="ion_search" width="17.5" height="17"/>
  122. </resources>
  123. </document>