MultiLevelPopupView.xib 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_0" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
  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="qLf-va-EAG" customClass="MultiLevelPopupView">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4c3-gb-BwR" userLabel="maskView">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  19. <subviews>
  20. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="common_bg_alpha_85" translatesAutoresizingMaskIntoConstraints="NO" id="RyZ-kv-XGh">
  21. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  22. </imageView>
  23. </subviews>
  24. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  25. <constraints>
  26. <constraint firstItem="RyZ-kv-XGh" firstAttribute="leading" secondItem="4c3-gb-BwR" secondAttribute="leading" id="33N-SV-jW7"/>
  27. <constraint firstAttribute="trailing" secondItem="RyZ-kv-XGh" secondAttribute="trailing" id="ERw-AP-G8D"/>
  28. <constraint firstItem="RyZ-kv-XGh" firstAttribute="top" secondItem="4c3-gb-BwR" secondAttribute="top" id="RKE-Si-PgZ"/>
  29. <constraint firstAttribute="bottom" secondItem="RyZ-kv-XGh" secondAttribute="bottom" id="rrI-WF-j3Y"/>
  30. </constraints>
  31. </view>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sqq-aQ-dqD" userLabel="popUpView">
  33. <rect key="frame" x="25" y="116" width="270" height="336"/>
  34. <subviews>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Np-sH-ysD" userLabel="ContainerView">
  36. <rect key="frame" x="0.0" y="0.0" width="270" height="336"/>
  37. <subviews>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7nf-Ia-7Kq" userLabel="View - Title">
  39. <rect key="frame" x="0.0" y="0.0" width="270" height="56"/>
  40. <subviews>
  41. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_head" translatesAutoresizingMaskIntoConstraints="NO" id="aJS-9m-xOJ" customClass="CustomImageView">
  42. <rect key="frame" x="0.0" y="0.0" width="270" height="56"/>
  43. </imageView>
  44. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="노드명" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IE2-24-gHl" customClass="CustomLabel">
  45. <rect key="frame" x="25" y="0.0" width="245" height="56"/>
  46. <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
  47. <color key="textColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tZE-sb-ZWs">
  51. <rect key="frame" x="0.0" y="0.0" width="25" height="56"/>
  52. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  53. <constraints>
  54. <constraint firstAttribute="width" constant="25" id="Jxc-Bt-LTZ"/>
  55. </constraints>
  56. </view>
  57. </subviews>
  58. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  59. <constraints>
  60. <constraint firstAttribute="height" constant="44" id="1fj-XN-uH0">
  61. <variation key="heightClass=regular-widthClass=compact" constant="64"/>
  62. </constraint>
  63. <constraint firstItem="tZE-sb-ZWs" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="2co-mQ-IyM"/>
  64. <constraint firstAttribute="bottom" secondItem="aJS-9m-xOJ" secondAttribute="bottom" id="6DR-3v-2Eu"/>
  65. <constraint firstItem="IE2-24-gHl" firstAttribute="leading" secondItem="tZE-sb-ZWs" secondAttribute="trailing" id="Bcs-hZ-uaj"/>
  66. <constraint firstItem="tZE-sb-ZWs" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="Gpp-Gi-u2z"/>
  67. <constraint firstAttribute="trailing" secondItem="aJS-9m-xOJ" secondAttribute="trailing" id="JPf-ac-eBA"/>
  68. <constraint firstItem="IE2-24-gHl" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="Ldj-nV-yrM">
  69. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  70. </constraint>
  71. <constraint firstItem="aJS-9m-xOJ" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="Ntp-m3-vWI"/>
  72. <constraint firstAttribute="bottom" secondItem="tZE-sb-ZWs" secondAttribute="bottom" id="P4J-zo-jjh"/>
  73. <constraint firstAttribute="height" constant="56" id="dSd-X5-gci"/>
  74. <constraint firstAttribute="trailing" secondItem="IE2-24-gHl" secondAttribute="trailing" id="mUY-4l-GjT">
  75. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  76. </constraint>
  77. <constraint firstItem="aJS-9m-xOJ" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="xTg-cF-TXQ"/>
  78. <constraint firstAttribute="bottom" secondItem="IE2-24-gHl" secondAttribute="bottom" id="yzV-EQ-HeM">
  79. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  80. </constraint>
  81. </constraints>
  82. <variation key="default">
  83. <mask key="subviews">
  84. <exclude reference="IE2-24-gHl"/>
  85. </mask>
  86. <mask key="constraints">
  87. <exclude reference="1fj-XN-uH0"/>
  88. <exclude reference="Ldj-nV-yrM"/>
  89. <exclude reference="mUY-4l-GjT"/>
  90. <exclude reference="yzV-EQ-HeM"/>
  91. </mask>
  92. </variation>
  93. <variation key="heightClass=regular-widthClass=compact">
  94. <mask key="subviews">
  95. <include reference="IE2-24-gHl"/>
  96. </mask>
  97. <mask key="constraints">
  98. <exclude reference="1fj-XN-uH0"/>
  99. <include reference="Ldj-nV-yrM"/>
  100. <include reference="mUY-4l-GjT"/>
  101. <include reference="yzV-EQ-HeM"/>
  102. </mask>
  103. </variation>
  104. </view>
  105. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Mw5-GF-3oQ" userLabel="View - message">
  106. <rect key="frame" x="0.0" y="56" width="270" height="230"/>
  107. <subviews>
  108. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="2f5-zs-hES">
  109. <rect key="frame" x="0.0" y="0.0" width="270" height="230"/>
  110. </imageView>
  111. <pickerView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jqo-pp-OdW" customClass="MultiLevelPickerView">
  112. <rect key="frame" x="115" y="25" width="40" height="145"/>
  113. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="135" id="fmw-Jd-gV0">
  116. <variation key="heightClass=regular-widthClass=compact" constant="145"/>
  117. </constraint>
  118. </constraints>
  119. <variation key="default">
  120. <mask key="constraints">
  121. <exclude reference="fmw-Jd-gV0"/>
  122. </mask>
  123. </variation>
  124. <variation key="heightClass=regular-widthClass=compact">
  125. <mask key="constraints">
  126. <include reference="fmw-Jd-gV0"/>
  127. </mask>
  128. </variation>
  129. </pickerView>
  130. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="25" placeholderIntrinsicHeight="25" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VfP-aM-AhS" userLabel="Button-radio" customClass="CustomRadioButton">
  131. <rect key="frame" x="165" y="185" width="65" height="25"/>
  132. <constraints>
  133. <constraint firstAttribute="height" constant="25" id="KTJ-Iu-nk7"/>
  134. <constraint firstAttribute="width" constant="25" id="kh2-Ng-gAb">
  135. <variation key="heightClass=regular-widthClass=compact" constant="65"/>
  136. </constraint>
  137. </constraints>
  138. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  139. <inset key="titleEdgeInsets" minX="10" minY="0.0" maxX="0.0" maxY="0.0"/>
  140. <state key="normal" title="이하" image="common_radiobox_default">
  141. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  142. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  143. </state>
  144. <state key="highlighted" image="common_radiobox_checked"/>
  145. <variation key="default">
  146. <mask key="constraints">
  147. <exclude reference="KTJ-Iu-nk7"/>
  148. <exclude reference="kh2-Ng-gAb"/>
  149. </mask>
  150. </variation>
  151. <variation key="heightClass=regular-widthClass=compact">
  152. <mask key="constraints">
  153. <include reference="KTJ-Iu-nk7"/>
  154. <include reference="kh2-Ng-gAb"/>
  155. </mask>
  156. </variation>
  157. </button>
  158. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="25" placeholderIntrinsicHeight="25" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6Yt-hT-fiW" userLabel="Button-radio" customClass="CustomRadioButton">
  159. <rect key="frame" x="40" y="185" width="65" height="25"/>
  160. <constraints>
  161. <constraint firstAttribute="width" constant="25" id="0tT-2F-5tz">
  162. <variation key="heightClass=regular-widthClass=compact" constant="65"/>
  163. </constraint>
  164. <constraint firstAttribute="height" constant="25" id="K7T-st-bhY"/>
  165. </constraints>
  166. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  167. <inset key="titleEdgeInsets" minX="10" minY="0.0" maxX="0.0" maxY="0.0"/>
  168. <state key="normal" title="이상" image="common_radiobox_default">
  169. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  170. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  171. </state>
  172. <state key="highlighted" image="common_radiobox_checked"/>
  173. <variation key="default">
  174. <mask key="constraints">
  175. <exclude reference="0tT-2F-5tz"/>
  176. <exclude reference="K7T-st-bhY"/>
  177. </mask>
  178. </variation>
  179. <variation key="heightClass=regular-widthClass=compact">
  180. <mask key="constraints">
  181. <include reference="0tT-2F-5tz"/>
  182. <include reference="K7T-st-bhY"/>
  183. </mask>
  184. </variation>
  185. </button>
  186. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" placeholderIntrinsicWidth="64" placeholderIntrinsicHeight="32" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XXD-M8-NaC" customClass="CustomLabel">
  187. <rect key="frame" x="168" y="81.5" width="64" height="32"/>
  188. <fontDescription key="fontDescription" type="system" pointSize="26"/>
  189. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  190. <nil key="highlightedColor"/>
  191. </label>
  192. </subviews>
  193. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  194. <constraints>
  195. <constraint firstItem="6Yt-hT-fiW" firstAttribute="top" secondItem="jqo-pp-OdW" secondAttribute="bottom" constant="15" id="2N5-zw-GlL"/>
  196. <constraint firstItem="XXD-M8-NaC" firstAttribute="leading" secondItem="jqo-pp-OdW" secondAttribute="trailing" constant="13" id="AMA-dv-x1C"/>
  197. <constraint firstItem="XXD-M8-NaC" firstAttribute="centerY" secondItem="jqo-pp-OdW" secondAttribute="centerY" id="Asn-W4-cSI"/>
  198. <constraint firstAttribute="trailing" secondItem="2f5-zs-hES" secondAttribute="trailing" id="M7x-9Z-A6K"/>
  199. <constraint firstItem="2f5-zs-hES" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" id="Nhk-Wl-GWJ"/>
  200. <constraint firstAttribute="bottom" secondItem="6Yt-hT-fiW" secondAttribute="bottom" constant="20" id="P8T-wy-PaW"/>
  201. <constraint firstItem="jqo-pp-OdW" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" constant="115" id="abN-df-Y19"/>
  202. <constraint firstItem="2f5-zs-hES" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="bhL-ba-CT5"/>
  203. <constraint firstItem="6Yt-hT-fiW" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" constant="40" id="cRA-9I-5uw"/>
  204. <constraint firstItem="VfP-aM-AhS" firstAttribute="centerY" secondItem="6Yt-hT-fiW" secondAttribute="centerY" id="is2-97-fAG"/>
  205. <constraint firstAttribute="bottom" secondItem="2f5-zs-hES" secondAttribute="bottom" id="lco-CP-CMc"/>
  206. <constraint firstAttribute="trailing" secondItem="jqo-pp-OdW" secondAttribute="trailing" constant="115" id="lh3-jv-zpm"/>
  207. <constraint firstItem="jqo-pp-OdW" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" constant="30" id="op2-F1-YaU">
  208. <variation key="heightClass=regular-widthClass=compact" constant="25"/>
  209. </constraint>
  210. <constraint firstAttribute="trailing" secondItem="VfP-aM-AhS" secondAttribute="trailing" constant="40" id="zbH-gc-aBN"/>
  211. </constraints>
  212. <variation key="default">
  213. <mask key="subviews">
  214. <exclude reference="jqo-pp-OdW"/>
  215. <exclude reference="VfP-aM-AhS"/>
  216. <exclude reference="6Yt-hT-fiW"/>
  217. <exclude reference="XXD-M8-NaC"/>
  218. </mask>
  219. <mask key="constraints">
  220. <exclude reference="AMA-dv-x1C"/>
  221. <exclude reference="Asn-W4-cSI"/>
  222. <exclude reference="abN-df-Y19"/>
  223. <exclude reference="lh3-jv-zpm"/>
  224. <exclude reference="op2-F1-YaU"/>
  225. <exclude reference="2N5-zw-GlL"/>
  226. <exclude reference="P8T-wy-PaW"/>
  227. <exclude reference="cRA-9I-5uw"/>
  228. <exclude reference="is2-97-fAG"/>
  229. <exclude reference="zbH-gc-aBN"/>
  230. </mask>
  231. </variation>
  232. <variation key="heightClass=regular-widthClass=compact">
  233. <mask key="subviews">
  234. <include reference="jqo-pp-OdW"/>
  235. <include reference="VfP-aM-AhS"/>
  236. <include reference="6Yt-hT-fiW"/>
  237. <include reference="XXD-M8-NaC"/>
  238. </mask>
  239. <mask key="constraints">
  240. <include reference="AMA-dv-x1C"/>
  241. <include reference="Asn-W4-cSI"/>
  242. <include reference="abN-df-Y19"/>
  243. <include reference="lh3-jv-zpm"/>
  244. <include reference="op2-F1-YaU"/>
  245. <include reference="2N5-zw-GlL"/>
  246. <include reference="P8T-wy-PaW"/>
  247. <include reference="cRA-9I-5uw"/>
  248. <include reference="is2-97-fAG"/>
  249. <include reference="zbH-gc-aBN"/>
  250. </mask>
  251. </variation>
  252. </view>
  253. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bIs-li-8bz" userLabel="View - Buttons">
  254. <rect key="frame" x="0.0" y="286" width="270" height="50"/>
  255. <subviews>
  256. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FKG-xS-HlM" customClass="CustomButton">
  257. <rect key="frame" x="135" y="0.0" width="135" height="50"/>
  258. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  259. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  260. <state key="normal" title="확인" backgroundImage="img_popup_btn_right">
  261. <color key="titleColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  262. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  263. </state>
  264. <connections>
  265. <action selector="btnConfirmTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="JvU-lL-1vP"/>
  266. </connections>
  267. </button>
  268. <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" horizontalCompressionResistancePriority="749" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EtP-9O-R3A" customClass="CustomButton">
  269. <rect key="frame" x="0.0" y="0.0" width="135" height="50"/>
  270. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  271. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  272. <state key="normal" title="취소" backgroundImage="img_popup_btn_left">
  273. <color key="titleColor" red="0.53333333333333333" green="0.5607843137254902" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  274. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  275. </state>
  276. <connections>
  277. <action selector="btnCancelTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="g5k-Tn-E33"/>
  278. </connections>
  279. </button>
  280. </subviews>
  281. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  282. <constraints>
  283. <constraint firstItem="FKG-xS-HlM" firstAttribute="leading" secondItem="EtP-9O-R3A" secondAttribute="trailing" id="5qA-A9-RW6"/>
  284. <constraint firstItem="EtP-9O-R3A" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="61x-bD-jAt"/>
  285. <constraint firstItem="EtP-9O-R3A" firstAttribute="leading" secondItem="bIs-li-8bz" secondAttribute="leading" id="6ER-nX-5qE"/>
  286. <constraint firstAttribute="bottom" secondItem="FKG-xS-HlM" secondAttribute="bottom" id="LFU-0K-HNe"/>
  287. <constraint firstAttribute="trailing" secondItem="FKG-xS-HlM" secondAttribute="trailing" id="VsM-wh-RDP"/>
  288. <constraint firstAttribute="height" constant="50" id="XiG-Og-HjH"/>
  289. <constraint firstAttribute="bottom" secondItem="EtP-9O-R3A" secondAttribute="bottom" id="ZTj-ds-fE4"/>
  290. <constraint firstItem="FKG-xS-HlM" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="ZYf-3C-7Ka"/>
  291. <constraint firstItem="EtP-9O-R3A" firstAttribute="width" secondItem="FKG-xS-HlM" secondAttribute="width" id="cIy-Of-6wV"/>
  292. </constraints>
  293. </view>
  294. </subviews>
  295. <constraints>
  296. <constraint firstAttribute="trailing" secondItem="7nf-Ia-7Kq" secondAttribute="trailing" id="QFZ-sI-FTg"/>
  297. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="RFN-Kf-txX"/>
  298. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="top" secondItem="3Np-sH-ysD" secondAttribute="top" id="SU0-8W-BVB">
  299. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  300. </constraint>
  301. <constraint firstAttribute="trailing" secondItem="bIs-li-8bz" secondAttribute="trailing" id="UaC-ap-Ulp"/>
  302. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="trailing" secondItem="Mw5-GF-3oQ" secondAttribute="trailing" id="fbA-Cy-O1e"/>
  303. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="bottom" constant="1" id="hfD-i1-Fhe">
  304. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  305. </constraint>
  306. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="j4G-mB-NeU"/>
  307. <constraint firstAttribute="bottom" secondItem="bIs-li-8bz" secondAttribute="bottom" id="oNC-iJ-Za7"/>
  308. <constraint firstItem="bIs-li-8bz" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="s6c-op-QFh"/>
  309. <constraint firstItem="bIs-li-8bz" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="bottom" id="wPf-du-0AV"/>
  310. </constraints>
  311. <variation key="default">
  312. <mask key="subviews">
  313. <exclude reference="7nf-Ia-7Kq"/>
  314. <exclude reference="Mw5-GF-3oQ"/>
  315. </mask>
  316. <mask key="constraints">
  317. <exclude reference="UaC-ap-Ulp"/>
  318. <exclude reference="oNC-iJ-Za7"/>
  319. <exclude reference="s6c-op-QFh"/>
  320. <exclude reference="wPf-du-0AV"/>
  321. <exclude reference="QFZ-sI-FTg"/>
  322. <exclude reference="SU0-8W-BVB"/>
  323. <exclude reference="fbA-Cy-O1e"/>
  324. <exclude reference="j4G-mB-NeU"/>
  325. <exclude reference="RFN-Kf-txX"/>
  326. <exclude reference="hfD-i1-Fhe"/>
  327. </mask>
  328. </variation>
  329. <variation key="heightClass=regular-widthClass=compact">
  330. <mask key="subviews">
  331. <include reference="7nf-Ia-7Kq"/>
  332. <include reference="Mw5-GF-3oQ"/>
  333. </mask>
  334. <mask key="constraints">
  335. <include reference="UaC-ap-Ulp"/>
  336. <include reference="oNC-iJ-Za7"/>
  337. <include reference="s6c-op-QFh"/>
  338. <include reference="wPf-du-0AV"/>
  339. <include reference="QFZ-sI-FTg"/>
  340. <include reference="SU0-8W-BVB"/>
  341. <include reference="fbA-Cy-O1e"/>
  342. <include reference="j4G-mB-NeU"/>
  343. <include reference="RFN-Kf-txX"/>
  344. <include reference="hfD-i1-Fhe"/>
  345. </mask>
  346. </variation>
  347. </view>
  348. </subviews>
  349. <constraints>
  350. <constraint firstAttribute="bottom" secondItem="3Np-sH-ysD" secondAttribute="bottom" constant="1" id="4tu-Yz-TS5">
  351. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  352. </constraint>
  353. <constraint firstItem="3Np-sH-ysD" firstAttribute="top" secondItem="sqq-aQ-dqD" secondAttribute="top" constant="1" id="CFR-Ui-y7e">
  354. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  355. </constraint>
  356. <constraint firstAttribute="trailing" secondItem="3Np-sH-ysD" secondAttribute="trailing" constant="66" id="SmO-lm-bHQ">
  357. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  358. </constraint>
  359. <constraint firstItem="3Np-sH-ysD" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="leading" constant="66" id="feN-Ai-BHU">
  360. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  361. </constraint>
  362. </constraints>
  363. <variation key="default">
  364. <mask key="subviews">
  365. <exclude reference="3Np-sH-ysD"/>
  366. </mask>
  367. <mask key="constraints">
  368. <exclude reference="4tu-Yz-TS5"/>
  369. <exclude reference="CFR-Ui-y7e"/>
  370. <exclude reference="SmO-lm-bHQ"/>
  371. <exclude reference="feN-Ai-BHU"/>
  372. </mask>
  373. </variation>
  374. <variation key="heightClass=regular-widthClass=compact">
  375. <mask key="subviews">
  376. <include reference="3Np-sH-ysD"/>
  377. </mask>
  378. <mask key="constraints">
  379. <include reference="4tu-Yz-TS5"/>
  380. <include reference="CFR-Ui-y7e"/>
  381. <include reference="SmO-lm-bHQ"/>
  382. <include reference="feN-Ai-BHU"/>
  383. </mask>
  384. </variation>
  385. </view>
  386. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hLF-zj-AVv">
  387. <rect key="frame" x="0.0" y="0.0" width="25" height="568"/>
  388. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  389. <constraints>
  390. <constraint firstAttribute="width" constant="25" id="KpM-HE-EXk"/>
  391. </constraints>
  392. </view>
  393. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bql-EH-sq9">
  394. <rect key="frame" x="295" y="0.0" width="25" height="568"/>
  395. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  396. <constraints>
  397. <constraint firstAttribute="width" constant="25" id="2S7-f9-wRD"/>
  398. </constraints>
  399. </view>
  400. </subviews>
  401. <constraints>
  402. <constraint firstItem="bql-EH-sq9" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="3am-Gc-WJz"/>
  403. <constraint firstAttribute="trailing" secondItem="4c3-gb-BwR" secondAttribute="trailing" id="F9j-6m-8Sq"/>
  404. <constraint firstAttribute="bottom" secondItem="hLF-zj-AVv" secondAttribute="bottom" id="Jz6-lC-1w9"/>
  405. <constraint firstItem="hLF-zj-AVv" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="ONa-xw-eJd"/>
  406. <constraint firstItem="sqq-aQ-dqD" firstAttribute="leading" secondItem="hLF-zj-AVv" secondAttribute="trailing" id="T26-jE-Rhf"/>
  407. <constraint firstItem="4c3-gb-BwR" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="TOG-yL-xSq"/>
  408. <constraint firstAttribute="trailing" secondItem="bql-EH-sq9" secondAttribute="trailing" id="The-Ce-lnC"/>
  409. <constraint firstItem="bql-EH-sq9" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="trailing" id="YjU-vq-C0a"/>
  410. <constraint firstAttribute="bottom" secondItem="bql-EH-sq9" secondAttribute="bottom" id="aCO-qz-0qL"/>
  411. <constraint firstItem="hLF-zj-AVv" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="dCS-tS-RAO"/>
  412. <constraint firstAttribute="centerY" secondItem="sqq-aQ-dqD" secondAttribute="centerY" placeholder="YES" id="rPN-2q-9iB"/>
  413. <constraint firstAttribute="bottom" secondItem="4c3-gb-BwR" secondAttribute="bottom" id="uc7-M6-ZYJ"/>
  414. <constraint firstItem="4c3-gb-BwR" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="wPB-Gl-TgQ"/>
  415. </constraints>
  416. <variation key="default">
  417. <mask key="subviews">
  418. <exclude reference="4c3-gb-BwR"/>
  419. <exclude reference="sqq-aQ-dqD"/>
  420. </mask>
  421. <mask key="constraints">
  422. <exclude reference="rPN-2q-9iB"/>
  423. <exclude reference="F9j-6m-8Sq"/>
  424. <exclude reference="TOG-yL-xSq"/>
  425. <exclude reference="uc7-M6-ZYJ"/>
  426. <exclude reference="wPB-Gl-TgQ"/>
  427. </mask>
  428. </variation>
  429. <variation key="heightClass=regular-widthClass=compact">
  430. <mask key="subviews">
  431. <include reference="4c3-gb-BwR"/>
  432. <include reference="sqq-aQ-dqD"/>
  433. </mask>
  434. <mask key="constraints">
  435. <include reference="rPN-2q-9iB"/>
  436. <include reference="F9j-6m-8Sq"/>
  437. <include reference="TOG-yL-xSq"/>
  438. <include reference="uc7-M6-ZYJ"/>
  439. <include reference="wPB-Gl-TgQ"/>
  440. </mask>
  441. </variation>
  442. <connections>
  443. <outlet property="btnCancel" destination="EtP-9O-R3A" id="mr5-zY-bQM"/>
  444. <outlet property="btnConfirm" destination="FKG-xS-HlM" id="zTF-29-eYq"/>
  445. <outlet property="containerView" destination="3Np-sH-ysD" id="uJs-dG-r2k"/>
  446. <outlet property="imgTitleBar" destination="aJS-9m-xOJ" id="OaW-R0-7QV"/>
  447. <outlet property="lblTitle" destination="IE2-24-gHl" id="DFB-ut-ky2"/>
  448. <outlet property="lblUnit" destination="XXD-M8-NaC" id="UKX-4a-QYy"/>
  449. <outlet property="maskingView" destination="4c3-gb-BwR" id="9bJ-5l-qJq"/>
  450. <outlet property="multiLevelPicker" destination="jqo-pp-OdW" id="zAt-xG-iUq"/>
  451. <outlet property="popUpView" destination="sqq-aQ-dqD" id="BCO-MT-Cf2"/>
  452. <outlet property="rdoDown" destination="VfP-aM-AhS" id="vE1-rd-Jmr"/>
  453. <outlet property="rdoUp" destination="6Yt-hT-fiW" id="9nU-ZQ-pu1"/>
  454. </connections>
  455. <point key="canvasLocation" x="87" y="297"/>
  456. </view>
  457. </objects>
  458. <resources>
  459. <image name="common_bg_alpha_85" width="2" height="2"/>
  460. <image name="common_radiobox_checked" width="27" height="27"/>
  461. <image name="common_radiobox_default" width="27" height="27"/>
  462. <image name="img_popup_bg_body" width="2" height="2"/>
  463. <image name="img_popup_bg_head" width="37" height="48"/>
  464. <image name="img_popup_btn_left" width="37" height="34"/>
  465. <image name="img_popup_btn_right" width="37" height="34"/>
  466. </resources>
  467. </document>