KMEditPDFCropComfirmWindowController.xib 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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="KMEditPDFCropComfirmWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="leftBox" destination="3Kr-0B-Fdf" id="UHK-JK-lyg"/>
  12. <outlet property="rightBox" destination="8sX-b4-Aey" id="OFo-v4-Ccf"/>
  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" 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="84" height="44"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  23. <value key="minSize" type="size" width="84" height="44"/>
  24. <value key="maxSize" type="size" width="84" height="44"/>
  25. <value key="minFullScreenContentSize" type="size" width="84" height="44"/>
  26. <value key="maxFullScreenContentSize" type="size" width="84" height="44"/>
  27. <view key="contentView" id="se5-gp-TjO">
  28. <rect key="frame" x="0.0" y="0.0" width="84" height="44"/>
  29. <autoresizingMask key="autoresizingMask"/>
  30. <subviews>
  31. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="3Kr-0B-Fdf">
  32. <rect key="frame" x="8" y="6" width="32" height="32"/>
  33. <view key="contentView" id="irg-s8-JFW">
  34. <rect key="frame" x="1" y="1" width="30" height="30"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  36. </view>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="32" id="EN3-Yp-dfr"/>
  39. <constraint firstAttribute="height" constant="32" id="HAG-Z8-Ume"/>
  40. </constraints>
  41. </box>
  42. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="8sX-b4-Aey">
  43. <rect key="frame" x="44" y="6" width="32" height="32"/>
  44. <view key="contentView" id="RTk-9m-YhG">
  45. <rect key="frame" x="1" y="1" width="30" height="30"/>
  46. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  47. </view>
  48. <constraints>
  49. <constraint firstAttribute="width" constant="32" id="9WC-Ik-xZJ"/>
  50. <constraint firstAttribute="height" constant="32" id="ihk-JP-ahC"/>
  51. </constraints>
  52. </box>
  53. </subviews>
  54. <constraints>
  55. <constraint firstItem="8sX-b4-Aey" firstAttribute="leading" secondItem="3Kr-0B-Fdf" secondAttribute="trailing" constant="4" id="Q3B-JQ-c9M"/>
  56. <constraint firstItem="8sX-b4-Aey" firstAttribute="centerY" secondItem="3Kr-0B-Fdf" secondAttribute="centerY" id="TZK-jI-BCI"/>
  57. <constraint firstItem="3Kr-0B-Fdf" firstAttribute="centerY" secondItem="se5-gp-TjO" secondAttribute="centerY" id="hkM-Oi-En1"/>
  58. <constraint firstItem="3Kr-0B-Fdf" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="8" id="nZW-em-3JS"/>
  59. </constraints>
  60. </view>
  61. <connections>
  62. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  63. </connections>
  64. <point key="canvasLocation" x="138" y="144"/>
  65. </window>
  66. </objects>
  67. </document>