TriggerSelectPopupView.xib 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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="TriggerSelectPopupView">
  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="V3F-3X-3RX">
  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="trailing" secondItem="V3F-3X-3RX" secondAttribute="trailing" id="9SD-T7-3Rr"/>
  27. <constraint firstItem="V3F-3X-3RX" firstAttribute="top" secondItem="4c3-gb-BwR" secondAttribute="top" id="Wek-Zn-NAK"/>
  28. <constraint firstItem="V3F-3X-3RX" firstAttribute="leading" secondItem="4c3-gb-BwR" secondAttribute="leading" id="dmt-A1-0kW"/>
  29. <constraint firstAttribute="bottom" secondItem="V3F-3X-3RX" secondAttribute="bottom" id="rwc-q8-tZS"/>
  30. </constraints>
  31. </view>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sqq-aQ-dqD" userLabel="popUpView">
  33. <rect key="frame" x="25" y="120" width="270" height="328"/>
  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="328"/>
  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="mXf-oa-Ena" 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="r0Y-TS-1wf">
  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="3pD-Wq-ial"/>
  55. </constraints>
  56. </view>
  57. </subviews>
  58. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  59. <constraints>
  60. <constraint firstAttribute="trailing" secondItem="mXf-oa-Ena" secondAttribute="trailing" id="5RC-et-TGc"/>
  61. <constraint firstAttribute="bottom" secondItem="mXf-oa-Ena" secondAttribute="bottom" id="8V8-6v-muB"/>
  62. <constraint firstItem="mXf-oa-Ena" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="9fn-SE-4WX"/>
  63. <constraint firstItem="mXf-oa-Ena" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="Dk5-qo-529"/>
  64. <constraint firstItem="IE2-24-gHl" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="Ldj-nV-yrM"/>
  65. <constraint firstItem="r0Y-TS-1wf" firstAttribute="leading" secondItem="7nf-Ia-7Kq" secondAttribute="leading" id="WaQ-OU-MB3"/>
  66. <constraint firstAttribute="bottom" secondItem="r0Y-TS-1wf" secondAttribute="bottom" id="Yh3-gy-8aa"/>
  67. <constraint firstItem="r0Y-TS-1wf" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="top" id="aqk-ar-PcC"/>
  68. <constraint firstItem="IE2-24-gHl" firstAttribute="leading" secondItem="r0Y-TS-1wf" secondAttribute="trailing" id="flH-Fi-9L3"/>
  69. <constraint firstAttribute="trailing" secondItem="IE2-24-gHl" secondAttribute="trailing" id="mUY-4l-GjT"/>
  70. <constraint firstAttribute="height" constant="56" id="oTP-DD-1dH"/>
  71. <constraint firstAttribute="bottom" secondItem="IE2-24-gHl" secondAttribute="bottom" id="yzV-EQ-HeM"/>
  72. </constraints>
  73. </view>
  74. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Mw5-GF-3oQ" userLabel="View - message" customClass="KNView">
  75. <rect key="frame" x="0.0" y="56" width="270" height="222"/>
  76. <subviews>
  77. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="Dji-An-k5T">
  78. <rect key="frame" x="0.0" y="0.0" width="270" height="222"/>
  79. </imageView>
  80. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tga-gm-ufE">
  81. <rect key="frame" x="0.0" y="0.0" width="25" height="222"/>
  82. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  83. <constraints>
  84. <constraint firstAttribute="width" constant="25" id="Gna-01-iF1"/>
  85. </constraints>
  86. </view>
  87. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JFL-Ql-HLg">
  88. <rect key="frame" x="245" y="0.0" width="25" height="222"/>
  89. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  90. <constraints>
  91. <constraint firstAttribute="width" constant="25" id="kJU-26-wjx"/>
  92. </constraints>
  93. </view>
  94. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bV3-dX-J11">
  95. <rect key="frame" x="0.0" y="0.0" width="270" height="8"/>
  96. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  97. <constraints>
  98. <constraint firstAttribute="height" constant="8" id="aIb-Zm-GHK"/>
  99. </constraints>
  100. </view>
  101. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7Yi-qX-HR9" customClass="CustomLabelButton">
  102. <rect key="frame" x="25" y="8" width="110" height="90"/>
  103. <subviews>
  104. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="top" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mqA-AU-fnx" customClass="CustomButton">
  105. <rect key="frame" x="0.0" y="0.0" width="110" height="90"/>
  106. <constraints>
  107. <constraint firstAttribute="height" constant="90" id="OdD-47-U98"/>
  108. </constraints>
  109. <state key="normal" image="img_rule_icon_time"/>
  110. <state key="highlighted" image="img_rule_icon_time" backgroundImage="common_bg_list_02"/>
  111. <connections>
  112. <action selector="btnTimerTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="yOF-6F-Ea9"/>
  113. </connections>
  114. </button>
  115. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="252" verticalCompressionResistancePriority="749" placeholderIntrinsicWidth="200" placeholderIntrinsicHeight="40" text="시각" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CKY-QM-CdG" customClass="CustomLabel">
  116. <rect key="frame" x="0.5" y="65" width="110" height="20"/>
  117. <constraints>
  118. <constraint firstAttribute="height" constant="20" id="oJh-gu-bTv"/>
  119. </constraints>
  120. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  121. <nil key="highlightedColor"/>
  122. </label>
  123. </subviews>
  124. <constraints>
  125. <constraint firstItem="CKY-QM-CdG" firstAttribute="width" secondItem="mqA-AU-fnx" secondAttribute="width" id="8cq-u7-9IM"/>
  126. <constraint firstAttribute="bottom" secondItem="mqA-AU-fnx" secondAttribute="bottom" id="UVB-h3-hOY"/>
  127. <constraint firstItem="mqA-AU-fnx" firstAttribute="top" secondItem="7Yi-qX-HR9" secondAttribute="top" id="Yvd-7e-sCZ"/>
  128. <constraint firstItem="mqA-AU-fnx" firstAttribute="leading" secondItem="7Yi-qX-HR9" secondAttribute="leading" id="hvC-Ci-64X"/>
  129. <constraint firstAttribute="bottom" secondItem="CKY-QM-CdG" secondAttribute="bottom" constant="5" id="pv6-e5-MGg"/>
  130. <constraint firstAttribute="trailing" secondItem="mqA-AU-fnx" secondAttribute="trailing" id="w8Z-ab-USg"/>
  131. <constraint firstItem="CKY-QM-CdG" firstAttribute="centerX" secondItem="7Yi-qX-HR9" secondAttribute="centerX" id="yoy-qf-FCQ"/>
  132. </constraints>
  133. <connections>
  134. <outlet property="btn" destination="mqA-AU-fnx" id="wcP-K6-J4h"/>
  135. <outlet property="label" destination="CKY-QM-CdG" id="Mw1-GV-x2d"/>
  136. </connections>
  137. </view>
  138. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="raV-Bi-Qe8" customClass="CustomLabelButton">
  139. <rect key="frame" x="135" y="8" width="110" height="90"/>
  140. <subviews>
  141. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="top" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YW4-8k-xS4" customClass="CustomButton">
  142. <rect key="frame" x="0.0" y="0.0" width="110" height="90"/>
  143. <constraints>
  144. <constraint firstAttribute="height" constant="90" id="VDJ-dh-Xhf"/>
  145. </constraints>
  146. <state key="normal" image="img_rule_icon_sunrises"/>
  147. <state key="highlighted" image="img_rule_icon_sunrises" backgroundImage="common_bg_list_02"/>
  148. <connections>
  149. <action selector="btnDaylightTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="VDz-zZ-OmX"/>
  150. </connections>
  151. </button>
  152. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="252" verticalCompressionResistancePriority="749" placeholderIntrinsicWidth="200" placeholderIntrinsicHeight="40" text="일출 / 일몰" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mJd-r6-aKY" customClass="CustomLabel">
  153. <rect key="frame" x="0.5" y="65" width="110" height="20"/>
  154. <constraints>
  155. <constraint firstAttribute="height" constant="20" id="zEe-uY-AsO"/>
  156. </constraints>
  157. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  158. <nil key="highlightedColor"/>
  159. <userDefinedRuntimeAttributes>
  160. <userDefinedRuntimeAttribute type="color" keyPath="highlightedTextColor">
  161. <color key="value" red="0.16078431369999999" green="0.55294117649999996" blue="0.80392156859999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  162. </userDefinedRuntimeAttribute>
  163. </userDefinedRuntimeAttributes>
  164. </label>
  165. </subviews>
  166. <constraints>
  167. <constraint firstAttribute="bottom" secondItem="mJd-r6-aKY" secondAttribute="bottom" constant="5" id="8NF-vI-V9K"/>
  168. <constraint firstAttribute="trailing" secondItem="YW4-8k-xS4" secondAttribute="trailing" id="9m9-01-MeH"/>
  169. <constraint firstItem="YW4-8k-xS4" firstAttribute="top" secondItem="raV-Bi-Qe8" secondAttribute="top" id="Bec-WB-BTr"/>
  170. <constraint firstAttribute="bottom" secondItem="YW4-8k-xS4" secondAttribute="bottom" id="Ex1-8C-sdJ"/>
  171. <constraint firstItem="YW4-8k-xS4" firstAttribute="leading" secondItem="raV-Bi-Qe8" secondAttribute="leading" id="JOG-5C-Gw0"/>
  172. <constraint firstItem="mJd-r6-aKY" firstAttribute="centerX" secondItem="raV-Bi-Qe8" secondAttribute="centerX" id="hbF-Q5-qlh"/>
  173. <constraint firstItem="mJd-r6-aKY" firstAttribute="width" secondItem="YW4-8k-xS4" secondAttribute="width" id="utp-1i-t59"/>
  174. </constraints>
  175. <connections>
  176. <outlet property="btn" destination="YW4-8k-xS4" id="jqV-B0-NXm"/>
  177. <outlet property="label" destination="mJd-r6-aKY" id="r4Q-4t-gjb"/>
  178. </connections>
  179. </view>
  180. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XZd-FQ-9h5" customClass="CustomLabelButton">
  181. <rect key="frame" x="25" y="115" width="110" height="90"/>
  182. <subviews>
  183. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="top" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Nap-o6-NYb" customClass="CustomButton">
  184. <rect key="frame" x="0.0" y="0.0" width="110" height="90"/>
  185. <constraints>
  186. <constraint firstAttribute="height" constant="90" id="Pv3-ek-U53"/>
  187. </constraints>
  188. <state key="normal" image="img_rule_icon_Temperature"/>
  189. <state key="highlighted" image="img_rule_icon_Temperature" backgroundImage="common_bg_list_02"/>
  190. <connections>
  191. <action selector="btnHeatTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="xBv-0F-WWh"/>
  192. </connections>
  193. </button>
  194. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="252" verticalCompressionResistancePriority="749" placeholderIntrinsicWidth="200" placeholderIntrinsicHeight="40" text="기온" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sV2-1C-3Qf" customClass="CustomLabel">
  195. <rect key="frame" x="0.0" y="65" width="110" height="20"/>
  196. <constraints>
  197. <constraint firstAttribute="height" constant="20" id="2zB-j4-tHn"/>
  198. </constraints>
  199. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  200. <nil key="highlightedColor"/>
  201. </label>
  202. </subviews>
  203. <constraints>
  204. <constraint firstAttribute="bottom" secondItem="sV2-1C-3Qf" secondAttribute="bottom" constant="5" id="1pP-fA-Hbg"/>
  205. <constraint firstAttribute="trailing" secondItem="Nap-o6-NYb" secondAttribute="trailing" id="2SL-Vr-OLG"/>
  206. <constraint firstAttribute="bottom" secondItem="Nap-o6-NYb" secondAttribute="bottom" id="HEk-fp-3ah"/>
  207. <constraint firstItem="Nap-o6-NYb" firstAttribute="top" secondItem="XZd-FQ-9h5" secondAttribute="top" id="IMB-CP-b0g"/>
  208. <constraint firstItem="sV2-1C-3Qf" firstAttribute="width" secondItem="Nap-o6-NYb" secondAttribute="width" id="Oy5-Je-bPj"/>
  209. <constraint firstItem="sV2-1C-3Qf" firstAttribute="centerX" secondItem="XZd-FQ-9h5" secondAttribute="centerX" id="Pzh-7Q-m55"/>
  210. <constraint firstItem="Nap-o6-NYb" firstAttribute="leading" secondItem="XZd-FQ-9h5" secondAttribute="leading" id="ozT-ze-Rd6"/>
  211. </constraints>
  212. <connections>
  213. <outlet property="btn" destination="Nap-o6-NYb" id="NPw-Bz-wyb"/>
  214. <outlet property="label" destination="sV2-1C-3Qf" id="DRE-C7-Oeq"/>
  215. </connections>
  216. </view>
  217. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dxb-jd-PcK" customClass="CustomLabelButton">
  218. <rect key="frame" x="135" y="115" width="110" height="90"/>
  219. <subviews>
  220. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="top" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="H8x-f7-whl" customClass="CustomButton">
  221. <rect key="frame" x="0.0" y="0.0" width="110" height="90"/>
  222. <constraints>
  223. <constraint firstAttribute="height" constant="90" id="cm7-gN-9Jg"/>
  224. </constraints>
  225. <state key="normal" image="img_rule_icon_device_plug"/>
  226. <state key="highlighted" image="img_rule_icon_device_plug" backgroundImage="common_bg_list_02"/>
  227. <connections>
  228. <action selector="btnDeviceTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="cI3-KG-TfG"/>
  229. </connections>
  230. </button>
  231. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="252" verticalCompressionResistancePriority="749" placeholderIntrinsicWidth="200" placeholderIntrinsicHeight="40" text="장치 상태" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hbV-wm-3sp" customClass="CustomLabel">
  232. <rect key="frame" x="0.0" y="65" width="110" height="20"/>
  233. <constraints>
  234. <constraint firstAttribute="height" constant="20" id="nUP-qb-JWd"/>
  235. </constraints>
  236. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  237. <nil key="highlightedColor"/>
  238. </label>
  239. </subviews>
  240. <constraints>
  241. <constraint firstItem="H8x-f7-whl" firstAttribute="leading" secondItem="dxb-jd-PcK" secondAttribute="leading" id="15h-58-RFP"/>
  242. <constraint firstItem="hbV-wm-3sp" firstAttribute="width" secondItem="H8x-f7-whl" secondAttribute="width" id="2PE-pl-Kbr"/>
  243. <constraint firstItem="H8x-f7-whl" firstAttribute="top" secondItem="dxb-jd-PcK" secondAttribute="top" id="8KF-iE-ash"/>
  244. <constraint firstItem="hbV-wm-3sp" firstAttribute="centerX" secondItem="dxb-jd-PcK" secondAttribute="centerX" id="TH9-Gn-3vY"/>
  245. <constraint firstAttribute="bottom" secondItem="hbV-wm-3sp" secondAttribute="bottom" constant="5" id="YVC-c3-vVq"/>
  246. <constraint firstAttribute="trailing" secondItem="H8x-f7-whl" secondAttribute="trailing" id="bIm-iY-ASV"/>
  247. <constraint firstAttribute="bottom" secondItem="H8x-f7-whl" secondAttribute="bottom" id="yJp-cd-JR5"/>
  248. </constraints>
  249. <connections>
  250. <outlet property="btn" destination="H8x-f7-whl" id="Iow-pj-bLa"/>
  251. <outlet property="label" destination="hbV-wm-3sp" id="gYK-8f-807"/>
  252. </connections>
  253. </view>
  254. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Iqa-xX-eu2">
  255. <rect key="frame" x="0.0" y="98" width="270" height="17"/>
  256. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  257. <constraints>
  258. <constraint firstAttribute="height" constant="17" id="5sr-Gc-xYE"/>
  259. </constraints>
  260. </view>
  261. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Kom-Hu-tGE">
  262. <rect key="frame" x="0.0" y="205" width="270" height="17"/>
  263. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  264. <constraints>
  265. <constraint firstAttribute="height" constant="17" id="Zh9-E8-rkM"/>
  266. </constraints>
  267. </view>
  268. </subviews>
  269. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  270. <constraints>
  271. <constraint firstItem="tga-gm-ufE" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" id="6nL-E3-GuB"/>
  272. <constraint firstAttribute="trailing" secondItem="Dji-An-k5T" secondAttribute="trailing" id="ADQ-pA-RfS"/>
  273. <constraint firstAttribute="bottom" secondItem="Kom-Hu-tGE" secondAttribute="bottom" id="CIQ-Sg-WM6"/>
  274. <constraint firstAttribute="bottom" secondItem="JFL-Ql-HLg" secondAttribute="bottom" id="CfQ-Gc-dRq"/>
  275. <constraint firstAttribute="bottom" secondItem="tga-gm-ufE" secondAttribute="bottom" id="DwB-yj-K5h"/>
  276. <constraint firstItem="JFL-Ql-HLg" firstAttribute="leading" secondItem="raV-Bi-Qe8" secondAttribute="trailing" id="EqL-UM-XmO"/>
  277. <constraint firstItem="Iqa-xX-eu2" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="I3E-kC-CLK"/>
  278. <constraint firstItem="JFL-Ql-HLg" firstAttribute="leading" secondItem="dxb-jd-PcK" secondAttribute="trailing" id="Jj4-KZ-iz3"/>
  279. <constraint firstItem="XZd-FQ-9h5" firstAttribute="top" secondItem="Iqa-xX-eu2" secondAttribute="bottom" id="L9j-pk-T1i"/>
  280. <constraint firstItem="7Yi-qX-HR9" firstAttribute="width" secondItem="raV-Bi-Qe8" secondAttribute="width" id="Lf4-YE-Njy"/>
  281. <constraint firstItem="Iqa-xX-eu2" firstAttribute="top" secondItem="7Yi-qX-HR9" secondAttribute="bottom" id="MxW-6d-CZs"/>
  282. <constraint firstItem="JFL-Ql-HLg" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" id="Nnd-yc-7HD"/>
  283. <constraint firstAttribute="trailing" secondItem="JFL-Ql-HLg" secondAttribute="trailing" id="P8t-Bw-JZ6"/>
  284. <constraint firstItem="dxb-jd-PcK" firstAttribute="top" secondItem="Iqa-xX-eu2" secondAttribute="bottom" id="RfI-B1-rlJ"/>
  285. <constraint firstItem="dxb-jd-PcK" firstAttribute="leading" secondItem="XZd-FQ-9h5" secondAttribute="trailing" id="Rl1-nR-skL"/>
  286. <constraint firstAttribute="trailing" secondItem="Iqa-xX-eu2" secondAttribute="trailing" id="SSl-Qv-ypt"/>
  287. <constraint firstItem="Kom-Hu-tGE" firstAttribute="top" secondItem="XZd-FQ-9h5" secondAttribute="bottom" id="WrD-0a-5GC"/>
  288. <constraint firstAttribute="trailing" secondItem="Kom-Hu-tGE" secondAttribute="trailing" id="Wrz-Pz-4cs"/>
  289. <constraint firstItem="Dji-An-k5T" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="X97-1w-Gpc"/>
  290. <constraint firstItem="XZd-FQ-9h5" firstAttribute="width" secondItem="dxb-jd-PcK" secondAttribute="width" id="XXs-ZQ-4x2"/>
  291. <constraint firstItem="7Yi-qX-HR9" firstAttribute="top" secondItem="bV3-dX-J11" secondAttribute="bottom" id="XZs-B3-sNh"/>
  292. <constraint firstItem="bV3-dX-J11" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" id="XgU-zx-kAp"/>
  293. <constraint firstItem="tga-gm-ufE" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="bL4-9p-LUY"/>
  294. <constraint firstItem="raV-Bi-Qe8" firstAttribute="leading" secondItem="7Yi-qX-HR9" secondAttribute="trailing" id="cKN-t5-g8h"/>
  295. <constraint firstItem="XZd-FQ-9h5" firstAttribute="leading" secondItem="tga-gm-ufE" secondAttribute="trailing" id="dsL-ft-29D"/>
  296. <constraint firstAttribute="bottom" secondItem="Dji-An-k5T" secondAttribute="bottom" id="e3B-rg-iFo"/>
  297. <constraint firstItem="Dji-An-k5T" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="top" id="esq-Ru-aAa"/>
  298. <constraint firstItem="bV3-dX-J11" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="kJ9-6c-To9"/>
  299. <constraint firstAttribute="trailing" secondItem="bV3-dX-J11" secondAttribute="trailing" id="syf-yN-FF9"/>
  300. <constraint firstItem="raV-Bi-Qe8" firstAttribute="top" secondItem="bV3-dX-J11" secondAttribute="bottom" id="vpM-MB-Kn5"/>
  301. <constraint firstItem="Kom-Hu-tGE" firstAttribute="leading" secondItem="Mw5-GF-3oQ" secondAttribute="leading" id="wqH-DE-nJV"/>
  302. <constraint firstItem="7Yi-qX-HR9" firstAttribute="leading" secondItem="tga-gm-ufE" secondAttribute="trailing" id="zZX-Pk-EI3"/>
  303. </constraints>
  304. </view>
  305. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bIs-li-8bz" userLabel="View - Buttons">
  306. <rect key="frame" x="0.0" y="278" width="270" height="50"/>
  307. <subviews>
  308. <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" horizontalCompressionResistancePriority="749" placeholderIntrinsicWidth="144" placeholderIntrinsicHeight="70" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EtP-9O-R3A" customClass="CustomButton">
  309. <rect key="frame" x="0.0" y="0.0" width="270" height="50"/>
  310. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  311. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  312. <state key="normal" title="취소" backgroundImage="img_popup_btn">
  313. <color key="titleColor" red="0.53333333333333333" green="0.5607843137254902" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  314. <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  315. </state>
  316. <connections>
  317. <action selector="btnCancelTouched:" destination="qLf-va-EAG" eventType="touchUpInside" id="1J0-F8-zRO"/>
  318. </connections>
  319. </button>
  320. </subviews>
  321. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  322. <constraints>
  323. <constraint firstAttribute="height" constant="50" id="6Wh-TD-OFi"/>
  324. <constraint firstAttribute="bottom" secondItem="EtP-9O-R3A" secondAttribute="bottom" id="8f7-Zw-K5Z"/>
  325. <constraint firstAttribute="trailing" secondItem="EtP-9O-R3A" secondAttribute="trailing" id="JDE-1A-5A6"/>
  326. <constraint firstItem="EtP-9O-R3A" firstAttribute="leading" secondItem="bIs-li-8bz" secondAttribute="leading" id="PXu-wx-yun"/>
  327. <constraint firstItem="EtP-9O-R3A" firstAttribute="top" secondItem="bIs-li-8bz" secondAttribute="top" id="fpg-zj-iCk"/>
  328. </constraints>
  329. </view>
  330. </subviews>
  331. <constraints>
  332. <constraint firstAttribute="trailing" secondItem="7nf-Ia-7Kq" secondAttribute="trailing" id="QFZ-sI-FTg"/>
  333. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="RFN-Kf-txX"/>
  334. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="top" secondItem="3Np-sH-ysD" secondAttribute="top" id="SU0-8W-BVB"/>
  335. <constraint firstAttribute="trailing" secondItem="bIs-li-8bz" secondAttribute="trailing" id="UaC-ap-Ulp"/>
  336. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="trailing" secondItem="Mw5-GF-3oQ" secondAttribute="trailing" id="fbA-Cy-O1e"/>
  337. <constraint firstItem="Mw5-GF-3oQ" firstAttribute="top" secondItem="7nf-Ia-7Kq" secondAttribute="bottom" id="hfD-i1-Fhe"/>
  338. <constraint firstItem="7nf-Ia-7Kq" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="j4G-mB-NeU"/>
  339. <constraint firstAttribute="bottom" secondItem="bIs-li-8bz" secondAttribute="bottom" id="oNC-iJ-Za7"/>
  340. <constraint firstItem="bIs-li-8bz" firstAttribute="leading" secondItem="3Np-sH-ysD" secondAttribute="leading" id="s6c-op-QFh"/>
  341. <constraint firstItem="bIs-li-8bz" firstAttribute="top" secondItem="Mw5-GF-3oQ" secondAttribute="bottom" id="wPf-du-0AV"/>
  342. </constraints>
  343. </view>
  344. </subviews>
  345. <constraints>
  346. <constraint firstAttribute="bottom" secondItem="3Np-sH-ysD" secondAttribute="bottom" id="4tu-Yz-TS5"/>
  347. <constraint firstItem="3Np-sH-ysD" firstAttribute="top" secondItem="sqq-aQ-dqD" secondAttribute="top" id="CFR-Ui-y7e"/>
  348. <constraint firstAttribute="trailing" secondItem="3Np-sH-ysD" secondAttribute="trailing" id="bxv-4Z-PIM"/>
  349. <constraint firstItem="3Np-sH-ysD" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="leading" id="n2E-3P-5p3"/>
  350. </constraints>
  351. </view>
  352. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OoB-AF-262">
  353. <rect key="frame" x="0.0" y="0.0" width="25" height="568"/>
  354. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  355. <constraints>
  356. <constraint firstAttribute="width" constant="25" id="e6c-Bw-l3D"/>
  357. </constraints>
  358. </view>
  359. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ebf-PC-Dlj">
  360. <rect key="frame" x="295" y="0.0" width="25" height="568"/>
  361. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  362. <constraints>
  363. <constraint firstAttribute="width" constant="25" id="qQG-CA-kpg"/>
  364. </constraints>
  365. </view>
  366. </subviews>
  367. <constraints>
  368. <constraint firstAttribute="trailing" secondItem="4c3-gb-BwR" secondAttribute="trailing" id="F9j-6m-8Sq"/>
  369. <constraint firstItem="OoB-AF-262" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="MnQ-Yr-oie"/>
  370. <constraint firstItem="4c3-gb-BwR" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="TOG-yL-xSq"/>
  371. <constraint firstAttribute="bottom" secondItem="OoB-AF-262" secondAttribute="bottom" id="cf1-o7-9nw"/>
  372. <constraint firstItem="OoB-AF-262" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="dim-23-EmK"/>
  373. <constraint firstAttribute="trailing" secondItem="Ebf-PC-Dlj" secondAttribute="trailing" id="fnm-Ov-LTY"/>
  374. <constraint firstItem="Ebf-PC-Dlj" firstAttribute="top" secondItem="qLf-va-EAG" secondAttribute="top" id="hZg-EB-NHQ"/>
  375. <constraint firstItem="Ebf-PC-Dlj" firstAttribute="leading" secondItem="sqq-aQ-dqD" secondAttribute="trailing" id="qeY-If-Ym1"/>
  376. <constraint firstAttribute="centerY" secondItem="sqq-aQ-dqD" secondAttribute="centerY" placeholder="YES" id="rPN-2q-9iB"/>
  377. <constraint firstAttribute="bottom" secondItem="Ebf-PC-Dlj" secondAttribute="bottom" id="t4Y-gg-YHi"/>
  378. <constraint firstAttribute="bottom" secondItem="4c3-gb-BwR" secondAttribute="bottom" id="uc7-M6-ZYJ"/>
  379. <constraint firstItem="sqq-aQ-dqD" firstAttribute="leading" secondItem="OoB-AF-262" secondAttribute="trailing" id="v5N-0V-J7M"/>
  380. <constraint firstItem="4c3-gb-BwR" firstAttribute="leading" secondItem="qLf-va-EAG" secondAttribute="leading" id="wPB-Gl-TgQ"/>
  381. </constraints>
  382. <connections>
  383. <outlet property="btnCancelSingle" destination="EtP-9O-R3A" id="pq3-WN-awZ"/>
  384. <outlet property="containerView" destination="3Np-sH-ysD" id="uJs-dG-r2k"/>
  385. <outlet property="imgTitleBar" destination="mXf-oa-Ena" id="9dK-DN-FBF"/>
  386. <outlet property="lblDaylight" destination="raV-Bi-Qe8" id="6nb-vw-4VJ"/>
  387. <outlet property="lblDevice" destination="dxb-jd-PcK" id="HiD-i8-WBi"/>
  388. <outlet property="lblHeat" destination="XZd-FQ-9h5" id="1S1-PA-zRW"/>
  389. <outlet property="lblTimer" destination="7Yi-qX-HR9" id="KzW-hq-bK1"/>
  390. <outlet property="lblTitle" destination="IE2-24-gHl" id="DFB-ut-ky2"/>
  391. <outlet property="maskingView" destination="4c3-gb-BwR" id="9bJ-5l-qJq"/>
  392. <outlet property="popUpView" destination="sqq-aQ-dqD" id="BCO-MT-Cf2"/>
  393. </connections>
  394. <point key="canvasLocation" x="87" y="297"/>
  395. </view>
  396. </objects>
  397. <resources>
  398. <image name="common_bg_alpha_85" width="2" height="2"/>
  399. <image name="common_bg_list_02" width="1" height="1"/>
  400. <image name="img_popup_bg_body" width="2" height="2"/>
  401. <image name="img_popup_bg_head" width="37" height="48"/>
  402. <image name="img_popup_btn" width="37" height="33"/>
  403. <image name="img_rule_icon_Temperature" width="60" height="60"/>
  404. <image name="img_rule_icon_device_plug" width="60" height="60"/>
  405. <image name="img_rule_icon_sunrises" width="60" height="60"/>
  406. <image name="img_rule_icon_time" width="60" height="60"/>
  407. </resources>
  408. </document>