12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMPurchaseAlertView" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="contentBackgroundView" destination="XUl-hB-7sK" id="f5r-6U-duF"/>
- <outlet property="heightConstraint" destination="PbS-kQ-gV5" id="ZEn-O1-qLT"/>
- <outlet property="iconImageView" destination="jSr-AR-J79" id="WeA-cJ-HrO"/>
- <outlet property="titleLabel" destination="ojP-eQ-jrF" id="301-fA-d7z"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe">
- <rect key="frame" x="0.0" y="0.0" width="768" height="479"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="XUl-hB-7sK">
- <rect key="frame" x="270" y="216" width="229" height="48"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jSr-AR-J79">
- <rect key="frame" x="16" y="16" width="16" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="16" id="G0g-yD-f8b"/>
- <constraint firstAttribute="height" constant="16" id="tg7-fD-CXI"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="icon_tips_error_small" id="8cn-Ay-TdH"/>
- </imageView>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ojP-eQ-jrF">
- <rect key="frame" x="38" y="16" width="177" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="阿萨德发斯蒂芬去玩儿武器二" id="eZd-NL-okI">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="jSr-AR-J79" firstAttribute="leading" secondItem="XUl-hB-7sK" secondAttribute="leading" constant="16" id="DfT-hd-kGJ"/>
- <constraint firstAttribute="height" constant="48" id="PbS-kQ-gV5"/>
- <constraint firstItem="jSr-AR-J79" firstAttribute="centerY" secondItem="XUl-hB-7sK" secondAttribute="centerY" id="Vyp-mE-fhi"/>
- <constraint firstAttribute="trailing" secondItem="ojP-eQ-jrF" secondAttribute="trailing" constant="16" id="dl8-tN-s4r"/>
- <constraint firstItem="ojP-eQ-jrF" firstAttribute="centerY" secondItem="XUl-hB-7sK" secondAttribute="centerY" id="gBV-sw-UzB"/>
- <constraint firstItem="ojP-eQ-jrF" firstAttribute="leading" secondItem="jSr-AR-J79" secondAttribute="trailing" constant="8" id="hCC-Je-57m"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="XUl-hB-7sK" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="7j0-aA-Bvb"/>
- <constraint firstItem="XUl-hB-7sK" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="90I-i6-lbJ"/>
- <constraint firstItem="XUl-hB-7sK" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="U19-KS-f2m"/>
- <constraint firstItem="XUl-hB-7sK" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="skj-Cx-l6w"/>
- </constraints>
- <point key="canvasLocation" x="212" y="233.5"/>
- </customView>
- </objects>
- <resources>
- <image name="icon_tips_error_small" width="16" height="16"/>
- </resources>
- </document>
|