TestFileCellView.xib 4.9 KB

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