OLM.storyboard 129 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
  3. <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Offline Setting-->
  12. <scene sceneID="Zkb-7X-Ajq">
  13. <objects>
  14. <viewController storyboardIdentifier="OfflineSettingViewController" title="Offline Setting" useStoryboardIdentifierAsRestorationIdentifier="YES" id="FG7-WW-Z5X" customClass="OfflineSettingViewController" sceneMemberID="viewController">
  15. <layoutGuides>
  16. <viewControllerLayoutGuide type="top" id="KQN-V1-5y5"/>
  17. <viewControllerLayoutGuide type="bottom" id="oKp-7s-9cn"/>
  18. </layoutGuides>
  19. <view key="view" contentMode="scaleToFill" id="fxo-pq-FSo">
  20. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Enable offline mode" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iMj-3v-3eE">
  24. <rect key="frame" x="20" y="25" width="181" height="21"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Use internal address" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Baf-ru-Ueq">
  31. <rect key="frame" x="20" y="76" width="173" height="21"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  34. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9fI-uo-0D5">
  38. <rect key="frame" x="217" y="20" width="51" height="31"/>
  39. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  40. <connections>
  41. <action selector="onChangeOfflineSwitch:" destination="FG7-WW-Z5X" eventType="valueChanged" id="F0c-jb-lQb"/>
  42. </connections>
  43. </switch>
  44. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Last sync" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="o7T-n9-rhA">
  45. <rect key="frame" x="20" y="119" width="91" height="21"/>
  46. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  47. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  48. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  49. <nil key="highlightedColor"/>
  50. </label>
  51. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mAv-YK-pnD">
  52. <rect key="frame" x="217" y="119" width="179" height="21"/>
  53. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  54. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  55. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  56. <nil key="highlightedColor"/>
  57. </label>
  58. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Cache size" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4VN-I0-qDk">
  59. <rect key="frame" x="20" y="168" width="91" height="21"/>
  60. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  61. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  62. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  63. <nil key="highlightedColor"/>
  64. </label>
  65. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Version" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kcI-2q-g1r">
  66. <rect key="frame" x="20" y="217" width="91" height="21"/>
  67. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  68. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  69. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  70. <nil key="highlightedColor"/>
  71. </label>
  72. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Unlock offline" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MNF-V6-2fB">
  73. <rect key="frame" x="20" y="266" width="106" height="21"/>
  74. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  75. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  76. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  77. <nil key="highlightedColor"/>
  78. </label>
  79. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kdt-hI-Mna">
  80. <rect key="frame" x="663" y="212" width="85" height="30"/>
  81. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  82. <state key="normal" title="Submit local"/>
  83. </button>
  84. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="3.22GB" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="J6c-cK-Ihd">
  85. <rect key="frame" x="217" y="168" width="111" height="21"/>
  86. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  87. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  88. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  89. <nil key="highlightedColor"/>
  90. </label>
  91. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="20160228231919" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Avj-sE-gE6">
  92. <rect key="frame" x="217" y="217" width="147" height="21"/>
  93. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  94. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  95. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  96. <nil key="highlightedColor"/>
  97. </label>
  98. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Vzg-50-bc2">
  99. <rect key="frame" x="666" y="164" width="82" height="30"/>
  100. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  101. <state key="normal" title="Clear cache"/>
  102. </button>
  103. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jns-5C-X4w">
  104. <rect key="frame" x="616" y="115" width="132" height="30"/>
  105. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  106. <state key="normal" title="Sync"/>
  107. <connections>
  108. <action selector="OnCheckUpdate:" destination="FG7-WW-Z5X" eventType="touchUpInside" id="2zt-3T-WH7"/>
  109. </connections>
  110. </button>
  111. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="lgu-mf-cTC">
  112. <rect key="frame" x="217" y="71" width="51" height="31"/>
  113. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  114. </switch>
  115. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cIN-uF-BHa">
  116. <rect key="frame" x="666" y="262" width="82" height="30"/>
  117. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  118. <state key="normal" title="Unlock"/>
  119. <connections>
  120. <action selector="onUnlockClicked:" destination="FG7-WW-Z5X" eventType="touchUpInside" id="kED-gf-S3K"/>
  121. </connections>
  122. </button>
  123. </subviews>
  124. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  125. </view>
  126. <connections>
  127. <outlet property="btn_checkupdate" destination="jns-5C-X4w" id="TPE-6V-eWn"/>
  128. <outlet property="btn_clearcache" destination="Vzg-50-bc2" id="FQa-mv-uRb"/>
  129. <outlet property="btn_submitlocal" destination="Kdt-hI-Mna" id="wNS-AA-KN8"/>
  130. <outlet property="label_cachesize" destination="J6c-cK-Ihd" id="cpk-YX-rlK"/>
  131. <outlet property="label_sync" destination="mAv-YK-pnD" id="Yjp-N4-owz"/>
  132. <outlet property="label_ver" destination="Avj-sE-gE6" id="vsF-b2-8kY"/>
  133. <outlet property="switch_internal_address" destination="lgu-mf-cTC" id="8ta-De-UeF"/>
  134. <outlet property="switch_offline" destination="9fI-uo-0D5" id="jmI-9t-4XI"/>
  135. </connections>
  136. </viewController>
  137. <placeholder placeholderIdentifier="IBFirstResponder" id="hdi-ff-J4b" userLabel="First Responder" sceneMemberID="firstResponder"/>
  138. </objects>
  139. <point key="canvasLocation" x="692.96875" y="470.50781249999994"/>
  140. </scene>
  141. <!--Sort Item View Controller-->
  142. <scene sceneID="ikc-XA-PRq">
  143. <objects>
  144. <viewController storyboardIdentifier="SortItemViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="KGB-4A-pg4" customClass="SortItemViewController" sceneMemberID="viewController">
  145. <layoutGuides>
  146. <viewControllerLayoutGuide type="top" id="y8m-zw-iWb"/>
  147. <viewControllerLayoutGuide type="bottom" id="vT0-iS-BrY"/>
  148. </layoutGuides>
  149. <view key="view" contentMode="scaleToFill" id="pae-Dr-xbo">
  150. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  151. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  152. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  153. </view>
  154. </viewController>
  155. <placeholder placeholderIdentifier="IBFirstResponder" id="ryb-NY-iqX" userLabel="First Responder" sceneMemberID="firstResponder"/>
  156. </objects>
  157. <point key="canvasLocation" x="3061.71875" y="370.8984375"/>
  158. </scene>
  159. <!--Model Description Controller-->
  160. <scene sceneID="bQH-p8-91A">
  161. <objects>
  162. <viewController storyboardIdentifier="ModelDescriptionController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="cfs-SS-G2Z" customClass="ModelDescriptionController" sceneMemberID="viewController">
  163. <layoutGuides>
  164. <viewControllerLayoutGuide type="top" id="8OY-Jl-IVz"/>
  165. <viewControllerLayoutGuide type="bottom" id="Els-NW-lDN"/>
  166. </layoutGuides>
  167. <view key="view" contentMode="scaleToFill" id="vB2-Se-iLa">
  168. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  169. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  170. <subviews>
  171. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" textAlignment="justified" translatesAutoresizingMaskIntoConstraints="NO" id="VRj-M1-sDm">
  172. <rect key="frame" x="5" y="0.0" width="758" height="984"/>
  173. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  174. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  175. <string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
  176. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  177. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  178. </textView>
  179. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yLy-4Y-3J0">
  180. <rect key="frame" x="0.0" y="989" width="768" height="30"/>
  181. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  182. <state key="normal" title="Close">
  183. <color key="titleColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  184. </state>
  185. <connections>
  186. <action selector="closeBtnClick:" destination="cfs-SS-G2Z" eventType="touchUpInside" id="QpA-7N-5g5"/>
  187. </connections>
  188. </button>
  189. </subviews>
  190. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  191. </view>
  192. <connections>
  193. <outlet property="desc_tv" destination="VRj-M1-sDm" id="4ou-i7-w86"/>
  194. </connections>
  195. </viewController>
  196. <placeholder placeholderIdentifier="IBFirstResponder" id="bXK-BE-pEt" userLabel="First Responder" sceneMemberID="firstResponder"/>
  197. </objects>
  198. <point key="canvasLocation" x="3730.46875" y="391.9921875"/>
  199. </scene>
  200. <!--Sync Control Panel View Controller-->
  201. <scene sceneID="INA-Kf-FWJ">
  202. <objects>
  203. <viewController storyboardIdentifier="SyncControlPanelViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="Kn8-15-Yzp" customClass="SyncControlPanelViewController" sceneMemberID="viewController">
  204. <layoutGuides>
  205. <viewControllerLayoutGuide type="top" id="Jhv-HE-YuQ"/>
  206. <viewControllerLayoutGuide type="bottom" id="hKb-eE-BE7"/>
  207. </layoutGuides>
  208. <view key="view" contentMode="scaleToFill" id="3kg-RW-dkB">
  209. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  210. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  211. <subviews>
  212. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Progress" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="k2H-8o-P97">
  213. <rect key="frame" x="20" y="64" width="68" height="21"/>
  214. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  215. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  216. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  217. <nil key="highlightedColor"/>
  218. </label>
  219. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qll-0O-PAI">
  220. <rect key="frame" x="20" y="93" width="728" height="2"/>
  221. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  222. </progressView>
  223. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jJD-lt-Uuj">
  224. <rect key="frame" x="20" y="132" width="728" height="2"/>
  225. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  226. </progressView>
  227. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Overall progress" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6P9-Se-W27">
  228. <rect key="frame" x="20" y="103" width="126" height="21"/>
  229. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  230. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  231. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  232. <nil key="highlightedColor"/>
  233. </label>
  234. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sEa-AW-QiJ">
  235. <rect key="frame" x="219" y="20" width="330" height="24"/>
  236. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  237. <fontDescription key="fontDescription" type="system" pointSize="20"/>
  238. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  239. <nil key="highlightedColor"/>
  240. </label>
  241. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0lX-Gd-bGG">
  242. <rect key="frame" x="639" y="974" width="109" height="30"/>
  243. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  244. <state key="normal" title="Send log"/>
  245. <connections>
  246. <action selector="onSendlogClick:" destination="Kn8-15-Yzp" eventType="touchUpInside" id="OYC-bp-Xth"/>
  247. </connections>
  248. </button>
  249. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="e3H-tp-xCS">
  250. <rect key="frame" x="20" y="151" width="728" height="815"/>
  251. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  252. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  253. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  254. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  255. </textView>
  256. </subviews>
  257. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  258. </view>
  259. <connections>
  260. <outlet property="progress_current" destination="qll-0O-PAI" id="vAK-WH-4Z0"/>
  261. <outlet property="progress_overall" destination="jJD-lt-Uuj" id="t5p-OZ-Ke7"/>
  262. <outlet property="tv_log" destination="e3H-tp-xCS" id="yNl-7h-db1"/>
  263. </connections>
  264. </viewController>
  265. <placeholder placeholderIdentifier="IBFirstResponder" id="bbp-AC-14q" userLabel="First Responder" sceneMemberID="firstResponder"/>
  266. </objects>
  267. <point key="canvasLocation" x="1397.65625" y="470.50781249999994"/>
  268. </scene>
  269. <!--Select order to submit-->
  270. <scene sceneID="krL-Pg-Xlc">
  271. <objects>
  272. <viewController storyboardIdentifier="SelectUploadOrderViewController" title="Select order to submit" useStoryboardIdentifierAsRestorationIdentifier="YES" id="c5p-Fv-SY7" customClass="SelectUploadOrderViewController" sceneMemberID="viewController">
  273. <layoutGuides>
  274. <viewControllerLayoutGuide type="top" id="ico-qj-nmu"/>
  275. <viewControllerLayoutGuide type="bottom" id="C5Q-Vh-7Ds"/>
  276. </layoutGuides>
  277. <view key="view" contentMode="scaleToFill" id="eim-dc-VXV">
  278. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  279. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  280. <subviews>
  281. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="68" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="lRS-dn-XTu">
  282. <rect key="frame" x="0.0" y="0.0" width="768" height="934"/>
  283. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  284. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  285. <prototypes>
  286. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="SelectOrderTableViewCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="SelectOrderTableViewCell" rowHeight="86" id="XXr-fU-67o" customClass="SelectOrderTableViewCell">
  287. <rect key="frame" x="0.0" y="44.5" width="768" height="86"/>
  288. <autoresizingMask key="autoresizingMask"/>
  289. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="XXr-fU-67o" id="Ohn-hG-mj9">
  290. <rect key="frame" x="0.0" y="0.0" width="768" height="86"/>
  291. <autoresizingMask key="autoresizingMask"/>
  292. <subviews>
  293. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AIn-eK-sCn">
  294. <rect key="frame" x="20" y="15" width="712" height="21"/>
  295. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  296. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  297. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  298. <nil key="highlightedColor"/>
  299. </label>
  300. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hrK-DY-RbO">
  301. <rect key="frame" x="10" y="32" width="21" height="21"/>
  302. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  303. <state key="normal" image="button:hrK-DY-RbO:image"/>
  304. <state key="selected" image="DAA6F769-E374-4FCC-973F-6915ACB9C2E4"/>
  305. <connections>
  306. <action selector="checkButtonClick:" destination="XXr-fU-67o" eventType="touchUpInside" id="KeU-ld-H4J"/>
  307. </connections>
  308. </button>
  309. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v9S-8N-eqS">
  310. <rect key="frame" x="19" y="48" width="749" height="21"/>
  311. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  312. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  313. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  314. <nil key="highlightedColor"/>
  315. </label>
  316. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="11/08/2016 17:55:32 PST" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="efa-f8-yHS">
  317. <rect key="frame" x="567" y="48" width="201" height="21"/>
  318. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  319. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  320. <nil key="textColor"/>
  321. <nil key="highlightedColor"/>
  322. </label>
  323. </subviews>
  324. </tableViewCellContentView>
  325. <connections>
  326. <outlet property="checkedButton" destination="hrK-DY-RbO" id="AcK-F0-dz8"/>
  327. <outlet property="labelCreateTime" destination="efa-f8-yHS" id="oxg-AP-dtP"/>
  328. <outlet property="labelcompany" destination="v9S-8N-eqS" id="99v-V9-l2l"/>
  329. <outlet property="labelsoid" destination="AIn-eK-sCn" id="YQb-1w-FW8"/>
  330. </connections>
  331. </tableViewCell>
  332. </prototypes>
  333. <connections>
  334. <outlet property="dataSource" destination="c5p-Fv-SY7" id="qBy-XV-eut"/>
  335. <outlet property="delegate" destination="c5p-Fv-SY7" id="65r-OG-6ds"/>
  336. </connections>
  337. </tableView>
  338. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NKA-5N-u0m">
  339. <rect key="frame" x="612" y="974" width="156" height="30"/>
  340. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  341. <state key="normal" image="btn_ok"/>
  342. <connections>
  343. <action selector="uploadButtonClicked:" destination="c5p-Fv-SY7" eventType="touchUpInside" id="wGz-Je-4TB"/>
  344. </connections>
  345. </button>
  346. </subviews>
  347. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  348. </view>
  349. <connections>
  350. <outlet property="syncDataTableView" destination="lRS-dn-XTu" id="dKZ-Ur-9t3"/>
  351. <outlet property="uploadButton" destination="NKA-5N-u0m" id="jdB-LB-0Bf"/>
  352. </connections>
  353. </viewController>
  354. <placeholder placeholderIdentifier="IBFirstResponder" id="krm-rW-vWy" userLabel="First Responder" sceneMemberID="firstResponder"/>
  355. </objects>
  356. <point key="canvasLocation" x="2397.65625" y="348.6328125"/>
  357. </scene>
  358. <!--Sign_in-->
  359. <scene sceneID="Iag-oy-jaN">
  360. <objects>
  361. <viewController storyboardIdentifier="OfflineUnlockViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="38J-Bm-huX" userLabel="Sign_in" customClass="OfflineUnlockViewController" sceneMemberID="viewController">
  362. <layoutGuides>
  363. <viewControllerLayoutGuide type="top" id="gur-LG-w64"/>
  364. <viewControllerLayoutGuide type="bottom" id="DTK-XA-Cl4"/>
  365. </layoutGuides>
  366. <view key="view" contentMode="scaleToFill" id="gyO-SO-Q7G">
  367. <rect key="frame" x="0.0" y="0.0" width="480" height="320"/>
  368. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  369. <subviews>
  370. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="User" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="OGq-ht-S8t">
  371. <rect key="frame" x="60" y="103" width="360" height="30"/>
  372. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  373. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  374. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  375. <textInputTraits key="textInputTraits" autocorrectionType="no"/>
  376. <connections>
  377. <outlet property="delegate" destination="38J-Bm-huX" id="WID-8R-2yL"/>
  378. </connections>
  379. </textField>
  380. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Password" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="l8b-7U-g6s">
  381. <rect key="frame" x="60" y="142" width="360" height="30"/>
  382. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  383. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  384. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  385. <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
  386. </textField>
  387. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rMJ-4V-e3C">
  388. <rect key="frame" x="60" y="196" width="154" height="22"/>
  389. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  390. <inset key="contentEdgeInsets" minX="4" minY="0.0" maxX="0.0" maxY="0.0"/>
  391. <inset key="imageEdgeInsets" minX="-4" minY="0.0" maxX="0.0" maxY="0.0"/>
  392. <state key="normal" title="Save password" image="checkbox">
  393. <color key="titleColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  394. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  395. </state>
  396. </button>
  397. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6lu-Dw-7uZ">
  398. <rect key="frame" x="295" y="196" width="125" height="22"/>
  399. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  400. <inset key="contentEdgeInsets" minX="4" minY="0.0" maxX="0.0" maxY="0.0"/>
  401. <inset key="imageEdgeInsets" minX="-4" minY="0.0" maxX="0.0" maxY="0.0"/>
  402. <state key="normal" title="Offline mode" image="checkbox">
  403. <color key="titleColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  404. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  405. </state>
  406. </button>
  407. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Unlock offline" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DWa-JA-ah5">
  408. <rect key="frame" x="60" y="67" width="124" height="26"/>
  409. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  410. <fontDescription key="fontDescription" type="system" pointSize="20"/>
  411. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  412. <nil key="highlightedColor"/>
  413. </label>
  414. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="snZ-xL-t2m">
  415. <rect key="frame" x="248" y="65" width="172" height="30"/>
  416. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  417. <state key="normal" title="Retrieve password">
  418. <color key="titleColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  419. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  420. </state>
  421. </button>
  422. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="06f-pS-V71">
  423. <rect key="frame" x="358" y="267" width="102" height="36"/>
  424. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  425. <fontDescription key="fontDescription" type="system" pointSize="20"/>
  426. <state key="normal" title="Unlock">
  427. <color key="titleColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  428. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  429. </state>
  430. <userDefinedRuntimeAttributes>
  431. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  432. <integer key="value" value="19"/>
  433. </userDefinedRuntimeAttribute>
  434. </userDefinedRuntimeAttributes>
  435. <connections>
  436. <action selector="OnUnlockClicked:" destination="38J-Bm-huX" eventType="touchUpInside" id="Gwz-83-oAU"/>
  437. </connections>
  438. </button>
  439. <tableView hidden="YES" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="wA2-4c-W2N">
  440. <rect key="frame" x="60" y="133" width="360" height="129"/>
  441. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  442. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  443. <prototypes>
  444. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="LoginListCell" textLabel="hql-hH-AXh" style="IBUITableViewCellStyleDefault" id="0HM-qr-ZyP">
  445. <rect key="frame" x="0.0" y="44.5" width="360" height="44"/>
  446. <autoresizingMask key="autoresizingMask"/>
  447. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0HM-qr-ZyP" id="qg6-aD-3QW">
  448. <rect key="frame" x="0.0" y="0.0" width="360" height="44"/>
  449. <autoresizingMask key="autoresizingMask"/>
  450. <subviews>
  451. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="hql-hH-AXh">
  452. <rect key="frame" x="16" y="0.0" width="328" height="44"/>
  453. <autoresizingMask key="autoresizingMask"/>
  454. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  455. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  456. <nil key="highlightedColor"/>
  457. </label>
  458. </subviews>
  459. </tableViewCellContentView>
  460. </tableViewCell>
  461. </prototypes>
  462. </tableView>
  463. </subviews>
  464. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  465. </view>
  466. <navigationItem key="navigationItem" title="Unlock Offline" id="ANt-1h-Ffe">
  467. <barButtonItem key="rightBarButtonItem" image="close" style="plain" id="i0p-qZ-6mR">
  468. <connections>
  469. <action selector="CloseClick:" destination="38J-Bm-huX" id="RRH-EO-4ga"/>
  470. </connections>
  471. </barButtonItem>
  472. </navigationItem>
  473. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  474. <size key="freeformSize" width="480" height="320"/>
  475. <connections>
  476. <outlet property="bb_close" destination="i0p-qZ-6mR" id="1aY-P0-jJU"/>
  477. <outlet property="btnUnlock" destination="06f-pS-V71" id="EDL-cf-g74"/>
  478. <outlet property="editpass" destination="l8b-7U-g6s" id="fHZ-C7-wni"/>
  479. <outlet property="edituser" destination="OGq-ht-S8t" id="tbr-F1-NcB"/>
  480. </connections>
  481. </viewController>
  482. <placeholder placeholderIdentifier="IBFirstResponder" id="Rci-FC-qps" userLabel="First Responder" sceneMemberID="firstResponder"/>
  483. </objects>
  484. <point key="canvasLocation" x="580.46875" y="1031.8359375"/>
  485. </scene>
  486. <!--Sign_in-->
  487. <scene sceneID="MsR-M9-oCr">
  488. <objects>
  489. <viewController storyboardIdentifier="LoginViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="9zU-md-xm6" userLabel="Sign_in" customClass="LoginViewController" sceneMemberID="viewController">
  490. <view key="view" contentMode="scaleToFill" id="tCG-Lj-cCj">
  491. <rect key="frame" x="0.0" y="0.0" width="480" height="320"/>
  492. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  493. <subviews>
  494. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="User" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="0P5-Qd-woU">
  495. <rect key="frame" x="60" y="123" width="360" height="30"/>
  496. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  497. <constraints>
  498. <constraint firstAttribute="height" constant="30" id="HFC-Yu-Rkv"/>
  499. </constraints>
  500. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  501. <textInputTraits key="textInputTraits" autocorrectionType="no"/>
  502. <connections>
  503. <outlet property="delegate" destination="9zU-md-xm6" id="uDb-kE-m0r"/>
  504. </connections>
  505. </textField>
  506. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Password" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="bSE-AA-Y8D">
  507. <rect key="frame" x="60" y="162" width="360" height="34"/>
  508. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  509. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  510. <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
  511. </textField>
  512. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Elo-d8-kBi">
  513. <rect key="frame" x="60" y="220" width="360" height="22"/>
  514. <constraints>
  515. <constraint firstAttribute="height" constant="22" id="XeE-bY-YkU"/>
  516. </constraints>
  517. <inset key="contentEdgeInsets" minX="4" minY="0.0" maxX="0.0" maxY="0.0"/>
  518. <inset key="imageEdgeInsets" minX="-4" minY="0.0" maxX="0.0" maxY="0.0"/>
  519. <state key="normal" title="Save password" image="checkbox">
  520. <color key="titleColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  521. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  522. </state>
  523. </button>
  524. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Z2w-2n-SST">
  525. <rect key="frame" x="296" y="220" width="124" height="22"/>
  526. <constraints>
  527. <constraint firstAttribute="height" constant="22" id="x3I-Ae-w2r"/>
  528. </constraints>
  529. <inset key="contentEdgeInsets" minX="4" minY="0.0" maxX="0.0" maxY="0.0"/>
  530. <inset key="imageEdgeInsets" minX="-4" minY="0.0" maxX="0.0" maxY="0.0"/>
  531. <state key="normal" title="Offline mode" image="checkbox">
  532. <color key="titleColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  533. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  534. </state>
  535. </button>
  536. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sign in" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="knf-cd-xPX">
  537. <rect key="frame" x="60" y="87" width="59" height="26"/>
  538. <constraints>
  539. <constraint firstAttribute="height" constant="26" id="qI6-Ph-C1i"/>
  540. </constraints>
  541. <fontDescription key="fontDescription" type="system" pointSize="20"/>
  542. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  543. <nil key="highlightedColor"/>
  544. </label>
  545. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vs9-qY-X1G">
  546. <rect key="frame" x="294" y="85.5" width="126" height="30"/>
  547. <constraints>
  548. <constraint firstAttribute="height" constant="30" id="W9d-yI-RqE"/>
  549. </constraints>
  550. <state key="normal" title="Retrieve password">
  551. <color key="titleColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  552. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  553. </state>
  554. <connections>
  555. <action selector="onRetrievePassword:" destination="9zU-md-xm6" eventType="touchUpInside" id="RhK-Rw-qkS"/>
  556. </connections>
  557. </button>
  558. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DaC-RK-NlU" customClass="DefaultImageButton">
  559. <rect key="frame" x="358" y="270" width="102" height="30"/>
  560. <constraints>
  561. <constraint firstAttribute="width" constant="102" id="0lT-dg-F5n"/>
  562. <constraint firstAttribute="height" constant="30" id="gJ1-E9-Fym"/>
  563. </constraints>
  564. <fontDescription key="fontDescription" type="system" pointSize="20"/>
  565. <state key="normal" title="Sign in" backgroundImage="btn_signin">
  566. <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  567. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  568. </state>
  569. <userDefinedRuntimeAttributes>
  570. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  571. <integer key="value" value="19"/>
  572. </userDefinedRuntimeAttribute>
  573. </userDefinedRuntimeAttributes>
  574. <connections>
  575. <action selector="onLoginClick:" destination="9zU-md-xm6" eventType="touchUpInside" id="LV1-uK-DcR"/>
  576. </connections>
  577. </button>
  578. <tableView hidden="YES" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="UVr-TH-Sj9">
  579. <rect key="frame" x="60" y="153" width="360" height="109"/>
  580. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  581. <prototypes>
  582. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="LoginListCell" textLabel="cA5-3m-gXL" style="IBUITableViewCellStyleDefault" id="ujk-JC-KZi">
  583. <rect key="frame" x="0.0" y="44.5" width="360" height="44"/>
  584. <autoresizingMask key="autoresizingMask"/>
  585. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ujk-JC-KZi" id="obH-Uq-6vJ">
  586. <rect key="frame" x="0.0" y="0.0" width="360" height="44"/>
  587. <autoresizingMask key="autoresizingMask"/>
  588. <subviews>
  589. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="cA5-3m-gXL">
  590. <rect key="frame" x="16" y="0.0" width="328" height="44"/>
  591. <autoresizingMask key="autoresizingMask"/>
  592. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  593. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  594. <nil key="highlightedColor"/>
  595. </label>
  596. </subviews>
  597. </tableViewCellContentView>
  598. </tableViewCell>
  599. </prototypes>
  600. <connections>
  601. <outlet property="dataSource" destination="9zU-md-xm6" id="e8y-xV-zNf"/>
  602. <outlet property="delegate" destination="9zU-md-xm6" id="yBO-gH-EzQ"/>
  603. </connections>
  604. </tableView>
  605. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Vbx-y3-E15">
  606. <rect key="frame" x="228" y="270" width="100" height="30"/>
  607. <constraints>
  608. <constraint firstAttribute="height" constant="30" id="rPG-uF-CCj"/>
  609. <constraint firstAttribute="width" constant="100" id="vqp-gO-Dk7"/>
  610. </constraints>
  611. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  612. <state key="normal" title="Request Login">
  613. <color key="titleColor" red="0.60000002379999995" green="0.40000000600000002" blue="0.20000000300000001" alpha="1" colorSpace="calibratedRGB"/>
  614. </state>
  615. <connections>
  616. <action selector="requestLoginBtnClicked:" destination="9zU-md-xm6" eventType="touchUpInside" id="ot6-ro-b8n"/>
  617. </connections>
  618. </button>
  619. </subviews>
  620. <viewLayoutGuide key="safeArea" id="Imi-b7-qNe"/>
  621. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  622. <constraints>
  623. <constraint firstItem="Z2w-2n-SST" firstAttribute="bottom" secondItem="Elo-d8-kBi" secondAttribute="bottom" id="0w6-7l-11T"/>
  624. <constraint firstItem="bSE-AA-Y8D" firstAttribute="leading" secondItem="knf-cd-xPX" secondAttribute="leading" id="Cym-sh-7VV"/>
  625. <constraint firstItem="UVr-TH-Sj9" firstAttribute="trailing" secondItem="0P5-Qd-woU" secondAttribute="trailing" id="Dsf-Yk-R4t"/>
  626. <constraint firstItem="Imi-b7-qNe" firstAttribute="bottom" secondItem="DaC-RK-NlU" secondAttribute="bottom" constant="20" id="Efo-FP-hqH"/>
  627. <constraint firstItem="Z2w-2n-SST" firstAttribute="top" secondItem="bSE-AA-Y8D" secondAttribute="bottom" constant="24" id="JkK-SA-AzT"/>
  628. <constraint firstItem="DaC-RK-NlU" firstAttribute="centerY" secondItem="Vbx-y3-E15" secondAttribute="centerY" id="MPP-Sg-SOw"/>
  629. <constraint firstItem="Z2w-2n-SST" firstAttribute="trailing" secondItem="0P5-Qd-woU" secondAttribute="trailing" id="OXN-IK-iQw"/>
  630. <constraint firstItem="bSE-AA-Y8D" firstAttribute="top" secondItem="0P5-Qd-woU" secondAttribute="bottom" constant="9" id="Qy0-Hq-eHL"/>
  631. <constraint firstItem="vs9-qY-X1G" firstAttribute="firstBaseline" secondItem="knf-cd-xPX" secondAttribute="firstBaseline" id="RpH-X6-o1o"/>
  632. <constraint firstItem="bSE-AA-Y8D" firstAttribute="trailing" secondItem="0P5-Qd-woU" secondAttribute="trailing" id="UUN-kC-FJJ"/>
  633. <constraint firstItem="Imi-b7-qNe" firstAttribute="trailing" secondItem="DaC-RK-NlU" secondAttribute="trailing" constant="20" id="bsS-oV-fW2"/>
  634. <constraint firstItem="Elo-d8-kBi" firstAttribute="leading" secondItem="knf-cd-xPX" secondAttribute="leading" id="c0i-0M-4Ao"/>
  635. <constraint firstItem="knf-cd-xPX" firstAttribute="top" secondItem="Imi-b7-qNe" secondAttribute="top" constant="67" id="e0X-AG-gSZ"/>
  636. <constraint firstItem="0P5-Qd-woU" firstAttribute="top" secondItem="knf-cd-xPX" secondAttribute="bottom" constant="10" id="fQ1-00-fRl"/>
  637. <constraint firstItem="0P5-Qd-woU" firstAttribute="leading" secondItem="Imi-b7-qNe" secondAttribute="leading" constant="60" id="hcU-PI-SL1"/>
  638. <constraint firstItem="DaC-RK-NlU" firstAttribute="leading" secondItem="Vbx-y3-E15" secondAttribute="trailing" constant="30" id="hkc-us-NRg"/>
  639. <constraint firstItem="Elo-d8-kBi" firstAttribute="trailing" secondItem="0P5-Qd-woU" secondAttribute="trailing" id="l5B-8G-GBe"/>
  640. <constraint firstItem="0P5-Qd-woU" firstAttribute="leading" secondItem="knf-cd-xPX" secondAttribute="leading" id="nLu-l0-5MW"/>
  641. <constraint firstItem="Imi-b7-qNe" firstAttribute="trailing" secondItem="0P5-Qd-woU" secondAttribute="trailing" constant="60" id="pto-Ob-rbv"/>
  642. <constraint firstItem="DaC-RK-NlU" firstAttribute="top" secondItem="UVr-TH-Sj9" secondAttribute="bottom" constant="8" id="rus-77-bCg"/>
  643. <constraint firstItem="UVr-TH-Sj9" firstAttribute="leading" secondItem="knf-cd-xPX" secondAttribute="leading" id="sg8-Nn-NPB"/>
  644. <constraint firstItem="vs9-qY-X1G" firstAttribute="trailing" secondItem="0P5-Qd-woU" secondAttribute="trailing" id="urZ-dC-Er3"/>
  645. <constraint firstItem="UVr-TH-Sj9" firstAttribute="top" secondItem="0P5-Qd-woU" secondAttribute="bottom" id="wZF-hZ-EBX"/>
  646. </constraints>
  647. </view>
  648. <navigationItem key="navigationItem" title="NPD" id="ziz-8O-kl9">
  649. <barButtonItem key="rightBarButtonItem" image="close" style="plain" id="9Vc-xr-KiD">
  650. <connections>
  651. <action selector="CloseClick:" destination="9zU-md-xm6" id="odn-1c-HwF"/>
  652. </connections>
  653. </barButtonItem>
  654. </navigationItem>
  655. <value key="contentSizeForViewInPopover" type="size" width="480" height="320"/>
  656. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  657. <size key="freeformSize" width="480" height="320"/>
  658. <connections>
  659. <outlet property="Loginlist" destination="UVr-TH-Sj9" id="JHd-pP-Ql8"/>
  660. <outlet property="bb_close" destination="9Vc-xr-KiD" id="s4X-fq-KM0"/>
  661. <outlet property="btnLogin" destination="DaC-RK-NlU" id="liQ-Mm-nie"/>
  662. <outlet property="checkOfflineMode" destination="Z2w-2n-SST" id="gpd-ut-Z7r"/>
  663. <outlet property="checkSavePassword" destination="Elo-d8-kBi" id="BPP-Wr-4mq"/>
  664. <outlet property="editpass" destination="bSE-AA-Y8D" id="umZ-aO-Kii"/>
  665. <outlet property="edituser" destination="0P5-Qd-woU" id="CfH-qD-kmw"/>
  666. <outlet property="requestLoginBtn" destination="Vbx-y3-E15" id="Mym-JN-G04"/>
  667. </connections>
  668. </viewController>
  669. <placeholder placeholderIdentifier="IBFirstResponder" id="nrA-2e-wzo" userLabel="First Responder" sceneMemberID="firstResponder"/>
  670. </objects>
  671. <point key="canvasLocation" x="1167.96875" y="-935.15624999999989"/>
  672. </scene>
  673. <!--Offline Order Setting-->
  674. <scene sceneID="udc-on-3hE">
  675. <objects>
  676. <viewController storyboardIdentifier="OLOSettingViewController" title="Offline Order Setting" useStoryboardIdentifierAsRestorationIdentifier="YES" id="lfk-1f-lmJ" customClass="OLOSettingViewController" sceneMemberID="viewController">
  677. <layoutGuides>
  678. <viewControllerLayoutGuide type="top" id="1Ax-TN-3w1"/>
  679. <viewControllerLayoutGuide type="bottom" id="9cM-4f-S8t"/>
  680. </layoutGuides>
  681. <view key="view" contentMode="scaleToFill" id="yhb-rw-zyA">
  682. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  683. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  684. <subviews>
  685. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Server Setting" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aNw-mP-oBD">
  686. <rect key="frame" x="44" y="44" width="124" height="22"/>
  687. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  688. <nil key="textColor"/>
  689. <nil key="highlightedColor"/>
  690. </label>
  691. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Local Data " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Kh8-il-Vgk">
  692. <rect key="frame" x="44" y="196" width="94" height="21"/>
  693. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  694. <nil key="textColor"/>
  695. <nil key="highlightedColor"/>
  696. </label>
  697. <textField opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="aeH-Kl-T6M">
  698. <rect key="frame" x="114" y="79.5" width="610" height="34"/>
  699. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  700. <textInputTraits key="textInputTraits"/>
  701. </textField>
  702. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="URz-TP-ORX">
  703. <rect key="frame" x="654" y="232" width="70" height="31"/>
  704. <state key="normal" title="Button"/>
  705. <buttonConfiguration key="configuration" style="plain" title="update"/>
  706. <connections>
  707. <action selector="onUpdateLocalData:" destination="lfk-1f-lmJ" eventType="touchUpInside" id="drO-j0-1IX"/>
  708. </connections>
  709. </button>
  710. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xNv-rw-rP8">
  711. <rect key="frame" x="678" y="343" width="46" height="31"/>
  712. <state key="normal" title="Button"/>
  713. <buttonConfiguration key="configuration" style="plain" title="Set"/>
  714. <connections>
  715. <action selector="onSetUnlockCode:" destination="lfk-1f-lmJ" eventType="touchUpInside" id="sCD-Uf-fN7"/>
  716. </connections>
  717. </button>
  718. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Local data has not been initialized" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9O1-4j-aHK">
  719. <rect key="frame" x="44" y="237" width="257" height="21"/>
  720. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  721. <nil key="textColor"/>
  722. <nil key="highlightedColor"/>
  723. </label>
  724. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dRO-ry-Snw">
  725. <rect key="frame" x="44" y="86" width="50" height="21"/>
  726. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  727. <nil key="textColor"/>
  728. <nil key="highlightedColor"/>
  729. </label>
  730. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="URL:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jCN-CG-uWi">
  731. <rect key="frame" x="44" y="127" width="37" height="21"/>
  732. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  733. <nil key="textColor"/>
  734. <nil key="highlightedColor"/>
  735. </label>
  736. <textField opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="aBL-8I-Mqn">
  737. <rect key="frame" x="114" y="120.5" width="610" height="34"/>
  738. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  739. <textInputTraits key="textInputTraits"/>
  740. </textField>
  741. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Unlock Code" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UTp-Ah-jRN">
  742. <rect key="frame" x="44" y="306" width="110" height="22"/>
  743. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  744. <nil key="textColor"/>
  745. <nil key="highlightedColor"/>
  746. </label>
  747. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Unlock code has not been set" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EZe-UB-PAW">
  748. <rect key="frame" x="44" y="348" width="227" height="21"/>
  749. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  750. <nil key="textColor"/>
  751. <nil key="highlightedColor"/>
  752. </label>
  753. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Fzf-aI-cFn">
  754. <rect key="frame" x="678" y="39.5" width="46" height="31"/>
  755. <state key="normal" title="Button"/>
  756. <buttonConfiguration key="configuration" style="plain" title="Set"/>
  757. <connections>
  758. <action selector="onSetServer:" destination="lfk-1f-lmJ" eventType="touchUpInside" id="age-Mz-P9S"/>
  759. </connections>
  760. </button>
  761. </subviews>
  762. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  763. <constraints>
  764. <constraint firstItem="aNw-mP-oBD" firstAttribute="leading" secondItem="yhb-rw-zyA" secondAttribute="leadingMargin" constant="24" id="1VK-eQ-0Ex"/>
  765. <constraint firstAttribute="trailingMargin" secondItem="Fzf-aI-cFn" secondAttribute="trailing" constant="24" id="33g-WI-ag3"/>
  766. <constraint firstItem="aBL-8I-Mqn" firstAttribute="leading" secondItem="aeH-Kl-T6M" secondAttribute="leading" id="4bc-tE-q2o"/>
  767. <constraint firstItem="URz-TP-ORX" firstAttribute="centerY" secondItem="9O1-4j-aHK" secondAttribute="centerY" id="6fa-f6-j63"/>
  768. <constraint firstItem="xNv-rw-rP8" firstAttribute="centerY" secondItem="EZe-UB-PAW" secondAttribute="centerY" id="8SM-QG-jYU"/>
  769. <constraint firstItem="dRO-ry-Snw" firstAttribute="top" secondItem="aNw-mP-oBD" secondAttribute="bottom" constant="20" id="Aw5-gL-Ksl"/>
  770. <constraint firstItem="UTp-Ah-jRN" firstAttribute="leading" secondItem="Kh8-il-Vgk" secondAttribute="leading" id="N88-AW-jjm"/>
  771. <constraint firstItem="aeH-Kl-T6M" firstAttribute="leading" secondItem="dRO-ry-Snw" secondAttribute="trailing" constant="20" id="Nrs-pn-l1B"/>
  772. <constraint firstItem="9O1-4j-aHK" firstAttribute="leading" secondItem="Kh8-il-Vgk" secondAttribute="leading" id="O8Q-pe-2AK"/>
  773. <constraint firstItem="Fzf-aI-cFn" firstAttribute="trailing" secondItem="aeH-Kl-T6M" secondAttribute="trailing" id="Pvg-Ud-iLF"/>
  774. <constraint firstItem="Fzf-aI-cFn" firstAttribute="centerY" secondItem="aNw-mP-oBD" secondAttribute="centerY" id="PyZ-OU-lQo"/>
  775. <constraint firstItem="jCN-CG-uWi" firstAttribute="top" secondItem="dRO-ry-Snw" secondAttribute="bottom" constant="20" id="R2A-ax-b4f"/>
  776. <constraint firstItem="EZe-UB-PAW" firstAttribute="top" secondItem="UTp-Ah-jRN" secondAttribute="bottom" constant="20" id="Ukp-p6-zbi"/>
  777. <constraint firstItem="dRO-ry-Snw" firstAttribute="leading" secondItem="yhb-rw-zyA" secondAttribute="leadingMargin" constant="24" id="YFh-DK-QUT"/>
  778. <constraint firstItem="Fzf-aI-cFn" firstAttribute="trailing" secondItem="URz-TP-ORX" secondAttribute="trailing" id="cpr-GF-2qV"/>
  779. <constraint firstItem="aeH-Kl-T6M" firstAttribute="centerY" secondItem="dRO-ry-Snw" secondAttribute="centerY" id="fN6-In-Lok"/>
  780. <constraint firstItem="9O1-4j-aHK" firstAttribute="top" secondItem="Kh8-il-Vgk" secondAttribute="bottom" constant="20" id="gdr-xh-g2y"/>
  781. <constraint firstItem="aBL-8I-Mqn" firstAttribute="centerY" secondItem="jCN-CG-uWi" secondAttribute="centerY" id="i6f-21-OUc"/>
  782. <constraint firstItem="Fzf-aI-cFn" firstAttribute="trailing" secondItem="xNv-rw-rP8" secondAttribute="trailing" id="m3B-Ks-c2L"/>
  783. <constraint firstItem="aBL-8I-Mqn" firstAttribute="trailing" secondItem="aeH-Kl-T6M" secondAttribute="trailing" id="nR3-TZ-6SM"/>
  784. <constraint firstItem="jCN-CG-uWi" firstAttribute="leading" secondItem="yhb-rw-zyA" secondAttribute="leadingMargin" constant="24" id="ny4-8l-9kw"/>
  785. <constraint firstItem="aNw-mP-oBD" firstAttribute="top" secondItem="1Ax-TN-3w1" secondAttribute="bottom" constant="24" id="oKm-4d-K4O"/>
  786. <constraint firstItem="Kh8-il-Vgk" firstAttribute="top" secondItem="jCN-CG-uWi" secondAttribute="bottom" constant="48" id="pJY-hA-dpe"/>
  787. <constraint firstItem="EZe-UB-PAW" firstAttribute="leading" secondItem="UTp-Ah-jRN" secondAttribute="leading" id="uiL-Qi-fC7"/>
  788. <constraint firstItem="Kh8-il-Vgk" firstAttribute="leading" secondItem="jCN-CG-uWi" secondAttribute="leading" id="w2g-iC-dtc"/>
  789. <constraint firstItem="UTp-Ah-jRN" firstAttribute="top" secondItem="9O1-4j-aHK" secondAttribute="bottom" constant="48" id="x0e-u7-V8U"/>
  790. </constraints>
  791. </view>
  792. <connections>
  793. <outlet property="textfieldName" destination="aeH-Kl-T6M" id="N1Q-cI-1Cd"/>
  794. <outlet property="textfieldServer" destination="aBL-8I-Mqn" id="ClG-lf-lP1"/>
  795. </connections>
  796. </viewController>
  797. <placeholder placeholderIdentifier="IBFirstResponder" id="FD0-nO-nqr" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  798. </objects>
  799. <point key="canvasLocation" x="501.5625" y="-193.359375"/>
  800. </scene>
  801. <!--Server Setting View Controller-->
  802. <scene sceneID="odL-0Z-JNt">
  803. <objects>
  804. <viewController storyboardIdentifier="ServerSettingViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="4E6-80-nis" customClass="ServerSettingViewController" sceneMemberID="viewController">
  805. <layoutGuides>
  806. <viewControllerLayoutGuide type="top" id="auC-0B-URb"/>
  807. <viewControllerLayoutGuide type="bottom" id="5EI-0x-Aa2"/>
  808. </layoutGuides>
  809. <view key="view" contentMode="scaleToFill" id="7d3-Km-gpZ">
  810. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  811. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  812. <subviews>
  813. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="I4e-nd-eUd">
  814. <rect key="frame" x="30" y="98" width="45" height="21"/>
  815. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  816. <nil key="textColor"/>
  817. <nil key="highlightedColor"/>
  818. </label>
  819. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="i1w-0J-KZf">
  820. <rect key="frame" x="30" y="129" width="708" height="34"/>
  821. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  822. <textInputTraits key="textInputTraits"/>
  823. <connections>
  824. <action selector="onNameChange:" destination="4E6-80-nis" eventType="editingChanged" id="1TU-hO-0mF"/>
  825. </connections>
  826. </textField>
  827. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Server Setting" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R0K-zW-L9z">
  828. <rect key="frame" x="30" y="56" width="124" height="22"/>
  829. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  830. <nil key="textColor"/>
  831. <nil key="highlightedColor"/>
  832. </label>
  833. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3vw-sE-OsA">
  834. <rect key="frame" x="692" y="51.5" width="46" height="31"/>
  835. <state key="normal" title="Button"/>
  836. <buttonConfiguration key="configuration" style="plain" title="Set"/>
  837. <connections>
  838. <action selector="onScanClick:" destination="4E6-80-nis" eventType="touchUpInside" id="8Z9-lm-Z9I"/>
  839. </connections>
  840. </button>
  841. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Local Data " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yuq-p9-cMU">
  842. <rect key="frame" x="30" y="199" width="94" height="21"/>
  843. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  844. <nil key="textColor"/>
  845. <nil key="highlightedColor"/>
  846. </label>
  847. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TJI-TK-yrX">
  848. <rect key="frame" x="668" y="235" width="70" height="31"/>
  849. <state key="normal" title="Button"/>
  850. <buttonConfiguration key="configuration" style="plain" title="update"/>
  851. <connections>
  852. <action selector="onUpdateClick:" destination="4E6-80-nis" eventType="touchUpInside" id="UHo-1S-Tnu"/>
  853. </connections>
  854. </button>
  855. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nFJ-HW-wWn">
  856. <rect key="frame" x="692" y="677" width="46" height="31"/>
  857. <state key="normal" title="Button"/>
  858. <buttonConfiguration key="configuration" style="plain" title="Set"/>
  859. <connections>
  860. <action selector="onSetUnlockCode:" destination="lfk-1f-lmJ" eventType="touchUpInside" id="xh0-fd-2BO"/>
  861. <action selector="onUnlockCodeClick:" destination="4E6-80-nis" eventType="touchUpInside" id="Mgi-1T-A8J"/>
  862. </connections>
  863. </button>
  864. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Local data has not been initialized" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Obj-1G-kcW">
  865. <rect key="frame" x="30" y="240" width="257" height="21"/>
  866. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  867. <nil key="textColor"/>
  868. <nil key="highlightedColor"/>
  869. </label>
  870. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Unlock Code" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TQb-CN-2tn">
  871. <rect key="frame" x="30" y="640" width="110" height="22"/>
  872. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  873. <nil key="textColor"/>
  874. <nil key="highlightedColor"/>
  875. </label>
  876. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Unlock code has not been set" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pjl-GE-L5s">
  877. <rect key="frame" x="30" y="682" width="227" height="21"/>
  878. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  879. <nil key="textColor"/>
  880. <nil key="highlightedColor"/>
  881. </label>
  882. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Upload Setting" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zhm-2h-vLW">
  883. <rect key="frame" x="30" y="297" width="128.5" height="21"/>
  884. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  885. <nil key="textColor"/>
  886. <nil key="highlightedColor"/>
  887. </label>
  888. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Max Retry Count" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ao6-r1-uXr">
  889. <rect key="frame" x="30" y="338" width="127.5" height="20.5"/>
  890. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  891. <nil key="textColor"/>
  892. <nil key="highlightedColor"/>
  893. </label>
  894. <textField hidden="YES" opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Rj3-QR-Agk">
  895. <rect key="frame" x="688" y="331.5" width="50" height="34"/>
  896. <constraints>
  897. <constraint firstAttribute="width" constant="50" id="vR6-EP-Mmm"/>
  898. </constraints>
  899. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  900. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  901. <connections>
  902. <action selector="onRetryChange:" destination="4E6-80-nis" eventType="editingChanged" id="tsc-b4-Uot"/>
  903. </connections>
  904. </textField>
  905. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Retry Wait TimeInterval" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bt3-RG-tEN">
  906. <rect key="frame" x="30" y="378.5" width="177" height="20.5"/>
  907. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  908. <nil key="textColor"/>
  909. <nil key="highlightedColor"/>
  910. </label>
  911. <textField hidden="YES" opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="yzC-7l-hc0">
  912. <rect key="frame" x="688" y="372" width="50" height="34"/>
  913. <constraints>
  914. <constraint firstAttribute="width" constant="50" id="XIG-Hs-C1i"/>
  915. </constraints>
  916. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  917. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  918. <connections>
  919. <action selector="onWaitingChange:" destination="4E6-80-nis" eventType="editingChanged" id="C4m-dP-qe5"/>
  920. </connections>
  921. </textField>
  922. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OM7-ch-z2g">
  923. <rect key="frame" x="624" y="957" width="114" height="31"/>
  924. <state key="normal" title="Button"/>
  925. <buttonConfiguration key="configuration" style="plain" title="Privacy Policy"/>
  926. <connections>
  927. <action selector="onPrivacyClick:" destination="4E6-80-nis" eventType="touchUpInside" id="uMP-iC-OjY"/>
  928. </connections>
  929. </button>
  930. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BqX-sY-rTI">
  931. <rect key="frame" x="513" y="957" width="63" height="31"/>
  932. <state key="normal" title="Button"/>
  933. <buttonConfiguration key="configuration" style="plain" title="About"/>
  934. <connections>
  935. <action selector="onAboutClick:" destination="4E6-80-nis" eventType="touchUpInside" id="zmW-UI-yqH"/>
  936. </connections>
  937. </button>
  938. <switch hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tKv-XG-Ugr">
  939. <rect key="frame" x="689" y="414" width="51" height="31"/>
  940. <connections>
  941. <action selector="onAutoUpload:" destination="4E6-80-nis" eventType="valueChanged" id="9a0-gt-v8G"/>
  942. </connections>
  943. </switch>
  944. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Auto Start Upload" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vel-ZT-H2H">
  945. <rect key="frame" x="30" y="419" width="136" height="20.5"/>
  946. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  947. <nil key="textColor"/>
  948. <nil key="highlightedColor"/>
  949. </label>
  950. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hrq-La-ta7">
  951. <rect key="frame" x="314" y="849" width="140" height="31"/>
  952. <state key="normal" title="Button"/>
  953. <buttonConfiguration key="configuration" style="plain" title="Change Password"/>
  954. <connections>
  955. <action selector="onChangePasswordClick:" destination="4E6-80-nis" eventType="touchUpInside" id="guG-pO-bDk"/>
  956. </connections>
  957. </button>
  958. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SRC-EL-dQp">
  959. <rect key="frame" x="322.5" y="890" width="123" height="31"/>
  960. <state key="normal" title="Button"/>
  961. <buttonConfiguration key="configuration" style="plain" title="Delete Account"/>
  962. <connections>
  963. <action selector="onDeleteAccountClick:" destination="4E6-80-nis" eventType="touchUpInside" id="2Ft-3g-0MI"/>
  964. </connections>
  965. </button>
  966. </subviews>
  967. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  968. <constraints>
  969. <constraint firstItem="OM7-ch-z2g" firstAttribute="trailing" secondItem="yzC-7l-hc0" secondAttribute="trailing" id="1Be-LR-7i0"/>
  970. <constraint firstItem="I4e-nd-eUd" firstAttribute="top" secondItem="R0K-zW-L9z" secondAttribute="bottom" constant="20" id="2Xj-Ia-usW"/>
  971. <constraint firstItem="3vw-sE-OsA" firstAttribute="trailing" secondItem="tKv-XG-Ugr" secondAttribute="trailing" id="2qA-D9-mfJ"/>
  972. <constraint firstItem="nFJ-HW-wWn" firstAttribute="centerY" secondItem="pjl-GE-L5s" secondAttribute="centerY" id="3DR-8Q-Axe"/>
  973. <constraint firstItem="R0K-zW-L9z" firstAttribute="leading" secondItem="7d3-Km-gpZ" secondAttribute="leadingMargin" constant="10" id="4v2-eO-gar"/>
  974. <constraint firstItem="bt3-RG-tEN" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="8G9-nm-TnI"/>
  975. <constraint firstItem="TQb-CN-2tn" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="8a7-Qp-xjJ"/>
  976. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="yuq-p9-cMU" secondAttribute="trailing" constant="20" symbolic="YES" id="AOj-cR-SdM"/>
  977. <constraint firstItem="Obj-1G-kcW" firstAttribute="leading" secondItem="yuq-p9-cMU" secondAttribute="leading" id="Bn2-8S-64c"/>
  978. <constraint firstItem="TJI-TK-yrX" firstAttribute="centerY" secondItem="Obj-1G-kcW" secondAttribute="centerY" id="EXA-Sq-gml"/>
  979. <constraint firstItem="pjl-GE-L5s" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="FVr-34-x7y"/>
  980. <constraint firstItem="R0K-zW-L9z" firstAttribute="top" secondItem="auC-0B-URb" secondAttribute="bottom" constant="36" id="HFw-4H-pIJ"/>
  981. <constraint firstItem="Vel-ZT-H2H" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="HQS-3n-bCN"/>
  982. <constraint firstItem="TJI-TK-yrX" firstAttribute="trailing" secondItem="3vw-sE-OsA" secondAttribute="trailing" id="HRD-fh-HR7"/>
  983. <constraint firstItem="OM7-ch-z2g" firstAttribute="centerY" secondItem="BqX-sY-rTI" secondAttribute="centerY" id="HUv-gz-KVD"/>
  984. <constraint firstItem="3vw-sE-OsA" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="R0K-zW-L9z" secondAttribute="trailing" constant="8" symbolic="YES" id="M1R-Ft-RMd"/>
  985. <constraint firstItem="ao6-r1-uXr" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="Mdq-Ji-FxD"/>
  986. <constraint firstItem="TJI-TK-yrX" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="Obj-1G-kcW" secondAttribute="trailing" constant="8" symbolic="YES" id="P60-Yg-CB1"/>
  987. <constraint firstItem="zhm-2h-vLW" firstAttribute="top" secondItem="Obj-1G-kcW" secondAttribute="bottom" constant="36" id="QCw-tU-FSW"/>
  988. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="I4e-nd-eUd" secondAttribute="trailing" constant="20" symbolic="YES" id="Quu-V1-6oq"/>
  989. <constraint firstItem="I4e-nd-eUd" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="TFg-oq-D04"/>
  990. <constraint firstItem="Obj-1G-kcW" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="U5C-06-qZ9"/>
  991. <constraint firstItem="BqX-sY-rTI" firstAttribute="top" secondItem="SRC-EL-dQp" secondAttribute="bottom" constant="36" id="UZd-w1-DlX"/>
  992. <constraint firstItem="yuq-p9-cMU" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="X1e-lJ-bkm"/>
  993. <constraint firstItem="ao6-r1-uXr" firstAttribute="top" secondItem="zhm-2h-vLW" secondAttribute="bottom" constant="20" id="YLl-pj-Cd7"/>
  994. <constraint firstItem="i1w-0J-KZf" firstAttribute="leading" secondItem="R0K-zW-L9z" secondAttribute="leading" id="ZUW-IV-Lwd"/>
  995. <constraint firstItem="Rj3-QR-Agk" firstAttribute="centerY" secondItem="ao6-r1-uXr" secondAttribute="centerY" id="ZyE-8y-M9t"/>
  996. <constraint firstItem="Hrq-La-ta7" firstAttribute="centerX" secondItem="7d3-Km-gpZ" secondAttribute="centerX" id="b52-iN-T1G"/>
  997. <constraint firstItem="5EI-0x-Aa2" firstAttribute="top" secondItem="pjl-GE-L5s" secondAttribute="bottom" constant="321" id="buo-Y2-8Dj"/>
  998. <constraint firstItem="tKv-XG-Ugr" firstAttribute="centerY" secondItem="Vel-ZT-H2H" secondAttribute="centerY" id="d4b-Fa-8gv"/>
  999. <constraint firstItem="nFJ-HW-wWn" firstAttribute="trailing" secondItem="3vw-sE-OsA" secondAttribute="trailing" id="ddH-L0-dQH"/>
  1000. <constraint firstItem="SRC-EL-dQp" firstAttribute="centerX" secondItem="7d3-Km-gpZ" secondAttribute="centerX" id="fOb-y7-QHB"/>
  1001. <constraint firstItem="yuq-p9-cMU" firstAttribute="top" secondItem="i1w-0J-KZf" secondAttribute="bottom" constant="36" id="fQF-nn-k42"/>
  1002. <constraint firstItem="TQb-CN-2tn" firstAttribute="leading" secondItem="yuq-p9-cMU" secondAttribute="leading" id="g0N-k3-cqN"/>
  1003. <constraint firstItem="pjl-GE-L5s" firstAttribute="leading" secondItem="TQb-CN-2tn" secondAttribute="leading" id="hcZ-c0-Ctj"/>
  1004. <constraint firstItem="3vw-sE-OsA" firstAttribute="centerY" secondItem="R0K-zW-L9z" secondAttribute="centerY" id="jDM-CV-sia"/>
  1005. <constraint firstItem="yzC-7l-hc0" firstAttribute="trailing" secondItem="tKv-XG-Ugr" secondAttribute="trailing" id="jlR-Rk-9k1"/>
  1006. <constraint firstItem="yzC-7l-hc0" firstAttribute="centerY" secondItem="bt3-RG-tEN" secondAttribute="centerY" id="kBD-OQ-oop"/>
  1007. <constraint firstItem="Rj3-QR-Agk" firstAttribute="trailing" secondItem="tKv-XG-Ugr" secondAttribute="trailing" id="kbY-QM-OPq"/>
  1008. <constraint firstItem="bt3-RG-tEN" firstAttribute="top" secondItem="ao6-r1-uXr" secondAttribute="bottom" constant="20" id="mPR-xw-2aK"/>
  1009. <constraint firstItem="Obj-1G-kcW" firstAttribute="top" secondItem="yuq-p9-cMU" secondAttribute="bottom" constant="20" id="mz2-QM-vNd"/>
  1010. <constraint firstItem="3vw-sE-OsA" firstAttribute="trailing" secondItem="i1w-0J-KZf" secondAttribute="trailing" id="neN-ot-wfg"/>
  1011. <constraint firstItem="zhm-2h-vLW" firstAttribute="leading" secondItem="TQb-CN-2tn" secondAttribute="leading" id="ogE-Y1-fHv"/>
  1012. <constraint firstItem="OM7-ch-z2g" firstAttribute="leading" secondItem="BqX-sY-rTI" secondAttribute="trailing" constant="48" id="qFU-BW-R9Y"/>
  1013. <constraint firstItem="i1w-0J-KZf" firstAttribute="top" secondItem="I4e-nd-eUd" secondAttribute="bottom" constant="10" id="qfP-6Q-JBd"/>
  1014. <constraint firstAttribute="trailingMargin" secondItem="3vw-sE-OsA" secondAttribute="trailing" constant="10" id="rDV-kc-ko1"/>
  1015. <constraint firstItem="SRC-EL-dQp" firstAttribute="top" secondItem="Hrq-La-ta7" secondAttribute="bottom" constant="10" id="raN-Nz-TAV"/>
  1016. <constraint firstItem="Vel-ZT-H2H" firstAttribute="top" secondItem="bt3-RG-tEN" secondAttribute="bottom" constant="20" id="vwp-Tm-MLJ"/>
  1017. <constraint firstItem="5EI-0x-Aa2" firstAttribute="top" secondItem="OM7-ch-z2g" secondAttribute="bottom" constant="36" id="wob-ev-E1S"/>
  1018. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="TQb-CN-2tn" secondAttribute="trailing" constant="20" symbolic="YES" id="x3D-8R-lg2"/>
  1019. <constraint firstItem="nFJ-HW-wWn" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="pjl-GE-L5s" secondAttribute="trailing" constant="8" symbolic="YES" id="yc1-RV-uTJ"/>
  1020. <constraint firstItem="pjl-GE-L5s" firstAttribute="top" secondItem="TQb-CN-2tn" secondAttribute="bottom" constant="20" id="zrU-DR-xHf"/>
  1021. </constraints>
  1022. </view>
  1023. <connections>
  1024. <outlet property="autoSwitch" destination="tKv-XG-Ugr" id="2ty-AC-KoQ"/>
  1025. <outlet property="labelUpdate" destination="Obj-1G-kcW" id="hgR-GJ-jxc"/>
  1026. <outlet property="nameTextField" destination="i1w-0J-KZf" id="Wp0-8i-mDx"/>
  1027. <outlet property="retryCountBox" destination="Rj3-QR-Agk" id="DLa-KS-G1a"/>
  1028. <outlet property="retryTimeIntervalBox" destination="yzC-7l-hc0" id="dQ0-hZ-fEm"/>
  1029. </connections>
  1030. </viewController>
  1031. <placeholder placeholderIdentifier="IBFirstResponder" id="HyK-4u-2wT" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1032. </objects>
  1033. <point key="canvasLocation" x="1651.5625" y="123.63281249999999"/>
  1034. </scene>
  1035. <!--Scan User List View Controller-->
  1036. <scene sceneID="uYh-qu-qh9">
  1037. <objects>
  1038. <viewController storyboardIdentifier="ScanUserListViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="NAL-c8-QGZ" customClass="ScanUserListViewController" sceneMemberID="viewController">
  1039. <layoutGuides>
  1040. <viewControllerLayoutGuide type="top" id="7uQ-ez-Ikp"/>
  1041. <viewControllerLayoutGuide type="bottom" id="Sej-Gp-EgN"/>
  1042. </layoutGuides>
  1043. <view key="view" contentMode="scaleToFill" id="ofh-e2-bib">
  1044. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  1045. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1046. <subviews>
  1047. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="zfV-mD-u4B">
  1048. <rect key="frame" x="36" y="36" width="696" height="972"/>
  1049. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  1050. <prototypes>
  1051. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="If9-Ed-Mke" style="IBUITableViewCellStyleDefault" id="XFZ-pE-gLa">
  1052. <rect key="frame" x="0.0" y="44.5" width="696" height="43.5"/>
  1053. <autoresizingMask key="autoresizingMask"/>
  1054. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="XFZ-pE-gLa" id="bSi-0h-mDn">
  1055. <rect key="frame" x="0.0" y="0.0" width="696" height="43.5"/>
  1056. <autoresizingMask key="autoresizingMask"/>
  1057. <subviews>
  1058. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="If9-Ed-Mke">
  1059. <rect key="frame" x="16" y="0.0" width="664" height="43.5"/>
  1060. <autoresizingMask key="autoresizingMask"/>
  1061. <fontDescription key="fontDescription" type="system" pointSize="0.0"/>
  1062. <nil key="textColor"/>
  1063. <nil key="highlightedColor"/>
  1064. </label>
  1065. </subviews>
  1066. </tableViewCellContentView>
  1067. </tableViewCell>
  1068. </prototypes>
  1069. <connections>
  1070. <outlet property="dataSource" destination="NAL-c8-QGZ" id="q9d-6q-sSI"/>
  1071. <outlet property="delegate" destination="NAL-c8-QGZ" id="2MM-Ge-25C"/>
  1072. </connections>
  1073. </tableView>
  1074. </subviews>
  1075. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  1076. <constraints>
  1077. <constraint firstItem="zfV-mD-u4B" firstAttribute="leading" secondItem="ofh-e2-bib" secondAttribute="leadingMargin" constant="16" id="NPM-BX-cBT"/>
  1078. <constraint firstAttribute="trailingMargin" secondItem="zfV-mD-u4B" secondAttribute="trailing" constant="16" id="mAN-Ff-iBP"/>
  1079. <constraint firstItem="Sej-Gp-EgN" firstAttribute="top" secondItem="zfV-mD-u4B" secondAttribute="bottom" constant="16" id="pF8-GA-CeT"/>
  1080. <constraint firstItem="zfV-mD-u4B" firstAttribute="top" secondItem="7uQ-ez-Ikp" secondAttribute="bottom" constant="16" id="raJ-nd-Hfj"/>
  1081. </constraints>
  1082. </view>
  1083. <connections>
  1084. <outlet property="table" destination="zfV-mD-u4B" id="JKi-tt-bmR"/>
  1085. </connections>
  1086. </viewController>
  1087. <placeholder placeholderIdentifier="IBFirstResponder" id="zE5-p3-kYB" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  1088. </objects>
  1089. <point key="canvasLocation" x="2366" y="-889"/>
  1090. </scene>
  1091. </scenes>
  1092. <resources>
  1093. <image name="DAA6F769-E374-4FCC-973F-6915ACB9C2E4" width="24" height="24">
  1094. <mutableData key="keyedArchiveRepresentation">
  1095. YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMSAAGGoF8QD05T
  1096. S2V5ZWRBcmNoaXZlctEICVRyb290gAGuCwwZGh8UJCkqMTQ3PUBVJG51bGzWDQ4PEBESExQVFhcYVk5T
  1097. U2l6ZV5OU1Jlc2l6aW5nTW9kZVYkY2xhc3NcTlNJbWFnZUZsYWdzVk5TUmVwc1dOU0NvbG9ygAIQAIAN
  1098. EiDAAACAA4ALWHsyNCwgMjR90hsPHB5aTlMub2JqZWN0c6EdgASACtIbDyAjoiEigAWABoAJ0w8lJico
  1099. FF8QFE5TVElGRlJlcHJlc2VudGF0aW9uXxAZTlNJbnRlcm5hbExheW91dERpcmVjdGlvboAIgAdPERG2
  1100. TU0AKgAACQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHBxcVFRVIKSkpgkdHR+NISEjn
  1101. KSkphRcXF0sICAgZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1102. AAAAAAAAAAANDQ0tLi4uk0ZGRt9QUFD/UlJS/1BQUP9QUFD/UlJS/1BQUP9HR0fgLy8vlw8PDzEAAAAA
  1103. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICCCcnJ31LS0vuU1NT/1FRUf9PT0//
  1104. T09P/09PT/9PT0//T09P/09PT/9RUVH/U1NT/0xMTPEoKCiEAwMDCwAAAAAAAAAAAAAAAAAAAAAAAAAA
  1105. AAAAAAAAAAAEBAQQNjY2q1NTU/9QUFD/T09P/09PT/9PT0//T09P/09PT/9PT0//T09P/09PT/9PT0//
  1106. T09P/1BQUP9TU1P/ODg4sgYGBhQAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgk2NjarVFRU/09PT/9PT0//
  1107. T09P/09PT/9PT0//T09P/09PT/9PT0//T09P/09PT/9PT0//T09P/09PT/9OTk7/UVFR/zg4OLMDAwML
  1108. AAAAAAAAAAAAAAAAAAAAACYmJnxTU1P/T09P/09PT/9PT0//T09P/09PT/9PT0//T09P/09PT/9PT0//
  1109. T09P/09PT/9PT0//T09P/0xMTP9WVlb/X19f/1JSUv8oKCiGAAAAAAAAAAAAAAAADAwMK0pKSu5QUFD/
  1110. T09P/09PT/9PT0//T09P/09PT/9PT0//T09P/09PT/9PT0//T09P/09PT/9PT0//SkpK/29vb//Z2dn/
  1111. 7+/v/5KSkv9ISEjyDw8PMwAAAAAAAAAALS0tklNTU/9PT0//T09P/09PT/9PT0//T09P/09PT/9PT0//
  1112. T09P/09PT/9PT0//T09P/09PT/9KSkr/cHBw/+np6f///////////8fHx/9PT0//MDAwnAAAAAAGBgYV
  1113. RUVF3lFRUf9OTk7/SkpK/0pKSv9OTk7/T09P/09PT/9PT0//T09P/09PT/9PT0//T09P/0pKSv9wcHD/
  1114. 6enp////////////+/v7/4eHh/9NTU3/R0dH5QgICBoUFBRET09P/E5OTv9TU1P/lZWV/52dnf9TU1P/
  1115. TU1N/09PT/9PT0//T09P/09PT/9PT0//SkpK/3BwcP/q6ur////////////8/Pz/lZWV/0xMTP9PT0//
  1116. UFBQ/xgYGFAmJiZ8UlJS/0pKSv+cnJz///////////+3t7f/UFBQ/01NTf9PT0//T09P/09PT/9KSkr/
  1117. cHBw/+rq6v////////////z8/P+Wlpb/S0tL/05OTv9PT0//UlJS/y8vL5YwMDCbUlJS/0tLS/+xsbH/
  1118. ////////////////t7e3/1BQUP9NTU3/T09P/0pKSv9wcHD/6urq/////////////Pz8/5aWlv9LS0v/
  1119. Tk5O/09PT/9PT0//T09P/0xMTPswMDCbUlJS/01NTf9ZWVn/ysrK/////////////////7u7u/9RUVH/
  1120. R0dH/3BwcP/s7Oz////////////8/Pz/k5OT/0tLS/9OTk7/T09P/09PT/9PT0//T09P/0xMTPsmJiZ8
  1121. UlJS/09PT/9MTEz/WFhY/8rKyv////////////////+3t7f/dnZ2/+rq6v////////////z8/P+Tk5P/
  1122. S0tL/05OTv9PT0//T09P/09PT/9PT0//UlJS/y8vL5YUFBRET09P/FBQUP9PT0//TExM/1hYWP/Lysr/
  1123. ////////////////+vr6/////////////Pz8/5OTk/9LS0v/Tk5O/09PT/9PT0//T09P/09PT/9PT0//
  1124. UFBQ/xgYGFAGBgYVRUVF3lFRUf9PT0//T09P/0xMTP9YWFj/y8vK///////////////////////8/Pz/
  1125. k5OT/0tLS/9OTk7/T09P/09PT/9PT0//T09P/09PT/9RUVH/R0dH5QgICBoAAAAALS0tklNTU/9PT0//
  1126. T09P/09PT/9NTU3/WFhY/8vKyv////////////7+/v+RkZH/S0tL/05OTv9PT0//T09P/09PT/9PT0//
  1127. T09P/09PT/9TU1P/MDAwnAAAAAAAAAAADAwMK0pKSu5QUFD/T09P/09PT/9PT0//TExM/1hYWP/FxcX/
  1128. 7Ozs/5CQkP9LS0v/Tk5O/09PT/9PT0//T09P/09PT/9PT0//T09P/1BQUP9MTEzyDw8PMwAAAAAAAAAA
  1129. AAAAACYmJnxTU1P/T09P/09PT/9PT0//T09P/01NTf9SUlL/XV1d/0xMTP9PT0//T09P/09PT/9PT0//
  1130. T09P/09PT/9PT0//T09P/1NTU/8oKCiGAAAAAAAAAAAAAAAAAAAAAAICAgk2NjarVFRU/09PT/9PT0//
  1131. T09P/09PT/9OTk7/TU1N/09PT/9PT0//T09P/09PT/9PT0//T09P/09PT/9PT0//VFRU/zg4OLMDAwML
  1132. AAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQQNjY2q1NTU/9QUFD/T09P/09PT/9PT0//T09P/09PT/9PT0//
  1133. T09P/09PT/9PT0//T09P/1BQUP9TU1P/ODg4sgYGBhQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1134. AgICCCcnJ31LS0vuU1NT/1FRUf9PT0//T09P/09PT/9PT0//T09P/09PT/9RUVH/U1NT/0xMTPEoKCiE
  1135. AwMDCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDQ0tLi4uk0ZGRt9QUFD/
  1136. UlJS/1JSUv9SUlL/UlJS/1BQUP9HR0fgLy8vlw8PDzEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1137. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHBxcWFhZJKSkpgjExMZ0xMTGdKSkphRcXF0wICAgZ
  1138. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAEAAAMAAAABABgAAAEBAAMAAAABABgAAAEC
  1139. AAMAAAAEAAAJzgEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAEKAAMAAAABAAEAAAERAAQAAAABAAAACAES
  1140. AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABgAAAEXAAQAAAABAAAJAAEcAAMAAAABAAEAAAEo
  1141. AAMAAAABAAIAAAFSAAMAAAABAAEAAAFTAAMAAAAEAAAJ1odzAAcAAAfYAAAJ3gAAAAAACAAIAAgACAAB
  1142. AAEAAQABAAAH2GFwcGwCIAAAbW50clJHQiBYWVogB9kAAgAZAAsAGgALYWNzcEFQUEwAAAAAYXBwbAAA
  1143. AAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1hcHBsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1144. AAAAAAAAAAAAAAAAAAAAAAALZGVzYwAAAQgAAABvZHNjbQAAAXgAAAWcY3BydAAABxQAAAA4d3RwdAAA
  1145. B0wAAAAUclhZWgAAB2AAAAAUZ1hZWgAAB3QAAAAUYlhZWgAAB4gAAAAUclRSQwAAB5wAAAAOY2hhZAAA
  1146. B6wAAAAsYlRSQwAAB5wAAAAOZ1RSQwAAB5wAAAAOZGVzYwAAAAAAAAAUR2VuZXJpYyBSR0IgUHJvZmls
  1147. ZQAAAAAAAAAAAAAAFEdlbmVyaWMgUkdCIFByb2ZpbGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1148. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAG1sdWMAAAAAAAAAHwAAAAxza1NLAAAAKAAAAYRkYURLAAAALgAA
  1149. AaxjYUVTAAAAJAAAAdp2aVZOAAAAJAAAAf5wdEJSAAAAJgAAAiJ1a1VBAAAAKgAAAkhmckZVAAAAKAAA
  1150. AnJodUhVAAAAKAAAApp6aFRXAAAAFgAAAsJuYk5PAAAAJgAAAthjc0NaAAAAIgAAAv5oZUlMAAAAHgAA
  1151. AyBpdElUAAAAKAAAAz5yb1JPAAAAJAAAA2ZkZURFAAAALAAAA4prb0tSAAAAFgAAA7ZzdlNFAAAAJgAA
  1152. Ath6aENOAAAAFgAAA8xqYUpQAAAAGgAAA+JlbEdSAAAAIgAAA/xwdFBPAAAAJgAABB5ubE5MAAAAKAAA
  1153. BERlc0VTAAAAJgAABB50aFRIAAAAJAAABGx0clRSAAAAIgAABJBmaUZJAAAAKAAABLJockhSAAAAKAAA
  1154. BNpwbFBMAAAALAAABQJydVJVAAAAIgAABS5hckVHAAAAJgAABVBlblVTAAAAJgAABXYAVgFhAGUAbwBi
  1155. AGUAYwBuAP0AIABSAEcAQgAgAHAAcgBvAGYAaQBsAEcAZQBuAGUAcgBlAGwAIABSAEcAQgAtAGIAZQBz
  1156. AGsAcgBpAHYAZQBsAHMAZQBQAGUAcgBmAGkAbAAgAFIARwBCACAAZwBlAG4A6AByAGkAYwBDHqUAdQAg
  1157. AGgA7ABuAGgAIABSAEcAQgAgAEMAaAB1AG4AZwBQAGUAcgBmAGkAbAAgAFIARwBCACAARwBlAG4A6QBy
  1158. AGkAYwBvBBcEMAQzBDAEOwRMBD0EOAQ5ACAEPwRABD4ERAQwBDkEOwAgAFIARwBCAFAAcgBvAGYAaQBs
  1159. ACAAZwDpAG4A6QByAGkAcQB1AGUAIABSAFYAQgDBAGwAdABhAGwA4QBuAG8AcwAgAFIARwBCACAAcABy
  1160. AG8AZgBpAGyQGnUoACAAUgBHAEIAIIJyX2ljz4/wAEcAZQBuAGUAcgBpAHMAawAgAFIARwBCAC0AcABy
  1161. AG8AZgBpAGwATwBiAGUAYwBuAP0AIABSAEcAQgAgAHAAcgBvAGYAaQBsBeQF6AXVBeQF2QXcACAAUgBH
  1162. AEIAIAXbBdwF3AXZAFAAcgBvAGYAaQBsAG8AIABSAEcAQgAgAGcAZQBuAGUAcgBpAGMAbwBQAHIAbwBm
  1163. AGkAbAAgAFIARwBCACAAZwBlAG4AZQByAGkAYwBBAGwAbABnAGUAbQBlAGkAbgBlAHMAIABSAEcAQgAt
  1164. AFAAcgBvAGYAaQBsx3y8GAAgAFIARwBCACDVBLhc0wzHfGZukBoAIABSAEcAQgAgY8+P8GWHTvZOAIIs
  1165. ACAAUgBHAEIAIDDXMO0w1TChMKQw6wOTA7UDvQO5A7oDzAAgA8ADwQO/A8YDrwO7ACAAUgBHAEIAUABl
  1166. AHIAZgBpAGwAIABSAEcAQgAgAGcAZQBuAOkAcgBpAGMAbwBBAGwAZwBlAG0AZQBlAG4AIABSAEcAQgAt
  1167. AHAAcgBvAGYAaQBlAGwOQg4bDiMORA4fDiUOTAAgAFIARwBCACAOFw4xDkgOJw5EDhsARwBlAG4AZQBs
  1168. ACAAUgBHAEIAIABQAHIAbwBmAGkAbABpAFkAbABlAGkAbgBlAG4AIABSAEcAQgAtAHAAcgBvAGYAaQBp
  1169. AGwAaQBHAGUAbgBlAHIAaQENAGsAaQAgAFIARwBCACAAcAByAG8AZgBpAGwAVQBuAGkAdwBlAHIAcwBh
  1170. AGwAbgB5ACAAcAByAG8AZgBpAGwAIABSAEcAQgQeBDEESQQ4BDkAIAQ/BEAEPgREBDgEOwRMACAAUgBH
  1171. AEIGRQZEBkEAIAYqBjkGMQZKBkEAIABSAEcAQgAgBicGRAY5BicGRQBHAGUAbgBlAHIAaQBjACAAUgBH
  1172. AEIAIABQAHIAbwBmAGkAbABldGV4dAAAAABDb3B5cmlnaHQgMjAwNyBBcHBsZSBJbmMuLCBhbGwgcmln
  1173. aHRzIHJlc2VydmVkLgBYWVogAAAAAAAA81IAAQAAAAEWz1hZWiAAAAAAAAB0TQAAPe4AAAPQWFlaIAAA
  1174. AAAAAFp1AACscwAAFzRYWVogAAAAAAAAKBoAABWfAAC4NmN1cnYAAAAAAAAAAQHNAABzZjMyAAAAAAAB
  1175. DEIAAAXe///zJgAAB5IAAP2R///7ov///aMAAAPcAADAbNIrLC0uWiRjbGFzc25hbWVYJGNsYXNzZXNf
  1176. EBBOU0JpdG1hcEltYWdlUmVwoy0vMFpOU0ltYWdlUmVwWE5TT2JqZWN00issMjNXTlNBcnJheaIyMNIr
  1177. LDU2Xk5TTXV0YWJsZUFycmF5ozUyMNM4OQ86OzxXTlNXaGl0ZVxOU0NvbG9yU3BhY2VEMCAwABADgAzS
  1178. Kyw+P1dOU0NvbG9yoj4w0issQUJXTlNJbWFnZaJBMAAIABEAGgAkACkAMgA3AEkATABRAFMAYgBoAHUA
  1179. fACLAJIAnwCmAK4AsACyALQAuQC7AL0AxgDLANYA2ADaANwA4QDkAOYA6ADqAPEBCAEkASYBKBLiEucS
  1180. 8hL7Ew4TEhMdEyYTKxMzEzYTOxNKE04TVRNdE2oTbxNxE3MTeBOAE4MTiBOQAAAAAAAAAgEAAAAAAAAA
  1181. QwAAAAAAAAAAAAAAAAAAE5M
  1182. </mutableData>
  1183. </image>
  1184. <image name="btn_ok" width="102" height="30"/>
  1185. <image name="btn_signin" width="100" height="30"/>
  1186. <image name="button:hrK-DY-RbO:image" width="24" height="24">
  1187. <mutableData key="keyedArchiveRepresentation">
  1188. YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMSAAGGoF8QD05T
  1189. S2V5ZWRBcmNoaXZlctEICVRyb290gAGuCwwZGh8UJCkqMTQ3PUBVJG51bGzWDQ4PEBESExQVFhcYVk5T
  1190. U2l6ZV5OU1Jlc2l6aW5nTW9kZVYkY2xhc3NcTlNJbWFnZUZsYWdzVk5TUmVwc1dOU0NvbG9ygAIQAIAN
  1191. EiDAAACAA4ALWHsyNCwgMjR90hsPHB5aTlMub2JqZWN0c6EdgASACtIbDyAjoiEigAWABoAJ0w8lJico
  1192. FF8QFE5TVElGRlJlcHJlc2VudGF0aW9uXxAZTlNJbnRlcm5hbExheW91dERpcmVjdGlvboAIgAdPERG2
  1193. TU0AKgAACQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8NCxQzMCw/YVxYdYaAeqCHgHui
  1194. ZF1adzUyL0IPDg0WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1195. AAAAAAAAAAAgHBspdW9th7m1scjY1NPh4N3d5d/d2+Pd3dzi39/d5djV1OG6t7PLeXRwiyMhHi0AAAAA
  1196. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAMDB2BbV3PIw8HY4+Ph59/g4ODc3N3d
  1197. 29vb29vb29vb29vb29vb29zc3Nzf4ODg4uLh5srIxNpmYV55BgUECgAAAAAAAAAAAAAAAAAAAAAAAAAA
  1198. AAAAAAAAAAAJCQcOh4J9m9/d3ejf39/f29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1199. 29vb297f39/h4N3pj4iEowwLCRAAAAAAAAAAAAAAAAAAAAAAAAAAAAUEBAiGgH2b4+Ph6dzc3Nzb29vb
  1200. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vc3Nzc5OPi6I+IhaMHBgUK
  1201. AAAAAAAAAAAAAAAAAAAAAF5aVnDf3t3o3Nzd3dvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1202. 29vb29vb29vb29vb29vb29vb29vb29vb3Nzc3OLf3uhnYV16AAAAAAAAAAAAAAAAHhsZJ8fCvtfe39/f
  1203. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1204. 29vb297e39/NycXbJCEfLgAAAAAAAAAAcmxphOPj4efb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1205. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vi4uLme3ZyjgAAAAANDAkS
  1206. t7Oux+Dh4OHb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1207. 29vb29vb29vb29vb29vb29vb29vf3+DgvLi0zRAPDRcvLCk81tPR4Nzd3d3b29vb29vb29vb29vb29vb
  1208. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vc3N3d
  1209. 2dXT4jk0MkZcVlFv393c5dvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1210. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb4N/d5WljXn13cGyO39/f5Nvb29vb29vb
  1211. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1212. 29vb29vb29vb29vb29va37CnntV3cGyO39/f5Nvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1213. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29va37CnntVcVlFv
  1214. 393c5dvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1215. 29vb29vb29vb29vb29vb29vb29vb29vb4N/d5WljXn0vLCk81tPR4Nzd3d3b29vb29vb29vb29vb29vb
  1216. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vc3N3d
  1217. 2dXT4jk2MUYNDAkSt7Oux+Dh4OHb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1218. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vf3+DgvLi0zRAPDhcAAAAAcmxphOPj4efb29vb
  1219. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1220. 29vb29vb29vi4uLme3ZyjgAAAAAAAAAAHhsZJ8fCvtfe39/f29vb29vb29vb29vb29vb29vb29vb29vb
  1221. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb297e39/MycXcJCEfLgAAAAAAAAAA
  1222. AAAAAF5aVnDf3t3o3Nzd3dvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb
  1223. 29vb29vb29vb29vb3Nzc3OLf3uhnYV16AAAAAAAAAAAAAAAAAAAAAAUEBAiGgH2b4+Ph6dzc3Nzb29vb
  1224. 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vc3Nzc5OPi6I+IhaMHBgUK
  1225. AAAAAAAAAAAAAAAAAAAAAAAAAAAJCQgOh4J9m9/d3ejf39/f29vb29vb29vb29vb29vb29vb29vb29vb
  1226. 29vb29vb29vb29vb29vb297f39/h4N3pj4iEowwLCRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1227. BAMDB2BbV3PIw8HY4+Ph59/g4ODc3N3d29vb29vb29vb29vb29vb29zc3Nzf4ODg4uLh5srIxNpmYV55
  1228. BgUECgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgHBspdW9th7m1scjY1NPh
  1229. 393d5d/f3+Tf39/k393d5djV1OG6t7PLeXNwiyMhHi0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1230. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8NCxQzMCw/YlxZdX13cpV+eHKWZF5adzUyL0IPDg0W
  1231. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAEAAAMAAAABABgAAAEBAAMAAAABABgAAAEC
  1232. AAMAAAAEAAAJzgEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAEKAAMAAAABAAEAAAERAAQAAAABAAAACAES
  1233. AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABgAAAEXAAQAAAABAAAJAAEcAAMAAAABAAEAAAEo
  1234. AAMAAAABAAIAAAFSAAMAAAABAAEAAAFTAAMAAAAEAAAJ1odzAAcAAAfYAAAJ3gAAAAAACAAIAAgACAAB
  1235. AAEAAQABAAAH2GFwcGwCIAAAbW50clJHQiBYWVogB9kAAgAZAAsAGgALYWNzcEFQUEwAAAAAYXBwbAAA
  1236. AAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1hcHBsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1237. AAAAAAAAAAAAAAAAAAAAAAALZGVzYwAAAQgAAABvZHNjbQAAAXgAAAWcY3BydAAABxQAAAA4d3RwdAAA
  1238. B0wAAAAUclhZWgAAB2AAAAAUZ1hZWgAAB3QAAAAUYlhZWgAAB4gAAAAUclRSQwAAB5wAAAAOY2hhZAAA
  1239. B6wAAAAsYlRSQwAAB5wAAAAOZ1RSQwAAB5wAAAAOZGVzYwAAAAAAAAAUR2VuZXJpYyBSR0IgUHJvZmls
  1240. ZQAAAAAAAAAAAAAAFEdlbmVyaWMgUkdCIFByb2ZpbGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1241. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAG1sdWMAAAAAAAAAHwAAAAxza1NLAAAAKAAAAYRkYURLAAAALgAA
  1242. AaxjYUVTAAAAJAAAAdp2aVZOAAAAJAAAAf5wdEJSAAAAJgAAAiJ1a1VBAAAAKgAAAkhmckZVAAAAKAAA
  1243. AnJodUhVAAAAKAAAApp6aFRXAAAAFgAAAsJuYk5PAAAAJgAAAthjc0NaAAAAIgAAAv5oZUlMAAAAHgAA
  1244. AyBpdElUAAAAKAAAAz5yb1JPAAAAJAAAA2ZkZURFAAAALAAAA4prb0tSAAAAFgAAA7ZzdlNFAAAAJgAA
  1245. Ath6aENOAAAAFgAAA8xqYUpQAAAAGgAAA+JlbEdSAAAAIgAAA/xwdFBPAAAAJgAABB5ubE5MAAAAKAAA
  1246. BERlc0VTAAAAJgAABB50aFRIAAAAJAAABGx0clRSAAAAIgAABJBmaUZJAAAAKAAABLJockhSAAAAKAAA
  1247. BNpwbFBMAAAALAAABQJydVJVAAAAIgAABS5hckVHAAAAJgAABVBlblVTAAAAJgAABXYAVgFhAGUAbwBi
  1248. AGUAYwBuAP0AIABSAEcAQgAgAHAAcgBvAGYAaQBsAEcAZQBuAGUAcgBlAGwAIABSAEcAQgAtAGIAZQBz
  1249. AGsAcgBpAHYAZQBsAHMAZQBQAGUAcgBmAGkAbAAgAFIARwBCACAAZwBlAG4A6AByAGkAYwBDHqUAdQAg
  1250. AGgA7ABuAGgAIABSAEcAQgAgAEMAaAB1AG4AZwBQAGUAcgBmAGkAbAAgAFIARwBCACAARwBlAG4A6QBy
  1251. AGkAYwBvBBcEMAQzBDAEOwRMBD0EOAQ5ACAEPwRABD4ERAQwBDkEOwAgAFIARwBCAFAAcgBvAGYAaQBs
  1252. ACAAZwDpAG4A6QByAGkAcQB1AGUAIABSAFYAQgDBAGwAdABhAGwA4QBuAG8AcwAgAFIARwBCACAAcABy
  1253. AG8AZgBpAGyQGnUoACAAUgBHAEIAIIJyX2ljz4/wAEcAZQBuAGUAcgBpAHMAawAgAFIARwBCAC0AcABy
  1254. AG8AZgBpAGwATwBiAGUAYwBuAP0AIABSAEcAQgAgAHAAcgBvAGYAaQBsBeQF6AXVBeQF2QXcACAAUgBH
  1255. AEIAIAXbBdwF3AXZAFAAcgBvAGYAaQBsAG8AIABSAEcAQgAgAGcAZQBuAGUAcgBpAGMAbwBQAHIAbwBm
  1256. AGkAbAAgAFIARwBCACAAZwBlAG4AZQByAGkAYwBBAGwAbABnAGUAbQBlAGkAbgBlAHMAIABSAEcAQgAt
  1257. AFAAcgBvAGYAaQBsx3y8GAAgAFIARwBCACDVBLhc0wzHfGZukBoAIABSAEcAQgAgY8+P8GWHTvZOAIIs
  1258. ACAAUgBHAEIAIDDXMO0w1TChMKQw6wOTA7UDvQO5A7oDzAAgA8ADwQO/A8YDrwO7ACAAUgBHAEIAUABl
  1259. AHIAZgBpAGwAIABSAEcAQgAgAGcAZQBuAOkAcgBpAGMAbwBBAGwAZwBlAG0AZQBlAG4AIABSAEcAQgAt
  1260. AHAAcgBvAGYAaQBlAGwOQg4bDiMORA4fDiUOTAAgAFIARwBCACAOFw4xDkgOJw5EDhsARwBlAG4AZQBs
  1261. ACAAUgBHAEIAIABQAHIAbwBmAGkAbABpAFkAbABlAGkAbgBlAG4AIABSAEcAQgAtAHAAcgBvAGYAaQBp
  1262. AGwAaQBHAGUAbgBlAHIAaQENAGsAaQAgAFIARwBCACAAcAByAG8AZgBpAGwAVQBuAGkAdwBlAHIAcwBh
  1263. AGwAbgB5ACAAcAByAG8AZgBpAGwAIABSAEcAQgQeBDEESQQ4BDkAIAQ/BEAEPgREBDgEOwRMACAAUgBH
  1264. AEIGRQZEBkEAIAYqBjkGMQZKBkEAIABSAEcAQgAgBicGRAY5BicGRQBHAGUAbgBlAHIAaQBjACAAUgBH
  1265. AEIAIABQAHIAbwBmAGkAbABldGV4dAAAAABDb3B5cmlnaHQgMjAwNyBBcHBsZSBJbmMuLCBhbGwgcmln
  1266. aHRzIHJlc2VydmVkLgBYWVogAAAAAAAA81IAAQAAAAEWz1hZWiAAAAAAAAB0TQAAPe4AAAPQWFlaIAAA
  1267. AAAAAFp1AACscwAAFzRYWVogAAAAAAAAKBoAABWfAAC4NmN1cnYAAAAAAAAAAQHNAABzZjMyAAAAAAAB
  1268. DEIAAAXe///zJgAAB5IAAP2R///7ov///aMAAAPcAADAbNIrLC0uWiRjbGFzc25hbWVYJGNsYXNzZXNf
  1269. EBBOU0JpdG1hcEltYWdlUmVwoy0vMFpOU0ltYWdlUmVwWE5TT2JqZWN00issMjNXTlNBcnJheaIyMNIr
  1270. LDU2Xk5TTXV0YWJsZUFycmF5ozUyMNM4OQ86OzxXTlNXaGl0ZVxOU0NvbG9yU3BhY2VEMCAwABADgAzS
  1271. Kyw+P1dOU0NvbG9yoj4w0issQUJXTlNJbWFnZaJBMAAIABEAGgAkACkAMgA3AEkATABRAFMAYgBoAHUA
  1272. fACLAJIAnwCmAK4AsACyALQAuQC7AL0AxgDLANYA2ADaANwA4QDkAOYA6ADqAPEBCAEkASYBKBLiEucS
  1273. 8hL7Ew4TEhMdEyYTKxMzEzYTOxNKE04TVRNdE2oTbxNxE3MTeBOAE4MTiBOQAAAAAAAAAgEAAAAAAAAA
  1274. QwAAAAAAAAAAAAAAAAAAE5M
  1275. </mutableData>
  1276. </image>
  1277. <image name="checkbox" width="16" height="16"/>
  1278. <image name="close" width="40" height="40"/>
  1279. <systemColor name="systemBackgroundColor">
  1280. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1281. </systemColor>
  1282. </resources>
  1283. </document>