AccountMoreBenefitsController.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="AccountMoreBenefitsController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="backButton" destination="HGW-si-I7u" id="YHl-FV-gnR"/>
  12. <outlet property="contentBox" destination="FBz-j8-bYe" id="2U6-q4-uAV"/>
  13. <outlet property="headerBottomLine" destination="IHS-FG-RrP" id="FNX-95-lQv"/>
  14. <outlet property="headerBox" destination="oLC-As-AZc" id="fRn-TI-Tvj"/>
  15. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <customView id="Hz6-mo-xeY">
  21. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="oLC-As-AZc">
  25. <rect key="frame" x="0.0" y="211" width="480" height="61"/>
  26. <view key="contentView" id="aME-ax-dMO">
  27. <rect key="frame" x="1" y="1" width="478" height="59"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  29. <subviews>
  30. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HGW-si-I7u">
  31. <rect key="frame" x="20" y="21" width="45" height="16"/>
  32. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="NXH-Is-Tdn">
  33. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  34. <font key="font" metaFont="system"/>
  35. </buttonCell>
  36. </button>
  37. <customView translatesAutoresizingMaskIntoConstraints="NO" id="IHS-FG-RrP">
  38. <rect key="frame" x="0.0" y="0.0" width="478" height="1"/>
  39. <constraints>
  40. <constraint firstAttribute="height" constant="1" id="vGY-wk-4Cv"/>
  41. </constraints>
  42. </customView>
  43. </subviews>
  44. <constraints>
  45. <constraint firstAttribute="bottom" secondItem="IHS-FG-RrP" secondAttribute="bottom" id="7Zp-pH-QZp"/>
  46. <constraint firstItem="HGW-si-I7u" firstAttribute="top" secondItem="aME-ax-dMO" secondAttribute="top" constant="22" id="89g-PS-Jyj"/>
  47. <constraint firstItem="IHS-FG-RrP" firstAttribute="leading" secondItem="aME-ax-dMO" secondAttribute="leading" id="Flf-nS-VxU"/>
  48. <constraint firstAttribute="trailing" secondItem="IHS-FG-RrP" secondAttribute="trailing" id="Tc8-N9-5Bp"/>
  49. <constraint firstItem="HGW-si-I7u" firstAttribute="leading" secondItem="aME-ax-dMO" secondAttribute="leading" constant="20" id="WIP-pe-jL7"/>
  50. </constraints>
  51. </view>
  52. <constraints>
  53. <constraint firstAttribute="height" constant="61" id="cUG-U5-18h"/>
  54. </constraints>
  55. </box>
  56. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="FBz-j8-bYe">
  57. <rect key="frame" x="0.0" y="0.0" width="480" height="211"/>
  58. <view key="contentView" id="6Yx-qT-LXc">
  59. <rect key="frame" x="1" y="1" width="478" height="209"/>
  60. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  61. </view>
  62. </box>
  63. </subviews>
  64. <constraints>
  65. <constraint firstAttribute="trailing" secondItem="oLC-As-AZc" secondAttribute="trailing" id="6BI-z4-Whl"/>
  66. <constraint firstAttribute="trailing" secondItem="FBz-j8-bYe" secondAttribute="trailing" id="LwT-oA-93R"/>
  67. <constraint firstItem="FBz-j8-bYe" firstAttribute="top" secondItem="oLC-As-AZc" secondAttribute="bottom" id="PhQ-b1-qDQ"/>
  68. <constraint firstAttribute="bottom" secondItem="FBz-j8-bYe" secondAttribute="bottom" id="Q3Z-xI-571"/>
  69. <constraint firstItem="FBz-j8-bYe" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="X1g-4n-jdN"/>
  70. <constraint firstItem="oLC-As-AZc" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="kD5-WG-cta"/>
  71. <constraint firstItem="oLC-As-AZc" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="pGv-i3-bqe"/>
  72. </constraints>
  73. <point key="canvasLocation" x="288" y="124"/>
  74. </customView>
  75. </objects>
  76. </document>