CDSignatureDrawViewController.xib 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
  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="CDSignatureDrawViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="applyButton" destination="jge-Wz-7GM" id="GbA-cg-Jx1"/>
  12. <outlet property="cancelButton" destination="rux-4p-HmL" id="vVZ-cT-T0B"/>
  13. <outlet property="clearButton" destination="c37-jl-UQg" id="hsx-p5-uxf"/>
  14. <outlet property="drawView" destination="HP5-0O-nek" id="tW9-wA-hjq"/>
  15. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <customView id="Hz6-mo-xeY">
  21. <rect key="frame" x="0.0" y="0.0" width="600" height="300"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <button translatesAutoresizingMaskIntoConstraints="NO" id="XqJ-Ak-khf">
  25. <rect key="frame" x="570" y="262" width="16" height="16"/>
  26. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ImageNameDSignatClose" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="Czf-Xr-8hI">
  27. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  28. <font key="font" metaFont="system"/>
  29. </buttonCell>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="16" id="J0K-bF-Pmc"/>
  32. </constraints>
  33. <connections>
  34. <action selector="closeAction:" target="-2" id="4jl-tx-KGO"/>
  35. </connections>
  36. </button>
  37. <customView translatesAutoresizingMaskIntoConstraints="NO" id="HP5-0O-nek" customClass="CDSDrawView">
  38. <rect key="frame" x="26" y="66" width="560" height="180"/>
  39. <constraints>
  40. <constraint firstAttribute="width" constant="560" id="Irv-hs-BkJ"/>
  41. <constraint firstAttribute="height" constant="180" id="niM-tq-3or"/>
  42. </constraints>
  43. </customView>
  44. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="c37-jl-UQg">
  45. <rect key="frame" x="20" y="16" width="64" height="40"/>
  46. <buttonCell key="cell" type="push" title="Clear" bezelStyle="rounded" alignment="center" controlSize="large" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="IrD-Ve-zYZ">
  47. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  48. <font key="font" metaFont="system"/>
  49. <string key="keyEquivalent" base64-UTF8="YES">
  50. Gw
  51. </string>
  52. </buttonCell>
  53. <connections>
  54. <action selector="clearAction:" target="-2" id="nI4-RM-yO8"/>
  55. </connections>
  56. </button>
  57. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rux-4p-HmL">
  58. <rect key="frame" x="443" y="16" width="74" height="40"/>
  59. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="large" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="BQE-p6-ChK">
  60. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  61. <font key="font" metaFont="system"/>
  62. <string key="keyEquivalent" base64-UTF8="YES">
  63. Gw
  64. </string>
  65. </buttonCell>
  66. <connections>
  67. <action selector="cancelAction:" target="-2" id="1r0-ON-urG"/>
  68. </connections>
  69. </button>
  70. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jge-Wz-7GM">
  71. <rect key="frame" x="525" y="16" width="67" height="40"/>
  72. <buttonCell key="cell" type="push" title="Apply" bezelStyle="rounded" alignment="center" controlSize="large" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="kvj-Un-nRo">
  73. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  74. <font key="font" metaFont="system"/>
  75. <string key="keyEquivalent" base64-UTF8="YES">
  76. DQ
  77. </string>
  78. </buttonCell>
  79. <connections>
  80. <action selector="applyAction:" target="-2" id="9Fy-vY-Z5l"/>
  81. </connections>
  82. </button>
  83. </subviews>
  84. <constraints>
  85. <constraint firstItem="jge-Wz-7GM" firstAttribute="centerY" secondItem="rux-4p-HmL" secondAttribute="centerY" id="3Ed-6Y-l1g"/>
  86. <constraint firstItem="XqJ-Ak-khf" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="22" id="4cK-or-WRn"/>
  87. <constraint firstItem="c37-jl-UQg" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="26" id="5Sd-LB-FO9"/>
  88. <constraint firstAttribute="trailing" secondItem="XqJ-Ak-khf" secondAttribute="trailing" constant="14" id="9Jg-JD-tmY"/>
  89. <constraint firstItem="jge-Wz-7GM" firstAttribute="centerY" secondItem="c37-jl-UQg" secondAttribute="centerY" id="Ja3-HC-sH7"/>
  90. <constraint firstItem="jge-Wz-7GM" firstAttribute="top" secondItem="HP5-0O-nek" secondAttribute="bottom" constant="16" id="LrP-x5-ddZ"/>
  91. <constraint firstItem="jge-Wz-7GM" firstAttribute="leading" secondItem="rux-4p-HmL" secondAttribute="trailing" constant="20" id="NzL-RM-2dB"/>
  92. <constraint firstAttribute="trailing" secondItem="jge-Wz-7GM" secondAttribute="trailing" constant="14" id="SkH-FB-p1h"/>
  93. <constraint firstItem="c37-jl-UQg" firstAttribute="leading" secondItem="HP5-0O-nek" secondAttribute="leading" id="i4n-fM-Dhe"/>
  94. <constraint firstAttribute="bottom" secondItem="jge-Wz-7GM" secondAttribute="bottom" constant="22" id="oiB-Q0-Rgy"/>
  95. <constraint firstItem="jge-Wz-7GM" firstAttribute="leading" secondItem="rux-4p-HmL" secondAttribute="trailing" constant="20" id="qFl-Yi-htw"/>
  96. <constraint firstItem="HP5-0O-nek" firstAttribute="top" secondItem="XqJ-Ak-khf" secondAttribute="bottom" constant="16" id="x5u-WN-4kZ"/>
  97. </constraints>
  98. <point key="canvasLocation" x="126" y="-72"/>
  99. </customView>
  100. </objects>
  101. <resources>
  102. <image name="ImageNameDSignatClose" width="16" height="16"/>
  103. </resources>
  104. </document>