MyShopMenuContent.xib 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MyShopMenuContent" customModule="xingchuangke" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="330" height="574"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ej6-xz-ywL">
  18. <rect key="frame" x="0.0" y="20" width="330" height="30"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="筛选" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wxe-G0-kG4">
  21. <rect key="frame" x="15" y="6.5" width="29" height="17"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  23. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. </subviews>
  27. <color key="backgroundColor" red="0.94509803921568625" green="0.94509803921568625" blue="0.94509803921568625" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  28. <constraints>
  29. <constraint firstItem="wxe-G0-kG4" firstAttribute="centerY" secondItem="Ej6-xz-ywL" secondAttribute="centerY" id="4E4-Pa-uMh"/>
  30. <constraint firstAttribute="height" constant="30" id="9Rh-X0-yuA"/>
  31. <constraint firstItem="wxe-G0-kG4" firstAttribute="leading" secondItem="Ej6-xz-ywL" secondAttribute="leading" constant="15" id="yrp-GR-3w2"/>
  32. </constraints>
  33. </view>
  34. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="开通时间" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="htz-qz-mgh">
  35. <rect key="frame" x="15" y="70" width="62" height="18"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  37. <nil key="textColor"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mm1-fa-Ssg" userLabel="Line View">
  41. <rect key="frame" x="155" y="122.5" width="20" height="1"/>
  42. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="20" id="jOr-LI-Ngb"/>
  45. <constraint firstAttribute="height" constant="1" id="tg3-gc-KTU"/>
  46. </constraints>
  47. </view>
  48. <button opaque="NO" tag="1001" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XDA-Zo-RuZ">
  49. <rect key="frame" x="15" y="108" width="130" height="30"/>
  50. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  51. <constraints>
  52. <constraint firstAttribute="height" constant="30" id="VZd-TL-dXM"/>
  53. </constraints>
  54. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  55. <state key="normal" title="请选择开始时间">
  56. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  57. </state>
  58. <state key="selected">
  59. <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/>
  60. </state>
  61. <userDefinedRuntimeAttributes>
  62. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  63. <integer key="value" value="15"/>
  64. </userDefinedRuntimeAttribute>
  65. </userDefinedRuntimeAttributes>
  66. <connections>
  67. <action selector="btnMenuClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="dOj-3w-SzO"/>
  68. </connections>
  69. </button>
  70. <button opaque="NO" tag="1002" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="49I-da-XGE">
  71. <rect key="frame" x="185" y="108" width="130" height="30"/>
  72. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  73. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  74. <state key="normal" title="请选择结束时间">
  75. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  76. </state>
  77. <state key="selected">
  78. <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/>
  79. </state>
  80. <userDefinedRuntimeAttributes>
  81. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  82. <integer key="value" value="15"/>
  83. </userDefinedRuntimeAttribute>
  84. </userDefinedRuntimeAttributes>
  85. <connections>
  86. <action selector="btnMenuClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="BWg-8h-P9w"/>
  87. </connections>
  88. </button>
  89. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="C6l-2K-h8F" userLabel="L1 View">
  90. <rect key="frame" x="0.0" y="158" width="330" height="1"/>
  91. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  92. <constraints>
  93. <constraint firstAttribute="height" constant="1" id="rIi-xB-Oqz"/>
  94. </constraints>
  95. </view>
  96. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hQr-eo-EmT" userLabel="L2 View">
  97. <rect key="frame" x="0.0" y="266.5" width="330" height="1"/>
  98. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  99. <constraints>
  100. <constraint firstAttribute="height" constant="1" id="8BW-Dp-xf0"/>
  101. </constraints>
  102. </view>
  103. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商户类型" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="b02-RT-xOU">
  104. <rect key="frame" x="15" y="178.5" width="62" height="18"/>
  105. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  106. <nil key="textColor"/>
  107. <nil key="highlightedColor"/>
  108. </label>
  109. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商户费率" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ayu-qp-PPu">
  110. <rect key="frame" x="15" y="287.5" width="62" height="18"/>
  111. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  112. <nil key="textColor"/>
  113. <nil key="highlightedColor"/>
  114. </label>
  115. <button opaque="NO" tag="1003" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wYu-bN-LHI">
  116. <rect key="frame" x="15" y="211.5" width="142.5" height="35"/>
  117. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  118. <constraints>
  119. <constraint firstAttribute="height" constant="35" id="v5e-Ny-n2a"/>
  120. </constraints>
  121. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  122. <state key="normal" title="个人版">
  123. <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/>
  124. </state>
  125. <state key="selected">
  126. <color key="titleColor" systemColor="systemPinkColor" red="1" green="0.1764705882" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  127. </state>
  128. <userDefinedRuntimeAttributes>
  129. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  130. <integer key="value" value="3"/>
  131. </userDefinedRuntimeAttribute>
  132. </userDefinedRuntimeAttributes>
  133. <connections>
  134. <action selector="btnMenuClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="L55-QI-EH6"/>
  135. </connections>
  136. </button>
  137. <button opaque="NO" tag="1004" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="n9U-WR-igG">
  138. <rect key="frame" x="172.5" y="211.5" width="142.5" height="35"/>
  139. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  140. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  141. <state key="normal" title="商户版">
  142. <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/>
  143. </state>
  144. <state key="selected">
  145. <color key="titleColor" systemColor="systemPinkColor" red="1" green="0.1764705882" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  146. </state>
  147. <userDefinedRuntimeAttributes>
  148. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  149. <integer key="value" value="3"/>
  150. </userDefinedRuntimeAttribute>
  151. </userDefinedRuntimeAttributes>
  152. <connections>
  153. <action selector="btnMenuClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="bs6-BV-g6f"/>
  154. </connections>
  155. </button>
  156. <button opaque="NO" tag="1005" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5oO-3E-eay">
  157. <rect key="frame" x="15" y="325.5" width="130" height="30"/>
  158. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  159. <constraints>
  160. <constraint firstAttribute="height" constant="30" id="bjg-5f-Kds"/>
  161. </constraints>
  162. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  163. <state key="normal" title="选择最低费率">
  164. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  165. </state>
  166. <state key="selected">
  167. <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/>
  168. </state>
  169. <userDefinedRuntimeAttributes>
  170. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  171. <integer key="value" value="15"/>
  172. </userDefinedRuntimeAttribute>
  173. </userDefinedRuntimeAttributes>
  174. <connections>
  175. <action selector="btnMenuClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="BzZ-OP-xG2"/>
  176. </connections>
  177. </button>
  178. <button opaque="NO" tag="1006" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fku-z4-C8S">
  179. <rect key="frame" x="185" y="325.5" width="130" height="30"/>
  180. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  181. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  182. <state key="normal" title="选择最高费率">
  183. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  184. </state>
  185. <state key="selected">
  186. <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/>
  187. </state>
  188. <userDefinedRuntimeAttributes>
  189. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  190. <integer key="value" value="15"/>
  191. </userDefinedRuntimeAttribute>
  192. </userDefinedRuntimeAttributes>
  193. <connections>
  194. <action selector="btnMenuClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="4h2-4e-1sj"/>
  195. </connections>
  196. </button>
  197. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5e4-0N-ziF" userLabel="Line2 View">
  198. <rect key="frame" x="155" y="340" width="20" height="1"/>
  199. <color key="backgroundColor" red="0.94509803920000002" green="0.94509803920000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  200. <constraints>
  201. <constraint firstAttribute="height" constant="1" id="IGa-vt-RGg"/>
  202. <constraint firstAttribute="width" constant="20" id="akr-NC-DTQ"/>
  203. </constraints>
  204. </view>
  205. <button opaque="NO" tag="1007" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Qx7-cU-Wg9">
  206. <rect key="frame" x="25" y="500" width="135" height="44"/>
  207. <color key="backgroundColor" red="0.8666666666666667" green="0.8666666666666667" blue="0.8666666666666667" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  208. <constraints>
  209. <constraint firstAttribute="height" constant="44" id="KRI-oO-ori"/>
  210. </constraints>
  211. <state key="normal" title="重置">
  212. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  213. </state>
  214. <userDefinedRuntimeAttributes>
  215. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  216. <integer key="value" value="4"/>
  217. </userDefinedRuntimeAttribute>
  218. </userDefinedRuntimeAttributes>
  219. <connections>
  220. <action selector="btnMenuClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="hTW-UM-SGw"/>
  221. </connections>
  222. </button>
  223. <button opaque="NO" tag="1008" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dD7-ap-Nmp">
  224. <rect key="frame" x="170" y="500" width="135" height="44"/>
  225. <color key="backgroundColor" red="0.1647058824" green="0.57254901960000004" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  226. <state key="normal" title="确定">
  227. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  228. </state>
  229. <userDefinedRuntimeAttributes>
  230. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  231. <integer key="value" value="4"/>
  232. </userDefinedRuntimeAttribute>
  233. </userDefinedRuntimeAttributes>
  234. <connections>
  235. <action selector="btnMenuClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="BT2-TU-KdC"/>
  236. </connections>
  237. </button>
  238. </subviews>
  239. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  240. <constraints>
  241. <constraint firstItem="5e4-0N-ziF" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="1QS-x1-bMB"/>
  242. <constraint firstItem="XDA-Zo-RuZ" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="2Ad-kw-uvg"/>
  243. <constraint firstItem="fku-z4-C8S" firstAttribute="centerY" secondItem="5oO-3E-eay" secondAttribute="centerY" id="3Kf-Zr-zbt"/>
  244. <constraint firstItem="C6l-2K-h8F" firstAttribute="top" secondItem="XDA-Zo-RuZ" secondAttribute="bottom" constant="20" id="3f2-9u-zX0"/>
  245. <constraint firstItem="Ej6-xz-ywL" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="20" id="4K6-9e-CJS"/>
  246. <constraint firstItem="49I-da-XGE" firstAttribute="leading" secondItem="mm1-fa-Ssg" secondAttribute="trailing" constant="10" id="5fa-n7-UkF"/>
  247. <constraint firstItem="hQr-eo-EmT" firstAttribute="top" secondItem="wYu-bN-LHI" secondAttribute="bottom" constant="20" id="5vE-7c-RKA"/>
  248. <constraint firstItem="b02-RT-xOU" firstAttribute="top" secondItem="C6l-2K-h8F" secondAttribute="centerY" constant="20" id="866-l5-wwd"/>
  249. <constraint firstItem="5e4-0N-ziF" firstAttribute="centerY" secondItem="5oO-3E-eay" secondAttribute="centerY" id="92g-6p-nXP"/>
  250. <constraint firstItem="fku-z4-C8S" firstAttribute="leading" secondItem="5e4-0N-ziF" secondAttribute="trailing" constant="10" id="9CT-Jw-JfG"/>
  251. <constraint firstItem="XDA-Zo-RuZ" firstAttribute="top" secondItem="htz-qz-mgh" secondAttribute="bottom" constant="20" id="9ta-Ru-axQ"/>
  252. <constraint firstItem="5oO-3E-eay" firstAttribute="top" secondItem="Ayu-qp-PPu" secondAttribute="bottom" constant="20" id="DJa-Cz-yR1"/>
  253. <constraint firstItem="5oO-3E-eay" firstAttribute="trailing" secondItem="5e4-0N-ziF" secondAttribute="leading" constant="-10" id="GVU-P0-7LX"/>
  254. <constraint firstItem="b02-RT-xOU" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="Ihw-eG-gDh"/>
  255. <constraint firstItem="wYu-bN-LHI" firstAttribute="trailing" secondItem="n9U-WR-igG" secondAttribute="leading" constant="-15" id="Kve-IQ-njE"/>
  256. <constraint firstItem="n9U-WR-igG" firstAttribute="height" secondItem="wYu-bN-LHI" secondAttribute="height" id="MCi-pH-Bg7"/>
  257. <constraint firstItem="fku-z4-C8S" firstAttribute="height" secondItem="5oO-3E-eay" secondAttribute="height" id="QDe-cc-dPF"/>
  258. <constraint firstItem="fku-z4-C8S" firstAttribute="trailing" secondItem="iN0-l3-epB" secondAttribute="trailing" constant="-15" id="QNd-sc-0qe"/>
  259. <constraint firstItem="htz-qz-mgh" firstAttribute="top" secondItem="Ej6-xz-ywL" secondAttribute="bottom" constant="20" id="QfM-le-REC"/>
  260. <constraint firstItem="Qx7-cU-Wg9" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="25" id="S8Y-2S-oAM"/>
  261. <constraint firstItem="dD7-ap-Nmp" firstAttribute="height" secondItem="Qx7-cU-Wg9" secondAttribute="height" id="SVK-de-AN0"/>
  262. <constraint firstItem="Ej6-xz-ywL" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="WkF-5h-0VZ"/>
  263. <constraint firstItem="Ej6-xz-ywL" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="XtG-QM-mfY"/>
  264. <constraint firstItem="Ayu-qp-PPu" firstAttribute="leading" secondItem="b02-RT-xOU" secondAttribute="leading" id="ZrD-dg-KbC"/>
  265. <constraint firstItem="mm1-fa-Ssg" firstAttribute="centerY" secondItem="XDA-Zo-RuZ" secondAttribute="centerY" id="avM-81-WKW"/>
  266. <constraint firstItem="XDA-Zo-RuZ" firstAttribute="trailing" secondItem="mm1-fa-Ssg" secondAttribute="leading" constant="-10" id="bCi-7T-9T9"/>
  267. <constraint firstItem="5oO-3E-eay" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="c9d-1q-nhP"/>
  268. <constraint firstItem="49I-da-XGE" firstAttribute="height" secondItem="XDA-Zo-RuZ" secondAttribute="height" id="cHU-6o-6Ck"/>
  269. <constraint firstItem="49I-da-XGE" firstAttribute="trailing" secondItem="iN0-l3-epB" secondAttribute="trailing" constant="-15" id="cak-Su-juu"/>
  270. <constraint firstItem="dD7-ap-Nmp" firstAttribute="centerY" secondItem="Qx7-cU-Wg9" secondAttribute="centerY" id="cxS-cY-tmU"/>
  271. <constraint firstItem="Ayu-qp-PPu" firstAttribute="top" secondItem="hQr-eo-EmT" secondAttribute="bottom" constant="20" id="dXW-Yu-cAO"/>
  272. <constraint firstItem="n9U-WR-igG" firstAttribute="centerY" secondItem="wYu-bN-LHI" secondAttribute="centerY" id="eUx-F4-byK"/>
  273. <constraint firstItem="Qx7-cU-Wg9" firstAttribute="bottom" secondItem="iN0-l3-epB" secondAttribute="bottom" constant="-30" id="fTz-lL-Kxj"/>
  274. <constraint firstItem="C6l-2K-h8F" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="gLp-Xi-z2c"/>
  275. <constraint firstItem="n9U-WR-igG" firstAttribute="width" secondItem="wYu-bN-LHI" secondAttribute="width" id="hHq-dM-Heo"/>
  276. <constraint firstItem="49I-da-XGE" firstAttribute="centerY" secondItem="XDA-Zo-RuZ" secondAttribute="centerY" id="iwz-Mm-d5T"/>
  277. <constraint firstItem="Qx7-cU-Wg9" firstAttribute="trailing" secondItem="dD7-ap-Nmp" secondAttribute="leading" constant="-10" id="jx6-Hz-NG2"/>
  278. <constraint firstItem="wYu-bN-LHI" firstAttribute="top" secondItem="b02-RT-xOU" secondAttribute="bottom" constant="15" id="ngb-mg-C8K"/>
  279. <constraint firstItem="n9U-WR-igG" firstAttribute="trailing" secondItem="iN0-l3-epB" secondAttribute="trailing" constant="-15" id="oxG-bQ-VoE"/>
  280. <constraint firstItem="C6l-2K-h8F" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="sOD-hn-FnT"/>
  281. <constraint firstItem="dD7-ap-Nmp" firstAttribute="trailing" secondItem="iN0-l3-epB" secondAttribute="trailing" constant="-25" id="v3e-2n-Et6"/>
  282. <constraint firstItem="mm1-fa-Ssg" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="vOP-K4-skG"/>
  283. <constraint firstItem="wYu-bN-LHI" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="vgP-Dv-fcr"/>
  284. <constraint firstItem="hQr-eo-EmT" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="wEI-Pq-mbD"/>
  285. <constraint firstItem="hQr-eo-EmT" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="xWR-9O-RNW"/>
  286. <constraint firstItem="dD7-ap-Nmp" firstAttribute="width" secondItem="Qx7-cU-Wg9" secondAttribute="width" id="yaw-TL-th9"/>
  287. <constraint firstItem="htz-qz-mgh" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="zcO-0a-qla"/>
  288. </constraints>
  289. <nil key="simulatedTopBarMetrics"/>
  290. <nil key="simulatedBottomBarMetrics"/>
  291. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  292. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  293. <connections>
  294. <outlet property="endTimeBtn" destination="49I-da-XGE" id="dKz-4M-Qd3"/>
  295. <outlet property="maxRateBtn" destination="fku-z4-C8S" id="ei8-k9-xfY"/>
  296. <outlet property="minRateBtn" destination="5oO-3E-eay" id="mDh-Qt-yWQ"/>
  297. <outlet property="startTimeBtn" destination="XDA-Zo-RuZ" id="f7F-La-xqH"/>
  298. </connections>
  299. <point key="canvasLocation" x="76.811594202898561" y="-18.080357142857142"/>
  300. </view>
  301. </objects>
  302. </document>