123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="MessageVC" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="message" destination="UJN-0c-lcd" id="p6b-5u-SNj"/>
- <outlet property="messageWidthConst" destination="JJP-1c-d9e" id="Tio-oE-8E5"/>
- <outlet property="typeBox" destination="yL3-Hh-MCj" id="laF-G7-Y0F"/>
- <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="632" height="268"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="RcX-7Z-YaS">
- <rect key="frame" x="0.0" y="0.0" width="268" height="268"/>
- <view key="contentView" id="Cn8-3W-Dcq">
- <rect key="frame" x="1" y="1" width="266" height="266"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="UJN-0c-lcd" customClass="ComponentMessage" customModule="KMComponentLibrary">
- <rect key="frame" x="20" y="206" width="200" height="40"/>
- <constraints>
- <constraint firstAttribute="width" constant="200" id="JJP-1c-d9e"/>
- <constraint firstAttribute="height" constant="40" id="eLg-za-soc"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="UJN-0c-lcd" firstAttribute="top" secondItem="Cn8-3W-Dcq" secondAttribute="top" constant="20" id="XgM-kf-AQ2"/>
- <constraint firstItem="UJN-0c-lcd" firstAttribute="leading" secondItem="Cn8-3W-Dcq" secondAttribute="leading" constant="20" id="yA4-Xf-tDP"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="width" secondItem="RcX-7Z-YaS" secondAttribute="height" multiplier="1:1" id="V2p-lR-3eD"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Elh-ME-y5h">
- <rect key="frame" x="288" y="0.0" width="344" height="268"/>
- <view key="contentView" id="Fgk-pO-co6">
- <rect key="frame" x="1" y="1" width="342" height="266"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cxc-IM-ShW">
- <rect key="frame" x="8" y="230" width="41" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Type:" id="k2B-kg-PQ2">
- <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>
- <comboBox focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yL3-Hh-MCj">
- <rect key="frame" x="51" y="226" width="225" height="23"/>
- <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" title="underline_Center" drawsBackground="YES" completes="NO" numberOfVisibleItems="6" id="0CQ-Hr-8VN">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- <objectValues>
- <string>info</string>
- <string>success</string>
- <string>warning</string>
- <string>error</string>
- <string>normal-custom</string>
- <string>Loading...</string>
- </objectValues>
- </comboBoxCell>
- <connections>
- <action selector="messageAction:" target="-2" id="6oE-Ub-zS9"/>
- </connections>
- </comboBox>
- </subviews>
- <constraints>
- <constraint firstItem="yL3-Hh-MCj" firstAttribute="leading" secondItem="cxc-IM-ShW" secondAttribute="trailing" constant="5" id="12p-WE-By0"/>
- <constraint firstItem="cxc-IM-ShW" firstAttribute="leading" secondItem="Fgk-pO-co6" secondAttribute="leading" constant="10" id="4vp-Qe-HGt"/>
- <constraint firstAttribute="trailing" secondItem="yL3-Hh-MCj" secondAttribute="trailing" constant="69" id="O96-1l-W62"/>
- <constraint firstItem="cxc-IM-ShW" firstAttribute="top" secondItem="Fgk-pO-co6" secondAttribute="top" constant="20" id="jve-6c-Yzp"/>
- <constraint firstItem="yL3-Hh-MCj" firstAttribute="centerY" secondItem="cxc-IM-ShW" secondAttribute="centerY" id="vWI-02-p8n"/>
- </constraints>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="Elh-ME-y5h" firstAttribute="leading" secondItem="RcX-7Z-YaS" secondAttribute="trailing" constant="20" id="HAO-lb-gQq"/>
- <constraint firstAttribute="bottom" secondItem="RcX-7Z-YaS" secondAttribute="bottom" id="N3L-zV-y9M"/>
- <constraint firstItem="RcX-7Z-YaS" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="aUc-kF-oLL"/>
- <constraint firstItem="RcX-7Z-YaS" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="av5-WI-Xr9"/>
- <constraint firstAttribute="bottom" secondItem="Elh-ME-y5h" secondAttribute="bottom" id="oe6-zf-XHT"/>
- <constraint firstAttribute="trailing" secondItem="Elh-ME-y5h" secondAttribute="trailing" id="s8l-eI-IMN"/>
- <constraint firstItem="Elh-ME-y5h" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="zSC-S8-F9v"/>
- </constraints>
- <point key="canvasLocation" x="87" y="151"/>
- </customView>
- </objects>
- </document>
|