SignUp.storyboard 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Signup View Controller-->
  13. <scene sceneID="feX-ks-CEm">
  14. <objects>
  15. <viewController storyboardIdentifier="SignupViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="1Km-M1-z3D" customClass="SignupViewController" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tAJ-A9-hIu">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="EMAIL" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="88X-Zy-7ai">
  21. <rect key="frame" x="50" y="640" width="314" height="34"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  23. <textInputTraits key="textInputTraits"/>
  24. </textField>
  25. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="PASSWORD" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="yL1-9C-6Uo">
  26. <rect key="frame" x="50" y="694" width="314" height="34"/>
  27. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  28. <textInputTraits key="textInputTraits"/>
  29. </textField>
  30. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" usesAttributedText="YES" translatesAutoresizingMaskIntoConstraints="NO" id="y01-XY-151">
  31. <rect key="frame" x="50" y="64" width="314" height="546"/>
  32. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  33. <attributedString key="attributedText">
  34. <fragment content="Terms of Service">
  35. <attributes>
  36. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  37. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. <font key="NSFont" size="26" name="TimesNewRomanPS-BoldMT"/>
  39. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  40. <tabStops/>
  41. </paragraphStyle>
  42. </attributes>
  43. </fragment>
  44. <fragment>
  45. <string key="content" base64-UTF8="YES">
  46. Cg
  47. </string>
  48. <attributes>
  49. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  50. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  51. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  52. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  53. <tabStops/>
  54. </paragraphStyle>
  55. </attributes>
  56. </fragment>
  57. <fragment content=" ">
  58. <attributes>
  59. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  60. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  61. <font key="NSFont" size="14.667" name="TimesNewRomanPSMT"/>
  62. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  63. <tabStops/>
  64. </paragraphStyle>
  65. </attributes>
  66. </fragment>
  67. <fragment>
  68. <string key="content" base64-UTF8="YES">
  69. Cg
  70. </string>
  71. <attributes>
  72. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  73. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  74. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  75. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  76. <tabStops/>
  77. </paragraphStyle>
  78. </attributes>
  79. </fragment>
  80. <fragment>
  81. <string key="content">Welcome to RedAnt TradeFiling  !
  82. </string>
  83. <attributes>
  84. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  85. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  86. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  87. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  88. <tabStops/>
  89. </paragraphStyle>
  90. </attributes>
  91. </fragment>
  92. <fragment>
  93. <string key="content" base64-UTF8="YES">
  94. Cg
  95. </string>
  96. <attributes>
  97. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  98. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  99. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  100. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  101. <tabStops/>
  102. </paragraphStyle>
  103. </attributes>
  104. </fragment>
  105. <fragment>
  106. <string key="content">The United Software Applications, Inc. (USAI RedAnt) Customs Security Declaration Solution.
  107. </string>
  108. <attributes>
  109. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  110. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  111. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  112. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  113. <tabStops/>
  114. </paragraphStyle>
  115. </attributes>
  116. </fragment>
  117. <fragment>
  118. <string key="content" base64-UTF8="YES">
  119. Cg
  120. </string>
  121. <attributes>
  122. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  123. <color key="NSColor" red="0.27823999999999999" green="0.62358000000000002" blue="0.99595" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  124. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  125. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  126. <tabStops/>
  127. </paragraphStyle>
  128. </attributes>
  129. </fragment>
  130. <fragment>
  131. <string key="content">USAI RedAnt delivers digital solutions advancing business, and supporting communities around the world.
  132. </string>
  133. <attributes>
  134. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  135. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  136. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  137. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  138. <tabStops/>
  139. </paragraphStyle>
  140. </attributes>
  141. </fragment>
  142. <fragment>
  143. <string key="content" base64-UTF8="YES">
  144. Cg
  145. </string>
  146. <attributes>
  147. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  148. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  149. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  150. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  151. <tabStops/>
  152. </paragraphStyle>
  153. </attributes>
  154. </fragment>
  155. <fragment>
  156. <string key="content">The Terms and conditions listed here govern your use of RedAnt Tradefiling and other products, features, apps, services, technologies and software we offer (the USAI RedAnt Products or </string>
  157. <attributes>
  158. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  159. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  160. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  161. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  162. <tabStops/>
  163. </paragraphStyle>
  164. </attributes>
  165. </fragment>
  166. <fragment content="Products">
  167. <attributes>
  168. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  169. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  170. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  171. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  172. <tabStops/>
  173. </paragraphStyle>
  174. <integer key="NSUnderline" value="1"/>
  175. </attributes>
  176. </fragment>
  177. <fragment>
  178. <string key="content">), except where we expressly state that separate terms (other than these) will apply. Please review your invoices, order acknowledgements or other separately signed agreements with USAI RedAnt to confirm.
  179. </string>
  180. <attributes>
  181. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  182. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  183. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  184. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  185. <tabStops/>
  186. </paragraphStyle>
  187. </attributes>
  188. </fragment>
  189. <fragment>
  190. <string key="content" base64-UTF8="YES">
  191. Cg
  192. </string>
  193. <attributes>
  194. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  195. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  196. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  197. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  198. <tabStops/>
  199. </paragraphStyle>
  200. </attributes>
  201. </fragment>
  202. <fragment content="These ">
  203. <attributes>
  204. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  205. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  206. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  207. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  208. <tabStops/>
  209. </paragraphStyle>
  210. </attributes>
  211. </fragment>
  212. <fragment content="Products">
  213. <attributes>
  214. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  215. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  216. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  217. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  218. <tabStops/>
  219. </paragraphStyle>
  220. <integer key="NSUnderline" value="1"/>
  221. </attributes>
  222. </fragment>
  223. <fragment>
  224. <string key="content"> are provided to you by USAI RedAnt (United Software Applications, Inc.)
  225. </string>
  226. <attributes>
  227. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  228. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  229. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  230. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  231. <tabStops/>
  232. </paragraphStyle>
  233. </attributes>
  234. </fragment>
  235. <fragment>
  236. <string key="content" base64-UTF8="YES">
  237. Cg
  238. </string>
  239. <attributes>
  240. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  241. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  242. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  243. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  244. <tabStops/>
  245. </paragraphStyle>
  246. </attributes>
  247. </fragment>
  248. <fragment>
  249. <string key="content">By using our Products, you agree we can show you information about USAI RedAnt and our other products and services that we think are relevant to you and your interests.
  250. </string>
  251. <attributes>
  252. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  253. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  254. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  255. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  256. <tabStops/>
  257. </paragraphStyle>
  258. </attributes>
  259. </fragment>
  260. <fragment>
  261. <string key="content" base64-UTF8="YES">
  262. Cg
  263. </string>
  264. <attributes>
  265. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  266. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  267. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  268. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  269. <tabStops/>
  270. </paragraphStyle>
  271. </attributes>
  272. </fragment>
  273. <fragment content="Our ">
  274. <attributes>
  275. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  276. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  277. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  278. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  279. <tabStops/>
  280. </paragraphStyle>
  281. </attributes>
  282. </fragment>
  283. <fragment content="Privacy Policy ">
  284. <attributes>
  285. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  286. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="0.84706000000000004" colorSpace="custom" customColorSpace="sRGB"/>
  287. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  288. <url key="NSLink" string="http://united-us.net/privacy.html"/>
  289. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  290. <tabStops/>
  291. </paragraphStyle>
  292. <integer key="NSUnderline" value="1"/>
  293. <color key="NSUnderlineColor" red="0.0" green="0.0" blue="0.0" alpha="0.84706000000000004" colorSpace="custom" customColorSpace="sRGB"/>
  294. </attributes>
  295. </fragment>
  296. <fragment content="explains how ">
  297. <attributes>
  298. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  299. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  300. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  301. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  302. <tabStops/>
  303. </paragraphStyle>
  304. </attributes>
  305. </fragment>
  306. <fragment content="your personal information is collected and the action we take to protect it.  ">
  307. <attributes>
  308. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  309. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  310. <font key="NSFont" size="14" name="TimesNewRomanPS-BoldMT"/>
  311. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  312. <tabStops/>
  313. </paragraphStyle>
  314. </attributes>
  315. </fragment>
  316. <fragment content="You can also go to your settings at any time to review the privacy choices you have selected. ">
  317. <attributes>
  318. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  319. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  320. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  321. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  322. <tabStops/>
  323. </paragraphStyle>
  324. </attributes>
  325. </fragment>
  326. <fragment content="http://united-us.net/privacy.html">
  327. <attributes>
  328. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  329. <color key="NSColor" red="0.019609999999999999" green="0.38823999999999997" blue="0.75685999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  330. <font key="NSFont" size="13.333" name="Helvetica"/>
  331. <url key="NSLink" string="http://united-us.net/privacy.html"/>
  332. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  333. <tabStops/>
  334. </paragraphStyle>
  335. <integer key="NSUnderline" value="1"/>
  336. <color key="NSUnderlineColor" red="0.019609999999999999" green="0.38823999999999997" blue="0.75685999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  337. </attributes>
  338. </fragment>
  339. </attributedString>
  340. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  341. <dataDetectorType key="dataDetectorTypes" link="YES"/>
  342. </textView>
  343. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="CONFIRM PASSWORD" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="X8Y-Ky-ElU">
  344. <rect key="frame" x="50" y="748" width="314" height="34"/>
  345. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  346. <textInputTraits key="textInputTraits"/>
  347. </textField>
  348. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vdZ-so-TfI">
  349. <rect key="frame" x="304" y="812" width="60" height="30"/>
  350. <state key="normal" title="SIGN UP"/>
  351. <connections>
  352. <action selector="onSignUpClick:" destination="1Km-M1-z3D" eventType="touchUpInside" id="e0Y-pd-6PA"/>
  353. </connections>
  354. </button>
  355. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="WY0-gy-qhb">
  356. <rect key="frame" x="50" y="816" width="94" height="22"/>
  357. <state key="normal" title=" I AGREE" image="checkbox_unchecked_30">
  358. <color key="titleColor" systemColor="systemBlueColor"/>
  359. </state>
  360. <connections>
  361. <action selector="onAgreeClick:" destination="1Km-M1-z3D" eventType="touchUpInside" id="3Gm-Eq-AdG"/>
  362. </connections>
  363. </button>
  364. </subviews>
  365. <viewLayoutGuide key="safeArea" id="ykH-e6-V9i"/>
  366. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  367. <constraints>
  368. <constraint firstItem="X8Y-Ky-ElU" firstAttribute="trailing" secondItem="88X-Zy-7ai" secondAttribute="trailing" id="70g-Gm-fTB"/>
  369. <constraint firstItem="yL1-9C-6Uo" firstAttribute="leading" secondItem="88X-Zy-7ai" secondAttribute="leading" id="7Ar-mE-ZdK"/>
  370. <constraint firstItem="WY0-gy-qhb" firstAttribute="leading" secondItem="X8Y-Ky-ElU" secondAttribute="leading" id="E22-SF-fNb"/>
  371. <constraint firstItem="ykH-e6-V9i" firstAttribute="bottom" secondItem="vdZ-so-TfI" secondAttribute="bottom" constant="20" id="GfT-rF-PG7"/>
  372. <constraint firstItem="yL1-9C-6Uo" firstAttribute="trailing" secondItem="88X-Zy-7ai" secondAttribute="trailing" id="LCO-S1-qMl"/>
  373. <constraint firstItem="y01-XY-151" firstAttribute="top" secondItem="ykH-e6-V9i" secondAttribute="top" constant="20" id="LUh-PA-Nbb"/>
  374. <constraint firstItem="vdZ-so-TfI" firstAttribute="centerY" secondItem="WY0-gy-qhb" secondAttribute="centerY" id="NEv-gY-kGV"/>
  375. <constraint firstItem="vdZ-so-TfI" firstAttribute="top" secondItem="X8Y-Ky-ElU" secondAttribute="bottom" constant="30" id="NqG-BT-4nF"/>
  376. <constraint firstItem="vdZ-so-TfI" firstAttribute="trailing" secondItem="X8Y-Ky-ElU" secondAttribute="trailing" id="RA5-gV-503"/>
  377. <constraint firstItem="X8Y-Ky-ElU" firstAttribute="leading" secondItem="ykH-e6-V9i" secondAttribute="leading" constant="50" id="TMn-G0-SMB"/>
  378. <constraint firstItem="ykH-e6-V9i" firstAttribute="trailing" secondItem="X8Y-Ky-ElU" secondAttribute="trailing" constant="50" id="WWq-mI-3wD"/>
  379. <constraint firstItem="88X-Zy-7ai" firstAttribute="top" secondItem="y01-XY-151" secondAttribute="bottom" constant="30" id="XoR-pD-rU8"/>
  380. <constraint firstItem="ykH-e6-V9i" firstAttribute="trailing" secondItem="y01-XY-151" secondAttribute="trailing" constant="50" id="hXd-m0-4ec"/>
  381. <constraint firstItem="yL1-9C-6Uo" firstAttribute="top" secondItem="88X-Zy-7ai" secondAttribute="bottom" constant="20" id="n1i-9n-PPW"/>
  382. <constraint firstItem="X8Y-Ky-ElU" firstAttribute="top" secondItem="yL1-9C-6Uo" secondAttribute="bottom" constant="20" id="n7i-t8-hm0"/>
  383. <constraint firstItem="X8Y-Ky-ElU" firstAttribute="leading" secondItem="88X-Zy-7ai" secondAttribute="leading" id="rJA-Ae-6ve"/>
  384. <constraint firstItem="y01-XY-151" firstAttribute="leading" secondItem="ykH-e6-V9i" secondAttribute="leading" constant="50" id="vBb-2g-d8T"/>
  385. </constraints>
  386. </view>
  387. <connections>
  388. <outlet property="btn_agree" destination="WY0-gy-qhb" id="iG5-0r-fug"/>
  389. <outlet property="btn_signup" destination="vdZ-so-TfI" id="Jkj-BE-XdE"/>
  390. <outlet property="tf_email" destination="88X-Zy-7ai" id="h4v-cX-RSI"/>
  391. <outlet property="tf_pass0" destination="yL1-9C-6Uo" id="WHr-05-FQd"/>
  392. <outlet property="tf_pass1" destination="X8Y-Ky-ElU" id="cYb-ug-HKS"/>
  393. </connections>
  394. </viewController>
  395. <placeholder placeholderIdentifier="IBFirstResponder" id="E0Z-a4-Kb6" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  396. </objects>
  397. <point key="canvasLocation" x="-197.10144927536234" y="-2448.2142857142858"/>
  398. </scene>
  399. <!--Agreement View Controller-->
  400. <scene sceneID="c6h-ur-oY3">
  401. <objects>
  402. <viewController storyboardIdentifier="AgreementViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="2Ia-Iv-aaM" customClass="AgreementViewController" sceneMemberID="viewController">
  403. <view key="view" contentMode="scaleToFill" id="Llh-3Z-3vd">
  404. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  405. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  406. <subviews>
  407. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" usesAttributedText="YES" translatesAutoresizingMaskIntoConstraints="NO" id="AMm-lk-AHY">
  408. <rect key="frame" x="20" y="64" width="374" height="778"/>
  409. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  410. <attributedString key="attributedText">
  411. <fragment content="Terms of Service">
  412. <attributes>
  413. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  414. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  415. <font key="NSFont" size="26" name="TimesNewRomanPS-BoldMT"/>
  416. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  417. <tabStops/>
  418. </paragraphStyle>
  419. </attributes>
  420. </fragment>
  421. <fragment>
  422. <string key="content" base64-UTF8="YES">
  423. Cg
  424. </string>
  425. <attributes>
  426. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  427. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  428. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  429. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  430. <tabStops/>
  431. </paragraphStyle>
  432. </attributes>
  433. </fragment>
  434. <fragment content=" ">
  435. <attributes>
  436. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  437. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  438. <font key="NSFont" size="14.667" name="TimesNewRomanPSMT"/>
  439. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  440. <tabStops/>
  441. </paragraphStyle>
  442. </attributes>
  443. </fragment>
  444. <fragment>
  445. <string key="content" base64-UTF8="YES">
  446. Cg
  447. </string>
  448. <attributes>
  449. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  450. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  451. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  452. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  453. <tabStops/>
  454. </paragraphStyle>
  455. </attributes>
  456. </fragment>
  457. <fragment>
  458. <string key="content">Welcome to RedAnt TradeFiling  !
  459. </string>
  460. <attributes>
  461. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  462. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  463. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  464. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  465. <tabStops/>
  466. </paragraphStyle>
  467. </attributes>
  468. </fragment>
  469. <fragment>
  470. <string key="content" base64-UTF8="YES">
  471. Cg
  472. </string>
  473. <attributes>
  474. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  475. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  476. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  477. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  478. <tabStops/>
  479. </paragraphStyle>
  480. </attributes>
  481. </fragment>
  482. <fragment>
  483. <string key="content">The United Software Applications, Inc. (USAI RedAnt) Customs Security Declaration Solution.
  484. </string>
  485. <attributes>
  486. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  487. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  488. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  489. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  490. <tabStops/>
  491. </paragraphStyle>
  492. </attributes>
  493. </fragment>
  494. <fragment>
  495. <string key="content" base64-UTF8="YES">
  496. Cg
  497. </string>
  498. <attributes>
  499. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  500. <color key="NSColor" red="0.27823999999999999" green="0.62358000000000002" blue="0.99595" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  501. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  502. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  503. <tabStops/>
  504. </paragraphStyle>
  505. </attributes>
  506. </fragment>
  507. <fragment>
  508. <string key="content">USAI RedAnt delivers digital solutions advancing business, and supporting communities around the world.
  509. </string>
  510. <attributes>
  511. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  512. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  513. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  514. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  515. <tabStops/>
  516. </paragraphStyle>
  517. </attributes>
  518. </fragment>
  519. <fragment>
  520. <string key="content" base64-UTF8="YES">
  521. Cg
  522. </string>
  523. <attributes>
  524. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  525. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  526. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  527. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  528. <tabStops/>
  529. </paragraphStyle>
  530. </attributes>
  531. </fragment>
  532. <fragment>
  533. <string key="content">The Terms and conditions listed here govern your use of RedAnt Tradefiling and other products, features, apps, services, technologies and software we offer (the USAI RedAnt Products or </string>
  534. <attributes>
  535. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  536. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  537. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  538. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  539. <tabStops/>
  540. </paragraphStyle>
  541. </attributes>
  542. </fragment>
  543. <fragment content="Products">
  544. <attributes>
  545. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  546. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  547. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  548. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  549. <tabStops/>
  550. </paragraphStyle>
  551. <integer key="NSUnderline" value="1"/>
  552. </attributes>
  553. </fragment>
  554. <fragment>
  555. <string key="content">), except where we expressly state that separate terms (other than these) will apply. Please review your invoices, order acknowledgements or other separately signed agreements with USAI RedAnt to confirm.
  556. </string>
  557. <attributes>
  558. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  559. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  560. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  561. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  562. <tabStops/>
  563. </paragraphStyle>
  564. </attributes>
  565. </fragment>
  566. <fragment>
  567. <string key="content" base64-UTF8="YES">
  568. Cg
  569. </string>
  570. <attributes>
  571. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  572. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  573. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  574. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  575. <tabStops/>
  576. </paragraphStyle>
  577. </attributes>
  578. </fragment>
  579. <fragment content="These ">
  580. <attributes>
  581. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  582. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  583. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  584. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  585. <tabStops/>
  586. </paragraphStyle>
  587. </attributes>
  588. </fragment>
  589. <fragment content="Products">
  590. <attributes>
  591. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  592. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  593. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  594. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  595. <tabStops/>
  596. </paragraphStyle>
  597. <integer key="NSUnderline" value="1"/>
  598. </attributes>
  599. </fragment>
  600. <fragment>
  601. <string key="content"> are provided to you by USAI RedAnt (United Software Applications, Inc.)
  602. </string>
  603. <attributes>
  604. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  605. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  606. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  607. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  608. <tabStops/>
  609. </paragraphStyle>
  610. </attributes>
  611. </fragment>
  612. <fragment>
  613. <string key="content" base64-UTF8="YES">
  614. Cg
  615. </string>
  616. <attributes>
  617. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  618. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  619. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  620. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  621. <tabStops/>
  622. </paragraphStyle>
  623. </attributes>
  624. </fragment>
  625. <fragment>
  626. <string key="content">By using our Products, you agree we can show you information about USAI RedAnt and our other products and services that we think are relevant to you and your interests.
  627. </string>
  628. <attributes>
  629. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  630. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  631. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  632. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  633. <tabStops/>
  634. </paragraphStyle>
  635. </attributes>
  636. </fragment>
  637. <fragment>
  638. <string key="content" base64-UTF8="YES">
  639. Cg
  640. </string>
  641. <attributes>
  642. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  643. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  644. <font key="NSFont" size="16" name="TimesNewRomanPSMT"/>
  645. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  646. <tabStops/>
  647. </paragraphStyle>
  648. </attributes>
  649. </fragment>
  650. <fragment content="Our ">
  651. <attributes>
  652. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  653. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  654. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  655. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  656. <tabStops/>
  657. </paragraphStyle>
  658. </attributes>
  659. </fragment>
  660. <fragment content="Privacy Policy ">
  661. <attributes>
  662. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  663. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="0.84706000000000004" colorSpace="custom" customColorSpace="sRGB"/>
  664. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  665. <url key="NSLink" string="http://united-us.net/privacy.html"/>
  666. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  667. <tabStops/>
  668. </paragraphStyle>
  669. <integer key="NSUnderline" value="1"/>
  670. <color key="NSUnderlineColor" red="0.0" green="0.0" blue="0.0" alpha="0.84706000000000004" colorSpace="custom" customColorSpace="sRGB"/>
  671. </attributes>
  672. </fragment>
  673. <fragment content="explains how ">
  674. <attributes>
  675. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  676. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  677. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  678. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  679. <tabStops/>
  680. </paragraphStyle>
  681. </attributes>
  682. </fragment>
  683. <fragment content="your personal information is collected and the action we take to protect it.  ">
  684. <attributes>
  685. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  686. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  687. <font key="NSFont" size="14" name="TimesNewRomanPS-BoldMT"/>
  688. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  689. <tabStops/>
  690. </paragraphStyle>
  691. </attributes>
  692. </fragment>
  693. <fragment content="You can also go to your settings at any time to review the privacy choices you have selected. ">
  694. <attributes>
  695. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  696. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  697. <font key="NSFont" size="16" name="TimesNewRomanPS-BoldMT"/>
  698. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  699. <tabStops/>
  700. </paragraphStyle>
  701. </attributes>
  702. </fragment>
  703. <fragment content="http://united-us.net/privacy.html">
  704. <attributes>
  705. <color key="NSBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  706. <color key="NSColor" red="0.019609999999999999" green="0.38823999999999997" blue="0.75685999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  707. <font key="NSFont" size="13.333" name="Helvetica"/>
  708. <url key="NSLink" string="http://united-us.net/privacy.html"/>
  709. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="leftToRight" defaultTabInterval="36" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO">
  710. <tabStops/>
  711. </paragraphStyle>
  712. <integer key="NSUnderline" value="1"/>
  713. <color key="NSUnderlineColor" red="0.019609999999999999" green="0.38823999999999997" blue="0.75685999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  714. </attributes>
  715. </fragment>
  716. </attributedString>
  717. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  718. <dataDetectorType key="dataDetectorTypes" link="YES"/>
  719. </textView>
  720. </subviews>
  721. <viewLayoutGuide key="safeArea" id="YVH-bY-jzM"/>
  722. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  723. <constraints>
  724. <constraint firstItem="YVH-bY-jzM" firstAttribute="trailing" secondItem="AMm-lk-AHY" secondAttribute="trailing" constant="20" id="57G-3A-Ewz"/>
  725. <constraint firstItem="AMm-lk-AHY" firstAttribute="top" secondItem="YVH-bY-jzM" secondAttribute="top" constant="20" id="IqK-AO-CZz"/>
  726. <constraint firstItem="AMm-lk-AHY" firstAttribute="leading" secondItem="YVH-bY-jzM" secondAttribute="leading" constant="20" id="SEp-G0-cFI"/>
  727. <constraint firstItem="YVH-bY-jzM" firstAttribute="bottom" secondItem="AMm-lk-AHY" secondAttribute="bottom" constant="20" id="ndF-5g-Di7"/>
  728. </constraints>
  729. </view>
  730. </viewController>
  731. <placeholder placeholderIdentifier="IBFirstResponder" id="Jgm-z6-Oqm" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  732. </objects>
  733. <point key="canvasLocation" x="-65" y="-870"/>
  734. </scene>
  735. </scenes>
  736. <resources>
  737. <image name="checkbox_unchecked_30" width="20" height="20"/>
  738. <systemColor name="systemBackgroundColor">
  739. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  740. </systemColor>
  741. <systemColor name="systemBlueColor">
  742. <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  743. </systemColor>
  744. </resources>
  745. </document>