12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMSigntureViewItem">
- <connections>
- <outlet property="contendView" destination="2B3-pm-Vma" id="Brv-at-HWU"/>
- <outlet property="deleteIconBtn" destination="o7x-9r-sOc" id="G7b-51-rAV"/>
- <outlet property="iconImg" destination="UhD-yF-ZIM" id="K71-sA-vDy"/>
- <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="228" height="64"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="2B3-pm-Vma">
- <rect key="frame" x="0.0" y="0.0" width="228" height="64"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="UhD-yF-ZIM">
- <rect key="frame" x="0.0" y="0.0" width="228" height="64"/>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="eDR-Fq-gAP"/>
- </imageView>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="o7x-9r-sOc">
- <rect key="frame" x="196" y="32" width="30" height="30"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMImageNameUXIconBtnCloseNor" imagePosition="only" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="Ila-Cl-Vdj">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="Yqs-7z-DBZ"/>
- <constraint firstAttribute="height" constant="30" id="qBR-rC-TAe"/>
- </constraints>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="o7x-9r-sOc" firstAttribute="top" secondItem="2B3-pm-Vma" secondAttribute="top" constant="2" id="PFh-U1-95c"/>
- <constraint firstAttribute="bottom" secondItem="UhD-yF-ZIM" secondAttribute="bottom" id="RBr-cC-NId"/>
- <constraint firstItem="UhD-yF-ZIM" firstAttribute="top" secondItem="2B3-pm-Vma" secondAttribute="top" id="eEk-R2-SoC"/>
- <constraint firstItem="UhD-yF-ZIM" firstAttribute="leading" secondItem="2B3-pm-Vma" secondAttribute="leading" id="foh-jc-In4"/>
- <constraint firstAttribute="trailing" secondItem="UhD-yF-ZIM" secondAttribute="trailing" id="fp5-FK-8L4"/>
- <constraint firstAttribute="trailing" secondItem="o7x-9r-sOc" secondAttribute="trailing" constant="2" id="lGH-Vw-F4a"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="2B3-pm-Vma" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Z5Y-3l-Ccp"/>
- <constraint firstAttribute="bottom" secondItem="2B3-pm-Vma" secondAttribute="bottom" id="v3p-T1-cRf"/>
- <constraint firstAttribute="trailing" secondItem="2B3-pm-Vma" secondAttribute="trailing" id="wV7-Q1-ZKX"/>
- <constraint firstItem="2B3-pm-Vma" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="xaW-tT-RKu"/>
- </constraints>
- <point key="canvasLocation" x="81" y="132"/>
- </customView>
- </objects>
- <resources>
- <image name="KMImageNameUXIconBtnCloseNor" width="16" height="16"/>
- </resources>
- </document>
|