12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="AINewConfigWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="contendBox" destination="eLa-jx-b6j" id="c3h-oe-Fzp"/>
- <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" separatorStyle="none" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" titlebarAppearsTransparent="YES" titleVisibility="hidden" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" fullSizeContentView="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="240" width="276" height="739"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1512" height="944"/>
- <value key="minSize" type="size" width="276" height="739"/>
- <value key="maxSize" type="size" width="276" height="2739"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="276" height="739"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="eLa-jx-b6j">
- <rect key="frame" x="0.0" y="0.0" width="276" height="739"/>
- <view key="contentView" id="z1B-Yx-xJy">
- <rect key="frame" x="0.0" y="0.0" width="276" height="739"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="eLa-jx-b6j" secondAttribute="trailing" id="MEm-kj-U4e"/>
- <constraint firstItem="eLa-jx-b6j" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="QTi-xg-y8b"/>
- <constraint firstItem="eLa-jx-b6j" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="SRB-A3-kbG"/>
- <constraint firstAttribute="bottom" secondItem="eLa-jx-b6j" secondAttribute="bottom" id="Z3v-uG-fBF"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="152" y="181"/>
- </window>
- </objects>
- </document>
|