KMWinBackWindowController.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
  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="KMWinBackWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="backgroundIv" destination="ckB-Ub-IWi" id="vmi-hL-ogs"/>
  12. <outlet property="buttonBox" destination="pea-Vm-4Ck" id="YiY-ZQ-ZHF"/>
  13. <outlet property="contentBox" destination="ZfJ-F5-hr0" id="dDK-Gm-9KJ"/>
  14. <outlet property="despBox" destination="n2T-ff-wLb" id="XA0-j0-htz"/>
  15. <outlet property="iconIv" destination="0Oe-tG-nm3" id="Ua2-Yj-dXz"/>
  16. <outlet property="subTitleLabel" destination="04W-A3-lFJ" id="LlN-3t-XGS"/>
  17. <outlet property="titleLabel" destination="uT9-QE-5hm" id="k4c-K2-Mrd"/>
  18. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  19. </connections>
  20. </customObject>
  21. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  22. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  23. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" titlebarAppearsTransparent="YES" titleVisibility="hidden" id="F0z-JX-Cv5">
  24. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" fullSizeContentView="YES"/>
  25. <rect key="contentRect" x="196" y="240" width="520" height="540"/>
  26. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  27. <value key="minSize" type="size" width="520" height="540"/>
  28. <value key="maxSize" type="size" width="520" height="540"/>
  29. <value key="minFullScreenContentSize" type="size" width="520" height="540"/>
  30. <value key="maxFullScreenContentSize" type="size" width="520" height="540"/>
  31. <view key="contentView" id="se5-gp-TjO">
  32. <rect key="frame" x="0.0" y="0.0" width="520" height="510"/>
  33. <autoresizingMask key="autoresizingMask"/>
  34. <subviews>
  35. <box boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ZfJ-F5-hr0">
  36. <rect key="frame" x="0.0" y="0.0" width="520" height="510"/>
  37. <view key="contentView" id="Pm9-sn-GZI">
  38. <rect key="frame" x="0.0" y="0.0" width="520" height="510"/>
  39. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  40. <subviews>
  41. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ckB-Ub-IWi">
  42. <rect key="frame" x="0.0" y="0.0" width="520" height="510"/>
  43. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="Evq-Cw-RFW"/>
  44. </imageView>
  45. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="0Oe-tG-nm3">
  46. <rect key="frame" x="224" y="391" width="72" height="72"/>
  47. <constraints>
  48. <constraint firstAttribute="height" constant="72" id="Knk-4m-xGd"/>
  49. <constraint firstAttribute="width" constant="72" id="lbf-xO-zwC"/>
  50. </constraints>
  51. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="2fp-7V-2lF"/>
  52. </imageView>
  53. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="uT9-QE-5hm">
  54. <rect key="frame" x="242" y="367" width="37" height="16"/>
  55. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="VeA-tN-jls">
  56. <font key="font" metaFont="system"/>
  57. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  58. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  59. </textFieldCell>
  60. </textField>
  61. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="04W-A3-lFJ">
  62. <rect key="frame" x="18" y="327" width="484" height="16"/>
  63. <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Label" id="wjc-Sx-qAH">
  64. <font key="font" metaFont="system"/>
  65. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  66. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  67. </textFieldCell>
  68. </textField>
  69. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="n2T-ff-wLb">
  70. <rect key="frame" x="29" y="135" width="462" height="168"/>
  71. <view key="contentView" id="Oq8-h7-q41">
  72. <rect key="frame" x="1" y="1" width="460" height="166"/>
  73. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  74. </view>
  75. <constraints>
  76. <constraint firstAttribute="height" constant="168" id="OhQ-QU-GsC"/>
  77. </constraints>
  78. </box>
  79. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="pea-Vm-4Ck">
  80. <rect key="frame" x="111" y="47" width="299" height="48"/>
  81. <view key="contentView" id="ihM-lA-c6m">
  82. <rect key="frame" x="1" y="1" width="297" height="46"/>
  83. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  84. </view>
  85. <constraints>
  86. <constraint firstAttribute="width" constant="299" id="LAc-Yl-QNa"/>
  87. <constraint firstAttribute="height" constant="48" id="n19-r4-nN8"/>
  88. </constraints>
  89. </box>
  90. </subviews>
  91. <constraints>
  92. <constraint firstAttribute="bottom" secondItem="ckB-Ub-IWi" secondAttribute="bottom" id="2kJ-gm-rac"/>
  93. <constraint firstItem="ckB-Ub-IWi" firstAttribute="leading" secondItem="Pm9-sn-GZI" secondAttribute="leading" id="4Qm-Mi-KLS"/>
  94. <constraint firstAttribute="trailing" secondItem="n2T-ff-wLb" secondAttribute="trailing" constant="29" id="BhQ-y8-PMr"/>
  95. <constraint firstAttribute="trailing" secondItem="ckB-Ub-IWi" secondAttribute="trailing" id="Ftj-ce-2Vv"/>
  96. <constraint firstItem="n2T-ff-wLb" firstAttribute="leading" secondItem="Pm9-sn-GZI" secondAttribute="leading" constant="29" id="I0R-I6-Sd9"/>
  97. <constraint firstItem="04W-A3-lFJ" firstAttribute="leading" secondItem="Pm9-sn-GZI" secondAttribute="leading" constant="20" id="NIC-ma-zZy"/>
  98. <constraint firstItem="pea-Vm-4Ck" firstAttribute="centerX" secondItem="Pm9-sn-GZI" secondAttribute="centerX" id="NLH-h4-0zq"/>
  99. <constraint firstAttribute="trailing" secondItem="04W-A3-lFJ" secondAttribute="trailing" constant="20" id="Nfe-gn-85M"/>
  100. <constraint firstItem="n2T-ff-wLb" firstAttribute="top" secondItem="04W-A3-lFJ" secondAttribute="bottom" constant="24" id="QEe-hu-Orz"/>
  101. <constraint firstItem="pea-Vm-4Ck" firstAttribute="top" secondItem="n2T-ff-wLb" secondAttribute="bottom" constant="40" id="cJ3-Wa-rac"/>
  102. <constraint firstAttribute="bottom" secondItem="pea-Vm-4Ck" secondAttribute="bottom" constant="47" id="d5C-Iu-b4c"/>
  103. <constraint firstItem="ckB-Ub-IWi" firstAttribute="top" secondItem="Pm9-sn-GZI" secondAttribute="top" id="g4h-Rh-rm5"/>
  104. <constraint firstItem="04W-A3-lFJ" firstAttribute="top" secondItem="uT9-QE-5hm" secondAttribute="bottom" constant="24" id="i7Y-78-0Sl"/>
  105. <constraint firstItem="0Oe-tG-nm3" firstAttribute="centerX" secondItem="Pm9-sn-GZI" secondAttribute="centerX" id="iEk-Ut-1tF"/>
  106. <constraint firstItem="uT9-QE-5hm" firstAttribute="top" secondItem="0Oe-tG-nm3" secondAttribute="bottom" constant="8" id="ibK-JE-Zlr"/>
  107. <constraint firstItem="uT9-QE-5hm" firstAttribute="centerX" secondItem="Pm9-sn-GZI" secondAttribute="centerX" id="kLN-z4-9dN"/>
  108. <constraint firstItem="0Oe-tG-nm3" firstAttribute="top" secondItem="Pm9-sn-GZI" secondAttribute="top" constant="47" id="tfv-Y3-Z9e"/>
  109. </constraints>
  110. </view>
  111. </box>
  112. </subviews>
  113. <constraints>
  114. <constraint firstAttribute="trailing" secondItem="ZfJ-F5-hr0" secondAttribute="trailing" id="QfH-f6-9pY"/>
  115. <constraint firstAttribute="bottom" secondItem="ZfJ-F5-hr0" secondAttribute="bottom" id="acY-nE-9fR"/>
  116. <constraint firstItem="ZfJ-F5-hr0" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="e9S-78-5hj"/>
  117. <constraint firstItem="ZfJ-F5-hr0" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="n4C-l1-j4R"/>
  118. </constraints>
  119. </view>
  120. <connections>
  121. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  122. </connections>
  123. <point key="canvasLocation" x="38" y="131"/>
  124. </window>
  125. </objects>
  126. </document>