123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
- <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" customClass="PosViewController" customModule="xingchuangke" customModuleProvider="target">
- <connections>
- <outlet property="activeBtn" destination="zhy-4t-7d3" id="q6Z-W0-Zbv"/>
- <outlet property="bindBtn" destination="qen-Ag-C6F" id="7HJ-EL-biA"/>
- <outlet property="imgBackground" destination="FD4-Nq-moa" id="slI-bx-DfI"/>
- <outlet property="searchBtn" destination="f4M-Jt-vYE" id="bKT-4z-gCk"/>
- <outlet property="searchTextField" destination="4mb-gP-hUk" id="6Lp-7u-Qwh"/>
- <outlet property="searchView" destination="JFI-OZ-3E5" id="EBI-Rl-nTb"/>
- <outlet property="tableView" destination="abV-gL-YZF" id="hw3-i1-UEw"/>
- <outlet property="topView" destination="dHA-Mc-BwG" id="hmq-2N-iD1"/>
- <outlet property="totalBtn" destination="XjQ-dY-NfZ" id="Aic-LY-LA1"/>
- <outlet property="transformBtn" destination="YRy-oa-LUR" id="eUw-hd-snv"/>
- <outlet property="unbindBtn" destination="lf4-ch-LH2" id="2TY-Vd-DWw"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="FD4-Nq-moa">
- <rect key="frame" x="0.0" y="0.0" width="414" height="153"/>
- <constraints>
- <constraint firstAttribute="height" constant="153" id="lIp-rk-nyl"/>
- </constraints>
- </imageView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dHA-Mc-BwG" userLabel="Top View">
- <rect key="frame" x="0.0" y="153" width="414" height="44"/>
- <subviews>
- <button opaque="NO" tag="1011" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XjQ-dY-NfZ" userLabel="Total Button">
- <rect key="frame" x="205" y="10" width="41" height="24"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="ikP-R8-vtI"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <state key="normal" title="Button">
- <color key="titleColor" systemColor="darkTextColor"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="12"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="checkBtnClick:" destination="-1" eventType="touchUpInside" id="HT1-2w-X54"/>
- </connections>
- </button>
- <button opaque="NO" tag="1012" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lf4-ch-LH2" userLabel="Unbind Button">
- <rect key="frame" x="256" y="10" width="41" height="24"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="8eD-9k-4tb"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <state key="normal" title="Button">
- <color key="titleColor" systemColor="darkTextColor"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="12"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="checkBtnClick:" destination="-1" eventType="touchUpInside" id="krs-cQ-6yW"/>
- </connections>
- </button>
- <button opaque="NO" tag="1013" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qen-Ag-C6F" userLabel="Bind Button">
- <rect key="frame" x="307" y="10" width="41" height="24"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="QY8-77-W0d"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <state key="normal" title="Button">
- <color key="titleColor" systemColor="darkTextColor"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="12"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="checkBtnClick:" destination="-1" eventType="touchUpInside" id="v0g-wz-ERl"/>
- </connections>
- </button>
- <button opaque="NO" tag="1014" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zhy-4t-7d3" userLabel="Active Button">
- <rect key="frame" x="358" y="10" width="41" height="24"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="24" id="Rnl-0K-6uQ"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <state key="normal" title="Button">
- <color key="titleColor" systemColor="darkTextColor"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="12"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="checkBtnClick:" destination="-1" eventType="touchUpInside" id="9K5-Ox-Wzu"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="lf4-ch-LH2" firstAttribute="centerY" secondItem="dHA-Mc-BwG" secondAttribute="centerY" id="3bu-ax-KKP"/>
- <constraint firstItem="XjQ-dY-NfZ" firstAttribute="centerY" secondItem="dHA-Mc-BwG" secondAttribute="centerY" id="9Qw-dJ-MBy"/>
- <constraint firstItem="qen-Ag-C6F" firstAttribute="trailing" secondItem="zhy-4t-7d3" secondAttribute="leading" constant="-10" id="B67-9E-VC3"/>
- <constraint firstItem="zhy-4t-7d3" firstAttribute="centerY" secondItem="dHA-Mc-BwG" secondAttribute="centerY" id="Ns1-0f-HZ3"/>
- <constraint firstItem="zhy-4t-7d3" firstAttribute="trailing" secondItem="dHA-Mc-BwG" secondAttribute="trailing" constant="-15" id="TNP-ly-iVj"/>
- <constraint firstItem="XjQ-dY-NfZ" firstAttribute="trailing" secondItem="lf4-ch-LH2" secondAttribute="leading" constant="-10" id="aSN-Yt-w7D"/>
- <constraint firstAttribute="height" constant="44" id="cCS-zZ-cqM"/>
- <constraint firstItem="lf4-ch-LH2" firstAttribute="trailing" secondItem="qen-Ag-C6F" secondAttribute="leading" constant="-10" id="noJ-po-5Me"/>
- <constraint firstItem="qen-Ag-C6F" firstAttribute="centerY" secondItem="dHA-Mc-BwG" secondAttribute="centerY" id="xae-1W-cWj"/>
- </constraints>
- </view>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="abV-gL-YZF">
- <rect key="frame" x="0.0" y="207" width="414" height="689"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- </tableView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JFI-OZ-3E5" userLabel="Search View">
- <rect key="frame" x="0.0" y="99" width="414" height="54"/>
- <subviews>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入SN码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="4mb-gP-hUk" userLabel="search Text Field">
- <rect key="frame" x="15" y="10" width="384" height="34"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="iJK-ed-S1k"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="f4M-Jt-vYE">
- <rect key="frame" x="365" y="10" width="34" height="34"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="5p8-NA-Amd"/>
- <constraint firstAttribute="width" constant="34" id="oA3-if-QzG"/>
- </constraints>
- <state key="normal" title="Button" image="ion_search"/>
- <connections>
- <action selector="searchBtnClick:" destination="-1" eventType="touchUpInside" id="DcP-ua-aXS"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="f4M-Jt-vYE" firstAttribute="trailing" secondItem="4mb-gP-hUk" secondAttribute="trailing" id="7Ir-FW-Xb5"/>
- <constraint firstItem="4mb-gP-hUk" firstAttribute="trailing" secondItem="JFI-OZ-3E5" secondAttribute="trailing" constant="-15" id="ErB-WR-b2D"/>
- <constraint firstItem="f4M-Jt-vYE" firstAttribute="centerY" secondItem="JFI-OZ-3E5" secondAttribute="centerY" id="VO6-EB-0SH"/>
- <constraint firstAttribute="height" constant="54" id="VZc-y0-9kG"/>
- <constraint firstItem="4mb-gP-hUk" firstAttribute="leading" secondItem="JFI-OZ-3E5" secondAttribute="leading" constant="15" id="a6F-in-2Js"/>
- <constraint firstItem="4mb-gP-hUk" firstAttribute="centerY" secondItem="JFI-OZ-3E5" secondAttribute="centerY" id="rS3-pv-7zG"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YRy-oa-LUR">
- <rect key="frame" x="15" y="832" width="384" height="44"/>
- <color key="backgroundColor" red="0.1647058824" green="0.57254901960000004" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="kct-I5-wUL"/>
- </constraints>
- <state key="normal" title="我要分拨"/>
- <connections>
- <action selector="transformBtnClick:" destination="-1" eventType="touchUpInside" id="nqj-wI-xIH"/>
- </connections>
- </button>
- </subviews>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="dHA-Mc-BwG" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="29J-Jf-3M4"/>
- <constraint firstItem="JFI-OZ-3E5" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="7cA-2Q-qRN"/>
- <constraint firstItem="dHA-Mc-BwG" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="C1g-Wz-m4y"/>
- <constraint firstItem="FD4-Nq-moa" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="I45-Bg-Qpr"/>
- <constraint firstItem="YRy-oa-LUR" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="15" id="IZg-Wd-Ugk"/>
- <constraint firstItem="YRy-oa-LUR" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="M69-fc-mC6"/>
- <constraint firstItem="JFI-OZ-3E5" firstAttribute="bottom" secondItem="FD4-Nq-moa" secondAttribute="bottom" id="RVQ-Fd-UDX"/>
- <constraint firstItem="JFI-OZ-3E5" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="TSO-RU-SnT"/>
- <constraint firstItem="abV-gL-YZF" firstAttribute="top" secondItem="dHA-Mc-BwG" secondAttribute="bottom" constant="10" id="VfG-OY-rTc"/>
- <constraint firstItem="abV-gL-YZF" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" id="XPi-1t-p2d"/>
- <constraint firstItem="dHA-Mc-BwG" firstAttribute="top" secondItem="FD4-Nq-moa" secondAttribute="bottom" id="Yrn-gn-EiO"/>
- <constraint firstItem="FD4-Nq-moa" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="a0F-ib-g7W"/>
- <constraint firstItem="YRy-oa-LUR" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" constant="-20" id="kIa-IO-ufA"/>
- <constraint firstItem="abV-gL-YZF" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="qEP-Gh-FaW"/>
- <constraint firstItem="FD4-Nq-moa" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="uAF-3H-gnZ"/>
- <constraint firstItem="abV-gL-YZF" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="w0q-EI-2sN"/>
- </constraints>
- <point key="canvasLocation" x="139" y="89"/>
- </view>
- </objects>
- <resources>
- <image name="img_card_banner_07" width="431" height="175"/>
- <image name="ion_search" width="17.5" height="17"/>
- <systemColor name="darkTextColor">
- <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|