123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <?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="KMBatchOperateImageToPDFViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="actionButton" destination="HkY-4k-ShL" id="8zS-qE-smL"/>
- <outlet property="appendBackView" destination="k0c-vv-NPP" id="qiK-0Y-Nqs"/>
- <outlet property="appendOtherPDFBtn" destination="H4C-li-Hhm" id="kmI-0Y-YVe"/>
- <outlet property="appendPDFBtn" destination="lwQ-xY-nsX" id="GEN-0Q-t29"/>
- <outlet property="appendTextField" destination="AKV-3R-iGQ" id="MmJ-ov-KsS"/>
- <outlet property="btnMerge" destination="Sf1-WE-VzB" id="n9e-oY-Rpj"/>
- <outlet property="createNewPDFBtn" destination="cYX-Yt-gnO" id="bku-Gy-hF3"/>
- <outlet property="languaeBox" destination="0xe-05-6j8" id="GM8-Xz-c6p"/>
- <outlet property="languageButton" destination="Que-YG-sCE" id="Obq-iW-LWJ"/>
- <outlet property="ocrLabel" destination="hyp-2H-elp" id="7wX-ia-0Rp"/>
- <outlet property="ocrSelectBtn" destination="DvB-9f-Xgt" id="UdG-6d-27f"/>
- <outlet property="outputTypeLabel" destination="aPB-Pb-64w" id="BBp-lK-MNk"/>
- <outlet property="planBox" destination="xu7-RV-DKR" id="ihz-bb-VhO"/>
- <outlet property="planButton" destination="9go-Ka-u3z" id="nxW-wW-rQJ"/>
- <outlet property="saveAsButton" destination="mXd-Rx-c3O" id="nnV-Rw-wSx"/>
- <outlet property="selectLanguageLabel" destination="LnK-B0-rGp" id="Lb0-iZ-L6g"/>
- <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="480" height="425"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aPB-Pb-64w">
- <rect key="frame" x="14" y="398" width="42" height="17"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="dr8-xu-eZp">
- <font key="font" metaFont="systemBold" size="14"/>
- <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="cYX-Yt-gnO">
- <rect key="frame" x="14" y="368" width="148" height="18"/>
- <buttonCell key="cell" type="radio" title="New PDF Document" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="8NR-LX-ScR">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="buttonClicked_CreateNewPDF:" target="-2" id="dnc-f7-GgF"/>
- </connections>
- </button>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="Sf1-WE-VzB">
- <rect key="frame" x="32" y="345" width="87" height="18"/>
- <buttonCell key="cell" type="check" title="Merge All" bezelStyle="regularSquare" imagePosition="left" inset="2" id="Gdy-u9-gi5">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lwQ-xY-nsX">
- <rect key="frame" x="14" y="306" width="225" height="18"/>
- <buttonCell key="cell" type="radio" title="Append to existing fil or portfolio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="BMo-hm-pTQ">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="buttonClicked_AppendOtherPDF:" target="-2" id="OC7-87-QhX"/>
- </connections>
- </button>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="k0c-vv-NPP">
- <rect key="frame" x="34" y="279" width="430" height="24"/>
- <subviews>
- <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AKV-3R-iGQ">
- <rect key="frame" x="-1" y="1" width="404" height="22"/>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" state="on" alignment="left" id="V8A-qR-hoa" customClass="KMTextFieldCell" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="H4C-li-Hhm">
- <rect key="frame" x="401" y="0.0" width="28" height="24"/>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="KMImageNameOpenFile" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="T5v-RZ-nb1">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="width" constant="28" id="cGD-0f-Kll"/>
- </constraints>
- <connections>
- <action selector="buttonItemClicked_AppendOtherPDF:" target="-2" id="G4A-vQ-x00"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="H4C-li-Hhm" firstAttribute="leading" secondItem="AKV-3R-iGQ" secondAttribute="trailing" id="4NY-9U-sDf"/>
- <constraint firstItem="H4C-li-Hhm" firstAttribute="centerY" secondItem="k0c-vv-NPP" secondAttribute="centerY" id="5Mg-b9-ZY3"/>
- <constraint firstAttribute="height" constant="24" id="6ZG-u1-LnN"/>
- <constraint firstAttribute="bottom" secondItem="H4C-li-Hhm" secondAttribute="bottom" id="Kaw-wW-X51"/>
- <constraint firstAttribute="bottom" secondItem="AKV-3R-iGQ" secondAttribute="bottom" constant="1" id="R4a-Ex-V6B"/>
- <constraint firstItem="AKV-3R-iGQ" firstAttribute="top" secondItem="k0c-vv-NPP" secondAttribute="top" constant="1" id="Szo-Nb-Hlj"/>
- <constraint firstItem="AKV-3R-iGQ" firstAttribute="leading" secondItem="k0c-vv-NPP" secondAttribute="leading" constant="1" id="kGW-1Y-uow"/>
- <constraint firstItem="H4C-li-Hhm" firstAttribute="top" secondItem="k0c-vv-NPP" secondAttribute="top" id="viv-cf-9iS"/>
- <constraint firstAttribute="trailing" secondItem="H4C-li-Hhm" secondAttribute="trailing" constant="1" id="yPh-Rs-3eg"/>
- </constraints>
- </customView>
- <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HkY-4k-ShL">
- <rect key="frame" x="16" y="20" width="448" height="32"/>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="aGb-jV-PpH">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="mfI-CG-DGv"/>
- </constraints>
- <connections>
- <action selector="buttonClicked_ImageToPDF:" target="-2" id="yfO-U1-Svw"/>
- </connections>
- </button>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hyp-2H-elp">
- <rect key="frame" x="14" y="230" width="35" height="17"/>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="OCR" id="SLY-wg-469">
- <font key="font" metaFont="systemBold" size="14"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="mXd-Rx-c3O">
- <rect key="frame" x="32" y="71" width="102" height="18"/>
- <buttonCell key="cell" type="check" title="Save as TXT" bezelStyle="regularSquare" imagePosition="left" inset="2" id="yMl-Im-6Oy">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- <button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gJA-ad-BvI">
- <rect key="frame" x="440" y="97" width="26" height="26"/>
- <buttonCell key="cell" type="help" bezelStyle="helpButton" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Ik9-0w-YNF">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="width" constant="21" id="Mn0-It-ogu"/>
- <constraint firstAttribute="height" constant="21" id="v6b-Yx-hGX"/>
- </constraints>
- <connections>
- <action selector="buttonClicked_Help:" target="-2" id="fm7-KZ-WtB"/>
- </connections>
- </button>
- <box boxType="custom" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="0xe-05-6j8">
- <rect key="frame" x="34" y="99" width="404" height="24"/>
- <view key="contentView" id="Sfo-EK-dRW">
- <rect key="frame" x="1" y="1" width="402" height="22"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Que-YG-sCE">
- <rect key="frame" x="0.0" y="-2" width="398" height="24"/>
- <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSDescendingSortIndicator" imagePosition="right" alignment="left" imageScaling="proportionallyDown" inset="2" id="RHP-PZ-KGD">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="tEd-dj-ZnT"/>
- </constraints>
- <connections>
- <action selector="buttonClicked_ChooseLanguage:" target="-2" id="S94-NT-iXo"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="Que-YG-sCE" firstAttribute="top" secondItem="Sfo-EK-dRW" secondAttribute="top" id="8Me-bP-4k5"/>
- <constraint firstAttribute="trailing" secondItem="Que-YG-sCE" secondAttribute="trailing" constant="4" id="c3q-yB-DUv"/>
- <constraint firstItem="Que-YG-sCE" firstAttribute="leading" secondItem="Sfo-EK-dRW" secondAttribute="leading" id="kmn-MX-fEb"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="W4o-2n-HHz"/>
- </constraints>
- </box>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="DvB-9f-Xgt">
- <rect key="frame" x="14" y="195" width="84" height="18"/>
- <buttonCell key="cell" type="check" title="OCR Plan" bezelStyle="regularSquare" imagePosition="left" inset="2" id="nDI-6p-sba">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="buttonClicked_OCRSelect:" target="-2" id="SXt-Gi-ldi"/>
- </connections>
- </button>
- <box boxType="custom" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="xu7-RV-DKR">
- <rect key="frame" x="34" y="163" width="430" height="24"/>
- <view key="contentView" id="U53-s6-6nW">
- <rect key="frame" x="1" y="1" width="428" height="22"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9go-Ka-u3z">
- <rect key="frame" x="0.0" y="-2" width="424" height="24"/>
- <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSDescendingSortIndicator" imagePosition="right" alignment="left" imageScaling="proportionallyDown" inset="2" id="2zY-MC-UG7">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="gou-up-daG"/>
- </constraints>
- <connections>
- <action selector="buttonClicked_ChoosePlan:" target="-2" id="tqP-v0-wzB"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="9go-Ka-u3z" firstAttribute="top" secondItem="U53-s6-6nW" secondAttribute="top" id="8MJ-ro-IHu"/>
- <constraint firstItem="9go-Ka-u3z" firstAttribute="leading" secondItem="U53-s6-6nW" secondAttribute="leading" id="bVd-6r-ClJ"/>
- <constraint firstAttribute="trailing" secondItem="9go-Ka-u3z" secondAttribute="trailing" constant="4" id="dFT-Vn-Dy4"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="GZN-BA-UHl"/>
- </constraints>
- </box>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LnK-B0-rGp">
- <rect key="frame" x="32" y="131" width="37" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Pba-1m-xRx">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="xu7-RV-DKR" firstAttribute="top" secondItem="DvB-9f-Xgt" secondAttribute="bottom" constant="9" id="4vj-GV-hlg"/>
- <constraint firstItem="lwQ-xY-nsX" firstAttribute="top" secondItem="Sf1-WE-VzB" secondAttribute="bottom" constant="23" id="6Ma-jA-EeT"/>
- <constraint firstItem="HkY-4k-ShL" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="89C-67-SEc"/>
- <constraint firstItem="LnK-B0-rGp" firstAttribute="leading" secondItem="xu7-RV-DKR" secondAttribute="leading" id="9x7-70-cgs"/>
- <constraint firstItem="gJA-ad-BvI" firstAttribute="leading" secondItem="0xe-05-6j8" secondAttribute="trailing" constant="5" id="F71-ii-T0z"/>
- <constraint firstItem="0xe-05-6j8" firstAttribute="leading" secondItem="Sf1-WE-VzB" secondAttribute="leading" id="Ghm-t1-ET6"/>
- <constraint firstItem="k0c-vv-NPP" firstAttribute="leading" secondItem="Sf1-WE-VzB" secondAttribute="leading" id="INv-ai-ab9"/>
- <constraint firstItem="0xe-05-6j8" firstAttribute="top" secondItem="LnK-B0-rGp" secondAttribute="bottom" constant="8" id="IbM-ET-fpF"/>
- <constraint firstItem="Sf1-WE-VzB" firstAttribute="top" secondItem="cYX-Yt-gnO" secondAttribute="bottom" constant="7" id="LkA-nk-5sh"/>
- <constraint firstItem="cYX-Yt-gnO" firstAttribute="top" secondItem="aPB-Pb-64w" secondAttribute="bottom" constant="13" id="TeU-vK-ErS"/>
- <constraint firstItem="aPB-Pb-64w" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="UbP-Fa-eTV"/>
- <constraint firstItem="DvB-9f-Xgt" firstAttribute="leading" secondItem="hyp-2H-elp" secondAttribute="leading" id="XyT-9R-eIO"/>
- <constraint firstAttribute="bottom" secondItem="HkY-4k-ShL" secondAttribute="bottom" constant="20" id="YyJ-nz-wuP"/>
- <constraint firstItem="gJA-ad-BvI" firstAttribute="centerY" secondItem="0xe-05-6j8" secondAttribute="centerY" id="b5C-zZ-uoa"/>
- <constraint firstItem="aPB-Pb-64w" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="cm2-wz-AP3"/>
- <constraint firstAttribute="trailing" secondItem="k0c-vv-NPP" secondAttribute="trailing" constant="16" id="dEN-Bs-9oC"/>
- <constraint firstItem="xu7-RV-DKR" firstAttribute="trailing" secondItem="k0c-vv-NPP" secondAttribute="trailing" id="ePZ-m2-erM"/>
- <constraint firstItem="mXd-Rx-c3O" firstAttribute="top" secondItem="0xe-05-6j8" secondAttribute="bottom" constant="11" id="evq-KN-Xwq"/>
- <constraint firstItem="xu7-RV-DKR" firstAttribute="leading" secondItem="Sf1-WE-VzB" secondAttribute="leading" id="fyS-0U-CJM"/>
- <constraint firstItem="LnK-B0-rGp" firstAttribute="top" secondItem="xu7-RV-DKR" secondAttribute="bottom" constant="16" id="g6b-iG-T0X"/>
- <constraint firstItem="HkY-4k-ShL" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="jIY-t3-U5D"/>
- <constraint firstItem="k0c-vv-NPP" firstAttribute="top" secondItem="lwQ-xY-nsX" secondAttribute="bottom" constant="4" id="jUW-x8-4aX"/>
- <constraint firstItem="lwQ-xY-nsX" firstAttribute="leading" secondItem="aPB-Pb-64w" secondAttribute="leading" id="kVr-oh-CY2"/>
- <constraint firstItem="DvB-9f-Xgt" firstAttribute="top" secondItem="hyp-2H-elp" secondAttribute="bottom" constant="18" id="kxm-lu-bCL"/>
- <constraint firstItem="hyp-2H-elp" firstAttribute="leading" secondItem="aPB-Pb-64w" secondAttribute="leading" id="mdU-8E-lPS"/>
- <constraint firstItem="gJA-ad-BvI" firstAttribute="trailing" secondItem="k0c-vv-NPP" secondAttribute="trailing" id="nTH-mg-Z0g"/>
- <constraint firstItem="hyp-2H-elp" firstAttribute="top" secondItem="k0c-vv-NPP" secondAttribute="bottom" constant="32" id="qP4-2t-rG9"/>
- <constraint firstItem="mXd-Rx-c3O" firstAttribute="leading" secondItem="0xe-05-6j8" secondAttribute="leading" id="rJ4-0r-4NH"/>
- <constraint firstItem="HkY-4k-ShL" firstAttribute="top" relation="greaterThanOrEqual" secondItem="mXd-Rx-c3O" secondAttribute="bottom" constant="20" id="rqm-ei-Qo0"/>
- <constraint firstItem="Sf1-WE-VzB" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="34" id="se3-wj-gNP"/>
- <constraint firstItem="cYX-Yt-gnO" firstAttribute="leading" secondItem="aPB-Pb-64w" secondAttribute="leading" id="yIs-gc-xSI"/>
- </constraints>
- <point key="canvasLocation" x="-141" y="181"/>
- </customView>
- </objects>
- <resources>
- <image name="KMImageNameOpenFile" width="16" height="16"/>
- <image name="NSDescendingSortIndicator" width="9" height="9"/>
- </resources>
- </document>
|