12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment 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"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe" customClass="AIRedoConfirmView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="168" height="84"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Yht-sZ-aLc">
- <rect key="frame" x="0.0" y="0.0" width="168" height="84"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Crj-NC-BGQ">
- <rect key="frame" x="6" y="36" width="156" height="48"/>
- <constraints>
- <constraint firstAttribute="width" constant="152" id="w7x-ZL-FQj"/>
- </constraints>
- <textFieldCell key="cell" alignment="left" title="Redoing will cost 1 credit. Do you want to redo it?" id="ipH-J9-tkt">
- <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="G4R-se-0w6">
- <rect key="frame" x="1" y="1" width="123" height="32"/>
- <buttonCell key="cell" type="push" title="Redo (1 credit)" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="nBH-pC-Yi9">
- <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="redoAction:" target="c22-O7-iKe" id="rKa-xM-44d"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="Crj-NC-BGQ" firstAttribute="top" secondItem="Yht-sZ-aLc" secondAttribute="top" id="AHX-8t-yEg"/>
- <constraint firstAttribute="bottom" secondItem="G4R-se-0w6" secondAttribute="bottom" constant="8" id="TpF-M3-jQQ"/>
- <constraint firstItem="Crj-NC-BGQ" firstAttribute="leading" secondItem="Yht-sZ-aLc" secondAttribute="leading" constant="8" id="boO-7K-yPz"/>
- <constraint firstItem="G4R-se-0w6" firstAttribute="leading" secondItem="Yht-sZ-aLc" secondAttribute="leading" constant="8" id="cmu-58-6XQ"/>
- <constraint firstItem="G4R-se-0w6" firstAttribute="top" secondItem="Crj-NC-BGQ" secondAttribute="bottom" constant="8" id="p4M-Ff-vvt"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="Yht-sZ-aLc" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="3Tl-PJ-7C5"/>
- <constraint firstItem="Yht-sZ-aLc" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Xep-J9-VZY"/>
- <constraint firstAttribute="bottom" secondItem="Yht-sZ-aLc" secondAttribute="bottom" id="hex-pp-Lwy"/>
- <constraint firstAttribute="trailing" secondItem="Yht-sZ-aLc" secondAttribute="trailing" id="iFf-yK-s7B"/>
- </constraints>
- <connections>
- <outlet property="contendView" destination="Yht-sZ-aLc" id="jcL-tl-DkP"/>
- <outlet property="infoLabel" destination="Crj-NC-BGQ" id="Crt-Xy-rbK"/>
- <outlet property="redoButton" destination="G4R-se-0w6" id="S4f-Iy-Zk6"/>
- </connections>
- <point key="canvasLocation" x="27" y="116"/>
- </customView>
- </objects>
- </document>
|