DSignatureConfigWindowController.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="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="DSignatureConfigWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contendBox" destination="ArY-Oy-pfT" id="QNY-fu-Hxo"/>
  12. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" titlebarAppearsTransparent="YES" titleVisibility="hidden" id="F0z-JX-Cv5">
  18. <windowStyleMask key="styleMask" titled="YES" fullSizeContentView="YES"/>
  19. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  20. <rect key="contentRect" x="196" y="240" width="608" height="531"/>
  21. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  22. <view key="contentView" id="se5-gp-TjO">
  23. <rect key="frame" x="0.0" y="0.0" width="608" height="531"/>
  24. <autoresizingMask key="autoresizingMask"/>
  25. <subviews>
  26. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ArY-Oy-pfT">
  27. <rect key="frame" x="0.0" y="0.0" width="608" height="531"/>
  28. <view key="contentView" id="NN1-i8-zR6">
  29. <rect key="frame" x="0.0" y="0.0" width="608" height="531"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. </view>
  32. </box>
  33. </subviews>
  34. <constraints>
  35. <constraint firstAttribute="bottom" secondItem="ArY-Oy-pfT" secondAttribute="bottom" id="224-oZ-9ge"/>
  36. <constraint firstAttribute="trailing" secondItem="ArY-Oy-pfT" secondAttribute="trailing" id="Ahn-Qh-lRt"/>
  37. <constraint firstItem="ArY-Oy-pfT" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="hI1-JO-rmz"/>
  38. <constraint firstItem="ArY-Oy-pfT" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="ye3-tm-mAg"/>
  39. </constraints>
  40. </view>
  41. <connections>
  42. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  43. </connections>
  44. <point key="canvasLocation" x="114.5" y="36.5"/>
  45. </window>
  46. </objects>
  47. </document>