KMTabbingHintWindowController.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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="KMTabbingHintWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="iED-EZ-SOr" id="d93-dR-rd6"/>
  12. <outlet property="doneButton" destination="674-VU-8ei" id="5iI-JI-8dy"/>
  13. <outlet property="gapView" destination="e9f-IB-Wfj" id="cDe-JD-392"/>
  14. <outlet property="hintLabel" destination="Oea-L2-ekE" id="nQ7-0H-F2s"/>
  15. <outlet property="newTabInWindowButton" destination="b6R-29-cTI" id="XMm-Wa-3z2"/>
  16. <outlet property="newWindowButton" destination="JEq-Bb-BJR" id="F0M-0m-h2r"/>
  17. <outlet property="notShowAgainButton" destination="QxU-aE-aOe" id="BQq-wW-EJu"/>
  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" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  24. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  25. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  26. <rect key="contentRect" x="196" y="240" width="400" height="210"/>
  27. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  28. <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
  29. <rect key="frame" x="0.0" y="0.0" width="400" height="210"/>
  30. <autoresizingMask key="autoresizingMask"/>
  31. <subviews>
  32. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Oea-L2-ekE">
  33. <rect key="frame" x="30" y="155" width="178" height="19"/>
  34. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Open the home page in:" id="jAt-lq-Wvw">
  35. <font key="font" metaFont="system" size="16"/>
  36. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  37. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  38. </textFieldCell>
  39. </textField>
  40. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="b6R-29-cTI">
  41. <rect key="frame" x="30" y="114.5" width="196" height="18"/>
  42. <buttonCell key="cell" type="radio" title="a new tab in the same window" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="Mf4-Ck-jcP">
  43. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  44. <font key="font" metaFont="cellTitle"/>
  45. </buttonCell>
  46. <connections>
  47. <action selector="buttonClicked_NewTabInWindowButton:" target="-2" id="pLT-MB-Grr"/>
  48. </connections>
  49. </button>
  50. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JEq-Bb-BJR">
  51. <rect key="frame" x="30" y="83" width="111" height="18"/>
  52. <buttonCell key="cell" type="radio" title="a new window" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="nfp-br-dTQ">
  53. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  54. <font key="font" metaFont="system"/>
  55. </buttonCell>
  56. <connections>
  57. <action selector="buttonClicked_NewWindow:" target="-2" id="7f3-po-Ifc"/>
  58. </connections>
  59. </button>
  60. <customView translatesAutoresizingMaskIntoConstraints="NO" id="e9f-IB-Wfj">
  61. <rect key="frame" x="16" y="61" width="368" height="1"/>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="0.5" id="kdo-Wx-GdT"/>
  64. </constraints>
  65. </customView>
  66. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QxU-aE-aOe">
  67. <rect key="frame" x="13" y="22" width="106" height="18"/>
  68. <buttonCell key="cell" type="check" title="下次不再弹出" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="EK9-Ut-YHX">
  69. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  70. <font key="font" metaFont="system"/>
  71. </buttonCell>
  72. <connections>
  73. <action selector="buttonClicked_DonotHintAgain:" target="-2" id="aUX-Zm-155"/>
  74. </connections>
  75. </button>
  76. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iED-EZ-SOr">
  77. <rect key="frame" x="253" y="14" width="76" height="32"/>
  78. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Bz0-3g-GA1">
  79. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  80. <font key="font" metaFont="system"/>
  81. <string key="keyEquivalent" base64-UTF8="YES">
  82. Gw
  83. </string>
  84. </buttonCell>
  85. <connections>
  86. <action selector="buttonClicked_Cancel:" target="-2" id="aJi-4x-wj4"/>
  87. </connections>
  88. </button>
  89. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="674-VU-8ei">
  90. <rect key="frame" x="325" y="14" width="66" height="32"/>
  91. <buttonCell key="cell" type="push" title="Done" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5OD-6H-BKo">
  92. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  93. <font key="font" metaFont="system"/>
  94. <string key="keyEquivalent" base64-UTF8="YES">
  95. DQ
  96. </string>
  97. </buttonCell>
  98. <connections>
  99. <action selector="buttonClicked_Done:" target="-2" id="n5Z-Pd-5le"/>
  100. </connections>
  101. </button>
  102. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="iiB-xB-2bY">
  103. <rect key="frame" x="232" y="117" width="14" height="14"/>
  104. <constraints>
  105. <constraint firstAttribute="height" constant="14" id="8Ax-Fk-1wd"/>
  106. <constraint firstAttribute="width" constant="14" id="d8f-Zy-SyU"/>
  107. </constraints>
  108. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ic_lock" id="gER-aW-2Ng"/>
  109. </imageView>
  110. </subviews>
  111. <constraints>
  112. <constraint firstItem="e9f-IB-Wfj" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="16" id="2pP-67-byB"/>
  113. <constraint firstItem="iiB-xB-2bY" firstAttribute="centerY" secondItem="b6R-29-cTI" secondAttribute="centerY" id="Cfc-7O-j71"/>
  114. <constraint firstAttribute="bottom" secondItem="e9f-IB-Wfj" secondAttribute="bottom" constant="61" id="GRZ-ur-MTc"/>
  115. <constraint firstItem="JEq-Bb-BJR" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="32" id="OXy-bd-wy8"/>
  116. <constraint firstItem="JEq-Bb-BJR" firstAttribute="top" secondItem="b6R-29-cTI" secondAttribute="bottom" constant="16" id="Oav-rk-7Pg"/>
  117. <constraint firstItem="674-VU-8ei" firstAttribute="centerY" secondItem="QxU-aE-aOe" secondAttribute="centerY" id="SbC-hw-2T9"/>
  118. <constraint firstItem="iiB-xB-2bY" firstAttribute="leading" secondItem="b6R-29-cTI" secondAttribute="trailing" constant="6" id="Van-7h-nXj"/>
  119. <constraint firstItem="Oea-L2-ekE" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="36" id="e9C-d1-k5l"/>
  120. <constraint firstAttribute="trailing" secondItem="e9f-IB-Wfj" secondAttribute="trailing" constant="16" id="egf-q7-xB6"/>
  121. <constraint firstAttribute="bottom" secondItem="QxU-aE-aOe" secondAttribute="bottom" constant="23" id="jsW-zb-y4n"/>
  122. <constraint firstItem="Oea-L2-ekE" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="32" id="mfC-D5-O1D"/>
  123. <constraint firstItem="b6R-29-cTI" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="32" id="pEV-OF-MKU"/>
  124. <constraint firstItem="iED-EZ-SOr" firstAttribute="centerY" secondItem="QxU-aE-aOe" secondAttribute="centerY" id="pEx-Pe-inJ"/>
  125. <constraint firstItem="b6R-29-cTI" firstAttribute="top" secondItem="Oea-L2-ekE" secondAttribute="bottom" constant="24" id="sAn-eb-XqS"/>
  126. <constraint firstItem="QxU-aE-aOe" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="15" id="tgp-QG-lFz"/>
  127. <constraint firstAttribute="trailing" secondItem="674-VU-8ei" secondAttribute="trailing" constant="16" id="xeE-cn-YSr"/>
  128. <constraint firstItem="674-VU-8ei" firstAttribute="leading" secondItem="iED-EZ-SOr" secondAttribute="trailing" constant="10" id="zpE-qp-SKo"/>
  129. </constraints>
  130. </view>
  131. <connections>
  132. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  133. </connections>
  134. <point key="canvasLocation" x="12" y="89"/>
  135. </window>
  136. </objects>
  137. <resources>
  138. <image name="ic_lock" width="14" height="14"/>
  139. </resources>
  140. </document>