SyncPreferences.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMSyncPreferences" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="texEditorControl1" destination="8" id="Vg1-2i-7gl"/>
  12. <outlet property="texEditorControl2" destination="9" id="SRd-sS-DAb"/>
  13. <outlet property="texEditorControl3" destination="7" id="YT4-sO-TT5"/>
  14. <outlet property="texEditorLabel2" destination="4" id="swA-rp-yF9"/>
  15. <outlet property="texEditorLabel3" destination="6" id="fa5-8i-XWE"/>
  16. <outlet property="textEditorLabel1" destination="10" id="SYH-uc-0hK"/>
  17. <outlet property="view" destination="1" id="31"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <customView id="1">
  23. <rect key="frame" x="0.0" y="0.0" width="428" height="213"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  25. <subviews>
  26. <button toolTip="Select this to check for external file changes. Use at your own risk." fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2">
  27. <rect key="frame" x="18" y="177" width="392" height="18"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  29. <buttonCell key="cell" type="check" title="Check for file changes" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="23">
  30. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  31. <font key="font" metaFont="system"/>
  32. </buttonCell>
  33. <connections>
  34. <binding destination="27" name="value" keyPath="values.SKAutoCheckFileUpdate" id="28"/>
  35. </connections>
  36. </button>
  37. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="3">
  38. <rect key="frame" x="12" y="132" width="404" height="5"/>
  39. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  40. </box>
  41. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4">
  42. <rect key="frame" x="34" y="51" width="73" height="17"/>
  43. <autoresizingMask key="autoresizingMask"/>
  44. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Command:" id="22">
  45. <font key="font" metaFont="system"/>
  46. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  47. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  48. </textFieldCell>
  49. </textField>
  50. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5">
  51. <rect key="frame" x="17" y="107" width="394" height="17"/>
  52. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  53. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="PDF-TeX Sync support:" id="21">
  54. <font key="font" metaFont="system"/>
  55. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  56. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  57. </textFieldCell>
  58. </textField>
  59. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6">
  60. <rect key="frame" x="29" y="22" width="78" height="17"/>
  61. <autoresizingMask key="autoresizingMask"/>
  62. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Arguments:" id="20">
  63. <font key="font" metaFont="system"/>
  64. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  65. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  66. </textFieldCell>
  67. </textField>
  68. <textField toolTip="Enter the arguments for the command. Use %file to indicate the file to open and %line for the line number" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
  69. <rect key="frame" x="112" y="20" width="296" height="22"/>
  70. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  71. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="19">
  72. <font key="font" metaFont="system"/>
  73. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  74. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  75. </textFieldCell>
  76. <connections>
  77. <accessibilityConnection property="title" destination="6" id="24"/>
  78. <binding destination="27" name="value" keyPath="values.SKTeXEditorArguments" id="30"/>
  79. </connections>
  80. </textField>
  81. <popUpButton toolTip="Choose settings for a preset TeX editor, or use custom settings" verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8">
  82. <rect key="frame" x="109" y="75" width="302" height="26"/>
  83. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  84. <popUpButtonCell key="cell" type="push" title="Custom" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="17" id="15">
  85. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  86. <font key="font" metaFont="menu"/>
  87. <menu key="menu" id="16">
  88. <items>
  89. <menuItem isSeparatorItem="YES" id="18">
  90. <modifierMask key="keyEquivalentModifierMask" command="YES"/>
  91. </menuItem>
  92. <menuItem title="Custom" state="on" id="17"/>
  93. </items>
  94. </menu>
  95. </popUpButtonCell>
  96. <connections>
  97. <accessibilityConnection property="link" destination="9" id="38"/>
  98. <accessibilityConnection property="title" destination="10" id="25"/>
  99. <action selector="changeTeXEditorPreset:" target="-2" id="58"/>
  100. </connections>
  101. </popUpButton>
  102. <textField toolTip="Enter the command to call your favorite TeX editor" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9">
  103. <rect key="frame" x="112" y="49" width="296" height="22"/>
  104. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  105. <textFieldCell key="cell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="14">
  106. <font key="font" metaFont="system"/>
  107. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  108. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  109. </textFieldCell>
  110. <connections>
  111. <accessibilityConnection property="link" destination="7" id="39"/>
  112. <accessibilityConnection property="title" destination="4" id="26"/>
  113. <binding destination="27" name="value" keyPath="values.SKTeXEditorCommand" id="29"/>
  114. </connections>
  115. </textField>
  116. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
  117. <rect key="frame" x="60" y="81" width="47" height="17"/>
  118. <autoresizingMask key="autoresizingMask"/>
  119. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Preset:" id="13">
  120. <font key="font" metaFont="system"/>
  121. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  122. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  123. </textFieldCell>
  124. </textField>
  125. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="390" translatesAutoresizingMaskIntoConstraints="NO" id="11">
  126. <rect key="frame" x="17" y="143" width="394" height="28"/>
  127. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  128. <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="Do not select this when using a script or program that will force a revert." id="12">
  129. <font key="font" metaFont="smallSystem"/>
  130. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  131. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  132. </textFieldCell>
  133. </textField>
  134. </subviews>
  135. <point key="canvasLocation" x="-3" y="154"/>
  136. </customView>
  137. <userDefaultsController representsSharedInstance="YES" id="27"/>
  138. <customObject id="40" userLabel="Labels" customClass="SKIBArray"/>
  139. <customObject id="45" userLabel="Controls" customClass="SKIBArray"/>
  140. </objects>
  141. </document>