Files
yuyin_ios/SweetParty/主类/RoomAdd/SARoomPswAlert.xib
2025-08-08 11:05:33 +08:00

114 lines
9.8 KiB
XML
Executable File

<?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" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/>
<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="SARoomPswAlert">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AW9-46-uO5">
<rect key="frame" x="59.5" y="259.5" width="295" height="198"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="房间已上锁,请输入密码" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4DV-MB-UjR">
<rect key="frame" x="15" y="22" width="265" height="17"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
<color key="textColor" red="0.066666666669999999" green="0.066666666669999999" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6TH-fG-mto">
<rect key="frame" x="15" y="139" width="120" height="39"/>
<color key="backgroundColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.94901960784313721" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="width" constant="120" id="Qyd-O1-ZfI"/>
<constraint firstAttribute="height" constant="39" id="eK3-P9-rPO"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
<state key="normal" title="取消">
<color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
<real key="value" value="19.5"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
<real key="value" value="0.5"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="color" keyPath="borderColor">
<color key="value" red="0.83921568627450982" green="0.83921568627450982" blue="0.83921568627450982" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
<connections>
<action selector="onCancel:" destination="-2" eventType="touchUpInside" id="4cq-5O-1YI"/>
</connections>
</button>
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hTh-FJ-Hub">
<rect key="frame" x="160" y="139" width="120" height="39"/>
<color key="backgroundColor" red="0.91764705879999997" green="0.62352941179999999" blue="0.94117647059999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="39" id="hpa-UR-41m"/>
<constraint firstAttribute="width" constant="120" id="j7K-8h-G4n"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
<state key="normal" title="确认">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
<real key="value" value="19.5"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
<connections>
<action selector="onConfirm:" destination="-2" eventType="touchUpInside" id="Utm-UN-MjR"/>
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ncV-d1-wf1">
<rect key="frame" x="25" y="67" width="245" height="50"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="4dw-va-aaa"/>
<constraint firstAttribute="width" constant="245" id="njM-Ft-Nlx"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="4DV-MB-UjR" firstAttribute="leading" secondItem="AW9-46-uO5" secondAttribute="leading" constant="15" id="4mo-qy-7oO"/>
<constraint firstItem="ncV-d1-wf1" firstAttribute="centerX" secondItem="AW9-46-uO5" secondAttribute="centerX" id="Gzw-dn-20E"/>
<constraint firstItem="6TH-fG-mto" firstAttribute="leading" secondItem="AW9-46-uO5" secondAttribute="leading" constant="15" id="Hov-KR-gzY"/>
<constraint firstItem="hTh-FJ-Hub" firstAttribute="centerY" secondItem="6TH-fG-mto" secondAttribute="centerY" id="QqX-rn-ub0"/>
<constraint firstItem="ncV-d1-wf1" firstAttribute="top" secondItem="4DV-MB-UjR" secondAttribute="bottom" constant="28" id="WS3-qz-dNK"/>
<constraint firstAttribute="bottom" secondItem="6TH-fG-mto" secondAttribute="bottom" constant="20" id="XdO-Bq-8Ut"/>
<constraint firstAttribute="height" constant="198" id="bEh-ZF-avW"/>
<constraint firstItem="4DV-MB-UjR" firstAttribute="top" secondItem="AW9-46-uO5" secondAttribute="top" constant="22" id="ghH-Ia-ErQ"/>
<constraint firstAttribute="width" constant="295" id="qJr-lj-wq6"/>
<constraint firstAttribute="trailing" secondItem="4DV-MB-UjR" secondAttribute="trailing" constant="15" id="tQK-J5-q1k"/>
<constraint firstAttribute="trailing" secondItem="hTh-FJ-Hub" secondAttribute="trailing" constant="15" id="w4A-OT-aKl"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
<real key="value" value="12"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.29953438895089285" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="AW9-46-uO5" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" multiplier="0.8" id="JK8-by-haw"/>
<constraint firstItem="AW9-46-uO5" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="tZ9-rA-wdi"/>
</constraints>
<connections>
<outlet property="confirmBtn" destination="hTh-FJ-Hub" id="qmv-Nr-FZt"/>
<outlet property="pswBgView" destination="ncV-d1-wf1" id="B6t-PV-Jx7"/>
</connections>
<point key="canvasLocation" x="132" y="108"/>
</view>
</objects>
</document>