12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <tableCellView id="Ob6-j8-aNh" customClass="TestFileCellView" customModule="KdanAuto" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="339" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="EgA-BQ-X23">
- <rect key="frame" x="-2" y="9" width="219" height="16"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="4yb-fM-clL">
- <font key="font" metaFont="smallSystem"/>
- <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <customView id="Dg0-nG-U3m">
- <rect key="frame" x="0.0" y="0.0" width="339" height="1"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- </customView>
- <button verticalHuggingPriority="750" id="1iY-9V-oMo">
- <rect key="frame" x="204" y="-2" width="96" height="32"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
- <buttonCell key="cell" type="push" title="更新对照图" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="fG4-an-Nhx">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="cellTitle"/>
- </buttonCell>
- <connections>
- <action selector="replaceAction:" target="Ob6-j8-aNh" id="Biy-Jl-sf8"/>
- </connections>
- </button>
- <button verticalHuggingPriority="750" id="k7x-WS-SBq">
- <rect key="frame" x="291" y="-1" width="48" height="32"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
- <buttonCell key="cell" type="bevel" title="100%" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="3nC-F1-RVr">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="smallSystem"/>
- </buttonCell>
- <connections>
- <action selector="showReportAction:" target="Ob6-j8-aNh" id="m1v-7B-LUA"/>
- </connections>
- </button>
- <progressIndicator hidden="YES" maxValue="100" displayedWhenStopped="NO" indeterminate="YES" controlSize="small" style="spinning" id="sSA-JI-nga">
- <rect key="frame" x="314" y="7" width="16" height="16"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
- </progressIndicator>
- </subviews>
- <connections>
- <outlet property="_progressView" destination="sSA-JI-nga" id="cnX-Qr-MPd"/>
- <outlet property="_replaceBtn" destination="1iY-9V-oMo" id="oZj-hx-Yyo"/>
- <outlet property="_sepLine" destination="Dg0-nG-U3m" id="fck-m4-6W4"/>
- <outlet property="_testReportBtn" destination="k7x-WS-SBq" id="Aku-Zy-2rn"/>
- <outlet property="_titleLbl" destination="EgA-BQ-X23" id="Kft-ve-pVP"/>
- <outlet property="textField" destination="EgA-BQ-X23" id="j2n-kB-6EY"/>
- </connections>
- <point key="canvasLocation" x="-494.5" y="93"/>
- </tableCellView>
- </objects>
- </document>
|