123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
- <dependencies>
- <deployment version="101100" identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMPreferenceController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="resetAllBtn" destination="491" id="kfd-9g-D0A"/>
- <outlet property="resetBtn" destination="492" id="cF1-yb-Fkg"/>
- <outlet property="window" destination="5" id="7"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window allowsToolTipsWhenApplicationIsInactive="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="KMPreferenceWindow" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="327" y="514" width="438" height="256"/>
- <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
- <value key="minSize" type="size" width="213" height="107"/>
- <view key="contentView" id="6">
- <rect key="frame" x="0.0" y="0.0" width="438" height="256"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button toolTip="Revert all preferences to their original values" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="491">
- <rect key="frame" x="76" y="3" width="73" height="28"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="push" title="Reset All" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="1648">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="resetAll:" target="-2" id="494"/>
- </connections>
- </button>
- <button toolTip="Revert all currently shown preferences to their original values" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="492">
- <rect key="frame" x="5" y="3" width="73" height="28"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="1649">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <accessibilityConnection property="link" destination="491" id="1656"/>
- <action selector="resetCurrent:" target="-2" id="495"/>
- </connections>
- </button>
- </subviews>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="8"/>
- </connections>
- <point key="canvasLocation" x="-273" y="-27"/>
- </window>
- <customObject id="1657" userLabel="Reset Buttons"/>
- </objects>
- </document>
|