KMAccountInfoWindowController.xib 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22146" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22146"/>
  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="KMAccountInfoWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="accountInfoView" destination="lEJ-0F-5yu" id="Psb-5b-4hM"/>
  12. <outlet property="accountViewHeightConstraint" destination="AGy-5K-Lb1" id="cbn-uG-fE2"/>
  13. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  19. <windowStyleMask key="styleMask" titled="YES"/>
  20. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="196" y="240" width="440" height="483"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  23. <view key="contentView" id="se5-gp-TjO">
  24. <rect key="frame" x="0.0" y="0.0" width="440" height="483"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="lEJ-0F-5yu" customClass="KMAccountInfoView" customModule="PDF_Master" customModuleProvider="target">
  28. <rect key="frame" x="0.0" y="0.0" width="440" height="483"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="483" id="AGy-5K-Lb1"/>
  31. </constraints>
  32. </customView>
  33. </subviews>
  34. <constraints>
  35. <constraint firstAttribute="trailing" secondItem="lEJ-0F-5yu" secondAttribute="trailing" id="6oc-Np-dZU"/>
  36. <constraint firstAttribute="bottom" secondItem="lEJ-0F-5yu" secondAttribute="bottom" id="CoK-Qd-hsm"/>
  37. <constraint firstItem="lEJ-0F-5yu" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="tjC-Lj-h6K"/>
  38. <constraint firstItem="lEJ-0F-5yu" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="wOC-QS-0nj"/>
  39. </constraints>
  40. </view>
  41. <connections>
  42. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  43. </connections>
  44. <point key="canvasLocation" x="-34" y="144"/>
  45. </window>
  46. </objects>
  47. </document>