AccountProfileController.xib 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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="AccountProfileController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="bottomLineView" destination="rIV-La-JaY" id="R3h-Uy-IYN"/>
  12. <outlet property="hLineView" destination="YIm-M2-fJZ" id="9vb-Ts-tgg"/>
  13. <outlet property="headerBox" destination="cF1-2i-8oF" id="1rK-MH-qIF"/>
  14. <outlet property="iv" destination="dOY-yf-Kxh" id="ej8-BT-Cbm"/>
  15. <outlet property="logoutButton" destination="bJH-HK-3XS" id="Eba-5s-39V"/>
  16. <outlet property="mainBox" destination="CGD-E3-zhr" id="ERs-Ya-wfw"/>
  17. <outlet property="nameLabel" destination="rrp-lb-3BI" id="jfV-uI-wA2"/>
  18. <outlet property="refreshButton" destination="AJM-Cd-EnQ" id="mQB-4A-73J"/>
  19. <outlet property="tipLabel" destination="T2r-3N-rY0" id="IBh-Iq-Tmg"/>
  20. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  21. </connections>
  22. </customObject>
  23. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  24. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  25. <customView id="Hz6-mo-xeY">
  26. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  27. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  28. <subviews>
  29. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="cF1-2i-8oF">
  30. <rect key="frame" x="0.0" y="211" width="480" height="61"/>
  31. <view key="contentView" id="Uk2-dn-kSF">
  32. <rect key="frame" x="1" y="1" width="478" height="59"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  34. <subviews>
  35. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="dOY-yf-Kxh">
  36. <rect key="frame" x="19" y="10" width="30" height="30"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="30" id="DOE-E2-e8W"/>
  39. <constraint firstAttribute="height" constant="30" id="UH6-m2-Rya"/>
  40. </constraints>
  41. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="VBT-fb-mVE"/>
  42. </imageView>
  43. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rrp-lb-3BI">
  44. <rect key="frame" x="61" y="19" width="37" height="20"/>
  45. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="QLT-T5-pQi">
  46. <font key="font" metaFont="system"/>
  47. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  48. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  49. </textFieldCell>
  50. </textField>
  51. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AJM-Cd-EnQ">
  52. <rect key="frame" x="106" y="19" width="20" height="20"/>
  53. <constraints>
  54. <constraint firstAttribute="height" constant="20" id="3D4-cq-ILA"/>
  55. <constraint firstAttribute="width" constant="20" id="UFd-yt-qYY"/>
  56. </constraints>
  57. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="cls-Pv-ig4">
  58. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  59. <font key="font" metaFont="system"/>
  60. </buttonCell>
  61. </button>
  62. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="T2r-3N-rY0">
  63. <rect key="frame" x="138" y="21" width="37" height="16"/>
  64. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="for-4Q-Zop">
  65. <font key="font" metaFont="system"/>
  66. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  67. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  68. </textFieldCell>
  69. </textField>
  70. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bJH-HK-3XS">
  71. <rect key="frame" x="385" y="23" width="16" height="16"/>
  72. <constraints>
  73. <constraint firstAttribute="height" constant="16" id="2V3-JK-BML"/>
  74. <constraint firstAttribute="width" constant="16" id="8fG-tf-xcI"/>
  75. </constraints>
  76. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Qsa-EC-qBG">
  77. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  78. <font key="font" metaFont="system"/>
  79. </buttonCell>
  80. </button>
  81. <customView translatesAutoresizingMaskIntoConstraints="NO" id="YIm-M2-fJZ">
  82. <rect key="frame" x="421" y="23" width="1" height="16"/>
  83. <constraints>
  84. <constraint firstAttribute="width" constant="1" id="3hz-z3-qej"/>
  85. <constraint firstAttribute="height" constant="16" id="v5H-Yx-vEX"/>
  86. </constraints>
  87. </customView>
  88. <customView translatesAutoresizingMaskIntoConstraints="NO" id="rIV-La-JaY">
  89. <rect key="frame" x="0.0" y="0.0" width="478" height="1"/>
  90. <constraints>
  91. <constraint firstAttribute="height" constant="1" id="hEn-PO-QXu"/>
  92. </constraints>
  93. </customView>
  94. </subviews>
  95. <constraints>
  96. <constraint firstItem="YIm-M2-fJZ" firstAttribute="leading" secondItem="bJH-HK-3XS" secondAttribute="trailing" constant="20" id="0uS-w8-2CZ"/>
  97. <constraint firstItem="T2r-3N-rY0" firstAttribute="centerY" secondItem="AJM-Cd-EnQ" secondAttribute="centerY" id="9p0-xy-AfD"/>
  98. <constraint firstAttribute="trailing" secondItem="YIm-M2-fJZ" secondAttribute="trailing" constant="56" id="EaP-JS-8qX"/>
  99. <constraint firstItem="dOY-yf-Kxh" firstAttribute="leading" secondItem="Uk2-dn-kSF" secondAttribute="leading" constant="19" id="JQe-7i-cYm"/>
  100. <constraint firstAttribute="trailing" secondItem="rIV-La-JaY" secondAttribute="trailing" id="Mlf-f6-Dsy"/>
  101. <constraint firstAttribute="bottom" secondItem="rIV-La-JaY" secondAttribute="bottom" id="N2Q-PN-0jl"/>
  102. <constraint firstItem="dOY-yf-Kxh" firstAttribute="top" secondItem="Uk2-dn-kSF" secondAttribute="top" constant="19" id="PwD-2n-9M1"/>
  103. <constraint firstItem="bJH-HK-3XS" firstAttribute="top" secondItem="Uk2-dn-kSF" secondAttribute="top" constant="20" id="UM4-Gz-Vmz"/>
  104. <constraint firstItem="AJM-Cd-EnQ" firstAttribute="leading" secondItem="rrp-lb-3BI" secondAttribute="trailing" constant="10" id="ae8-nf-WQT"/>
  105. <constraint firstItem="rrp-lb-3BI" firstAttribute="top" secondItem="Uk2-dn-kSF" secondAttribute="top" constant="20" id="fcn-Zi-Sn9"/>
  106. <constraint firstItem="rIV-La-JaY" firstAttribute="leading" secondItem="Uk2-dn-kSF" secondAttribute="leading" id="hlC-tN-eSU"/>
  107. <constraint firstItem="YIm-M2-fJZ" firstAttribute="top" secondItem="Uk2-dn-kSF" secondAttribute="top" constant="20" id="jmL-m6-00H"/>
  108. <constraint firstItem="AJM-Cd-EnQ" firstAttribute="centerY" secondItem="rrp-lb-3BI" secondAttribute="centerY" id="k2T-bs-Tsk"/>
  109. <constraint firstItem="rrp-lb-3BI" firstAttribute="leading" secondItem="dOY-yf-Kxh" secondAttribute="trailing" constant="14" id="pCF-0O-pxt"/>
  110. <constraint firstItem="T2r-3N-rY0" firstAttribute="leading" secondItem="AJM-Cd-EnQ" secondAttribute="trailing" constant="14" id="tcl-mz-hUB"/>
  111. <constraint firstItem="AJM-Cd-EnQ" firstAttribute="top" secondItem="Uk2-dn-kSF" secondAttribute="top" constant="20" symbolic="YES" id="vmt-r5-tg3"/>
  112. </constraints>
  113. </view>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="61" id="m0I-8B-SHc"/>
  116. </constraints>
  117. </box>
  118. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CGD-E3-zhr">
  119. <rect key="frame" x="0.0" y="0.0" width="480" height="211"/>
  120. <view key="contentView" id="QX4-Dh-Sbw">
  121. <rect key="frame" x="1" y="1" width="478" height="209"/>
  122. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  123. </view>
  124. </box>
  125. </subviews>
  126. <constraints>
  127. <constraint firstAttribute="trailing" secondItem="CGD-E3-zhr" secondAttribute="trailing" id="T87-vB-ztT"/>
  128. <constraint firstItem="CGD-E3-zhr" firstAttribute="top" secondItem="cF1-2i-8oF" secondAttribute="bottom" id="XfH-eG-9fe"/>
  129. <constraint firstItem="cF1-2i-8oF" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="b4g-qS-7QK"/>
  130. <constraint firstItem="cF1-2i-8oF" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="evV-8T-UqL"/>
  131. <constraint firstItem="CGD-E3-zhr" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="hUZ-QQ-x6O"/>
  132. <constraint firstAttribute="trailing" secondItem="cF1-2i-8oF" secondAttribute="trailing" id="sQm-bO-HJp"/>
  133. <constraint firstAttribute="bottom" secondItem="CGD-E3-zhr" secondAttribute="bottom" id="wno-vD-5dJ"/>
  134. </constraints>
  135. <point key="canvasLocation" x="106" y="142"/>
  136. </customView>
  137. </objects>
  138. </document>