ConfirmPasswdPopupView.xib 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" 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="12089"/>
  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="ConfirmPasswdPopupView">
  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="Ylp-ys-A7O">
  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 firstAttribute="bottom" secondItem="Ylp-ys-A7O" secondAttribute="bottom" id="D0A-uJ-b2l"/>
  27. <constraint firstAttribute="trailing" secondItem="Ylp-ys-A7O" secondAttribute="trailing" id="Lr1-zT-Adu"/>
  28. <constraint firstItem="Ylp-ys-A7O" firstAttribute="top" secondItem="4c3-gb-BwR" secondAttribute="top" id="R6d-TT-qXn"/>
  29. <constraint firstItem="Ylp-ys-A7O" firstAttribute="leading" secondItem="4c3-gb-BwR" secondAttribute="leading" id="c6L-Ta-SA4"/>
  30. </constraints>
  31. </view>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sqq-aQ-dqD" userLabel="popUpView">
  33. <rect key="frame" x="25" y="160" width="270" height="248"/>
  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="248"/>
  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="LXM-EB-4hh" 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="APW-Tb-vGm">
  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="m5j-4L-cAL"/>
  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="IE2-24-gHl" firstAttribute="leading" secondItem="APW-Tb-vGm" secondAttribute="trailing" id="3fw-qq-Fig"/>
  64. <constraint firstItem="LXM-EB-4hh" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="GZL-MC-rke"/>
  65. <constraint firstItem="APW-Tb-vGm" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="JL3-Fo-fYu"/>
  66. <constraint firstItem="IE2-24-gHl" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="Ldj-nV-yrM">
  67. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  68. </constraint>
  69. <constraint firstAttribute="bottom" secondItem="LXM-EB-4hh" secondAttribute="bottom" id="O6d-a7-BLv"/>
  70. <constraint firstAttribute="trailing" secondItem="LXM-EB-4hh" secondAttribute="trailing" id="fFh-0x-Ryh"/>
  71. <constraint firstAttribute="trailing" secondItem="IE2-24-gHl" secondAttribute="trailing" id="mUY-4l-GjT">
  72. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  73. </constraint>
  74. <constraint firstItem="APW-Tb-vGm" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="oE9-VI-FGc"/>
  75. <constraint firstAttribute="bottom" secondItem="APW-Tb-vGm" secondAttribute="bottom" id="pCg-7e-fKR"/>
  76. <constraint firstItem="LXM-EB-4hh" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="qDh-kt-Bkb"/>
  77. <constraint firstAttribute="height" constant="56" id="xGJ-JH-Zax"/>
  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="142"/>
  107. <subviews>
  108. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="Hwv-z7-kXe">
  109. <rect key="frame" x="0.0" y="0.0" width="270" height="142"/>
  110. </imageView>
  111. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="본인확인을 위해 현재 비밀번호를 입력해주세요" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gP7-mw-EjF" customClass="CustomLabel">
  112. <rect key="frame" x="20" y="87" width="230" height="40"/>
  113. <constraints>
  114. <constraint firstAttribute="height" constant="40" id="KDd-kq-lNS"/>
  115. </constraints>
  116. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  117. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  118. <nil key="highlightedColor"/>
  119. <variation key="default">
  120. <mask key="constraints">
  121. <exclude reference="KDd-kq-lNS"/>
  122. </mask>
  123. </variation>
  124. <variation key="heightClass=regular-widthClass=compact">
  125. <mask key="constraints">
  126. <include reference="KDd-kq-lNS"/>
  127. </mask>
  128. </variation>
  129. </label>
  130. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="비밀번호 입력" textAlignment="center" minimumFontSize="17" background="img_input_round_bg_default" translatesAutoresizingMaskIntoConstraints="NO" id="x0c-eY-VXh" userLabel="txt - pwd" customClass="CustomTextField">
  131. <rect key="frame" x="35" y="35" width="200" height="32"/>
  132. <constraints>
  133. <constraint firstAttribute="height" constant="32" id="Fjv-Bm-2aW"/>
  134. <constraint firstAttribute="height" constant="32" id="KHs-kh-xk5">
  135. <variation key="heightClass=regular-widthClass=compact" constant="30"/>
  136. </constraint>
  137. <constraint firstAttribute="height" constant="32" id="lbJ-F0-pba"/>
  138. <constraint firstAttribute="width" constant="200" id="xNM-pv-vN2">
  139. <variation key="heightClass=regular-widthClass=compact" constant="218"/>
  140. </constraint>
  141. </constraints>
  142. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  143. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  144. <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
  145. <userDefinedRuntimeAttributes>
  146. <userDefinedRuntimeAttribute type="rect" keyPath="rectForCapBackground">
  147. <rect key="value" x="16" y="16" width="16" height="16"/>
  148. </userDefinedRuntimeAttribute>
  149. <userDefinedRuntimeAttribute type="boolean" keyPath="autoScrollUp" value="YES"/>
  150. </userDefinedRuntimeAttributes>
  151. <variation key="default">
  152. <mask key="constraints">
  153. <exclude reference="Fjv-Bm-2aW"/>
  154. <exclude reference="KHs-kh-xk5"/>
  155. <exclude reference="lbJ-F0-pba"/>
  156. <exclude reference="xNM-pv-vN2"/>
  157. </mask>
  158. </variation>
  159. <variation key="heightClass=regular-widthClass=compact">
  160. <mask key="constraints">
  161. <include reference="Fjv-Bm-2aW"/>
  162. <exclude reference="KHs-kh-xk5"/>
  163. <exclude reference="lbJ-F0-pba"/>
  164. <exclude reference="xNM-pv-vN2"/>
  165. </mask>
  166. </variation>
  167. </textField>
  168. </subviews>
  169. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  170. <constraints>
  171. <constraint firstAttribute="bottom" secondItem="gP7-mw-EjF" secondAttribute="bottom" constant="15" id="2ul-LC-Oac"/>
  172. <constraint firstAttribute="trailing" secondItem="Hwv-z7-kXe" secondAttribute="trailing" id="340-aZ-8kx"/>
  173. <constraint firstItem="gP7-mw-EjF" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" constant="20" id="5aY-yR-SoV"/>
  174. <constraint firstItem="gP7-mw-EjF" firstAttribute="top" secondItem="x0c-eY-VXh" secondAttribute="bottom" constant="6" id="61z-IM-k7u">
  175. <variation key="heightClass=regular-widthClass=compact" constant="20"/>
  176. </constraint>
  177. <constraint firstAttribute="bottom" secondItem="Hwv-z7-kXe" secondAttribute="bottom" id="AIR-TY-rI6"/>
  178. <constraint firstAttribute="trailing" secondItem="gP7-mw-EjF" secondAttribute="trailing" constant="20" id="Cio-8Z-gdY"/>
  179. <constraint firstItem="Hwv-z7-kXe" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" id="Ljc-C3-Jcc"/>
  180. <constraint firstItem="x0c-eY-VXh" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" constant="35" id="Z4h-VT-Ugg"/>
  181. <constraint firstItem="x0c-eY-VXh" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" constant="35" id="jJ1-c3-4qt"/>
  182. <constraint firstItem="Hwv-z7-kXe" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="q21-z2-Qg7"/>
  183. <constraint firstAttribute="trailing" secondItem="x0c-eY-VXh" secondAttribute="trailing" constant="35" id="wY8-7x-kro"/>
  184. </constraints>
  185. <variation key="default">
  186. <mask key="subviews">
  187. <exclude reference="gP7-mw-EjF"/>
  188. <exclude reference="x0c-eY-VXh"/>
  189. </mask>
  190. <mask key="constraints">
  191. <exclude reference="Z4h-VT-Ugg"/>
  192. <exclude reference="jJ1-c3-4qt"/>
  193. <exclude reference="wY8-7x-kro"/>
  194. <exclude reference="2ul-LC-Oac"/>
  195. <exclude reference="5aY-yR-SoV"/>
  196. <exclude reference="61z-IM-k7u"/>
  197. <exclude reference="Cio-8Z-gdY"/>
  198. </mask>
  199. </variation>
  200. <variation key="heightClass=regular-widthClass=compact">
  201. <mask key="subviews">
  202. <include reference="gP7-mw-EjF"/>
  203. <include reference="x0c-eY-VXh"/>
  204. </mask>
  205. <mask key="constraints">
  206. <include reference="Z4h-VT-Ugg"/>
  207. <include reference="jJ1-c3-4qt"/>
  208. <include reference="wY8-7x-kro"/>
  209. <include reference="2ul-LC-Oac"/>
  210. <include reference="5aY-yR-SoV"/>
  211. <include reference="61z-IM-k7u"/>
  212. <include reference="Cio-8Z-gdY"/>
  213. </mask>
  214. </variation>
  215. </view>
  216. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bIs-li-8bz" userLabel="View - Buttons">
  217. <rect key="frame" x="0.0" y="198" width="270" height="50"/>
  218. <subviews>
  219. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FKG-xS-HlM" customClass="CustomButton">
  220. <rect key="frame" x="135" y="0.0" width="135" height="50"/>
  221. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  222. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  223. <state key="normal" title="확인" backgroundImage="img_popup_btn_right">
  224. <color key="titleColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  225. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  226. </state>
  227. <connections>
  228. <action selector="btnConfirmTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="JvU-lL-1vP"/>
  229. </connections>
  230. </button>
  231. <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">
  232. <rect key="frame" x="0.0" y="0.0" width="135" height="50"/>
  233. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  234. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  235. <state key="normal" title="취소" backgroundImage="img_popup_btn_left">
  236. <color key="titleColor" red="0.53333333333333333" green="0.5607843137254902" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  237. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  238. </state>
  239. <connections>
  240. <action selector="btnCancelTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="g5k-Tn-E33"/>
  241. </connections>
  242. </button>
  243. </subviews>
  244. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  245. <constraints>
  246. <constraint firstAttribute="bottom" secondItem="EtP-9O-R3A" secondAttribute="bottom" id="3ZH-jP-zMG"/>
  247. <constraint firstAttribute="height" constant="50" id="Gfq-yl-AIX"/>
  248. <constraint firstItem="EtP-9O-R3A" firstAttribute="width" secondItem="FKG-xS-HlM" secondAttribute="width" id="J5R-lt-6nT"/>
  249. <constraint firstAttribute="trailing" secondItem="FKG-xS-HlM" secondAttribute="trailing" id="Lj4-5M-eFW"/>
  250. <constraint firstItem="EtP-9O-R3A" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="UD8-Pt-Kju"/>
  251. <constraint firstItem="FKG-xS-HlM" firstAttribute="leading" secondItem="EtP-9O-R3A" secondAttribute="trailing" id="UnL-8b-8CK"/>
  252. <constraint firstAttribute="bottom" secondItem="FKG-xS-HlM" secondAttribute="bottom" id="hds-VD-dIs"/>
  253. <constraint firstItem="EtP-9O-R3A" firstAttribute="leading" secondItem="bIs-li-8bz" secondAttribute="leading" id="jrq-1l-tbM"/>
  254. <constraint firstItem="FKG-xS-HlM" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="zf0-b7-x1T"/>
  255. </constraints>
  256. </view>
  257. </subviews>
  258. <constraints>
  259. <constraint firstAttribute="trailing" secondItem="7nf-Ia-7Kq" secondAttribute="trailing" id="QFZ-sI-FTg"/>
  260. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="RFN-Kf-txX"/>
  261. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="top" secondItem="3Np-sH-ysD" secondAttribute="top" id="SU0-8W-BVB">
  262. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  263. </constraint>
  264. <constraint firstAttribute="trailing" secondItem="bIs-li-8bz" secondAttribute="trailing" id="UaC-ap-Ulp"/>
  265. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="trailing" secondItem="Mw5-GF-3oQ" secondAttribute="trailing" id="fbA-Cy-O1e"/>
  266. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="bottom" constant="1" id="hfD-i1-Fhe">
  267. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  268. </constraint>
  269. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="j4G-mB-NeU"/>
  270. <constraint firstAttribute="bottom" secondItem="bIs-li-8bz" secondAttribute="bottom" id="oNC-iJ-Za7"/>
  271. <constraint firstItem="bIs-li-8bz" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="s6c-op-QFh"/>
  272. <constraint firstItem="bIs-li-8bz" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="bottom" id="wPf-du-0AV"/>
  273. </constraints>
  274. <variation key="default">
  275. <mask key="subviews">
  276. <exclude reference="7nf-Ia-7Kq"/>
  277. <exclude reference="Mw5-GF-3oQ"/>
  278. </mask>
  279. <mask key="constraints">
  280. <exclude reference="UaC-ap-Ulp"/>
  281. <exclude reference="oNC-iJ-Za7"/>
  282. <exclude reference="s6c-op-QFh"/>
  283. <exclude reference="wPf-du-0AV"/>
  284. <exclude reference="QFZ-sI-FTg"/>
  285. <exclude reference="SU0-8W-BVB"/>
  286. <exclude reference="fbA-Cy-O1e"/>
  287. <exclude reference="j4G-mB-NeU"/>
  288. <exclude reference="RFN-Kf-txX"/>
  289. <exclude reference="hfD-i1-Fhe"/>
  290. </mask>
  291. </variation>
  292. <variation key="heightClass=regular-widthClass=compact">
  293. <mask key="subviews">
  294. <include reference="7nf-Ia-7Kq"/>
  295. <include reference="Mw5-GF-3oQ"/>
  296. </mask>
  297. <mask key="constraints">
  298. <include reference="UaC-ap-Ulp"/>
  299. <include reference="oNC-iJ-Za7"/>
  300. <include reference="s6c-op-QFh"/>
  301. <include reference="wPf-du-0AV"/>
  302. <include reference="QFZ-sI-FTg"/>
  303. <include reference="SU0-8W-BVB"/>
  304. <include reference="fbA-Cy-O1e"/>
  305. <include reference="j4G-mB-NeU"/>
  306. <include reference="RFN-Kf-txX"/>
  307. <include reference="hfD-i1-Fhe"/>
  308. </mask>
  309. </variation>
  310. </view>
  311. </subviews>
  312. <constraints>
  313. <constraint firstAttribute="bottom" secondItem="3Np-sH-ysD" secondAttribute="bottom" constant="1" id="4tu-Yz-TS5">
  314. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  315. </constraint>
  316. <constraint firstItem="3Np-sH-ysD" firstAttribute="top" secondItem="sqq-aQ-dqD" secondAttribute="top" constant="1" id="CFR-Ui-y7e">
  317. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  318. </constraint>
  319. <constraint firstAttribute="trailing" secondItem="3Np-sH-ysD" secondAttribute="trailing" constant="66" id="SmO-lm-bHQ">
  320. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  321. </constraint>
  322. <constraint firstItem="3Np-sH-ysD" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="leading" constant="66" id="feN-Ai-BHU">
  323. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  324. </constraint>
  325. </constraints>
  326. <variation key="default">
  327. <mask key="subviews">
  328. <exclude reference="3Np-sH-ysD"/>
  329. </mask>
  330. <mask key="constraints">
  331. <exclude reference="4tu-Yz-TS5"/>
  332. <exclude reference="CFR-Ui-y7e"/>
  333. <exclude reference="SmO-lm-bHQ"/>
  334. <exclude reference="feN-Ai-BHU"/>
  335. </mask>
  336. </variation>
  337. <variation key="heightClass=regular-widthClass=compact">
  338. <mask key="subviews">
  339. <include reference="3Np-sH-ysD"/>
  340. </mask>
  341. <mask key="constraints">
  342. <include reference="4tu-Yz-TS5"/>
  343. <include reference="CFR-Ui-y7e"/>
  344. <include reference="SmO-lm-bHQ"/>
  345. <include reference="feN-Ai-BHU"/>
  346. </mask>
  347. </variation>
  348. </view>
  349. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Kr9-tz-LuS">
  350. <rect key="frame" x="0.0" y="0.0" width="25" height="568"/>
  351. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  352. <constraints>
  353. <constraint firstAttribute="width" constant="25" id="fMp-HE-cR6"/>
  354. </constraints>
  355. </view>
  356. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sK3-Zb-EzI">
  357. <rect key="frame" x="295" y="0.0" width="25" height="568"/>
  358. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  359. <constraints>
  360. <constraint firstAttribute="width" constant="25" id="1G4-AC-0AL"/>
  361. </constraints>
  362. </view>
  363. </subviews>
  364. <constraints>
  365. <constraint firstItem="sK3-Zb-EzI" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="trailing" id="0wz-l2-tUQ"/>
  366. <constraint firstAttribute="trailing" secondItem="sK3-Zb-EzI" secondAttribute="trailing" id="4xM-Ms-jXC"/>
  367. <constraint firstItem="Kr9-tz-LuS" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="EVJ-Wp-dhp"/>
  368. <constraint firstAttribute="trailing" secondItem="4c3-gb-BwR" secondAttribute="trailing" id="F9j-6m-8Sq"/>
  369. <constraint firstItem="sK3-Zb-EzI" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="Lnt-kL-G9T"/>
  370. <constraint firstItem="4c3-gb-BwR" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="TOG-yL-xSq"/>
  371. <constraint firstAttribute="bottom" secondItem="Kr9-tz-LuS" secondAttribute="bottom" id="caj-1e-UsQ"/>
  372. <constraint firstItem="sqq-aQ-dqD" firstAttribute="leading" secondItem="Kr9-tz-LuS" secondAttribute="trailing" id="dng-LR-jFf"/>
  373. <constraint firstItem="Kr9-tz-LuS" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="nNV-B3-CfP"/>
  374. <constraint firstAttribute="centerY" secondItem="sqq-aQ-dqD" secondAttribute="centerY" constant="12" placeholder="YES" id="rPN-2q-9iB">
  375. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  376. </constraint>
  377. <constraint firstAttribute="bottom" secondItem="4c3-gb-BwR" secondAttribute="bottom" id="uc7-M6-ZYJ"/>
  378. <constraint firstItem="4c3-gb-BwR" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="wPB-Gl-TgQ"/>
  379. <constraint firstAttribute="bottom" secondItem="sK3-Zb-EzI" secondAttribute="bottom" id="xuX-ku-AOi"/>
  380. </constraints>
  381. <variation key="default">
  382. <mask key="subviews">
  383. <exclude reference="4c3-gb-BwR"/>
  384. <exclude reference="sqq-aQ-dqD"/>
  385. </mask>
  386. <mask key="constraints">
  387. <exclude reference="rPN-2q-9iB"/>
  388. <exclude reference="F9j-6m-8Sq"/>
  389. <exclude reference="TOG-yL-xSq"/>
  390. <exclude reference="uc7-M6-ZYJ"/>
  391. <exclude reference="wPB-Gl-TgQ"/>
  392. </mask>
  393. </variation>
  394. <variation key="heightClass=regular-widthClass=compact">
  395. <mask key="subviews">
  396. <include reference="4c3-gb-BwR"/>
  397. <include reference="sqq-aQ-dqD"/>
  398. </mask>
  399. <mask key="constraints">
  400. <include reference="rPN-2q-9iB"/>
  401. <include reference="F9j-6m-8Sq"/>
  402. <include reference="TOG-yL-xSq"/>
  403. <include reference="uc7-M6-ZYJ"/>
  404. <include reference="wPB-Gl-TgQ"/>
  405. </mask>
  406. </variation>
  407. <connections>
  408. <outlet property="btnCancel" destination="EtP-9O-R3A" id="mr5-zY-bQM"/>
  409. <outlet property="btnConfirm" destination="FKG-xS-HlM" id="zTF-29-eYq"/>
  410. <outlet property="containerView" destination="3Np-sH-ysD" id="uJs-dG-r2k"/>
  411. <outlet property="imgTitleBar" destination="LXM-EB-4hh" id="rNb-32-l7S"/>
  412. <outlet property="lblTitle" destination="IE2-24-gHl" id="DFB-ut-ky2"/>
  413. <outlet property="maskingView" destination="4c3-gb-BwR" id="9bJ-5l-qJq"/>
  414. <outlet property="popUpView" destination="sqq-aQ-dqD" id="BCO-MT-Cf2"/>
  415. <outlet property="txtPasswd" destination="x0c-eY-VXh" id="Dmj-IU-0ng"/>
  416. </connections>
  417. <point key="canvasLocation" x="-19" y="55"/>
  418. </view>
  419. </objects>
  420. <resources>
  421. <image name="common_bg_alpha_85" width="2" height="2"/>
  422. <image name="img_input_round_bg_default" width="50" height="35"/>
  423. <image name="img_popup_bg_body" width="2" height="2"/>
  424. <image name="img_popup_bg_head" width="37" height="48"/>
  425. <image name="img_popup_btn_left" width="37" height="34"/>
  426. <image name="img_popup_btn_right" width="37" height="34"/>
  427. </resources>
  428. </document>