AchiveViewController.xib 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="OrderViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="accountTableView" destination="dWh-n4-RmJ" id="2Lg-DT-mjh"/>
  14. <outlet property="dataTableView" destination="6C4-Uf-T7b" id="ZZz-Q1-r9M"/>
  15. <outlet property="endTimeBtn" destination="cJS-cJ-z78" id="E2E-5z-wCq"/>
  16. <outlet property="imgBgView" destination="xGr-tL-IWp" id="GWJ-Ol-tOg"/>
  17. <outlet property="queryBtn" destination="T0r-Dg-20k" id="gnm-X9-YBA"/>
  18. <outlet property="searchBtn" destination="p7W-cf-EE8" id="QOj-uD-hxp"/>
  19. <outlet property="searchTextField" destination="r3g-pt-H89" id="ObG-C2-op6"/>
  20. <outlet property="searchView" destination="hbH-Fg-6ie" id="xHp-ia-ldM"/>
  21. <outlet property="startTimeBtn" destination="8zh-9l-z6F" id="WXy-au-VMT"/>
  22. <outlet property="topView" destination="Yd3-A1-sMD" id="gYV-vg-EGJ"/>
  23. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  24. </connections>
  25. </placeholder>
  26. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  27. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  28. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. <subviews>
  31. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="xGr-tL-IWp">
  32. <rect key="frame" x="0.0" y="0.0" width="414" height="153"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="153" id="jzz-Pw-egc"/>
  35. </constraints>
  36. </imageView>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hbH-Fg-6ie" userLabel="Search View">
  38. <rect key="frame" x="0.0" y="99" width="414" height="54"/>
  39. <subviews>
  40. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入手机号/姓名" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="r3g-pt-H89" userLabel="search Text Field">
  41. <rect key="frame" x="15" y="10" width="384" height="34"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="34" id="oAy-dS-SFL"/>
  44. </constraints>
  45. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  46. <textInputTraits key="textInputTraits"/>
  47. </textField>
  48. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="p7W-cf-EE8">
  49. <rect key="frame" x="365" y="10" width="34" height="34"/>
  50. <constraints>
  51. <constraint firstAttribute="width" constant="34" id="ThA-cJ-Usp"/>
  52. <constraint firstAttribute="height" constant="34" id="sYG-KU-qJy"/>
  53. </constraints>
  54. <state key="normal" title="Button" image="ion_search"/>
  55. <connections>
  56. <action selector="searchBtnClick:" destination="-1" eventType="touchUpInside" id="M9G-8W-POV"/>
  57. </connections>
  58. </button>
  59. </subviews>
  60. <constraints>
  61. <constraint firstItem="r3g-pt-H89" firstAttribute="leading" secondItem="hbH-Fg-6ie" secondAttribute="leading" constant="15" id="FHI-HY-zYS"/>
  62. <constraint firstItem="p7W-cf-EE8" firstAttribute="trailing" secondItem="r3g-pt-H89" secondAttribute="trailing" id="HiB-iA-obb"/>
  63. <constraint firstItem="r3g-pt-H89" firstAttribute="centerY" secondItem="hbH-Fg-6ie" secondAttribute="centerY" id="MEB-kL-pbs"/>
  64. <constraint firstItem="p7W-cf-EE8" firstAttribute="centerY" secondItem="hbH-Fg-6ie" secondAttribute="centerY" id="igd-EM-t4D"/>
  65. <constraint firstAttribute="height" constant="54" id="jfS-5d-hFs"/>
  66. <constraint firstItem="r3g-pt-H89" firstAttribute="trailing" secondItem="hbH-Fg-6ie" secondAttribute="trailing" constant="-15" id="q3O-Zu-Isv"/>
  67. </constraints>
  68. </view>
  69. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Yd3-A1-sMD" userLabel="Top View">
  70. <rect key="frame" x="0.0" y="153" width="414" height="44"/>
  71. <subviews>
  72. <button opaque="NO" tag="1001" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8zh-9l-z6F" userLabel="start Button">
  73. <rect key="frame" x="15" y="7" width="162" height="30"/>
  74. <constraints>
  75. <constraint firstAttribute="height" constant="30" id="9m6-kF-Ryz"/>
  76. </constraints>
  77. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  78. <state key="normal" title="Button">
  79. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  80. </state>
  81. <userDefinedRuntimeAttributes>
  82. <userDefinedRuntimeAttribute type="color" keyPath="layer.borderColor">
  83. <color key="value" red="0.96078431369999995" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  84. </userDefinedRuntimeAttribute>
  85. <userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
  86. <integer key="value" value="1"/>
  87. </userDefinedRuntimeAttribute>
  88. </userDefinedRuntimeAttributes>
  89. <connections>
  90. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="YDo-jz-UB0"/>
  91. </connections>
  92. </button>
  93. <button opaque="NO" tag="1002" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cJS-cJ-z78" userLabel="end Button">
  94. <rect key="frame" x="177" y="7" width="162" height="30"/>
  95. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  96. <state key="normal" title="Button">
  97. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  98. </state>
  99. <connections>
  100. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="Zdt-Wp-pGh"/>
  101. </connections>
  102. </button>
  103. <button opaque="NO" tag="1003" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="T0r-Dg-20k" userLabel="query Button">
  104. <rect key="frame" x="339" y="7" width="60" height="30"/>
  105. <color key="backgroundColor" red="0.12549019610000001" green="0.58039215690000001" blue="0.96078431369999995" alpha="1" colorSpace="calibratedRGB"/>
  106. <constraints>
  107. <constraint firstAttribute="width" constant="60" id="BnK-ah-RzF"/>
  108. </constraints>
  109. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  110. <state key="normal" title="查询"/>
  111. <connections>
  112. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="Qar-xd-dLp"/>
  113. </connections>
  114. </button>
  115. </subviews>
  116. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  117. <constraints>
  118. <constraint firstItem="T0r-Dg-20k" firstAttribute="height" secondItem="8zh-9l-z6F" secondAttribute="height" id="7i9-G6-fp2"/>
  119. <constraint firstItem="T0r-Dg-20k" firstAttribute="centerY" secondItem="Yd3-A1-sMD" secondAttribute="centerY" id="9JR-SB-9R9"/>
  120. <constraint firstItem="8zh-9l-z6F" firstAttribute="leading" secondItem="Yd3-A1-sMD" secondAttribute="leading" constant="15" id="W4V-8T-46H"/>
  121. <constraint firstItem="cJS-cJ-z78" firstAttribute="width" secondItem="8zh-9l-z6F" secondAttribute="width" id="Wy6-Uw-1Kv"/>
  122. <constraint firstItem="8zh-9l-z6F" firstAttribute="centerY" secondItem="Yd3-A1-sMD" secondAttribute="centerY" id="Xsx-tR-cKS"/>
  123. <constraint firstAttribute="height" constant="44" id="aA5-Op-mGg"/>
  124. <constraint firstItem="cJS-cJ-z78" firstAttribute="centerY" secondItem="Yd3-A1-sMD" secondAttribute="centerY" id="aia-4y-URu"/>
  125. <constraint firstItem="cJS-cJ-z78" firstAttribute="height" secondItem="8zh-9l-z6F" secondAttribute="height" id="c6V-xp-nPx"/>
  126. <constraint firstItem="T0r-Dg-20k" firstAttribute="leading" secondItem="cJS-cJ-z78" secondAttribute="trailing" id="kAh-8R-ngg"/>
  127. <constraint firstItem="cJS-cJ-z78" firstAttribute="leading" secondItem="8zh-9l-z6F" secondAttribute="trailing" id="wEh-Qg-7pr"/>
  128. <constraint firstItem="T0r-Dg-20k" firstAttribute="trailing" secondItem="Yd3-A1-sMD" secondAttribute="trailing" constant="-15" id="xyM-mK-N5S"/>
  129. </constraints>
  130. </view>
  131. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="dWh-n4-RmJ" userLabel="Account Table View">
  132. <rect key="frame" x="0.0" y="197" width="120" height="699"/>
  133. <color key="backgroundColor" red="0.96078431369999995" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  134. <constraints>
  135. <constraint firstAttribute="width" constant="120" id="q0Q-aN-d6v"/>
  136. </constraints>
  137. <color key="sectionIndexBackgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  138. </tableView>
  139. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="6C4-Uf-T7b" userLabel="Data Table View">
  140. <rect key="frame" x="120" y="197" width="294" height="699"/>
  141. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  142. </tableView>
  143. </subviews>
  144. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  145. <constraints>
  146. <constraint firstItem="6C4-Uf-T7b" firstAttribute="leading" secondItem="dWh-n4-RmJ" secondAttribute="trailing" id="1Oz-Y1-d0T"/>
  147. <constraint firstItem="Yd3-A1-sMD" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="4rd-n6-iDV"/>
  148. <constraint firstItem="dWh-n4-RmJ" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" id="Dex-n6-tam"/>
  149. <constraint firstItem="xGr-tL-IWp" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="DiI-J3-V1F"/>
  150. <constraint firstItem="hbH-Fg-6ie" firstAttribute="bottom" secondItem="xGr-tL-IWp" secondAttribute="bottom" id="FNU-b1-IhV"/>
  151. <constraint firstItem="xGr-tL-IWp" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="H20-v5-km6"/>
  152. <constraint firstItem="dWh-n4-RmJ" firstAttribute="top" secondItem="Yd3-A1-sMD" secondAttribute="bottom" id="JJB-Gx-N0m"/>
  153. <constraint firstItem="hbH-Fg-6ie" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="R7J-Tf-nEx"/>
  154. <constraint firstItem="dWh-n4-RmJ" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="VPr-yK-OYP"/>
  155. <constraint firstItem="6C4-Uf-T7b" firstAttribute="top" secondItem="dWh-n4-RmJ" secondAttribute="top" id="ZxC-35-EHY"/>
  156. <constraint firstItem="Yd3-A1-sMD" firstAttribute="top" secondItem="xGr-tL-IWp" secondAttribute="bottom" id="nTu-3A-WFv"/>
  157. <constraint firstItem="6C4-Uf-T7b" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" id="r5m-qw-DyI"/>
  158. <constraint firstItem="xGr-tL-IWp" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="seP-Of-qEl"/>
  159. <constraint firstItem="Yd3-A1-sMD" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="vci-Qq-IMF"/>
  160. <constraint firstItem="hbH-Fg-6ie" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="vxd-nQ-gcj"/>
  161. <constraint firstItem="6C4-Uf-T7b" firstAttribute="trailing" secondItem="i5M-Pr-FkT" secondAttribute="trailing" id="wia-hm-TfN"/>
  162. </constraints>
  163. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  164. <point key="canvasLocation" x="139" y="94"/>
  165. </view>
  166. </objects>
  167. <resources>
  168. <image name="img_card_banner_07" width="431" height="175"/>
  169. <image name="ion_search" width="17.5" height="17"/>
  170. </resources>
  171. </document>