|
@@ -7,7 +7,7 @@
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
|
<objects>
|
|
|
- <customObject id="-2" userLabel="File's Owner" customClass="KMPrintPreviewView" customModule="PDF_Master" customModuleProvider="target">
|
|
|
+ <customObject id="-2" userLabel="File's Owner" customClass="KMPrintPreviewView" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
<connections>
|
|
|
<outlet property="currentPageTextField" destination="kAa-KE-xvz" id="go0-Ju-aOG"/>
|
|
|
<outlet property="nextButton" destination="aL4-Zm-ckR" id="5bn-Qa-tBh"/>
|
|
@@ -35,7 +35,7 @@
|
|
|
<pdfView autoresizesSubviews="NO" wantsLayer="YES" displayMode="singlePage" translatesAutoresizingMaskIntoConstraints="NO" id="Sws-Vc-u7D">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="180" height="248"/>
|
|
|
</pdfView>
|
|
|
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="1lQ-Db-XbA" customClass="KMPrintPosterPreviewView" customModule="PDF_Master" customModuleProvider="target">
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="1lQ-Db-XbA" customClass="KMPrintPosterPreviewView" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="180" height="248"/>
|
|
|
</customView>
|
|
|
</subviews>
|
|
@@ -66,7 +66,7 @@
|
|
|
<customView translatesAutoresizingMaskIntoConstraints="NO" id="6T9-7c-n7B">
|
|
|
<rect key="frame" x="56" y="7" width="100" height="40"/>
|
|
|
<subviews>
|
|
|
- <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kAa-KE-xvz" customClass="KMBaseTextField" customModule="PDF_Master" customModuleProvider="target">
|
|
|
+ <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kAa-KE-xvz" customClass="KMBaseTextField" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
<rect key="frame" x="-2" y="12" width="54" height="16"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="50" id="wM0-HX-OL1"/>
|
|
@@ -107,7 +107,7 @@
|
|
|
</customView>
|
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aL4-Zm-ckR">
|
|
|
<rect key="frame" x="164" y="15" width="24" height="24"/>
|
|
|
- <buttonCell key="cell" type="square" title="->" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="qlc-in-usF">
|
|
|
+ <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSGoRightTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="qlc-in-usF">
|
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
<font key="font" metaFont="system"/>
|
|
|
</buttonCell>
|
|
@@ -121,7 +121,7 @@
|
|
|
</button>
|
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Exe-SJ-Ntq">
|
|
|
<rect key="frame" x="24" y="15" width="24" height="24"/>
|
|
|
- <buttonCell key="cell" type="square" title="<-" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="nbC-RY-oVe">
|
|
|
+ <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSGoLeftTemplate" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="nbC-RY-oVe">
|
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
<font key="font" metaFont="system"/>
|
|
|
</buttonCell>
|
|
@@ -165,4 +165,8 @@
|
|
|
<point key="canvasLocation" x="-183" y="90"/>
|
|
|
</customView>
|
|
|
</objects>
|
|
|
+ <resources>
|
|
|
+ <image name="NSGoLeftTemplate" width="128" height="128"/>
|
|
|
+ <image name="NSGoRightTemplate" width="128" height="128"/>
|
|
|
+ </resources>
|
|
|
</document>
|