123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- <?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="KMPDFFileInfoWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="DescriptionBox" destination="CbH-Fu-KdS" id="mO2-od-qEM"/>
- <outlet property="advancedBox" destination="65p-XK-M3S" id="aTS-1s-5f3"/>
- <outlet property="cancelButton" destination="jrd-Qx-ZlV" id="0kE-io-eQt"/>
- <outlet property="doneButton" destination="bH0-WO-p08" id="4gu-Rc-F1E"/>
- <outlet property="infoContendView" destination="PG9-EH-ofr" id="lpQ-8j-Lmy"/>
- <outlet property="securityBox" destination="a2X-7P-0Sz" id="TPW-bc-0ZT"/>
- <outlet property="titleLabel" destination="TUs-XP-3Ft" id="X5u-9T-aDm"/>
- <outlet property="typeTabs" destination="bHr-O6-Yxg" id="b0Q-RJ-cAz"/>
- <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" 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="480" height="612"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
- <value key="minSize" type="size" width="480" height="500"/>
- <value key="maxSize" type="size" width="480" height="500"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="480" height="612"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="9I6-Cq-c1Q">
- <rect key="frame" x="0.0" y="0.0" width="480" height="612"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="tjn-oM-Ipp">
- <rect key="frame" x="0.0" y="568" width="480" height="44"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="TUs-XP-3Ft">
- <rect key="frame" x="22" y="8" width="133" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Document Properties" id="veH-ap-n5e">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="TUs-XP-3Ft" firstAttribute="leading" secondItem="tjn-oM-Ipp" secondAttribute="leading" constant="24" id="eX6-ah-my8"/>
- <constraint firstAttribute="height" constant="44" id="kFP-Dy-Ife"/>
- <constraint firstAttribute="bottom" secondItem="TUs-XP-3Ft" secondAttribute="bottom" constant="8" id="umy-Jf-ijc"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="M7Q-WR-3F6">
- <rect key="frame" x="0.0" y="64" width="480" height="504"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="bHr-O6-Yxg" customClass="ComponentTabs" customModule="KMComponentLibrary">
- <rect key="frame" x="24" y="464" width="432" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="EoH-Y6-gVg"/>
- <constraint firstAttribute="width" constant="432" id="XI9-FM-fia"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="PG9-EH-ofr">
- <rect key="frame" x="24" y="8" width="432" height="448"/>
- <constraints>
- <constraint firstAttribute="width" constant="432" id="mmf-ML-OoJ"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="PG9-EH-ofr" firstAttribute="top" secondItem="bHr-O6-Yxg" secondAttribute="bottom" constant="8" id="818-qY-8K9"/>
- <constraint firstItem="bHr-O6-Yxg" firstAttribute="top" secondItem="M7Q-WR-3F6" secondAttribute="top" constant="8" id="H97-pQ-KWz"/>
- <constraint firstAttribute="width" constant="480" id="O1e-gX-9g4"/>
- <constraint firstItem="PG9-EH-ofr" firstAttribute="centerX" secondItem="M7Q-WR-3F6" secondAttribute="centerX" id="OWH-6e-Sq0"/>
- <constraint firstItem="bHr-O6-Yxg" firstAttribute="centerX" secondItem="M7Q-WR-3F6" secondAttribute="centerX" id="OhZ-vc-fxf"/>
- <constraint firstAttribute="bottom" secondItem="PG9-EH-ofr" secondAttribute="bottom" constant="8" id="TlX-Ia-gZ1"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="jrd-Qx-ZlV" customClass="ComponentButton" customModule="KMComponentLibrary">
- <rect key="frame" x="333" y="16" width="70" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="70" id="fUL-jb-ghw"/>
- <constraint firstAttribute="height" constant="32" id="irT-pU-Tl8"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="bH0-WO-p08" customClass="ComponentButton" customModule="KMComponentLibrary">
- <rect key="frame" x="411" y="16" width="45" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="1QC-aB-UBB"/>
- <constraint firstAttribute="width" constant="45" id="Grf-XE-7eP"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="jrd-Qx-ZlV" secondAttribute="bottom" constant="16" id="2yt-Wz-O4W"/>
- <constraint firstAttribute="bottom" secondItem="bH0-WO-p08" secondAttribute="bottom" constant="16" id="3wi-F1-2vm"/>
- <constraint firstItem="tjn-oM-Ipp" firstAttribute="top" secondItem="9I6-Cq-c1Q" secondAttribute="top" id="4K1-zT-kw2"/>
- <constraint firstAttribute="trailing" secondItem="bH0-WO-p08" secondAttribute="trailing" constant="24" id="FE8-hs-P89"/>
- <constraint firstItem="M7Q-WR-3F6" firstAttribute="centerX" secondItem="9I6-Cq-c1Q" secondAttribute="centerX" id="GJ2-NR-4Ui"/>
- <constraint firstAttribute="bottom" secondItem="M7Q-WR-3F6" secondAttribute="bottom" constant="64" id="QtF-9E-kLN"/>
- <constraint firstItem="bH0-WO-p08" firstAttribute="leading" secondItem="jrd-Qx-ZlV" secondAttribute="trailing" constant="8" id="cQO-dr-H8g"/>
- <constraint firstItem="tjn-oM-Ipp" firstAttribute="leading" secondItem="9I6-Cq-c1Q" secondAttribute="leading" id="fTP-EV-ds8"/>
- <constraint firstItem="M7Q-WR-3F6" firstAttribute="top" secondItem="tjn-oM-Ipp" secondAttribute="bottom" id="hFZ-7c-4C6"/>
- <constraint firstAttribute="trailing" secondItem="tjn-oM-Ipp" secondAttribute="trailing" id="wkT-aB-pNn"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="9I6-Cq-c1Q" secondAttribute="trailing" id="Drl-Pm-4yI"/>
- <constraint firstItem="9I6-Cq-c1Q" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="O7R-dB-2cg"/>
- <constraint firstAttribute="bottom" secondItem="9I6-Cq-c1Q" secondAttribute="bottom" id="P5D-gS-lKZ"/>
- <constraint firstItem="9I6-Cq-c1Q" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="fgl-U4-bTL"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="101" y="153"/>
- </window>
- <box boxType="custom" cornerRadius="4" title="Box" id="CbH-Fu-KdS">
- <rect key="frame" x="0.0" y="0.0" width="177" height="114"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <view key="contentView" id="Mh1-j0-bJT">
- <rect key="frame" x="1" y="1" width="175" height="112"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <point key="canvasLocation" x="1" y="596"/>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" id="65p-XK-M3S">
- <rect key="frame" x="0.0" y="0.0" width="177" height="114"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <view key="contentView" id="JNU-Nz-sEX">
- <rect key="frame" x="1" y="1" width="175" height="112"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <point key="canvasLocation" x="-9" y="792"/>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" id="a2X-7P-0Sz">
- <rect key="frame" x="0.0" y="0.0" width="177" height="114"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <view key="contentView" id="K9I-yd-eup">
- <rect key="frame" x="1" y="1" width="175" height="112"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <point key="canvasLocation" x="-10" y="990"/>
- </box>
- </objects>
- </document>
|