AutoSaveFileItem.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  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="AutoSaveFileItem">
  10. <connections>
  11. <outlet property="checkBtn" destination="v1Y-Bn-0Lp" id="wmq-sW-0Lx"/>
  12. <outlet property="contendView" destination="Fun-BM-aH3" id="b12-g3-wdw"/>
  13. <outlet property="dateLbl" destination="SQZ-ow-8Yh" id="Xwj-sy-vum"/>
  14. <outlet property="headerLineView1" destination="Z2M-is-fSk" id="NKE-fT-pUI"/>
  15. <outlet property="headerLineView2" destination="Whq-Lz-GLU" id="l2U-ds-a8u"/>
  16. <outlet property="headerLineView3" destination="gVD-jG-7XA" id="pTm-dR-uG3"/>
  17. <outlet property="pathLbl" destination="tfJ-C8-1BQ" id="QtW-nL-rRP"/>
  18. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  19. </connections>
  20. </customObject>
  21. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  22. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  23. <customView id="Hz6-mo-xeY">
  24. <rect key="frame" x="0.0" y="0.0" width="560" height="32"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Fun-BM-aH3">
  28. <rect key="frame" x="0.0" y="0.0" width="560" height="32"/>
  29. <subviews>
  30. <customView translatesAutoresizingMaskIntoConstraints="NO" id="f6M-HT-rjf">
  31. <rect key="frame" x="0.0" y="0.0" width="328" height="32"/>
  32. <subviews>
  33. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="tfJ-C8-1BQ">
  34. <rect key="frame" x="14" y="8" width="96" height="16"/>
  35. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="jnw-hd-xp9">
  36. <font key="font" usesAppearanceFont="YES"/>
  37. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  38. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  39. </textFieldCell>
  40. </textField>
  41. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Z2M-is-fSk">
  42. <rect key="frame" x="327" y="0.0" width="1" height="32"/>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="1" id="LGJ-uM-RhO"/>
  45. </constraints>
  46. </customView>
  47. </subviews>
  48. <constraints>
  49. <constraint firstAttribute="trailing" secondItem="Z2M-is-fSk" secondAttribute="trailing" id="F1f-4V-Xlm"/>
  50. <constraint firstItem="Z2M-is-fSk" firstAttribute="top" secondItem="f6M-HT-rjf" secondAttribute="top" id="QEI-6A-c9k"/>
  51. <constraint firstItem="Z2M-is-fSk" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="tfJ-C8-1BQ" secondAttribute="trailing" constant="10" id="RcW-xa-haN"/>
  52. <constraint firstItem="tfJ-C8-1BQ" firstAttribute="centerY" secondItem="f6M-HT-rjf" secondAttribute="centerY" id="iXt-KC-zTm"/>
  53. <constraint firstItem="tfJ-C8-1BQ" firstAttribute="leading" secondItem="f6M-HT-rjf" secondAttribute="leading" constant="16" id="kgm-Bu-yed"/>
  54. <constraint firstAttribute="bottom" secondItem="Z2M-is-fSk" secondAttribute="bottom" id="yPQ-SZ-7kF"/>
  55. </constraints>
  56. </customView>
  57. <customView translatesAutoresizingMaskIntoConstraints="NO" id="lHL-BS-Em8">
  58. <rect key="frame" x="328" y="0.0" width="184" height="32"/>
  59. <subviews>
  60. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="SQZ-ow-8Yh">
  61. <rect key="frame" x="14" y="8" width="96" height="16"/>
  62. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="gMB-L8-Af3">
  63. <font key="font" usesAppearanceFont="YES"/>
  64. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  65. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  66. </textFieldCell>
  67. </textField>
  68. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Whq-Lz-GLU">
  69. <rect key="frame" x="183" y="0.0" width="1" height="32"/>
  70. <constraints>
  71. <constraint firstAttribute="width" constant="1" id="R8m-od-s4V"/>
  72. </constraints>
  73. </customView>
  74. </subviews>
  75. <constraints>
  76. <constraint firstAttribute="bottom" secondItem="Whq-Lz-GLU" secondAttribute="bottom" id="0qc-pB-OCR"/>
  77. <constraint firstAttribute="trailing" secondItem="Whq-Lz-GLU" secondAttribute="trailing" id="H2O-nn-Jt1"/>
  78. <constraint firstItem="SQZ-ow-8Yh" firstAttribute="centerY" secondItem="lHL-BS-Em8" secondAttribute="centerY" id="K1x-1X-Rjl"/>
  79. <constraint firstItem="Whq-Lz-GLU" firstAttribute="top" secondItem="lHL-BS-Em8" secondAttribute="top" id="aKj-4i-crw"/>
  80. <constraint firstItem="SQZ-ow-8Yh" firstAttribute="leading" secondItem="lHL-BS-Em8" secondAttribute="leading" constant="16" id="fn3-GD-jNb"/>
  81. </constraints>
  82. </customView>
  83. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="v1Y-Bn-0Lp">
  84. <rect key="frame" x="528" y="7" width="18" height="18"/>
  85. <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="LNq-44-uDO">
  86. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  87. <font key="font" metaFont="system"/>
  88. </buttonCell>
  89. <connections>
  90. <action selector="checkBtnAction:" target="-2" id="OhZ-Rd-rA1"/>
  91. </connections>
  92. </button>
  93. <customView translatesAutoresizingMaskIntoConstraints="NO" id="gVD-jG-7XA">
  94. <rect key="frame" x="0.0" y="0.0" width="560" height="1"/>
  95. <constraints>
  96. <constraint firstAttribute="height" constant="1" id="V7A-XD-qYY"/>
  97. </constraints>
  98. </customView>
  99. </subviews>
  100. <constraints>
  101. <constraint firstAttribute="bottom" secondItem="lHL-BS-Em8" secondAttribute="bottom" id="05T-v2-sjq"/>
  102. <constraint firstAttribute="bottom" secondItem="gVD-jG-7XA" secondAttribute="bottom" id="5eS-eG-S0m"/>
  103. <constraint firstItem="f6M-HT-rjf" firstAttribute="top" secondItem="Fun-BM-aH3" secondAttribute="top" id="9Jq-Uj-RML"/>
  104. <constraint firstAttribute="bottom" secondItem="f6M-HT-rjf" secondAttribute="bottom" id="Hw3-xz-HD8"/>
  105. <constraint firstItem="lHL-BS-Em8" firstAttribute="top" secondItem="Fun-BM-aH3" secondAttribute="top" id="JNS-lX-rQW"/>
  106. <constraint firstItem="lHL-BS-Em8" firstAttribute="width" secondItem="Fun-BM-aH3" secondAttribute="width" multiplier="184:560" id="NDj-4b-acx"/>
  107. <constraint firstAttribute="trailing" secondItem="gVD-jG-7XA" secondAttribute="trailing" id="T9N-zK-cbB"/>
  108. <constraint firstItem="gVD-jG-7XA" firstAttribute="leading" secondItem="Fun-BM-aH3" secondAttribute="leading" id="Wqu-xZ-SZI"/>
  109. <constraint firstAttribute="trailing" secondItem="v1Y-Bn-0Lp" secondAttribute="trailing" constant="16" id="jyY-tf-KQT"/>
  110. <constraint firstItem="v1Y-Bn-0Lp" firstAttribute="centerY" secondItem="Fun-BM-aH3" secondAttribute="centerY" id="lCc-MW-ZsL"/>
  111. <constraint firstItem="f6M-HT-rjf" firstAttribute="width" secondItem="Fun-BM-aH3" secondAttribute="width" multiplier="328:560" id="qK5-0a-y6n"/>
  112. <constraint firstItem="f6M-HT-rjf" firstAttribute="leading" secondItem="Fun-BM-aH3" secondAttribute="leading" id="z3c-54-OXB"/>
  113. <constraint firstItem="lHL-BS-Em8" firstAttribute="leading" secondItem="f6M-HT-rjf" secondAttribute="trailing" id="zrG-WY-7LH"/>
  114. </constraints>
  115. </customView>
  116. </subviews>
  117. <constraints>
  118. <constraint firstAttribute="trailing" secondItem="Fun-BM-aH3" secondAttribute="trailing" id="0Tp-8n-qRQ"/>
  119. <constraint firstItem="Fun-BM-aH3" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="Geh-mv-Klg"/>
  120. <constraint firstAttribute="bottom" secondItem="Fun-BM-aH3" secondAttribute="bottom" id="USj-A2-pjR"/>
  121. <constraint firstItem="Fun-BM-aH3" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="bnQ-Kn-WQl"/>
  122. </constraints>
  123. <point key="canvasLocation" x="83" y="114"/>
  124. </customView>
  125. </objects>
  126. </document>