KMPurchaseEmbeddedWindowController.xib 184 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMPurchaseEmbeddedWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="IndividualLabel" destination="Rrg-6E-gGx" id="iNG-Ph-Zvc"/>
  12. <outlet property="accessLabel" destination="O5O-eG-80K" id="SFO-G6-z41"/>
  13. <outlet property="addButton1" destination="5iB-42-B0l" id="eug-fa-G64"/>
  14. <outlet property="addButton2" destination="fhV-YM-nNC" id="zz2-6X-oot"/>
  15. <outlet property="addButton3" destination="gZ7-bj-dxC" id="zgq-3d-bNX"/>
  16. <outlet property="aiAddOnButton" destination="lDe-WV-H1b" id="5Ou-sJ-eVI"/>
  17. <outlet property="aiAddOnButton1" destination="SoM-sc-hgO" id="IJA-fa-Rcz"/>
  18. <outlet property="aiAddOnLabel" destination="ORZ-Op-6Fo" id="jcd-LJ-uKh"/>
  19. <outlet property="aiAddOnView" destination="A4x-fh-Pac" id="fcm-NE-WPd"/>
  20. <outlet property="alipayButton" destination="HXS-6q-4NR" id="Q8R-QA-pn3"/>
  21. <outlet property="amountTextField1" destination="FIo-VK-rnE" id="a3o-DS-lH0"/>
  22. <outlet property="amountTextField2" destination="GID-fe-T7b" id="a1X-qT-Y9f"/>
  23. <outlet property="amountTextField3" destination="W2o-e2-Nwn" id="1zF-8k-20e"/>
  24. <outlet property="amountView2" destination="vrZ-i2-cO9" id="4Pq-iU-suP"/>
  25. <outlet property="amountView3" destination="I0R-Y0-jgp" id="oJI-f4-ngV"/>
  26. <outlet property="applyBox" destination="KlW-6M-F8A" id="EYg-fv-U1f"/>
  27. <outlet property="applyButton" destination="L3R-9A-gca" id="aEn-QB-rL3"/>
  28. <outlet property="billInformationLabel" destination="Plj-ou-oBV" id="O7I-qB-NrY"/>
  29. <outlet property="cardButton" destination="6fV-kv-Kqb" id="72P-Yg-Dcy"/>
  30. <outlet property="cardView" destination="X7Z-7L-aZu" id="Wcx-bf-H1g"/>
  31. <outlet property="coupomTextField" destination="lA7-Px-ulG" id="Tbk-LM-yvS"/>
  32. <outlet property="couponBox" destination="ECb-Ab-7Fq" id="h7u-Fk-i1A"/>
  33. <outlet property="couponButton" destination="16N-22-eUq" id="ufx-sv-rRp"/>
  34. <outlet property="couponClearButton" destination="3y5-gc-zaR" id="vEZ-gi-ihQ"/>
  35. <outlet property="discountLabel" destination="zuM-1n-klX" id="t9g-Ms-UQK"/>
  36. <outlet property="discountLabel1" destination="n83-tW-ibP" id="9tA-NM-reb"/>
  37. <outlet property="discountLayoutConstraint" destination="c55-3v-q3H" id="X98-LV-mYs"/>
  38. <outlet property="discountPriceLabel1" destination="4Ko-7d-Zp9" id="mo9-Wc-Ag0"/>
  39. <outlet property="discountPriceLabel2" destination="Zgg-6x-ycD" id="MK8-XT-aPw"/>
  40. <outlet property="discountPriceLabel3" destination="0yC-if-ZhG" id="g9G-YT-PUX"/>
  41. <outlet property="discountView" destination="KXb-Fc-Ihu" id="VlV-d6-GhF"/>
  42. <outlet property="emailBox" destination="vNJ-Rm-o8p" id="Oia-yr-1nT"/>
  43. <outlet property="emailLabel" destination="e5R-5a-vfZ" id="5nn-0v-GIy"/>
  44. <outlet property="emailTextField" destination="sU8-qq-wLc" id="oZw-qE-aPj"/>
  45. <outlet property="errorLabel" destination="GJE-gl-04P" id="qgA-LP-pwc"/>
  46. <outlet property="errorLabelTopLayout" destination="l30-oM-OZT" id="E17-8R-tf4"/>
  47. <outlet property="errorView" destination="W7H-2A-riS" id="bXz-uh-WFx"/>
  48. <outlet property="extendedButton" destination="MbO-7o-ibN" id="NZR-8e-sHP"/>
  49. <outlet property="extendedButton1" destination="Ygz-9t-jR6" id="wnO-XW-sI2"/>
  50. <outlet property="extendedImageView" destination="dIC-52-LvS" id="XXJ-IK-24m"/>
  51. <outlet property="extendedLabel" destination="hdH-sT-Zjy" id="CSU-f3-wES"/>
  52. <outlet property="extendedView" destination="DDi-AB-k2w" id="Yo4-09-7cG"/>
  53. <outlet property="image2BottomLayout" destination="O4p-tz-bd1" id="Uho-TH-esw"/>
  54. <outlet property="imageBottomLayout" destination="Yex-lJ-9Ez" id="gMn-Hw-MXE"/>
  55. <outlet property="lastPriceLabel" destination="qhy-ap-sxt" id="4LY-eY-0OP"/>
  56. <outlet property="lastPriceLabel1" destination="ve4-zf-dcX" id="Ubh-Qb-g1J"/>
  57. <outlet property="licenseCodeBox" destination="uSJ-rd-Vlm" id="Dvo-S4-I4w"/>
  58. <outlet property="licenseCodeLabel" destination="ynC-0D-5zQ" id="lFa-il-HJj"/>
  59. <outlet property="licenseCodeTextField" destination="zA8-fl-m0R" id="oxd-J5-4X4"/>
  60. <outlet property="licenseCodeTopLayout" destination="cBj-6T-BqZ" id="Ioe-4G-Idh"/>
  61. <outlet property="licenseCodeView" destination="veL-o2-wMz" id="0QP-sX-12D"/>
  62. <outlet property="notFoundButton" destination="EEw-fo-cIt" id="Fq1-p6-vjx"/>
  63. <outlet property="oneLicenseLabel" destination="2wj-Wg-q7u" id="2x0-8r-KgT"/>
  64. <outlet property="originalPriceLabel1" destination="JdB-wu-qih" id="TW8-re-VZ3"/>
  65. <outlet property="originalPriceLabel2" destination="mG2-BE-Y6m" id="4Gi-yD-Quy"/>
  66. <outlet property="originalPriceLabel3" destination="ftc-Ed-JwD" id="tgQ-F5-8Gv"/>
  67. <outlet property="paddleBox" destination="aa6-zr-KXX" id="1oU-Ev-Nje"/>
  68. <outlet property="paddleButton" destination="jPf-8J-HiZ" id="H28-iF-nDR"/>
  69. <outlet property="paddlePopUpButton" destination="bH3-M9-C8p" id="KfW-Vc-S0o"/>
  70. <outlet property="paddleTextField" destination="4au-dI-0Fs" id="Zj7-lT-Nrz"/>
  71. <outlet property="paddleView" destination="ha0-Vb-Qze" id="nfS-Gi-EcI"/>
  72. <outlet property="payBox" destination="2Fv-aT-yF4" id="w85-iG-gjw"/>
  73. <outlet property="payBoxHeight" destination="R1F-08-HUX" id="gld-MP-hJK"/>
  74. <outlet property="payExplainLabel" destination="Bf9-95-LZa" id="4LW-Yj-AF3"/>
  75. <outlet property="payResult" destination="0Xs-W1-zNP" id="dPe-pN-hGJ"/>
  76. <outlet property="paySumLabel" destination="9Ta-Z5-dCX" id="uXu-nm-3nI"/>
  77. <outlet property="paySumLabel1" destination="W9v-hZ-TbY" id="Hps-F4-Vj7"/>
  78. <outlet property="payTypeImageView" destination="HjZ-0t-WrO" id="tff-FX-tjp"/>
  79. <outlet property="paymentMethodLabel" destination="32Y-Vg-5EG" id="cFh-JK-g5y"/>
  80. <outlet property="paypalBox" destination="W05-CR-h20" id="7Ty-WV-ClJ"/>
  81. <outlet property="paypalButton" destination="aFQ-fz-Dn4" id="Poo-PY-DdI"/>
  82. <outlet property="paypalBuyNowLabel" destination="pcl-Qd-CLL" id="j2f-v2-IBZ"/>
  83. <outlet property="paypalView" destination="gH9-wN-pyM" id="THF-bY-MOf"/>
  84. <outlet property="pdfReaderProLabel" destination="cMG-Kh-1ON" id="POq-A6-KD2"/>
  85. <outlet property="privacyLabel" destination="D4J-Se-9AB" id="vM0-xk-gle"/>
  86. <outlet property="prmiumLabel" destination="cJd-qR-iKJ" id="JeP-Xv-gc2"/>
  87. <outlet property="purchasedLabel" destination="asE-LH-mvG" id="v76-1e-M4b"/>
  88. <outlet property="qrCodeImageView" destination="BJ1-jE-DiL" id="cuO-Lk-4ro"/>
  89. <outlet property="removeButton1" destination="wpz-Yh-9aJ" id="E37-6C-hJ4"/>
  90. <outlet property="removeButton2" destination="MSF-9T-1cl" id="lC3-vm-gF6"/>
  91. <outlet property="removeButton3" destination="bmO-1e-QTX" id="gdl-RW-1my"/>
  92. <outlet property="scanLabel" destination="8Om-Bo-EFk" id="aau-Ii-1du"/>
  93. <outlet property="successfullyLabel" destination="hj7-ST-7me" id="Kft-CA-jiD"/>
  94. <outlet property="successfullyView" destination="LRb-Y6-ZvE" id="eWl-If-q4N"/>
  95. <outlet property="weChatBox" destination="3RR-ng-Us6" id="H3Q-Zj-hJo"/>
  96. <outlet property="weChatButton" destination="hj1-6S-4j5" id="768-we-YrD"/>
  97. <outlet property="weChatPayView" destination="pBx-yN-WZs" id="1hO-qE-DpL"/>
  98. <outlet property="wechatPayButton" destination="JIl-bG-lBU" id="QWO-cp-GKX"/>
  99. <outlet property="wechatPayButton2" destination="JbC-bo-Pmh" id="d64-VO-kHD"/>
  100. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  101. <outlet property="yourOrderLabel" destination="lJA-9J-Qba" id="auS-qa-bMM"/>
  102. </connections>
  103. </customObject>
  104. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  105. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  106. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  107. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  108. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  109. <rect key="contentRect" x="196" y="240" width="970" height="612"/>
  110. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  111. <value key="minSize" type="size" width="970" height="612"/>
  112. <value key="maxSize" type="size" width="970" height="612"/>
  113. <view key="contentView" id="se5-gp-TjO">
  114. <rect key="frame" x="0.0" y="0.0" width="970" height="612"/>
  115. <autoresizingMask key="autoresizingMask"/>
  116. <subviews>
  117. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="l3P-ZG-GJY">
  118. <rect key="frame" x="0.0" y="0.0" width="970" height="80"/>
  119. <view key="contentView" id="v5U-lN-3Ak">
  120. <rect key="frame" x="0.0" y="0.0" width="970" height="80"/>
  121. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  122. <subviews>
  123. <customView translatesAutoresizingMaskIntoConstraints="NO" id="hQ9-hE-7SE">
  124. <rect key="frame" x="382" y="60" width="206" height="20"/>
  125. <subviews>
  126. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="D4J-Se-9AB">
  127. <rect key="frame" x="-2" y="2" width="210" height="16"/>
  128. <textFieldCell key="cell" title="Are you a student or a professor? " id="ag6-6K-D9d">
  129. <font key="font" usesAppearanceFont="YES"/>
  130. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  131. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  132. </textFieldCell>
  133. </textField>
  134. </subviews>
  135. <constraints>
  136. <constraint firstItem="D4J-Se-9AB" firstAttribute="top" secondItem="hQ9-hE-7SE" secondAttribute="top" constant="2" id="7aV-Ot-vTx"/>
  137. <constraint firstAttribute="bottom" secondItem="D4J-Se-9AB" secondAttribute="bottom" constant="2" id="OtY-Cy-YeS"/>
  138. <constraint firstItem="D4J-Se-9AB" firstAttribute="centerY" secondItem="hQ9-hE-7SE" secondAttribute="centerY" id="TBD-GV-YFs"/>
  139. <constraint firstItem="D4J-Se-9AB" firstAttribute="top" secondItem="hQ9-hE-7SE" secondAttribute="top" constant="2" id="U0K-IA-VLi"/>
  140. <constraint firstAttribute="bottom" secondItem="D4J-Se-9AB" secondAttribute="bottom" constant="2" id="cCQ-Co-b3S"/>
  141. <constraint firstItem="D4J-Se-9AB" firstAttribute="leading" secondItem="hQ9-hE-7SE" secondAttribute="leading" id="kC9-ph-ha2"/>
  142. <constraint firstAttribute="trailing" secondItem="D4J-Se-9AB" secondAttribute="trailing" id="s8e-kx-aIL"/>
  143. </constraints>
  144. </customView>
  145. <customView translatesAutoresizingMaskIntoConstraints="NO" id="pJQ-if-sS8">
  146. <rect key="frame" x="377" y="8" width="216" height="44"/>
  147. <subviews>
  148. <button translatesAutoresizingMaskIntoConstraints="NO" id="yf6-a4-ZeM">
  149. <rect key="frame" x="0.0" y="0.0" width="72" height="44"/>
  150. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment00" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="0uc-fz-0IJ">
  151. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  152. <font key="font" metaFont="system"/>
  153. </buttonCell>
  154. <constraints>
  155. <constraint firstAttribute="width" constant="72" id="5Vq-Vt-iaE"/>
  156. <constraint firstAttribute="height" constant="44" id="nG4-oe-Eyb"/>
  157. </constraints>
  158. </button>
  159. <button translatesAutoresizingMaskIntoConstraints="NO" id="qfZ-QU-TIg">
  160. <rect key="frame" x="72" y="0.0" width="72" height="44"/>
  161. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment01" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Rtc-eT-X5Y">
  162. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  163. <font key="font" metaFont="system"/>
  164. </buttonCell>
  165. </button>
  166. <button translatesAutoresizingMaskIntoConstraints="NO" id="2qf-Y2-iDB">
  167. <rect key="frame" x="144" y="0.0" width="72" height="44"/>
  168. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment02" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="ncv-vJ-zft">
  169. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  170. <font key="font" metaFont="system"/>
  171. </buttonCell>
  172. </button>
  173. </subviews>
  174. <constraints>
  175. <constraint firstAttribute="bottom" secondItem="qfZ-QU-TIg" secondAttribute="bottom" id="3Jo-eL-Omc"/>
  176. <constraint firstItem="2qf-Y2-iDB" firstAttribute="height" secondItem="yf6-a4-ZeM" secondAttribute="height" id="3eD-zA-4ka"/>
  177. <constraint firstItem="yf6-a4-ZeM" firstAttribute="top" secondItem="pJQ-if-sS8" secondAttribute="top" id="4Pe-Mr-up7"/>
  178. <constraint firstItem="qfZ-QU-TIg" firstAttribute="top" secondItem="pJQ-if-sS8" secondAttribute="top" id="8Z6-8g-DRz"/>
  179. <constraint firstItem="qfZ-QU-TIg" firstAttribute="leading" secondItem="yf6-a4-ZeM" secondAttribute="trailing" id="Afx-JE-69H"/>
  180. <constraint firstItem="2qf-Y2-iDB" firstAttribute="leading" secondItem="qfZ-QU-TIg" secondAttribute="trailing" id="D1E-hY-GC8"/>
  181. <constraint firstItem="qfZ-QU-TIg" firstAttribute="width" secondItem="yf6-a4-ZeM" secondAttribute="width" id="Fhc-8J-1Eg"/>
  182. <constraint firstItem="qfZ-QU-TIg" firstAttribute="leading" secondItem="yf6-a4-ZeM" secondAttribute="trailing" id="Pmb-c1-vPS"/>
  183. <constraint firstItem="2qf-Y2-iDB" firstAttribute="width" secondItem="yf6-a4-ZeM" secondAttribute="width" id="SLB-hq-LEU"/>
  184. <constraint firstAttribute="trailing" secondItem="2qf-Y2-iDB" secondAttribute="trailing" id="Uwq-SK-HY0"/>
  185. <constraint firstItem="yf6-a4-ZeM" firstAttribute="leading" secondItem="pJQ-if-sS8" secondAttribute="leading" id="YOL-LK-Vdg"/>
  186. <constraint firstAttribute="bottom" secondItem="2qf-Y2-iDB" secondAttribute="bottom" id="bVq-fZ-ecn"/>
  187. <constraint firstItem="2qf-Y2-iDB" firstAttribute="leading" secondItem="qfZ-QU-TIg" secondAttribute="trailing" id="due-ns-uAD"/>
  188. <constraint firstAttribute="bottom" secondItem="yf6-a4-ZeM" secondAttribute="bottom" id="oEz-Wq-9hL"/>
  189. <constraint firstItem="2qf-Y2-iDB" firstAttribute="top" secondItem="pJQ-if-sS8" secondAttribute="top" id="tpu-BM-Fcr"/>
  190. <constraint firstItem="qfZ-QU-TIg" firstAttribute="height" secondItem="yf6-a4-ZeM" secondAttribute="height" id="x0N-DW-W4Y"/>
  191. </constraints>
  192. </customView>
  193. </subviews>
  194. <constraints>
  195. <constraint firstItem="hQ9-hE-7SE" firstAttribute="top" secondItem="v5U-lN-3Ak" secondAttribute="top" id="7QW-6W-poI"/>
  196. <constraint firstItem="pJQ-if-sS8" firstAttribute="top" secondItem="hQ9-hE-7SE" secondAttribute="bottom" constant="8" id="fto-PR-14K"/>
  197. <constraint firstAttribute="bottom" secondItem="pJQ-if-sS8" secondAttribute="bottom" constant="8" id="hs0-Si-Cdr"/>
  198. </constraints>
  199. </view>
  200. <constraints>
  201. <constraint firstAttribute="height" constant="80" id="SAx-jK-ZzT"/>
  202. <constraint firstItem="pJQ-if-sS8" firstAttribute="centerX" secondItem="l3P-ZG-GJY" secondAttribute="centerX" id="TeC-E3-Uxb"/>
  203. <constraint firstItem="hQ9-hE-7SE" firstAttribute="centerX" secondItem="l3P-ZG-GJY" secondAttribute="centerX" id="fGl-00-TcL"/>
  204. </constraints>
  205. </box>
  206. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="giK-CT-R0l">
  207. <rect key="frame" x="0.0" y="85" width="970" height="5"/>
  208. </box>
  209. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="NWI-HO-4Jh">
  210. <rect key="frame" x="0.0" y="88" width="970" height="524"/>
  211. <view key="contentView" id="yHo-bZ-A7K">
  212. <rect key="frame" x="0.0" y="0.0" width="970" height="524"/>
  213. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  214. <subviews>
  215. <customView translatesAutoresizingMaskIntoConstraints="NO" id="vmh-tU-E0c">
  216. <rect key="frame" x="611" y="16" width="335" height="492"/>
  217. <subviews>
  218. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Dnb-jj-AQO">
  219. <rect key="frame" x="0.0" y="472" width="335" height="20"/>
  220. <subviews>
  221. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Plj-ou-oBV">
  222. <rect key="frame" x="-2" y="2" width="37" height="16"/>
  223. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="hQo-6M-c5W">
  224. <font key="font" usesAppearanceFont="YES"/>
  225. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  226. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  227. </textFieldCell>
  228. </textField>
  229. </subviews>
  230. <constraints>
  231. <constraint firstAttribute="height" constant="20" id="66U-Pg-kDE"/>
  232. <constraint firstItem="Plj-ou-oBV" firstAttribute="centerY" secondItem="Dnb-jj-AQO" secondAttribute="centerY" id="GjT-RP-cOb"/>
  233. <constraint firstItem="Plj-ou-oBV" firstAttribute="leading" secondItem="Dnb-jj-AQO" secondAttribute="leading" id="THW-Wm-8Zn"/>
  234. </constraints>
  235. </customView>
  236. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ih0-ST-chg">
  237. <rect key="frame" x="0.0" y="344" width="335" height="52"/>
  238. <subviews>
  239. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="e5R-5a-vfZ">
  240. <rect key="frame" x="-2" y="32" width="37" height="20"/>
  241. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="3l6-A2-xQx">
  242. <font key="font" usesAppearanceFont="YES"/>
  243. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  244. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  245. </textFieldCell>
  246. </textField>
  247. <box boxType="custom" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="vNJ-Rm-o8p">
  248. <rect key="frame" x="0.0" y="0.0" width="335" height="28"/>
  249. <view key="contentView" id="jVv-om-ejN">
  250. <rect key="frame" x="1" y="1" width="333" height="26"/>
  251. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  252. <subviews>
  253. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sU8-qq-wLc">
  254. <rect key="frame" x="6" y="5" width="321" height="16"/>
  255. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" placeholderString="Email to receive license code" id="7u6-O8-4hT">
  256. <font key="font" usesAppearanceFont="YES"/>
  257. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  258. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  259. </textFieldCell>
  260. </textField>
  261. </subviews>
  262. <constraints>
  263. <constraint firstAttribute="trailing" secondItem="sU8-qq-wLc" secondAttribute="trailing" constant="8" id="Uzu-bl-jwy"/>
  264. <constraint firstItem="sU8-qq-wLc" firstAttribute="leading" secondItem="jVv-om-ejN" secondAttribute="leading" constant="8" id="znF-ay-JIC"/>
  265. </constraints>
  266. </view>
  267. <constraints>
  268. <constraint firstAttribute="height" constant="28" id="Vp3-m1-6YK"/>
  269. <constraint firstItem="sU8-qq-wLc" firstAttribute="centerY" secondItem="vNJ-Rm-o8p" secondAttribute="centerY" id="kVy-UI-CIq"/>
  270. </constraints>
  271. </box>
  272. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XKT-vy-V3f">
  273. <rect key="frame" x="33" y="44" width="6" height="6"/>
  274. <constraints>
  275. <constraint firstAttribute="height" constant="6" id="kO3-6d-zt9"/>
  276. <constraint firstAttribute="width" constant="6" id="rfx-yS-IP0"/>
  277. </constraints>
  278. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment26" id="joa-xV-64b"/>
  279. </imageView>
  280. </subviews>
  281. <constraints>
  282. <constraint firstItem="XKT-vy-V3f" firstAttribute="top" secondItem="ih0-ST-chg" secondAttribute="top" constant="2" id="50K-lq-V2R"/>
  283. <constraint firstItem="e5R-5a-vfZ" firstAttribute="leading" secondItem="ih0-ST-chg" secondAttribute="leading" id="5eP-wz-ACK"/>
  284. <constraint firstItem="e5R-5a-vfZ" firstAttribute="top" secondItem="ih0-ST-chg" secondAttribute="top" id="Cxd-AZ-Umi"/>
  285. <constraint firstAttribute="height" constant="52" id="KzG-kt-caQ"/>
  286. <constraint firstAttribute="trailing" secondItem="vNJ-Rm-o8p" secondAttribute="trailing" id="f3C-7b-2di"/>
  287. <constraint firstItem="XKT-vy-V3f" firstAttribute="leading" secondItem="e5R-5a-vfZ" secondAttribute="trailing" id="gOx-LV-3vi"/>
  288. <constraint firstItem="vNJ-Rm-o8p" firstAttribute="leading" secondItem="ih0-ST-chg" secondAttribute="leading" id="jm9-Ty-0Q1"/>
  289. <constraint firstAttribute="bottom" secondItem="vNJ-Rm-o8p" secondAttribute="bottom" id="kgI-Ko-eQR"/>
  290. <constraint firstItem="vNJ-Rm-o8p" firstAttribute="top" secondItem="e5R-5a-vfZ" secondAttribute="bottom" constant="4" id="z62-7p-2Pg"/>
  291. </constraints>
  292. </customView>
  293. <customView translatesAutoresizingMaskIntoConstraints="NO" id="O9F-uH-62i">
  294. <rect key="frame" x="0.0" y="268" width="335" height="20"/>
  295. <subviews>
  296. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="32Y-Vg-5EG">
  297. <rect key="frame" x="-2" y="2" width="107" height="16"/>
  298. <textFieldCell key="cell" lineBreakMode="clipping" title="Payment Method" id="t4i-Kh-bbv">
  299. <font key="font" usesAppearanceFont="YES"/>
  300. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  301. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  302. </textFieldCell>
  303. </textField>
  304. </subviews>
  305. <constraints>
  306. <constraint firstItem="32Y-Vg-5EG" firstAttribute="centerY" secondItem="O9F-uH-62i" secondAttribute="centerY" id="7ap-pP-X92"/>
  307. <constraint firstItem="32Y-Vg-5EG" firstAttribute="leading" secondItem="O9F-uH-62i" secondAttribute="leading" id="HFw-sE-qmW"/>
  308. <constraint firstAttribute="height" constant="20" id="wT8-Sf-kH1"/>
  309. </constraints>
  310. </customView>
  311. <customView translatesAutoresizingMaskIntoConstraints="NO" id="NiL-sj-flK">
  312. <rect key="frame" x="0.0" y="226" width="335" height="30"/>
  313. <subviews>
  314. <button translatesAutoresizingMaskIntoConstraints="NO" id="aFQ-fz-Dn4">
  315. <rect key="frame" x="0.0" y="0.0" width="78" height="30"/>
  316. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment18" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="kwW-DQ-kqw">
  317. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  318. <font key="font" metaFont="system"/>
  319. </buttonCell>
  320. <connections>
  321. <action selector="payButtonAction:" target="-2" id="cJD-F3-JGA"/>
  322. </connections>
  323. </button>
  324. <button tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="JIl-bG-lBU">
  325. <rect key="frame" x="172" y="0.0" width="77" height="30"/>
  326. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment22" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="fdq-uf-J9c">
  327. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  328. <font key="font" metaFont="system"/>
  329. </buttonCell>
  330. <connections>
  331. <action selector="payButtonAction:" target="-2" id="161-Pt-FH2"/>
  332. </connections>
  333. </button>
  334. <button tag="3" translatesAutoresizingMaskIntoConstraints="NO" id="HXS-6q-4NR">
  335. <rect key="frame" x="257" y="0.0" width="78" height="30"/>
  336. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment24" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Fx2-45-Z2V">
  337. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  338. <font key="font" metaFont="system"/>
  339. </buttonCell>
  340. <connections>
  341. <action selector="payButtonAction:" target="-2" id="qsU-ee-0Ry"/>
  342. </connections>
  343. </button>
  344. <button tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="6fV-kv-Kqb">
  345. <rect key="frame" x="86" y="0.0" width="78" height="30"/>
  346. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment20" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="I17-Lb-MH8">
  347. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  348. <font key="font" metaFont="system"/>
  349. </buttonCell>
  350. <connections>
  351. <action selector="payButtonAction:" target="-2" id="Cde-Yg-tRW"/>
  352. </connections>
  353. </button>
  354. <button tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="JbC-bo-Pmh">
  355. <rect key="frame" x="129" y="0.0" width="77" height="30"/>
  356. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment22" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="rnk-BW-E5i">
  357. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  358. <font key="font" metaFont="system"/>
  359. </buttonCell>
  360. <connections>
  361. <action selector="payButtonAction:" target="-2" id="mja-Et-dwv"/>
  362. </connections>
  363. </button>
  364. </subviews>
  365. <constraints>
  366. <constraint firstItem="aFQ-fz-Dn4" firstAttribute="leading" secondItem="NiL-sj-flK" secondAttribute="leading" id="1SA-ZG-F4l"/>
  367. <constraint firstItem="HXS-6q-4NR" firstAttribute="height" secondItem="aFQ-fz-Dn4" secondAttribute="height" id="2Z8-GF-zi1"/>
  368. <constraint firstItem="JIl-bG-lBU" firstAttribute="top" secondItem="NiL-sj-flK" secondAttribute="top" id="3d9-MA-lKX"/>
  369. <constraint firstAttribute="bottom" secondItem="HXS-6q-4NR" secondAttribute="bottom" id="5Ry-iw-K0M"/>
  370. <constraint firstItem="HXS-6q-4NR" firstAttribute="top" secondItem="NiL-sj-flK" secondAttribute="top" id="646-Q2-1Xf"/>
  371. <constraint firstItem="6fV-kv-Kqb" firstAttribute="height" secondItem="aFQ-fz-Dn4" secondAttribute="height" id="6YN-QR-naG"/>
  372. <constraint firstItem="JIl-bG-lBU" firstAttribute="width" secondItem="aFQ-fz-Dn4" secondAttribute="width" id="9sQ-Ds-2cA"/>
  373. <constraint firstItem="6fV-kv-Kqb" firstAttribute="top" secondItem="NiL-sj-flK" secondAttribute="top" id="DCg-W3-D0E"/>
  374. <constraint firstAttribute="height" constant="30" id="E8S-2y-pbZ"/>
  375. <constraint firstAttribute="bottom" secondItem="aFQ-fz-Dn4" secondAttribute="bottom" id="F36-Pi-gFe"/>
  376. <constraint firstAttribute="bottom" secondItem="6fV-kv-Kqb" secondAttribute="bottom" id="OzU-we-1MW"/>
  377. <constraint firstItem="JIl-bG-lBU" firstAttribute="leading" secondItem="6fV-kv-Kqb" secondAttribute="trailing" constant="8" id="PI8-H5-K7j"/>
  378. <constraint firstItem="JbC-bo-Pmh" firstAttribute="centerY" secondItem="NiL-sj-flK" secondAttribute="centerY" id="Rlb-2K-18L"/>
  379. <constraint firstItem="6fV-kv-Kqb" firstAttribute="leading" secondItem="aFQ-fz-Dn4" secondAttribute="trailing" constant="8" id="Rqt-FS-5jt"/>
  380. <constraint firstAttribute="trailing" secondItem="HXS-6q-4NR" secondAttribute="trailing" id="ZMD-wn-srM"/>
  381. <constraint firstItem="JbC-bo-Pmh" firstAttribute="centerX" secondItem="NiL-sj-flK" secondAttribute="centerX" id="bee-zY-usk"/>
  382. <constraint firstItem="JbC-bo-Pmh" firstAttribute="width" secondItem="aFQ-fz-Dn4" secondAttribute="width" id="bvg-hk-Os2"/>
  383. <constraint firstItem="JIl-bG-lBU" firstAttribute="height" secondItem="aFQ-fz-Dn4" secondAttribute="height" id="dNJ-BF-cFT"/>
  384. <constraint firstItem="aFQ-fz-Dn4" firstAttribute="top" secondItem="NiL-sj-flK" secondAttribute="top" id="dgy-tC-gFg"/>
  385. <constraint firstItem="6fV-kv-Kqb" firstAttribute="width" secondItem="aFQ-fz-Dn4" secondAttribute="width" id="dx3-VY-Llj"/>
  386. <constraint firstItem="HXS-6q-4NR" firstAttribute="leading" secondItem="JIl-bG-lBU" secondAttribute="trailing" constant="8" id="kAe-OC-bwh"/>
  387. <constraint firstAttribute="bottom" secondItem="JIl-bG-lBU" secondAttribute="bottom" id="ma9-4C-Qo4"/>
  388. <constraint firstItem="HXS-6q-4NR" firstAttribute="width" secondItem="aFQ-fz-Dn4" secondAttribute="width" id="nPt-xT-9oG"/>
  389. <constraint firstItem="JbC-bo-Pmh" firstAttribute="height" secondItem="aFQ-fz-Dn4" secondAttribute="height" id="t6q-xl-FQ9"/>
  390. </constraints>
  391. </customView>
  392. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="2Fv-aT-yF4">
  393. <rect key="frame" x="0.0" y="180" width="335" height="40"/>
  394. <view key="contentView" id="hfC-RP-EPJ">
  395. <rect key="frame" x="0.0" y="0.0" width="335" height="40"/>
  396. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  397. </view>
  398. <constraints>
  399. <constraint firstAttribute="height" constant="40" id="R1F-08-HUX"/>
  400. </constraints>
  401. </box>
  402. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Bf9-95-LZa">
  403. <rect key="frame" x="-2" y="158" width="339" height="16"/>
  404. <textFieldCell key="cell" alignment="left" title="Label" id="xst-Rc-74s">
  405. <font key="font" usesAppearanceFont="YES"/>
  406. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  407. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  408. </textFieldCell>
  409. </textField>
  410. <customView translatesAutoresizingMaskIntoConstraints="NO" id="W7H-2A-riS">
  411. <rect key="frame" x="0.0" y="308" width="335" height="32"/>
  412. <subviews>
  413. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GJE-gl-04P">
  414. <rect key="frame" x="-2" y="0.0" width="339" height="32"/>
  415. <textFieldCell key="cell" title="Please enter the email address number to receive the sequence code" id="5DH-ru-aM0">
  416. <font key="font" usesAppearanceFont="YES"/>
  417. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  418. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  419. </textFieldCell>
  420. </textField>
  421. </subviews>
  422. <constraints>
  423. <constraint firstItem="GJE-gl-04P" firstAttribute="top" secondItem="W7H-2A-riS" secondAttribute="top" id="5gD-hZ-xNI"/>
  424. <constraint firstAttribute="bottom" secondItem="GJE-gl-04P" secondAttribute="bottom" id="Ftr-or-JKp"/>
  425. <constraint firstItem="GJE-gl-04P" firstAttribute="leading" secondItem="W7H-2A-riS" secondAttribute="leading" id="bZ0-ZL-Fkd"/>
  426. <constraint firstAttribute="height" constant="32" id="m3b-G0-WFt"/>
  427. <constraint firstAttribute="trailing" secondItem="GJE-gl-04P" secondAttribute="trailing" id="qaN-Xe-Hrf"/>
  428. </constraints>
  429. </customView>
  430. <customView translatesAutoresizingMaskIntoConstraints="NO" id="veL-o2-wMz">
  431. <rect key="frame" x="0.0" y="412" width="335" height="52"/>
  432. <subviews>
  433. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ynC-0D-5zQ">
  434. <rect key="frame" x="-2" y="32" width="37" height="20"/>
  435. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="vhN-dX-79I">
  436. <font key="font" usesAppearanceFont="YES"/>
  437. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  438. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  439. </textFieldCell>
  440. </textField>
  441. <box boxType="custom" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="uSJ-rd-Vlm">
  442. <rect key="frame" x="0.0" y="0.0" width="335" height="28"/>
  443. <view key="contentView" id="Kfh-jw-n4h">
  444. <rect key="frame" x="1" y="1" width="333" height="26"/>
  445. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  446. <subviews>
  447. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zA8-fl-m0R">
  448. <rect key="frame" x="6" y="5" width="321" height="16"/>
  449. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" placeholderString="Email to receive license code" id="Lwv-tM-I7Y">
  450. <font key="font" usesAppearanceFont="YES"/>
  451. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  452. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  453. </textFieldCell>
  454. </textField>
  455. </subviews>
  456. <constraints>
  457. <constraint firstAttribute="trailing" secondItem="zA8-fl-m0R" secondAttribute="trailing" constant="8" id="N8t-ED-Lzb"/>
  458. <constraint firstItem="zA8-fl-m0R" firstAttribute="leading" secondItem="Kfh-jw-n4h" secondAttribute="leading" constant="8" id="r2y-Hm-dt9"/>
  459. </constraints>
  460. </view>
  461. <constraints>
  462. <constraint firstItem="zA8-fl-m0R" firstAttribute="centerY" secondItem="uSJ-rd-Vlm" secondAttribute="centerY" id="VV1-P0-uAF"/>
  463. <constraint firstAttribute="height" constant="28" id="gmP-HK-PtR"/>
  464. </constraints>
  465. </box>
  466. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="vRo-hb-GCX">
  467. <rect key="frame" x="33" y="44" width="6" height="6"/>
  468. <constraints>
  469. <constraint firstAttribute="width" constant="6" id="04f-Vq-tdn"/>
  470. <constraint firstAttribute="height" constant="6" id="5g9-RG-QRX"/>
  471. </constraints>
  472. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment26" id="dr8-sG-J6H"/>
  473. </imageView>
  474. <button translatesAutoresizingMaskIntoConstraints="NO" id="EEw-fo-cIt">
  475. <rect key="frame" x="260" y="32" width="75" height="20"/>
  476. <buttonCell key="cell" type="bevel" title="Not Found?" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="zXn-dP-FsP">
  477. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  478. <font key="font" metaFont="system"/>
  479. </buttonCell>
  480. <constraints>
  481. <constraint firstAttribute="height" constant="20" id="0wq-ge-xp2"/>
  482. </constraints>
  483. </button>
  484. </subviews>
  485. <constraints>
  486. <constraint firstItem="vRo-hb-GCX" firstAttribute="leading" secondItem="ynC-0D-5zQ" secondAttribute="trailing" id="35e-ai-t7C"/>
  487. <constraint firstItem="ynC-0D-5zQ" firstAttribute="top" secondItem="veL-o2-wMz" secondAttribute="top" id="5P1-jd-ce6"/>
  488. <constraint firstAttribute="trailing" secondItem="uSJ-rd-Vlm" secondAttribute="trailing" id="AGA-nl-yCj"/>
  489. <constraint firstItem="ynC-0D-5zQ" firstAttribute="leading" secondItem="veL-o2-wMz" secondAttribute="leading" id="C4a-hl-zKN"/>
  490. <constraint firstItem="uSJ-rd-Vlm" firstAttribute="leading" secondItem="veL-o2-wMz" secondAttribute="leading" id="Lc0-QG-jIF"/>
  491. <constraint firstItem="uSJ-rd-Vlm" firstAttribute="top" secondItem="ynC-0D-5zQ" secondAttribute="bottom" constant="4" id="PcI-6N-Ncz"/>
  492. <constraint firstAttribute="bottom" secondItem="uSJ-rd-Vlm" secondAttribute="bottom" id="T4f-sl-IRx"/>
  493. <constraint firstItem="vRo-hb-GCX" firstAttribute="top" secondItem="veL-o2-wMz" secondAttribute="top" constant="2" id="n1F-ka-CD9"/>
  494. <constraint firstAttribute="height" constant="52" id="sCy-gs-Fho"/>
  495. <constraint firstAttribute="trailing" secondItem="EEw-fo-cIt" secondAttribute="trailing" id="trf-O0-RcC"/>
  496. <constraint firstItem="EEw-fo-cIt" firstAttribute="top" secondItem="veL-o2-wMz" secondAttribute="top" id="uhq-FQ-moy"/>
  497. </constraints>
  498. </customView>
  499. </subviews>
  500. <constraints>
  501. <constraint firstItem="W7H-2A-riS" firstAttribute="leading" secondItem="vmh-tU-E0c" secondAttribute="leading" id="0DK-3J-zDd"/>
  502. <constraint firstItem="O9F-uH-62i" firstAttribute="leading" secondItem="vmh-tU-E0c" secondAttribute="leading" id="0O5-GW-YWh"/>
  503. <constraint firstItem="2Fv-aT-yF4" firstAttribute="leading" secondItem="vmh-tU-E0c" secondAttribute="leading" id="3g4-d2-Cak"/>
  504. <constraint firstAttribute="trailing" secondItem="veL-o2-wMz" secondAttribute="trailing" id="5PN-Lh-UTr"/>
  505. <constraint firstAttribute="width" constant="335" id="A7b-dq-qHX"/>
  506. <constraint firstItem="ih0-ST-chg" firstAttribute="top" secondItem="veL-o2-wMz" secondAttribute="bottom" constant="16" id="GDf-61-aS7"/>
  507. <constraint firstItem="veL-o2-wMz" firstAttribute="leading" secondItem="vmh-tU-E0c" secondAttribute="leading" id="Io5-SC-zrJ"/>
  508. <constraint firstItem="NiL-sj-flK" firstAttribute="top" secondItem="O9F-uH-62i" secondAttribute="bottom" constant="12" id="OM0-aD-Llb"/>
  509. <constraint firstAttribute="trailing" secondItem="O9F-uH-62i" secondAttribute="trailing" id="PYx-zz-Ics"/>
  510. <constraint firstItem="2Fv-aT-yF4" firstAttribute="top" secondItem="NiL-sj-flK" secondAttribute="bottom" constant="6" id="SXR-Vl-QIM"/>
  511. <constraint firstItem="ih0-ST-chg" firstAttribute="leading" secondItem="vmh-tU-E0c" secondAttribute="leading" id="YIa-4z-uz7"/>
  512. <constraint firstAttribute="trailing" secondItem="2Fv-aT-yF4" secondAttribute="trailing" id="a6c-F8-Kez"/>
  513. <constraint firstItem="Bf9-95-LZa" firstAttribute="top" secondItem="2Fv-aT-yF4" secondAttribute="bottom" constant="6" id="axc-Dw-sq8"/>
  514. <constraint firstItem="veL-o2-wMz" firstAttribute="top" secondItem="Dnb-jj-AQO" secondAttribute="bottom" constant="8" id="cBj-6T-BqZ"/>
  515. <constraint firstAttribute="trailing" secondItem="ih0-ST-chg" secondAttribute="trailing" id="cuj-fX-BUJ"/>
  516. <constraint firstItem="Bf9-95-LZa" firstAttribute="leading" secondItem="vmh-tU-E0c" secondAttribute="leading" id="dup-2G-Gpc"/>
  517. <constraint firstItem="O9F-uH-62i" firstAttribute="top" secondItem="W7H-2A-riS" secondAttribute="bottom" constant="20" id="fem-IW-e9b"/>
  518. <constraint firstItem="W7H-2A-riS" firstAttribute="top" secondItem="ih0-ST-chg" secondAttribute="bottom" constant="4" id="l30-oM-OZT"/>
  519. <constraint firstItem="NiL-sj-flK" firstAttribute="leading" secondItem="vmh-tU-E0c" secondAttribute="leading" id="n7b-Cy-OZW"/>
  520. <constraint firstAttribute="trailing" secondItem="NiL-sj-flK" secondAttribute="trailing" id="phN-wQ-Ba3"/>
  521. <constraint firstItem="Dnb-jj-AQO" firstAttribute="top" secondItem="vmh-tU-E0c" secondAttribute="top" id="pqV-vp-nmR"/>
  522. <constraint firstItem="Dnb-jj-AQO" firstAttribute="leading" secondItem="vmh-tU-E0c" secondAttribute="leading" id="soT-DG-nlO"/>
  523. <constraint firstAttribute="trailing" secondItem="W7H-2A-riS" secondAttribute="trailing" id="uIi-tR-oKm"/>
  524. <constraint firstAttribute="trailing" secondItem="Dnb-jj-AQO" secondAttribute="trailing" id="vAA-0t-PLN"/>
  525. <constraint firstAttribute="trailing" secondItem="Bf9-95-LZa" secondAttribute="trailing" id="zJx-IN-SI2"/>
  526. </constraints>
  527. </customView>
  528. <box horizontalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="h4u-aQ-6IT">
  529. <rect key="frame" x="584" y="16" width="5" height="492"/>
  530. </box>
  531. <customView translatesAutoresizingMaskIntoConstraints="NO" id="tRc-PM-BHR">
  532. <rect key="frame" x="24" y="16" width="538" height="492"/>
  533. <subviews>
  534. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lJA-9J-Qba">
  535. <rect key="frame" x="-2" y="476" width="542" height="16"/>
  536. <textFieldCell key="cell" lineBreakMode="clipping" title="Your Order" id="Ozs-wZ-Jdr">
  537. <font key="font" usesAppearanceFont="YES"/>
  538. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  539. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  540. </textFieldCell>
  541. </textField>
  542. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="aGq-d0-5pa">
  543. <rect key="frame" x="0.0" y="461" width="538" height="5"/>
  544. </box>
  545. <customView translatesAutoresizingMaskIntoConstraints="NO" id="M6b-Qf-5FA">
  546. <rect key="frame" x="0.0" y="391" width="538" height="48"/>
  547. <subviews>
  548. <customView translatesAutoresizingMaskIntoConstraints="NO" id="nrp-eO-h7F">
  549. <rect key="frame" x="0.0" y="0.0" width="264" height="48"/>
  550. <subviews>
  551. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cMG-Kh-1ON">
  552. <rect key="frame" x="-2" y="32" width="268" height="16"/>
  553. <textFieldCell key="cell" lineBreakMode="clipping" title="PDF Reader Pro for Mac" id="QBk-Qf-dhQ">
  554. <font key="font" usesAppearanceFont="YES"/>
  555. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  556. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  557. </textFieldCell>
  558. </textField>
  559. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cJd-qR-iKJ">
  560. <rect key="frame" x="-2" y="16" width="268" height="16"/>
  561. <textFieldCell key="cell" title="Premium and PDF to Office Converter" id="eqO-Iv-kEM">
  562. <font key="font" usesAppearanceFont="YES"/>
  563. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  564. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  565. </textFieldCell>
  566. </textField>
  567. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2wj-Wg-q7u">
  568. <rect key="frame" x="-2" y="0.0" width="268" height="16"/>
  569. <textFieldCell key="cell" lineBreakMode="clipping" title="One License for One Mac. One Time Purchase." id="WE0-rH-JkS">
  570. <font key="font" usesAppearanceFont="YES"/>
  571. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  572. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  573. </textFieldCell>
  574. </textField>
  575. </subviews>
  576. <constraints>
  577. <constraint firstAttribute="trailing" secondItem="cJd-qR-iKJ" secondAttribute="trailing" id="3x6-rw-r2K"/>
  578. <constraint firstItem="cJd-qR-iKJ" firstAttribute="top" secondItem="cMG-Kh-1ON" secondAttribute="bottom" id="64v-Tj-B48"/>
  579. <constraint firstAttribute="trailing" secondItem="2wj-Wg-q7u" secondAttribute="trailing" id="7M9-c9-f50"/>
  580. <constraint firstAttribute="width" constant="264" id="LAW-rX-z9a"/>
  581. <constraint firstItem="2wj-Wg-q7u" firstAttribute="leading" secondItem="nrp-eO-h7F" secondAttribute="leading" id="M3d-5Z-TAx"/>
  582. <constraint firstItem="2wj-Wg-q7u" firstAttribute="top" secondItem="cJd-qR-iKJ" secondAttribute="bottom" id="OyO-C1-mGt"/>
  583. <constraint firstItem="cMG-Kh-1ON" firstAttribute="leading" secondItem="nrp-eO-h7F" secondAttribute="leading" id="dde-VT-XEX"/>
  584. <constraint firstItem="cMG-Kh-1ON" firstAttribute="top" secondItem="nrp-eO-h7F" secondAttribute="top" id="dqw-Os-5Ws"/>
  585. <constraint firstItem="cJd-qR-iKJ" firstAttribute="leading" secondItem="nrp-eO-h7F" secondAttribute="leading" id="q6i-HB-h88"/>
  586. <constraint firstAttribute="bottom" secondItem="2wj-Wg-q7u" secondAttribute="bottom" id="wDu-7u-rgi"/>
  587. <constraint firstAttribute="trailing" secondItem="cMG-Kh-1ON" secondAttribute="trailing" id="xny-bf-jWK"/>
  588. </constraints>
  589. </customView>
  590. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Sat-nf-b5q">
  591. <rect key="frame" x="335" y="21" width="76" height="27"/>
  592. <subviews>
  593. <button translatesAutoresizingMaskIntoConstraints="NO" id="wpz-Yh-9aJ">
  594. <rect key="frame" x="0.0" y="6" width="16" height="16"/>
  595. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment03" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Ze8-cS-BzO">
  596. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  597. <font key="font" metaFont="system"/>
  598. </buttonCell>
  599. <constraints>
  600. <constraint firstAttribute="height" constant="16" id="3Um-ds-i8T"/>
  601. <constraint firstAttribute="width" constant="16" id="MsD-wL-NNj"/>
  602. </constraints>
  603. <connections>
  604. <action selector="amountButtonAction:" target="-2" id="pMo-Ag-UB9"/>
  605. </connections>
  606. </button>
  607. <button tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="5iB-42-B0l">
  608. <rect key="frame" x="60" y="6" width="16" height="16"/>
  609. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment04" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="v5e-s5-twP">
  610. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  611. <font key="font" metaFont="system"/>
  612. </buttonCell>
  613. <constraints>
  614. <constraint firstAttribute="width" constant="16" id="Hn8-my-Cso"/>
  615. <constraint firstAttribute="height" constant="16" id="sRu-MZ-Kgx"/>
  616. </constraints>
  617. <connections>
  618. <action selector="amountButtonAction:" target="-2" id="oRa-Fl-Gfp"/>
  619. </connections>
  620. </button>
  621. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FIo-VK-rnE">
  622. <rect key="frame" x="14" y="6" width="48" height="16"/>
  623. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" alignment="center" title="1" id="pff-ep-vDS">
  624. <font key="font" metaFont="system"/>
  625. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  626. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  627. </textFieldCell>
  628. </textField>
  629. </subviews>
  630. <constraints>
  631. <constraint firstItem="wpz-Yh-9aJ" firstAttribute="centerY" secondItem="Sat-nf-b5q" secondAttribute="centerY" id="390-wC-y06"/>
  632. <constraint firstAttribute="trailing" secondItem="5iB-42-B0l" secondAttribute="trailing" id="9tq-km-vQL"/>
  633. <constraint firstAttribute="height" constant="27" id="JJQ-hY-6eA"/>
  634. <constraint firstItem="FIo-VK-rnE" firstAttribute="centerY" secondItem="Sat-nf-b5q" secondAttribute="centerY" id="NVb-13-CXJ"/>
  635. <constraint firstItem="wpz-Yh-9aJ" firstAttribute="leading" secondItem="Sat-nf-b5q" secondAttribute="leading" id="bxI-rT-tov"/>
  636. <constraint firstItem="FIo-VK-rnE" firstAttribute="leading" secondItem="wpz-Yh-9aJ" secondAttribute="trailing" id="deG-nA-18l"/>
  637. <constraint firstItem="5iB-42-B0l" firstAttribute="leading" secondItem="FIo-VK-rnE" secondAttribute="trailing" id="koX-7Q-l9C"/>
  638. <constraint firstItem="5iB-42-B0l" firstAttribute="centerY" secondItem="Sat-nf-b5q" secondAttribute="centerY" id="sJk-Do-Q7B"/>
  639. <constraint firstAttribute="width" constant="76" id="wBI-Qv-KR1"/>
  640. </constraints>
  641. </customView>
  642. <customView translatesAutoresizingMaskIntoConstraints="NO" id="RLY-aN-DYZ">
  643. <rect key="frame" x="468" y="0.0" width="70" height="48"/>
  644. <subviews>
  645. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JdB-wu-qih">
  646. <rect key="frame" x="-2" y="32" width="74" height="16"/>
  647. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="USD 59.99 " id="m0k-Bv-h3C">
  648. <font key="font" usesAppearanceFont="YES"/>
  649. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  650. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  651. </textFieldCell>
  652. </textField>
  653. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4Ko-7d-Zp9">
  654. <rect key="frame" x="33" y="16" width="39" height="16"/>
  655. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="79.99" id="YkX-gm-xyN">
  656. <font key="font" usesAppearanceFont="YES"/>
  657. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  658. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  659. </textFieldCell>
  660. </textField>
  661. </subviews>
  662. <constraints>
  663. <constraint firstAttribute="trailing" secondItem="4Ko-7d-Zp9" secondAttribute="trailing" id="Id5-pF-THm"/>
  664. <constraint firstItem="4Ko-7d-Zp9" firstAttribute="top" secondItem="JdB-wu-qih" secondAttribute="bottom" id="Qbq-dU-NFy"/>
  665. <constraint firstAttribute="trailing" secondItem="JdB-wu-qih" secondAttribute="trailing" id="ipp-Hf-BT3"/>
  666. <constraint firstItem="JdB-wu-qih" firstAttribute="top" secondItem="RLY-aN-DYZ" secondAttribute="top" id="k1m-FJ-cEP"/>
  667. <constraint firstItem="JdB-wu-qih" firstAttribute="leading" secondItem="RLY-aN-DYZ" secondAttribute="leading" id="vYO-1X-Ob7"/>
  668. </constraints>
  669. </customView>
  670. </subviews>
  671. <constraints>
  672. <constraint firstItem="RLY-aN-DYZ" firstAttribute="leading" secondItem="Sat-nf-b5q" secondAttribute="trailing" constant="57" id="CGa-om-RSD"/>
  673. <constraint firstItem="nrp-eO-h7F" firstAttribute="top" secondItem="M6b-Qf-5FA" secondAttribute="top" id="CLs-B0-Thc"/>
  674. <constraint firstAttribute="bottom" secondItem="RLY-aN-DYZ" secondAttribute="bottom" id="Fug-ie-nMs"/>
  675. <constraint firstAttribute="trailing" secondItem="RLY-aN-DYZ" secondAttribute="trailing" id="Kon-4P-clI"/>
  676. <constraint firstItem="RLY-aN-DYZ" firstAttribute="top" secondItem="M6b-Qf-5FA" secondAttribute="top" id="Lt0-o9-Vu6"/>
  677. <constraint firstAttribute="bottom" secondItem="nrp-eO-h7F" secondAttribute="bottom" id="glT-EG-gOv"/>
  678. <constraint firstItem="nrp-eO-h7F" firstAttribute="leading" secondItem="M6b-Qf-5FA" secondAttribute="leading" id="vOx-4O-aKv"/>
  679. <constraint firstAttribute="height" constant="48" id="wgf-5C-vGG"/>
  680. <constraint firstItem="Sat-nf-b5q" firstAttribute="top" secondItem="M6b-Qf-5FA" secondAttribute="top" id="xeS-lP-lwS"/>
  681. </constraints>
  682. </customView>
  683. <customView translatesAutoresizingMaskIntoConstraints="NO" id="A4x-fh-Pac">
  684. <rect key="frame" x="0.0" y="321" width="538" height="50"/>
  685. <subviews>
  686. <button translatesAutoresizingMaskIntoConstraints="NO" id="lDe-WV-H1b">
  687. <rect key="frame" x="4" y="22" width="24" height="24"/>
  688. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment07" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="rif-FS-3tx">
  689. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  690. <font key="font" metaFont="system"/>
  691. </buttonCell>
  692. <constraints>
  693. <constraint firstAttribute="height" constant="24" id="ZBa-N0-ylx"/>
  694. <constraint firstAttribute="width" constant="24" id="lvK-xb-rbZ"/>
  695. </constraints>
  696. </button>
  697. <customView translatesAutoresizingMaskIntoConstraints="NO" id="dYr-QE-Sxx">
  698. <rect key="frame" x="32" y="4" width="428" height="42"/>
  699. <subviews>
  700. <customView translatesAutoresizingMaskIntoConstraints="NO" id="vrZ-i2-cO9">
  701. <rect key="frame" x="336" y="15" width="76" height="27"/>
  702. <subviews>
  703. <button tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="MSF-9T-1cl">
  704. <rect key="frame" x="0.0" y="6" width="16" height="16"/>
  705. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment03" imagePosition="only" alignment="center" enabled="NO" imageScaling="proportionallyDown" inset="2" id="3SC-SX-Q9S">
  706. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  707. <font key="font" metaFont="system"/>
  708. </buttonCell>
  709. <constraints>
  710. <constraint firstAttribute="height" constant="16" id="0cL-4t-ciE"/>
  711. <constraint firstAttribute="width" constant="16" id="5XP-Ph-TIT"/>
  712. </constraints>
  713. <connections>
  714. <action selector="amountButtonAction:" target="-2" id="yZa-s4-8mL"/>
  715. </connections>
  716. </button>
  717. <button tag="3" translatesAutoresizingMaskIntoConstraints="NO" id="fhV-YM-nNC">
  718. <rect key="frame" x="60" y="6" width="16" height="16"/>
  719. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment04" imagePosition="only" alignment="center" enabled="NO" imageScaling="proportionallyDown" inset="2" id="KSI-N7-2wr">
  720. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  721. <font key="font" metaFont="system"/>
  722. </buttonCell>
  723. <constraints>
  724. <constraint firstAttribute="width" constant="16" id="Clo-J5-9hl"/>
  725. <constraint firstAttribute="height" constant="16" id="Hd6-m6-sao"/>
  726. </constraints>
  727. <connections>
  728. <action selector="amountButtonAction:" target="-2" id="LSV-IT-VUI"/>
  729. </connections>
  730. </button>
  731. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GID-fe-T7b">
  732. <rect key="frame" x="14" y="6" width="48" height="16"/>
  733. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" alignment="center" title="1" id="DeQ-Uv-oPi">
  734. <font key="font" metaFont="system"/>
  735. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  736. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  737. </textFieldCell>
  738. </textField>
  739. </subviews>
  740. <constraints>
  741. <constraint firstItem="fhV-YM-nNC" firstAttribute="centerY" secondItem="vrZ-i2-cO9" secondAttribute="centerY" id="2Js-jb-qqm"/>
  742. <constraint firstItem="MSF-9T-1cl" firstAttribute="centerY" secondItem="vrZ-i2-cO9" secondAttribute="centerY" id="9Rc-2S-Mi5"/>
  743. <constraint firstAttribute="width" constant="76" id="Bow-fj-pUl"/>
  744. <constraint firstItem="GID-fe-T7b" firstAttribute="leading" secondItem="MSF-9T-1cl" secondAttribute="trailing" id="Eab-eY-a0i"/>
  745. <constraint firstItem="GID-fe-T7b" firstAttribute="centerY" secondItem="vrZ-i2-cO9" secondAttribute="centerY" id="I4v-oe-Rfp"/>
  746. <constraint firstAttribute="trailing" secondItem="fhV-YM-nNC" secondAttribute="trailing" id="PLb-sh-dA0"/>
  747. <constraint firstItem="MSF-9T-1cl" firstAttribute="leading" secondItem="vrZ-i2-cO9" secondAttribute="leading" id="TN2-oD-Ceu"/>
  748. <constraint firstItem="fhV-YM-nNC" firstAttribute="leading" secondItem="GID-fe-T7b" secondAttribute="trailing" id="cpK-GE-hVl"/>
  749. <constraint firstAttribute="height" constant="27" id="tou-m3-mQf"/>
  750. </constraints>
  751. </customView>
  752. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ORZ-Op-6Fo">
  753. <rect key="frame" x="-2" y="26" width="65" height="16"/>
  754. <textFieldCell key="cell" lineBreakMode="clipping" title="AI Add-on" id="c6g-Re-YXl">
  755. <font key="font" usesAppearanceFont="YES"/>
  756. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  757. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  758. </textFieldCell>
  759. </textField>
  760. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Rrg-6E-gGx">
  761. <rect key="frame" x="-2" y="6" width="248" height="16"/>
  762. <textFieldCell key="cell" lineBreakMode="clipping" title="Individual monthly plan. Manually renew." id="ZJx-JT-DBd">
  763. <font key="font" metaFont="system"/>
  764. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  765. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  766. </textFieldCell>
  767. </textField>
  768. </subviews>
  769. <constraints>
  770. <constraint firstItem="ORZ-Op-6Fo" firstAttribute="leading" secondItem="dYr-QE-Sxx" secondAttribute="leading" id="Lg7-Ga-heh"/>
  771. <constraint firstItem="Rrg-6E-gGx" firstAttribute="leading" secondItem="dYr-QE-Sxx" secondAttribute="leading" id="Pr6-Td-h8A"/>
  772. <constraint firstAttribute="trailing" secondItem="vrZ-i2-cO9" secondAttribute="trailing" constant="16" id="SbR-qS-ohc"/>
  773. <constraint firstItem="ORZ-Op-6Fo" firstAttribute="top" secondItem="dYr-QE-Sxx" secondAttribute="top" id="bPe-V9-y2h"/>
  774. <constraint firstItem="Rrg-6E-gGx" firstAttribute="top" secondItem="ORZ-Op-6Fo" secondAttribute="bottom" constant="4" id="eRG-1J-LJZ"/>
  775. <constraint firstItem="vrZ-i2-cO9" firstAttribute="top" secondItem="dYr-QE-Sxx" secondAttribute="top" id="vG2-Hp-flh"/>
  776. </constraints>
  777. </customView>
  778. <customView translatesAutoresizingMaskIntoConstraints="NO" id="hor-yk-1fT">
  779. <rect key="frame" x="464" y="4" width="70" height="42"/>
  780. <subviews>
  781. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="mG2-BE-Y6m">
  782. <rect key="frame" x="-2" y="26" width="74" height="16"/>
  783. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="USD 59.99 " id="yKo-BV-WUW">
  784. <font key="font" usesAppearanceFont="YES"/>
  785. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  786. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  787. </textFieldCell>
  788. </textField>
  789. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Zgg-6x-ycD">
  790. <rect key="frame" x="33" y="10" width="39" height="16"/>
  791. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="79.99" id="eAM-U0-lTa">
  792. <font key="font" usesAppearanceFont="YES"/>
  793. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  794. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  795. </textFieldCell>
  796. </textField>
  797. </subviews>
  798. <constraints>
  799. <constraint firstAttribute="trailing" secondItem="mG2-BE-Y6m" secondAttribute="trailing" id="2cj-n6-8cj"/>
  800. <constraint firstItem="Zgg-6x-ycD" firstAttribute="top" secondItem="mG2-BE-Y6m" secondAttribute="bottom" id="OEY-4Z-FpT"/>
  801. <constraint firstItem="mG2-BE-Y6m" firstAttribute="top" secondItem="hor-yk-1fT" secondAttribute="top" id="UaX-i4-vwI"/>
  802. <constraint firstItem="mG2-BE-Y6m" firstAttribute="leading" secondItem="hor-yk-1fT" secondAttribute="leading" id="X0e-ZC-1M8"/>
  803. <constraint firstAttribute="trailing" secondItem="Zgg-6x-ycD" secondAttribute="trailing" id="xT3-sp-T7u"/>
  804. </constraints>
  805. </customView>
  806. <button translatesAutoresizingMaskIntoConstraints="NO" id="SoM-sc-hgO">
  807. <rect key="frame" x="0.0" y="0.0" width="538" height="50"/>
  808. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="RLD-xB-0t4">
  809. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  810. <font key="font" metaFont="system"/>
  811. </buttonCell>
  812. <connections>
  813. <action selector="aiAddOnButtonAction:" target="-2" id="8bw-GH-4hK"/>
  814. </connections>
  815. </button>
  816. </subviews>
  817. <constraints>
  818. <constraint firstItem="SoM-sc-hgO" firstAttribute="top" secondItem="A4x-fh-Pac" secondAttribute="top" id="02R-GU-Dkr"/>
  819. <constraint firstItem="dYr-QE-Sxx" firstAttribute="leading" secondItem="lDe-WV-H1b" secondAttribute="trailing" constant="4" id="12Y-Rs-w8X"/>
  820. <constraint firstAttribute="bottom" secondItem="hor-yk-1fT" secondAttribute="bottom" constant="4" id="1Ui-f2-qag"/>
  821. <constraint firstItem="dYr-QE-Sxx" firstAttribute="top" secondItem="A4x-fh-Pac" secondAttribute="top" constant="4" id="8qN-6p-nLx"/>
  822. <constraint firstAttribute="height" constant="50" id="MFo-VD-9b5"/>
  823. <constraint firstAttribute="bottom" secondItem="SoM-sc-hgO" secondAttribute="bottom" id="MSJ-Vp-xw8"/>
  824. <constraint firstAttribute="trailing" secondItem="hor-yk-1fT" secondAttribute="trailing" constant="4" id="Seq-KI-sVI"/>
  825. <constraint firstItem="hor-yk-1fT" firstAttribute="leading" secondItem="dYr-QE-Sxx" secondAttribute="trailing" constant="4" id="Vdm-LF-cDW"/>
  826. <constraint firstItem="SoM-sc-hgO" firstAttribute="leading" secondItem="A4x-fh-Pac" secondAttribute="leading" id="W1w-fo-9qR"/>
  827. <constraint firstAttribute="bottom" secondItem="dYr-QE-Sxx" secondAttribute="bottom" constant="4" id="Wh2-V4-yKG"/>
  828. <constraint firstItem="hor-yk-1fT" firstAttribute="top" secondItem="A4x-fh-Pac" secondAttribute="top" constant="4" id="XA8-ZN-UhA"/>
  829. <constraint firstAttribute="trailing" secondItem="SoM-sc-hgO" secondAttribute="trailing" id="Zc2-q0-Q7C"/>
  830. <constraint firstItem="lDe-WV-H1b" firstAttribute="leading" secondItem="A4x-fh-Pac" secondAttribute="leading" constant="4" id="aIf-D0-MKV"/>
  831. <constraint firstItem="lDe-WV-H1b" firstAttribute="top" secondItem="A4x-fh-Pac" secondAttribute="top" constant="4" id="kbR-s8-zZC"/>
  832. </constraints>
  833. </customView>
  834. <customView translatesAutoresizingMaskIntoConstraints="NO" id="DDi-AB-k2w">
  835. <rect key="frame" x="0.0" y="259" width="538" height="50"/>
  836. <subviews>
  837. <customView translatesAutoresizingMaskIntoConstraints="NO" id="uWl-6n-x7Q">
  838. <rect key="frame" x="464" y="4" width="70" height="42"/>
  839. <subviews>
  840. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ftc-Ed-JwD">
  841. <rect key="frame" x="-2" y="26" width="74" height="16"/>
  842. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="USD 59.99 " id="Ine-B6-Ntn">
  843. <font key="font" usesAppearanceFont="YES"/>
  844. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  845. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  846. </textFieldCell>
  847. </textField>
  848. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0yC-if-ZhG">
  849. <rect key="frame" x="33" y="10" width="39" height="16"/>
  850. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="79.99" id="5fI-HR-xez">
  851. <font key="font" usesAppearanceFont="YES"/>
  852. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  853. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  854. </textFieldCell>
  855. </textField>
  856. </subviews>
  857. <constraints>
  858. <constraint firstAttribute="trailing" secondItem="0yC-if-ZhG" secondAttribute="trailing" id="32o-ZC-SXa"/>
  859. <constraint firstItem="ftc-Ed-JwD" firstAttribute="top" secondItem="uWl-6n-x7Q" secondAttribute="top" id="7Uh-ab-YKJ"/>
  860. <constraint firstItem="ftc-Ed-JwD" firstAttribute="leading" secondItem="uWl-6n-x7Q" secondAttribute="leading" id="Li9-fj-3S4"/>
  861. <constraint firstAttribute="trailing" secondItem="ftc-Ed-JwD" secondAttribute="trailing" id="Omy-xO-ZkF"/>
  862. <constraint firstItem="0yC-if-ZhG" firstAttribute="top" secondItem="ftc-Ed-JwD" secondAttribute="bottom" id="Zrn-1o-vjo"/>
  863. </constraints>
  864. </customView>
  865. <customView translatesAutoresizingMaskIntoConstraints="NO" id="OKm-hL-M8J">
  866. <rect key="frame" x="32" y="4" width="428" height="42"/>
  867. <subviews>
  868. <customView translatesAutoresizingMaskIntoConstraints="NO" id="I0R-Y0-jgp">
  869. <rect key="frame" x="336" y="15" width="76" height="27"/>
  870. <subviews>
  871. <button tag="4" translatesAutoresizingMaskIntoConstraints="NO" id="bmO-1e-QTX">
  872. <rect key="frame" x="0.0" y="6" width="16" height="16"/>
  873. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment03" imagePosition="only" alignment="center" enabled="NO" imageScaling="proportionallyDown" inset="2" id="eRv-9c-VRo">
  874. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  875. <font key="font" metaFont="system"/>
  876. </buttonCell>
  877. <constraints>
  878. <constraint firstAttribute="height" constant="16" id="fC6-nK-HUe"/>
  879. <constraint firstAttribute="width" constant="16" id="jZw-zX-46V"/>
  880. </constraints>
  881. <connections>
  882. <action selector="amountButtonAction:" target="-2" id="JOf-Yw-oZ7"/>
  883. </connections>
  884. </button>
  885. <button tag="5" translatesAutoresizingMaskIntoConstraints="NO" id="gZ7-bj-dxC">
  886. <rect key="frame" x="60" y="6" width="16" height="16"/>
  887. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment04" imagePosition="only" alignment="center" enabled="NO" imageScaling="proportionallyDown" inset="2" id="fkA-os-7XV">
  888. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  889. <font key="font" metaFont="system"/>
  890. </buttonCell>
  891. <constraints>
  892. <constraint firstAttribute="height" constant="16" id="LjO-OE-7gg"/>
  893. <constraint firstAttribute="width" constant="16" id="R0v-5y-6oo"/>
  894. </constraints>
  895. <connections>
  896. <action selector="amountButtonAction:" target="-2" id="Svr-IU-mwR"/>
  897. </connections>
  898. </button>
  899. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="W2o-e2-Nwn">
  900. <rect key="frame" x="14" y="6" width="48" height="16"/>
  901. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" alignment="center" title="1" id="kDf-EN-6SG">
  902. <font key="font" metaFont="system"/>
  903. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  904. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  905. </textFieldCell>
  906. </textField>
  907. </subviews>
  908. <constraints>
  909. <constraint firstItem="W2o-e2-Nwn" firstAttribute="leading" secondItem="bmO-1e-QTX" secondAttribute="trailing" id="5HF-vV-Vk9"/>
  910. <constraint firstItem="W2o-e2-Nwn" firstAttribute="centerY" secondItem="I0R-Y0-jgp" secondAttribute="centerY" id="6nq-xI-5sT"/>
  911. <constraint firstItem="gZ7-bj-dxC" firstAttribute="leading" secondItem="W2o-e2-Nwn" secondAttribute="trailing" id="NSn-n7-80x"/>
  912. <constraint firstItem="gZ7-bj-dxC" firstAttribute="centerY" secondItem="I0R-Y0-jgp" secondAttribute="centerY" id="ZIa-jk-9H7"/>
  913. <constraint firstAttribute="height" constant="27" id="ZJo-xh-C0A"/>
  914. <constraint firstItem="bmO-1e-QTX" firstAttribute="leading" secondItem="I0R-Y0-jgp" secondAttribute="leading" id="aY3-Be-lF8"/>
  915. <constraint firstItem="bmO-1e-QTX" firstAttribute="centerY" secondItem="I0R-Y0-jgp" secondAttribute="centerY" id="gn3-Sb-lZb"/>
  916. <constraint firstAttribute="trailing" secondItem="gZ7-bj-dxC" secondAttribute="trailing" id="hOI-3r-MBh"/>
  917. <constraint firstAttribute="width" constant="76" id="xv3-hh-ySt"/>
  918. </constraints>
  919. </customView>
  920. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hdH-sT-Zjy">
  921. <rect key="frame" x="-2" y="22" width="153" height="16"/>
  922. <textFieldCell key="cell" lineBreakMode="clipping" title="Extended Device Access" id="wFj-Li-6CW">
  923. <font key="font" usesAppearanceFont="YES"/>
  924. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  925. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  926. </textFieldCell>
  927. </textField>
  928. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="O5O-eG-80K">
  929. <rect key="frame" x="-2" y="2" width="379" height="16"/>
  930. <textFieldCell key="cell" lineBreakMode="clipping" title="Get access to your plan on up to 2 devices. (Mac or Windows)" id="mfw-HQ-bi1">
  931. <font key="font" usesAppearanceFont="YES"/>
  932. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  933. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  934. </textFieldCell>
  935. </textField>
  936. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="dIC-52-LvS">
  937. <rect key="frame" x="153" y="20" width="56" height="20"/>
  938. <constraints>
  939. <constraint firstAttribute="height" constant="20" id="EHG-Q4-j98"/>
  940. <constraint firstAttribute="width" constant="56" id="fUi-z6-5Ht"/>
  941. </constraints>
  942. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment05" id="Ldz-Xo-zv9"/>
  943. </imageView>
  944. </subviews>
  945. <constraints>
  946. <constraint firstItem="I0R-Y0-jgp" firstAttribute="top" secondItem="OKm-hL-M8J" secondAttribute="top" id="0MK-aD-k1h"/>
  947. <constraint firstItem="dIC-52-LvS" firstAttribute="centerY" secondItem="hdH-sT-Zjy" secondAttribute="centerY" id="2xI-Ci-49b"/>
  948. <constraint firstItem="dIC-52-LvS" firstAttribute="leading" secondItem="hdH-sT-Zjy" secondAttribute="trailing" constant="4" id="God-aR-Jmq"/>
  949. <constraint firstItem="O5O-eG-80K" firstAttribute="top" secondItem="hdH-sT-Zjy" secondAttribute="bottom" constant="4" id="P1K-Ft-PVk"/>
  950. <constraint firstItem="O5O-eG-80K" firstAttribute="leading" secondItem="OKm-hL-M8J" secondAttribute="leading" id="SuA-IB-OEr"/>
  951. <constraint firstItem="hdH-sT-Zjy" firstAttribute="top" secondItem="OKm-hL-M8J" secondAttribute="top" constant="4" id="Td7-J7-q80"/>
  952. <constraint firstItem="hdH-sT-Zjy" firstAttribute="leading" secondItem="OKm-hL-M8J" secondAttribute="leading" id="lbp-cq-qxl"/>
  953. <constraint firstAttribute="trailing" secondItem="I0R-Y0-jgp" secondAttribute="trailing" constant="16" id="lp6-iP-wfZ"/>
  954. </constraints>
  955. </customView>
  956. <button translatesAutoresizingMaskIntoConstraints="NO" id="MbO-7o-ibN">
  957. <rect key="frame" x="4" y="22" width="24" height="24"/>
  958. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="EmbeddedPayment06" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="SBj-Qh-E4V">
  959. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  960. <font key="font" metaFont="system"/>
  961. </buttonCell>
  962. <constraints>
  963. <constraint firstAttribute="height" constant="24" id="fEZ-v5-79J"/>
  964. <constraint firstAttribute="width" constant="24" id="yjJ-ny-a2R"/>
  965. </constraints>
  966. </button>
  967. <button translatesAutoresizingMaskIntoConstraints="NO" id="Ygz-9t-jR6">
  968. <rect key="frame" x="0.0" y="0.0" width="538" height="50"/>
  969. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="bfE-zn-FkJ">
  970. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  971. <font key="font" metaFont="system"/>
  972. </buttonCell>
  973. <connections>
  974. <action selector="extendedButtonAction:" target="-2" id="zAR-br-FUX"/>
  975. </connections>
  976. </button>
  977. </subviews>
  978. <constraints>
  979. <constraint firstAttribute="bottom" secondItem="Ygz-9t-jR6" secondAttribute="bottom" id="8Ym-aZ-6oJ"/>
  980. <constraint firstItem="MbO-7o-ibN" firstAttribute="leading" secondItem="DDi-AB-k2w" secondAttribute="leading" constant="4" id="GDA-I4-y2d"/>
  981. <constraint firstItem="Ygz-9t-jR6" firstAttribute="top" secondItem="DDi-AB-k2w" secondAttribute="top" id="ISy-1q-kve"/>
  982. <constraint firstAttribute="height" constant="50" id="KTP-AA-im1"/>
  983. <constraint firstItem="uWl-6n-x7Q" firstAttribute="top" secondItem="DDi-AB-k2w" secondAttribute="top" constant="4" id="Kfe-xA-lm4"/>
  984. <constraint firstAttribute="trailing" secondItem="uWl-6n-x7Q" secondAttribute="trailing" constant="4" id="SSe-a6-yI6"/>
  985. <constraint firstItem="OKm-hL-M8J" firstAttribute="leading" secondItem="MbO-7o-ibN" secondAttribute="trailing" constant="4" id="Tw2-Yg-QIj"/>
  986. <constraint firstItem="MbO-7o-ibN" firstAttribute="top" secondItem="DDi-AB-k2w" secondAttribute="top" constant="4" id="aVG-Ik-aSh"/>
  987. <constraint firstAttribute="bottom" secondItem="OKm-hL-M8J" secondAttribute="bottom" constant="4" id="d4G-L5-DWJ"/>
  988. <constraint firstAttribute="bottom" secondItem="uWl-6n-x7Q" secondAttribute="bottom" constant="4" id="ob3-7d-Bed"/>
  989. <constraint firstAttribute="trailing" secondItem="Ygz-9t-jR6" secondAttribute="trailing" id="pcU-cF-wQb"/>
  990. <constraint firstItem="Ygz-9t-jR6" firstAttribute="leading" secondItem="DDi-AB-k2w" secondAttribute="leading" id="pcp-7l-vmI"/>
  991. <constraint firstItem="OKm-hL-M8J" firstAttribute="top" secondItem="DDi-AB-k2w" secondAttribute="top" constant="4" id="yEI-mc-7WR"/>
  992. <constraint firstItem="uWl-6n-x7Q" firstAttribute="leading" secondItem="OKm-hL-M8J" secondAttribute="trailing" constant="4" id="zG5-lZ-l8Y"/>
  993. </constraints>
  994. </customView>
  995. <customView translatesAutoresizingMaskIntoConstraints="NO" id="2Hk-KG-FSr">
  996. <rect key="frame" x="0.0" y="0.0" width="538" height="128"/>
  997. <subviews>
  998. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Imv-vq-rsc">
  999. <rect key="frame" x="0.0" y="72" width="538" height="20"/>
  1000. <subviews>
  1001. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ve4-zf-dcX">
  1002. <rect key="frame" x="470" y="2" width="70" height="16"/>
  1003. <textFieldCell key="cell" lineBreakMode="clipping" title="USD 79.99" id="PfN-Xw-Qsg">
  1004. <font key="font" usesAppearanceFont="YES"/>
  1005. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1006. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1007. </textFieldCell>
  1008. </textField>
  1009. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qhy-ap-sxt">
  1010. <rect key="frame" x="-2" y="2" width="61" height="16"/>
  1011. <textFieldCell key="cell" lineBreakMode="clipping" title="List Price" id="NjG-V1-pcr">
  1012. <font key="font" metaFont="system"/>
  1013. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1014. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1015. </textFieldCell>
  1016. </textField>
  1017. </subviews>
  1018. <constraints>
  1019. <constraint firstAttribute="height" constant="20" id="CL9-9s-Ly1"/>
  1020. <constraint firstItem="qhy-ap-sxt" firstAttribute="centerY" secondItem="Imv-vq-rsc" secondAttribute="centerY" id="GjD-Ha-SPU"/>
  1021. <constraint firstItem="qhy-ap-sxt" firstAttribute="leading" secondItem="Imv-vq-rsc" secondAttribute="leading" id="IWV-VA-Mwe"/>
  1022. <constraint firstItem="ve4-zf-dcX" firstAttribute="centerY" secondItem="Imv-vq-rsc" secondAttribute="centerY" id="Ueg-io-1K5"/>
  1023. <constraint firstAttribute="trailing" secondItem="ve4-zf-dcX" secondAttribute="trailing" id="xMJ-b5-hd3"/>
  1024. </constraints>
  1025. </customView>
  1026. <customView translatesAutoresizingMaskIntoConstraints="NO" id="KXb-Fc-Ihu">
  1027. <rect key="frame" x="0.0" y="44" width="538" height="20"/>
  1028. <subviews>
  1029. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zuM-1n-klX">
  1030. <rect key="frame" x="-2" y="2" width="58" height="16"/>
  1031. <textFieldCell key="cell" lineBreakMode="clipping" title="Discount" id="fA9-YE-9nT">
  1032. <font key="font" usesAppearanceFont="YES"/>
  1033. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1034. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1035. </textFieldCell>
  1036. </textField>
  1037. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="n83-tW-ibP">
  1038. <rect key="frame" x="470" y="2" width="70" height="16"/>
  1039. <textFieldCell key="cell" lineBreakMode="clipping" title="USD 20.00" id="iaA-9a-RmM">
  1040. <font key="font" metaFont="system"/>
  1041. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1042. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1043. </textFieldCell>
  1044. </textField>
  1045. </subviews>
  1046. <constraints>
  1047. <constraint firstItem="n83-tW-ibP" firstAttribute="centerY" secondItem="KXb-Fc-Ihu" secondAttribute="centerY" id="KrF-bG-KPO"/>
  1048. <constraint firstAttribute="trailing" secondItem="n83-tW-ibP" secondAttribute="trailing" id="KxY-iW-CvF"/>
  1049. <constraint firstItem="zuM-1n-klX" firstAttribute="centerY" secondItem="KXb-Fc-Ihu" secondAttribute="centerY" id="hPA-oM-Jdn"/>
  1050. <constraint firstAttribute="height" constant="20" id="jpN-be-qat"/>
  1051. <constraint firstItem="zuM-1n-klX" firstAttribute="leading" secondItem="KXb-Fc-Ihu" secondAttribute="leading" id="s2N-Uw-xWB"/>
  1052. </constraints>
  1053. </customView>
  1054. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ZY4-l7-Ejn">
  1055. <rect key="frame" x="0.0" y="0.0" width="538" height="28"/>
  1056. <subviews>
  1057. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="W9v-hZ-TbY">
  1058. <rect key="frame" x="470" y="6" width="70" height="16"/>
  1059. <textFieldCell key="cell" lineBreakMode="clipping" title="USD 59.99" id="zmn-H2-590">
  1060. <font key="font" usesAppearanceFont="YES"/>
  1061. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1062. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1063. </textFieldCell>
  1064. </textField>
  1065. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9Ta-Z5-dCX">
  1066. <rect key="frame" x="-2" y="6" width="55" height="16"/>
  1067. <textFieldCell key="cell" lineBreakMode="clipping" title="Pay sum" id="ed2-fx-e4R">
  1068. <font key="font" metaFont="system"/>
  1069. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1070. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1071. </textFieldCell>
  1072. </textField>
  1073. </subviews>
  1074. <constraints>
  1075. <constraint firstAttribute="trailing" secondItem="W9v-hZ-TbY" secondAttribute="trailing" id="OE8-MC-W1r"/>
  1076. <constraint firstItem="9Ta-Z5-dCX" firstAttribute="leading" secondItem="ZY4-l7-Ejn" secondAttribute="leading" id="URL-V1-hmP"/>
  1077. <constraint firstAttribute="height" constant="28" id="Ulr-u0-MNd"/>
  1078. <constraint firstItem="9Ta-Z5-dCX" firstAttribute="centerY" secondItem="ZY4-l7-Ejn" secondAttribute="centerY" id="pd9-BT-CoZ"/>
  1079. <constraint firstItem="W9v-hZ-TbY" firstAttribute="centerY" secondItem="ZY4-l7-Ejn" secondAttribute="centerY" id="yeX-37-xH3"/>
  1080. </constraints>
  1081. </customView>
  1082. <customView translatesAutoresizingMaskIntoConstraints="NO" id="o5K-ag-Vbf">
  1083. <rect key="frame" x="0.0" y="100" width="538" height="28"/>
  1084. <subviews>
  1085. <button translatesAutoresizingMaskIntoConstraints="NO" id="16N-22-eUq">
  1086. <rect key="frame" x="0.0" y="6" width="45" height="16"/>
  1087. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="wfj-Uj-4Nz">
  1088. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  1089. <font key="font" metaFont="system"/>
  1090. </buttonCell>
  1091. <connections>
  1092. <action selector="couponButtonAction:" target="-2" id="s8h-4t-8iZ"/>
  1093. </connections>
  1094. </button>
  1095. <box boxType="custom" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ECb-Ab-7Fq">
  1096. <rect key="frame" x="0.0" y="0.0" width="320" height="28"/>
  1097. <view key="contentView" id="2We-vj-b92">
  1098. <rect key="frame" x="1" y="1" width="318" height="26"/>
  1099. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1100. <subviews>
  1101. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lA7-Px-ulG">
  1102. <rect key="frame" x="-2" y="5" width="322" height="16"/>
  1103. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="bOU-uz-Gia">
  1104. <font key="font" usesAppearanceFont="YES"/>
  1105. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  1106. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1107. </textFieldCell>
  1108. </textField>
  1109. <button translatesAutoresizingMaskIntoConstraints="NO" id="3y5-gc-zaR">
  1110. <rect key="frame" x="294" y="3" width="20" height="20"/>
  1111. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="ad_cancel_button00" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="VVQ-Bm-i0Z">
  1112. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  1113. <font key="font" metaFont="system"/>
  1114. </buttonCell>
  1115. <constraints>
  1116. <constraint firstAttribute="height" constant="20" id="sf2-M6-hOb"/>
  1117. <constraint firstAttribute="width" constant="20" id="tzF-K4-ZxX"/>
  1118. </constraints>
  1119. <connections>
  1120. <action selector="couponClearButton:" target="-2" id="uRG-Gj-lvm"/>
  1121. </connections>
  1122. </button>
  1123. </subviews>
  1124. <constraints>
  1125. <constraint firstAttribute="trailing" secondItem="lA7-Px-ulG" secondAttribute="trailing" id="1RW-JP-lfy"/>
  1126. <constraint firstItem="lA7-Px-ulG" firstAttribute="leading" secondItem="2We-vj-b92" secondAttribute="leading" id="M4Q-OV-nmR"/>
  1127. <constraint firstAttribute="trailing" secondItem="3y5-gc-zaR" secondAttribute="trailing" constant="4" id="s0v-at-YPd"/>
  1128. </constraints>
  1129. </view>
  1130. <constraints>
  1131. <constraint firstAttribute="width" constant="320" id="7qL-FY-txj"/>
  1132. <constraint firstItem="lA7-Px-ulG" firstAttribute="centerY" secondItem="ECb-Ab-7Fq" secondAttribute="centerY" id="DJA-0Z-blU"/>
  1133. <constraint firstItem="3y5-gc-zaR" firstAttribute="centerY" secondItem="ECb-Ab-7Fq" secondAttribute="centerY" id="KiG-mM-Pc6"/>
  1134. </constraints>
  1135. </box>
  1136. <box boxType="custom" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="KlW-6M-F8A">
  1137. <rect key="frame" x="328" y="0.0" width="51" height="28"/>
  1138. <view key="contentView" id="rjM-V4-vuc">
  1139. <rect key="frame" x="1" y="1" width="49" height="26"/>
  1140. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1141. <subviews>
  1142. <button translatesAutoresizingMaskIntoConstraints="NO" id="L3R-9A-gca">
  1143. <rect key="frame" x="0.0" y="0.0" width="49" height="26"/>
  1144. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="PGl-0O-QMF">
  1145. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  1146. <font key="font" metaFont="system"/>
  1147. </buttonCell>
  1148. <connections>
  1149. <action selector="applyButtonAction:" target="-2" id="Cgs-s4-Vts"/>
  1150. </connections>
  1151. </button>
  1152. </subviews>
  1153. <constraints>
  1154. <constraint firstItem="L3R-9A-gca" firstAttribute="leading" secondItem="rjM-V4-vuc" secondAttribute="leading" id="KPv-Jb-u20"/>
  1155. <constraint firstItem="L3R-9A-gca" firstAttribute="top" secondItem="rjM-V4-vuc" secondAttribute="top" id="KUl-SA-9OK"/>
  1156. <constraint firstAttribute="bottom" secondItem="L3R-9A-gca" secondAttribute="bottom" id="onv-AG-J9d"/>
  1157. <constraint firstAttribute="trailing" secondItem="L3R-9A-gca" secondAttribute="trailing" id="w3e-aq-a0O"/>
  1158. </constraints>
  1159. </view>
  1160. <constraints>
  1161. <constraint firstAttribute="width" constant="51" id="uC0-wq-iSp"/>
  1162. </constraints>
  1163. </box>
  1164. </subviews>
  1165. <constraints>
  1166. <constraint firstItem="ECb-Ab-7Fq" firstAttribute="leading" secondItem="o5K-ag-Vbf" secondAttribute="leading" id="9ZF-2D-kh5"/>
  1167. <constraint firstItem="16N-22-eUq" firstAttribute="leading" secondItem="o5K-ag-Vbf" secondAttribute="leading" id="QRi-T6-Rrf"/>
  1168. <constraint firstItem="16N-22-eUq" firstAttribute="centerY" secondItem="o5K-ag-Vbf" secondAttribute="centerY" id="TRq-KF-6V5"/>
  1169. <constraint firstAttribute="height" constant="28" id="akm-fS-W9J"/>
  1170. <constraint firstAttribute="bottom" secondItem="ECb-Ab-7Fq" secondAttribute="bottom" id="h4U-Ga-39V"/>
  1171. <constraint firstItem="KlW-6M-F8A" firstAttribute="leading" secondItem="ECb-Ab-7Fq" secondAttribute="trailing" constant="8" id="kMt-8X-ENQ"/>
  1172. <constraint firstAttribute="bottom" secondItem="KlW-6M-F8A" secondAttribute="bottom" id="pWz-Zm-W8U"/>
  1173. <constraint firstItem="ECb-Ab-7Fq" firstAttribute="top" secondItem="o5K-ag-Vbf" secondAttribute="top" id="r1Q-tU-ePa"/>
  1174. <constraint firstItem="KlW-6M-F8A" firstAttribute="top" secondItem="o5K-ag-Vbf" secondAttribute="top" id="syK-Nu-TdQ"/>
  1175. </constraints>
  1176. </customView>
  1177. </subviews>
  1178. <constraints>
  1179. <constraint firstItem="KXb-Fc-Ihu" firstAttribute="leading" secondItem="2Hk-KG-FSr" secondAttribute="leading" id="2ND-n1-fYL"/>
  1180. <constraint firstItem="o5K-ag-Vbf" firstAttribute="leading" secondItem="2Hk-KG-FSr" secondAttribute="leading" id="5wl-Gd-dUP"/>
  1181. <constraint firstItem="Imv-vq-rsc" firstAttribute="top" secondItem="o5K-ag-Vbf" secondAttribute="bottom" constant="8" id="HxS-Ie-ICF"/>
  1182. <constraint firstAttribute="trailing" secondItem="ZY4-l7-Ejn" secondAttribute="trailing" id="RMg-ar-mLp"/>
  1183. <constraint firstItem="Imv-vq-rsc" firstAttribute="leading" secondItem="2Hk-KG-FSr" secondAttribute="leading" id="Y0H-ih-Rgw"/>
  1184. <constraint firstItem="ZY4-l7-Ejn" firstAttribute="top" secondItem="KXb-Fc-Ihu" secondAttribute="bottom" constant="16" id="c55-3v-q3H"/>
  1185. <constraint firstAttribute="trailing" secondItem="KXb-Fc-Ihu" secondAttribute="trailing" id="iGT-gn-pAk"/>
  1186. <constraint firstAttribute="height" constant="128" id="j6Q-TK-M7b"/>
  1187. <constraint firstItem="KXb-Fc-Ihu" firstAttribute="top" secondItem="Imv-vq-rsc" secondAttribute="bottom" constant="8" id="oTP-4f-B8x"/>
  1188. <constraint firstAttribute="bottom" secondItem="ZY4-l7-Ejn" secondAttribute="bottom" id="seY-YL-vDW"/>
  1189. <constraint firstAttribute="trailing" secondItem="o5K-ag-Vbf" secondAttribute="trailing" id="thc-FV-DHJ"/>
  1190. <constraint firstItem="ZY4-l7-Ejn" firstAttribute="leading" secondItem="2Hk-KG-FSr" secondAttribute="leading" id="ud3-KR-CPI"/>
  1191. <constraint firstAttribute="trailing" secondItem="Imv-vq-rsc" secondAttribute="trailing" id="y07-bZ-NS8"/>
  1192. </constraints>
  1193. </customView>
  1194. </subviews>
  1195. <constraints>
  1196. <constraint firstAttribute="trailing" secondItem="DDi-AB-k2w" secondAttribute="trailing" id="4Ih-EH-ZFd"/>
  1197. <constraint firstAttribute="bottom" secondItem="2Hk-KG-FSr" secondAttribute="bottom" id="5KQ-vt-ZOg"/>
  1198. <constraint firstAttribute="trailing" secondItem="2Hk-KG-FSr" secondAttribute="trailing" id="5Sx-zp-J3v"/>
  1199. <constraint firstItem="lJA-9J-Qba" firstAttribute="leading" secondItem="tRc-PM-BHR" secondAttribute="leading" id="B6N-PE-mp7"/>
  1200. <constraint firstItem="lJA-9J-Qba" firstAttribute="top" secondItem="tRc-PM-BHR" secondAttribute="top" id="E0R-h9-0A9"/>
  1201. <constraint firstItem="aGq-d0-5pa" firstAttribute="top" secondItem="lJA-9J-Qba" secondAttribute="bottom" constant="12" id="LdB-0Y-1DT"/>
  1202. <constraint firstAttribute="trailing" secondItem="lJA-9J-Qba" secondAttribute="trailing" id="LdJ-IR-IJ1"/>
  1203. <constraint firstItem="DDi-AB-k2w" firstAttribute="top" secondItem="A4x-fh-Pac" secondAttribute="bottom" constant="12" id="Leq-Uj-hsG"/>
  1204. <constraint firstItem="A4x-fh-Pac" firstAttribute="top" secondItem="M6b-Qf-5FA" secondAttribute="bottom" constant="20" id="NBc-yL-wWL"/>
  1205. <constraint firstItem="A4x-fh-Pac" firstAttribute="leading" secondItem="tRc-PM-BHR" secondAttribute="leading" id="Qcd-9d-EBr"/>
  1206. <constraint firstAttribute="trailing" secondItem="M6b-Qf-5FA" secondAttribute="trailing" id="S1n-e8-YWQ"/>
  1207. <constraint firstAttribute="trailing" secondItem="aGq-d0-5pa" secondAttribute="trailing" id="SNa-zL-R3m"/>
  1208. <constraint firstItem="M6b-Qf-5FA" firstAttribute="leading" secondItem="tRc-PM-BHR" secondAttribute="leading" id="UKk-Te-UWF"/>
  1209. <constraint firstItem="DDi-AB-k2w" firstAttribute="leading" secondItem="tRc-PM-BHR" secondAttribute="leading" id="UgJ-zT-SLr"/>
  1210. <constraint firstItem="2Hk-KG-FSr" firstAttribute="leading" secondItem="tRc-PM-BHR" secondAttribute="leading" id="ed5-oq-KZW"/>
  1211. <constraint firstItem="M6b-Qf-5FA" firstAttribute="top" secondItem="aGq-d0-5pa" secondAttribute="bottom" constant="24" id="gh6-Sh-5tG"/>
  1212. <constraint firstItem="aGq-d0-5pa" firstAttribute="leading" secondItem="tRc-PM-BHR" secondAttribute="leading" id="hw1-nX-OlU"/>
  1213. <constraint firstAttribute="trailing" secondItem="A4x-fh-Pac" secondAttribute="trailing" id="oL4-dU-k09"/>
  1214. </constraints>
  1215. </customView>
  1216. </subviews>
  1217. <constraints>
  1218. <constraint firstAttribute="bottom" secondItem="tRc-PM-BHR" secondAttribute="bottom" constant="16" id="2pK-Mi-Xjc"/>
  1219. <constraint firstAttribute="bottom" secondItem="h4u-aQ-6IT" secondAttribute="bottom" constant="16" id="47n-lk-Q74"/>
  1220. <constraint firstAttribute="bottom" secondItem="vmh-tU-E0c" secondAttribute="bottom" constant="16" id="5XP-Cy-dtj"/>
  1221. <constraint firstItem="h4u-aQ-6IT" firstAttribute="leading" secondItem="tRc-PM-BHR" secondAttribute="trailing" constant="24" id="IwZ-Rx-SmS"/>
  1222. <constraint firstItem="vmh-tU-E0c" firstAttribute="leading" secondItem="h4u-aQ-6IT" secondAttribute="trailing" constant="24" id="Nna-d2-XpD"/>
  1223. <constraint firstItem="h4u-aQ-6IT" firstAttribute="top" secondItem="yHo-bZ-A7K" secondAttribute="top" constant="16" id="O7T-7l-ZCR"/>
  1224. <constraint firstItem="vmh-tU-E0c" firstAttribute="top" secondItem="yHo-bZ-A7K" secondAttribute="top" constant="16" id="Rz7-NC-Mqn"/>
  1225. <constraint firstItem="tRc-PM-BHR" firstAttribute="top" secondItem="yHo-bZ-A7K" secondAttribute="top" constant="16" id="fHa-RD-eGh"/>
  1226. <constraint firstItem="tRc-PM-BHR" firstAttribute="leading" secondItem="yHo-bZ-A7K" secondAttribute="leading" constant="24" id="iDP-no-soj"/>
  1227. <constraint firstAttribute="trailing" secondItem="vmh-tU-E0c" secondAttribute="trailing" constant="24" id="xre-zR-AcW"/>
  1228. </constraints>
  1229. </view>
  1230. </box>
  1231. </subviews>
  1232. <constraints>
  1233. <constraint firstAttribute="trailing" secondItem="NWI-HO-4Jh" secondAttribute="trailing" id="0Qb-nN-TLM"/>
  1234. <constraint firstItem="l3P-ZG-GJY" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="7J5-D1-29E"/>
  1235. <constraint firstItem="giK-CT-R0l" firstAttribute="top" secondItem="NWI-HO-4Jh" secondAttribute="bottom" id="85h-HP-IPn"/>
  1236. <constraint firstAttribute="bottom" secondItem="l3P-ZG-GJY" secondAttribute="bottom" id="Bqc-wf-WCm"/>
  1237. <constraint firstItem="NWI-HO-4Jh" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Ot6-pG-RnW"/>
  1238. <constraint firstAttribute="trailing" secondItem="l3P-ZG-GJY" secondAttribute="trailing" id="Y98-eX-wxk"/>
  1239. <constraint firstAttribute="trailing" secondItem="giK-CT-R0l" secondAttribute="trailing" id="bdV-IJ-R6W"/>
  1240. <constraint firstItem="NWI-HO-4Jh" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="lT5-HU-ptH"/>
  1241. <constraint firstItem="l3P-ZG-GJY" firstAttribute="top" secondItem="NWI-HO-4Jh" secondAttribute="bottom" constant="8" id="qXq-w0-fJ7"/>
  1242. <constraint firstItem="giK-CT-R0l" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="wrS-nb-Uqw"/>
  1243. </constraints>
  1244. </view>
  1245. <connections>
  1246. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  1247. </connections>
  1248. <point key="canvasLocation" x="401" y="260"/>
  1249. </window>
  1250. <customView id="gH9-wN-pyM">
  1251. <rect key="frame" x="0.0" y="0.0" width="457" height="87"/>
  1252. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  1253. <subviews>
  1254. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="W05-CR-h20">
  1255. <rect key="frame" x="0.0" y="10" width="457" height="67"/>
  1256. <view key="contentView" id="ktY-bu-KTi">
  1257. <rect key="frame" x="0.0" y="0.0" width="457" height="67"/>
  1258. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1259. <subviews>
  1260. <button translatesAutoresizingMaskIntoConstraints="NO" id="PHJ-Cl-ZCp">
  1261. <rect key="frame" x="0.0" y="0.0" width="457" height="67"/>
  1262. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="x8a-HQ-phr">
  1263. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  1264. <font key="font" metaFont="system"/>
  1265. </buttonCell>
  1266. <connections>
  1267. <action selector="buyAction:" target="-2" id="6rA-th-4Gm"/>
  1268. </connections>
  1269. </button>
  1270. </subviews>
  1271. <constraints>
  1272. <constraint firstAttribute="trailing" secondItem="PHJ-Cl-ZCp" secondAttribute="trailing" id="5SJ-8P-w6J"/>
  1273. <constraint firstAttribute="bottom" secondItem="PHJ-Cl-ZCp" secondAttribute="bottom" id="My7-sN-1Iw"/>
  1274. <constraint firstItem="PHJ-Cl-ZCp" firstAttribute="leading" secondItem="ktY-bu-KTi" secondAttribute="leading" id="jpA-Xl-viz"/>
  1275. <constraint firstItem="PHJ-Cl-ZCp" firstAttribute="top" secondItem="ktY-bu-KTi" secondAttribute="top" id="pV7-SR-VNg"/>
  1276. </constraints>
  1277. </view>
  1278. </box>
  1279. <customView translatesAutoresizingMaskIntoConstraints="NO" id="y67-d4-PCg">
  1280. <rect key="frame" x="157" y="24" width="143" height="40"/>
  1281. <subviews>
  1282. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="S75-tk-yGR">
  1283. <rect key="frame" x="0.0" y="10" width="84" height="19"/>
  1284. <constraints>
  1285. <constraint firstAttribute="height" constant="19" id="h8J-6j-XTJ"/>
  1286. <constraint firstAttribute="width" constant="84.409999999999997" id="rpL-x8-eDL"/>
  1287. </constraints>
  1288. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment14" id="Q6h-Sg-TIg"/>
  1289. </imageView>
  1290. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pcl-Qd-CLL">
  1291. <rect key="frame" x="87" y="12" width="58" height="16"/>
  1292. <textFieldCell key="cell" lineBreakMode="clipping" title="Buy Now" id="PIg-4F-yje">
  1293. <font key="font" metaFont="system"/>
  1294. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1295. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1296. </textFieldCell>
  1297. </textField>
  1298. </subviews>
  1299. <constraints>
  1300. <constraint firstAttribute="trailing" secondItem="pcl-Qd-CLL" secondAttribute="trailing" id="56k-4p-MCV"/>
  1301. <constraint firstItem="S75-tk-yGR" firstAttribute="leading" secondItem="y67-d4-PCg" secondAttribute="leading" id="Pr3-dR-Bww"/>
  1302. <constraint firstItem="pcl-Qd-CLL" firstAttribute="leading" secondItem="S75-tk-yGR" secondAttribute="trailing" constant="4.4299999999999997" id="hhn-v8-KYW"/>
  1303. <constraint firstItem="S75-tk-yGR" firstAttribute="centerY" secondItem="y67-d4-PCg" secondAttribute="centerY" id="mvN-1S-r0A"/>
  1304. <constraint firstItem="pcl-Qd-CLL" firstAttribute="centerY" secondItem="y67-d4-PCg" secondAttribute="centerY" id="qzK-Uv-Jyc"/>
  1305. <constraint firstAttribute="height" constant="40" id="zhg-QK-O0j"/>
  1306. </constraints>
  1307. </customView>
  1308. </subviews>
  1309. <constraints>
  1310. <constraint firstItem="W05-CR-h20" firstAttribute="top" secondItem="gH9-wN-pyM" secondAttribute="top" constant="10" id="51K-b5-SdU"/>
  1311. <constraint firstItem="y67-d4-PCg" firstAttribute="centerY" secondItem="gH9-wN-pyM" secondAttribute="centerY" id="JcH-Nq-MDb"/>
  1312. <constraint firstAttribute="bottom" secondItem="W05-CR-h20" secondAttribute="bottom" constant="10" id="TcD-fK-lPv"/>
  1313. <constraint firstAttribute="trailing" secondItem="W05-CR-h20" secondAttribute="trailing" id="XgZ-mx-8xr"/>
  1314. <constraint firstItem="y67-d4-PCg" firstAttribute="centerX" secondItem="gH9-wN-pyM" secondAttribute="centerX" id="aL1-e2-Oru"/>
  1315. <constraint firstItem="W05-CR-h20" firstAttribute="leading" secondItem="gH9-wN-pyM" secondAttribute="leading" id="nip-wQ-KO1"/>
  1316. </constraints>
  1317. <point key="canvasLocation" x="135.5" y="684.5"/>
  1318. </customView>
  1319. <customView id="X7Z-7L-aZu">
  1320. <rect key="frame" x="0.0" y="0.0" width="455" height="150"/>
  1321. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  1322. <subviews>
  1323. <customView translatesAutoresizingMaskIntoConstraints="NO" id="IT5-WE-Tyg">
  1324. <rect key="frame" x="0.0" y="112" width="455" height="28"/>
  1325. <subviews>
  1326. <popUpButton translatesAutoresizingMaskIntoConstraints="NO" id="bH3-M9-C8p" customClass="KMPopUpButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  1327. <rect key="frame" x="-5" y="0.0" width="229" height="28"/>
  1328. <popUpButtonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="left" lineBreakMode="truncatingTail" inset="2" arrowPosition="noArrow" id="7Au-hp-0Cm" customClass="KMPopUpButtonCell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  1329. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  1330. <font key="font" metaFont="menu"/>
  1331. <menu key="menu" id="pry-dI-PhA"/>
  1332. </popUpButtonCell>
  1333. <connections>
  1334. <action selector="paddlePopUpAction:" target="-2" id="aCp-Um-2x0"/>
  1335. </connections>
  1336. </popUpButton>
  1337. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="aa6-zr-KXX">
  1338. <rect key="frame" x="232" y="0.0" width="223" height="28"/>
  1339. <view key="contentView" id="ecZ-SL-4fZ">
  1340. <rect key="frame" x="1" y="1" width="221" height="26"/>
  1341. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1342. <subviews>
  1343. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4au-dI-0Fs">
  1344. <rect key="frame" x="6" y="5" width="209" height="16"/>
  1345. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" placeholderString="Value" id="h6L-Q2-6Em">
  1346. <font key="font" usesAppearanceFont="YES"/>
  1347. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  1348. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1349. </textFieldCell>
  1350. </textField>
  1351. </subviews>
  1352. <constraints>
  1353. <constraint firstItem="4au-dI-0Fs" firstAttribute="leading" secondItem="ecZ-SL-4fZ" secondAttribute="leading" constant="8" id="AZZ-rx-8rY"/>
  1354. <constraint firstAttribute="trailing" secondItem="4au-dI-0Fs" secondAttribute="trailing" constant="8" id="fOU-5S-MHO"/>
  1355. </constraints>
  1356. </view>
  1357. <constraints>
  1358. <constraint firstItem="4au-dI-0Fs" firstAttribute="centerY" secondItem="aa6-zr-KXX" secondAttribute="centerY" id="EhK-Rg-I5t"/>
  1359. </constraints>
  1360. </box>
  1361. </subviews>
  1362. <constraints>
  1363. <constraint firstItem="aa6-zr-KXX" firstAttribute="width" secondItem="bH3-M9-C8p" secondAttribute="width" id="5Wk-En-stE"/>
  1364. <constraint firstItem="bH3-M9-C8p" firstAttribute="top" secondItem="IT5-WE-Tyg" secondAttribute="top" id="TbV-mr-keW"/>
  1365. <constraint firstAttribute="trailing" secondItem="aa6-zr-KXX" secondAttribute="trailing" id="cWm-hN-Uv9"/>
  1366. <constraint firstItem="aa6-zr-KXX" firstAttribute="top" secondItem="IT5-WE-Tyg" secondAttribute="top" id="dkl-Sn-28Q"/>
  1367. <constraint firstAttribute="bottom" secondItem="aa6-zr-KXX" secondAttribute="bottom" id="ejb-vZ-UXm"/>
  1368. <constraint firstAttribute="bottom" secondItem="bH3-M9-C8p" secondAttribute="bottom" id="g1g-71-Gc6"/>
  1369. <constraint firstAttribute="height" constant="28" id="gLL-3A-2xD"/>
  1370. <constraint firstItem="aa6-zr-KXX" firstAttribute="leading" secondItem="bH3-M9-C8p" secondAttribute="trailing" constant="8" id="mv5-ZF-XyU"/>
  1371. <constraint firstItem="bH3-M9-C8p" firstAttribute="leading" secondItem="IT5-WE-Tyg" secondAttribute="leading" id="zca-t8-ive"/>
  1372. </constraints>
  1373. </customView>
  1374. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ha0-Vb-Qze">
  1375. <rect key="frame" x="0.0" y="56" width="455" height="40"/>
  1376. <subviews>
  1377. <button translatesAutoresizingMaskIntoConstraints="NO" id="jPf-8J-HiZ">
  1378. <rect key="frame" x="0.0" y="0.0" width="455" height="40"/>
  1379. <buttonCell key="cell" type="bevel" title="Continue to Pay" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="HZP-vJ-63A">
  1380. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  1381. <font key="font" metaFont="system"/>
  1382. </buttonCell>
  1383. <connections>
  1384. <action selector="buyAction:" target="-2" id="OBE-Xs-Wa9"/>
  1385. </connections>
  1386. </button>
  1387. </subviews>
  1388. <constraints>
  1389. <constraint firstItem="jPf-8J-HiZ" firstAttribute="top" secondItem="ha0-Vb-Qze" secondAttribute="top" id="GnL-6w-xVM"/>
  1390. <constraint firstAttribute="bottom" secondItem="jPf-8J-HiZ" secondAttribute="bottom" id="JlQ-BI-RIm"/>
  1391. <constraint firstAttribute="height" constant="40" id="LTf-VF-Aca"/>
  1392. <constraint firstAttribute="trailing" secondItem="jPf-8J-HiZ" secondAttribute="trailing" id="VOp-h3-Ljx"/>
  1393. <constraint firstItem="jPf-8J-HiZ" firstAttribute="leading" secondItem="ha0-Vb-Qze" secondAttribute="leading" id="pmc-g6-zSp"/>
  1394. </constraints>
  1395. </customView>
  1396. <customView translatesAutoresizingMaskIntoConstraints="NO" id="PkH-Uy-hzv">
  1397. <rect key="frame" x="0.0" y="10" width="455" height="30"/>
  1398. <subviews>
  1399. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Dln-Dy-URZ">
  1400. <rect key="frame" x="0.0" y="6" width="61" height="18"/>
  1401. <constraints>
  1402. <constraint firstAttribute="width" constant="61.130000000000003" id="gjT-d6-yM0"/>
  1403. <constraint firstAttribute="height" constant="18.670000000000002" id="tOJ-Jb-sU8"/>
  1404. </constraints>
  1405. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment08" id="qXb-9F-nxB"/>
  1406. </imageView>
  1407. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="y00-5q-6m4">
  1408. <rect key="frame" x="108" y="4" width="36" height="22"/>
  1409. <constraints>
  1410. <constraint firstAttribute="width" constant="36.799999999999997" id="s2b-JB-LdL"/>
  1411. <constraint firstAttribute="height" constant="21.859999999999999" id="y6I-cc-vzv"/>
  1412. </constraints>
  1413. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment09" id="SfJ-hE-i7r"/>
  1414. </imageView>
  1415. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="YhH-lZ-bT2">
  1416. <rect key="frame" x="191" y="1" width="23" height="28"/>
  1417. <constraints>
  1418. <constraint firstAttribute="width" constant="23.010000000000002" id="Koy-AK-En1"/>
  1419. <constraint firstAttribute="height" constant="28.440000000000001" id="eDL-V0-DIy"/>
  1420. </constraints>
  1421. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment10" id="hC8-4f-mVa"/>
  1422. </imageView>
  1423. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="BXk-PV-01r">
  1424. <rect key="frame" x="261" y="4" width="29" height="22"/>
  1425. <constraints>
  1426. <constraint firstAttribute="width" constant="29.399999999999999" id="C6K-KS-N3H"/>
  1427. <constraint firstAttribute="height" constant="22.399999999999999" id="eHq-WG-vgC"/>
  1428. </constraints>
  1429. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment11" id="40T-qT-73K"/>
  1430. </imageView>
  1431. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="8nV-dI-yKm">
  1432. <rect key="frame" x="337" y="4" width="35" height="22"/>
  1433. <constraints>
  1434. <constraint firstAttribute="height" constant="22.399999999999999" id="B7Y-Zg-3H4"/>
  1435. <constraint firstAttribute="width" constant="35.270000000000003" id="vlj-Vu-Y1B"/>
  1436. </constraints>
  1437. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment12" id="g93-3z-CDt"/>
  1438. </imageView>
  1439. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="elC-Uf-uB2">
  1440. <rect key="frame" x="418" y="4" width="37" height="22"/>
  1441. <constraints>
  1442. <constraint firstAttribute="height" constant="22.559999999999999" id="4RS-4p-rE7"/>
  1443. <constraint firstAttribute="width" constant="36.659999999999997" id="Ypg-1b-lUB"/>
  1444. </constraints>
  1445. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment13" id="EvC-8m-Aqb"/>
  1446. </imageView>
  1447. <customView translatesAutoresizingMaskIntoConstraints="NO" id="FQ0-cO-Lfk">
  1448. <rect key="frame" x="61" y="0.0" width="47" height="30"/>
  1449. </customView>
  1450. <customView translatesAutoresizingMaskIntoConstraints="NO" id="2QT-j0-Kkq">
  1451. <rect key="frame" x="144" y="0.0" width="47" height="30"/>
  1452. </customView>
  1453. <customView translatesAutoresizingMaskIntoConstraints="NO" id="nKy-zk-mc2">
  1454. <rect key="frame" x="214" y="0.0" width="47" height="30"/>
  1455. </customView>
  1456. <customView translatesAutoresizingMaskIntoConstraints="NO" id="VMs-4h-0Lr">
  1457. <rect key="frame" x="290" y="0.0" width="47" height="30"/>
  1458. </customView>
  1459. <customView translatesAutoresizingMaskIntoConstraints="NO" id="o7l-qg-nZs">
  1460. <rect key="frame" x="372" y="0.0" width="46" height="30"/>
  1461. </customView>
  1462. </subviews>
  1463. <constraints>
  1464. <constraint firstItem="YhH-lZ-bT2" firstAttribute="centerY" secondItem="PkH-Uy-hzv" secondAttribute="centerY" id="0jE-5l-v8G"/>
  1465. <constraint firstItem="o7l-qg-nZs" firstAttribute="leading" secondItem="8nV-dI-yKm" secondAttribute="trailing" id="1yF-TO-PFH"/>
  1466. <constraint firstAttribute="trailing" secondItem="elC-Uf-uB2" secondAttribute="trailing" id="4ql-dv-8Jc"/>
  1467. <constraint firstItem="2QT-j0-Kkq" firstAttribute="top" secondItem="PkH-Uy-hzv" secondAttribute="top" id="5sC-ME-dN8"/>
  1468. <constraint firstItem="2QT-j0-Kkq" firstAttribute="width" secondItem="FQ0-cO-Lfk" secondAttribute="width" id="7p8-Cd-cYb"/>
  1469. <constraint firstItem="VMs-4h-0Lr" firstAttribute="width" secondItem="FQ0-cO-Lfk" secondAttribute="width" id="8y8-yK-uMi"/>
  1470. <constraint firstAttribute="bottom" secondItem="nKy-zk-mc2" secondAttribute="bottom" id="COu-cG-tYT"/>
  1471. <constraint firstItem="elC-Uf-uB2" firstAttribute="centerY" secondItem="PkH-Uy-hzv" secondAttribute="centerY" id="ClS-bc-pBE"/>
  1472. <constraint firstItem="o7l-qg-nZs" firstAttribute="top" secondItem="PkH-Uy-hzv" secondAttribute="top" id="Haf-uE-CjR"/>
  1473. <constraint firstItem="VMs-4h-0Lr" firstAttribute="top" secondItem="PkH-Uy-hzv" secondAttribute="top" id="JBq-6C-Dxi"/>
  1474. <constraint firstItem="Dln-Dy-URZ" firstAttribute="centerY" secondItem="PkH-Uy-hzv" secondAttribute="centerY" id="Lug-J9-f2j"/>
  1475. <constraint firstItem="FQ0-cO-Lfk" firstAttribute="top" secondItem="PkH-Uy-hzv" secondAttribute="top" id="Mi3-ft-6cn"/>
  1476. <constraint firstItem="nKy-zk-mc2" firstAttribute="width" secondItem="FQ0-cO-Lfk" secondAttribute="width" id="PUg-x8-98E"/>
  1477. <constraint firstItem="o7l-qg-nZs" firstAttribute="width" secondItem="FQ0-cO-Lfk" secondAttribute="width" id="PnK-3k-JlQ"/>
  1478. <constraint firstAttribute="bottom" secondItem="o7l-qg-nZs" secondAttribute="bottom" id="Pyo-eK-oPM"/>
  1479. <constraint firstItem="Dln-Dy-URZ" firstAttribute="leading" secondItem="PkH-Uy-hzv" secondAttribute="leading" id="Tfm-s8-Ryc"/>
  1480. <constraint firstItem="YhH-lZ-bT2" firstAttribute="leading" secondItem="2QT-j0-Kkq" secondAttribute="trailing" id="U4m-UQ-tPa"/>
  1481. <constraint firstItem="nKy-zk-mc2" firstAttribute="leading" secondItem="YhH-lZ-bT2" secondAttribute="trailing" id="XaB-7K-S11"/>
  1482. <constraint firstItem="nKy-zk-mc2" firstAttribute="top" secondItem="PkH-Uy-hzv" secondAttribute="top" id="aJz-kQ-Pee"/>
  1483. <constraint firstItem="8nV-dI-yKm" firstAttribute="leading" secondItem="VMs-4h-0Lr" secondAttribute="trailing" id="e12-JZ-ZKq"/>
  1484. <constraint firstItem="VMs-4h-0Lr" firstAttribute="leading" secondItem="BXk-PV-01r" secondAttribute="trailing" id="fn0-Qr-SMo"/>
  1485. <constraint firstItem="8nV-dI-yKm" firstAttribute="centerY" secondItem="PkH-Uy-hzv" secondAttribute="centerY" id="hqj-6l-uAe"/>
  1486. <constraint firstItem="FQ0-cO-Lfk" firstAttribute="leading" secondItem="Dln-Dy-URZ" secondAttribute="trailing" id="iW1-CL-yW5"/>
  1487. <constraint firstAttribute="bottom" secondItem="VMs-4h-0Lr" secondAttribute="bottom" id="iZX-zK-F8b"/>
  1488. <constraint firstItem="2QT-j0-Kkq" firstAttribute="leading" secondItem="y00-5q-6m4" secondAttribute="trailing" id="jon-wx-Arm"/>
  1489. <constraint firstItem="y00-5q-6m4" firstAttribute="centerY" secondItem="PkH-Uy-hzv" secondAttribute="centerY" id="kdG-hV-5lW"/>
  1490. <constraint firstItem="BXk-PV-01r" firstAttribute="leading" secondItem="nKy-zk-mc2" secondAttribute="trailing" id="o5j-xE-SaT"/>
  1491. <constraint firstItem="BXk-PV-01r" firstAttribute="centerY" secondItem="PkH-Uy-hzv" secondAttribute="centerY" id="oem-02-IgW"/>
  1492. <constraint firstAttribute="bottom" secondItem="FQ0-cO-Lfk" secondAttribute="bottom" id="ozN-tT-Qre"/>
  1493. <constraint firstItem="YhH-lZ-bT2" firstAttribute="centerY" secondItem="PkH-Uy-hzv" secondAttribute="centerY" id="uUh-jh-JSr"/>
  1494. <constraint firstAttribute="bottom" secondItem="2QT-j0-Kkq" secondAttribute="bottom" id="uuI-eD-EhL"/>
  1495. <constraint firstItem="y00-5q-6m4" firstAttribute="leading" secondItem="FQ0-cO-Lfk" secondAttribute="trailing" id="w8v-zG-DWT"/>
  1496. <constraint firstAttribute="height" constant="30" id="yvj-zx-khM"/>
  1497. <constraint firstItem="elC-Uf-uB2" firstAttribute="leading" secondItem="o7l-qg-nZs" secondAttribute="trailing" id="zCP-1Y-HTF"/>
  1498. </constraints>
  1499. </customView>
  1500. </subviews>
  1501. <constraints>
  1502. <constraint firstItem="IT5-WE-Tyg" firstAttribute="leading" secondItem="X7Z-7L-aZu" secondAttribute="leading" id="80x-Tm-ync"/>
  1503. <constraint firstAttribute="trailing" secondItem="IT5-WE-Tyg" secondAttribute="trailing" id="JxC-3R-6B1"/>
  1504. <constraint firstItem="IT5-WE-Tyg" firstAttribute="top" secondItem="X7Z-7L-aZu" secondAttribute="top" constant="10" id="NVd-Oc-CJw"/>
  1505. <constraint firstAttribute="trailing" secondItem="PkH-Uy-hzv" secondAttribute="trailing" id="Q0O-Ju-L1V"/>
  1506. <constraint firstAttribute="trailing" secondItem="ha0-Vb-Qze" secondAttribute="trailing" id="RmS-nK-xbr"/>
  1507. <constraint firstItem="PkH-Uy-hzv" firstAttribute="top" secondItem="ha0-Vb-Qze" secondAttribute="bottom" constant="16" id="f4y-ZP-XGF"/>
  1508. <constraint firstItem="ha0-Vb-Qze" firstAttribute="top" secondItem="IT5-WE-Tyg" secondAttribute="bottom" constant="16" id="ifC-Jo-xoC"/>
  1509. <constraint firstAttribute="bottom" secondItem="PkH-Uy-hzv" secondAttribute="bottom" constant="10" id="qeQ-Ak-2jg"/>
  1510. <constraint firstItem="ha0-Vb-Qze" firstAttribute="leading" secondItem="X7Z-7L-aZu" secondAttribute="leading" id="rcx-ax-7bh"/>
  1511. <constraint firstItem="PkH-Uy-hzv" firstAttribute="leading" secondItem="X7Z-7L-aZu" secondAttribute="leading" id="riG-XQ-6Rl"/>
  1512. </constraints>
  1513. <point key="canvasLocation" x="136.5" y="867"/>
  1514. </customView>
  1515. <customView id="pBx-yN-WZs">
  1516. <rect key="frame" x="0.0" y="0.0" width="463" height="92"/>
  1517. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  1518. <subviews>
  1519. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="3RR-ng-Us6">
  1520. <rect key="frame" x="0.0" y="26" width="463" height="40"/>
  1521. <view key="contentView" id="rlI-7B-oCW">
  1522. <rect key="frame" x="0.0" y="0.0" width="463" height="40"/>
  1523. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1524. <subviews>
  1525. <button translatesAutoresizingMaskIntoConstraints="NO" id="hj1-6S-4j5">
  1526. <rect key="frame" x="0.0" y="0.0" width="463" height="40"/>
  1527. <buttonCell key="cell" type="bevel" title="Continue to Pay" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="T5g-hu-qYa">
  1528. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  1529. <font key="font" metaFont="system"/>
  1530. </buttonCell>
  1531. <connections>
  1532. <action selector="buyAction:" target="-2" id="Tuu-PT-paK"/>
  1533. </connections>
  1534. </button>
  1535. </subviews>
  1536. <constraints>
  1537. <constraint firstItem="hj1-6S-4j5" firstAttribute="top" secondItem="rlI-7B-oCW" secondAttribute="top" id="DtB-Vn-BZW"/>
  1538. <constraint firstItem="hj1-6S-4j5" firstAttribute="leading" secondItem="rlI-7B-oCW" secondAttribute="leading" id="JFr-uY-eJf"/>
  1539. <constraint firstAttribute="bottom" secondItem="hj1-6S-4j5" secondAttribute="bottom" id="sZI-Ns-N2N"/>
  1540. <constraint firstAttribute="trailing" secondItem="hj1-6S-4j5" secondAttribute="trailing" id="uXM-3e-c9b"/>
  1541. </constraints>
  1542. </view>
  1543. <constraints>
  1544. <constraint firstAttribute="height" constant="40" id="jV2-Fy-ZeJ"/>
  1545. </constraints>
  1546. </box>
  1547. </subviews>
  1548. <constraints>
  1549. <constraint firstItem="3RR-ng-Us6" firstAttribute="top" secondItem="pBx-yN-WZs" secondAttribute="top" constant="26" id="Aud-gh-9Cr"/>
  1550. <constraint firstAttribute="bottom" secondItem="3RR-ng-Us6" secondAttribute="bottom" constant="26" id="UHK-Ro-GQD"/>
  1551. <constraint firstItem="3RR-ng-Us6" firstAttribute="leading" secondItem="pBx-yN-WZs" secondAttribute="leading" id="WC4-d2-Q9e"/>
  1552. <constraint firstAttribute="trailing" secondItem="3RR-ng-Us6" secondAttribute="trailing" id="zcy-F0-buz"/>
  1553. </constraints>
  1554. <point key="canvasLocation" x="139" y="1030"/>
  1555. </customView>
  1556. <customView id="0Xs-W1-zNP">
  1557. <rect key="frame" x="0.0" y="0.0" width="445" height="264"/>
  1558. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  1559. <subviews>
  1560. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8Om-Bo-EFk">
  1561. <rect key="frame" x="137" y="232" width="172" height="16"/>
  1562. <textFieldCell key="cell" lineBreakMode="clipping" title="Scan QR Code with WeChat" id="dCY-vA-Gcp">
  1563. <font key="font" usesAppearanceFont="YES"/>
  1564. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1565. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1566. </textFieldCell>
  1567. </textField>
  1568. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="BJ1-jE-DiL">
  1569. <rect key="frame" x="143" y="64" width="160" height="160"/>
  1570. <constraints>
  1571. <constraint firstAttribute="height" constant="160" id="F2e-KG-Ve1"/>
  1572. <constraint firstAttribute="width" constant="160" id="UHm-dN-aV9"/>
  1573. </constraints>
  1574. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="39N-m4-gba"/>
  1575. </imageView>
  1576. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="HjZ-0t-WrO">
  1577. <rect key="frame" x="184" y="20" width="77" height="28"/>
  1578. <constraints>
  1579. <constraint firstAttribute="width" constant="77.780000000000001" id="0Es-MF-wtN"/>
  1580. <constraint firstAttribute="height" constant="28" id="0Su-BM-cg9"/>
  1581. </constraints>
  1582. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment23" id="n1l-yb-adQ"/>
  1583. </imageView>
  1584. <customView translatesAutoresizingMaskIntoConstraints="NO" id="LRb-Y6-ZvE">
  1585. <rect key="frame" x="133" y="72" width="180" height="132"/>
  1586. <subviews>
  1587. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="t8u-Ub-fuN">
  1588. <rect key="frame" x="58" y="68" width="64" height="64"/>
  1589. <constraints>
  1590. <constraint firstAttribute="width" constant="64" id="nq0-GJ-Obw"/>
  1591. <constraint firstAttribute="height" constant="64" id="yYr-IS-0XD"/>
  1592. </constraints>
  1593. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="EmbeddedPayment17" id="QFZ-vG-03o"/>
  1594. </imageView>
  1595. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Qf0-lb-5o7">
  1596. <rect key="frame" x="0.0" y="0.0" width="180" height="48"/>
  1597. <subviews>
  1598. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="asE-LH-mvG">
  1599. <rect key="frame" x="-2" y="32" width="184" height="16"/>
  1600. <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Purchased" id="tOJ-Jb-ivS">
  1601. <font key="font" usesAppearanceFont="YES"/>
  1602. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1603. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1604. </textFieldCell>
  1605. </textField>
  1606. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hj7-ST-7me">
  1607. <rect key="frame" x="-2" y="0.0" width="184" height="16"/>
  1608. <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Successfully" id="h2L-ZH-7FT">
  1609. <font key="font" usesAppearanceFont="YES"/>
  1610. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  1611. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  1612. </textFieldCell>
  1613. </textField>
  1614. </subviews>
  1615. <constraints>
  1616. <constraint firstItem="hj7-ST-7me" firstAttribute="leading" secondItem="Qf0-lb-5o7" secondAttribute="leading" id="KIA-fx-i4G"/>
  1617. <constraint firstAttribute="trailing" secondItem="asE-LH-mvG" secondAttribute="trailing" id="Mcc-fy-6Gu"/>
  1618. <constraint firstAttribute="trailing" secondItem="hj7-ST-7me" secondAttribute="trailing" id="UxW-Dy-ZyP"/>
  1619. <constraint firstAttribute="bottom" secondItem="hj7-ST-7me" secondAttribute="bottom" id="mrb-f1-0yj"/>
  1620. <constraint firstItem="asE-LH-mvG" firstAttribute="top" secondItem="Qf0-lb-5o7" secondAttribute="top" id="o7a-tD-8j1"/>
  1621. <constraint firstItem="asE-LH-mvG" firstAttribute="leading" secondItem="Qf0-lb-5o7" secondAttribute="leading" id="ueh-nX-ktF"/>
  1622. </constraints>
  1623. </customView>
  1624. </subviews>
  1625. <constraints>
  1626. <constraint firstAttribute="width" constant="180" id="CVs-jp-C4U"/>
  1627. <constraint firstAttribute="trailing" secondItem="Qf0-lb-5o7" secondAttribute="trailing" id="Gzj-7w-PsF"/>
  1628. <constraint firstItem="t8u-Ub-fuN" firstAttribute="centerX" secondItem="LRb-Y6-ZvE" secondAttribute="centerX" id="HuN-V1-0uh"/>
  1629. <constraint firstAttribute="height" constant="132" id="PdG-ea-aYD"/>
  1630. <constraint firstItem="Qf0-lb-5o7" firstAttribute="top" secondItem="t8u-Ub-fuN" secondAttribute="bottom" constant="20" id="gni-VJ-q7q"/>
  1631. <constraint firstItem="Qf0-lb-5o7" firstAttribute="leading" secondItem="LRb-Y6-ZvE" secondAttribute="leading" id="gv9-fA-g3T"/>
  1632. <constraint firstItem="t8u-Ub-fuN" firstAttribute="top" secondItem="LRb-Y6-ZvE" secondAttribute="top" id="hhV-r7-brH"/>
  1633. <constraint firstAttribute="bottom" secondItem="Qf0-lb-5o7" secondAttribute="bottom" id="rSB-di-2C3"/>
  1634. </constraints>
  1635. </customView>
  1636. </subviews>
  1637. <constraints>
  1638. <constraint firstItem="BJ1-jE-DiL" firstAttribute="centerX" secondItem="0Xs-W1-zNP" secondAttribute="centerX" id="0kb-sF-cEj"/>
  1639. <constraint firstItem="LRb-Y6-ZvE" firstAttribute="centerX" secondItem="0Xs-W1-zNP" secondAttribute="centerX" id="2e0-Gv-dZb"/>
  1640. <constraint firstItem="BJ1-jE-DiL" firstAttribute="top" secondItem="8Om-Bo-EFk" secondAttribute="bottom" constant="8" id="491-AC-3EV"/>
  1641. <constraint firstItem="8Om-Bo-EFk" firstAttribute="top" secondItem="0Xs-W1-zNP" secondAttribute="top" constant="16" id="B73-Rj-ncc"/>
  1642. <constraint firstAttribute="bottom" secondItem="HjZ-0t-WrO" secondAttribute="bottom" constant="20" id="O4p-tz-bd1"/>
  1643. <constraint firstItem="HjZ-0t-WrO" firstAttribute="top" secondItem="LRb-Y6-ZvE" secondAttribute="bottom" constant="24" id="YCP-PJ-620"/>
  1644. <constraint firstItem="LRb-Y6-ZvE" firstAttribute="top" secondItem="8Om-Bo-EFk" secondAttribute="bottom" constant="28" id="YFE-iN-Kkv"/>
  1645. <constraint firstItem="HjZ-0t-WrO" firstAttribute="top" secondItem="BJ1-jE-DiL" secondAttribute="bottom" constant="16" id="Yex-lJ-9Ez"/>
  1646. <constraint firstItem="8Om-Bo-EFk" firstAttribute="centerX" secondItem="0Xs-W1-zNP" secondAttribute="centerX" id="aE8-e0-3jN"/>
  1647. <constraint firstItem="HjZ-0t-WrO" firstAttribute="centerX" secondItem="0Xs-W1-zNP" secondAttribute="centerX" id="e3F-da-H1s"/>
  1648. </constraints>
  1649. <point key="canvasLocation" x="133.5" y="1250"/>
  1650. </customView>
  1651. </objects>
  1652. <resources>
  1653. <image name="EmbeddedPayment00" width="30" height="24"/>
  1654. <image name="EmbeddedPayment01" width="66" height="29"/>
  1655. <image name="EmbeddedPayment02" width="52" height="19"/>
  1656. <image name="EmbeddedPayment03" width="16" height="16"/>
  1657. <image name="EmbeddedPayment04" width="16" height="16"/>
  1658. <image name="EmbeddedPayment05" width="56" height="20"/>
  1659. <image name="EmbeddedPayment06" width="24" height="24"/>
  1660. <image name="EmbeddedPayment07" width="24" height="24"/>
  1661. <image name="EmbeddedPayment08" width="62" height="19"/>
  1662. <image name="EmbeddedPayment09" width="37" height="22"/>
  1663. <image name="EmbeddedPayment10" width="23" height="29"/>
  1664. <image name="EmbeddedPayment11" width="30" height="23"/>
  1665. <image name="EmbeddedPayment12" width="36" height="23"/>
  1666. <image name="EmbeddedPayment13" width="37" height="23"/>
  1667. <image name="EmbeddedPayment14" width="85" height="19"/>
  1668. <image name="EmbeddedPayment17" width="64" height="64"/>
  1669. <image name="EmbeddedPayment18" width="78" height="30"/>
  1670. <image name="EmbeddedPayment20" width="78" height="30"/>
  1671. <image name="EmbeddedPayment22" width="78" height="30"/>
  1672. <image name="EmbeddedPayment23" width="78" height="30"/>
  1673. <image name="EmbeddedPayment24" width="78" height="30"/>
  1674. <image name="EmbeddedPayment26" width="4" height="4"/>
  1675. <image name="ad_cancel_button00" width="30" height="30"/>
  1676. </resources>
  1677. </document>