KMTextAlignmentController.xib 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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="KMTextAlignmentController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="centerBox" destination="EDc-6v-ugO" id="vDe-hH-rBf"/>
  12. <outlet property="leftBox" destination="nXC-hl-TzA" id="fa8-72-4d4"/>
  13. <outlet property="rightBox" destination="fXc-UW-E0g" id="fue-B5-Ut2"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="Hz6-mo-xeY">
  20. <rect key="frame" x="0.0" y="0.0" width="116" height="40"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="nXC-hl-TzA">
  24. <rect key="frame" x="4" y="4" width="32" height="32"/>
  25. <view key="contentView" id="Q78-eu-UsB">
  26. <rect key="frame" x="1" y="1" width="30" height="30"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. </view>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="32" id="Yha-qi-GLs"/>
  31. <constraint firstAttribute="width" constant="32" id="g3X-kI-bh5"/>
  32. </constraints>
  33. </box>
  34. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="EDc-6v-ugO">
  35. <rect key="frame" x="40" y="4" width="32" height="32"/>
  36. <view key="contentView" id="KuU-73-lSC">
  37. <rect key="frame" x="1" y="1" width="30" height="30"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  39. </view>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="32" id="mnL-v5-ZRn"/>
  42. <constraint firstAttribute="width" constant="32" id="wOs-oS-Aky"/>
  43. </constraints>
  44. </box>
  45. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="fXc-UW-E0g">
  46. <rect key="frame" x="76" y="4" width="32" height="32"/>
  47. <view key="contentView" id="aSp-aS-DP5">
  48. <rect key="frame" x="1" y="1" width="30" height="30"/>
  49. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  50. </view>
  51. <constraints>
  52. <constraint firstAttribute="width" constant="32" id="fWc-7e-VeW"/>
  53. <constraint firstAttribute="height" constant="32" id="zCX-Cm-OIq"/>
  54. </constraints>
  55. </box>
  56. </subviews>
  57. <constraints>
  58. <constraint firstItem="fXc-UW-E0g" firstAttribute="centerY" secondItem="EDc-6v-ugO" secondAttribute="centerY" id="12E-no-M2Q"/>
  59. <constraint firstItem="nXC-hl-TzA" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="4" id="70u-p4-gjJ"/>
  60. <constraint firstItem="EDc-6v-ugO" firstAttribute="centerY" secondItem="nXC-hl-TzA" secondAttribute="centerY" id="C0R-19-dL4"/>
  61. <constraint firstItem="nXC-hl-TzA" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="G7g-mj-5Af"/>
  62. <constraint firstItem="nXC-hl-TzA" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="4" id="azS-Gg-I7W"/>
  63. <constraint firstItem="EDc-6v-ugO" firstAttribute="leading" secondItem="nXC-hl-TzA" secondAttribute="trailing" constant="4" id="fxV-Bz-X2W"/>
  64. <constraint firstItem="fXc-UW-E0g" firstAttribute="leading" secondItem="EDc-6v-ugO" secondAttribute="trailing" constant="4" id="vs9-WJ-0K1"/>
  65. </constraints>
  66. <point key="canvasLocation" x="138" y="154"/>
  67. </customView>
  68. </objects>
  69. </document>