KMFormActionButtonPopWindowController.xib 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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="KMFormActionButtonPopWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="actionComboBox" destination="Bmd-Qo-clZ" id="XeC-hy-MxS"/>
  12. <outlet property="actionLabel" destination="gOb-OI-feU" id="kON-pw-8oW"/>
  13. <outlet property="cancelButton" destination="AmK-R1-fam" id="Frn-z2-uhY"/>
  14. <outlet property="emailButton" destination="VHh-E5-AVJ" id="FP2-zc-4qH"/>
  15. <outlet property="emailTextField" destination="pJK-CS-UiB" id="M5g-Kc-JJm"/>
  16. <outlet property="label" destination="LfD-bl-T3c" id="Axk-0r-o7h"/>
  17. <outlet property="labelTextField" destination="jQK-hR-5Yw" id="JjS-pu-CT1"/>
  18. <outlet property="okButton" destination="dz5-Ak-kQt" id="xES-MW-LGv"/>
  19. <outlet property="presenceLabel" destination="bOj-H3-vy9" id="hna-ZW-SCe"/>
  20. <outlet property="urlButton" destination="KhV-Aq-35U" id="oyK-2d-d4z"/>
  21. <outlet property="urlTextField" destination="aQw-DO-oGy" id="VdL-62-Rtd"/>
  22. <outlet property="visibleComboBox" destination="q5S-9w-Wv1" id="lNB-s0-bpP"/>
  23. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  24. </connections>
  25. </customObject>
  26. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  27. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  28. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  29. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
  30. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  31. <rect key="contentRect" x="196" y="240" width="520" height="270"/>
  32. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  33. <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
  34. <rect key="frame" x="0.0" y="0.0" width="520" height="270"/>
  35. <autoresizingMask key="autoresizingMask"/>
  36. <subviews>
  37. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AmK-R1-fam">
  38. <rect key="frame" x="289" y="13" width="111" height="33"/>
  39. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Ohq-AM-h7E">
  40. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  41. <font key="font" metaFont="system"/>
  42. <string key="keyEquivalent" base64-UTF8="YES">
  43. Gw
  44. </string>
  45. </buttonCell>
  46. <constraints>
  47. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="97" id="lPn-o1-y8Q"/>
  48. <constraint firstAttribute="height" constant="21" id="xKS-JG-CFD"/>
  49. </constraints>
  50. <connections>
  51. <action selector="buttonClicked_CancelSetting:" target="-2" id="mzW-TE-MQ4"/>
  52. </connections>
  53. </button>
  54. <comboBox focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="q5S-9w-Wv1">
  55. <rect key="frame" x="97" y="198" width="124" height="23"/>
  56. <constraints>
  57. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="120" id="k2M-n5-pOf"/>
  58. </constraints>
  59. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" title="Visible" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="eEB-pT-Eo0">
  60. <font key="font" metaFont="system"/>
  61. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  62. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  63. <objectValues>
  64. <string>Hidden</string>
  65. <string>Visible</string>
  66. <string>Visible but doesn't print</string>
  67. </objectValues>
  68. </comboBoxCell>
  69. </comboBox>
  70. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bOj-H3-vy9">
  71. <rect key="frame" x="18" y="202" width="77" height="16"/>
  72. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Button Field" id="eTp-99-RIg">
  73. <font key="font" metaFont="system"/>
  74. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  75. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  76. </textFieldCell>
  77. </textField>
  78. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jQK-hR-5Yw">
  79. <rect key="frame" x="342" y="235" width="120" height="21"/>
  80. <constraints>
  81. <constraint firstAttribute="width" constant="120" id="g3a-bz-d3J"/>
  82. </constraints>
  83. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" title="Submit" drawsBackground="YES" id="tSZ-WR-xno">
  84. <font key="font" metaFont="system"/>
  85. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  86. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  87. </textFieldCell>
  88. </textField>
  89. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="LfD-bl-T3c">
  90. <rect key="frame" x="302" y="237" width="37" height="16"/>
  91. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="gL2-5w-EYB">
  92. <font key="font" metaFont="system"/>
  93. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  94. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  95. </textFieldCell>
  96. </textField>
  97. <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="KhV-Aq-35U">
  98. <rect key="frame" x="18" y="110" width="114" height="18"/>
  99. <buttonCell key="cell" type="radio" title="Submit to URL" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="oke-c2-aLs">
  100. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  101. <font key="font" metaFont="system"/>
  102. </buttonCell>
  103. <connections>
  104. <action selector="buttonClicked_MailOrURLSelect:" target="-2" id="3l2-eu-33j"/>
  105. </connections>
  106. </button>
  107. <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dz5-Ak-kQt">
  108. <rect key="frame" x="406" y="13" width="111" height="33"/>
  109. <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="2qZ-jR-9Ci">
  110. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  111. <font key="font" metaFont="system"/>
  112. <string key="keyEquivalent" base64-UTF8="YES">
  113. DQ
  114. </string>
  115. </buttonCell>
  116. <connections>
  117. <action selector="buttonClicked_ConfirmSetting:" target="-2" id="JnO-KZ-z5f"/>
  118. </connections>
  119. </button>
  120. <comboBox focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Bmd-Qo-clZ">
  121. <rect key="frame" x="97" y="233" width="124" height="23"/>
  122. <constraints>
  123. <constraint firstAttribute="width" constant="120" id="jY9-1s-ubU"/>
  124. </constraints>
  125. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" title="Submit" drawsBackground="YES" completes="NO" numberOfVisibleItems="2" id="ix3-0H-16S">
  126. <font key="font" metaFont="system"/>
  127. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  128. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  129. <objectValues>
  130. <string>Submit</string>
  131. <string>Print</string>
  132. </objectValues>
  133. </comboBoxCell>
  134. <connections>
  135. <action selector="comboBoxClicked_ActionSelect:" target="-2" id="f3W-XT-oRb"/>
  136. </connections>
  137. </comboBox>
  138. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pJK-CS-UiB">
  139. <rect key="frame" x="40" y="132" width="320" height="21"/>
  140. <constraints>
  141. <constraint firstAttribute="width" constant="320" id="wlv-Bh-5ip"/>
  142. </constraints>
  143. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="support@pdfreaderpro.com" drawsBackground="YES" id="aya-7F-2Ni">
  144. <font key="font" metaFont="system"/>
  145. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  146. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  147. </textFieldCell>
  148. </textField>
  149. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="aQw-DO-oGy">
  150. <rect key="frame" x="40" y="85" width="320" height="21"/>
  151. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="https://www.pdfreaderpro.com" drawsBackground="YES" id="fpF-jv-uu6">
  152. <font key="font" metaFont="system"/>
  153. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  154. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  155. </textFieldCell>
  156. </textField>
  157. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gOb-OI-feU">
  158. <rect key="frame" x="52" y="237" width="43" height="16"/>
  159. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Action" id="LQ5-tv-Vbx">
  160. <font key="font" metaFont="system"/>
  161. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  162. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  163. </textFieldCell>
  164. </textField>
  165. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="ekx-q5-dQF">
  166. <rect key="frame" x="11" y="182" width="496" height="5"/>
  167. </box>
  168. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VHh-E5-AVJ">
  169. <rect key="frame" x="18" y="157" width="121" height="18"/>
  170. <buttonCell key="cell" type="radio" title="Submit to Email" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="VX6-ks-mcx">
  171. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  172. <font key="font" metaFont="system"/>
  173. </buttonCell>
  174. <connections>
  175. <action selector="buttonClicked_MailOrURLSelect:" target="-2" id="Omm-hc-BjC"/>
  176. </connections>
  177. </button>
  178. </subviews>
  179. <constraints>
  180. <constraint firstItem="jQK-hR-5Yw" firstAttribute="leading" secondItem="LfD-bl-T3c" secondAttribute="trailing" constant="5" id="1ed-WS-Iu0"/>
  181. <constraint firstItem="q5S-9w-Wv1" firstAttribute="centerY" secondItem="bOj-H3-vy9" secondAttribute="centerY" id="1iy-RI-ed3"/>
  182. <constraint firstItem="dz5-Ak-kQt" firstAttribute="leading" secondItem="AmK-R1-fam" secondAttribute="trailing" constant="20" id="Crn-7s-d7U"/>
  183. <constraint firstAttribute="trailing" secondItem="dz5-Ak-kQt" secondAttribute="trailing" constant="10" id="Fep-6W-em8"/>
  184. <constraint firstItem="ekx-q5-dQF" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="11" id="Flc-6s-OLJ"/>
  185. <constraint firstAttribute="bottom" secondItem="dz5-Ak-kQt" secondAttribute="bottom" constant="20" id="FmY-WD-T4w"/>
  186. <constraint firstItem="pJK-CS-UiB" firstAttribute="top" secondItem="VHh-E5-AVJ" secondAttribute="bottom" constant="5" id="Iua-HH-2R6"/>
  187. <constraint firstItem="Bmd-Qo-clZ" firstAttribute="centerY" secondItem="gOb-OI-feU" secondAttribute="centerY" id="Jqt-q0-wKx"/>
  188. <constraint firstItem="q5S-9w-Wv1" firstAttribute="top" secondItem="Bmd-Qo-clZ" secondAttribute="bottom" constant="15" id="K6f-Dx-PBY"/>
  189. <constraint firstItem="bOj-H3-vy9" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="K8i-Jc-er2"/>
  190. <constraint firstItem="q5S-9w-Wv1" firstAttribute="leading" secondItem="Bmd-Qo-clZ" secondAttribute="leading" id="LAE-OF-y6k"/>
  191. <constraint firstItem="LfD-bl-T3c" firstAttribute="centerY" secondItem="gOb-OI-feU" secondAttribute="centerY" id="bUA-gZ-D5y"/>
  192. <constraint firstItem="pJK-CS-UiB" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="40" id="eee-rw-Tyv"/>
  193. <constraint firstItem="KhV-Aq-35U" firstAttribute="top" secondItem="pJK-CS-UiB" secondAttribute="bottom" constant="5" id="esH-x3-c75"/>
  194. <constraint firstItem="aQw-DO-oGy" firstAttribute="leading" secondItem="pJK-CS-UiB" secondAttribute="leading" id="ggp-Xc-Cfc"/>
  195. <constraint firstItem="ekx-q5-dQF" firstAttribute="top" secondItem="q5S-9w-Wv1" secondAttribute="bottom" constant="15" id="h4j-cC-HfL"/>
  196. <constraint firstItem="aQw-DO-oGy" firstAttribute="trailing" secondItem="pJK-CS-UiB" secondAttribute="trailing" id="hcP-rn-udO"/>
  197. <constraint firstItem="KhV-Aq-35U" firstAttribute="leading" secondItem="VHh-E5-AVJ" secondAttribute="leading" id="jdj-ru-8Jy"/>
  198. <constraint firstItem="aQw-DO-oGy" firstAttribute="top" secondItem="KhV-Aq-35U" secondAttribute="bottom" constant="5" id="jqo-V7-0iY"/>
  199. <constraint firstItem="dz5-Ak-kQt" firstAttribute="width" secondItem="AmK-R1-fam" secondAttribute="width" id="m9i-Ke-vVu"/>
  200. <constraint firstItem="jQK-hR-5Yw" firstAttribute="centerY" secondItem="gOb-OI-feU" secondAttribute="centerY" id="maW-oA-Vhs"/>
  201. <constraint firstItem="VHh-E5-AVJ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="pyQ-uc-P7j"/>
  202. <constraint firstItem="VHh-E5-AVJ" firstAttribute="top" secondItem="ekx-q5-dQF" secondAttribute="bottom" constant="10" id="tJk-TL-Sk3"/>
  203. <constraint firstItem="LfD-bl-T3c" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" constant="60" id="ur7-c5-7Kf"/>
  204. <constraint firstItem="Bmd-Qo-clZ" firstAttribute="leading" secondItem="gOb-OI-feU" secondAttribute="trailing" constant="5" id="uug-ul-oFQ"/>
  205. <constraint firstAttribute="trailing" secondItem="ekx-q5-dQF" secondAttribute="trailing" constant="13" id="v2o-WK-fxc"/>
  206. <constraint firstItem="Bmd-Qo-clZ" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="15" id="x55-v4-6JN"/>
  207. <constraint firstItem="dz5-Ak-kQt" firstAttribute="height" secondItem="AmK-R1-fam" secondAttribute="height" id="yQr-5p-M02"/>
  208. <constraint firstItem="q5S-9w-Wv1" firstAttribute="leading" secondItem="bOj-H3-vy9" secondAttribute="trailing" constant="5" id="yrk-JU-4k0"/>
  209. <constraint firstItem="dz5-Ak-kQt" firstAttribute="centerY" secondItem="AmK-R1-fam" secondAttribute="centerY" id="zvb-rU-Gld"/>
  210. </constraints>
  211. </view>
  212. <connections>
  213. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  214. </connections>
  215. <point key="canvasLocation" x="139" y="147"/>
  216. </window>
  217. </objects>
  218. </document>