KMUnbindAlertViewController.xib 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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="Named colors" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <customObject id="-2" userLabel="File's Owner" customClass="KMUnbindAlertViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  11. <connections>
  12. <outlet property="contactButton" destination="vfL-lv-QOZ" id="yqG-wy-Hb4"/>
  13. <outlet property="contendView" destination="iDC-Zb-Nxd" id="6IE-qn-p70"/>
  14. <outlet property="titleLabel" destination="IdO-2p-jzC" id="rA0-S6-H6m"/>
  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="373" height="143"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <customView translatesAutoresizingMaskIntoConstraints="NO" id="iDC-Zb-Nxd">
  25. <rect key="frame" x="0.0" y="0.0" width="373" height="143"/>
  26. <subviews>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="imK-6b-wI8">
  28. <rect key="frame" x="0.0" y="41" width="373" height="102"/>
  29. <subviews>
  30. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="IdO-2p-jzC">
  31. <rect key="frame" x="48" y="35" width="277" height="32"/>
  32. <constraints>
  33. <constraint firstAttribute="width" constant="273" id="dxe-ua-xD9"/>
  34. </constraints>
  35. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="You have reached the maximum number of unbindings, please contact us." id="rrA-zF-w4d">
  36. <font key="font" metaFont="system"/>
  37. <color key="textColor" name="Color"/>
  38. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  39. </textFieldCell>
  40. </textField>
  41. </subviews>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="102" id="60u-Lt-tcK"/>
  44. <constraint firstItem="IdO-2p-jzC" firstAttribute="centerX" secondItem="imK-6b-wI8" secondAttribute="centerX" id="7i0-QH-XNh"/>
  45. <constraint firstItem="IdO-2p-jzC" firstAttribute="centerY" secondItem="imK-6b-wI8" secondAttribute="centerY" id="YLs-sb-JQD"/>
  46. </constraints>
  47. </customView>
  48. <button focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vfL-lv-QOZ" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  49. <rect key="frame" x="88" y="16" width="207" height="32"/>
  50. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  51. <buttonCell key="cell" type="bevel" title="Back" bezelStyle="rounded" alignment="center" focusRingType="none" imageScaling="proportionallyDown" inset="2" id="38a-lc-caH">
  52. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  53. <font key="font" metaFont="system"/>
  54. </buttonCell>
  55. <connections>
  56. <action selector="contactAction:" target="-2" id="jfH-W1-F9Z"/>
  57. </connections>
  58. </button>
  59. </subviews>
  60. <constraints>
  61. <constraint firstItem="imK-6b-wI8" firstAttribute="top" secondItem="iDC-Zb-Nxd" secondAttribute="top" id="RSn-Qq-vna"/>
  62. <constraint firstAttribute="trailing" secondItem="imK-6b-wI8" secondAttribute="trailing" id="WoE-Sm-qeY"/>
  63. <constraint firstItem="imK-6b-wI8" firstAttribute="leading" secondItem="iDC-Zb-Nxd" secondAttribute="leading" id="cVj-n1-xEZ"/>
  64. </constraints>
  65. </customView>
  66. </subviews>
  67. <constraints>
  68. <constraint firstItem="iDC-Zb-Nxd" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="6NC-Tt-aLA"/>
  69. <constraint firstItem="iDC-Zb-Nxd" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="e5U-QM-YpT"/>
  70. <constraint firstAttribute="trailing" secondItem="iDC-Zb-Nxd" secondAttribute="trailing" id="tke-j8-QAK"/>
  71. <constraint firstAttribute="bottom" secondItem="iDC-Zb-Nxd" secondAttribute="bottom" id="tu9-6v-6nM"/>
  72. </constraints>
  73. <point key="canvasLocation" x="333" y="150"/>
  74. </customView>
  75. </objects>
  76. <resources>
  77. <namedColor name="Color">
  78. <color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  79. </namedColor>
  80. </resources>
  81. </document>