OLM.storyboard 132 KB

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