|
@@ -8,47 +8,164 @@
|
|
<objects>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="KMImageToPDFWindowController" customModule="PDF_Office" customModuleProvider="target">
|
|
<customObject id="-2" userLabel="File's Owner" customClass="KMImageToPDFWindowController" customModule="PDF_Office" customModuleProvider="target">
|
|
<connections>
|
|
<connections>
|
|
|
|
+ <outlet property="batchPrecessingBackgroundView" destination="KpB-cI-TfO" id="t42-3y-0ZO"/>
|
|
<outlet property="batchPrecessingView" destination="N4U-HW-jaL" id="HYc-Uz-luD"/>
|
|
<outlet property="batchPrecessingView" destination="N4U-HW-jaL" id="HYc-Uz-luD"/>
|
|
|
|
+ <outlet property="chooseBackgroundView" destination="PXS-tr-tdB" id="ZWK-nB-Ghk"/>
|
|
<outlet property="chooseView" destination="QNq-8o-MgE" id="Ito-NK-3UG"/>
|
|
<outlet property="chooseView" destination="QNq-8o-MgE" id="Ito-NK-3UG"/>
|
|
|
|
+ <outlet property="titleLabel" destination="caz-OH-OLa" id="mxs-JZ-Xi1"/>
|
|
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
|
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
|
</connections>
|
|
</connections>
|
|
</customObject>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
|
|
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
|
|
|
|
+ <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
- <rect key="contentRect" x="196" y="240" width="892" height="554"/>
|
|
|
|
|
|
+ <rect key="contentRect" x="196" y="240" width="1024" height="640"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
|
|
- <value key="minSize" type="size" width="892" height="554"/>
|
|
|
|
|
|
+ <value key="minSize" type="size" width="1024" height="640"/>
|
|
|
|
+ <value key="maxSize" type="size" width="1024" height="640"/>
|
|
<view key="contentView" id="se5-gp-TjO">
|
|
<view key="contentView" id="se5-gp-TjO">
|
|
- <rect key="frame" x="0.0" y="0.0" width="892" height="554"/>
|
|
|
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="1024" height="640"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<subviews>
|
|
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="QNq-8o-MgE" customClass="KMImageToPDFChooseView" customModule="PDF_Office" customModuleProvider="target">
|
|
|
|
- <rect key="frame" x="632" y="0.0" width="260" height="554"/>
|
|
|
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="KpB-cI-TfO">
|
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="764" height="640"/>
|
|
|
|
+ <subviews>
|
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="N4U-HW-jaL" customClass="KMBatchProcessingView" customModule="PDF_Office" customModuleProvider="target">
|
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="764" height="590"/>
|
|
|
|
+ </customView>
|
|
|
|
+ </subviews>
|
|
<constraints>
|
|
<constraints>
|
|
- <constraint firstAttribute="width" constant="260" id="vf1-OG-co0"/>
|
|
|
|
|
|
+ <constraint firstAttribute="trailing" secondItem="N4U-HW-jaL" secondAttribute="trailing" id="FKG-EO-iGA"/>
|
|
|
|
+ <constraint firstItem="N4U-HW-jaL" firstAttribute="leading" secondItem="KpB-cI-TfO" secondAttribute="leading" id="jj1-Nl-PyQ"/>
|
|
|
|
+ <constraint firstAttribute="bottom" secondItem="N4U-HW-jaL" secondAttribute="bottom" id="qsJ-FI-DfG"/>
|
|
|
|
+ <constraint firstItem="N4U-HW-jaL" firstAttribute="top" secondItem="KpB-cI-TfO" secondAttribute="top" constant="50" id="sum-Ks-8RO"/>
|
|
</constraints>
|
|
</constraints>
|
|
</customView>
|
|
</customView>
|
|
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="N4U-HW-jaL" customClass="KMBatchProcessingView" customModule="PDF_Office" customModuleProvider="target">
|
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="632" height="554"/>
|
|
|
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="PXS-tr-tdB">
|
|
|
|
+ <rect key="frame" x="764" y="0.0" width="260" height="640"/>
|
|
|
|
+ <subviews>
|
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="QNq-8o-MgE" customClass="KMImageToPDFChooseView" customModule="PDF_Office" customModuleProvider="target">
|
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="260" height="640"/>
|
|
|
|
+ <constraints>
|
|
|
|
+ <constraint firstAttribute="width" constant="260" id="vf1-OG-co0"/>
|
|
|
|
+ </constraints>
|
|
|
|
+ </customView>
|
|
|
|
+ </subviews>
|
|
|
|
+ <constraints>
|
|
|
|
+ <constraint firstItem="QNq-8o-MgE" firstAttribute="top" secondItem="PXS-tr-tdB" secondAttribute="top" id="MTh-fY-Mbe"/>
|
|
|
|
+ <constraint firstItem="QNq-8o-MgE" firstAttribute="leading" secondItem="PXS-tr-tdB" secondAttribute="leading" id="Q49-yv-JfA"/>
|
|
|
|
+ <constraint firstAttribute="bottom" secondItem="QNq-8o-MgE" secondAttribute="bottom" id="SM6-0o-Va4"/>
|
|
|
|
+ <constraint firstAttribute="trailing" secondItem="QNq-8o-MgE" secondAttribute="trailing" id="eeI-iN-gAX"/>
|
|
|
|
+ <constraint firstAttribute="width" constant="260" id="mRZ-1t-IXL"/>
|
|
|
|
+ </constraints>
|
|
|
|
+ </customView>
|
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="E6R-rA-m7p">
|
|
|
|
+ <rect key="frame" x="0.0" y="590" width="1024" height="50"/>
|
|
|
|
+ <subviews>
|
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="f4J-Jx-DAy">
|
|
|
|
+ <rect key="frame" x="0.0" y="5" width="84" height="40"/>
|
|
|
|
+ <subviews>
|
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cTL-az-iEe">
|
|
|
|
+ <rect key="frame" x="16" y="14" width="12" height="12"/>
|
|
|
|
+ <constraints>
|
|
|
|
+ <constraint firstAttribute="height" constant="12" id="7lk-oj-H8p"/>
|
|
|
|
+ <constraint firstAttribute="width" constant="12" id="f9M-kA-aXX"/>
|
|
|
|
+ </constraints>
|
|
|
|
+ <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_window_close" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="XLl-Sp-EwR">
|
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
|
+ </buttonCell>
|
|
|
|
+ <connections>
|
|
|
|
+ <action selector="closeButtonAction:" target="-2" id="b3S-xB-uvJ"/>
|
|
|
|
+ </connections>
|
|
|
|
+ </button>
|
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="TBJ-Eb-5NA">
|
|
|
|
+ <rect key="frame" x="36" y="14" width="12" height="12"/>
|
|
|
|
+ <constraints>
|
|
|
|
+ <constraint firstAttribute="width" constant="12" id="KPJ-ad-Iaf"/>
|
|
|
|
+ <constraint firstAttribute="height" constant="12" id="mOG-WS-pgY"/>
|
|
|
|
+ </constraints>
|
|
|
|
+ <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_window_shrink" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Yt0-1Y-PZF">
|
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
|
+ </buttonCell>
|
|
|
|
+ <connections>
|
|
|
|
+ <action selector="shrinkButtonAction:" target="-2" id="iOd-pt-yiP"/>
|
|
|
|
+ </connections>
|
|
|
|
+ </button>
|
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="NtL-aM-VWM">
|
|
|
|
+ <rect key="frame" x="56" y="14" width="12" height="12"/>
|
|
|
|
+ <constraints>
|
|
|
|
+ <constraint firstAttribute="height" constant="12" id="MRJ-lI-VTv"/>
|
|
|
|
+ <constraint firstAttribute="width" constant="12" id="V5l-cy-Sp1"/>
|
|
|
|
+ </constraints>
|
|
|
|
+ <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_window_enlarge" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="LIU-aX-exh">
|
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
|
+ </buttonCell>
|
|
|
|
+ <connections>
|
|
|
|
+ <action selector="enlargeButtonAction:" target="-2" id="nlk-2o-A0q"/>
|
|
|
|
+ </connections>
|
|
|
|
+ </button>
|
|
|
|
+ </subviews>
|
|
|
|
+ <constraints>
|
|
|
|
+ <constraint firstItem="TBJ-Eb-5NA" firstAttribute="centerY" secondItem="cTL-az-iEe" secondAttribute="centerY" id="039-Tw-ICe"/>
|
|
|
|
+ <constraint firstItem="NtL-aM-VWM" firstAttribute="leading" secondItem="TBJ-Eb-5NA" secondAttribute="trailing" constant="8" id="0ht-kS-IQV"/>
|
|
|
|
+ <constraint firstAttribute="height" constant="40" id="5aD-Sq-SvW"/>
|
|
|
|
+ <constraint firstItem="cTL-az-iEe" firstAttribute="centerY" secondItem="f4J-Jx-DAy" secondAttribute="centerY" id="6SG-zT-NX5"/>
|
|
|
|
+ <constraint firstItem="TBJ-Eb-5NA" firstAttribute="leading" secondItem="cTL-az-iEe" secondAttribute="trailing" constant="8" id="Bm1-Id-ls6"/>
|
|
|
|
+ <constraint firstItem="cTL-az-iEe" firstAttribute="leading" secondItem="f4J-Jx-DAy" secondAttribute="leading" constant="16" id="OzQ-Ao-muz"/>
|
|
|
|
+ <constraint firstItem="NtL-aM-VWM" firstAttribute="centerY" secondItem="cTL-az-iEe" secondAttribute="centerY" id="YYA-qL-s6j"/>
|
|
|
|
+ <constraint firstAttribute="width" constant="84" id="lf6-80-Wdo"/>
|
|
|
|
+ </constraints>
|
|
|
|
+ </customView>
|
|
|
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="caz-OH-OLa">
|
|
|
|
+ <rect key="frame" x="98" y="17" width="86" height="16"/>
|
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Image to PDF" id="dWF-bQ-5Cw">
|
|
|
|
+ <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 firstAttribute="height" constant="50" id="0ZI-Tw-97a"/>
|
|
|
|
+ <constraint firstItem="caz-OH-OLa" firstAttribute="leading" secondItem="f4J-Jx-DAy" secondAttribute="trailing" constant="16" id="2Nr-Hl-oGe"/>
|
|
|
|
+ <constraint firstItem="caz-OH-OLa" firstAttribute="centerY" secondItem="E6R-rA-m7p" secondAttribute="centerY" id="EjA-g6-hPf"/>
|
|
|
|
+ <constraint firstItem="f4J-Jx-DAy" firstAttribute="centerY" secondItem="E6R-rA-m7p" secondAttribute="centerY" id="PVU-mO-5dI"/>
|
|
|
|
+ <constraint firstItem="f4J-Jx-DAy" firstAttribute="leading" secondItem="E6R-rA-m7p" secondAttribute="leading" id="cph-N8-M91"/>
|
|
|
|
+ </constraints>
|
|
</customView>
|
|
</customView>
|
|
</subviews>
|
|
</subviews>
|
|
<constraints>
|
|
<constraints>
|
|
- <constraint firstAttribute="trailing" secondItem="QNq-8o-MgE" secondAttribute="trailing" id="D5C-RM-dQK"/>
|
|
|
|
- <constraint firstItem="N4U-HW-jaL" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="R5T-xn-mvo"/>
|
|
|
|
- <constraint firstAttribute="bottom" secondItem="QNq-8o-MgE" secondAttribute="bottom" id="W4C-0g-aMw"/>
|
|
|
|
- <constraint firstAttribute="bottom" secondItem="N4U-HW-jaL" secondAttribute="bottom" id="kmx-zg-EyZ"/>
|
|
|
|
- <constraint firstItem="QNq-8o-MgE" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="l5M-jd-PeK"/>
|
|
|
|
- <constraint firstItem="N4U-HW-jaL" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="qWj-CJ-npc"/>
|
|
|
|
- <constraint firstItem="QNq-8o-MgE" firstAttribute="leading" secondItem="N4U-HW-jaL" secondAttribute="trailing" id="y05-rc-wzw"/>
|
|
|
|
|
|
+ <constraint firstAttribute="trailing" secondItem="E6R-rA-m7p" secondAttribute="trailing" id="AlA-bp-rNm"/>
|
|
|
|
+ <constraint firstAttribute="trailing" secondItem="PXS-tr-tdB" secondAttribute="trailing" id="I41-6s-5DB"/>
|
|
|
|
+ <constraint firstAttribute="bottom" secondItem="KpB-cI-TfO" secondAttribute="bottom" id="KsO-jv-3sO"/>
|
|
|
|
+ <constraint firstItem="E6R-rA-m7p" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="OQi-ZN-mDC"/>
|
|
|
|
+ <constraint firstItem="KpB-cI-TfO" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="ZD0-U4-14b"/>
|
|
|
|
+ <constraint firstItem="PXS-tr-tdB" firstAttribute="leading" secondItem="KpB-cI-TfO" secondAttribute="trailing" id="asc-j4-Xn6"/>
|
|
|
|
+ <constraint firstItem="E6R-rA-m7p" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="bp6-QP-eCE"/>
|
|
|
|
+ <constraint firstItem="PXS-tr-tdB" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="eIp-Qk-uUO"/>
|
|
|
|
+ <constraint firstItem="KpB-cI-TfO" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="ieg-yT-lrK"/>
|
|
|
|
+ <constraint firstAttribute="bottom" secondItem="PXS-tr-tdB" secondAttribute="bottom" id="sE7-YZ-GO0"/>
|
|
</constraints>
|
|
</constraints>
|
|
</view>
|
|
</view>
|
|
<connections>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
</connections>
|
|
</connections>
|
|
- <point key="canvasLocation" x="136" y="-56"/>
|
|
|
|
|
|
+ <point key="canvasLocation" x="-26" y="-57"/>
|
|
</window>
|
|
</window>
|
|
|
|
+ <customView id="0pa-Yo-B2i">
|
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="163" height="96"/>
|
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
|
+ <point key="canvasLocation" x="110" y="-450"/>
|
|
|
|
+ </customView>
|
|
</objects>
|
|
</objects>
|
|
|
|
+ <resources>
|
|
|
|
+ <image name="icon_btn_window_close" width="12" height="12"/>
|
|
|
|
+ <image name="icon_btn_window_enlarge" width="12" height="12"/>
|
|
|
|
+ <image name="icon_btn_window_shrink" width="12" height="12"/>
|
|
|
|
+ </resources>
|
|
</document>
|
|
</document>
|