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="אודות X11" 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="הסתר את X11" 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="סיים את X11" 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="Zoom" 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="עזרה בנושא X11" 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="העדפות X11" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_prefs" animationBehavior="default" id="244" userLabel="PrefsPanel" customClass="NSPanel" colorLabel="IBBuiltInLabel-Red"> 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" width="484" height="342"/> 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" colorLabel="IBBuiltInLabel-Red"> 202 <rect key="frame" x="0.0" y="0.0" width="484" height="342"/> 203 <autoresizingMask key="autoresizingMask"/> 204 <subviews> 205 <tabView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="348" colorLabel="IBBuiltInLabel-Red"> 206 <rect key="frame" x="13" y="10" width="458" height="326"/> 207 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 208 <font key="font" metaFont="system"/> 209 <tabViewItems> 210 <tabViewItem label="אבטחה" identifier="" id="353"> 211 <view key="view" id="354" colorLabel="IBBuiltInLabel-Red"> 212 <rect key="frame" x="10" y="33" width="438" height="280"/> 213 <autoresizingMask key="autoresizingMask"/> 214 <subviews> 215 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="374" colorLabel="IBBuiltInLabel-Red"> 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="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100374"> 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="399"/> 224 </connections> 225 </button> 226 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="375" colorLabel="IBBuiltInLabel-Red"> 227 <rect key="frame" x="18" y="166" width="402" height="18"/> 228 <autoresizingMask key="autoresizingMask"/> 229 <buttonCell key="cell" type="check" title="אפשר חיבורים מלקוחות הרשת" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100375"> 230 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 231 <font key="font" metaFont="system"/> 232 </buttonCell> 233 <connections> 234 <action selector="prefs_changed:" target="196" id="401"/> 235 </connections> 236 </button> 237 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="376" colorLabel="IBBuiltInLabel-Red"> 238 <rect key="frame" x="17" y="195" width="385" height="42"/> 239 <autoresizingMask key="autoresizingMask"/> 240 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" id="100376"> 241 <font key="font" metaFont="smallSystem"/> 242 <string key="title">הפעלה של X11 תיצור מקשי בקרת גישה של Xauthority. אם כתובת ה-IP של המערכת משתנה, מקשים אלו הופכים לבלתי תקינים. דבר זה עלול למנוע הפעלה של יישומי X11.</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 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="377" colorLabel="IBBuiltInLabel-Red"> 248 <rect key="frame" x="17" y="118" width="385" height="42"/> 249 <autoresizingMask key="autoresizingMask"/> 250 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" id="100377"> 251 <font key="font" metaFont="smallSystem"/> 252 <string key="title">כאשר התכונה פעילה, יש להפעיל גם אימות חיבורים כדי להבטיח את אבטחת המערכת. כאשר התכונה מבוטלת, חיבורים מיישומים מרוחקים אינם מורשים.</string> 253 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 254 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 255 </textFieldCell> 256 </textField> 257 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="379" colorLabel="IBBuiltInLabel-Red"> 258 <rect key="frame" x="11" y="17" width="404" height="14"/> 259 <autoresizingMask key="autoresizingMask"/> 260 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="אפשרויות אלו נכנסות לתוקפן בהפעלה הבאה של X11." id="100379"> 261 <font key="font" metaFont="smallSystem"/> 262 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 263 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 264 </textFieldCell> 265 </textField> 266 </subviews> 267 </view> 268 </tabViewItem> 269 <tabViewItem label="Windows" identifier="2" id="300337"> 270 <view key="view" id="300338" colorLabel="IBBuiltInLabel-Red"> 271 <rect key="frame" x="10" y="33" width="438" height="279"/> 272 <autoresizingMask key="autoresizingMask"/> 273 <subviews> 274 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300359" colorLabel="IBBuiltInLabel-Red"> 275 <rect key="frame" x="21" y="245" width="402" height="18"/> 276 <autoresizingMask key="autoresizingMask"/> 277 <buttonCell key="cell" type="check" title="לחיצת הפעלה של חלונות לא פעילים" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300360"> 278 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 279 <font key="font" metaFont="system"/> 280 </buttonCell> 281 <connections> 282 <action selector="prefs_changed:" target="196" id="300389"/> 283 </connections> 284 </button> 285 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300358" colorLabel="IBBuiltInLabel-Red"> 286 <rect key="frame" x="30" y="208" width="385" height="31"/> 287 <autoresizingMask key="autoresizingMask"/> 288 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="כאשר תכונה זו פעילה, לחיצה בתוך חלון שאינו פעיל תגרום ללחיצת העכבר לעבור לחלון זה ובנוסף גם להפעילו." id="300361"> 289 <font key="font" metaFont="smallSystem"/> 290 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 291 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 292 </textFieldCell> 293 </textField> 294 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300362" colorLabel="IBBuiltInLabel-Red"> 295 <rect key="frame" x="21" y="184" width="402" height="18"/> 296 <autoresizingMask key="autoresizingMask"/> 297 <buttonCell key="cell" type="check" title="מיקוד עוקב-עכבר" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300363"> 298 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 299 <font key="font" metaFont="system"/> 300 </buttonCell> 301 <connections> 302 <action selector="prefs_changed:" target="196" id="300390"/> 303 </connections> 304 </button> 305 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300364" colorLabel="IBBuiltInLabel-Red"> 306 <rect key="frame" x="30" y="161" width="385" height="17"/> 307 <autoresizingMask key="autoresizingMask"/> 308 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="מיקוד החלון של X11 עוקב אחר הסמן. לתכונה זו ישנן כמה תופעות לוואי." id="300365"> 309 <font key="font" metaFont="smallSystem"/> 310 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 311 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 312 </textFieldCell> 313 </textField> 314 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300368" colorLabel="IBBuiltInLabel-Red"> 315 <rect key="frame" x="21" y="140" width="402" height="18"/> 316 <autoresizingMask key="autoresizingMask"/> 317 <buttonCell key="cell" type="check" title="מיקוד בחלונות חדשים" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300369"> 318 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 319 <font key="font" metaFont="system"/> 320 </buttonCell> 321 <connections> 322 <action selector="prefs_changed:" target="196" id="300391"/> 323 </connections> 324 </button> 325 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300370" colorLabel="IBBuiltInLabel-Red"> 326 <rect key="frame" x="30" y="106" width="385" height="28"/> 327 <autoresizingMask key="autoresizingMask"/> 328 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="כאשר תכונה זו פעילה, היצירה של חלון X11 חדש תגרום ל-X11.app לעבור לחזית (במקום Finder.app, Terminal.app וכדומה)." id="300371"> 329 <font key="font" metaFont="smallSystem"/> 330 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 331 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 332 </textFieldCell> 333 </textField> 334 </subviews> 335 </view> 336 </tabViewItem> 337 <tabViewItem label="לוח הדבקה" identifier="2" id="300421"> 338 <view key="view" id="300422" colorLabel="IBBuiltInLabel-Red"> 339 <rect key="frame" x="10" y="33" width="438" height="279"/> 340 <autoresizingMask key="autoresizingMask"/> 341 <subviews> 342 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300424" colorLabel="IBBuiltInLabel-Red"> 343 <rect key="frame" x="25" y="255" width="409" height="23"/> 344 <autoresizingMask key="autoresizingMask"/> 345 <buttonCell key="cell" type="check" title="הפעל סינכרון" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300440"> 346 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 347 <font key="font" metaFont="system"/> 348 </buttonCell> 349 <connections> 350 <action selector="prefs_changed:" target="196" id="300465"/> 351 </connections> 352 </button> 353 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300423" colorLabel="IBBuiltInLabel-Red"> 354 <rect key="frame" x="37" y="221" width="385" height="28"/> 355 <autoresizingMask key="autoresizingMask"/> 356 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="מפעיל את פריט התפריט ״העתק״ ומאפשר סינכרון בין לוח ההדבקה של OSX לבין החוצצים של X11 CLIPBOARD ו-PRIMARY." id="300441"> 357 <font key="font" metaFont="smallSystem"/> 358 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 359 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 360 </textFieldCell> 361 </textField> 362 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300447" colorLabel="IBBuiltInLabel-Red"> 363 <rect key="frame" x="15" y="129" width="409" height="23"/> 364 <autoresizingMask key="autoresizingMask"/> 365 <buttonCell key="cell" type="check" title="עדכן את CLIPBOARD כאשר לוח ההדבקה משתנה" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300450"> 366 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 367 <font key="font" metaFont="system"/> 368 </buttonCell> 369 <connections> 370 <action selector="prefs_changed:" target="196" id="300467"/> 371 </connections> 372 </button> 373 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300451" colorLabel="IBBuiltInLabel-Red"> 374 <rect key="frame" x="1" y="109" width="423" height="18"/> 375 <autoresizingMask key="autoresizingMask"/> 376 <buttonCell key="cell" type="check" title="עדכן את PRIMARY (לחיצת עכבר אמצעית) כאשר לוח ההדבקה משתנה" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300452"> 377 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 378 <font key="font" metaFont="system"/> 379 </buttonCell> 380 <connections> 381 <action selector="prefs_changed:" target="196" id="300468"/> 382 </connections> 383 </button> 384 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300457" colorLabel="IBBuiltInLabel-Red"> 385 <rect key="frame" x="15" y="79" width="409" height="23"/> 386 <autoresizingMask key="autoresizingMask"/> 387 <buttonCell key="cell" type="check" title="עדכן את לוח ההדבקה מיידית לאחר בחירה בקטע מלל חדש" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300458"> 388 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 389 <font key="font" metaFont="system"/> 390 </buttonCell> 391 <connections> 392 <action selector="prefs_changed:" target="196" id="300469"/> 393 </connections> 394 </button> 395 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300453" colorLabel="IBBuiltInLabel-Red"> 396 <rect key="frame" x="15" y="192" width="409" height="23"/> 397 <autoresizingMask key="autoresizingMask"/> 398 <buttonCell key="cell" type="check" title="עדכן את לוח ההדבקה כאשר CLIPBOARD משתנה" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300454"> 399 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 400 <font key="font" metaFont="system"/> 401 </buttonCell> 402 <connections> 403 <action selector="prefs_changed:" target="196" id="300466"/> 404 </connections> 405 </button> 406 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300455" colorLabel="IBBuiltInLabel-Red"> 407 <rect key="frame" x="25" y="158" width="385" height="28"/> 408 <autoresizingMask key="autoresizingMask"/> 409 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="בטל/י אפשרות זו אם ברצונך להשתמש ב-xclipboard, ב-klipper, או בכל מנהל לוח אחר של X11." id="300456"> 410 <font key="font" metaFont="smallSystem"/> 411 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 412 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 413 </textFieldCell> 414 </textField> 415 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="366" translatesAutoresizingMaskIntoConstraints="NO" id="300459" colorLabel="IBBuiltInLabel-Red"> 416 <rect key="frame" x="40" y="47" width="370" height="28"/> 417 <autoresizingMask key="autoresizingMask"/> 418 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="עקב מגבלות בפרוטוקול X11, יתכן שאפשרות זו לא תמיד תפעל ביישומים מסוימים." id="300460"> 419 <font key="font" metaFont="smallSystem"/> 420 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 421 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 422 </textFieldCell> 423 </textField> 424 </subviews> 425 </view> 426 </tabViewItem> 427 <tabViewItem label="פלט" identifier="2" id="352"> 428 <view key="view" id="350" colorLabel="IBBuiltInLabel-Red"> 429 <rect key="frame" x="10" y="33" width="438" height="279"/> 430 <autoresizingMask key="autoresizingMask"/> 431 <subviews> 432 <popUpButton verticalHuggingPriority="750" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="382" colorLabel="IBBuiltInLabel-Red"> 433 <rect key="frame" x="246" y="235" width="128" height="26"/> 434 <autoresizingMask key="autoresizingMask"/> 435 <popUpButtonCell key="cell" type="push" title="מהצג" bezelStyle="rounded" imagePosition="leading" alignment="right" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" userInterfaceLayoutDirection="rightToLeft" tag="-1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="384" id="100382"> 436 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 437 <font key="font" metaFont="menu"/> 438 <menu key="menu" title="OtherViews" id="380"> 439 <items> 440 <menuItem title="מהצג" state="on" tag="-1" id="384"/> 441 <menuItem title="?256 צבעים" tag="8" id="435"/> 442 <menuItem title="אלפים" tag="15" id="383"/> 443 <menuItem title="מיליונים" tag="24" id="381"/> 444 </items> 445 </menu> 446 </popUpButtonCell> 447 <connections> 448 <action selector="prefs_changed:" target="196" id="398"/> 449 </connections> 450 </popUpButton> 451 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="41" translatesAutoresizingMaskIntoConstraints="NO" id="385" colorLabel="IBBuiltInLabel-Red"> 452 <rect key="frame" x="376" y="238" width="45" height="20"/> 453 <autoresizingMask key="autoresizingMask"/> 454 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="צבעים:" id="100385"> 455 <font key="font" metaFont="system"/> 456 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 457 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 458 </textFieldCell> 459 </textField> 460 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="388" translatesAutoresizingMaskIntoConstraints="NO" id="386" colorLabel="IBBuiltInLabel-Red"> 461 <rect key="frame" x="10" y="216" width="392" height="14"/> 462 <autoresizingMask key="autoresizingMask"/> 463 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="אפשרות זו נכנסת לתוקפה בהפעלה הבאה של X11." id="100386"> 464 <font key="font" metaFont="smallSystem"/> 465 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 466 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 467 </textFieldCell> 468 </textField> 469 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="541" colorLabel="IBBuiltInLabel-Red"> 470 <rect key="frame" x="11" y="182" width="409" height="23"/> 471 <autoresizingMask key="autoresizingMask"/> 472 <buttonCell key="cell" type="check" title="מצב מסך מלא" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100541"> 473 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 474 <font key="font" metaFont="system"/> 475 </buttonCell> 476 <connections> 477 <action selector="enable_fullscreen_changed:" target="196" id="547"/> 478 </connections> 479 </button> 480 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300472" colorLabel="IBBuiltInLabel-Red"> 481 <rect key="frame" x="-8" y="116" width="409" height="23"/> 482 <autoresizingMask key="autoresizingMask"/> 483 <buttonCell key="cell" type="check" title="אפשר גישה לשורת התפריטים גם בתצוגת מסך מלא." bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300473" colorLabel="IBBuiltInLabel-Red"> 484 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 485 <font key="font" metaFont="system"/> 486 </buttonCell> 487 <connections> 488 <action selector="prefs_changed:" target="196" id="300475"/> 489 </connections> 490 </button> 491 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="543" colorLabel="IBBuiltInLabel-Red"> 492 <rect key="frame" x="17" y="145" width="385" height="31"/> 493 <autoresizingMask key="autoresizingMask"/> 494 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="מפעיל את חלון השורש של X11. השתמש/י בשילוב המקשים של Command-Option-A כדי להיכנס ולצאת ממצב מסך מלא." id="100543"> 495 <font key="font" metaFont="smallSystem"/> 496 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 497 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 498 </textFieldCell> 499 </textField> 500 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="375" translatesAutoresizingMaskIntoConstraints="NO" id="300487" colorLabel="IBBuiltInLabel-Red"> 501 <rect key="frame" x="5" y="79" width="379" height="31"/> 502 <autoresizingMask key="autoresizingMask"/> 503 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="שורת התפריטים תופיע ברגע שהסמן של העכבר יועבר מעל הצג הראשי שלך." id="300488" colorLabel="IBBuiltInLabel-Red"> 504 <font key="font" metaFont="smallSystem"/> 505 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 506 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 507 </textFieldCell> 508 </textField> 509 </subviews> 510 </view> 511 </tabViewItem> 512 <tabViewItem label="קלט" identifier="1" id="349"> 513 <view key="view" id="351" colorLabel="IBBuiltInLabel-Red"> 514 <rect key="frame" x="10" y="33" width="438" height="280"/> 515 <autoresizingMask key="autoresizingMask"/> 516 <subviews> 517 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="363" colorLabel="IBBuiltInLabel-Red"> 518 <rect key="frame" x="18" y="243" width="402" height="18"/> 519 <autoresizingMask key="autoresizingMask"/> 520 <buttonCell key="cell" type="check" title="אמולציית עכבר בעל שלושה כפתורים" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100363"> 521 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 522 <font key="font" metaFont="system"/> 523 </buttonCell> 524 <connections> 525 <action selector="prefs_changed:" target="196" id="394"/> 526 </connections> 527 </button> 528 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="364" colorLabel="IBBuiltInLabel-Red"> 529 <rect key="frame" x="17" y="93" width="385" height="31"/> 530 <autoresizingMask key="autoresizingMask"/> 531 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="כאשר תכונה זו פעילה, שווי הערך של מקשי סרגל התפריט עלולים להפריע ליישומי X11 העושים שימוש במשנה מצב מטה." id="100364"> 532 <font key="font" metaFont="smallSystem"/> 533 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 534 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 535 </textFieldCell> 536 </textField> 537 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="365" colorLabel="IBBuiltInLabel-Red"> 538 <rect key="frame" x="17" y="195" width="385" height="42"/> 539 <autoresizingMask key="autoresizingMask"/> 540 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" id="100365"> 541 <font key="font" metaFont="smallSystem"/> 542 <string key="title">החזק/י את מקש Option או Command תוך כדי לחיצה כדי להפעיל את כפתור העכבר האמצעי או הימני. 543</string> 544 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 545 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 546 </textFieldCell> 547 </textField> 548 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="368" colorLabel="IBBuiltInLabel-Red"> 549 <rect key="frame" x="18" y="130" width="402" height="18"/> 550 <autoresizingMask key="autoresizingMask"/> 551 <buttonCell key="cell" type="check" title="הפעל שווי ערך של מקשים עבור X11" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100368"> 552 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 553 <font key="font" metaFont="system"/> 554 </buttonCell> 555 <connections> 556 <action selector="prefs_changed:" target="196" id="396"/> 557 </connections> 558 </button> 559 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="369" colorLabel="IBBuiltInLabel-Red"> 560 <rect key="frame" x="17" y="159" width="385" height="14"/> 561 <autoresizingMask key="autoresizingMask"/> 562 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="מאפשר לשינויי תפריט קלט להחליף את מפת המקשים הקיימת של X11." id="100369"> 563 <font key="font" metaFont="smallSystem"/> 564 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 565 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 566 </textFieldCell> 567 </textField> 568 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="370" colorLabel="IBBuiltInLabel-Red"> 569 <rect key="frame" x="18" y="179" width="402" height="18"/> 570 <autoresizingMask key="autoresizingMask"/> 571 <buttonCell key="cell" type="check" title="בצע לפי פריסת מקלדת המערכת" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100370"> 572 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 573 <font key="font" metaFont="system"/> 574 </buttonCell> 575 <connections> 576 <action selector="prefs_changed:" target="196" id="395"/> 577 </connections> 578 </button> 579 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300476" colorLabel="IBBuiltInLabel-Red"> 580 <rect key="frame" x="17" y="32" width="385" height="31"/> 581 <autoresizingMask key="autoresizingMask"/> 582 <textFieldCell key="cell" sendsActionOnEndEditing="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="כאשר הם פעילים, מקשי Option שולחים סמלי מקשים של Alt_L ו-Alt_R במקום Mode_switch." id="300479"> 583 <font key="font" metaFont="smallSystem"/> 584 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 585 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 586 </textFieldCell> 587 </textField> 588 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300477" colorLabel="IBBuiltInLabel-Red"> 589 <rect key="frame" x="18" y="69" width="402" height="18"/> 590 <autoresizingMask key="autoresizingMask"/> 591 <buttonCell key="cell" type="check" title="מקשי Option שולחים Alt_L ו-Alt_R" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300478"> 592 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 593 <font key="font" metaFont="system"/> 594 </buttonCell> 595 <connections> 596 <action selector="prefs_changed:" target="196" id="300480"/> 597 </connections> 598 </button> 599 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300482" colorLabel="IBBuiltInLabel-Red"> 600 <rect key="frame" x="2" y="8" width="418" height="18"/> 601 <autoresizingMask key="autoresizingMask"/> 602 <buttonCell key="cell" type="check" title="תמיד גלול בכיוון תנועת האצבע" bezelStyle="regularSquare" imagePosition="leading" alignment="right" userInterfaceLayoutDirection="rightToLeft" inset="2" id="300483" colorLabel="IBBuiltInLabel-Red"> 603 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 604 <font key="font" metaFont="system"/> 605 </buttonCell> 606 <connections> 607 <action selector="prefs_changed:" target="196" id="300484"/> 608 </connections> 609 </button> 610 </subviews> 611 </view> 612 </tabViewItem> 613 </tabViewItems> 614 </tabView> 615 </subviews> 616 </view> 617 </window> 618 <window title="תפריט יישומים של X11" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_apps" animationBehavior="default" id="285" userLabel="EditPrograms" customClass="NSPanel" colorLabel="IBBuiltInLabel-Red"> 619 <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/> 620 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 621 <rect key="contentRect" x="302" y="440" width="454" height="271"/> 622 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/> 623 <value key="minSize" type="size" width="320" height="240"/> 624 <view key="contentView" id="286"> 625 <rect key="frame" x="0.0" y="0.0" width="454" height="271"/> 626 <autoresizingMask key="autoresizingMask"/> 627 <subviews> 628 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="292"> 629 <rect key="frame" x="14" y="191" width="100" height="32"/> 630 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 631 <buttonCell key="cell" type="push" title="שכפל" bezelStyle="rounded" alignment="center" borderStyle="border" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100292"> 632 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 633 <font key="font" metaFont="system"/> 634 </buttonCell> 635 <connections> 636 <action selector="apps_table_duplicate:" target="196" id="304"/> 637 </connections> 638 </button> 639 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="293"> 640 <rect key="frame" x="14" y="159" width="100" height="32"/> 641 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 642 <buttonCell key="cell" type="push" title="הסר" bezelStyle="rounded" alignment="center" borderStyle="border" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100293"> 643 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 644 <font key="font" metaFont="system"/> 645 </buttonCell> 646 <connections> 647 <action selector="apps_table_delete:" target="196" id="303"/> 648 </connections> 649 </button> 650 <scrollView fixedFrame="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="295"> 651 <rect key="frame" x="116" y="20" width="318" height="231"/> 652 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 653 <clipView key="contentView" id="uVc-7D-Q8P"> 654 <rect key="frame" x="1" y="1" width="301" height="214"/> 655 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 656 <subviews> 657 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="300295" id="296"> 658 <rect key="frame" x="0.0" y="0.0" width="301" height="186"/> 659 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 660 <size key="intercellSpacing" width="3" height="2"/> 661 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 662 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> 663 <tableColumns> 664 <tableColumn width="58.5" minWidth="10" maxWidth="1000" id="535"> 665 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right" title="קיצור "> 666 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 667 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> 668 </tableHeaderCell> 669 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="תא מלל" drawsBackground="YES" id="575"> 670 <font key="font" metaFont="cellTitle"/> 671 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 672 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 673 </textFieldCell> 674 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 675 </tableColumn> 676 <tableColumn width="86.5" minWidth="40" maxWidth="1000" id="297"> 677 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right" title="Command"> 678 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 679 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/> 680 </tableHeaderCell> 681 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="תא מלל" id="574"> 682 <font key="font" metaFont="system"/> 683 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 684 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 685 </textFieldCell> 686 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 687 </tableColumn> 688 <tableColumn width="109.23100280761719" minWidth="62.730998992919922" maxWidth="1000" id="298"> 689 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right" title="שם"> 690 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 691 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/> 692 </tableHeaderCell> 693 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" userInterfaceLayoutDirection="rightToLeft" alignment="right" title="תא מלל" id="573"> 694 <font key="font" metaFont="system"/> 695 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 696 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 697 </textFieldCell> 698 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 699 </tableColumn> 700 </tableColumns> 701 </tableView> 702 </subviews> 703 </clipView> 704 <scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="200295"> 705 <rect key="frame" x="1" y="215" width="301" height="15"/> 706 <autoresizingMask key="autoresizingMask"/> 707 </scroller> 708 <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="100295"> 709 <rect key="frame" x="302" y="29" width="15" height="186"/> 710 <autoresizingMask key="autoresizingMask"/> 711 </scroller> 712 <tableHeaderView key="headerView" wantsLayer="YES" id="300295"> 713 <rect key="frame" x="0.0" y="0.0" width="301" height="28"/> 714 <autoresizingMask key="autoresizingMask"/> 715 </tableHeaderView> 716 </scrollView> 717 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="310"> 718 <rect key="frame" x="14" y="223" width="100" height="32"/> 719 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 720 <buttonCell key="cell" type="push" title="הוסף פריט" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" userInterfaceLayoutDirection="rightToLeft" inset="2" id="100310"> 721 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 722 <font key="font" metaFont="system"/> 723 </buttonCell> 724 <connections> 725 <action selector="apps_table_new:" target="196" id="311"/> 726 </connections> 727 </button> 728 </subviews> 729 </view> 730 <point key="canvasLocation" x="27" y="351"/> 731 </window> 732 <menu title="תפריט" id="423" userLabel="DockMenu"> 733 <items> 734 <menuItem isSeparatorItem="YES" id="524"> 735 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 736 </menuItem> 737 <menuItem title="יישומים" id="526"> 738 <menu key="submenu" title="יישומים" id="527"> 739 <items> 740 <menuItem isSeparatorItem="YES" id="533"> 741 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 742 </menuItem> 743 <menuItem title="התאמה אישית…" id="532"> 744 <connections> 745 <action selector="apps_table_show:" target="196" id="534"/> 746 </connections> 747 </menuItem> 748 </items> 749 </menu> 750 </menuItem> 751 </items> 752 </menu> 753 </objects> 754</document> 755