KMPurchaseAlertView.xib 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMPurchaseAlertView" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contentBackgroundView" destination="XUl-hB-7sK" id="f5r-6U-duF"/>
  12. <outlet property="heightConstraint" destination="PbS-kQ-gV5" id="ZEn-O1-qLT"/>
  13. <outlet property="iconImageView" destination="jSr-AR-J79" id="WeA-cJ-HrO"/>
  14. <outlet property="titleLabel" destination="ojP-eQ-jrF" id="301-fA-d7z"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="c22-O7-iKe">
  20. <rect key="frame" x="0.0" y="0.0" width="768" height="479"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <customView translatesAutoresizingMaskIntoConstraints="NO" id="XUl-hB-7sK">
  24. <rect key="frame" x="270" y="216" width="229" height="48"/>
  25. <subviews>
  26. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jSr-AR-J79">
  27. <rect key="frame" x="16" y="16" width="16" height="16"/>
  28. <constraints>
  29. <constraint firstAttribute="width" constant="16" id="G0g-yD-f8b"/>
  30. <constraint firstAttribute="height" constant="16" id="tg7-fD-CXI"/>
  31. </constraints>
  32. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="icon_tips_error_small" id="8cn-Ay-TdH"/>
  33. </imageView>
  34. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ojP-eQ-jrF">
  35. <rect key="frame" x="38" y="16" width="177" height="16"/>
  36. <textFieldCell key="cell" lineBreakMode="clipping" title="阿萨德发斯蒂芬去玩儿武器二" id="eZd-NL-okI">
  37. <font key="font" size="13" name=".PingFangSC-Regular"/>
  38. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  39. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  40. </textFieldCell>
  41. </textField>
  42. </subviews>
  43. <constraints>
  44. <constraint firstItem="jSr-AR-J79" firstAttribute="leading" secondItem="XUl-hB-7sK" secondAttribute="leading" constant="16" id="DfT-hd-kGJ"/>
  45. <constraint firstAttribute="height" constant="48" id="PbS-kQ-gV5"/>
  46. <constraint firstItem="jSr-AR-J79" firstAttribute="centerY" secondItem="XUl-hB-7sK" secondAttribute="centerY" id="Vyp-mE-fhi"/>
  47. <constraint firstAttribute="trailing" secondItem="ojP-eQ-jrF" secondAttribute="trailing" constant="16" id="dl8-tN-s4r"/>
  48. <constraint firstItem="ojP-eQ-jrF" firstAttribute="centerY" secondItem="XUl-hB-7sK" secondAttribute="centerY" id="gBV-sw-UzB"/>
  49. <constraint firstItem="ojP-eQ-jrF" firstAttribute="leading" secondItem="jSr-AR-J79" secondAttribute="trailing" constant="8" id="hCC-Je-57m"/>
  50. </constraints>
  51. </customView>
  52. </subviews>
  53. <constraints>
  54. <constraint firstItem="XUl-hB-7sK" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="7j0-aA-Bvb"/>
  55. <constraint firstItem="XUl-hB-7sK" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="90I-i6-lbJ"/>
  56. <constraint firstItem="XUl-hB-7sK" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="U19-KS-f2m"/>
  57. <constraint firstItem="XUl-hB-7sK" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="skj-Cx-l6w"/>
  58. </constraints>
  59. <point key="canvasLocation" x="212" y="233.5"/>
  60. </customView>
  61. </objects>
  62. <resources>
  63. <image name="icon_tips_error_small" width="16" height="16"/>
  64. </resources>
  65. </document>