AccountCenterWindowController.xib 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="AccountCenterWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contentBox" destination="pfe-So-w3j" id="aIi-5u-feZ"/>
  12. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  18. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  19. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  20. <rect key="contentRect" x="196" y="240" width="700" height="480"/>
  21. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  22. <value key="minSize" type="size" width="700" height="480"/>
  23. <value key="maxSize" type="size" width="700" height="480"/>
  24. <value key="minFullScreenContentSize" type="size" width="700" height="480"/>
  25. <value key="maxFullScreenContentSize" type="size" width="700" height="480"/>
  26. <view key="contentView" id="se5-gp-TjO">
  27. <rect key="frame" x="0.0" y="0.0" width="700" height="480"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <subviews>
  30. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="pfe-So-w3j">
  31. <rect key="frame" x="0.0" y="0.0" width="700" height="480"/>
  32. <view key="contentView" id="KMS-SF-988">
  33. <rect key="frame" x="1" y="1" width="698" height="478"/>
  34. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  35. </view>
  36. </box>
  37. </subviews>
  38. <constraints>
  39. <constraint firstAttribute="bottom" secondItem="pfe-So-w3j" secondAttribute="bottom" id="DIC-TW-DeS"/>
  40. <constraint firstItem="pfe-So-w3j" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="UMj-sl-Shq"/>
  41. <constraint firstAttribute="trailing" secondItem="pfe-So-w3j" secondAttribute="trailing" id="XGR-7o-GRa"/>
  42. <constraint firstItem="pfe-So-w3j" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="eBm-yo-m2F"/>
  43. </constraints>
  44. </view>
  45. <connections>
  46. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  47. </connections>
  48. <point key="canvasLocation" x="45" y="132"/>
  49. </window>
  50. </objects>
  51. </document>