12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?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="KMCloseApplyWC" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="subTitleLabel" destination="RB3-y4-vun" id="17d-pu-bzV"/>
- <outlet property="titleLabel" destination="EQD-z7-1z0" id="o8l-BG-vFL"/>
- <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
- <outlet property="yesButton" destination="H54-N6-Pzl" id="a7n-dP-Hmi"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
- <rect key="contentRect" x="196" y="240" width="358" height="312"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1512" height="944"/>
- <value key="minSize" type="size" width="358" height="312"/>
- <value key="maxSize" type="size" width="358" height="312"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="358" height="312"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RB3-y4-vun">
- <rect key="frame" x="18" y="216" width="322" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="318" id="gmc-If-mgM"/>
- </constraints>
- <textFieldCell key="cell" title="Label" id="YCA-uI-6Hf">
- <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>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EQD-z7-1z0">
- <rect key="frame" x="18" y="256" width="322" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="318" id="jb4-a1-xPP"/>
- </constraints>
- <textFieldCell key="cell" title="Label" id="IBg-5H-TzV">
- <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="H54-N6-Pzl">
- <rect key="frame" x="270" y="13" width="75" height="32"/>
- <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="vhh-Af-vA9">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- <string key="keyEquivalent" base64-UTF8="YES">
- DQ
- </string>
- </buttonCell>
- <connections>
- <action selector="yesButtonAction:" target="-2" id="7en-bu-eNo"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="H54-N6-Pzl" secondAttribute="bottom" constant="20" id="1Tu-lF-FLb"/>
- <constraint firstAttribute="trailing" secondItem="H54-N6-Pzl" secondAttribute="trailing" constant="20" id="Fbz-nF-Wex"/>
- <constraint firstItem="RB3-y4-vun" firstAttribute="trailing" secondItem="EQD-z7-1z0" secondAttribute="trailing" id="PDP-BO-8OL"/>
- <constraint firstItem="EQD-z7-1z0" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="Ucl-Xb-au7"/>
- <constraint firstAttribute="trailing" secondItem="EQD-z7-1z0" secondAttribute="trailing" constant="20" id="Y1P-EI-sqg"/>
- <constraint firstItem="RB3-y4-vun" firstAttribute="leading" secondItem="EQD-z7-1z0" secondAttribute="leading" id="s2v-wE-Hpn"/>
- <constraint firstItem="EQD-z7-1z0" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="40" id="vb6-tm-Opi"/>
- <constraint firstItem="RB3-y4-vun" firstAttribute="top" secondItem="EQD-z7-1z0" secondAttribute="bottom" constant="24" id="wpl-1f-6W4"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="139" y="144"/>
- </window>
- </objects>
- </document>
|