123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMImageToPDFChooseView" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="OCRTilteLable" destination="jrX-yB-GG4" id="Z0s-Wl-lhV"/>
- <outlet property="exportPDFButton" destination="UVe-Ld-JJI" id="aCB-kp-bLh"/>
- <outlet property="exportSelectFileButton" destination="Nsr-mu-C2F" id="Hrl-4Y-4cq"/>
- <outlet property="exportSelectFileLabel" destination="EvJ-eO-qrI" id="jcC-Fu-ohj"/>
- <outlet property="exportTitleLable" destination="wnT-3F-g6I" id="4EI-OQ-THb"/>
- <outlet property="fileImageContentView" destination="4wr-CF-593" id="PQb-QN-kcw"/>
- <outlet property="filePathContentView" destination="J8I-v1-vMZ" id="4QD-DH-fGL"/>
- <outlet property="insertPDFButton" destination="UJo-wM-Q8G" id="bx3-Fh-jRp"/>
- <outlet property="mergePDFButton" destination="p19-DS-5aU" id="lKN-sE-9AA"/>
- <outlet property="needRecognitionButton" destination="24O-b0-fHf" id="aoh-UC-4aR"/>
- <outlet property="newPDFButton" destination="6OL-fG-Gjx" id="B06-Yl-NUA"/>
- <outlet property="saveTXTButton" destination="H77-qf-Mx7" id="j1c-ug-jD8"/>
- <outlet property="selectLanguageButton" destination="KIA-c2-OKO" id="SUq-sk-4kK"/>
- <outlet property="selectLanguageLabel" destination="hNH-hD-Wiy" id="9dN-KI-clk"/>
- <outlet property="titleLabel" destination="4Dk-M4-n9q" id="dqq-kt-nUx"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="gTP-Bx-DSY">
- <rect key="frame" x="0.0" y="0.0" width="260" height="554"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="EzX-5j-ptZ">
- <rect key="frame" x="0.0" y="356" width="260" height="148"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wnT-3F-g6I">
- <rect key="frame" x="14" y="128" width="44" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="1By-Eb-vp0"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Export" id="fGH-vs-iyI">
- <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>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="YyB-Ut-BRv">
- <rect key="frame" x="0.0" y="98" width="260" height="22"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="6OL-fG-Gjx" customClass="KMImageTitleButton" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="16" y="0.0" width="228" height="22"/>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="6OL-fG-Gjx" firstAttribute="top" secondItem="YyB-Ut-BRv" secondAttribute="top" id="IOE-pZ-GFL"/>
- <constraint firstAttribute="trailing" secondItem="6OL-fG-Gjx" secondAttribute="trailing" constant="16" id="MNi-9v-9tL"/>
- <constraint firstAttribute="bottom" secondItem="6OL-fG-Gjx" secondAttribute="bottom" id="Orj-w0-Y6C"/>
- <constraint firstItem="6OL-fG-Gjx" firstAttribute="leading" secondItem="YyB-Ut-BRv" secondAttribute="leading" constant="16" id="Urh-xW-hIi"/>
- <constraint firstAttribute="height" constant="22" id="ZGS-eY-aBU"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="zrO-hg-jel">
- <rect key="frame" x="0.0" y="68" width="260" height="22"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="p19-DS-5aU" customClass="KMImageTitleButton" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="16" y="0.0" width="228" height="22"/>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="p19-DS-5aU" firstAttribute="leading" secondItem="zrO-hg-jel" secondAttribute="leading" constant="16" id="8zq-ux-2af"/>
- <constraint firstItem="p19-DS-5aU" firstAttribute="top" secondItem="zrO-hg-jel" secondAttribute="top" id="Tun-a8-yFa"/>
- <constraint firstAttribute="trailing" secondItem="p19-DS-5aU" secondAttribute="trailing" constant="16" id="WUX-dT-IHi"/>
- <constraint firstAttribute="bottom" secondItem="p19-DS-5aU" secondAttribute="bottom" id="zG3-YM-fa1"/>
- <constraint firstAttribute="height" constant="22" id="zvw-Pi-yaH"/>
- </constraints>
- </customView>
- <customView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="z2a-zX-F3Z">
- <rect key="frame" x="0.0" y="38" width="260" height="22"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="UJo-wM-Q8G" customClass="KMImageTitleButton" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="16" y="0.0" width="228" height="22"/>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="UJo-wM-Q8G" secondAttribute="bottom" id="BO1-Lu-wAb"/>
- <constraint firstAttribute="height" constant="22" id="QzB-sj-R1C"/>
- <constraint firstItem="UJo-wM-Q8G" firstAttribute="top" secondItem="z2a-zX-F3Z" secondAttribute="top" id="Uch-m5-6L3"/>
- <constraint firstItem="UJo-wM-Q8G" firstAttribute="leading" secondItem="z2a-zX-F3Z" secondAttribute="leading" constant="16" id="bbh-25-9vh"/>
- <constraint firstAttribute="trailing" secondItem="UJo-wM-Q8G" secondAttribute="trailing" constant="16" id="kjk-H7-Eow"/>
- </constraints>
- </customView>
- <customView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JSv-Ig-FZf">
- <rect key="frame" x="16" y="-2" width="228" height="32"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="J8I-v1-vMZ">
- <rect key="frame" x="0.0" y="1" width="188" height="30"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EvJ-eO-qrI">
- <rect key="frame" x="6" y="3" width="176" height="22"/>
- <constraints>
- <constraint firstAttribute="height" constant="22" id="onq-C5-eha"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Creat single Worksheet for..." id="4DN-vF-0y3">
- <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="EvJ-eO-qrI" firstAttribute="top" secondItem="J8I-v1-vMZ" secondAttribute="top" constant="5" id="Pvc-o2-X07"/>
- <constraint firstItem="EvJ-eO-qrI" firstAttribute="leading" secondItem="J8I-v1-vMZ" secondAttribute="leading" constant="8" id="zNE-ME-IxG"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="4wr-CF-593">
- <rect key="frame" x="196" y="0.0" width="32" height="32"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Te4-ca-d20">
- <rect key="frame" x="8" y="8" width="16" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="16" id="28A-wP-5xx"/>
- <constraint firstAttribute="height" constant="16" id="Vlt-ki-EZ0"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="icon_btn_file_false" id="KL1-ns-6yM"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="Te4-ca-d20" firstAttribute="centerY" secondItem="4wr-CF-593" secondAttribute="centerY" id="XBc-gV-2S1"/>
- <constraint firstAttribute="height" constant="32" id="XWX-eT-W5E"/>
- <constraint firstAttribute="width" constant="32" id="q0W-pq-YPe"/>
- <constraint firstItem="Te4-ca-d20" firstAttribute="centerX" secondItem="4wr-CF-593" secondAttribute="centerX" id="sSP-TA-rJ0"/>
- </constraints>
- </customView>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Nsr-mu-C2F">
- <rect key="frame" x="0.0" y="0.0" width="228" height="32"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="Ocb-ko-yqi">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="selectFileAction:" target="-2" id="2Dt-jJ-P0h"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="4wr-CF-593" firstAttribute="centerY" secondItem="JSv-Ig-FZf" secondAttribute="centerY" id="2XA-Us-3f1"/>
- <constraint firstAttribute="bottom" secondItem="J8I-v1-vMZ" secondAttribute="bottom" constant="1" id="2np-Cl-GrM"/>
- <constraint firstAttribute="height" constant="32" id="9tN-54-2qO"/>
- <constraint firstItem="Nsr-mu-C2F" firstAttribute="top" secondItem="JSv-Ig-FZf" secondAttribute="top" id="BLK-bX-Pud"/>
- <constraint firstItem="J8I-v1-vMZ" firstAttribute="top" secondItem="JSv-Ig-FZf" secondAttribute="top" constant="1" id="X2g-60-M2h"/>
- <constraint firstItem="Nsr-mu-C2F" firstAttribute="leading" secondItem="JSv-Ig-FZf" secondAttribute="leading" id="XSd-6d-hyX"/>
- <constraint firstAttribute="trailing" secondItem="Nsr-mu-C2F" secondAttribute="trailing" id="ZZb-wL-2hT"/>
- <constraint firstAttribute="bottom" secondItem="Nsr-mu-C2F" secondAttribute="bottom" id="fRC-qI-LTp"/>
- <constraint firstItem="J8I-v1-vMZ" firstAttribute="leading" secondItem="JSv-Ig-FZf" secondAttribute="leading" id="iQv-qO-Zjh"/>
- <constraint firstItem="4wr-CF-593" firstAttribute="leading" secondItem="J8I-v1-vMZ" secondAttribute="trailing" constant="8" id="ke3-wd-Cw8"/>
- <constraint firstAttribute="trailing" secondItem="4wr-CF-593" secondAttribute="trailing" id="qjG-Dr-EfR"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="height" constant="148" id="8vU-D8-l90"/>
- <constraint firstItem="zrO-hg-jel" firstAttribute="top" secondItem="YyB-Ut-BRv" secondAttribute="bottom" constant="8" id="ELA-JG-gqu"/>
- <constraint firstAttribute="trailing" secondItem="zrO-hg-jel" secondAttribute="trailing" id="EpP-cn-QGG"/>
- <constraint firstItem="z2a-zX-F3Z" firstAttribute="leading" secondItem="EzX-5j-ptZ" secondAttribute="leading" id="GuV-1O-pGo"/>
- <constraint firstItem="wnT-3F-g6I" firstAttribute="leading" secondItem="EzX-5j-ptZ" secondAttribute="leading" constant="16" id="JVe-Gf-733"/>
- <constraint firstItem="YyB-Ut-BRv" firstAttribute="leading" secondItem="EzX-5j-ptZ" secondAttribute="leading" id="KbJ-0S-VY9"/>
- <constraint firstItem="JSv-Ig-FZf" firstAttribute="leading" secondItem="EzX-5j-ptZ" secondAttribute="leading" constant="16" id="Sh8-oF-uUx"/>
- <constraint firstAttribute="trailing" secondItem="JSv-Ig-FZf" secondAttribute="trailing" constant="16" id="Wbb-uG-kYD"/>
- <constraint firstItem="wnT-3F-g6I" firstAttribute="top" secondItem="EzX-5j-ptZ" secondAttribute="top" id="cjy-ou-q19"/>
- <constraint firstAttribute="trailing" secondItem="YyB-Ut-BRv" secondAttribute="trailing" id="ejp-D2-rg9"/>
- <constraint firstItem="zrO-hg-jel" firstAttribute="leading" secondItem="EzX-5j-ptZ" secondAttribute="leading" id="iIX-G1-SNs"/>
- <constraint firstItem="JSv-Ig-FZf" firstAttribute="top" secondItem="z2a-zX-F3Z" secondAttribute="bottom" constant="8" id="n3x-oa-aha"/>
- <constraint firstAttribute="trailing" secondItem="z2a-zX-F3Z" secondAttribute="trailing" id="oQA-eG-DQl"/>
- <constraint firstItem="YyB-Ut-BRv" firstAttribute="top" secondItem="wnT-3F-g6I" secondAttribute="bottom" constant="8" id="riX-JT-OZ5"/>
- <constraint firstItem="z2a-zX-F3Z" firstAttribute="top" secondItem="zrO-hg-jel" secondAttribute="bottom" constant="8" id="sgo-O7-JIs"/>
- </constraints>
- </customView>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UVe-Ld-JJI">
- <rect key="frame" x="16" y="16" width="228" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="Brq-8r-9lt"/>
- </constraints>
- <buttonCell key="cell" type="square" title="Export" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="Eks-bL-nEJ">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="exportAction:" target="-2" id="oRW-Ao-yq1"/>
- </connections>
- </button>
- <customView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3Wc-Ha-nYi">
- <rect key="frame" x="0.0" y="220" width="260" height="120"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jrX-yB-GG4">
- <rect key="frame" x="14" y="100" width="86" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="Ptb-in-9s9"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" title="OCR Settings" id="FAO-UE-5mG">
- <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>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="4rj-nG-Rc1">
- <rect key="frame" x="0.0" y="70" width="260" height="22"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="24O-b0-fHf" customClass="KMImageTitleButton" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="16" y="0.0" width="228" height="22"/>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="24O-b0-fHf" secondAttribute="trailing" constant="16" id="QK3-GX-qy1"/>
- <constraint firstItem="24O-b0-fHf" firstAttribute="leading" secondItem="4rj-nG-Rc1" secondAttribute="leading" constant="16" id="Tiw-Xq-APs"/>
- <constraint firstAttribute="height" constant="22" id="eWb-kR-tY7"/>
- <constraint firstItem="24O-b0-fHf" firstAttribute="top" secondItem="4rj-nG-Rc1" secondAttribute="top" id="xuO-1L-dqu"/>
- <constraint firstAttribute="bottom" secondItem="24O-b0-fHf" secondAttribute="bottom" id="yvT-yx-wMW"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="7Kh-IA-gpY">
- <rect key="frame" x="16" y="30" width="228" height="32"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hNH-hD-Wiy">
- <rect key="frame" x="6" y="8" width="192" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Creat single Worksheet for..." id="mrz-P0-tZg">
- <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>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="aSA-nC-apz">
- <rect key="frame" x="208" y="10" width="12" height="12"/>
- <constraints>
- <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="12" id="AYN-hQ-UK1"/>
- <constraint firstAttribute="height" constant="12" id="K0m-N8-ii1"/>
- <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="12" id="fob-AQ-6tZ"/>
- <constraint firstAttribute="width" constant="12" id="h6p-Tk-XGm"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="btn_arrow_gray_down_s_norm_on" id="Avv-k9-ztn"/>
- </imageView>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="KIA-c2-OKO">
- <rect key="frame" x="0.0" y="0.0" width="228" height="32"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="r47-nY-lkW">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="selectLanguageAction:" target="-2" id="lmq-Nb-GOx"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="KIA-c2-OKO" secondAttribute="bottom" id="2mH-Cd-K8u"/>
- <constraint firstItem="hNH-hD-Wiy" firstAttribute="centerY" secondItem="7Kh-IA-gpY" secondAttribute="centerY" id="B78-xt-LJI"/>
- <constraint firstAttribute="trailing" secondItem="hNH-hD-Wiy" secondAttribute="trailing" constant="32" id="Bu3-du-m44"/>
- <constraint firstItem="aSA-nC-apz" firstAttribute="centerY" secondItem="7Kh-IA-gpY" secondAttribute="centerY" id="EiP-Va-nRe"/>
- <constraint firstItem="KIA-c2-OKO" firstAttribute="leading" secondItem="7Kh-IA-gpY" secondAttribute="leading" id="Kkb-zx-FIb"/>
- <constraint firstItem="KIA-c2-OKO" firstAttribute="top" secondItem="7Kh-IA-gpY" secondAttribute="top" id="T51-Et-PTs"/>
- <constraint firstAttribute="trailing" secondItem="aSA-nC-apz" secondAttribute="trailing" constant="8" id="kBs-hl-7Kp"/>
- <constraint firstAttribute="trailing" secondItem="KIA-c2-OKO" secondAttribute="trailing" id="tz3-Dv-4cS"/>
- <constraint firstAttribute="height" constant="32" id="v3c-ck-ekR"/>
- <constraint firstItem="hNH-hD-Wiy" firstAttribute="leading" secondItem="7Kh-IA-gpY" secondAttribute="leading" constant="8" id="ypt-s3-ABi"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="SEa-Rp-Ebr">
- <rect key="frame" x="0.0" y="0.0" width="260" height="22"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="H77-qf-Mx7" customClass="KMImageTitleButton" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="16" y="0.0" width="228" height="22"/>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="H77-qf-Mx7" firstAttribute="leading" secondItem="SEa-Rp-Ebr" secondAttribute="leading" constant="16" id="G8U-WC-uvk"/>
- <constraint firstAttribute="height" constant="22" id="cFA-sK-7n5"/>
- <constraint firstAttribute="trailing" secondItem="H77-qf-Mx7" secondAttribute="trailing" constant="16" id="nRj-Bl-IQf"/>
- <constraint firstItem="H77-qf-Mx7" firstAttribute="top" secondItem="SEa-Rp-Ebr" secondAttribute="top" id="pFw-ej-rGp"/>
- <constraint firstAttribute="bottom" secondItem="H77-qf-Mx7" secondAttribute="bottom" id="uyF-XM-R55"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="SEa-Rp-Ebr" firstAttribute="leading" secondItem="3Wc-Ha-nYi" secondAttribute="leading" id="FbV-B5-BHd"/>
- <constraint firstItem="jrX-yB-GG4" firstAttribute="top" secondItem="3Wc-Ha-nYi" secondAttribute="top" id="NDi-GZ-M7P"/>
- <constraint firstItem="7Kh-IA-gpY" firstAttribute="leading" secondItem="3Wc-Ha-nYi" secondAttribute="leading" constant="16" id="QiV-22-ydC"/>
- <constraint firstItem="7Kh-IA-gpY" firstAttribute="top" secondItem="4rj-nG-Rc1" secondAttribute="bottom" constant="8" id="Vu7-dH-Ahw"/>
- <constraint firstItem="4rj-nG-Rc1" firstAttribute="leading" secondItem="3Wc-Ha-nYi" secondAttribute="leading" id="bgn-xj-UmW"/>
- <constraint firstAttribute="trailing" secondItem="4rj-nG-Rc1" secondAttribute="trailing" id="dah-hC-vRD"/>
- <constraint firstItem="SEa-Rp-Ebr" firstAttribute="top" secondItem="7Kh-IA-gpY" secondAttribute="bottom" constant="8" id="e5i-PK-tut"/>
- <constraint firstItem="4rj-nG-Rc1" firstAttribute="top" secondItem="jrX-yB-GG4" secondAttribute="bottom" constant="8" id="eLZ-e3-f6w"/>
- <constraint firstAttribute="height" constant="120" id="gwD-CI-xP2"/>
- <constraint firstAttribute="trailing" secondItem="7Kh-IA-gpY" secondAttribute="trailing" constant="16" id="hRq-Mg-TcJ"/>
- <constraint firstAttribute="trailing" secondItem="SEa-Rp-Ebr" secondAttribute="trailing" id="uf5-yf-vcr"/>
- <constraint firstItem="jrX-yB-GG4" firstAttribute="leading" secondItem="3Wc-Ha-nYi" secondAttribute="leading" constant="16" id="xp1-Y6-BRo"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="lIk-3P-3cP">
- <rect key="frame" x="0.0" y="504" width="260" height="50"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4Dk-M4-n9q">
- <rect key="frame" x="14" y="17" width="48" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Setting" id="9Be-F4-gAv">
- <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>
- </subviews>
- <constraints>
- <constraint firstItem="4Dk-M4-n9q" firstAttribute="centerY" secondItem="lIk-3P-3cP" secondAttribute="centerY" id="BfE-NO-lS4"/>
- <constraint firstItem="4Dk-M4-n9q" firstAttribute="leading" secondItem="lIk-3P-3cP" secondAttribute="leading" constant="16" id="C5d-2R-ZAR"/>
- <constraint firstAttribute="height" constant="50" id="zom-hd-qgo"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="EzX-5j-ptZ" secondAttribute="trailing" id="9GD-AX-GqJ"/>
- <constraint firstAttribute="width" constant="260" id="A6V-1q-kX1"/>
- <constraint firstAttribute="trailing" secondItem="lIk-3P-3cP" secondAttribute="trailing" id="Nex-ax-Di6"/>
- <constraint firstAttribute="trailing" secondItem="3Wc-Ha-nYi" secondAttribute="trailing" id="Qlj-aC-QZq"/>
- <constraint firstAttribute="trailing" secondItem="UVe-Ld-JJI" secondAttribute="trailing" constant="16" id="Y8d-Em-dVD"/>
- <constraint firstItem="3Wc-Ha-nYi" firstAttribute="leading" secondItem="gTP-Bx-DSY" secondAttribute="leading" id="ewX-fD-QbI"/>
- <constraint firstAttribute="bottom" secondItem="UVe-Ld-JJI" secondAttribute="bottom" constant="16" id="gLY-Xn-sgd"/>
- <constraint firstItem="lIk-3P-3cP" firstAttribute="leading" secondItem="gTP-Bx-DSY" secondAttribute="leading" id="h0r-eO-UdV"/>
- <constraint firstItem="lIk-3P-3cP" firstAttribute="top" secondItem="gTP-Bx-DSY" secondAttribute="top" id="n2S-FE-bMg"/>
- <constraint firstItem="3Wc-Ha-nYi" firstAttribute="top" secondItem="EzX-5j-ptZ" secondAttribute="bottom" constant="16" id="nM5-mq-QvO"/>
- <constraint firstItem="EzX-5j-ptZ" firstAttribute="leading" secondItem="gTP-Bx-DSY" secondAttribute="leading" id="w4b-zg-6GY"/>
- <constraint firstItem="UVe-Ld-JJI" firstAttribute="leading" secondItem="gTP-Bx-DSY" secondAttribute="leading" constant="16" id="wSd-77-3gm"/>
- <constraint firstItem="EzX-5j-ptZ" firstAttribute="top" secondItem="lIk-3P-3cP" secondAttribute="bottom" id="zgw-8T-O9I"/>
- </constraints>
- <point key="canvasLocation" x="-17" y="-19"/>
- </customView>
- </objects>
- <resources>
- <image name="btn_arrow_gray_down_s_norm_on" width="12" height="12"/>
- <image name="icon_btn_file_false" width="16" height="16"/>
- </resources>
- </document>
|