TransitionSheet.xib 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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">
  3. <dependencies>
  4. <deployment version="1060" 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="SKPresentationOptionsSheetController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelBtn" destination="31" id="3TJ-W1-rhh"/>
  12. <outlet property="durationLabel" destination="25" id="uvm-pe-ACg"/>
  13. <outlet property="durationSlider" destination="30" id="p18-Dd-z9f"/>
  14. <outlet property="durationTF" destination="28" id="xzE-OB-bhF"/>
  15. <outlet property="effectLabel" destination="9" id="CQN-sh-iIx"/>
  16. <outlet property="effectPopUpButton" destination="13" id="cO1-zP-wn0"/>
  17. <outlet property="extentLabel" destination="26" id="YxA-wn-FGQ"/>
  18. <outlet property="notesDocumentPopUpButton" destination="69" id="99"/>
  19. <outlet property="okBtn" destination="27" id="RoG-f4-1M9"/>
  20. <outlet property="pageBtn" destination="11" id="1Ze-Zy-G3w"/>
  21. <outlet property="pageTransitionBox" destination="67" id="Uql-ze-DT0"/>
  22. <outlet property="screeBtn" destination="12" id="qPN-Ad-FaF"/>
  23. <outlet property="separateCheckButton" destination="138" id="346"/>
  24. <outlet property="synchoronizBox" destination="68" id="bOE-ap-wgY"/>
  25. <outlet property="tableView" destination="279" id="287"/>
  26. <outlet property="window" destination="7" id="63"/>
  27. </connections>
  28. </customObject>
  29. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  30. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  31. <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="7" userLabel="SetupSheet" customClass="NSPanel">
  32. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  33. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  34. <rect key="contentRect" x="282" y="439" width="426" height="280"/>
  35. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  36. <value key="minSize" type="size" width="213" height="107"/>
  37. <view key="contentView" id="8">
  38. <rect key="frame" x="0.0" y="0.0" width="426" height="280"/>
  39. <autoresizingMask key="autoresizingMask"/>
  40. <subviews>
  41. <button tag="1" imageHugsTitle="YES" verticalHuggingPriority="750" id="27">
  42. <rect key="frame" x="330" y="12" width="82" height="32"/>
  43. <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
  44. <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="436">
  45. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  46. <font key="font" metaFont="system"/>
  47. <string key="keyEquivalent" base64-UTF8="YES">
  48. DQ
  49. </string>
  50. </buttonCell>
  51. <connections>
  52. <accessibilityConnection property="link" destination="31" id="461"/>
  53. <action selector="okAction:" target="-2" id="3k6-Ji-BSx"/>
  54. </connections>
  55. </button>
  56. <button imageHugsTitle="YES" verticalHuggingPriority="750" id="31">
  57. <rect key="frame" x="248" y="12" width="82" height="32"/>
  58. <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
  59. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="437">
  60. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  61. <font key="font" metaFont="system"/>
  62. <string key="keyEquivalent" base64-UTF8="YES">
  63. Gw
  64. </string>
  65. </buttonCell>
  66. <connections>
  67. <action selector="cancelAction:" target="-2" id="7Fi-nJ-GQh"/>
  68. </connections>
  69. </button>
  70. <box borderType="line" title="Page Transition" id="67">
  71. <rect key="frame" x="123" y="120" width="286" height="118"/>
  72. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  73. <view key="contentView" id="nHl-1V-Bnj">
  74. <rect key="frame" x="4" y="5" width="278" height="98"/>
  75. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  76. <subviews>
  77. <textField focusRingType="none" verticalHuggingPriority="750" id="28">
  78. <rect key="frame" x="216" y="42" width="50" height="22"/>
  79. <autoresizingMask key="autoresizingMask"/>
  80. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="1.0" drawsBackground="YES" id="442">
  81. <numberFormatter key="formatter" formatterBehavior="custom10_4" positiveFormat="#,##0.0" negativeFormat="-#,##0.0" formatWidth="-1" minimumIntegerDigits="1" maximumIntegerDigits="2000000000" minimumFractionDigits="1" maximumFractionDigits="1" decimalSeparator="." groupingSeparator="," id="29">
  82. <nil key="negativeInfinitySymbol"/>
  83. <nil key="positiveInfinitySymbol"/>
  84. <real key="minimum" value="0.0"/>
  85. </numberFormatter>
  86. <font key="font" metaFont="system"/>
  87. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  88. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  89. </textFieldCell>
  90. </textField>
  91. <slider verticalHuggingPriority="750" id="30">
  92. <rect key="frame" x="82" y="38" width="128" height="26"/>
  93. <autoresizingMask key="autoresizingMask"/>
  94. <sliderCell key="cell" continuous="YES" alignment="left" maxValue="5" doubleValue="1" tickMarkPosition="above" numberOfTickMarks="6" sliderType="linear" id="443">
  95. <font key="font" size="12" name="Helvetica"/>
  96. </sliderCell>
  97. <connections>
  98. <action selector="changeDurationSlider:" target="-2" id="2QH-Mx-YnZ"/>
  99. </connections>
  100. </slider>
  101. <popUpButton imageHugsTitle="YES" verticalHuggingPriority="750" id="13">
  102. <rect key="frame" x="81" y="68" width="188" height="26"/>
  103. <autoresizingMask key="autoresizingMask"/>
  104. <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="439">
  105. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  106. <font key="font" metaFont="menu"/>
  107. <menu key="menu" id="14"/>
  108. </popUpButtonCell>
  109. </popUpButton>
  110. <textField focusRingType="none" verticalHuggingPriority="750" id="9">
  111. <rect key="frame" x="3" y="75" width="76" height="17"/>
  112. <autoresizingMask key="autoresizingMask"/>
  113. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Effect:" id="438">
  114. <font key="font" metaFont="system"/>
  115. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  116. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  117. </textFieldCell>
  118. </textField>
  119. <textField focusRingType="none" verticalHuggingPriority="750" id="25">
  120. <rect key="frame" x="15" y="44" width="64" height="17"/>
  121. <autoresizingMask key="autoresizingMask"/>
  122. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Duration:" id="440">
  123. <font key="font" metaFont="system"/>
  124. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  125. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  126. </textFieldCell>
  127. </textField>
  128. <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="10">
  129. <rect key="frame" x="82" y="14" width="132" height="18"/>
  130. <autoresizingMask key="autoresizingMask"/>
  131. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  132. <size key="cellSize" width="64" height="18"/>
  133. <size key="intercellSpacing" width="4" height="2"/>
  134. <buttonCell key="prototype" type="radio" imagePosition="leading" alignment="left" state="on" inset="2" id="446">
  135. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  136. <font key="font" metaFont="system"/>
  137. </buttonCell>
  138. <cells>
  139. <column>
  140. <buttonCell type="radio" title="Screen" imagePosition="leading" alignment="left" state="on" inset="2" id="12">
  141. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  142. <font key="font" metaFont="system"/>
  143. </buttonCell>
  144. </column>
  145. <column>
  146. <buttonCell type="radio" title="Page" imagePosition="leading" alignment="left" tag="1" inset="2" id="11">
  147. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  148. <font key="font" metaFont="system"/>
  149. </buttonCell>
  150. </column>
  151. </cells>
  152. </matrix>
  153. <textField focusRingType="none" verticalHuggingPriority="750" id="26">
  154. <rect key="frame" x="30" y="15" width="49" height="17"/>
  155. <autoresizingMask key="autoresizingMask"/>
  156. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Extent:" id="441">
  157. <font key="font" metaFont="system"/>
  158. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  159. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  160. </textFieldCell>
  161. </textField>
  162. </subviews>
  163. </view>
  164. </box>
  165. <box borderType="line" title="Synchronized Notes Document" id="68">
  166. <rect key="frame" x="123" y="56" width="286" height="60"/>
  167. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  168. <view key="contentView" id="mnE-pI-3iK">
  169. <rect key="frame" x="4" y="5" width="278" height="40"/>
  170. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  171. <subviews>
  172. <popUpButton imageHugsTitle="YES" verticalHuggingPriority="750" id="69">
  173. <rect key="frame" x="15" y="10" width="242" height="26"/>
  174. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  175. <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="81" id="444">
  176. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  177. <font key="font" metaFont="menu"/>
  178. <menu key="menu" id="73">
  179. <items>
  180. <menuItem state="on" id="81"/>
  181. </items>
  182. </menu>
  183. </popUpButtonCell>
  184. </popUpButton>
  185. </subviews>
  186. </view>
  187. </box>
  188. <button imageHugsTitle="YES" id="138">
  189. <rect key="frame" x="124" y="244" width="177" height="18"/>
  190. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  191. <buttonCell key="cell" type="check" title="Distinct page transitions" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="445">
  192. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  193. <font key="font" metaFont="system"/>
  194. </buttonCell>
  195. <connections>
  196. <action selector="pageTransitionAction:" target="-2" id="Ocs-hT-yI8"/>
  197. </connections>
  198. </button>
  199. <scrollView hidden="YES" horizontalLineScroll="34" horizontalPageScroll="10" verticalLineScroll="34" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="276">
  200. <rect key="frame" x="20" y="20" width="98" height="240"/>
  201. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  202. <clipView key="contentView" id="wPo-Zi-yxU">
  203. <rect key="frame" x="1" y="1" width="85" height="238"/>
  204. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  205. <subviews>
  206. <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="32" rowSizeStyle="automatic" viewBased="YES" id="279" customClass="KMBotaTableView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  207. <rect key="frame" x="0.0" y="0.0" width="85" height="238"/>
  208. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  209. <size key="intercellSpacing" width="3" height="2"/>
  210. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  211. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  212. <tableColumns>
  213. <tableColumn identifier="image" editable="NO" width="64" minWidth="64" maxWidth="64" id="280">
  214. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
  215. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  216. <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
  217. </tableHeaderCell>
  218. <imageCell key="dataCell" controlSize="small" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="283"/>
  219. <prototypeCellViews>
  220. <tableCellView id="ReJ-73-Njm">
  221. <rect key="frame" x="1" y="1" width="73" height="32"/>
  222. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  223. <subviews>
  224. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="G0p-F2-AHf">
  225. <rect key="frame" x="0.0" y="8" width="73" height="16"/>
  226. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  227. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="Ip4-Cx-pHm">
  228. <font key="font" usesAppearanceFont="YES"/>
  229. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  230. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  231. </textFieldCell>
  232. </textField>
  233. </subviews>
  234. <connections>
  235. <outlet property="textField" destination="G0p-F2-AHf" id="bjW-bA-OEQ"/>
  236. </connections>
  237. </tableCellView>
  238. </prototypeCellViews>
  239. </tableColumn>
  240. </tableColumns>
  241. <connections>
  242. <outlet property="dataSource" destination="-2" id="311"/>
  243. <outlet property="delegate" destination="-2" id="361"/>
  244. </connections>
  245. </tableView>
  246. </subviews>
  247. </clipView>
  248. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="448">
  249. <rect key="frame" x="-100" y="-100" width="128" height="15"/>
  250. <autoresizingMask key="autoresizingMask"/>
  251. </scroller>
  252. <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="447" userLabel="Vertical Scroller" customClass="SKScroller">
  253. <rect key="frame" x="86" y="1" width="11" height="238"/>
  254. <autoresizingMask key="autoresizingMask"/>
  255. </scroller>
  256. </scrollView>
  257. </subviews>
  258. </view>
  259. <connections>
  260. <outlet property="delegate" destination="-2" id="64"/>
  261. </connections>
  262. <point key="canvasLocation" x="117" y="-138"/>
  263. </window>
  264. <arrayController id="127" userLabel="Array Controller">
  265. <declaredKeys>
  266. <string>thumbnail.image</string>
  267. <string>thumbnail.label</string>
  268. <string>fromThumbnail.image</string>
  269. <string>toThumbnail.image</string>
  270. <string>fromThumbnail.label</string>
  271. <string>nextThumbnail.image</string>
  272. <string>label</string>
  273. <string>title</string>
  274. </declaredKeys>
  275. </arrayController>
  276. <customObject id="462" userLabel="Transition Labels"/>
  277. <customObject id="466" userLabel="Transition Controls"/>
  278. <customObject id="480" userLabel="Boxes"/>
  279. <customObject id="476" userLabel="Buttons"/>
  280. </objects>
  281. </document>