KMSubscribeSuccessWindowController.xib 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  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="KMSubscribeSuccessWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="successView" destination="blv-Bz-ntJ" id="NmZ-cc-ohf"/>
  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="326" height="346"/>
  21. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  22. <value key="minSize" type="size" width="326" height="346"/>
  23. <value key="maxSize" type="size" width="326" height="346"/>
  24. <view key="contentView" id="se5-gp-TjO">
  25. <rect key="frame" x="0.0" y="0.0" width="326" height="346"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <customView translatesAutoresizingMaskIntoConstraints="NO" id="blv-Bz-ntJ" customClass="KMSubscribeSuccessView" customModule="PDF_Master" customModuleProvider="target">
  29. <rect key="frame" x="0.0" y="0.0" width="326" height="346"/>
  30. </customView>
  31. </subviews>
  32. <constraints>
  33. <constraint firstItem="blv-Bz-ntJ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="NvT-rS-tqL"/>
  34. <constraint firstAttribute="trailing" secondItem="blv-Bz-ntJ" secondAttribute="trailing" id="k3h-8z-eUO"/>
  35. <constraint firstItem="blv-Bz-ntJ" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="nqV-F3-jxv"/>
  36. <constraint firstAttribute="bottom" secondItem="blv-Bz-ntJ" secondAttribute="bottom" id="rm7-TW-Vfa"/>
  37. </constraints>
  38. </view>
  39. <connections>
  40. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  41. </connections>
  42. <point key="canvasLocation" x="132" y="-82"/>
  43. </window>
  44. </objects>
  45. </document>