KMSubscribeWaterMarkWindowController.xib 3.3 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="KMSubscribeWaterMarkWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="waterMarkView" destination="kKR-sQ-MOd" id="fGR-m7-LXP"/>
  12. <outlet property="waterViewHeightConstrain" destination="hGQ-d7-hqP" id="vbA-h6-64B"/>
  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" animationBehavior="default" id="F0z-JX-Cv5">
  19. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  20. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="196" y="240" width="450" height="563"/>
  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="450" height="564"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="kKR-sQ-MOd" customClass="KMSubscribeWaterMarkView" customModule="PDF_Master" customModuleProvider="target">
  28. <rect key="frame" x="0.0" y="0.0" width="450" height="564"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="564" id="hGQ-d7-hqP"/>
  31. </constraints>
  32. </customView>
  33. </subviews>
  34. <constraints>
  35. <constraint firstItem="kKR-sQ-MOd" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="TME-WS-T2u"/>
  36. <constraint firstItem="kKR-sQ-MOd" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="jgr-r3-ZJl"/>
  37. <constraint firstAttribute="bottom" secondItem="kKR-sQ-MOd" secondAttribute="bottom" id="spz-6F-wy7"/>
  38. <constraint firstAttribute="trailing" secondItem="kKR-sQ-MOd" secondAttribute="trailing" id="vZl-h3-qH3"/>
  39. </constraints>
  40. </view>
  41. <connections>
  42. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  43. </connections>
  44. <point key="canvasLocation" x="-293" y="-29.5"/>
  45. </window>
  46. </objects>
  47. </document>