123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <?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" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment 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="KMScreenShotEditViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="cancelButton" destination="QtS-lt-sQP" id="xof-g5-e6h"/>
- <outlet property="confirmButton" destination="a1A-fC-bwR" id="xyj-Mq-Zb7"/>
- <outlet property="heightIdentifyLabel" destination="CB0-qG-FAs" id="uy8-k6-0xI"/>
- <outlet property="heightLabel" destination="sft-Tq-YTs" id="Sg3-dL-vYR"/>
- <outlet property="heightStepper" destination="VD5-eA-egT" id="OMi-34-xCd"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- <outlet property="widthIdentifyLabel" destination="uAO-cn-tjZ" id="F08-tn-eyf"/>
- <outlet property="widthLabel" destination="Sng-bk-6xH" id="3aZ-U5-3bb"/>
- <outlet property="widthStepper" destination="9tO-9w-vfj" id="83P-RP-4Jd"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="212" height="62"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="uAO-cn-tjZ">
- <rect key="frame" x="8" y="36" width="44" height="16"/>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Width:" id="Sbm-hP-Bma">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="CB0-qG-FAs">
- <rect key="frame" x="8" y="10" width="48" height="16"/>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Height:" id="Jsf-Fm-kcX">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Sng-bk-6xH">
- <rect key="frame" x="53" y="36" width="44" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="40" id="uGl-r6-esr"/>
- </constraints>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="100" id="1eD-Wk-QJ4">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sft-Tq-YTs">
- <rect key="frame" x="57" y="10" width="44" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="40" id="4iR-fJ-mYE"/>
- </constraints>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="100" id="w1W-iz-gIu">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9tO-9w-vfj">
- <rect key="frame" x="96" y="30" width="19" height="28"/>
- <stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" id="7QU-Ll-j2h"/>
- <connections>
- <action selector="stepperClicked_HeightStepper:" target="-2" id="QcT-M5-Yl9"/>
- </connections>
- </stepper>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="a1A-fC-bwR">
- <rect key="frame" x="125" y="27" width="84" height="32"/>
- <buttonCell key="cell" type="push" title="ok" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="1XN-UV-1ss">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="buttonClicked_ConfirmButton:" target="-2" id="kjX-Ff-ACP"/>
- </connections>
- </button>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QtS-lt-sQP">
- <rect key="frame" x="125" y="1" width="84" height="32"/>
- <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="86U-gD-RIG">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- <string key="keyEquivalent" base64-UTF8="YES">
- Gw
- </string>
- </buttonCell>
- <connections>
- <action selector="buttonClicked_CancelButton:" target="-2" id="5Pq-ft-8Pd"/>
- </connections>
- </button>
- <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VD5-eA-egT">
- <rect key="frame" x="96" y="4" width="19" height="28"/>
- <stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" id="8dU-Xa-Gbb"/>
- <connections>
- <action selector="stepperClicked_HeightStepper:" target="-2" id="4sd-03-dDk"/>
- </connections>
- </stepper>
- </subviews>
- <constraints>
- <constraint firstItem="a1A-fC-bwR" firstAttribute="leading" secondItem="9tO-9w-vfj" secondAttribute="trailing" constant="20" id="4u8-Sb-943"/>
- <constraint firstItem="Sng-bk-6xH" firstAttribute="leading" secondItem="uAO-cn-tjZ" secondAttribute="trailing" constant="5" id="56j-Rw-AfV"/>
- <constraint firstItem="VD5-eA-egT" firstAttribute="leading" secondItem="9tO-9w-vfj" secondAttribute="leading" id="AmS-ei-ssQ"/>
- <constraint firstItem="Sng-bk-6xH" firstAttribute="centerY" secondItem="uAO-cn-tjZ" secondAttribute="centerY" id="Go8-YQ-eJH"/>
- <constraint firstItem="CB0-qG-FAs" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="10" id="IEE-ri-l9K"/>
- <constraint firstItem="uAO-cn-tjZ" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="J6a-60-MHV"/>
- <constraint firstItem="uAO-cn-tjZ" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="10" id="NA6-J3-VxJ"/>
- <constraint firstItem="QtS-lt-sQP" firstAttribute="width" secondItem="a1A-fC-bwR" secondAttribute="width" id="Qs3-27-bhM"/>
- <constraint firstItem="9tO-9w-vfj" firstAttribute="centerY" secondItem="uAO-cn-tjZ" secondAttribute="centerY" id="UNV-0x-Hrq"/>
- <constraint firstItem="CB0-qG-FAs" firstAttribute="top" secondItem="uAO-cn-tjZ" secondAttribute="bottom" constant="10" id="VYg-jX-mI8"/>
- <constraint firstItem="sft-Tq-YTs" firstAttribute="centerY" secondItem="CB0-qG-FAs" secondAttribute="centerY" id="WUh-R3-9cM"/>
- <constraint firstAttribute="bottom" secondItem="CB0-qG-FAs" secondAttribute="bottom" constant="10" id="ZGe-BN-cl5"/>
- <constraint firstItem="VD5-eA-egT" firstAttribute="centerY" secondItem="CB0-qG-FAs" secondAttribute="centerY" id="dVc-Cz-ifU"/>
- <constraint firstItem="sft-Tq-YTs" firstAttribute="leading" secondItem="CB0-qG-FAs" secondAttribute="trailing" constant="5" id="eDk-nI-Qbh"/>
- <constraint firstItem="VD5-eA-egT" firstAttribute="leading" secondItem="sft-Tq-YTs" secondAttribute="trailing" id="fvk-g9-lsX"/>
- <constraint firstItem="QtS-lt-sQP" firstAttribute="leading" secondItem="a1A-fC-bwR" secondAttribute="leading" id="h64-ph-yxI"/>
- <constraint firstItem="QtS-lt-sQP" firstAttribute="centerY" secondItem="CB0-qG-FAs" secondAttribute="centerY" id="n3J-Ld-Fux"/>
- <constraint firstItem="a1A-fC-bwR" firstAttribute="centerY" secondItem="uAO-cn-tjZ" secondAttribute="centerY" id="vBd-gP-yr0"/>
- <constraint firstAttribute="trailing" secondItem="a1A-fC-bwR" secondAttribute="trailing" constant="10" id="xhO-MC-PhE"/>
- </constraints>
- <point key="canvasLocation" x="-9" y="86"/>
- </customView>
- </objects>
- </document>
|