KMToolbarCustomWindowController.xib 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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="KMToolbarCustomWindowController">
  10. <connections>
  11. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  17. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  18. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  19. <rect key="contentRect" x="196" y="240" width="574" height="570"/>
  20. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  21. <value key="minSize" type="size" width="574" height="480"/>
  22. <value key="maxSize" type="size" width="574" height="1000"/>
  23. <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
  24. <rect key="frame" x="0.0" y="0.0" width="574" height="570"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. </view>
  27. <connections>
  28. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  29. </connections>
  30. <point key="canvasLocation" x="122" y="-138"/>
  31. </window>
  32. </objects>
  33. </document>