无故事王国
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?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="Safe area layout guides" minToolsVersion="9.0"/>
        <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"/>
        <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="_WalletTCell" rowHeight="134" id="KGk-i7-Jjw" customClass="WalletTCell" customModule="BrokerDriver" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="382" height="134"/>
            <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="382" height="134"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tvd-re-KSz">
                        <rect key="frame" x="14" y="4" width="354" height="126"/>
                        <subviews>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yFl-NK-kEv">
                                <rect key="frame" x="7" y="9" width="37.666666666666664" height="17"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="17" id="dkf-07-vPT"/>
                                </constraints>
                                <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
                                <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="$0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WoI-PJ-0sK">
                                <rect key="frame" x="7" y="34" width="19" height="17"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="17" id="ufD-ls-bLm"/>
                                </constraints>
                                <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
                                <color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IcE-m0-3Yl">
                                <rect key="frame" x="7" y="58" width="347" height="0.6666666666666643"/>
                                <color key="backgroundColor" red="0.84705882352941175" green="0.84705882352941175" blue="0.84705882352941175" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="0.5" id="Snv-zc-V3F"/>
                                </constraints>
                            </view>
                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BOE-P3-HcU">
                                <rect key="frame" x="276" y="15" width="71" height="31"/>
                                <color key="backgroundColor" red="0.7803921568627451" green="0.043137254901960784" blue="0.043137254901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="31" id="5Ao-Lc-ufW"/>
                                    <constraint firstAttribute="width" constant="71" id="aoz-EQ-VQA"/>
                                </constraints>
                                <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
                                <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                <state key="normal" title="UnPaid"/>
                                <state key="disabled" title="Paid"/>
                                <userDefinedRuntimeAttributes>
                                    <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                                        <real key="value" value="4"/>
                                    </userDefinedRuntimeAttribute>
                                </userDefinedRuntimeAttributes>
                            </button>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Invoices time:--" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oAm-kA-bZi">
                                <rect key="frame" x="7" y="68.666666666666671" width="340" height="14"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="14" id="nhC-rd-4vT"/>
                                </constraints>
                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
                                <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Due date:--" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fcC-CD-liB">
                                <rect key="frame" x="7" y="89.666666666666671" width="340" height="14"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="14" id="NHn-uy-4uk"/>
                                </constraints>
                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
                                <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
                                <nil key="highlightedColor"/>
                            </label>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        <constraints>
                            <constraint firstItem="WoI-PJ-0sK" firstAttribute="leading" secondItem="yFl-NK-kEv" secondAttribute="leading" id="2fZ-nI-lFW"/>
                            <constraint firstItem="IcE-m0-3Yl" firstAttribute="top" secondItem="WoI-PJ-0sK" secondAttribute="bottom" constant="7" id="4y8-aC-Srz"/>
                            <constraint firstAttribute="trailing" secondItem="fcC-CD-liB" secondAttribute="trailing" constant="7" id="5v6-gO-ucG"/>
                            <constraint firstItem="IcE-m0-3Yl" firstAttribute="top" secondItem="BOE-P3-HcU" secondAttribute="bottom" constant="12" id="7UI-nT-Fh0"/>
                            <constraint firstItem="fcC-CD-liB" firstAttribute="top" secondItem="oAm-kA-bZi" secondAttribute="bottom" constant="7" id="Iah-7R-4kr"/>
                            <constraint firstItem="yFl-NK-kEv" firstAttribute="leading" secondItem="tvd-re-KSz" secondAttribute="leading" constant="7" id="JmY-8R-35t"/>
                            <constraint firstItem="oAm-kA-bZi" firstAttribute="top" secondItem="IcE-m0-3Yl" secondAttribute="bottom" constant="10" id="UL2-vv-gi9"/>
                            <constraint firstItem="fcC-CD-liB" firstAttribute="leading" secondItem="tvd-re-KSz" secondAttribute="leading" constant="7" id="WCG-gc-Wdm"/>
                            <constraint firstAttribute="trailing" secondItem="IcE-m0-3Yl" secondAttribute="trailing" id="aY8-yn-JgV"/>
                            <constraint firstAttribute="bottom" secondItem="fcC-CD-liB" secondAttribute="bottom" priority="750" constant="10" id="bcr-TF-PLH"/>
                            <constraint firstItem="IcE-m0-3Yl" firstAttribute="leading" secondItem="tvd-re-KSz" secondAttribute="leading" constant="7" id="bd5-df-6xw"/>
                            <constraint firstItem="WoI-PJ-0sK" firstAttribute="top" secondItem="yFl-NK-kEv" secondAttribute="bottom" constant="8" id="ga0-lT-jzH"/>
                            <constraint firstItem="oAm-kA-bZi" firstAttribute="leading" secondItem="tvd-re-KSz" secondAttribute="leading" constant="7" id="k3x-mR-iPq"/>
                            <constraint firstAttribute="trailing" secondItem="BOE-P3-HcU" secondAttribute="trailing" constant="7" id="kmS-0R-7gl"/>
                            <constraint firstAttribute="trailing" secondItem="oAm-kA-bZi" secondAttribute="trailing" constant="7" id="oib-93-fFb"/>
                            <constraint firstItem="yFl-NK-kEv" firstAttribute="top" secondItem="tvd-re-KSz" secondAttribute="top" constant="9" id="sn2-3K-N2t"/>
                        </constraints>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstItem="tvd-re-KSz" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="4" id="BUm-EP-i5i"/>
                    <constraint firstItem="tvd-re-KSz" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="Sgt-Gw-VxD"/>
                    <constraint firstAttribute="bottom" secondItem="tvd-re-KSz" secondAttribute="bottom" constant="4" id="dpe-yZ-WC6"/>
                    <constraint firstAttribute="trailing" secondItem="tvd-re-KSz" secondAttribute="trailing" constant="14" id="s0x-a5-PuK"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="btn_state" destination="BOE-P3-HcU" id="Zcu-CS-1Ug"/>
                <outlet property="label_dueDate" destination="fcC-CD-liB" id="Lbm-tg-QEJ"/>
                <outlet property="label_invoicesTime" destination="oAm-kA-bZi" id="fDo-Iv-jsb"/>
                <outlet property="label_price" destination="WoI-PJ-0sK" id="Zbh-cX-gl5"/>
                <outlet property="label_shipmentsID" destination="yFl-NK-kEv" id="06U-ze-8ZE"/>
                <outlet property="view_container" destination="tvd-re-KSz" id="QWb-b2-jdR"/>
            </connections>
            <point key="canvasLocation" x="131.29770992366412" y="49.295774647887328"/>
        </tableViewCell>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>