123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMVerificationMessageViewController">
- <connections>
- <outlet property="contendView" destination="do8-QW-ot1" id="R8N-Md-YJs"/>
- <outlet property="freeTrialButton" destination="Wpn-Ak-fJ3" id="GjG-zL-Yfd"/>
- <outlet property="upgradButton" destination="Kql-FF-WyV" id="bWS-Ck-ROJ"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="200" height="20"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="do8-QW-ot1">
- <rect key="frame" x="0.0" y="0.0" width="200" height="20"/>
- <subviews>
- <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Wpn-Ak-fJ3">
- <rect key="frame" x="0.0" y="0.0" width="86" height="20"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <buttonCell key="cell" type="bevel" title="Free Trial" bezelStyle="regularSquare" alignment="center" imageScaling="axesIndependently" inset="2" id="gjU-Vc-ALf">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="freeTrialButtonAction:" target="-2" id="uXV-Bt-Woc"/>
- </connections>
- </button>
- <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Kql-FF-WyV">
- <rect key="frame" x="100" y="0.0" width="80" height="20"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <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">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="upgradeButtonAction:" target="-2" id="wDQ-b7-xfk"/>
- </connections>
- </button>
- </subviews>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="do8-QW-ot1" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="KgP-lK-rBM"/>
- <constraint firstAttribute="bottom" secondItem="do8-QW-ot1" secondAttribute="bottom" id="Msj-gg-Fw6"/>
- <constraint firstAttribute="trailing" secondItem="do8-QW-ot1" secondAttribute="trailing" id="o5c-BW-AtO"/>
- <constraint firstItem="do8-QW-ot1" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="xkB-GC-VEt"/>
- </constraints>
- <point key="canvasLocation" x="33" y="104"/>
- </customView>
- </objects>
- <resources>
- <image name="Upgarde_bg_icon" width="98" height="20"/>
- </resources>
- </document>
|