1<?xml version="1.0" encoding="UTF-8"?> 2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> 3 <dependencies> 4 <deployment version="1040" identifier="macosx"/> 5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/> 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="NSApplication"> 10 <connections> 11 <outlet property="delegate" destination="196" id="429"/> 12 <outlet property="dockMenu" destination="423" id="426"/> 13 <outlet property="menu" destination="29" id="300334"/> 14 </connections> 15 </customObject> 16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> 17 <customObject id="-3" userLabel="Application" customClass="NSObject"/> 18 <menu title="MainMenu" systemMenu="main" id="29" userLabel="MainMenu"> 19 <items> 20 <menuItem title="X11" id="56"> 21 <menu key="submenu" title="X11" systemMenu="apple" id="57"> 22 <items> 23 <menuItem title="Про Х11" id="58"> 24 <modifierMask key="keyEquivalentModifierMask"/> 25 <connections> 26 <action selector="orderFrontStandardAboutPanel:" target="-2" id="433"/> 27 </connections> 28 </menuItem> 29 <menuItem title="Параметри…" keyEquivalent="," id="129"> 30 <connections> 31 <action selector="prefs_show:" target="196" id="318"/> 32 </connections> 33 </menuItem> 34 <menuItem isSeparatorItem="YES" id="143"> 35 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 36 </menuItem> 37 <menuItem title="Сервіси" id="131"> 38 <menu key="submenu" title="Сервіси" systemMenu="services" id="130"/> 39 </menuItem> 40 <menuItem isSeparatorItem="YES" id="144"> 41 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 42 </menuItem> 43 <menuItem title="Увімкнути/вимкнути повноекранний режим" keyEquivalent="a" id="544"> 44 <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> 45 <connections> 46 <action selector="toggle_fullscreen:" target="196" id="548"/> 47 </connections> 48 </menuItem> 49 <menuItem isSeparatorItem="YES" id="545"> 50 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 51 </menuItem> 52 <menuItem title="Сховати Х11" tag="42" keyEquivalent="h" id="134"> 53 <connections> 54 <action selector="hide:" target="-2" id="430"/> 55 </connections> 56 </menuItem> 57 <menuItem title="Сховати решту" keyEquivalent="h" id="145"> 58 <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> 59 <connections> 60 <action selector="hideOtherApplications:" target="-2" id="263"/> 61 </connections> 62 </menuItem> 63 <menuItem title="Показати всі" tag="42" id="150"> 64 <connections> 65 <action selector="unhideAllApplications:" target="-2" id="431"/> 66 </connections> 67 </menuItem> 68 <menuItem isSeparatorItem="YES" id="149"> 69 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 70 </menuItem> 71 <menuItem title="Завершити Х11" keyEquivalent="q" id="136"> 72 <connections> 73 <action selector="terminate:" target="-2" id="300336"/> 74 </connections> 75 </menuItem> 76 </items> 77 </menu> 78 </menuItem> 79 <menuItem title="Програми" id="269"> 80 <menu key="submenu" title="Програми" id="270"> 81 <items> 82 <menuItem isSeparatorItem="YES" id="272"> 83 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 84 </menuItem> 85 <menuItem title="Настроїти…" id="305"> 86 <connections> 87 <action selector="apps_table_show:" target="196" id="308"/> 88 </connections> 89 </menuItem> 90 </items> 91 </menu> 92 </menuItem> 93 <menuItem title="Редагування" id="163"> 94 <menu key="submenu" title="Редагування" id="169"> 95 <items> 96 <menuItem title="Скопіювати" keyEquivalent="c" id="157"> 97 <connections> 98 <action selector="copy:" target="-1" id="181"/> 99 </connections> 100 </menuItem> 101 </items> 102 </menu> 103 </menuItem> 104 <menuItem title="Вікно" id="19"> 105 <menu key="submenu" title="Вікно" systemMenu="window" id="24"> 106 <items> 107 <menuItem title="Закрити" keyEquivalent="w" id="203"> 108 <connections> 109 <action selector="close_window:" target="196" id="205"/> 110 </connections> 111 </menuItem> 112 <menuItem title="Згорнути" keyEquivalent="m" id="23"> 113 <connections> 114 <action selector="minimize_window:" target="196" id="202"/> 115 </connections> 116 </menuItem> 117 <menuItem title="Оптимізувати" id="204"> 118 <connections> 119 <action selector="zoom_window:" target="196" id="206"/> 120 </connections> 121 </menuItem> 122 <menuItem isSeparatorItem="YES" id="92"> 123 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 124 </menuItem> 125 <menuItem title="Наступне вікно" keyEquivalent="`" id="537"> 126 <connections> 127 <action selector="next_window:" target="196" id="539"/> 128 </connections> 129 </menuItem> 130 <menuItem title="Попереднє вікно" keyEquivalent="~" id="538"> 131 <modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/> 132 <connections> 133 <action selector="previous_window:" target="196" id="540"/> 134 </connections> 135 </menuItem> 136 <menuItem isSeparatorItem="YES" id="536"> 137 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 138 </menuItem> 139 <menuItem title="Всі наперед" id="5"> 140 <connections> 141 <action selector="bring_to_front:" target="196" id="207"/> 142 </connections> 143 </menuItem> 144 </items> 145 </menu> 146 </menuItem> 147 <menuItem title="Довідка" id="419"> 148 <menu key="submenu" title="Довідка" id="420"> 149 <items> 150 <menuItem title="Довідка Х11" id="421"> 151 <connections> 152 <action selector="x11_help:" target="196" id="422"/> 153 </connections> 154 </menuItem> 155 </items> 156 </menu> 157 </menuItem> 158 </items> 159 <point key="canvasLocation" x="74" y="114"/> 160 </menu> 161 <customObject id="196" userLabel="X11Controller" customClass="X11Controller"> 162 <connections> 163 <outlet property="apps_separator" destination="272" id="273"/> 164 <outlet property="apps_table" destination="296" id="301"/> 165 <outlet property="click_through" destination="300359" id="300392"/> 166 <outlet property="copy_menu_item" destination="157" id="300443"/> 167 <outlet property="depth" destination="382" id="389"/> 168 <outlet property="dock_apps_menu" destination="527" id="530"/> 169 <outlet property="dock_menu" destination="423" id="428"/> 170 <outlet property="dock_window_separator" destination="524" id="531"/> 171 <outlet property="enable_auth" destination="374" id="387"/> 172 <outlet property="enable_fullscreen" destination="541" id="546"/> 173 <outlet property="enable_fullscreen_menu" destination="300472" id="300474"/> 174 <outlet property="enable_fullscreen_menu_text" destination="300487" id="300489"/> 175 <outlet property="enable_keyequivs" destination="368" id="393"/> 176 <outlet property="enable_tcp" destination="375" id="388"/> 177 <outlet property="fake_buttons" destination="363" id="391"/> 178 <outlet property="focus_follows_mouse" destination="300362" id="300393"/> 179 <outlet property="focus_on_new_window" destination="300368" id="300394"/> 180 <outlet property="option_sends_alt" destination="300477" id="300481"/> 181 <outlet property="prefs_panel" destination="244" id="402"/> 182 <outlet property="scroll_in_device_direction" destination="300482" id="300490"/> 183 <outlet property="sync_clipboard_to_pasteboard" destination="300453" id="300461"/> 184 <outlet property="sync_keymap" destination="370" id="392"/> 185 <outlet property="sync_pasteboard" destination="300424" id="300444"/> 186 <outlet property="sync_pasteboard_to_clipboard" destination="300447" id="300462"/> 187 <outlet property="sync_pasteboard_to_primary" destination="300451" id="300463"/> 188 <outlet property="sync_primary_immediately" destination="300457" id="300464"/> 189 <outlet property="sync_text1" destination="300455" id="300470"/> 190 <outlet property="sync_text2" destination="300459" id="300471"/> 191 <outlet property="toggle_fullscreen_item" destination="544" id="549"/> 192 <outlet property="x11_about_item" destination="58" id="321"/> 193 </connections> 194 </customObject> 195 <window title="Параметри Х11" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_prefs" animationBehavior="default" id="244" userLabel="PrefsPanel" customClass="NSPanel"> 196 <windowStyleMask key="styleMask" titled="YES" closable="YES"/> 197 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 198 <rect key="contentRect" x="266" y="364.0390625" width="545" height="341"/> 199 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/> 200 <value key="minSize" type="size" width="320" height="240"/> 201 <view key="contentView" id="245"> 202 <rect key="frame" x="0.0" y="0.0" width="545" height="341"/> 203 <autoresizingMask key="autoresizingMask"/> 204 <subviews> 205 <tabView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="348"> 206 <rect key="frame" x="13" y="10" width="519" height="325"/> 207 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 208 <font key="font" metaFont="system"/> 209 <tabViewItems> 210 <tabViewItem label="Введення" identifier="1" id="349"> 211 <view key="view" id="351"> 212 <rect key="frame" x="10" y="33" width="499" height="279"/> 213 <autoresizingMask key="autoresizingMask"/> 214 <subviews> 215 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="363"> 216 <rect key="frame" x="18" y="243" width="402" height="18"/> 217 <autoresizingMask key="autoresizingMask"/> 218 <buttonCell key="cell" type="check" title="Емуляція мишки з трьома кнопками" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100363"> 219 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 220 <font key="font" metaFont="system"/> 221 </buttonCell> 222 <connections> 223 <action selector="prefs_changed:" target="196" id="394"/> 224 </connections> 225 </button> 226 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="418" translatesAutoresizingMaskIntoConstraints="NO" id="364"> 227 <rect key="frame" x="36" y="82" width="422" height="42"/> 228 <autoresizingMask key="autoresizingMask"/> 229 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100364"> 230 <font key="font" metaFont="smallSystem"/> 231 <string key="title">Якщо увімкнено, то клавіатурні скорочення смуги меню можуть заважати скороченням програм Х11, в яких використовується Meta-клавіша.</string> 232 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 233 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 234 </textFieldCell> 235 </textField> 236 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="440" translatesAutoresizingMaskIntoConstraints="NO" id="365"> 237 <rect key="frame" x="36" y="195" width="444" height="42"/> 238 <autoresizingMask key="autoresizingMask"/> 239 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100365"> 240 <font key="font" metaFont="smallSystem"/> 241 <string key="title">Утримуйте клавіші Option і Command під час клацання, щоб активувати середню чи праву кнопки мишки. 242</string> 243 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 244 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 245 </textFieldCell> 246 </textField> 247 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="368"> 248 <rect key="frame" x="18" y="130" width="402" height="18"/> 249 <autoresizingMask key="autoresizingMask"/> 250 <buttonCell key="cell" type="check" title="Увімкнути клавіатурні скорочення в X11" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100368"> 251 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 252 <font key="font" metaFont="system"/> 253 </buttonCell> 254 <connections> 255 <action selector="prefs_changed:" target="196" id="396"/> 256 </connections> 257 </button> 258 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="440" translatesAutoresizingMaskIntoConstraints="NO" id="369"> 259 <rect key="frame" x="36" y="159" width="444" height="14"/> 260 <autoresizingMask key="autoresizingMask"/> 261 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Увімкніть, щоб зміни в меню клавіатур змінювали клавіатурну розкладку в Х11." id="100369"> 262 <font key="font" metaFont="smallSystem"/> 263 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 264 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 265 </textFieldCell> 266 </textField> 267 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="370"> 268 <rect key="frame" x="18" y="179" width="402" height="18"/> 269 <autoresizingMask key="autoresizingMask"/> 270 <buttonCell key="cell" type="check" title="Застосовувати системну розкладку клавіатури" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100370"> 271 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 272 <font key="font" metaFont="system"/> 273 </buttonCell> 274 <connections> 275 <action selector="prefs_changed:" target="196" id="395"/> 276 </connections> 277 </button> 278 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="427" translatesAutoresizingMaskIntoConstraints="NO" id="300476"> 279 <rect key="frame" x="36" y="32" width="431" height="31"/> 280 <autoresizingMask key="autoresizingMask"/> 281 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Якщо цю функцію ввімкнено, клавіші Option надсилатимуть символи клавіш Alt_L та Alt_R Х11 замість Mode_switch." id="300479"> 282 <font key="font" metaFont="smallSystem"/> 283 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 284 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 285 </textFieldCell> 286 </textField> 287 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300477"> 288 <rect key="frame" x="18" y="69" width="402" height="18"/> 289 <autoresizingMask key="autoresizingMask"/> 290 <buttonCell key="cell" type="check" title="Клавіші Option надсилають команди Alt_L та Alt_R" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300478"> 291 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 292 <font key="font" metaFont="system"/> 293 </buttonCell> 294 <connections> 295 <action selector="prefs_changed:" target="196" id="300480"/> 296 </connections> 297 </button> 298 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300482"> 299 <rect key="frame" x="18" y="8" width="418" height="18"/> 300 <autoresizingMask key="autoresizingMask"/> 301 <buttonCell key="cell" type="check" title="Завжди прокручувати в напрямку руху пальця" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300483"> 302 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 303 <font key="font" metaFont="system"/> 304 </buttonCell> 305 <connections> 306 <action selector="prefs_changed:" target="196" id="300484"/> 307 </connections> 308 </button> 309 </subviews> 310 </view> 311 </tabViewItem> 312 <tabViewItem label="Виведення" identifier="2" id="352"> 313 <view key="view" id="350"> 314 <rect key="frame" x="10" y="33" width="499" height="279"/> 315 <autoresizingMask key="autoresizingMask"/> 316 <subviews> 317 <popUpButton verticalHuggingPriority="750" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="382"> 318 <rect key="frame" x="85" y="234" width="128" height="26"/> 319 <autoresizingMask key="autoresizingMask"/> 320 <popUpButtonCell key="cell" type="push" title="як у дисплея" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="-1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="384" id="100382"> 321 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 322 <font key="font" metaFont="menu"/> 323 <menu key="menu" title="OtherViews" id="380"> 324 <items> 325 <menuItem title="як у дисплея" state="on" tag="-1" id="384"/> 326 <menuItem title="256 кольорів" tag="8" id="435"/> 327 <menuItem title="тисячі" tag="15" id="383"/> 328 <menuItem title="мільйони" tag="24" id="381"/> 329 </items> 330 </menu> 331 </popUpButtonCell> 332 <connections> 333 <action selector="prefs_changed:" target="196" id="398"/> 334 </connections> 335 </popUpButton> 336 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="62" translatesAutoresizingMaskIntoConstraints="NO" id="385"> 337 <rect key="frame" x="17" y="238" width="66" height="20"/> 338 <autoresizingMask key="autoresizingMask"/> 339 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Кольори:" id="100385"> 340 <font key="font" metaFont="system"/> 341 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 342 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 343 </textFieldCell> 344 </textField> 345 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="388" translatesAutoresizingMaskIntoConstraints="NO" id="386"> 346 <rect key="frame" x="36" y="216" width="392" height="14"/> 347 <autoresizingMask key="autoresizingMask"/> 348 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Цей параметр набере чинності після наступного запуску Х11." id="100386"> 349 <font key="font" metaFont="smallSystem"/> 350 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 351 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 352 </textFieldCell> 353 </textField> 354 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="541"> 355 <rect key="frame" x="18" y="182" width="409" height="23"/> 356 <autoresizingMask key="autoresizingMask"/> 357 <buttonCell key="cell" type="check" title="Повноекранний режим" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100541"> 358 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 359 <font key="font" metaFont="system"/> 360 </buttonCell> 361 <connections> 362 <action selector="enable_fullscreen_changed:" target="196" id="547"/> 363 </connections> 364 </button> 365 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300472"> 366 <rect key="frame" x="37" y="121" width="418" height="18"/> 367 <autoresizingMask key="autoresizingMask"/> 368 <buttonCell key="cell" type="check" title="Дозволити доступ до смуги меню в повноекранному режимі" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300473"> 369 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 370 <font key="font" metaFont="system"/> 371 </buttonCell> 372 <connections> 373 <action selector="prefs_changed:" target="196" id="300475"/> 374 </connections> 375 </button> 376 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="407" translatesAutoresizingMaskIntoConstraints="NO" id="543"> 377 <rect key="frame" x="36" y="145" width="411" height="42"/> 378 <autoresizingMask key="autoresizingMask"/> 379 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Вмикає кореневе вікно Х11. Для увімкнення/вимкнення повноекранного режиму використовуйте комбінацію клавіш Command-Alt-A." id="100543"> 380 <font key="font" metaFont="smallSystem"/> 381 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 382 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 383 </textFieldCell> 384 </textField> 385 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="358" translatesAutoresizingMaskIntoConstraints="NO" id="300487"> 386 <rect key="frame" x="54" y="84" width="362" height="31"/> 387 <autoresizingMask key="autoresizingMask"/> 388 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Смуга меню стає видимою, коли курсор мишки розміщено у верхній частині основного дисплея." id="300488"> 389 <font key="font" metaFont="smallSystem"/> 390 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 391 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 392 </textFieldCell> 393 </textField> 394 </subviews> 395 </view> 396 </tabViewItem> 397 <tabViewItem label="Компонування" identifier="2" id="300421"> 398 <view key="view" id="300422"> 399 <rect key="frame" x="10" y="33" width="499" height="279"/> 400 <autoresizingMask key="autoresizingMask"/> 401 <subviews> 402 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300424"> 403 <rect key="frame" x="18" y="255" width="409" height="23"/> 404 <autoresizingMask key="autoresizingMask"/> 405 <buttonCell key="cell" type="check" title="Увімкнути синхронізацію" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300440"> 406 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 407 <font key="font" metaFont="system"/> 408 </buttonCell> 409 <connections> 410 <action selector="prefs_changed:" target="196" id="300465"/> 411 </connections> 412 </button> 413 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="422" translatesAutoresizingMaskIntoConstraints="NO" id="300423"> 414 <rect key="frame" x="36" y="221" width="426" height="28"/> 415 <autoresizingMask key="autoresizingMask"/> 416 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="300441"> 417 <font key="font" metaFont="smallSystem"/> 418 <string key="title">Активує елемент меню «копіювати» та дозволяє синхронізацію між компонуванням OS X і буфером обміну Х11, а також первинними буферами.</string> 419 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 420 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 421 </textFieldCell> 422 </textField> 423 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300447"> 424 <rect key="frame" x="34" y="135" width="457" height="18"/> 425 <autoresizingMask key="autoresizingMask"/> 426 <buttonCell key="cell" type="check" title="Оновлювати буфер обміну під час внесення змін до компонування" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300450"> 427 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 428 <font key="font" metaFont="system"/> 429 </buttonCell> 430 <connections> 431 <action selector="prefs_changed:" target="196" id="300467"/> 432 </connections> 433 </button> 434 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300451" colorLabel="IBBuiltInLabel-Red"> 435 <rect key="frame" x="34" y="97" width="380" height="34"/> 436 <autoresizingMask key="autoresizingMask"/> 437 <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300452" colorLabel="IBBuiltInLabel-Red"> 438 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 439 <string key="title">Оновлювати первинний буфер обміну під час 440внесення змін до компонування</string> 441 <font key="font" metaFont="system"/> 442 </buttonCell> 443 <connections> 444 <action selector="prefs_changed:" target="196" id="300468"/> 445 </connections> 446 </button> 447 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300457"> 448 <rect key="frame" x="34" y="75" width="434" height="18"/> 449 <autoresizingMask key="autoresizingMask"/> 450 <buttonCell key="cell" type="check" title="Оновлювати компонування, щойно новий текст буде виділено." bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300458"> 451 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 452 <font key="font" metaFont="system"/> 453 </buttonCell> 454 <connections> 455 <action selector="prefs_changed:" target="196" id="300469"/> 456 </connections> 457 </button> 458 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300453"> 459 <rect key="frame" x="34" y="195" width="447" height="18"/> 460 <autoresizingMask key="autoresizingMask"/> 461 <buttonCell key="cell" type="check" title="Оновлювати компонування під час внесення змін у буфер обміну" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300454"> 462 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 463 <font key="font" metaFont="system"/> 464 </buttonCell> 465 <connections> 466 <action selector="prefs_changed:" target="196" id="300466"/> 467 </connections> 468 </button> 469 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="430" translatesAutoresizingMaskIntoConstraints="NO" id="300455"> 470 <rect key="frame" x="48" y="161" width="434" height="28"/> 471 <autoresizingMask key="autoresizingMask"/> 472 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Вимкніть цю опцію, якщо ви хочете використовувати хclipboard, klipper або будь-який інший менеджер буферу обміну Х11." id="300456"> 473 <font key="font" metaFont="smallSystem"/> 474 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 475 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 476 </textFieldCell> 477 </textField> 478 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="430" translatesAutoresizingMaskIntoConstraints="NO" id="300459"> 479 <rect key="frame" x="48" y="41" width="434" height="28"/> 480 <autoresizingMask key="autoresizingMask"/> 481 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Через обмеження в протоколі Х11 ця опція може не працювати в деяких програмах." id="300460"> 482 <font key="font" metaFont="smallSystem"/> 483 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 484 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 485 </textFieldCell> 486 </textField> 487 </subviews> 488 </view> 489 </tabViewItem> 490 <tabViewItem label="Вікна" identifier="2" id="300337"> 491 <view key="view" id="300338"> 492 <rect key="frame" x="10" y="33" width="499" height="279"/> 493 <autoresizingMask key="autoresizingMask"/> 494 <subviews> 495 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300359"> 496 <rect key="frame" x="15" y="245" width="402" height="18"/> 497 <autoresizingMask key="autoresizingMask"/> 498 <buttonCell key="cell" type="check" title="Натискання неактивних вікон" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300360"> 499 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 500 <font key="font" metaFont="system"/> 501 </buttonCell> 502 <connections> 503 <action selector="prefs_changed:" target="196" id="300389"/> 504 </connections> 505 </button> 506 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="433" translatesAutoresizingMaskIntoConstraints="NO" id="300358"> 507 <rect key="frame" x="23" y="208" width="437" height="31"/> 508 <autoresizingMask key="autoresizingMask"/> 509 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Якщо натиснути неактивне вікно в активному режимі, то мишка пройде через це вікно та активує його." id="300361"> 510 <font key="font" metaFont="smallSystem"/> 511 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 512 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 513 </textFieldCell> 514 </textField> 515 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300362"> 516 <rect key="frame" x="15" y="184" width="402" height="18"/> 517 <autoresizingMask key="autoresizingMask"/> 518 <buttonCell key="cell" type="check" title="Фокус прямує за курсором мишки" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300363"> 519 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 520 <font key="font" metaFont="system"/> 521 </buttonCell> 522 <connections> 523 <action selector="prefs_changed:" target="196" id="300390"/> 524 </connections> 525 </button> 526 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="440" translatesAutoresizingMaskIntoConstraints="NO" id="300364"> 527 <rect key="frame" x="23" y="150" width="444" height="28"/> 528 <autoresizingMask key="autoresizingMask"/> 529 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Фокус вікна Х11 прямує за курсором. Це може мати деякі негативні наслідки." id="300365"> 530 <font key="font" metaFont="smallSystem"/> 531 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 532 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 533 </textFieldCell> 534 </textField> 535 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300368"> 536 <rect key="frame" x="15" y="140" width="402" height="18"/> 537 <autoresizingMask key="autoresizingMask"/> 538 <buttonCell key="cell" type="check" title="Фокусування на нових вікнах" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300369"> 539 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 540 <font key="font" metaFont="system"/> 541 </buttonCell> 542 <connections> 543 <action selector="prefs_changed:" target="196" id="300391"/> 544 </connections> 545 </button> 546 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="433" translatesAutoresizingMaskIntoConstraints="NO" id="300370"> 547 <rect key="frame" x="23" y="78" width="437" height="56"/> 548 <autoresizingMask key="autoresizingMask"/> 549 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="300371"> 550 <font key="font" metaFont="smallSystem"/> 551 <string key="title">Якщо цю функцію ввімкнено, то створення нового вікна Х11 в активному режимі призведе до того, що програма Х11 переміститься на передній план (замість програм Finder, «Термінал »тощо)</string> 552 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 553 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 554 </textFieldCell> 555 </textField> 556 </subviews> 557 </view> 558 </tabViewItem> 559 <tabViewItem label="Тип захисту" identifier="" id="353"> 560 <view key="view" id="354"> 561 <rect key="frame" x="10" y="33" width="499" height="279"/> 562 <autoresizingMask key="autoresizingMask"/> 563 <subviews> 564 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="374"> 565 <rect key="frame" x="18" y="243" width="402" height="18"/> 566 <autoresizingMask key="autoresizingMask"/> 567 <buttonCell key="cell" type="check" title="Аутентифікація з’єднань" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100374"> 568 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 569 <font key="font" metaFont="system"/> 570 </buttonCell> 571 <connections> 572 <action selector="prefs_changed:" target="196" id="399"/> 573 </connections> 574 </button> 575 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="375"> 576 <rect key="frame" x="18" y="166" width="402" height="18"/> 577 <autoresizingMask key="autoresizingMask"/> 578 <buttonCell key="cell" type="check" title="Дозволити під’єднання мережевих клієнтів" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100375"> 579 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 580 <font key="font" metaFont="system"/> 581 </buttonCell> 582 <connections> 583 <action selector="prefs_changed:" target="196" id="401"/> 584 </connections> 585 </button> 586 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="420" translatesAutoresizingMaskIntoConstraints="NO" id="376"> 587 <rect key="frame" x="36" y="195" width="424" height="42"/> 588 <autoresizingMask key="autoresizingMask"/> 589 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100376"> 590 <font key="font" metaFont="smallSystem"/> 591 <string key="title">Запуск X11 створить ключі контролю доступу Xauthority. У разі змінення ІР-адреси системи ці ключі втратять дійсність, що завадить запуску програм Х11.</string> 592 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 593 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 594 </textFieldCell> 595 </textField> 596 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="412" translatesAutoresizingMaskIntoConstraints="NO" id="377"> 597 <rect key="frame" x="36" y="104" width="416" height="56"/> 598 <autoresizingMask key="autoresizingMask"/> 599 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100377"> 600 <font key="font" metaFont="smallSystem"/> 601 <string key="title">У разі ввімкнення цього параметру необхідно також увімкнути параметр «Аутентифікація з’єднань», щоб забезпечити захист системи. Якщо цей параметр вимкнено, під’єднання віддалених програм заборонені.</string> 602 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 603 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 604 </textFieldCell> 605 </textField> 606 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="379"> 607 <rect key="frame" x="17" y="17" width="404" height="14"/> 608 <autoresizingMask key="autoresizingMask"/> 609 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Ці параметри наберуть чинності після наступного запуску Х11." id="100379"> 610 <font key="font" metaFont="smallSystem"/> 611 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 612 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 613 </textFieldCell> 614 </textField> 615 </subviews> 616 </view> 617 </tabViewItem> 618 </tabViewItems> 619 </tabView> 620 </subviews> 621 </view> 622 </window> 623 <window title="Меню програм Х11" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_apps" animationBehavior="default" id="285" userLabel="EditPrograms" customClass="NSPanel"> 624 <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/> 625 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 626 <rect key="contentRect" x="302" y="440" width="500" height="271"/> 627 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/> 628 <value key="minSize" type="size" width="320" height="240"/> 629 <view key="contentView" id="286"> 630 <rect key="frame" x="0.0" y="0.0" width="500" height="271"/> 631 <autoresizingMask key="autoresizingMask"/> 632 <subviews> 633 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="292"> 634 <rect key="frame" x="347" y="191" width="139" height="32"/> 635 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 636 <buttonCell key="cell" type="push" title="Дублювати" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100292"> 637 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 638 <font key="font" metaFont="system"/> 639 </buttonCell> 640 <connections> 641 <action selector="apps_table_duplicate:" target="196" id="304"/> 642 </connections> 643 </button> 644 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="293"> 645 <rect key="frame" x="347" y="159" width="139" height="32"/> 646 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 647 <buttonCell key="cell" type="push" title="Видалити" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100293"> 648 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 649 <font key="font" metaFont="system"/> 650 </buttonCell> 651 <connections> 652 <action selector="apps_table_delete:" target="196" id="303"/> 653 </connections> 654 </button> 655 <scrollView fixedFrame="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="295"> 656 <rect key="frame" x="20" y="20" width="318" height="231"/> 657 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 658 <clipView key="contentView" id="RnE-Zc-swV"> 659 <rect key="frame" x="1" y="1" width="301" height="214"/> 660 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 661 <subviews> 662 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="300295" id="296"> 663 <rect key="frame" x="0.0" y="0.0" width="301" height="186"/> 664 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 665 <size key="intercellSpacing" width="3" height="2"/> 666 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 667 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> 668 <tableColumns> 669 <tableColumn width="102.23100280761719" minWidth="62.730998992919922" maxWidth="1000" id="298"> 670 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Назва"> 671 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 672 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/> 673 </tableHeaderCell> 674 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Текстова клітинка" id="573"> 675 <font key="font" metaFont="system"/> 676 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 677 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 678 </textFieldCell> 679 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 680 </tableColumn> 681 <tableColumn width="88.5" minWidth="40" maxWidth="1000" id="297"> 682 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Команда"> 683 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 684 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/> 685 </tableHeaderCell> 686 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Текстова клітинка" id="574"> 687 <font key="font" metaFont="system"/> 688 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 689 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 690 </textFieldCell> 691 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 692 </tableColumn> 693 <tableColumn width="64" minWidth="10" maxWidth="1000" id="535"> 694 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Скорочення"> 695 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 696 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> 697 </tableHeaderCell> 698 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Текстова клітинка" drawsBackground="YES" id="575"> 699 <font key="font" metaFont="cellTitle"/> 700 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 701 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 702 </textFieldCell> 703 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 704 </tableColumn> 705 </tableColumns> 706 </tableView> 707 </subviews> 708 </clipView> 709 <scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="200295"> 710 <rect key="frame" x="1" y="215" width="301" height="15"/> 711 <autoresizingMask key="autoresizingMask"/> 712 </scroller> 713 <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="100295"> 714 <rect key="frame" x="302" y="29" width="15" height="186"/> 715 <autoresizingMask key="autoresizingMask"/> 716 </scroller> 717 <tableHeaderView key="headerView" wantsLayer="YES" id="300295"> 718 <rect key="frame" x="0.0" y="0.0" width="301" height="28"/> 719 <autoresizingMask key="autoresizingMask"/> 720 </tableHeaderView> 721 </scrollView> 722 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="310"> 723 <rect key="frame" x="347" y="223" width="139" height="32"/> 724 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 725 <buttonCell key="cell" type="push" title="Додати елемент" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="100310"> 726 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 727 <font key="font" metaFont="system"/> 728 </buttonCell> 729 <connections> 730 <action selector="apps_table_new:" target="196" id="311"/> 731 </connections> 732 </button> 733 </subviews> 734 </view> 735 <point key="canvasLocation" x="27" y="351"/> 736 </window> 737 <menu title="Меню" id="423" userLabel="DockMenu"> 738 <items> 739 <menuItem isSeparatorItem="YES" id="524"> 740 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 741 </menuItem> 742 <menuItem title="Програми" id="526"> 743 <menu key="submenu" title="Програми" id="527"> 744 <items> 745 <menuItem isSeparatorItem="YES" id="533"> 746 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 747 </menuItem> 748 <menuItem title="Змінити…" id="532"> 749 <connections> 750 <action selector="apps_table_show:" target="196" id="534"/> 751 </connections> 752 </menuItem> 753 </items> 754 </menu> 755 </menuItem> 756 </items> 757 </menu> 758 </objects> 759</document> 760