KMLightMemberAlertView.xib 4.6 KB

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