12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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="AccountLogoutWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="cancelButton" destination="tKB-8K-Wfd" id="WAk-Td-RKi"/>
- <outlet property="okButton" destination="Cvu-yX-MHd" id="JGv-ao-5mx"/>
- <outlet property="titleLabel" destination="sik-3x-PuP" id="upb-OM-mzi"/>
- <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="327" height="150"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="326" height="144"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="sik-3x-PuP">
- <rect key="frame" x="117" y="93" width="92" height="16"/>
- <textFieldCell key="cell" selectable="YES" title="Multiline Label" id="CsT-KI-kWC">
- <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>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tKB-8K-Wfd">
- <rect key="frame" x="53" y="31" width="100" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="100" id="Gb1-o7-b7M"/>
- <constraint firstAttribute="height" constant="32" id="QLR-yo-vmm"/>
- </constraints>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="cVD-Te-4TA">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Cvu-yX-MHd">
- <rect key="frame" x="173" y="31" width="100" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="9Nh-dl-dK1"/>
- <constraint firstAttribute="width" constant="100" id="E42-hS-kdf"/>
- </constraints>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Xmi-0U-QXO">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="sik-3x-PuP" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="TLN-cI-3ay"/>
- <constraint firstAttribute="bottom" secondItem="Cvu-yX-MHd" secondAttribute="bottom" constant="31" id="V7d-LP-Fo1"/>
- <constraint firstItem="Cvu-yX-MHd" firstAttribute="leading" secondItem="tKB-8K-Wfd" secondAttribute="trailing" constant="20" id="ahp-oD-2ml"/>
- <constraint firstItem="tKB-8K-Wfd" firstAttribute="top" secondItem="sik-3x-PuP" secondAttribute="bottom" constant="30" id="e2s-Kf-8OS"/>
- <constraint firstAttribute="bottom" secondItem="tKB-8K-Wfd" secondAttribute="bottom" constant="31" id="gfo-Wp-tiU"/>
- <constraint firstItem="sik-3x-PuP" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="35" id="oap-0C-vRn"/>
- <constraint firstItem="tKB-8K-Wfd" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="53" id="wne-p1-8VO"/>
- <constraint firstAttribute="trailing" secondItem="Cvu-yX-MHd" secondAttribute="trailing" constant="53" id="zHP-xl-GxX"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="-5" y="132"/>
- </window>
- </objects>
- </document>
|