KMLightMemberAlertView.xib 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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="KMLightMemberAlertView" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="titleContentView" destination="q25-bk-4KL" id="T9w-aX-Y37"/>
  12. <outlet property="titleLabel" destination="5Vu-nI-SlI" id="2ij-nc-hSR"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="c22-O7-iKe">
  18. <rect key="frame" x="0.0" y="0.0" width="404" height="57"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <customView translatesAutoresizingMaskIntoConstraints="NO" id="q25-bk-4KL">
  22. <rect key="frame" x="0.0" y="0.0" width="404" height="57"/>
  23. <subviews>
  24. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QLO-ls-cZz">
  25. <rect key="frame" x="8" y="21" width="16" height="16"/>
  26. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_tips_error_small" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Zbi-qE-fIN">
  27. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  28. <font key="font" metaFont="system"/>
  29. </buttonCell>
  30. </button>
  31. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5Vu-nI-SlI">
  32. <rect key="frame" x="30" y="21" width="356" height="16"/>
  33. <constraints>
  34. <constraint firstAttribute="width" constant="352" id="x8P-X1-tYq"/>
  35. </constraints>
  36. <textFieldCell key="cell" title="The verification code is wrong" id="wp8-bj-JcP">
  37. <font key="font" metaFont="system"/>
  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="QLO-ls-cZz" firstAttribute="centerY" secondItem="q25-bk-4KL" secondAttribute="centerY" id="8Mw-Ep-L5a"/>
  45. <constraint firstItem="5Vu-nI-SlI" firstAttribute="leading" secondItem="QLO-ls-cZz" secondAttribute="trailing" constant="8" id="Eqk-Z2-bkf"/>
  46. <constraint firstItem="QLO-ls-cZz" firstAttribute="leading" secondItem="q25-bk-4KL" secondAttribute="leading" constant="8" id="HBQ-qN-Z85"/>
  47. <constraint firstItem="5Vu-nI-SlI" firstAttribute="centerY" secondItem="q25-bk-4KL" secondAttribute="centerY" id="TeZ-eC-Og1"/>
  48. </constraints>
  49. </customView>
  50. </subviews>
  51. <constraints>
  52. <constraint firstItem="q25-bk-4KL" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="GzD-qs-XTw"/>
  53. <constraint firstItem="q25-bk-4KL" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="pcq-9R-iGK"/>
  54. <constraint firstAttribute="bottom" secondItem="q25-bk-4KL" secondAttribute="bottom" id="r7H-pD-6Oy"/>
  55. <constraint firstAttribute="trailing" secondItem="q25-bk-4KL" secondAttribute="trailing" id="tbX-8U-Wtw"/>
  56. </constraints>
  57. <point key="canvasLocation" x="50" y="35.5"/>
  58. </customView>
  59. </objects>
  60. <resources>
  61. <image name="icon_tips_error_small" width="16" height="16"/>
  62. </resources>
  63. </document>