| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
- <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="363" id="KGk-i7-Jjw" customClass="LogSearchTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="389" height="363"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="389" height="363"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="创建人" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ajO-gv-6pa">
- <rect key="frame" x="10" y="20" width="80" height="20.5"/>
- <constraints>
- <constraint firstAttribute="width" constant="80" id="ShO-hK-T5W"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FG4-z9-1Yn">
- <rect key="frame" x="0.0" y="55" width="750" height="1"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gLq-Cx-wtt">
- <rect key="frame" x="8" y="66" width="373" height="30"/>
- <state key="normal" title="请选择创建人">
- <color key="titleColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- <connections>
- <action selector="createrClickAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="n7A-uf-tGY"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JV9-VN-bPR">
- <rect key="frame" x="0.0" y="55" width="750" height="1"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="开始日期" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iUx-6x-a4h">
- <rect key="frame" x="10" y="111" width="80" height="20.5"/>
- <constraints>
- <constraint firstAttribute="width" constant="80" id="Z0b-ER-zM3"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4l7-MP-YRm">
- <rect key="frame" x="0.0" y="101" width="750" height="1"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- </view>
- <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lsd-rB-cGq">
- <rect key="frame" x="0.0" y="147" width="750" height="1"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Aju-nA-rfc">
- <rect key="frame" x="8" y="158" width="373" height="30"/>
- <state key="normal" title="请选择开始日期">
- <color key="titleColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- <connections>
- <action selector="selectStartDateAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="UZP-TA-mRQ"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Dtf-Y8-UKo">
- <rect key="frame" x="0.0" y="193" width="750" height="1"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="结束日期" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WFl-wL-BWh">
- <rect key="frame" x="10" y="204" width="80" height="20.5"/>
- <constraints>
- <constraint firstAttribute="width" constant="80" id="0DS-a9-ajP"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OPm-72-MEZ">
- <rect key="frame" x="0.0" y="239" width="750" height="1"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="v8S-3e-0iE">
- <rect key="frame" x="8" y="250" width="373" height="30"/>
- <state key="normal" title="请选择结束日期">
- <color key="titleColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- <connections>
- <action selector="selectEndDate:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="TR1-gK-edq"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="g1Q-tc-Q37">
- <rect key="frame" x="0.0" y="285" width="750" height="1"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailingMargin" secondItem="v8S-3e-0iE" secondAttribute="trailing" id="2YJ-Av-8PD"/>
- <constraint firstItem="ajO-gv-6pa" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="12" id="2sl-1m-V1x"/>
- <constraint firstItem="ajO-gv-6pa" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="2" id="33U-OX-GHC"/>
- <constraint firstItem="Aju-nA-rfc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="4OF-uL-xEk"/>
- <constraint firstItem="gLq-Cx-wtt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="Hz9-5h-97V"/>
- <constraint firstItem="gLq-Cx-wtt" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="58" id="NSZ-mI-Y73"/>
- <constraint firstItem="iUx-6x-a4h" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="2" id="Rut-cy-Ec6"/>
- <constraint firstItem="WFl-wL-BWh" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="196" id="SYN-ZB-O0v"/>
- <constraint firstItem="iUx-6x-a4h" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="103" id="VV1-Oh-Vqq"/>
- <constraint firstAttribute="trailingMargin" secondItem="Aju-nA-rfc" secondAttribute="trailing" id="dci-jQ-aep"/>
- <constraint firstItem="v8S-3e-0iE" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="fcd-mK-POG"/>
- <constraint firstItem="v8S-3e-0iE" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="242" id="fow-yQ-l7a"/>
- <constraint firstItem="WFl-wL-BWh" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="2" id="hEh-t3-BU5"/>
- <constraint firstItem="Aju-nA-rfc" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="150" id="nZl-jY-EiQ"/>
- <constraint firstAttribute="trailingMargin" secondItem="gLq-Cx-wtt" secondAttribute="trailing" id="p5r-Sm-hyi"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="createrBtn" destination="gLq-Cx-wtt" id="zYa-WY-tLR"/>
- <outlet property="endDateBtn" destination="v8S-3e-0iE" id="NKo-hJ-aqH"/>
- <outlet property="startDateBtn" destination="Aju-nA-rfc" id="kEy-46-Yi8"/>
- </connections>
- <point key="canvasLocation" x="67.5" y="251.5"/>
- </tableViewCell>
- </objects>
- </document>
|