12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMEditPDFCropComfirmWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="leftBox" destination="3Kr-0B-Fdf" id="UHK-JK-lyg"/>
- <outlet property="rightBox" destination="8sX-b4-Aey" id="OFo-v4-Ccf"/>
- <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="240" width="84" height="44"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
- <value key="minSize" type="size" width="84" height="44"/>
- <value key="maxSize" type="size" width="84" height="44"/>
- <value key="minFullScreenContentSize" type="size" width="84" height="44"/>
- <value key="maxFullScreenContentSize" type="size" width="84" height="44"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="84" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="3Kr-0B-Fdf">
- <rect key="frame" x="8" y="6" width="32" height="32"/>
- <view key="contentView" id="irg-s8-JFW">
- <rect key="frame" x="1" y="1" width="30" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="width" constant="32" id="EN3-Yp-dfr"/>
- <constraint firstAttribute="height" constant="32" id="HAG-Z8-Ume"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="8sX-b4-Aey">
- <rect key="frame" x="44" y="6" width="32" height="32"/>
- <view key="contentView" id="RTk-9m-YhG">
- <rect key="frame" x="1" y="1" width="30" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="width" constant="32" id="9WC-Ik-xZJ"/>
- <constraint firstAttribute="height" constant="32" id="ihk-JP-ahC"/>
- </constraints>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="8sX-b4-Aey" firstAttribute="leading" secondItem="3Kr-0B-Fdf" secondAttribute="trailing" constant="4" id="Q3B-JQ-c9M"/>
- <constraint firstItem="8sX-b4-Aey" firstAttribute="centerY" secondItem="3Kr-0B-Fdf" secondAttribute="centerY" id="TZK-jI-BCI"/>
- <constraint firstItem="3Kr-0B-Fdf" firstAttribute="centerY" secondItem="se5-gp-TjO" secondAttribute="centerY" id="hkM-Oi-En1"/>
- <constraint firstItem="3Kr-0B-Fdf" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="8" id="nZW-em-3JS"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="138" y="144"/>
- </window>
- </objects>
- </document>
|