123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?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="ComponentButton" customModule="KMComponentLibrary" customModuleProvider="target">
- <connections>
- <outlet property="contendBox" destination="9NN-PM-HfC" id="63j-mF-bgf"/>
- <outlet property="label" destination="5zb-R4-lFE" id="MSr-vn-Hba"/>
- <outlet property="leftIcon" destination="eod-1a-vcr" id="aic-vO-GGr"/>
- <outlet property="leftImgLeftConst" destination="Qbt-tQ-q6J" id="sbJ-1w-jDb"/>
- <outlet property="leftImgWidthConst" destination="Jru-ch-BtO" id="AcY-K4-hUm"/>
- <outlet property="rightIcon" destination="JuI-wo-ih4" id="IgS-4S-Xm5"/>
- <outlet property="rightImgRightConst" destination="CqF-CZ-hiL" id="uup-tY-tOw"/>
- <outlet property="rightImgWidthConst" destination="KX2-vf-tRn" id="ZhJ-Jo-Kxe"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe">
- <rect key="frame" x="0.0" y="0.0" width="205" height="56"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="9NN-PM-HfC">
- <rect key="frame" x="0.0" y="0.0" width="205" height="56"/>
- <view key="contentView" id="EFI-YK-cfg">
- <rect key="frame" x="0.0" y="0.0" width="205" height="56"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="eod-1a-vcr">
- <rect key="frame" x="24" y="18" width="20" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="Jru-ch-BtO"/>
- <constraint firstAttribute="width" secondItem="eod-1a-vcr" secondAttribute="height" multiplier="1:1" id="gXp-0k-kkn"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" id="dzc-OM-GnR"/>
- </imageView>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="JuI-wo-ih4">
- <rect key="frame" x="161" y="18" width="20" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="KX2-vf-tRn"/>
- <constraint firstAttribute="width" secondItem="JuI-wo-ih4" secondAttribute="height" multiplier="1:1" id="PIs-pl-1Qy"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="Atk-fi-JdD"/>
- </imageView>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5zb-R4-lFE">
- <rect key="frame" x="57" y="11" width="91" height="35"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" alignment="center" id="O6J-0X-hk1">
- <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 firstAttribute="trailing" secondItem="JuI-wo-ih4" secondAttribute="trailing" constant="24" id="CqF-CZ-hiL"/>
- <constraint firstItem="eod-1a-vcr" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="24" id="Qbt-tQ-q6J"/>
- <constraint firstItem="eod-1a-vcr" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="Rtp-kz-sPi"/>
- <constraint firstAttribute="bottom" secondItem="9NN-PM-HfC" secondAttribute="bottom" id="SOi-6E-5su"/>
- <constraint firstItem="9NN-PM-HfC" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Uns-EU-3Qb"/>
- <constraint firstAttribute="trailing" secondItem="9NN-PM-HfC" secondAttribute="trailing" id="Zyh-nN-uM7"/>
- <constraint firstItem="JuI-wo-ih4" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="qW8-mo-ugR"/>
- <constraint firstItem="9NN-PM-HfC" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="qzf-5c-dkO"/>
- </constraints>
- <connections>
- <outlet property="contendBox" destination="9NN-PM-HfC" id="tyx-bx-q1p"/>
- <outlet property="label" destination="5zb-R4-lFE" id="WbM-1W-MdN"/>
- <outlet property="rightIcon" destination="JuI-wo-ih4" id="r7s-76-Zfg"/>
- </connections>
- <point key="canvasLocation" x="-52.5" y="228"/>
- </customView>
- </objects>
- </document>
|