1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMTextHintWindowController" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="actionButton" destination="x5y-RO-Lmv" id="rq1-LN-0Xl"/>
- <outlet property="detailTextfield" destination="ry0-kd-mg3" id="hOn-CU-p3h"/>
- <outlet property="headerTextField" destination="l42-pQ-rSZ" id="LEa-NJ-HMr"/>
- <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="240" width="385" height="258"/>
- <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="385" height="133"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="l42-pQ-rSZ">
- <rect key="frame" x="22" y="99" width="184" height="16"/>
- <textFieldCell key="cell" selectable="YES" title="Cannot add conversion task" id="NfC-Cv-b95">
- <font key="font" metaFont="systemBold"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="ry0-kd-mg3">
- <rect key="frame" x="22" y="46" width="341" height="45"/>
- <textFieldCell key="cell" selectable="YES" id="wDd-jS-7Pi">
- <font key="font" metaFont="cellTitle"/>
- <string key="title">The current conversion is in progress...
- Please wait for the conversion to be completed before proceeding.</string>
- <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="x5y-RO-Lmv">
- <rect key="frame" x="303" y="11" width="75" height="32"/>
- <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5pj-EG-tmU">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- <string key="keyEquivalent" base64-UTF8="YES">
- DQ
- </string>
- </buttonCell>
- <connections>
- <action selector="buttonClicked_Action:" target="-2" id="zpF-T3-a6t"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="ry0-kd-mg3" secondAttribute="trailing" constant="24" id="7Av-f2-oJO"/>
- <constraint firstItem="ry0-kd-mg3" firstAttribute="leading" secondItem="l42-pQ-rSZ" secondAttribute="leading" id="9X3-pO-YU0"/>
- <constraint firstAttribute="trailing" secondItem="x5y-RO-Lmv" secondAttribute="trailing" constant="14" id="D6Q-bI-Xh9"/>
- <constraint firstItem="l42-pQ-rSZ" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="18" id="EQb-qq-tfG"/>
- <constraint firstItem="ry0-kd-mg3" firstAttribute="top" secondItem="l42-pQ-rSZ" secondAttribute="bottom" constant="8" id="W21-yo-QVO"/>
- <constraint firstItem="x5y-RO-Lmv" firstAttribute="top" secondItem="ry0-kd-mg3" secondAttribute="bottom" constant="8" id="WzS-9m-BQr"/>
- <constraint firstAttribute="bottom" secondItem="x5y-RO-Lmv" secondAttribute="bottom" constant="18" id="Z74-pW-WEo"/>
- <constraint firstItem="l42-pQ-rSZ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="24" id="a2c-AF-SJc"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="-147.5" y="107"/>
- </window>
- </objects>
- </document>
|