123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="AutoSaveFileItem">
- <connections>
- <outlet property="checkBtn" destination="v1Y-Bn-0Lp" id="wmq-sW-0Lx"/>
- <outlet property="contendView" destination="Fun-BM-aH3" id="b12-g3-wdw"/>
- <outlet property="dateLbl" destination="SQZ-ow-8Yh" id="Xwj-sy-vum"/>
- <outlet property="headerLineView1" destination="Z2M-is-fSk" id="NKE-fT-pUI"/>
- <outlet property="headerLineView2" destination="Whq-Lz-GLU" id="l2U-ds-a8u"/>
- <outlet property="headerLineView3" destination="gVD-jG-7XA" id="pTm-dR-uG3"/>
- <outlet property="pathLbl" destination="tfJ-C8-1BQ" id="QtW-nL-rRP"/>
- <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="560" height="32"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Fun-BM-aH3">
- <rect key="frame" x="0.0" y="0.0" width="560" height="32"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="f6M-HT-rjf">
- <rect key="frame" x="0.0" y="0.0" width="328" height="32"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="tfJ-C8-1BQ">
- <rect key="frame" x="14" y="8" width="96" height="16"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="jnw-hd-xp9">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Z2M-is-fSk">
- <rect key="frame" x="327" y="0.0" width="1" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="1" id="LGJ-uM-RhO"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Z2M-is-fSk" secondAttribute="trailing" id="F1f-4V-Xlm"/>
- <constraint firstItem="Z2M-is-fSk" firstAttribute="top" secondItem="f6M-HT-rjf" secondAttribute="top" id="QEI-6A-c9k"/>
- <constraint firstItem="Z2M-is-fSk" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="tfJ-C8-1BQ" secondAttribute="trailing" constant="10" id="RcW-xa-haN"/>
- <constraint firstItem="tfJ-C8-1BQ" firstAttribute="centerY" secondItem="f6M-HT-rjf" secondAttribute="centerY" id="iXt-KC-zTm"/>
- <constraint firstItem="tfJ-C8-1BQ" firstAttribute="leading" secondItem="f6M-HT-rjf" secondAttribute="leading" constant="16" id="kgm-Bu-yed"/>
- <constraint firstAttribute="bottom" secondItem="Z2M-is-fSk" secondAttribute="bottom" id="yPQ-SZ-7kF"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="lHL-BS-Em8">
- <rect key="frame" x="328" y="0.0" width="184" height="32"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="SQZ-ow-8Yh">
- <rect key="frame" x="14" y="8" width="96" height="16"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="gMB-L8-Af3">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Whq-Lz-GLU">
- <rect key="frame" x="183" y="0.0" width="1" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="1" id="R8m-od-s4V"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="Whq-Lz-GLU" secondAttribute="bottom" id="0qc-pB-OCR"/>
- <constraint firstAttribute="trailing" secondItem="Whq-Lz-GLU" secondAttribute="trailing" id="H2O-nn-Jt1"/>
- <constraint firstItem="SQZ-ow-8Yh" firstAttribute="centerY" secondItem="lHL-BS-Em8" secondAttribute="centerY" id="K1x-1X-Rjl"/>
- <constraint firstItem="Whq-Lz-GLU" firstAttribute="top" secondItem="lHL-BS-Em8" secondAttribute="top" id="aKj-4i-crw"/>
- <constraint firstItem="SQZ-ow-8Yh" firstAttribute="leading" secondItem="lHL-BS-Em8" secondAttribute="leading" constant="16" id="fn3-GD-jNb"/>
- </constraints>
- </customView>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="v1Y-Bn-0Lp">
- <rect key="frame" x="528" y="7" width="18" height="18"/>
- <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="LNq-44-uDO">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="checkBtnAction:" target="-2" id="OhZ-Rd-rA1"/>
- </connections>
- </button>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="gVD-jG-7XA">
- <rect key="frame" x="0.0" y="0.0" width="560" height="1"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="V7A-XD-qYY"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="lHL-BS-Em8" secondAttribute="bottom" id="05T-v2-sjq"/>
- <constraint firstAttribute="bottom" secondItem="gVD-jG-7XA" secondAttribute="bottom" id="5eS-eG-S0m"/>
- <constraint firstItem="f6M-HT-rjf" firstAttribute="top" secondItem="Fun-BM-aH3" secondAttribute="top" id="9Jq-Uj-RML"/>
- <constraint firstAttribute="bottom" secondItem="f6M-HT-rjf" secondAttribute="bottom" id="Hw3-xz-HD8"/>
- <constraint firstItem="lHL-BS-Em8" firstAttribute="top" secondItem="Fun-BM-aH3" secondAttribute="top" id="JNS-lX-rQW"/>
- <constraint firstItem="lHL-BS-Em8" firstAttribute="width" secondItem="Fun-BM-aH3" secondAttribute="width" multiplier="184:560" id="NDj-4b-acx"/>
- <constraint firstAttribute="trailing" secondItem="gVD-jG-7XA" secondAttribute="trailing" id="T9N-zK-cbB"/>
- <constraint firstItem="gVD-jG-7XA" firstAttribute="leading" secondItem="Fun-BM-aH3" secondAttribute="leading" id="Wqu-xZ-SZI"/>
- <constraint firstAttribute="trailing" secondItem="v1Y-Bn-0Lp" secondAttribute="trailing" constant="16" id="jyY-tf-KQT"/>
- <constraint firstItem="v1Y-Bn-0Lp" firstAttribute="centerY" secondItem="Fun-BM-aH3" secondAttribute="centerY" id="lCc-MW-ZsL"/>
- <constraint firstItem="f6M-HT-rjf" firstAttribute="width" secondItem="Fun-BM-aH3" secondAttribute="width" multiplier="328:560" id="qK5-0a-y6n"/>
- <constraint firstItem="f6M-HT-rjf" firstAttribute="leading" secondItem="Fun-BM-aH3" secondAttribute="leading" id="z3c-54-OXB"/>
- <constraint firstItem="lHL-BS-Em8" firstAttribute="leading" secondItem="f6M-HT-rjf" secondAttribute="trailing" id="zrG-WY-7LH"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Fun-BM-aH3" secondAttribute="trailing" id="0Tp-8n-qRQ"/>
- <constraint firstItem="Fun-BM-aH3" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="Geh-mv-Klg"/>
- <constraint firstAttribute="bottom" secondItem="Fun-BM-aH3" secondAttribute="bottom" id="USj-A2-pjR"/>
- <constraint firstItem="Fun-BM-aH3" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="bnQ-Kn-WQl"/>
- </constraints>
- <point key="canvasLocation" x="83" y="114"/>
- </customView>
- </objects>
- </document>
|