无故事王国
2023-10-25 158f3707711ad4be78a55dc73a98aa1c9acda0dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
        <capability name="System colors in document resources" minToolsVersion="11.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"/>
        <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="DatePickerView" customModule="BrokerDriver" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rNJ-KK-mzo">
                    <rect key="frame" x="0.0" y="652" width="393" height="200"/>
                    <subviews>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="M9B-wG-hSf">
                            <rect key="frame" x="12" y="17" width="47" height="29"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="29" id="GaZ-uw-Ce2"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="14"/>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" title="Cancel">
                                <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            </state>
                            <connections>
                                <action selector="cancelAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="ygq-3E-sxp"/>
                            </connections>
                        </button>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xnE-tz-LK5">
                            <rect key="frame" x="329" y="17" width="55" height="29"/>
                            <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="14"/>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" title="Confirm">
                                <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            </state>
                            <connections>
                                <action selector="confirmAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="Ppv-mv-MUo"/>
                            </connections>
                        </button>
                        <datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="dateAndTime" minuteInterval="1" style="wheels" translatesAutoresizingMaskIntoConstraints="NO" id="NbL-Q1-jY1">
                            <rect key="frame" x="0.0" y="58" width="393" height="142"/>
                        </datePicker>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="xnE-tz-LK5" firstAttribute="top" secondItem="rNJ-KK-mzo" secondAttribute="top" constant="17" id="Aoy-TX-mjp"/>
                        <constraint firstItem="NbL-Q1-jY1" firstAttribute="top" secondItem="M9B-wG-hSf" secondAttribute="bottom" constant="12" id="F13-oy-t5X"/>
                        <constraint firstAttribute="trailing" secondItem="xnE-tz-LK5" secondAttribute="trailing" constant="9" id="Kq9-Vp-W6Z"/>
                        <constraint firstItem="M9B-wG-hSf" firstAttribute="top" secondItem="rNJ-KK-mzo" secondAttribute="top" constant="17" id="ZGk-Nz-F9O"/>
                        <constraint firstItem="NbL-Q1-jY1" firstAttribute="leading" secondItem="rNJ-KK-mzo" secondAttribute="leading" id="hHt-Iv-knF"/>
                        <constraint firstAttribute="height" constant="200" id="oF6-jg-k9E"/>
                        <constraint firstAttribute="trailing" secondItem="NbL-Q1-jY1" secondAttribute="trailing" id="s3b-jQ-7Jc"/>
                        <constraint firstAttribute="bottom" secondItem="NbL-Q1-jY1" secondAttribute="bottom" id="vMn-SE-Tcv"/>
                        <constraint firstItem="M9B-wG-hSf" firstAttribute="leading" secondItem="rNJ-KK-mzo" secondAttribute="leading" constant="12" id="ywr-fO-3Is"/>
                    </constraints>
                </view>
            </subviews>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstAttribute="bottom" secondItem="rNJ-KK-mzo" secondAttribute="bottom" id="8dn-yE-N7X"/>
                <constraint firstItem="rNJ-KK-mzo" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="FaQ-S8-Srf"/>
                <constraint firstAttribute="trailing" secondItem="rNJ-KK-mzo" secondAttribute="trailing" id="K5Q-HG-FhE"/>
            </constraints>
            <connections>
                <outlet property="btn_cancel" destination="M9B-wG-hSf" id="5Ug-0y-S9f"/>
                <outlet property="datePickerView" destination="NbL-Q1-jY1" id="7w2-sL-DVM"/>
                <outlet property="view_container" destination="rNJ-KK-mzo" id="xyZ-IZ-NG1"/>
                <outlet property="view_containerHeiCons" destination="oF6-jg-k9E" id="dVf-Ip-B5l"/>
            </connections>
            <point key="canvasLocation" x="85" y="21"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>