KMVerificationMessageViewController.xib 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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="KMVerificationMessageViewController">
  10. <connections>
  11. <outlet property="contendView" destination="do8-QW-ot1" id="R8N-Md-YJs"/>
  12. <outlet property="freeTrialButton" destination="Wpn-Ak-fJ3" id="GjG-zL-Yfd"/>
  13. <outlet property="upgradButton" destination="Kql-FF-WyV" id="bWS-Ck-ROJ"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="Hz6-mo-xeY">
  20. <rect key="frame" x="0.0" y="0.0" width="200" height="20"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <customView translatesAutoresizingMaskIntoConstraints="NO" id="do8-QW-ot1">
  24. <rect key="frame" x="0.0" y="0.0" width="200" height="20"/>
  25. <subviews>
  26. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Wpn-Ak-fJ3">
  27. <rect key="frame" x="0.0" y="0.0" width="86" height="20"/>
  28. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  29. <buttonCell key="cell" type="bevel" title="Free Trial" bezelStyle="regularSquare" alignment="center" imageScaling="axesIndependently" inset="2" id="gjU-Vc-ALf">
  30. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  31. <font key="font" metaFont="system"/>
  32. </buttonCell>
  33. <connections>
  34. <action selector="freeTrialButtonAction:" target="-2" id="uXV-Bt-Woc"/>
  35. </connections>
  36. </button>
  37. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Kql-FF-WyV">
  38. <rect key="frame" x="100" y="0.0" width="80" height="20"/>
  39. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  40. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="Upgarde_bg_icon" imagePosition="overlaps" alignment="center" imageScaling="axesIndependently" inset="2" id="bf3-ZQ-fp1">
  41. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  42. <font key="font" metaFont="system"/>
  43. </buttonCell>
  44. <connections>
  45. <action selector="upgradeButtonAction:" target="-2" id="wDQ-b7-xfk"/>
  46. </connections>
  47. </button>
  48. </subviews>
  49. </customView>
  50. </subviews>
  51. <constraints>
  52. <constraint firstItem="do8-QW-ot1" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="KgP-lK-rBM"/>
  53. <constraint firstAttribute="bottom" secondItem="do8-QW-ot1" secondAttribute="bottom" id="Msj-gg-Fw6"/>
  54. <constraint firstAttribute="trailing" secondItem="do8-QW-ot1" secondAttribute="trailing" id="o5c-BW-AtO"/>
  55. <constraint firstItem="do8-QW-ot1" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="xkB-GC-VEt"/>
  56. </constraints>
  57. <point key="canvasLocation" x="33" y="104"/>
  58. </customView>
  59. </objects>
  60. <resources>
  61. <image name="Upgarde_bg_icon" width="98" height="20"/>
  62. </resources>
  63. </document>