KMEmbeddedPaymentPopWC.xib 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. <plugIn identifier="com.apple.WebKit2IBPlugin" version="22505"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <customObject id="-2" userLabel="File's Owner" customClass="KMEmbeddedPaymentPopWC" customModule="PDF_Reader_Pro" customModuleProvider="target">
  11. <connections>
  12. <outlet property="mainView" destination="ha1-rh-fVy" id="JMi-Dj-vmh"/>
  13. <outlet property="webView" destination="xYX-Ie-8hw" id="0FR-Ky-hiP"/>
  14. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  20. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  21. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  22. <rect key="contentRect" x="196" y="240" width="460" height="693"/>
  23. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  24. <view key="contentView" id="se5-gp-TjO">
  25. <rect key="frame" x="0.0" y="0.0" width="460" height="693"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ha1-rh-fVy">
  29. <rect key="frame" x="0.0" y="0.0" width="460" height="693"/>
  30. <subviews>
  31. <wkWebView wantsLayer="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xYX-Ie-8hw">
  32. <rect key="frame" x="0.0" y="0.0" width="460" height="693"/>
  33. <wkWebViewConfiguration key="configuration">
  34. <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
  35. <wkPreferences key="preferences"/>
  36. </wkWebViewConfiguration>
  37. </wkWebView>
  38. </subviews>
  39. <constraints>
  40. <constraint firstItem="xYX-Ie-8hw" firstAttribute="leading" secondItem="ha1-rh-fVy" secondAttribute="leading" id="Itd-UM-zZ8"/>
  41. <constraint firstAttribute="trailing" secondItem="xYX-Ie-8hw" secondAttribute="trailing" id="XDn-y3-Bms"/>
  42. <constraint firstAttribute="bottom" secondItem="xYX-Ie-8hw" secondAttribute="bottom" id="tGk-76-oqq"/>
  43. <constraint firstItem="xYX-Ie-8hw" firstAttribute="top" secondItem="ha1-rh-fVy" secondAttribute="top" id="tec-jh-YPH"/>
  44. </constraints>
  45. </customView>
  46. </subviews>
  47. <constraints>
  48. <constraint firstAttribute="trailing" secondItem="ha1-rh-fVy" secondAttribute="trailing" id="1Fp-qg-7im"/>
  49. <constraint firstAttribute="bottom" secondItem="ha1-rh-fVy" secondAttribute="bottom" id="B9d-Z2-yJH"/>
  50. <constraint firstItem="ha1-rh-fVy" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="OxT-lh-s2T"/>
  51. <constraint firstItem="ha1-rh-fVy" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="jHn-wP-Tas"/>
  52. </constraints>
  53. </view>
  54. <connections>
  55. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  56. </connections>
  57. <point key="canvasLocation" x="105" y="276.5"/>
  58. </window>
  59. </objects>
  60. </document>