AccountCenterController.xib 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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="AccountCenterController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contentBox" destination="Mwn-en-TYA" id="SbM-Wx-mGa"/>
  12. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="Hz6-mo-xeY">
  18. <rect key="frame" x="0.0" y="0.0" width="740" height="498"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Mwn-en-TYA">
  22. <rect key="frame" x="0.0" y="0.0" width="740" height="498"/>
  23. <view key="contentView" id="NlX-MR-q9y">
  24. <rect key="frame" x="1" y="1" width="738" height="496"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. </view>
  27. </box>
  28. </subviews>
  29. <constraints>
  30. <constraint firstItem="Mwn-en-TYA" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="7Ux-8o-BZe"/>
  31. <constraint firstItem="Mwn-en-TYA" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="cup-Il-nqu"/>
  32. <constraint firstAttribute="bottom" secondItem="Mwn-en-TYA" secondAttribute="bottom" id="hzI-kE-LpO"/>
  33. <constraint firstAttribute="trailing" secondItem="Mwn-en-TYA" secondAttribute="trailing" id="mRN-VS-gii"/>
  34. </constraints>
  35. <point key="canvasLocation" x="178" y="119"/>
  36. </customView>
  37. </objects>
  38. </document>