KMURLCreatePDFWindowController.xib 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="KMCreatePDFWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="IrH-ze-acR" id="ubH-hh-lDb"/>
  12. <outlet property="contendBox" destination="LXW-8l-TgD" id="WeB-cW-r6J"/>
  13. <outlet property="fileInputAddon" destination="Y4C-Yb-N5q" id="ExM-ax-8Sm"/>
  14. <outlet property="fileInputBGView" destination="xHI-qa-nPi" id="EX7-ca-Gcm"/>
  15. <outlet property="fileInputView" destination="hRu-Zc-QHk" id="Uj9-fA-GZd"/>
  16. <outlet property="fileRadio" destination="n3d-fJ-bff" id="vao-hg-ttb"/>
  17. <outlet property="inputView" destination="GjE-yq-b12" id="Mns-No-lhr"/>
  18. <outlet property="openButton" destination="2kB-tV-KqN" id="hxm-9E-STs"/>
  19. <outlet property="titleLabel" destination="QI6-z0-9LA" id="nTK-kQ-1Qz"/>
  20. <outlet property="urlRadio" destination="zMB-oT-6ND" id="TnX-nq-oaD"/>
  21. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  22. </connections>
  23. </customObject>
  24. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  25. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  26. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" titlebarAppearsTransparent="YES" titleVisibility="hidden" id="F0z-JX-Cv5">
  27. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" fullSizeContentView="YES"/>
  28. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  29. <rect key="contentRect" x="196" y="240" width="480" height="196"/>
  30. <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
  31. <view key="contentView" id="se5-gp-TjO">
  32. <rect key="frame" x="0.0" y="0.0" width="480" height="196"/>
  33. <autoresizingMask key="autoresizingMask"/>
  34. <subviews>
  35. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="LXW-8l-TgD">
  36. <rect key="frame" x="0.0" y="0.0" width="480" height="196"/>
  37. <view key="contentView" id="1S5-lc-U0M">
  38. <rect key="frame" x="0.0" y="0.0" width="480" height="196"/>
  39. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  40. <subviews>
  41. <customView translatesAutoresizingMaskIntoConstraints="NO" id="WaW-eX-JhH">
  42. <rect key="frame" x="0.0" y="152" width="480" height="44"/>
  43. <subviews>
  44. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QI6-z0-9LA">
  45. <rect key="frame" x="22" y="14" width="130" height="16"/>
  46. <textFieldCell key="cell" lineBreakMode="clipping" title="New From Web Page" id="Q9r-qs-Y9x">
  47. <font key="font" usesAppearanceFont="YES"/>
  48. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  49. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  50. </textFieldCell>
  51. </textField>
  52. </subviews>
  53. <constraints>
  54. <constraint firstItem="QI6-z0-9LA" firstAttribute="leading" secondItem="WaW-eX-JhH" secondAttribute="leading" constant="24" id="C5R-A9-xey"/>
  55. <constraint firstAttribute="height" constant="44" id="qd4-CP-3qW"/>
  56. <constraint firstItem="QI6-z0-9LA" firstAttribute="centerY" secondItem="WaW-eX-JhH" secondAttribute="centerY" id="tpf-j4-61J"/>
  57. </constraints>
  58. </customView>
  59. <customView translatesAutoresizingMaskIntoConstraints="NO" id="evd-y3-Z2b">
  60. <rect key="frame" x="24" y="72" width="432" height="72"/>
  61. <subviews>
  62. <customView translatesAutoresizingMaskIntoConstraints="NO" id="zMB-oT-6ND" customClass="ComponentRadio" customModule="KMComponentLibrary">
  63. <rect key="frame" x="0.0" y="40" width="50" height="32"/>
  64. <constraints>
  65. <constraint firstAttribute="height" constant="32" id="bkc-qe-LuM"/>
  66. <constraint firstAttribute="width" constant="50" id="ys0-Ch-AAO"/>
  67. </constraints>
  68. </customView>
  69. <customView translatesAutoresizingMaskIntoConstraints="NO" id="n3d-fJ-bff" customClass="ComponentRadio" customModule="KMComponentLibrary">
  70. <rect key="frame" x="66" y="40" width="50" height="32"/>
  71. <constraints>
  72. <constraint firstAttribute="width" constant="50" id="Nmg-nz-cov"/>
  73. <constraint firstAttribute="height" constant="32" id="yDr-Ai-5MD"/>
  74. </constraints>
  75. </customView>
  76. <customView translatesAutoresizingMaskIntoConstraints="NO" id="GjE-yq-b12" customClass="ComponentInput" customModule="KMComponentLibrary">
  77. <rect key="frame" x="0.0" y="0.0" width="432" height="32"/>
  78. <constraints>
  79. <constraint firstAttribute="height" constant="32" id="TgG-1W-dOo"/>
  80. </constraints>
  81. </customView>
  82. <customView translatesAutoresizingMaskIntoConstraints="NO" id="xHI-qa-nPi">
  83. <rect key="frame" x="0.0" y="0.0" width="432" height="32"/>
  84. <subviews>
  85. <customView translatesAutoresizingMaskIntoConstraints="NO" id="hRu-Zc-QHk" customClass="ComponentInput" customModule="KMComponentLibrary">
  86. <rect key="frame" x="0.0" y="0.0" width="399" height="32"/>
  87. <constraints>
  88. <constraint firstAttribute="height" constant="32" id="Iaf-dE-FrO"/>
  89. </constraints>
  90. </customView>
  91. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Y4C-Yb-N5q" customClass="ComponentInputAddon" customModule="KMComponentLibrary">
  92. <rect key="frame" x="400" y="0.0" width="32" height="32"/>
  93. <constraints>
  94. <constraint firstAttribute="height" constant="32" id="13Q-Fo-3Qe"/>
  95. <constraint firstAttribute="width" constant="32" id="GmW-lT-nXs"/>
  96. </constraints>
  97. </customView>
  98. </subviews>
  99. <constraints>
  100. <constraint firstItem="Y4C-Yb-N5q" firstAttribute="leading" secondItem="hRu-Zc-QHk" secondAttribute="trailing" constant="1" id="9mA-JH-Ngb"/>
  101. <constraint firstItem="hRu-Zc-QHk" firstAttribute="top" secondItem="xHI-qa-nPi" secondAttribute="top" id="Gd9-4g-O0L"/>
  102. <constraint firstAttribute="height" constant="32" id="cBk-at-ndT"/>
  103. <constraint firstItem="Y4C-Yb-N5q" firstAttribute="centerY" secondItem="xHI-qa-nPi" secondAttribute="centerY" id="drt-oT-Wxl"/>
  104. <constraint firstAttribute="trailing" secondItem="Y4C-Yb-N5q" secondAttribute="trailing" id="g2B-DK-p3c"/>
  105. <constraint firstItem="hRu-Zc-QHk" firstAttribute="leading" secondItem="xHI-qa-nPi" secondAttribute="leading" id="jUy-gC-5g0"/>
  106. </constraints>
  107. </customView>
  108. </subviews>
  109. <constraints>
  110. <constraint firstItem="n3d-fJ-bff" firstAttribute="top" secondItem="evd-y3-Z2b" secondAttribute="top" id="2or-6q-WIt"/>
  111. <constraint firstItem="xHI-qa-nPi" firstAttribute="leading" secondItem="evd-y3-Z2b" secondAttribute="leading" id="8CI-Ux-zUb"/>
  112. <constraint firstItem="n3d-fJ-bff" firstAttribute="leading" secondItem="zMB-oT-6ND" secondAttribute="trailing" constant="16" id="DAv-hK-J40"/>
  113. <constraint firstAttribute="trailing" secondItem="xHI-qa-nPi" secondAttribute="trailing" id="GLm-FD-kjU"/>
  114. <constraint firstAttribute="trailing" secondItem="GjE-yq-b12" secondAttribute="trailing" id="Glt-Dp-QgW"/>
  115. <constraint firstItem="zMB-oT-6ND" firstAttribute="leading" secondItem="evd-y3-Z2b" secondAttribute="leading" id="Gqx-LG-bae"/>
  116. <constraint firstAttribute="height" constant="72" id="HYw-3U-tdu"/>
  117. <constraint firstItem="GjE-yq-b12" firstAttribute="top" secondItem="zMB-oT-6ND" secondAttribute="bottom" constant="8" id="NTr-EC-fll"/>
  118. <constraint firstItem="GjE-yq-b12" firstAttribute="leading" secondItem="evd-y3-Z2b" secondAttribute="leading" id="O03-z9-PCq"/>
  119. <constraint firstItem="zMB-oT-6ND" firstAttribute="top" secondItem="evd-y3-Z2b" secondAttribute="top" id="PYN-Pl-HKE"/>
  120. <constraint firstItem="xHI-qa-nPi" firstAttribute="top" secondItem="zMB-oT-6ND" secondAttribute="bottom" constant="8" id="vc0-yi-zXy"/>
  121. <constraint firstAttribute="width" constant="432" id="yVU-Sk-3lF"/>
  122. </constraints>
  123. </customView>
  124. <customView translatesAutoresizingMaskIntoConstraints="NO" id="IrH-ze-acR" customClass="ComponentButton" customModule="KMComponentLibrary">
  125. <rect key="frame" x="268" y="16" width="90" height="32"/>
  126. <constraints>
  127. <constraint firstAttribute="height" constant="32" id="8pj-jU-XN2"/>
  128. <constraint firstAttribute="width" constant="90" id="fAA-AI-yAO"/>
  129. </constraints>
  130. </customView>
  131. <customView translatesAutoresizingMaskIntoConstraints="NO" id="2kB-tV-KqN" customClass="ComponentButton" customModule="KMComponentLibrary">
  132. <rect key="frame" x="366" y="16" width="90" height="32"/>
  133. <constraints>
  134. <constraint firstAttribute="width" constant="90" id="IWo-Wk-83l"/>
  135. <constraint firstAttribute="height" constant="32" id="ien-bI-nJI"/>
  136. </constraints>
  137. </customView>
  138. </subviews>
  139. <constraints>
  140. <constraint firstItem="evd-y3-Z2b" firstAttribute="top" secondItem="WaW-eX-JhH" secondAttribute="bottom" constant="8" id="B0j-ZD-9R6"/>
  141. <constraint firstItem="2kB-tV-KqN" firstAttribute="leading" secondItem="IrH-ze-acR" secondAttribute="trailing" constant="8" id="EGe-gN-hUB"/>
  142. <constraint firstAttribute="bottom" secondItem="2kB-tV-KqN" secondAttribute="bottom" constant="16" id="EXf-v9-nLM"/>
  143. <constraint firstItem="evd-y3-Z2b" firstAttribute="centerX" secondItem="1S5-lc-U0M" secondAttribute="centerX" id="OY3-AN-Qne"/>
  144. <constraint firstItem="WaW-eX-JhH" firstAttribute="leading" secondItem="1S5-lc-U0M" secondAttribute="leading" id="Wfr-yV-fq6"/>
  145. <constraint firstAttribute="trailing" secondItem="2kB-tV-KqN" secondAttribute="trailing" constant="24" id="jeo-Fh-fh2"/>
  146. <constraint firstItem="2kB-tV-KqN" firstAttribute="centerY" secondItem="IrH-ze-acR" secondAttribute="centerY" id="mpT-bZ-EMb"/>
  147. <constraint firstAttribute="trailing" secondItem="WaW-eX-JhH" secondAttribute="trailing" id="pLB-Fb-P2o"/>
  148. <constraint firstItem="WaW-eX-JhH" firstAttribute="top" secondItem="1S5-lc-U0M" secondAttribute="top" id="rMb-Eu-BBu"/>
  149. </constraints>
  150. </view>
  151. </box>
  152. </subviews>
  153. <constraints>
  154. <constraint firstAttribute="bottom" secondItem="LXW-8l-TgD" secondAttribute="bottom" id="bvn-1Q-IPJ"/>
  155. <constraint firstItem="LXW-8l-TgD" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="fNK-oZ-DAg"/>
  156. <constraint firstAttribute="trailing" secondItem="LXW-8l-TgD" secondAttribute="trailing" id="tAk-fN-IJf"/>
  157. <constraint firstItem="LXW-8l-TgD" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="tMc-vr-Jy8"/>
  158. </constraints>
  159. </view>
  160. <connections>
  161. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  162. </connections>
  163. <point key="canvasLocation" x="77" y="65"/>
  164. </window>
  165. </objects>
  166. </document>