123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMPlanViewController" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="outlineView" destination="8Es-2J-byF" id="AwP-3B-KvW"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="QPl-vD-Dbq"/>
- </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="180" height="70"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <scrollView autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xEa-P5-7CN">
- <rect key="frame" x="0.0" y="0.0" width="180" height="70"/>
- <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="laq-aG-Vai">
- <rect key="frame" x="1" y="1" width="178" height="68"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="sourceList" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" viewBased="YES" indentationPerLevel="13" indentationMarkerFollowsCell="NO" outlineTableColumn="i9s-MT-kLZ" id="8Es-2J-byF">
- <rect key="frame" x="0.0" y="0.0" width="178" height="68"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <size key="intercellSpacing" width="3" height="0.0"/>
- <color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
- <color key="gridColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- <tableColumns>
- <tableColumn width="146" minWidth="16" maxWidth="1000" id="i9s-MT-kLZ">
- <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
- <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
- </tableHeaderCell>
- <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="XPk-BR-SFd">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
- <prototypeCellViews>
- <tableCellView identifier="PlanDataCell" id="C0I-oH-B2j" customClass="KMPlanTableCellView" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="11" y="0.0" width="155" height="24"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Z85-c4-CJv">
- <rect key="frame" x="20" y="4" width="96" height="16"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" focusRingType="none" title="Table View Cell" drawsBackground="YES" id="5bQ-tJ-9hg">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </textFieldCell>
- </textField>
- <button focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="wMd-Rw-rLw">
- <rect key="frame" x="-2" y="3" width="18" height="18"/>
- <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" focusRingType="none" inset="2" id="JhA-XH-n3a">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="planButtonAction:" target="C0I-oH-B2j" id="cXB-Of-7y5"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="Z85-c4-CJv" firstAttribute="leading" secondItem="wMd-Rw-rLw" secondAttribute="trailing" constant="6" id="58S-2o-88N"/>
- <constraint firstItem="wMd-Rw-rLw" firstAttribute="centerY" secondItem="C0I-oH-B2j" secondAttribute="centerY" id="G90-2z-Pji"/>
- <constraint firstItem="Z85-c4-CJv" firstAttribute="centerY" secondItem="C0I-oH-B2j" secondAttribute="centerY" id="pBF-7Q-gcL"/>
- <constraint firstItem="wMd-Rw-rLw" firstAttribute="leading" secondItem="C0I-oH-B2j" secondAttribute="leading" id="rop-lB-TZX"/>
- </constraints>
- <connections>
- <outlet property="planButton" destination="wMd-Rw-rLw" id="5gq-xc-CLK"/>
- <outlet property="planTextField" destination="Z85-c4-CJv" id="8ME-ek-6wq"/>
- </connections>
- </tableCellView>
- </prototypeCellViews>
- </tableColumn>
- </tableColumns>
- <connections>
- <outlet property="dataSource" destination="-2" id="tJE-Ia-tjx"/>
- <outlet property="delegate" destination="-2" id="Ep1-OK-VfO"/>
- </connections>
- </outlineView>
- </subviews>
- <nil key="backgroundColor"/>
- </clipView>
- <constraints>
- <constraint firstAttribute="height" constant="70" id="oe5-nl-Fh0"/>
- </constraints>
- <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="9SF-O5-3Wq">
- <rect key="frame" x="1" y="119" width="238" height="15"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="1Gw-AD-G7g">
- <rect key="frame" x="224" y="17" width="15" height="102"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- </scrollView>
- </subviews>
- <constraints>
- <constraint firstItem="xEa-P5-7CN" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Ata-Vr-6R7"/>
- <constraint firstItem="xEa-P5-7CN" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="WG3-be-ffU"/>
- <constraint firstAttribute="bottom" secondItem="xEa-P5-7CN" secondAttribute="bottom" id="o9g-Mo-brU"/>
- <constraint firstAttribute="trailing" secondItem="xEa-P5-7CN" secondAttribute="trailing" id="xOr-C1-JaL"/>
- </constraints>
- <point key="canvasLocation" x="132.5" y="153.5"/>
- </customView>
- </objects>
- </document>
|