KMPurchaseAlertView.xib 5.0 KB

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