ComponentProgressBigCircle.xib 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
  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" customClass="ComponentProgressBigCircle" customModule="KMComponentLibrary" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contendBox" destination="Dxl-3D-4XD" id="Op6-1v-60Z"/>
  12. <outlet property="titleLabel" destination="tEd-i3-H2l" id="Jbd-jb-G9a"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="c22-O7-iKe">
  18. <rect key="frame" x="0.0" y="0.0" width="80" height="80"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Dxl-3D-4XD">
  22. <rect key="frame" x="0.0" y="0.0" width="80" height="80"/>
  23. <view key="contentView" id="cu5-It-Uyp">
  24. <rect key="frame" x="0.0" y="0.0" width="80" height="80"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tEd-i3-H2l">
  28. <rect key="frame" x="-2" y="32" width="84" height="16"/>
  29. <constraints>
  30. <constraint firstAttribute="width" constant="80" id="FBu-gU-YdA"/>
  31. </constraints>
  32. <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="20%" id="U8h-lw-Stj">
  33. <font key="font" usesAppearanceFont="YES"/>
  34. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  35. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  36. </textFieldCell>
  37. </textField>
  38. </subviews>
  39. <constraints>
  40. <constraint firstItem="tEd-i3-H2l" firstAttribute="leading" secondItem="cu5-It-Uyp" secondAttribute="leading" id="6dM-g9-cXU"/>
  41. <constraint firstItem="tEd-i3-H2l" firstAttribute="centerY" secondItem="cu5-It-Uyp" secondAttribute="centerY" id="Eyx-g2-RPu"/>
  42. <constraint firstAttribute="trailing" secondItem="tEd-i3-H2l" secondAttribute="trailing" id="IiR-nX-u5X"/>
  43. </constraints>
  44. </view>
  45. </box>
  46. </subviews>
  47. <constraints>
  48. <constraint firstAttribute="trailing" secondItem="Dxl-3D-4XD" secondAttribute="trailing" id="Uha-Wu-R9n"/>
  49. <constraint firstItem="Dxl-3D-4XD" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="gRA-69-Sth"/>
  50. <constraint firstAttribute="bottom" secondItem="Dxl-3D-4XD" secondAttribute="bottom" id="h26-Wo-lyS"/>
  51. <constraint firstItem="Dxl-3D-4XD" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="sZO-kw-Dsn"/>
  52. </constraints>
  53. <connections>
  54. <outlet property="contendBox" destination="Dxl-3D-4XD" id="yEs-1C-pn8"/>
  55. <outlet property="titleLabel" destination="tEd-i3-H2l" id="5Pt-Id-vfC"/>
  56. </connections>
  57. <point key="canvasLocation" x="132" y="-72"/>
  58. </customView>
  59. </objects>
  60. </document>