KMGuideInfoWindow.xib 2.5 KB

12345678910111213141516171819202122232425262728293031323334
  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"/>
  10. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  11. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  12. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="KMGuideInfoWindow" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
  14. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  15. <rect key="contentRect" x="196" y="240" width="480" height="270"/>
  16. <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
  17. <view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
  18. <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="YRY-Df-eEF">
  22. <rect key="frame" x="130" y="93" width="75" height="32"/>
  23. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  24. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="zOK-uc-D7I">
  25. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  26. <font key="font" metaFont="system"/>
  27. </buttonCell>
  28. </button>
  29. </subviews>
  30. </view>
  31. <point key="canvasLocation" x="131" y="-82"/>
  32. </window>
  33. </objects>
  34. </document>