QRCodeInputPopupView.xib 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  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="QRCodeInputPopupView">
  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="vm2-2O-gsm">
  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="vm2-2O-gsm" firstAttribute="top" secondItem="4c3-gb-BwR" secondAttribute="top" id="NkC-aa-g4N"/>
  27. <constraint firstAttribute="bottom" secondItem="vm2-2O-gsm" secondAttribute="bottom" id="PEd-Ic-Nrf"/>
  28. <constraint firstAttribute="trailing" secondItem="vm2-2O-gsm" secondAttribute="trailing" id="PcR-aX-JmO"/>
  29. <constraint firstItem="vm2-2O-gsm" firstAttribute="leading" secondItem="4c3-gb-BwR" secondAttribute="leading" id="epo-CY-qEo"/>
  30. </constraints>
  31. </view>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wpz-PG-lDk" userLabel="popUpView">
  33. <rect key="frame" x="25" y="154" width="270" height="260"/>
  34. <subviews>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BnX-4G-EA9" userLabel="ContainerView">
  36. <rect key="frame" x="0.0" y="0.0" width="270" height="260"/>
  37. <subviews>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Vyg-lF-Oo6" 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="F3D-DX-aLF" 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="c0q-8E-eGK" 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="MJ1-ux-H2O">
  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="kS7-b4-Fvu"/>
  55. </constraints>
  56. </view>
  57. </subviews>
  58. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  59. <constraints>
  60. <constraint firstAttribute="bottom" secondItem="F3D-DX-aLF" secondAttribute="bottom" id="13R-xT-7FT"/>
  61. <constraint firstItem="c0q-8E-eGK" firstAttribute="top" secondItem="Vyg-lF-Oo6" secondAttribute="top" id="5Mc-gG-GQW">
  62. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  63. </constraint>
  64. <constraint firstAttribute="bottom" secondItem="c0q-8E-eGK" secondAttribute="bottom" id="CWv-UL-ijZ">
  65. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  66. </constraint>
  67. <constraint firstAttribute="trailing" secondItem="F3D-DX-aLF" secondAttribute="trailing" id="GA1-w8-4Tn"/>
  68. <constraint firstAttribute="height" constant="56" id="Pre-Ko-hBt"/>
  69. <constraint firstAttribute="bottom" secondItem="MJ1-ux-H2O" secondAttribute="bottom" id="RNz-Rh-iG3"/>
  70. <constraint firstItem="MJ1-ux-H2O" firstAttribute="top" secondItem="Vyg-lF-Oo6" secondAttribute="top" id="XDm-uy-9PX"/>
  71. <constraint firstItem="MJ1-ux-H2O" firstAttribute="leading" secondItem="Vyg-lF-Oo6" secondAttribute="leading" id="aab-IN-Dak"/>
  72. <constraint firstItem="F3D-DX-aLF" firstAttribute="leading" secondItem="Vyg-lF-Oo6" secondAttribute="leading" id="fR2-z9-Xlm"/>
  73. <constraint firstAttribute="trailing" secondItem="c0q-8E-eGK" secondAttribute="trailing" id="mv8-HP-jzR">
  74. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  75. </constraint>
  76. <constraint firstItem="c0q-8E-eGK" firstAttribute="leading" secondItem="MJ1-ux-H2O" secondAttribute="trailing" id="nmI-cR-ib0"/>
  77. <constraint firstItem="F3D-DX-aLF" firstAttribute="top" secondItem="Vyg-lF-Oo6" secondAttribute="top" id="uJx-G8-S3X"/>
  78. </constraints>
  79. <variation key="default">
  80. <mask key="subviews">
  81. <exclude reference="c0q-8E-eGK"/>
  82. </mask>
  83. <mask key="constraints">
  84. <exclude reference="5Mc-gG-GQW"/>
  85. <exclude reference="CWv-UL-ijZ"/>
  86. <exclude reference="mv8-HP-jzR"/>
  87. </mask>
  88. </variation>
  89. <variation key="heightClass=regular-widthClass=compact">
  90. <mask key="subviews">
  91. <include reference="c0q-8E-eGK"/>
  92. </mask>
  93. <mask key="constraints">
  94. <include reference="5Mc-gG-GQW"/>
  95. <include reference="CWv-UL-ijZ"/>
  96. <include reference="mv8-HP-jzR"/>
  97. </mask>
  98. </variation>
  99. </view>
  100. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="K2x-vI-pnz" userLabel="View - message">
  101. <rect key="frame" x="0.0" y="56" width="270" height="154"/>
  102. <subviews>
  103. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="Yq7-tG-ESe">
  104. <rect key="frame" x="0.0" y="0.0" width="270" height="154"/>
  105. </imageView>
  106. <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="IfD-X3-70g" userLabel="txt - pwd" customClass="CustomTextField">
  107. <rect key="frame" x="35" y="35" width="200" height="32"/>
  108. <constraints>
  109. <constraint firstAttribute="height" constant="32" id="SLJ-0l-P6n">
  110. <variation key="heightClass=regular-widthClass=compact" constant="32"/>
  111. </constraint>
  112. </constraints>
  113. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  114. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  115. <textInputTraits key="textInputTraits"/>
  116. <userDefinedRuntimeAttributes>
  117. <userDefinedRuntimeAttribute type="rect" keyPath="rectForCapBackground">
  118. <rect key="value" x="16" y="16" width="16" height="16"/>
  119. </userDefinedRuntimeAttribute>
  120. <userDefinedRuntimeAttribute type="boolean" keyPath="autoScrollUp" value="YES"/>
  121. <userDefinedRuntimeAttribute type="color" keyPath="placeHolderColor">
  122. <color key="value" red="0.73333333333333328" green="0.73333333333333328" blue="0.73333333333333328" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  123. </userDefinedRuntimeAttribute>
  124. </userDefinedRuntimeAttributes>
  125. <variation key="default">
  126. <mask key="constraints">
  127. <exclude reference="SLJ-0l-P6n"/>
  128. </mask>
  129. </variation>
  130. <variation key="heightClass=regular-widthClass=compact">
  131. <mask key="constraints">
  132. <include reference="SLJ-0l-P6n"/>
  133. </mask>
  134. </variation>
  135. </textField>
  136. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="PW" textAlignment="center" minimumFontSize="17" background="img_input_round_bg_default" translatesAutoresizingMaskIntoConstraints="NO" id="521-cl-wVe" userLabel="txt - pwdc" customClass="CustomTextField">
  137. <rect key="frame" x="35" y="87" width="200" height="32"/>
  138. <constraints>
  139. <constraint firstAttribute="height" constant="32" id="WIb-9G-jPC">
  140. <variation key="heightClass=regular-widthClass=compact" constant="32"/>
  141. </constraint>
  142. </constraints>
  143. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  144. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  145. <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
  146. <userDefinedRuntimeAttributes>
  147. <userDefinedRuntimeAttribute type="rect" keyPath="rectForCapBackground">
  148. <rect key="value" x="16" y="16" width="16" height="16"/>
  149. </userDefinedRuntimeAttribute>
  150. <userDefinedRuntimeAttribute type="boolean" keyPath="autoScrollUp" value="YES"/>
  151. <userDefinedRuntimeAttribute type="color" keyPath="placeHolderColor">
  152. <color key="value" red="0.73333333333333328" green="0.73333333333333328" blue="0.73333333333333328" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  153. </userDefinedRuntimeAttribute>
  154. </userDefinedRuntimeAttributes>
  155. <variation key="default">
  156. <mask key="constraints">
  157. <exclude reference="WIb-9G-jPC"/>
  158. </mask>
  159. </variation>
  160. <variation key="heightClass=regular-widthClass=compact">
  161. <mask key="constraints">
  162. <include reference="WIb-9G-jPC"/>
  163. </mask>
  164. </variation>
  165. </textField>
  166. </subviews>
  167. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  168. <constraints>
  169. <constraint firstItem="521-cl-wVe" firstAttribute="top" secondItem="IfD-X3-70g" secondAttribute="bottom" constant="20" id="A3h-22-f8e"/>
  170. <constraint firstAttribute="bottom" secondItem="Yq7-tG-ESe" secondAttribute="bottom" id="Ccx-HD-1AO"/>
  171. <constraint firstItem="IfD-X3-70g" firstAttribute="leading" secondItem="K2x-vI-pnz" secondAttribute="leading" constant="35" id="CeM-cS-u87"/>
  172. <constraint firstAttribute="trailing" secondItem="Yq7-tG-ESe" secondAttribute="trailing" id="E4L-d9-CSe"/>
  173. <constraint firstItem="Yq7-tG-ESe" firstAttribute="leading" secondItem="K2x-vI-pnz" secondAttribute="leading" id="KvZ-Zc-BBS"/>
  174. <constraint firstItem="IfD-X3-70g" firstAttribute="centerX" secondItem="K2x-vI-pnz" secondAttribute="centerX" id="UnW-52-tdw"/>
  175. <constraint firstItem="521-cl-wVe" firstAttribute="leading" secondItem="K2x-vI-pnz" secondAttribute="leading" constant="35" id="dRk-Rq-aVf"/>
  176. <constraint firstAttribute="bottom" secondItem="521-cl-wVe" secondAttribute="bottom" constant="35" id="eHD-f7-xzs">
  177. <variation key="heightClass=regular-widthClass=compact" constant="35"/>
  178. </constraint>
  179. <constraint firstAttribute="trailing" secondItem="521-cl-wVe" secondAttribute="trailing" constant="35" id="eSF-Ap-3bg"/>
  180. <constraint firstItem="Yq7-tG-ESe" firstAttribute="top" secondItem="K2x-vI-pnz" secondAttribute="top" id="erW-gc-Z04"/>
  181. <constraint firstAttribute="trailing" secondItem="IfD-X3-70g" secondAttribute="trailing" constant="35" id="nHP-Wr-PxW"/>
  182. <constraint firstItem="IfD-X3-70g" firstAttribute="top" secondItem="K2x-vI-pnz" secondAttribute="top" constant="35" id="uJU-n5-Eo9"/>
  183. <constraint firstItem="521-cl-wVe" firstAttribute="centerX" secondItem="IfD-X3-70g" secondAttribute="centerX" id="xhT-wg-LMb"/>
  184. </constraints>
  185. <variation key="default">
  186. <mask key="subviews">
  187. <exclude reference="IfD-X3-70g"/>
  188. <exclude reference="521-cl-wVe"/>
  189. </mask>
  190. <mask key="constraints">
  191. <exclude reference="CeM-cS-u87"/>
  192. <exclude reference="UnW-52-tdw"/>
  193. <exclude reference="nHP-Wr-PxW"/>
  194. <exclude reference="uJU-n5-Eo9"/>
  195. <exclude reference="A3h-22-f8e"/>
  196. <exclude reference="dRk-Rq-aVf"/>
  197. <exclude reference="eHD-f7-xzs"/>
  198. <exclude reference="eSF-Ap-3bg"/>
  199. <exclude reference="xhT-wg-LMb"/>
  200. </mask>
  201. </variation>
  202. <variation key="heightClass=regular-widthClass=compact">
  203. <mask key="subviews">
  204. <include reference="IfD-X3-70g"/>
  205. <include reference="521-cl-wVe"/>
  206. </mask>
  207. <mask key="constraints">
  208. <include reference="CeM-cS-u87"/>
  209. <include reference="UnW-52-tdw"/>
  210. <include reference="nHP-Wr-PxW"/>
  211. <include reference="uJU-n5-Eo9"/>
  212. <include reference="A3h-22-f8e"/>
  213. <include reference="dRk-Rq-aVf"/>
  214. <include reference="eHD-f7-xzs"/>
  215. <include reference="eSF-Ap-3bg"/>
  216. <include reference="xhT-wg-LMb"/>
  217. </mask>
  218. </variation>
  219. </view>
  220. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8M7-gg-LCe" userLabel="View - Buttons">
  221. <rect key="frame" x="0.0" y="210" width="270" height="50"/>
  222. <subviews>
  223. <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="o3L-5c-QN3" customClass="CustomButton">
  224. <rect key="frame" x="0.0" y="0.0" width="135" height="50"/>
  225. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  226. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  227. <state key="normal" title="취소" backgroundImage="img_popup_btn_left">
  228. <color key="titleColor" red="0.53333333333333333" green="0.5607843137254902" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  229. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  230. </state>
  231. <connections>
  232. <action selector="btnCancelTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="M6d-Hw-RB3"/>
  233. </connections>
  234. </button>
  235. <button opaque="NO" contentMode="scaleToFill" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5YZ-ir-0oi" customClass="CustomButton">
  236. <rect key="frame" x="135" y="0.0" width="135" height="50"/>
  237. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  238. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  239. <state key="normal" title="확인" backgroundImage="img_popup_btn_right">
  240. <color key="titleColor" red="0.011764705882352941" green="0.60392156862745094" blue="0.87450980392156863" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  241. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  242. </state>
  243. <connections>
  244. <action selector="btnConfirmTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="ocH-VU-ngh"/>
  245. </connections>
  246. </button>
  247. </subviews>
  248. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  249. <constraints>
  250. <constraint firstAttribute="height" constant="50" id="66o-2c-57X"/>
  251. <constraint firstItem="o3L-5c-QN3" firstAttribute="top" secondItem="8M7-gg-LCe" secondAttribute="top" id="EyO-L2-ero"/>
  252. <constraint firstAttribute="trailing" secondItem="5YZ-ir-0oi" secondAttribute="trailing" id="ZgP-ep-3s4"/>
  253. <constraint firstItem="5YZ-ir-0oi" firstAttribute="leading" secondItem="o3L-5c-QN3" secondAttribute="trailing" id="Zv7-i9-oWb"/>
  254. <constraint firstItem="o3L-5c-QN3" firstAttribute="leading" secondItem="8M7-gg-LCe" secondAttribute="leading" id="fH1-gW-QuI"/>
  255. <constraint firstItem="o3L-5c-QN3" firstAttribute="width" secondItem="5YZ-ir-0oi" secondAttribute="width" id="oVv-R7-igf"/>
  256. <constraint firstAttribute="bottom" secondItem="5YZ-ir-0oi" secondAttribute="bottom" id="pAa-cJ-BZt"/>
  257. <constraint firstAttribute="bottom" secondItem="o3L-5c-QN3" secondAttribute="bottom" id="xdD-Io-jfY"/>
  258. <constraint firstItem="5YZ-ir-0oi" firstAttribute="top" secondItem="8M7-gg-LCe" secondAttribute="top" id="yHX-s1-oxJ"/>
  259. </constraints>
  260. </view>
  261. </subviews>
  262. <constraints>
  263. <constraint firstItem="8M7-gg-LCe" firstAttribute="leading" secondItem="BnX-4G-EA9" secondAttribute="leading" id="1R5-6X-lHn"/>
  264. <constraint firstAttribute="trailing" secondItem="Vyg-lF-Oo6" secondAttribute="trailing" id="5QM-hf-zsP">
  265. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  266. </constraint>
  267. <constraint firstItem="Vyg-lF-Oo6" firstAttribute="trailing" secondItem="K2x-vI-pnz" secondAttribute="trailing" id="8oU-80-Hji"/>
  268. <constraint firstItem="8M7-gg-LCe" firstAttribute="top" secondItem="K2x-vI-pnz" secondAttribute="bottom" id="Gd7-Sw-KJv"/>
  269. <constraint firstAttribute="trailing" secondItem="8M7-gg-LCe" secondAttribute="trailing" id="LKH-bZ-CcC"/>
  270. <constraint firstAttribute="bottom" secondItem="8M7-gg-LCe" secondAttribute="bottom" id="Ymd-m3-0ZZ"/>
  271. <constraint firstItem="Vyg-lF-Oo6" firstAttribute="top" secondItem="BnX-4G-EA9" secondAttribute="top" id="cpx-Xc-FLf">
  272. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  273. </constraint>
  274. <constraint firstItem="Vyg-lF-Oo6" firstAttribute="leading" secondItem="BnX-4G-EA9" secondAttribute="leading" id="fZ3-Kn-Nsi"/>
  275. <constraint firstItem="K2x-vI-pnz" firstAttribute="leading" secondItem="BnX-4G-EA9" secondAttribute="leading" id="gKU-13-tlv"/>
  276. <constraint firstItem="K2x-vI-pnz" firstAttribute="top" secondItem="Vyg-lF-Oo6" secondAttribute="bottom" constant="1" id="jdl-mI-ajL">
  277. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  278. </constraint>
  279. <constraint firstItem="K2x-vI-pnz" firstAttribute="centerY" secondItem="BnX-4G-EA9" secondAttribute="centerY" id="peA-U0-d4R">
  280. <variation key="heightClass=regular-widthClass=compact" constant="-3.5"/>
  281. </constraint>
  282. </constraints>
  283. <variation key="default">
  284. <mask key="subviews">
  285. <exclude reference="Vyg-lF-Oo6"/>
  286. <exclude reference="K2x-vI-pnz"/>
  287. </mask>
  288. <mask key="constraints">
  289. <exclude reference="1R5-6X-lHn"/>
  290. <exclude reference="Gd7-Sw-KJv"/>
  291. <exclude reference="LKH-bZ-CcC"/>
  292. <exclude reference="Ymd-m3-0ZZ"/>
  293. <exclude reference="5QM-hf-zsP"/>
  294. <exclude reference="8oU-80-Hji"/>
  295. <exclude reference="cpx-Xc-FLf"/>
  296. <exclude reference="fZ3-Kn-Nsi"/>
  297. <exclude reference="gKU-13-tlv"/>
  298. <exclude reference="jdl-mI-ajL"/>
  299. <exclude reference="peA-U0-d4R"/>
  300. </mask>
  301. </variation>
  302. <variation key="heightClass=regular-widthClass=compact">
  303. <mask key="subviews">
  304. <include reference="Vyg-lF-Oo6"/>
  305. <include reference="K2x-vI-pnz"/>
  306. </mask>
  307. <mask key="constraints">
  308. <include reference="1R5-6X-lHn"/>
  309. <include reference="Gd7-Sw-KJv"/>
  310. <include reference="LKH-bZ-CcC"/>
  311. <include reference="Ymd-m3-0ZZ"/>
  312. <include reference="5QM-hf-zsP"/>
  313. <include reference="8oU-80-Hji"/>
  314. <include reference="cpx-Xc-FLf"/>
  315. <include reference="fZ3-Kn-Nsi"/>
  316. <include reference="gKU-13-tlv"/>
  317. <include reference="jdl-mI-ajL"/>
  318. <exclude reference="peA-U0-d4R"/>
  319. </mask>
  320. </variation>
  321. </view>
  322. </subviews>
  323. <constraints>
  324. <constraint firstAttribute="bottom" secondItem="BnX-4G-EA9" secondAttribute="bottom" constant="1" id="FWh-Sq-vHm">
  325. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  326. </constraint>
  327. <constraint firstItem="BnX-4G-EA9" firstAttribute="leading" secondItem="Wpz-PG-lDk" secondAttribute="leading" constant="66" id="ncG-SF-Oil">
  328. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  329. </constraint>
  330. <constraint firstAttribute="trailing" secondItem="BnX-4G-EA9" secondAttribute="trailing" constant="66" id="nnl-nS-hLh">
  331. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  332. </constraint>
  333. <constraint firstItem="BnX-4G-EA9" firstAttribute="top" secondItem="Wpz-PG-lDk" secondAttribute="top" constant="1" id="yhP-Fw-FOr">
  334. <variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
  335. </constraint>
  336. </constraints>
  337. <variation key="default">
  338. <mask key="subviews">
  339. <exclude reference="BnX-4G-EA9"/>
  340. </mask>
  341. <mask key="constraints">
  342. <exclude reference="FWh-Sq-vHm"/>
  343. <exclude reference="ncG-SF-Oil"/>
  344. <exclude reference="nnl-nS-hLh"/>
  345. <exclude reference="yhP-Fw-FOr"/>
  346. </mask>
  347. </variation>
  348. <variation key="heightClass=regular-widthClass=compact">
  349. <mask key="subviews">
  350. <include reference="BnX-4G-EA9"/>
  351. </mask>
  352. <mask key="constraints">
  353. <include reference="FWh-Sq-vHm"/>
  354. <include reference="ncG-SF-Oil"/>
  355. <include reference="nnl-nS-hLh"/>
  356. <include reference="yhP-Fw-FOr"/>
  357. </mask>
  358. </variation>
  359. </view>
  360. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fQh-fh-vp4">
  361. <rect key="frame" x="0.0" y="0.0" width="25" height="568"/>
  362. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  363. <constraints>
  364. <constraint firstAttribute="width" constant="25" id="Mci-FZ-oG5"/>
  365. </constraints>
  366. </view>
  367. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Fo-aQ-dx0">
  368. <rect key="frame" x="295" y="0.0" width="25" height="568"/>
  369. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  370. <constraints>
  371. <constraint firstAttribute="width" constant="25" id="gu7-jZ-VxU"/>
  372. </constraints>
  373. </view>
  374. </subviews>
  375. <constraints>
  376. <constraint firstItem="Wpz-PG-lDk" firstAttribute="leading" secondItem="fQh-fh-vp4" secondAttribute="trailing" id="2HK-mY-ccb"/>
  377. <constraint firstAttribute="trailing" secondItem="4c3-gb-BwR" secondAttribute="trailing" id="F9j-6m-8Sq"/>
  378. <constraint firstItem="3Fo-aQ-dx0" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="FJP-Pb-ooQ"/>
  379. <constraint firstItem="3Fo-aQ-dx0" firstAttribute="leading" secondItem="Wpz-PG-lDk" secondAttribute="trailing" id="Fyb-RY-zIU"/>
  380. <constraint firstItem="fQh-fh-vp4" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="GCp-fE-5aq"/>
  381. <constraint firstItem="4c3-gb-BwR" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="TOG-yL-xSq"/>
  382. <constraint firstItem="Wpz-PG-lDk" firstAttribute="centerY" secondItem="qLf-va-EAG" secondAttribute="centerY" placeholder="YES" id="dvV-Dc-wMa"/>
  383. <constraint firstItem="fQh-fh-vp4" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="g5t-Zz-6Pf"/>
  384. <constraint firstAttribute="bottom" secondItem="3Fo-aQ-dx0" secondAttribute="bottom" id="jnK-7m-yQB"/>
  385. <constraint firstAttribute="trailing" secondItem="3Fo-aQ-dx0" secondAttribute="trailing" id="u1p-4L-B9x"/>
  386. <constraint firstAttribute="bottom" secondItem="4c3-gb-BwR" secondAttribute="bottom" id="uc7-M6-ZYJ"/>
  387. <constraint firstAttribute="bottom" secondItem="fQh-fh-vp4" secondAttribute="bottom" id="vw5-JH-9gy"/>
  388. <constraint firstItem="4c3-gb-BwR" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="wPB-Gl-TgQ"/>
  389. </constraints>
  390. <variation key="default">
  391. <mask key="subviews">
  392. <exclude reference="4c3-gb-BwR"/>
  393. <exclude reference="Wpz-PG-lDk"/>
  394. </mask>
  395. <mask key="constraints">
  396. <exclude reference="dvV-Dc-wMa"/>
  397. <exclude reference="F9j-6m-8Sq"/>
  398. <exclude reference="TOG-yL-xSq"/>
  399. <exclude reference="uc7-M6-ZYJ"/>
  400. <exclude reference="wPB-Gl-TgQ"/>
  401. </mask>
  402. </variation>
  403. <variation key="heightClass=regular-widthClass=compact">
  404. <mask key="subviews">
  405. <include reference="4c3-gb-BwR"/>
  406. <include reference="Wpz-PG-lDk"/>
  407. </mask>
  408. <mask key="constraints">
  409. <include reference="dvV-Dc-wMa"/>
  410. <include reference="F9j-6m-8Sq"/>
  411. <include reference="TOG-yL-xSq"/>
  412. <include reference="uc7-M6-ZYJ"/>
  413. <include reference="wPB-Gl-TgQ"/>
  414. </mask>
  415. </variation>
  416. <connections>
  417. <outlet property="btnCancel" destination="o3L-5c-QN3" id="e4x-yo-beT"/>
  418. <outlet property="btnConfirm" destination="5YZ-ir-0oi" id="qA6-2Q-AcO"/>
  419. <outlet property="containerView" destination="BnX-4G-EA9" id="EfG-H8-lxY"/>
  420. <outlet property="imgTitleBar" destination="F3D-DX-aLF" id="V02-S8-Jzn"/>
  421. <outlet property="lblTitle" destination="c0q-8E-eGK" id="M1D-GB-nQP"/>
  422. <outlet property="maskingView" destination="4c3-gb-BwR" id="FeS-9L-Asv"/>
  423. <outlet property="popUpView" destination="Wpz-PG-lDk" id="fKh-Hi-2Vv"/>
  424. <outlet property="txtActivationCode" destination="IfD-X3-70g" id="BoI-QH-1eT"/>
  425. <outlet property="txtPasswd" destination="521-cl-wVe" id="6aZ-cU-lYB"/>
  426. </connections>
  427. <point key="canvasLocation" x="44" y="27"/>
  428. </view>
  429. </objects>
  430. <resources>
  431. <image name="common_bg_alpha_85" width="2" height="2"/>
  432. <image name="img_input_round_bg_default" width="50" height="35"/>
  433. <image name="img_popup_bg_body" width="2" height="2"/>
  434. <image name="img_popup_bg_head" width="37" height="48"/>
  435. <image name="img_popup_btn_left" width="37" height="34"/>
  436. <image name="img_popup_btn_right" width="37" height="34"/>
  437. </resources>
  438. </document>