AccountLogoutWindowController.xib 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="AccountLogoutWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="tKB-8K-Wfd" id="WAk-Td-RKi"/>
  12. <outlet property="okButton" destination="Cvu-yX-MHd" id="JGv-ao-5mx"/>
  13. <outlet property="titleLabel" destination="sik-3x-PuP" id="upb-OM-mzi"/>
  14. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  20. <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
  21. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  22. <rect key="contentRect" x="196" y="240" width="327" height="150"/>
  23. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  24. <view key="contentView" id="se5-gp-TjO">
  25. <rect key="frame" x="0.0" y="0.0" width="326" height="144"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="sik-3x-PuP">
  29. <rect key="frame" x="117" y="93" width="92" height="16"/>
  30. <textFieldCell key="cell" selectable="YES" title="Multiline Label" id="CsT-KI-kWC">
  31. <font key="font" usesAppearanceFont="YES"/>
  32. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  33. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  34. </textFieldCell>
  35. </textField>
  36. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tKB-8K-Wfd">
  37. <rect key="frame" x="53" y="31" width="100" height="32"/>
  38. <constraints>
  39. <constraint firstAttribute="width" constant="100" id="Gb1-o7-b7M"/>
  40. <constraint firstAttribute="height" constant="32" id="QLR-yo-vmm"/>
  41. </constraints>
  42. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="cVD-Te-4TA">
  43. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  44. <font key="font" metaFont="system"/>
  45. </buttonCell>
  46. </button>
  47. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Cvu-yX-MHd">
  48. <rect key="frame" x="173" y="31" width="100" height="32"/>
  49. <constraints>
  50. <constraint firstAttribute="height" constant="32" id="9Nh-dl-dK1"/>
  51. <constraint firstAttribute="width" constant="100" id="E42-hS-kdf"/>
  52. </constraints>
  53. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Xmi-0U-QXO">
  54. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  55. <font key="font" metaFont="system"/>
  56. </buttonCell>
  57. </button>
  58. </subviews>
  59. <constraints>
  60. <constraint firstItem="sik-3x-PuP" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="TLN-cI-3ay"/>
  61. <constraint firstAttribute="bottom" secondItem="Cvu-yX-MHd" secondAttribute="bottom" constant="31" id="V7d-LP-Fo1"/>
  62. <constraint firstItem="Cvu-yX-MHd" firstAttribute="leading" secondItem="tKB-8K-Wfd" secondAttribute="trailing" constant="20" id="ahp-oD-2ml"/>
  63. <constraint firstItem="tKB-8K-Wfd" firstAttribute="top" secondItem="sik-3x-PuP" secondAttribute="bottom" constant="30" id="e2s-Kf-8OS"/>
  64. <constraint firstAttribute="bottom" secondItem="tKB-8K-Wfd" secondAttribute="bottom" constant="31" id="gfo-Wp-tiU"/>
  65. <constraint firstItem="sik-3x-PuP" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="35" id="oap-0C-vRn"/>
  66. <constraint firstItem="tKB-8K-Wfd" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="53" id="wne-p1-8VO"/>
  67. <constraint firstAttribute="trailing" secondItem="Cvu-yX-MHd" secondAttribute="trailing" constant="53" id="zHP-xl-GxX"/>
  68. </constraints>
  69. </view>
  70. <connections>
  71. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  72. </connections>
  73. <point key="canvasLocation" x="-5" y="132"/>
  74. </window>
  75. </objects>
  76. </document>