123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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="System colors introduced in macOS 10.13" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMBatchOperateOCRFViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- </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="436" height="279"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Bce-fk-DUK">
- <rect key="frame" x="81" y="191" width="35" height="15"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="F4D-My-x5U">
- <font key="font" metaFont="cellTitle"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <box ambiguous="YES" boxType="custom" borderType="bezel" borderWidth="0.0" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="UkG-li-FGz">
- <rect key="frame" x="83" y="161" width="244" height="22"/>
- <view key="contentView" id="ZYc-2E-9d3">
- <rect key="frame" x="0.0" y="0.0" width="244" height="22"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="22" id="JJ9-h0-u9Z"/>
- <constraint firstAttribute="width" constant="244" id="obb-nz-5yI"/>
- </constraints>
- <color key="fillColor" name="findHighlightColor" catalog="System" colorSpace="catalog"/>
- </box>
- <box ambiguous="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="qwC-Rh-dRx">
- <rect key="frame" x="83" y="121" width="244" height="32"/>
- <view key="contentView" ambiguous="YES" id="qqy-qw-KC6">
- <rect key="frame" x="0.0" y="0.0" width="244" height="32"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="8tQ-5n-ESH"/>
- </constraints>
- <color key="fillColor" name="findHighlightColor" catalog="System" colorSpace="catalog"/>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="qwC-Rh-dRx" firstAttribute="top" secondItem="UkG-li-FGz" secondAttribute="bottom" constant="8" id="XPL-2P-i5j"/>
- <constraint firstItem="UkG-li-FGz" firstAttribute="top" secondItem="Bce-fk-DUK" secondAttribute="bottom" constant="8" id="dFJ-AP-TTb"/>
- </constraints>
- <point key="canvasLocation" x="89" y="-9.5"/>
- </customView>
- </objects>
- </document>
|