123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <?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">
- <dependencies>
- <deployment version="1060" 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="KMNotesPanelController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="AnchoredBtn" destination="8" id="WZ4-HL-WW3"/>
- <outlet property="circleBtn" destination="15" id="6Jr-aW-qRb"/>
- <outlet property="highlightBtn" destination="17" id="xQh-hp-mk6"/>
- <outlet property="lineBtn" destination="20" id="88z-7L-SE6"/>
- <outlet property="rectangleBtn" destination="16" id="8fp-gD-Bba"/>
- <outlet property="strikeThroughBtn" destination="19" id="SBb-7N-c0M"/>
- <outlet property="textBtn" destination="7" id="0f2-Fb-i5X"/>
- <outlet property="underlineBtn" destination="18" id="8m5-As-fiu"/>
- <outlet property="window" destination="5" id="21"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Notes" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="NSPanel">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" utility="YES" nonactivatingPanel="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="242" y="611" width="288" height="128"/>
- <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
- <value key="minSize" type="size" width="203" height="113"/>
- <view key="contentView" id="6">
- <rect key="frame" x="0.0" y="0.0" width="288" height="128"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button imageHugsTitle="YES" verticalHuggingPriority="750" id="7">
- <rect key="frame" x="10" y="96" width="130" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="smallSquare" title="Text" bezelStyle="smallSquare" image="KMImageNameToolbarFreeText" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" inset="2" id="32">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="addNote:" target="-2" id="23"/>
- </connections>
- </button>
- <button tag="1" imageHugsTitle="YES" verticalHuggingPriority="750" id="8">
- <rect key="frame" x="10" y="67" width="130" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="smallSquare" title="Anchored" bezelStyle="smallSquare" image="KMImageNameToolbarNote" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="1" inset="2" id="33">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="addNote:" target="-2" id="24"/>
- </connections>
- </button>
- <button tag="2" imageHugsTitle="YES" verticalHuggingPriority="750" id="15">
- <rect key="frame" x="10" y="38" width="130" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="smallSquare" title="Circle" bezelStyle="smallSquare" image="KMImageNameToolbarCircle" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="2" inset="2" id="34">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="addNote:" target="-2" id="25"/>
- </connections>
- </button>
- <button tag="3" imageHugsTitle="YES" verticalHuggingPriority="750" id="16">
- <rect key="frame" x="10" y="9" width="130" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="smallSquare" title="Rectangle" bezelStyle="smallSquare" image="KMImageNameToolbarSquare" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="3" inset="2" id="35">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="addNote:" target="-2" id="26"/>
- </connections>
- </button>
- <button tag="4" imageHugsTitle="YES" verticalHuggingPriority="750" id="17">
- <rect key="frame" x="148" y="96" width="130" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="smallSquare" title="Highlight" bezelStyle="smallSquare" image="KMImageNameToolbarHighlight" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="4" inset="2" id="36">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="addNote:" target="-2" id="27"/>
- </connections>
- </button>
- <button tag="5" imageHugsTitle="YES" verticalHuggingPriority="750" id="18">
- <rect key="frame" x="148" y="68" width="130" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="smallSquare" title="Underline" bezelStyle="smallSquare" image="KMImageNameToolbarUnderline" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="5" inset="2" id="37">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="addNote:" target="-2" id="28"/>
- </connections>
- </button>
- <button tag="6" imageHugsTitle="YES" verticalHuggingPriority="750" id="19">
- <rect key="frame" x="148" y="38" width="130" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="smallSquare" title="Strikethrough" bezelStyle="smallSquare" image="KMImageNameToolbarStrickout" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="6" inset="2" id="38">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="addNote:" target="-2" id="29"/>
- </connections>
- </button>
- <button tag="7" imageHugsTitle="YES" verticalHuggingPriority="750" id="20">
- <rect key="frame" x="148" y="10" width="130" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="smallSquare" title="Line" bezelStyle="smallSquare" image="KMImageNameToolbarLine" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="7" inset="2" id="39">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="addNote:" target="-2" id="30"/>
- </connections>
- </button>
- </subviews>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="22"/>
- </connections>
- <point key="canvasLocation" x="98" y="-78"/>
- </window>
- </objects>
- <resources>
- <image name="KMImageNameToolbarCircle" width="20" height="20"/>
- <image name="KMImageNameToolbarFreeText" width="20" height="20"/>
- <image name="KMImageNameToolbarHighlight" width="20" height="20"/>
- <image name="KMImageNameToolbarLine" width="20" height="20"/>
- <image name="KMImageNameToolbarNote" width="20" height="20"/>
- <image name="KMImageNameToolbarSquare" width="20" height="20"/>
- <image name="KMImageNameToolbarStrickout" width="20" height="20"/>
- <image name="KMImageNameToolbarUnderline" width="20" height="20"/>
- </resources>
- </document>
|