12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="AccountMoreBenefitsController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="backButton" destination="HGW-si-I7u" id="YHl-FV-gnR"/>
- <outlet property="contentBox" destination="FBz-j8-bYe" id="2U6-q4-uAV"/>
- <outlet property="headerBottomLine" destination="IHS-FG-RrP" id="FNX-95-lQv"/>
- <outlet property="headerBox" destination="oLC-As-AZc" id="fRn-TI-Tvj"/>
- <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="480" height="272"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="oLC-As-AZc">
- <rect key="frame" x="0.0" y="211" width="480" height="61"/>
- <view key="contentView" id="aME-ax-dMO">
- <rect key="frame" x="1" y="1" width="478" height="59"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HGW-si-I7u">
- <rect key="frame" x="20" y="21" width="45" height="16"/>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="NXH-Is-Tdn">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="IHS-FG-RrP">
- <rect key="frame" x="0.0" y="0.0" width="478" height="1"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="vGY-wk-4Cv"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="IHS-FG-RrP" secondAttribute="bottom" id="7Zp-pH-QZp"/>
- <constraint firstItem="HGW-si-I7u" firstAttribute="top" secondItem="aME-ax-dMO" secondAttribute="top" constant="22" id="89g-PS-Jyj"/>
- <constraint firstItem="IHS-FG-RrP" firstAttribute="leading" secondItem="aME-ax-dMO" secondAttribute="leading" id="Flf-nS-VxU"/>
- <constraint firstAttribute="trailing" secondItem="IHS-FG-RrP" secondAttribute="trailing" id="Tc8-N9-5Bp"/>
- <constraint firstItem="HGW-si-I7u" firstAttribute="leading" secondItem="aME-ax-dMO" secondAttribute="leading" constant="20" id="WIP-pe-jL7"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="61" id="cUG-U5-18h"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="FBz-j8-bYe">
- <rect key="frame" x="0.0" y="0.0" width="480" height="211"/>
- <view key="contentView" id="6Yx-qT-LXc">
- <rect key="frame" x="1" y="1" width="478" height="209"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="oLC-As-AZc" secondAttribute="trailing" id="6BI-z4-Whl"/>
- <constraint firstAttribute="trailing" secondItem="FBz-j8-bYe" secondAttribute="trailing" id="LwT-oA-93R"/>
- <constraint firstItem="FBz-j8-bYe" firstAttribute="top" secondItem="oLC-As-AZc" secondAttribute="bottom" id="PhQ-b1-qDQ"/>
- <constraint firstAttribute="bottom" secondItem="FBz-j8-bYe" secondAttribute="bottom" id="Q3Z-xI-571"/>
- <constraint firstItem="FBz-j8-bYe" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="X1g-4n-jdN"/>
- <constraint firstItem="oLC-As-AZc" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="kD5-WG-cta"/>
- <constraint firstItem="oLC-As-AZc" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="pGv-i3-bqe"/>
- </constraints>
- <point key="canvasLocation" x="288" y="124"/>
- </customView>
- </objects>
- </document>
|