Revision: 12285
http://sourceforge.net/p/skim-app/code/12285
Author: hofman
Date: 2021-04-12 18:17:11 +0000 (Mon, 12 Apr 2021)
Log Message:
-----------
move xibs without localized terms out of Base.lproj
Modified Paths:
--------------
trunk/Skim.xcodeproj/project.pbxproj
Added Paths:
-----------
trunk/ConversionProgressWindow.xib
trunk/LeftSideView.xib
trunk/MainToolbar.xib
trunk/MainWindow.xib
trunk/ProgressSheet.xib
trunk/RightSideView.xib
trunk/SnapshotWindow.xib
Removed Paths:
-------------
trunk/Base.lproj/ConversionProgressWindow.xib
trunk/Base.lproj/LeftSideView.xib
trunk/Base.lproj/MainToolbar.xib
trunk/Base.lproj/MainWindow.xib
trunk/Base.lproj/ProgressSheet.xib
trunk/Base.lproj/RightSideView.xib
trunk/Base.lproj/SnapshotWindow.xib
Deleted: trunk/Base.lproj/ConversionProgressWindow.xib
===================================================================
--- trunk/Base.lproj/ConversionProgressWindow.xib 2021-04-12 17:10:10 UTC
(rev 12284)
+++ trunk/Base.lproj/ConversionProgressWindow.xib 2021-04-12 18:17:11 UTC
(rev 12285)
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa"
propertyAccessControl="none" useAutolayout="YES">
- <dependencies>
- <deployment identifier="macosx"/>
- <development version="8000" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="14490.70"/>
- <capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner"
customClass="SKConversionProgressController">
- <connections>
- <outlet property="cancelButton" destination="10" id="14"/>
- <outlet property="progressBar" destination="9" id="13"/>
- <outlet property="textField" destination="11" id="12"/>
- <outlet property="window" destination="5" id="8"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window allowsToolTipsWhenApplicationIsInactive="NO"
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO"
animationBehavior="default" id="5" userLabel="Window">
- <windowStyleMask key="styleMask" titled="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES"
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="434" y="471" width="420" height="129"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
- <value key="minSize" type="size" width="300" height="129"/>
- <view key="contentView" id="6">
- <rect key="frame" x="0.0" y="0.0" width="420" height="129"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <progressIndicator autoresizesSubviews="NO"
wantsLayer="YES" verticalHuggingPriority="750" maxValue="100" bezeled="NO"
indeterminate="YES" style="bar" translatesAutoresizingMaskIntoConstraints="NO"
id="9">
- <rect key="frame" x="20" y="90" width="380"
height="20"/>
- </progressIndicator>
- <button autoresizesSubviews="NO"
verticalHuggingPriority="750" imageHugsTitle="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="10">
- <rect key="frame" x="366" y="13" width="40"
height="32"/>
- <buttonCell key="cell" type="push"
bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="18">
- <behavior key="behavior" pushIn="YES"
lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="cancel:" target="-2" id="15"/>
- </connections>
- </button>
- <textField autoresizesSubviews="NO"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="11">
- <rect key="frame" x="20" y="61" width="380"
height="22"/>
- <constraints>
- <constraint firstAttribute="height" constant="22"
id="Ods-Kg-ax3"/>
- </constraints>
- <textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES"
state="on" drawsBackground="YES" id="19">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="textColor"
catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="9"
secondAttribute="trailing" constant="20" symbolic="YES" id="JsK-Fy-R7S"/>
- <constraint firstAttribute="bottom" secondItem="10"
secondAttribute="bottom" constant="20" symbolic="YES" id="Mev-b4-sIS"/>
- <constraint firstItem="9" firstAttribute="top"
secondItem="6" secondAttribute="top" constant="20" symbolic="YES"
id="MoH-fo-QUK"/>
- <constraint firstItem="11" firstAttribute="leading"
secondItem="9" secondAttribute="leading" id="X4L-fn-kh0"/>
- <constraint firstItem="11" firstAttribute="trailing"
secondItem="9" secondAttribute="trailing" id="Zlt-zq-kTx"/>
- <constraint firstAttribute="trailing" secondItem="10"
secondAttribute="trailing" constant="20" symbolic="YES" id="rrX-m0-3uv"/>
- <constraint firstItem="9" firstAttribute="leading"
secondItem="6" secondAttribute="leading" constant="20" symbolic="YES"
id="vxV-sg-hEp"/>
- <constraint firstItem="11" firstAttribute="top"
secondItem="9" secondAttribute="bottom" constant="8" symbolic="YES"
id="wrY-6K-o0C"/>
- <constraint firstItem="10" firstAttribute="top"
secondItem="11" secondAttribute="bottom" constant="20" id="yN3-5w-UDX"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="7"/>
- <outlet property="initialFirstResponder" destination="10"
id="16"/>
- </connections>
- </window>
- </objects>
-</document>
Deleted: trunk/Base.lproj/LeftSideView.xib
===================================================================
--- trunk/Base.lproj/LeftSideView.xib 2021-04-12 17:10:10 UTC (rev 12284)
+++ trunk/Base.lproj/LeftSideView.xib 2021-04-12 18:17:11 UTC (rev 12285)
@@ -1,572 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="16097.3" targetRuntime="MacOSX.Cocoa"
propertyAccessControl="none" useAutolayout="YES">
- <dependencies>
- <deployment identifier="macosx"/>
- <development version="8000" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="16097.3"/>
- <capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner"
customClass="SKLeftSideViewController">
- <connections>
- <outlet property="alternateButton" destination="93" id="178"/>
- <outlet property="button" destination="140" id="166"/>
- <outlet property="currentView" destination="142" id="168"/>
- <outlet property="findArrayController" destination="91"
id="183"/>
- <outlet property="findTableView" destination="111" id="184"/>
- <outlet property="groupedFindArrayController" destination="97"
id="181"/>
- <outlet property="groupedFindTableView" destination="128"
id="174"/>
- <outlet property="searchField" destination="138" id="171"/>
- <outlet property="thumbnailArrayController"
destination="yPq-rX-KPQ" id="zwc-qS-kJH"/>
- <outlet property="thumbnailTableView" destination="101"
id="180"/>
- <outlet property="tocOutlineView" destination="119" id="189"/>
- <outlet property="topBar" destination="134" id="194"/>
- <outlet property="view" destination="85" id="172"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="85" userLabel="LeftSideView">
- <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <subviews>
- <customView fixedFrame="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="134"
customClass="SKTopBarView">
- <rect key="frame" x="0.0" y="364" width="200" height="36"/>
- <autoresizingMask key="autoresizingMask"
widthSizable="YES" flexibleMinY="YES"/>
- <subviews>
- <customView fixedFrame="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="137">
- <rect key="frame" x="0.0" y="0.0" width="71"
height="36"/>
- <autoresizingMask key="autoresizingMask"
flexibleMaxX="YES" heightSizable="YES"/>
- <subviews>
- <segmentedControl
verticalHuggingPriority="750" fixedFrame="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="140">
- <rect key="frame" x="7.5" y="5" width="57"
height="25"/>
- <autoresizingMask key="autoresizingMask"
flexibleMaxX="YES" flexibleMinY="YES"/>
- <segmentedCell key="cell"
borderStyle="border" alignment="left" style="texturedRounded"
trackingMode="selectOne" id="141">
- <font key="font" metaFont="system"/>
- <segments>
- <segment
image="ThumbnailViewAdorn" imageScaling="none" width="25"/>
- <segment image="OutlineViewAdorn"
imageScaling="none" width="25" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <binding destination="90"
name="selectedTag" keyPath="selection.leftSidePaneState" id="155"/>
- </connections>
- </segmentedControl>
- </subviews>
- </customView>
- <searchField verticalHuggingPriority="750"
fixedFrame="YES" textCompletion="NO"
translatesAutoresizingMaskIntoConstraints="NO" id="138">
- <rect key="frame" x="72" y="7" width="120"
height="22"/>
- <autoresizingMask key="autoresizingMask"
widthSizable="YES" flexibleMinY="YES"/>
- <searchFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel"
placeholderString="" bezelStyle="round" id="139">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </searchFieldCell>
- </searchField>
- </subviews>
- </customView>
- <customView fixedFrame="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="133">
- <rect key="frame" x="0.0" y="0.0" width="200"
height="364"/>
- <autoresizingMask key="autoresizingMask"
widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView fixedFrame="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="142">
- <rect key="frame" x="-1" y="-1" width="202"
height="366"/>
- <autoresizingMask key="autoresizingMask"
widthSizable="YES" heightSizable="YES"/>
- </customView>
- </subviews>
- </customView>
- </subviews>
- <point key="canvasLocation" x="267" y="154"/>
- </customView>
- <scrollView focusRingType="none" autohidesScrollers="YES"
horizontalLineScroll="34" horizontalPageScroll="10" verticalLineScroll="34"
verticalPageScroll="10" hasHorizontalScroller="NO"
usesPredominantAxisScrolling="NO" id="98">
- <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <clipView key="contentView" drawsBackground="NO"
translatesAutoresizingMaskIntoConstraints="NO" id="Mfb-HY-gcR">
- <rect key="frame" x="1" y="1" width="198" height="398"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <subviews>
- <tableView focusRingType="none"
verticalHuggingPriority="750" allowsExpansionToolTips="YES"
columnAutoresizingStyle="firstColumnOnly" selectionHighlightStyle="sourceList"
columnReordering="NO" columnResizing="NO" multipleSelection="NO"
emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="32"
viewBased="YES" translatesAutoresizingMaskIntoConstraints="NO" id="101"
customClass="SKTableView">
- <rect key="frame" x="0.0" y="0.0" width="198"
height="398"/>
- <autoresizingMask key="autoresizingMask"
widthSizable="YES" heightSizable="YES"/>
- <size key="intercellSpacing" width="3" height="2"/>
- <color key="backgroundColor"
name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
- <color key="gridColor" name="gridColor"
catalog="System" colorSpace="catalog"/>
- <tableColumns>
- <tableColumn identifier="image" editable="NO"
width="156" minWidth="16" maxWidth="1000" id="102">
- <tableHeaderCell key="headerCell"
lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
- <color key="textColor"
name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
- </tableHeaderCell>
- <imageCell key="dataCell"
refusesFirstResponder="YES" alignment="left" animates="YES"
imageScaling="proportionallyDown" id="105"/>
- <tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView
translatesAutoresizingMaskIntoConstraints="NO" id="e74-jE-Wfb">
- <rect key="frame" x="1" y="1"
width="156" height="32"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView
horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="HAk-jf-rsO">
- <rect key="frame" x="0.0"
y="0.0" width="156" height="32"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <imageCell key="cell"
refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown"
image="NSActionTemplate" id="sna-xl-MSe"/>
- <connections>
- <binding
destination="e74-jE-Wfb" name="value" keyPath="objectValue.image"
id="Spf-dJ-Sdd"/>
- </connections>
- </imageView>
- </subviews>
- <connections>
- <outlet property="imageView"
destination="HAk-jf-rsO" id="XZB-YV-uN3"/>
- </connections>
- </tableCellView>
- <customView identifier="row"
translatesAutoresizingMaskIntoConstraints="NO" id="3fH-4A-dgM"
customClass="SKHighlightingTableRowView">
- <rect key="frame" x="1" y="35"
width="156" height="32"/>
- <autoresizingMask
key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- </customView>
- </prototypeCellViews>
- </tableColumn>
- <tableColumn identifier="page" editable="NO"
width="36" minWidth="8" maxWidth="36" id="103">
- <tableHeaderCell key="headerCell"
lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
- <color key="textColor"
name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
- </tableHeaderCell>
- <textFieldCell key="dataCell" scrollable="YES"
lineBreakMode="clipping" allowsUndo="NO" alignment="right" id="104"
customClass="SKCenteredTextFieldCell">
- <font key="font" metaFont="cellTitle"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView id="7fi-B8-Xao">
- <rect key="frame" x="160" y="1"
width="36" height="32"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="uth-up-lE7">
- <rect key="frame" x="0.0"
y="0.0" width="36" height="32"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <textFieldCell key="cell"
scrollable="YES" lineBreakMode="clipping" allowsUndo="NO"
sendsActionOnEndEditing="YES" alignment="right" id="avZ-Yh-zVv"
customClass="SKCenteredTextFieldCell">
- <font key="font"
metaFont="cellTitle"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color
key="backgroundColor" name="controlColor" catalog="System"
colorSpace="catalog"/>
- <connections>
- <binding
destination="7fi-B8-Xao" name="value" keyPath="objectValue.label"
id="YCg-E2-E9T"/>
- </connections>
- </textFieldCell>
- </textField>
- </subviews>
- <connections>
- <outlet property="textField"
destination="uth-up-lE7" id="YBt-Jh-ykq"/>
- </connections>
- </tableCellView>
- </prototypeCellViews>
- </tableColumn>
- </tableColumns>
- <connections>
- <binding destination="yPq-rX-KPQ" name="content"
keyPath="arrangedObjects" id="eFg-u1-oCv"/>
- <outlet property="menu" destination="89" id="152"/>
- </connections>
- </tableView>
- </subviews>
- <nil key="backgroundColor"/>
- </clipView>
- <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES"
verticalHuggingPriority="750" doubleValue="0.010101010101010102"
horizontal="YES" id="99">
- <rect key="frame" x="-100" y="-100" width="183" height="15"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <scroller key="verticalScroller" hidden="YES" wantsLayer="YES"
verticalHuggingPriority="750" doubleValue="0.12060301507537691" horizontal="NO"
id="100" userLabel="Vertical Scroller" customClass="SKScroller">
- <rect key="frame" x="184" y="1" width="15" height="398"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <point key="canvasLocation" x="267" y="154"/>
- </scrollView>
- <scrollView focusRingType="none" autohidesScrollers="YES"
horizontalLineScroll="20" horizontalPageScroll="10" verticalLineScroll="20"
verticalPageScroll="10" hasHorizontalScroller="NO"
usesPredominantAxisScrolling="NO" id="116">
- <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <clipView key="contentView" drawsBackground="NO"
translatesAutoresizingMaskIntoConstraints="NO" id="Hnd-hK-VAX">
- <rect key="frame" x="1" y="1" width="198" height="398"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <subviews>
- <outlineView focusRingType="none"
verticalHuggingPriority="750" allowsExpansionToolTips="YES"
columnAutoresizingStyle="firstColumnOnly" selectionHighlightStyle="sourceList"
columnReordering="NO" columnResizing="NO" multipleSelection="NO"
emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="20"
viewBased="YES" indentationPerLevel="14" outlineTableColumn="121"
translatesAutoresizingMaskIntoConstraints="NO" id="119"
customClass="SKOutlineView">
- <rect key="frame" x="0.0" y="0.0" width="198"
height="398"/>
- <autoresizingMask key="autoresizingMask"
widthSizable="YES" heightSizable="YES"/>
- <size key="intercellSpacing" width="3" height="0.0"/>
- <color key="backgroundColor"
name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
- <color key="gridColor" name="gridColor"
catalog="System" colorSpace="catalog"/>
- <tableColumns>
- <tableColumn identifier="label" editable="NO"
width="156" minWidth="50" maxWidth="1000" id="121">
- <tableHeaderCell key="headerCell"
lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
- <color key="textColor"
name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
- </tableHeaderCell>
- <textFieldCell key="dataCell"
lineBreakMode="truncatingTail" allowsUndo="NO" alignment="left" id="122">
- <font key="font" metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView
translatesAutoresizingMaskIntoConstraints="NO" id="E5O-BA-vGf">
- <rect key="frame" x="1" y="0.0"
width="156" height="20"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
fixedFrame="YES" allowsExpansionToolTips="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="9Hp-6e-4aM">
- <rect key="frame" x="0.0"
y="0.0" width="156" height="20"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <textFieldCell key="cell"
lineBreakMode="truncatingTail" allowsUndo="NO" sendsActionOnEndEditing="YES"
alignment="left" id="dcT-gP-VNy">
- <font key="font"
metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color
key="backgroundColor" name="controlColor" catalog="System"
colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <binding
destination="E5O-BA-vGf" name="value"
keyPath="objectValue.label.stringByCollapsingWhitespaceAndNewlinesAndRemovingSurroundingWhitespaceAndNewlines"
id="G4t-B4-BI3"/>
- </connections>
- </textField>
- </subviews>
- <connections>
- <outlet property="textField"
destination="9Hp-6e-4aM" id="UjA-VO-WkQ"/>
- </connections>
- </tableCellView>
- <customView identifier="row"
translatesAutoresizingMaskIntoConstraints="NO" id="6hb-e2-9aK"
customClass="SKHighlightingTableRowView">
- <rect key="frame" x="1" y="20"
width="156" height="32"/>
- <autoresizingMask
key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- </customView>
- </prototypeCellViews>
- </tableColumn>
- <tableColumn identifier="page" editable="NO"
width="36" minWidth="8" maxWidth="36" id="120">
- <tableHeaderCell key="headerCell"
lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
- <color key="textColor"
name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
- </tableHeaderCell>
- <textFieldCell key="dataCell" scrollable="YES"
lineBreakMode="clipping" allowsUndo="NO" alignment="right" id="123">
- <font key="font" metaFont="cellTitle"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView
translatesAutoresizingMaskIntoConstraints="NO" id="kqC-1o-aAK">
- <rect key="frame" x="160" y="0.0"
width="36" height="20"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Rac-nE-BbY">
- <rect key="frame" x="0.0"
y="0.0" width="36" height="20"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <textFieldCell key="cell"
scrollable="YES" lineBreakMode="clipping" allowsUndo="NO"
sendsActionOnEndEditing="YES" alignment="right" id="Z6W-JS-ODs">
- <font key="font"
metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color
key="backgroundColor" name="controlColor" catalog="System"
colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <binding
destination="kqC-1o-aAK" name="value" keyPath="objectValue.pageLabel"
id="TAg-77-vgU"/>
- </connections>
- </textField>
- </subviews>
- <connections>
- <outlet property="textField"
destination="Rac-nE-BbY" id="EZI-1H-xRv"/>
- </connections>
- </tableCellView>
- </prototypeCellViews>
- </tableColumn>
- </tableColumns>
- </outlineView>
- </subviews>
- <nil key="backgroundColor"/>
- </clipView>
- <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES"
verticalHuggingPriority="750" horizontal="YES" id="117">
- <rect key="frame" x="-100" y="-100" width="220" height="15"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <scroller key="verticalScroller" hidden="YES" wantsLayer="YES"
verticalHuggingPriority="750" horizontal="NO" id="118">
- <rect key="frame" x="-30" y="1" width="15" height="394"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <point key="canvasLocation" x="267" y="154"/>
- </scrollView>
- <scrollView focusRingType="none" autohidesScrollers="YES"
horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19"
verticalPageScroll="10" hasHorizontalScroller="NO"
usesPredominantAxisScrolling="NO" id="107">
- <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <clipView key="contentView"
translatesAutoresizingMaskIntoConstraints="NO" id="VaG-cU-bQa">
- <rect key="frame" x="1" y="0.0" width="198" height="399"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <subviews>
- <tableView focusRingType="none"
verticalHuggingPriority="750" allowsExpansionToolTips="YES"
columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES"
columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO"
headerView="108" viewBased="YES" translatesAutoresizingMaskIntoConstraints="NO"
id="111" customClass="SKTableView">
- <rect key="frame" x="0.0" y="0.0" width="198"
height="374"/>
- <autoresizingMask key="autoresizingMask"
widthSizable="YES" heightSizable="YES"/>
- <size key="intercellSpacing" width="3" height="2"/>
- <color key="backgroundColor"
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
- <color key="gridColor" name="gridColor"
catalog="System" colorSpace="catalog"/>
- <tableColumns>
- <tableColumn identifier="page" editable="NO"
width="42" minWidth="32" maxWidth="42" id="113">
- <tableHeaderCell key="headerCell"
lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
- <color key="textColor"
name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
- </tableHeaderCell>
- <textFieldCell key="dataCell"
lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left"
id="114">
- <font key="font" metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView
translatesAutoresizingMaskIntoConstraints="NO" id="rTN-Wm-aea">
- <rect key="frame" x="1" y="1"
width="42" height="17"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5CV-AT-Wi3">
- <rect key="frame" x="0.0"
y="0.0" width="42" height="17"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <textFieldCell key="cell"
lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left"
id="xYT-z2-Ika">
- <font key="font"
metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color
key="backgroundColor" name="controlColor" catalog="System"
colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <binding
destination="rTN-Wm-aea" name="value" keyPath="objectValue.firstPageLabel"
id="O7i-0C-pc8"/>
- </connections>
- </textField>
- </subviews>
- <connections>
- <outlet property="textField"
destination="5CV-AT-Wi3" id="phD-a5-G8O"/>
- </connections>
- </tableCellView>
- </prototypeCellViews>
- </tableColumn>
- <tableColumn identifier="results" editable="NO"
width="150" minWidth="46" maxWidth="1000" id="112">
- <tableHeaderCell key="headerCell"
lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
- <color key="textColor"
name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
- </tableHeaderCell>
- <textFieldCell key="dataCell"
lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left"
id="115">
- <font key="font" metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView
translatesAutoresizingMaskIntoConstraints="NO" id="yHY-cQ-hrW">
- <rect key="frame" x="46" y="1"
width="150" height="17"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
fixedFrame="YES" allowsExpansionToolTips="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="EK0-Iy-KhJ">
- <rect key="frame" x="0.0"
y="0.0" width="150" height="17"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <textFieldCell key="cell"
lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left"
id="t89-Nc-Fkj">
- <font key="font"
metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color
key="backgroundColor" name="controlColor" catalog="System"
colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <binding
destination="yHY-cQ-hrW" name="value" keyPath="objectValue.contextString"
id="2WE-eS-hFe"/>
- </connections>
- </textField>
- </subviews>
- <connections>
- <outlet property="textField"
destination="EK0-Iy-KhJ" id="Hp7-aM-eYH"/>
- </connections>
- </tableCellView>
- </prototypeCellViews>
- </tableColumn>
- </tableColumns>
- <connections>
- <binding destination="91" name="content"
keyPath="arrangedObjects" id="yNj-jW-znL"/>
- <binding destination="91" name="selectionIndexes"
keyPath="selectionIndexes" previousBinding="yNj-jW-znL" id="VEb-h1-lxr"/>
- <outlet property="menu" destination="198"
id="199"/>
- </connections>
- </tableView>
- </subviews>
- </clipView>
- <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES"
verticalHuggingPriority="750" horizontal="YES" id="109">
- <rect key="frame" x="-100" y="-100" width="255" height="15"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <scroller key="verticalScroller" hidden="YES" wantsLayer="YES"
verticalHuggingPriority="750" horizontal="NO" id="110">
- <rect key="frame" x="-30" y="17" width="15" height="454"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <tableHeaderView key="headerView"
translatesAutoresizingMaskIntoConstraints="NO" id="108">
- <rect key="frame" x="0.0" y="0.0" width="198" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableHeaderView>
- <point key="canvasLocation" x="139" y="154"/>
- </scrollView>
- <scrollView focusRingType="none" autohidesScrollers="YES"
horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19"
verticalPageScroll="10" hasHorizontalScroller="NO"
usesPredominantAxisScrolling="NO" id="124">
- <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <clipView key="contentView"
translatesAutoresizingMaskIntoConstraints="NO" id="CUc-Bz-YWJ">
- <rect key="frame" x="1" y="0.0" width="198" height="399"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
- <subviews>
- <tableView focusRingType="none"
verticalHuggingPriority="750" allowsExpansionToolTips="YES"
columnAutoresizingStyle="firstColumnOnly" alternatingRowBackgroundColors="YES"
columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO"
headerView="125" viewBased="YES" translatesAutoresizingMaskIntoConstraints="NO"
id="128" customClass="SKTableView">
- <rect key="frame" x="0.0" y="0.0" width="198"
height="374"/>
- <autoresizingMask key="autoresizingMask"
widthSizable="YES" heightSizable="YES"/>
- <size key="intercellSpacing" width="3" height="2"/>
- <color key="backgroundColor"
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
- <color key="gridColor" name="gridColor"
catalog="System" colorSpace="catalog"/>
- <tableColumns>
- <tableColumn identifier="relevance" editable="NO"
width="150" minWidth="40" maxWidth="1000" id="129">
- <tableHeaderCell key="headerCell"
lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
- <color key="textColor"
name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
- </tableHeaderCell>
- <levelIndicatorCell key="dataCell"
alignment="left" maxValue="1" id="132" customClass="SKLevelIndicatorCell"/>
- <sortDescriptor key="sortDescriptorPrototype"
selector="compare:" sortKey="count" ascending="NO"/>
- <tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView
translatesAutoresizingMaskIntoConstraints="NO" id="9a8-cx-9oD"
customClass="SKControlTableCellView">
- <rect key="frame" x="1" y="1"
width="150" height="17"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <levelIndicator
verticalHuggingPriority="750" fixedFrame="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="zvD-nR-1Ml"
customClass="SKLevelIndicator">
- <rect key="frame" x="27"
y="0.0" width="96" height="18"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"
flexibleMaxY="YES"/>
- <levelIndicatorCell key="cell"
alignment="left" maxValue="1" id="FRk-Gm-SMW"
customClass="SKLevelIndicatorCell"/>
- <connections>
- <binding
destination="9a8-cx-9oD" name="value" keyPath="objectValue.count"
previousBinding="kWL-Vz-uBg" id="68o-25-wdJ"/>
- <binding
destination="9a8-cx-9oD" name="maxValue" keyPath="objectValue.maxCount"
id="kWL-Vz-uBg"/>
- </connections>
- </levelIndicator>
- </subviews>
- <connections>
- <outlet property="control"
destination="zvD-nR-1Ml" id="GYk-p1-kCi"/>
- </connections>
- </tableCellView>
- </prototypeCellViews>
- </tableColumn>
- <tableColumn identifier="page" editable="NO"
width="42" minWidth="32" maxWidth="42" id="130">
- <tableHeaderCell key="headerCell"
lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
- <color key="textColor"
name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
- </tableHeaderCell>
- <textFieldCell key="dataCell"
lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left"
id="131">
- <font key="font" metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <sortDescriptor key="sortDescriptorPrototype"
selector="compare:" sortKey="pageIndex"/>
- <tableColumnResizingMask key="resizingMask"
resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView
translatesAutoresizingMaskIntoConstraints="NO" id="hdZ-O4-HlW">
- <rect key="frame" x="154" y="1"
width="42" height="17"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6S7-C8-37w">
- <rect key="frame" x="0.0"
y="0.0" width="42" height="17"/>
- <autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <textFieldCell key="cell"
lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left"
id="MLb-Qs-lO5">
- <font key="font"
metaFont="system"/>
- <color key="textColor"
name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color
key="backgroundColor" name="controlColor" catalog="System"
colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <binding
destination="hdZ-O4-HlW" name="value" keyPath="objectValue.page.label"
id="gBM-S1-m1j"/>
- </connections>
- </textField>
- </subviews>
- <connections>
- <outlet property="textField"
destination="6S7-C8-37w" id="Qqw-fk-ne5"/>
- </connections>
- </tableCellView>
- </prototypeCellViews>
- </tableColumn>
- </tableColumns>
- <connections>
- <binding destination="97" name="content"
keyPath="arrangedObjects" id="145"/>
- <binding destination="97" name="selectionIndexes"
keyPath="selectionIndexes" previousBinding="145" id="156"/>
- <outlet property="menu" destination="197"
id="200"/>
- </connections>
- </tableView>
- </subviews>
- </clipView>
- <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES"
verticalHuggingPriority="750" horizontal="YES" id="126">
- <rect key="frame" x="-100" y="-100" width="183" height="15"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <scroller key="verticalScroller" hidden="YES" wantsLayer="YES"
verticalHuggingPriority="750" horizontal="NO" id="127">
- <rect key="frame" x="184" y="17" width="15" height="368"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <tableHeaderView key="headerView"
translatesAutoresizingMaskIntoConstraints="NO" id="125">
- <rect key="frame" x="0.0" y="0.0" width="198" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableHeaderView>
- <point key="canvasLocation" x="267" y="154"/>
- </scrollView>
- <segmentedControl verticalHuggingPriority="750" id="93">
- <rect key="frame" x="0.5" y="0.0" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"
flexibleMinY="YES"/>
- <segmentedCell key="cell" borderStyle="border" alignment="left"
style="texturedRounded" trackingMode="selectOne" id="106">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="FindViewAdorn" imageScaling="none"
width="25"/>
- <segment image="GroupedFindViewAdorn" imageScaling="none"
width="25" tag="1"/>
- </segments>
- <connections>
- <binding destination="90" name="selectedTag"
keyPath="selection.findPaneState" id="187"/>
- </connections>
- </segmentedCell>
- <connections>
- <binding destination="90" name="selectedTag"
keyPath="selection.findPaneState" id="144"/>
- </connections>
- <point key="canvasLocation" x="267" y="436"/>
- </segmentedControl>
- <menu id="89"/>
- <menu id="198"/>
- <menu id="197"/>
- <objectController id="90" userLabel="OwnerController">
- <declaredKeys>
- <string>leftSidePaneState</string>
- <string>rightSidePaneState</string>
- <string>findPaneState</string>
- <string>notes</string>
- <string>searchResults</string>
- <string>snapshots</string>
- <string>groupedSearchResults</string>
- <string>pageLabel</string>
- </declaredKeys>
- <connections>
- <binding destination="-2" name="contentObject"
keyPath="mainController" id="185"/>
- </connections>
- </objectController>
- <arrayController id="yPq-rX-KPQ">
- <connections>
- <binding destination="90" name="contentArray"
keyPath="selection.thumbnails" id="kDe-km-Kat"/>
- </connections>
- </arrayController>
- <arrayController objectClassName="PDFSelection" editable="NO"
selectsInsertedObjects="NO" avoidsEmptySelection="NO" id="91"
userLabel="FindArrayController">
- <declaredKeys>
- <string>attributedString</string>
- <string>pages</string>
- <string>pages.lastObject.label</string>
- <string>pages.label</string>
- <string>firstPageLabel</string>
- <string>contextString</string>
- <string>@count</string>
- <string>batchedFindResults</string>
- <string>batchedSearchResults</string>
- </declaredKeys>
- <connections>
- <binding destination="90" name="contentArray"
keyPath="selection.searchResults" id="160"/>
- </connections>
- </arrayController>
- <arrayController editable="NO" selectsInsertedObjects="NO"
avoidsEmptySelection="NO" clearsFilterPredicateOnInsertion="NO" id="97"
userLabel="GroupedFindArrayController">
- <declaredKeys>
- <string>score</string>
- <string>pageLabel</string>
- <string>page.label</string>
- <string>@unionOfArrays.results</string>
- <string>count</string>
- <string>maxCount</string>
- <string>@max.count</string>
- <string>@unionOfArrays.matches</string>
- </declaredKeys>
- <connections>
- <binding destination="90" name="contentArray"
keyPath="selection.groupedSearchResults" id="143"/>
- </connections>
- </arrayController>
- </objects>
- <resources>
- <image name="FindViewAdorn" width="128" height="128"/>
- <image name="GroupedFindViewAdorn" width="128" height="128"/>
- <image name="NSActionTemplate" width="14" height="14"/>
- <image name="OutlineViewAdorn" width="128" height="128"/>
- <image name="ThumbnailViewAdorn" width="128" height="128"/>
- </resources>
-</document>
Deleted: trunk/Base.lproj/MainToolbar.xib
===================================================================
--- trunk/Base.lproj/MainToolbar.xib 2021-04-12 17:10:10 UTC (rev 12284)
+++ trunk/Base.lproj/MainToolbar.xib 2021-04-12 18:17:11 UTC (rev 12285)
@@ -1,753 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
- <dependencies>
- <deployment identifier="macosx"/>
- <development version="8000" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="17701"/>
- <capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner"
customClass="SKMainToolbarController">
- <connections>
- <outlet property="backForwardButton" destination="39" id="86"/>
- <outlet property="bookModeButton" destination="197" id="203"/>
- <outlet property="circleNoteButton" destination="9" id="118"/>
- <outlet property="colorSwatch" destination="35" id="90"/>
- <outlet property="colorsButton" destination="14" id="92"/>
- <outlet property="continuousButton" destination="3" id="115"/>
- <outlet property="cropButton" destination="22" id="108"/>
- <outlet property="customizeButton" destination="16" id="96"/>
- <outlet property="displayBoxButton" destination="11" id="113"/>
- <outlet property="displayDirectionButton"
destination="1gC-QY-jJv" id="mJs-fl-IFE"/>
- <outlet property="displayModeButton" destination="4" id="116"/>
- <outlet property="displaysRTLButton" destination="Ini-pe-86n"
id="TdF-JM-Q4v"/>
- <outlet property="fontsButton" destination="13" id="93"/>
- <outlet property="fullScreenButton" destination="24" id="110"/>
- <outlet property="infoButton" destination="17" id="91"/>
- <outlet property="leftPaneButton" destination="19" id="111"/>
- <outlet property="lineNoteButton" destination="7" id="119"/>
- <outlet property="linesButton" destination="12" id="94"/>
- <outlet property="markupNoteButton" destination="8" id="120"/>
- <outlet property="nextPageButton" destination="20" id="85"/>
- <outlet property="noteButton" destination="34" id="98"/>
- <outlet property="pacerButton" destination="Veq-Br-EFG"
id="J9Q-bD-AEQ"/>
- <outlet property="pacerSpeedField" destination="jHc-Bm-dWJ"
id="bX9-eZ-X4K"/>
- <outlet property="pacerSpeedStepper" destination="jYx-ER-Exi"
id="sy8-pN-C86"/>
- <outlet property="pageBreaksButton" destination="200"
id="204"/>
- <outlet property="pageNumberField" destination="38" id="88"/>
- <outlet property="presentationButton" destination="23"
id="109"/>
- <outlet property="previousNextFirstLastPageButton"
destination="21" id="83"/>
- <outlet property="previousNextPageButton" destination="30"
id="82"/>
- <outlet property="previousPageButton" destination="33"
id="84"/>
- <outlet property="printButton" destination="15" id="95"/>
- <outlet property="rightPaneButton" destination="18" id="112"/>
- <outlet property="rotateLeftButton" destination="28" id="107"/>
- <outlet property="rotateLeftRightButton" destination="6"
id="106"/>
- <outlet property="rotateRightButton" destination="27"
id="104"/>
- <outlet property="scaleField" destination="36" id="89"/>
- <outlet property="shareButton" destination="M3M-Fg-kEy"
id="7xt-AV-JTR"/>
- <outlet property="singleTwoUpButton" destination="5" id="114"/>
- <outlet property="textNoteButton" destination="10" id="117"/>
- <outlet property="toolModeButton" destination="37" id="97"/>
- <outlet property="view" destination="2" id="81"/>
- <outlet property="zoomActualButton" destination="29" id="102"/>
- <outlet property="zoomFitButton" destination="26" id="103"/>
- <outlet property="zoomInActualOutButton" destination="31"
id="100"/>
- <outlet property="zoomInOutButton" destination="32" id="99"/>
- <outlet property="zoomSelectionButton" destination="25"
id="101"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="2" userLabel="ToolbarViews">
- <rect key="frame" x="0.0" y="0.0" width="385" height="344"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3">
- <rect key="frame" x="85" y="157" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="selectOne" id="76">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarSinglePage"
imageScaling="none" width="27"/>
- <segment image="ToolbarSinglePageContinuous"
imageScaling="none" width="27" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="changeDisplayContinuous:"
target="-2" id="180"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4">
- <rect key="frame" x="220" y="157" width="145" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="selectOne" id="75">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarSinglePage"
imageScaling="none" width="27"/>
- <segment image="ToolbarSinglePageContinuous"
imageScaling="none" width="27" tag="1"/>
- <segment image="ToolbarTwoUp" imageScaling="none"
width="27" tag="2"/>
- <segment image="ToolbarTwoUpContinuous"
imageScaling="none" width="27" tag="3"/>
- <segment image="ToolbarHorizontal" width="27"
tag="4">
- <nil key="label"/>
- </segment>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="changeDisplayMode:" target="-2"
id="179"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5">
- <rect key="frame" x="20" y="157" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="selectOne" id="74">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarSinglePage"
imageScaling="none" width="27"/>
- <segment image="ToolbarTwoUp" imageScaling="none"
width="27" tag="2"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="changeDisplaySinglePages:"
target="-2" id="178"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6">
- <rect key="frame" x="94" y="213" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="73">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarRotateLeft"
imageScaling="none" width="27"/>
- <segment image="ToolbarRotateRight"
imageScaling="none" width="27" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="rotateAllLeftRight:" target="-2"
id="171"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
- <rect key="frame" x="132" y="101" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="72">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarAddLineNote"
imageScaling="none" width="27" tag="7"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="createNewNote:" target="-2"
id="186"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8">
- <rect key="frame" x="94" y="101" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="71">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarAddHighlightNoteMenu"
imageScaling="none" width="27" tag="4"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="createNewNote:" target="-2"
id="187"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9">
- <rect key="frame" x="57" y="101" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="70">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarAddCircleNoteMenu"
imageScaling="none" width="27" tag="2"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="createNewNote:" target="-2"
id="185"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
- <rect key="frame" x="20" y="101" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="69">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarAddTextNoteMenu"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="createNewNote:" target="-2"
id="184"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="11">
- <rect key="frame" x="168" y="185" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="selectOne" id="68">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarMediaBox"
imageScaling="none" width="27"/>
- <segment image="ToolbarCropBox"
imageScaling="none" width="27" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="changeDisplayBox:" target="-2"
id="177"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
- <rect key="frame" x="132" y="129" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="67">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarLines" imageScaling="none"
width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="orderFrontLineInspector:"
target="-1" id="123"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="13">
- <rect key="frame" x="94" y="129" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="66">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarFonts" imageScaling="none"
width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="orderFrontFontPanel:" target="-1"
id="122"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="14">
- <rect key="frame" x="57" y="129" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="65">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarColors" imageScaling="none"
width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="orderFrontColorPanel:" target="-1"
id="121"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="15">
- <rect key="frame" x="169" y="129" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="64">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarPrint" imageScaling="none"
width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="printDocument:" target="-1"
id="124"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="16">
- <rect key="frame" x="206" y="129" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="63">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarCustomize"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="runToolbarCustomizationPalette:"
target="-1" id="125"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
- <rect key="frame" x="20" y="129" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="62">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarInfo" imageScaling="none"
width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="getInfo:" target="-1" id="149"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="18">
- <rect key="frame" x="131" y="185" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="61">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarRightPane"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="toggleRightSidePane:" target="-2"
id="176"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
- <rect key="frame" x="94" y="185" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="60">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarLeftPane"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="toggleLeftSidePane:" target="-2"
id="175"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="20">
- <rect key="frame" x="150" y="300" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="59">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarPageDown"
imageScaling="none" width="27" tag="1"/>
- <segment image="ToolbarLastPage"
imageScaling="none" width="27" tag="2"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="goToPreviousNextFirstLastPage:"
target="-2" id="160"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="21">
- <rect key="frame" x="215" y="300" width="113" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="58">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarFirstPage"
imageScaling="none" width="27" tag="-2"/>
- <segment image="ToolbarPageUp" imageScaling="none"
width="27" tag="-1"/>
- <segment image="ToolbarPageDown"
imageScaling="none" width="27" tag="1"/>
- <segment image="ToolbarLastPage"
imageScaling="none" width="27" tag="2"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="goToPreviousNextFirstLastPage:"
target="-2" id="161"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="22">
- <rect key="frame" x="159" y="213" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="57">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarCrop" imageScaling="none"
width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="cropAll:" target="-2" id="172"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="197">
- <rect key="frame" x="233" y="185" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="selectAny" id="198">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarBookMode"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="changeBookMode:" target="-2"
id="205"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="200">
- <rect key="frame" x="270" y="185" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="selectAny" id="201">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarPageBreaks"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="changePageBreaks:" target="-2"
id="206"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="23">
- <rect key="frame" x="57" y="185" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="56">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarPresentation"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="togglePresentation:" target="-2"
id="189"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="24">
- <rect key="frame" x="20" y="185" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="55">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarFullScreen"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="toggleFullscreen:" target="-2"
id="194"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="25">
- <rect key="frame" x="252" y="241" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="54">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarZoomToSelection"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="zoomToSelection:" target="-2"
id="168"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="26">
- <rect key="frame" x="215" y="241" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="53">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarZoomToFit"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="zoomToFit:" target="-2" id="167"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="27">
- <rect key="frame" x="20" y="213" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="52">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarRotateRight"
imageScaling="none" width="27" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="rotateAllLeftRight:" target="-2"
id="196"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="28">
- <rect key="frame" x="57" y="213" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="51">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarRotateLeft"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="rotateAllLeftRight:" target="-2"
id="170"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="29">
- <rect key="frame" x="178" y="241" width="29" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="50">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarZoomActual"
imageScaling="none" width="27"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="zoomInActualOut:" target="-2"
id="166"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="30">
- <rect key="frame" x="20" y="300" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="49">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarPageUp" imageScaling="none"
width="27" tag="-1"/>
- <segment image="ToolbarPageDown"
imageScaling="none" width="27" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="goToPreviousNextFirstLastPage:"
target="-2" id="158"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="31">
- <rect key="frame" x="85" y="241" width="85" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="48">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarZoomOut"
imageScaling="none" width="27" tag="-1"/>
- <segment image="ToolbarZoomActual"
imageScaling="none" width="27"/>
- <segment image="ToolbarZoomIn" imageScaling="none"
width="27" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="zoomInActualOut:" target="-2"
id="165"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="32">
- <rect key="frame" x="20" y="241" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="47">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarZoomOut"
imageScaling="none" width="27" tag="-1"/>
- <segment image="ToolbarZoomIn" imageScaling="none"
width="27" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="zoomInActualOut:" target="-2"
id="164"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="33">
- <rect key="frame" x="85" y="300" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="46">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarFirstPage"
imageScaling="none" width="27" tag="-2"/>
- <segment image="ToolbarPageUp" imageScaling="none"
width="27" tag="-1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="goToPreviousNextFirstLastPage:"
target="-2" id="159"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="34">
- <rect key="frame" x="20" y="73" width="225" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="45">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarAddTextNote"
imageScaling="none" width="27"/>
- <segment image="ToolbarAddAnchoredNote"
imageScaling="none" width="27" tag="1"/>
- <segment image="ToolbarAddCircleNote"
imageScaling="none" width="27" tag="2"/>
- <segment image="ToolbarAddSquareNote"
imageScaling="none" width="27" tag="3"/>
- <segment image="ToolbarAddHighlightNote"
imageScaling="none" width="27" tag="4"/>
- <segment image="ToolbarAddUnderlineNote"
imageScaling="none" width="27" tag="5"/>
- <segment image="ToolbarAddStrikeOutNote"
imageScaling="none" width="27" tag="6"/>
- <segment image="ToolbarAddLineNote"
imageScaling="none" width="27" tag="7"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="createNewNote:" target="-2"
id="182"/>
- </connections>
- </segmentedControl>
- <customView fixedFrame="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="35"
customClass="SKColorSwatch">
- <rect key="frame" x="20" y="19" width="117" height="22"/>
- <autoresizingMask key="autoresizingMask"/>
- <connections>
- <action selector="selectColor:" target="-2" id="183"/>
- </connections>
- </customView>
- <textField verticalHuggingPriority="750"
translatesAutoresizingMaskIntoConstraints="NO" id="36">
- <rect key="frame" x="143" y="275" width="50" height="21"/>
- <constraints>
- <constraint firstAttribute="width" constant="50"
id="4RV-ZC-n5Z"/>
- </constraints>
- <textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" selectable="YES" editable="YES"
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel"
drawsBackground="YES" id="43">
- <numberFormatter key="formatter"
formatterBehavior="default10_4" numberStyle="percent"
usesGroupingSeparator="NO" lenient="YES" formatWidth="-1"
minimumIntegerDigits="1" maximumIntegerDigits="2000000000" decimalSeparator="."
groupingSeparator="," id="44">
- <integer key="multiplier" value="100"/>
- <real key="minimum" value="0.10000000000000001"/>
- <real key="maximum" value="2000"/>
- </numberFormatter>
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <action selector="changeScaleFactor:" target="-2"
id="163"/>
- </connections>
- </textField>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="37">
- <rect key="frame" x="20" y="45" width="141" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="selectOne" id="42">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarTextTool"
imageScaling="none" width="27"/>
- <segment image="ToolbarMoveTool"
imageScaling="none" width="27" tag="1"/>
- <segment image="ToolbarMagnifyTool"
imageScaling="none" width="27" tag="2"/>
- <segment image="ToolbarSelectTool"
imageScaling="none" width="27" tag="3"/>
- <segment imageScaling="none" width="27" tag="4"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="changeToolMode:" target="-2"
id="181"/>
- </connections>
- </segmentedControl>
- <textField verticalHuggingPriority="750"
translatesAutoresizingMaskIntoConstraints="NO" id="38">
- <rect key="frame" x="85" y="275" width="50" height="21"/>
- <constraints>
- <constraint firstAttribute="width" constant="50"
id="dgE-6k-Kfl"/>
- </constraints>
- <textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" selectable="YES" editable="YES"
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center"
drawsBackground="YES" id="41">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <binding destination="190" name="value"
keyPath="selection.pageLabel" id="193"/>
- </connections>
- </textField>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="39">
- <rect key="frame" x="20" y="272" width="57" height="25"/>
- <autoresizingMask key="autoresizingMask"/>
- <segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="texturedSquare"
trackingMode="momentary" id="40">
- <font key="font" metaFont="system"/>
- <segments>
- <segment image="ToolbarBack" imageScaling="none"
width="27"/>
- <segment image="ToolbarForward"
imageScaling="none" width="27" tag="1"/>
- </segments>
- </segmentedCell>
- <connections>
- <action selector="goBackOrForward:" target="-2"
id="162"/>
- </connections>
- </segmentedControl>
- <segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="M3M-Fg-kEy">
- <rect key="frame" x="170.5" y="47" width="33" height="23"/>
- <autoresizingMask key="autoresizingMask"/>
@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit