KMPDFEditWindowController.xib 2.1 KB

1234567891011121314151617181920212223242526272829303132
  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="KMPDFEditWindowController" customModule="PDF_Master" customModuleProvider="target">
  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="Page Edit" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="documentWindow" id="F0z-JX-Cv5">
  17. <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
  18. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  19. <rect key="contentRect" x="241" y="251" width="1000" height="626"/>
  20. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  21. <value key="minSize" type="size" width="700" height="626"/>
  22. <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
  23. <rect key="frame" x="0.0" y="0.0" width="1000" height="626"/>
  24. <autoresizingMask key="autoresizingMask"/>
  25. </view>
  26. <connections>
  27. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  28. </connections>
  29. <point key="canvasLocation" x="983" y="293"/>
  30. </window>
  31. </objects>
  32. </document>