xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

designable.nib (71609B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15702" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
      3     <dependencies>
      4         <deployment version="1040" identifier="macosx"/>
      5         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15702"/>
      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="À propos d’X11" id="58">
     24                                 <modifierMask key="keyEquivalentModifierMask"/>
     25                                 <connections>
     26                                     <action selector="orderFrontStandardAboutPanel:" target="-2" id="433"/>
     27                                 </connections>
     28                             </menuItem>
     29                             <menuItem title="Préférences…" 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="Services" id="131">
     38                                 <menu key="submenu" title="Services" systemMenu="services" id="130"/>
     39                             </menuItem>
     40                             <menuItem isSeparatorItem="YES" id="144">
     41                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
     42                             </menuItem>
     43                             <menuItem title="Basculer en mode plein écran" 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="Masquer X11" tag="42" keyEquivalent="h" id="134">
     53                                 <connections>
     54                                     <action selector="hide:" target="-2" id="430"/>
     55                                 </connections>
     56                             </menuItem>
     57                             <menuItem title="Masquer les autres" 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="Tout afficher" 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="Quitter 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="Applications" id="269">
     80                     <menu key="submenu" title="Applications" id="270">
     81                         <items>
     82                             <menuItem isSeparatorItem="YES" id="272">
     83                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
     84                             </menuItem>
     85                             <menuItem title="Personnaliser…" 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="Édition" id="163">
     94                     <menu key="submenu" title="Édition" id="169">
     95                         <items>
     96                             <menuItem title="Copier" 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="Fenêtre" id="19">
    105                     <menu key="submenu" title="Fenêtre" systemMenu="window" id="24">
    106                         <items>
    107                             <menuItem title="Fermer" keyEquivalent="w" id="203">
    108                                 <connections>
    109                                     <action selector="close_window:" target="196" id="205"/>
    110                                 </connections>
    111                             </menuItem>
    112                             <menuItem title="Placer dans le Dock" keyEquivalent="m" id="23">
    113                                 <connections>
    114                                     <action selector="minimize_window:" target="196" id="202"/>
    115                                 </connections>
    116                             </menuItem>
    117                             <menuItem title="Réduire/agrandir" 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="Faire défiler les fenêtres" keyEquivalent="`" id="537" colorLabel="IBBuiltInLabel-Red">
    126                                 <connections>
    127                                     <action selector="next_window:" target="196" id="539"/>
    128                                 </connections>
    129                             </menuItem>
    130                             <menuItem title="Faire défiler les fenêtres en sens inverse" 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="Tout ramener au premier plan" 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="Aide" id="419">
    148                     <menu key="submenu" title="Aide" id="420">
    149                         <items>
    150                             <menuItem title="Aide 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="Préférences d’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="414" y="417.03906000000001" width="580" height="341"/>
    199             <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
    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="580" height="341"/>
    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="554" height="325"/>
    207                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    208                         <font key="font" metaFont="message"/>
    209                         <tabViewItems>
    210                             <tabViewItem label="Entrée" identifier="1" id="349">
    211                                 <view key="view" ambiguous="YES" id="351" colorLabel="IBBuiltInLabel-Red">
    212                                     <rect key="frame" x="10" y="33" width="534" height="279"/>
    213                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    214                                     <subviews>
    215                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="363" 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="Émuler une souris à trois boutons" 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="message"/>
    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="480" translatesAutoresizingMaskIntoConstraints="NO" id="364" colorLabel="IBBuiltInLabel-Red">
    227                                             <rect key="frame" x="36" y="96" width="461" height="28"/>
    228                                             <autoresizingMask key="autoresizingMask"/>
    229                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="100364">
    230                                                 <font key="font" metaFont="controlContent" size="11"/>
    231                                                 <string key="title">Quand cette option est activée, les raccourcis système (ex. ⌘Q) qui gênent parfois les applications X11 ne sont pas interprétés localement, mais transmis en l'état à X11.</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="480" translatesAutoresizingMaskIntoConstraints="NO" id="365" colorLabel="IBBuiltInLabel-Red">
    237                                             <rect key="frame" x="36" y="205" width="484" height="34"/>
    238                                             <autoresizingMask key="autoresizingMask"/>
    239                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="100365">
    240                                                 <font key="font" metaFont="controlContent" size="11"/>
    241                                                 <string key="title">Maintenez la touche Option ou Commande enfoncée tout en cliquant pour activer le bouton droit ou central de la souris.
    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" colorLabel="IBBuiltInLabel-Red">
    248                                             <rect key="frame" x="18" y="126" width="456" height="18"/>
    249                                             <autoresizingMask key="autoresizingMask"/>
    250                                             <buttonCell key="cell" type="check" title="Echappe les raccourcis système et envoi les touches équivalentes à 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="message"/>
    253                                             </buttonCell>
    254                                             <connections>
    255                                                 <action selector="prefs_changed:" target="196" id="396"/>
    256                                             </connections>
    257                                         </button>
    258                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="370" colorLabel="IBBuiltInLabel-Red">
    259                                             <rect key="frame" x="18" y="179" width="402" height="18"/>
    260                                             <autoresizingMask key="autoresizingMask"/>
    261                                             <buttonCell key="cell" type="check" title="Suivre la disposition des touches du clavier du système" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100370">
    262                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    263                                                 <font key="font" metaFont="message"/>
    264                                             </buttonCell>
    265                                             <connections>
    266                                                 <action selector="prefs_changed:" target="196" id="395"/>
    267                                             </connections>
    268                                         </button>
    269                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="480" translatesAutoresizingMaskIntoConstraints="NO" id="300476" colorLabel="IBBuiltInLabel-Red">
    270                                             <rect key="frame" x="36" y="37" width="484" height="28"/>
    271                                             <autoresizingMask key="autoresizingMask"/>
    272                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Une fois activées, les touches option envoient les symboles Alt_L et Alt_R au lieu de Mode_switch." id="300479">
    273                                                 <font key="font" metaFont="controlContent" size="11"/>
    274                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    275                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    276                                             </textFieldCell>
    277                                         </textField>
    278                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300477" colorLabel="IBBuiltInLabel-Red">
    279                                             <rect key="frame" x="18" y="69" width="402" height="18"/>
    280                                             <autoresizingMask key="autoresizingMask"/>
    281                                             <buttonCell key="cell" type="check" title="Les touches option envoient Alt_L et Alt_R" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300478">
    282                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    283                                                 <font key="font" metaFont="message"/>
    284                                             </buttonCell>
    285                                             <connections>
    286                                                 <action selector="prefs_changed:" target="196" id="300480"/>
    287                                             </connections>
    288                                         </button>
    289                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300482" colorLabel="IBBuiltInLabel-Red">
    290                                             <rect key="frame" x="18" y="8" width="418" height="18"/>
    291                                             <autoresizingMask key="autoresizingMask"/>
    292                                             <buttonCell key="cell" type="check" title="Faire toujours défiler dans le sens du mouvement des doigts" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300483" colorLabel="IBBuiltInLabel-Red">
    293                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    294                                                 <font key="font" metaFont="message"/>
    295                                             </buttonCell>
    296                                             <connections>
    297                                                 <action selector="prefs_changed:" target="196" id="300484"/>
    298                                             </connections>
    299                                         </button>
    300                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="480" translatesAutoresizingMaskIntoConstraints="NO" id="369" colorLabel="IBBuiltInLabel-Red">
    301                                             <rect key="frame" x="36" y="150" width="484" height="29"/>
    302                                             <autoresizingMask key="autoresizingMask"/>
    303                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="100369">
    304                                                 <font key="font" metaFont="controlContent" size="11"/>
    305                                                 <string key="title">Quand cette option est activée, les modifications du menu d’entrée pour remplacer la disposition des touches du clavier à prise en compte par X11.</string>
    306                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    307                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    308                                             </textFieldCell>
    309                                         </textField>
    310                                     </subviews>
    311                                 </view>
    312                             </tabViewItem>
    313                             <tabViewItem label="Sortie" identifier="2" id="352">
    314                                 <view key="view" id="350" colorLabel="IBBuiltInLabel-Red">
    315                                     <rect key="frame" x="10" y="33" width="534" height="279"/>
    316                                     <autoresizingMask key="autoresizingMask"/>
    317                                     <subviews>
    318                                         <popUpButton verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="382" colorLabel="IBBuiltInLabel-Red">
    319                                             <rect key="frame" x="90" y="234" width="128" height="26"/>
    320                                             <autoresizingMask key="autoresizingMask"/>
    321                                             <popUpButtonCell key="cell" type="push" title="du moniteur" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="-1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="384" id="100382">
    322                                                 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
    323                                                 <font key="font" metaFont="message"/>
    324                                                 <menu key="menu" title="OtherViews" id="380">
    325                                                     <items>
    326                                                         <menuItem title="du moniteur" state="on" tag="-1" id="384"/>
    327                                                         <menuItem title="256 couleurs" tag="8" id="435"/>
    328                                                         <menuItem title="milliers" tag="15" id="383"/>
    329                                                         <menuItem title="millions" tag="24" id="381"/>
    330                                                     </items>
    331                                                 </menu>
    332                                             </popUpButtonCell>
    333                                             <connections>
    334                                                 <action selector="prefs_changed:" target="196" id="398"/>
    335                                             </connections>
    336                                         </popUpButton>
    337                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="67" translatesAutoresizingMaskIntoConstraints="NO" id="385" colorLabel="IBBuiltInLabel-Red">
    338                                             <rect key="frame" x="17" y="238" width="71" height="20"/>
    339                                             <autoresizingMask key="autoresizingMask"/>
    340                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Couleurs :" placeholderString="" id="100385">
    341                                                 <font key="font" metaFont="message"/>
    342                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    343                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    344                                             </textFieldCell>
    345                                         </textField>
    346                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="388" translatesAutoresizingMaskIntoConstraints="NO" id="386" colorLabel="IBBuiltInLabel-Red">
    347                                             <rect key="frame" x="36" y="216" width="392" height="14"/>
    348                                             <autoresizingMask key="autoresizingMask"/>
    349                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Cette option prend effet au prochain lancement d’X11." placeholderString="" id="100386">
    350                                                 <font key="font" metaFont="controlContent" size="11"/>
    351                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    352                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    353                                             </textFieldCell>
    354                                         </textField>
    355                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="541" colorLabel="IBBuiltInLabel-Red">
    356                                             <rect key="frame" x="18" y="182" width="409" height="23"/>
    357                                             <autoresizingMask key="autoresizingMask"/>
    358                                             <buttonCell key="cell" type="check" title="Mode plein écran" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100541">
    359                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    360                                                 <font key="font" metaFont="message"/>
    361                                             </buttonCell>
    362                                             <connections>
    363                                                 <action selector="enable_fullscreen_changed:" target="196" id="547"/>
    364                                             </connections>
    365                                         </button>
    366                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300472" colorLabel="IBBuiltInLabel-Red">
    367                                             <rect key="frame" x="37" y="116" width="468" height="18"/>
    368                                             <autoresizingMask key="autoresizingMask"/>
    369                                             <buttonCell key="cell" type="check" title="Autoriser un accès à la barre des menus en mode plein écran" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300473" colorLabel="IBBuiltInLabel-Red">
    370                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    371                                                 <font key="font" metaFont="message"/>
    372                                             </buttonCell>
    373                                             <connections>
    374                                                 <action selector="prefs_changed:" target="196" id="300475"/>
    375                                             </connections>
    376                                         </button>
    377                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="480" translatesAutoresizingMaskIntoConstraints="NO" id="543" colorLabel="IBBuiltInLabel-Red">
    378                                             <rect key="frame" x="36" y="145" width="484" height="31"/>
    379                                             <autoresizingMask key="autoresizingMask"/>
    380                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Active la fenêtre root X11. Utilisez le raccourci clavier Commande + Option + A pour ouvrir et fermer le mode plein écran." placeholderString="" id="100543">
    381                                                 <font key="font" metaFont="controlContent" size="11"/>
    382                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    383                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    384                                             </textFieldCell>
    385                                         </textField>
    386                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="462" translatesAutoresizingMaskIntoConstraints="NO" id="300487" colorLabel="IBBuiltInLabel-Red">
    387                                             <rect key="frame" x="54" y="79" width="466" height="31"/>
    388                                             <autoresizingMask key="autoresizingMask"/>
    389                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="La barre des menus sera visible lorsque le curseur de souris est placé en haut de votre affichage principal." id="300488" colorLabel="IBBuiltInLabel-Red">
    390                                                 <font key="font" metaFont="controlContent" size="11"/>
    391                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    392                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    393                                             </textFieldCell>
    394                                         </textField>
    395                                     </subviews>
    396                                 </view>
    397                             </tabViewItem>
    398                             <tabViewItem label="Presse-papiers" identifier="2" id="300421">
    399                                 <view key="view" id="300422" colorLabel="IBBuiltInLabel-Red">
    400                                     <rect key="frame" x="10" y="33" width="534" height="279"/>
    401                                     <autoresizingMask key="autoresizingMask"/>
    402                                     <subviews>
    403                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300424" colorLabel="IBBuiltInLabel-Red">
    404                                             <rect key="frame" x="18" y="255" width="409" height="23"/>
    405                                             <autoresizingMask key="autoresizingMask"/>
    406                                             <buttonCell key="cell" type="check" title="Activer la synchronisation" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300440">
    407                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    408                                                 <font key="font" metaFont="message"/>
    409                                             </buttonCell>
    410                                             <connections>
    411                                                 <action selector="prefs_changed:" target="196" id="300465"/>
    412                                             </connections>
    413                                         </button>
    414                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="490" translatesAutoresizingMaskIntoConstraints="NO" id="300423" colorLabel="IBBuiltInLabel-Red">
    415                                             <rect key="frame" x="36" y="207" width="494" height="42"/>
    416                                             <autoresizingMask key="autoresizingMask"/>
    417                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="300441">
    418                                                 <font key="font" metaFont="controlContent" size="11"/>
    419                                                 <string key="title">Active la commande de menu « Copier » et permet la synchronisation entre le presse-papiers de OSX, celui de X11 (CLIPBOARD) et les mémoires tampons principales (PRIMARY).</string>
    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                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300447" colorLabel="IBBuiltInLabel-Red">
    425                                             <rect key="frame" x="34" y="129" width="458" height="18"/>
    426                                             <autoresizingMask key="autoresizingMask"/>
    427                                             <buttonCell key="cell" type="check" title="Mettre à jour CLIPBOARD lorsque le presse-papiers est modifié" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300450">
    428                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    429                                                 <font key="font" metaFont="message"/>
    430                                             </buttonCell>
    431                                             <connections>
    432                                                 <action selector="prefs_changed:" target="196" id="300467"/>
    433                                             </connections>
    434                                         </button>
    435                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300451" colorLabel="IBBuiltInLabel-Red">
    436                                             <rect key="frame" x="34" y="104" width="495" height="18"/>
    437                                             <autoresizingMask key="autoresizingMask"/>
    438                                             <buttonCell key="cell" type="check" title="Mettre à jour PRIMARY (clic central) lorsque le presse-papiers est modifié" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300452">
    439                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    440                                                 <font key="font" metaFont="message"/>
    441                                             </buttonCell>
    442                                             <connections>
    443                                                 <action selector="prefs_changed:" target="196" id="300468"/>
    444                                             </connections>
    445                                         </button>
    446                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300457" colorLabel="IBBuiltInLabel-Red">
    447                                             <rect key="frame" x="34" y="79" width="437" height="18"/>
    448                                             <autoresizingMask key="autoresizingMask"/>
    449                                             <buttonCell key="cell" type="check" title="Mettre à jour le presse-papiers dès la sélection de nouveau texte" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300458">
    450                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    451                                                 <font key="font" metaFont="message"/>
    452                                             </buttonCell>
    453                                             <connections>
    454                                                 <action selector="prefs_changed:" target="196" id="300469"/>
    455                                             </connections>
    456                                         </button>
    457                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300453" colorLabel="IBBuiltInLabel-Red">
    458                                             <rect key="frame" x="34" y="192" width="474" height="18"/>
    459                                             <autoresizingMask key="autoresizingMask"/>
    460                                             <buttonCell key="cell" type="check" title="Mettre à jour le presse-papiers lorsque CLIPBOARD est modifié" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300454">
    461                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    462                                                 <font key="font" metaFont="message"/>
    463                                             </buttonCell>
    464                                             <connections>
    465                                                 <action selector="prefs_changed:" target="196" id="300466"/>
    466                                             </connections>
    467                                         </button>
    468                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="478" translatesAutoresizingMaskIntoConstraints="NO" id="300455" colorLabel="IBBuiltInLabel-Red">
    469                                             <rect key="frame" x="48" y="158" width="482" height="28"/>
    470                                             <autoresizingMask key="autoresizingMask"/>
    471                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Désactivez cette option si vous voulez utiliser xclipboard, klipper, ou tout autre gestionnaire de presse-papiers X11." id="300456">
    472                                                 <font key="font" metaFont="controlContent" size="11"/>
    473                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    474                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    475                                             </textFieldCell>
    476                                         </textField>
    477                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="478" translatesAutoresizingMaskIntoConstraints="NO" id="300459" colorLabel="IBBuiltInLabel-Red">
    478                                             <rect key="frame" x="48" y="47" width="482" height="28"/>
    479                                             <autoresizingMask key="autoresizingMask"/>
    480                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="En raison de limitations du protocole X11, cette option ne fonctionnera pas toujours dans certaines applications." id="300460">
    481                                                 <font key="font" metaFont="controlContent" size="11"/>
    482                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    483                                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    484                                             </textFieldCell>
    485                                         </textField>
    486                                     </subviews>
    487                                 </view>
    488                             </tabViewItem>
    489                             <tabViewItem label="Fenêtres" identifier="2" id="300337">
    490                                 <view key="view" id="300338" colorLabel="IBBuiltInLabel-Red">
    491                                     <rect key="frame" x="10" y="33" width="534" height="279"/>
    492                                     <autoresizingMask key="autoresizingMask"/>
    493                                     <subviews>
    494                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300359" colorLabel="IBBuiltInLabel-Red">
    495                                             <rect key="frame" x="15" y="245" width="402" height="18"/>
    496                                             <autoresizingMask key="autoresizingMask"/>
    497                                             <buttonCell key="cell" type="check" title="Activation des fenêtres inactives en un clic" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300360">
    498                                                 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    499                                                 <font key="font" metaFont="message"/>
    500                                             </buttonCell>
    501                                             <connections>
    502                                                 <action selector="prefs_changed:" target="196" id="300389"/>
    503                                             </connections>
    504                                         </button>
    505                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="501" translatesAutoresizingMaskIntoConstraints="NO" id="300358" colorLabel="IBBuiltInLabel-Red">
    506                                             <rect key="frame" x="23" y="208" width="505" height="31"/>
    507                                             <autoresizingMask key="autoresizingMask"/>
    508                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="300361">
    509                                                 <font key="font" metaFont="controlContent" size="11"/>
    510                                                 <string key="title">En cas d’activation de cette option, si vous cliquez sur une fenêtre inactive, celle-ci deviendra active et le clic sera effectif.</string>
    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 fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300362" colorLabel="IBBuiltInLabel-Red">
    516                                             <rect key="frame" x="15" y="184" width="402" height="18"/>
    517                                             <autoresizingMask key="autoresizingMask"/>
    518                                             <buttonCell key="cell" type="check" title="Activation des fenêtres survolées par la souris" 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="message"/>
    521                                             </buttonCell>
    522                                             <connections>
    523                                                 <action selector="prefs_changed:" target="196" id="300390"/>
    524                                             </connections>
    525                                         </button>
    526                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="501" translatesAutoresizingMaskIntoConstraints="NO" id="300364" colorLabel="IBBuiltInLabel-Red">
    527                                             <rect key="frame" x="23" y="150" width="505" height="28"/>
    528                                             <autoresizingMask key="autoresizingMask"/>
    529                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="L’activation des fenêtres X11 suit le curseur. Ceci comporte des effets adverses." placeholderString="" id="300365">
    530                                                 <font key="font" metaFont="controlContent" size="11"/>
    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 fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300368" colorLabel="IBBuiltInLabel-Red">
    536                                             <rect key="frame" x="15" y="140" width="402" height="18"/>
    537                                             <autoresizingMask key="autoresizingMask"/>
    538                                             <buttonCell key="cell" type="check" title="Activation des nouvelles fenêtres" 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="message"/>
    541                                             </buttonCell>
    542                                             <connections>
    543                                                 <action selector="prefs_changed:" target="196" id="300391"/>
    544                                             </connections>
    545                                         </button>
    546                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="501" translatesAutoresizingMaskIntoConstraints="NO" id="300370" colorLabel="IBBuiltInLabel-Red">
    547                                             <rect key="frame" x="23" y="92" width="505" height="42"/>
    548                                             <autoresizingMask key="autoresizingMask"/>
    549                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="300371">
    550                                                 <font key="font" metaFont="controlContent" size="11"/>
    551                                                 <string key="title">Lorsque cette option est activée, la création d’une nouvelle fenêtre X11 fait passer X11.app au premier plan (au lieu de Finder.app, Terminal.app, etc.)</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="Sécurité" identifier="" id="353">
    560                                 <view key="view" id="354" colorLabel="IBBuiltInLabel-Red">
    561                                     <rect key="frame" x="10" y="33" width="534" height="279"/>
    562                                     <autoresizingMask key="autoresizingMask"/>
    563                                     <subviews>
    564                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="374" colorLabel="IBBuiltInLabel-Red">
    565                                             <rect key="frame" x="18" y="243" width="402" height="18"/>
    566                                             <autoresizingMask key="autoresizingMask"/>
    567                                             <buttonCell key="cell" type="check" title="Authentifier les connexions" 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="message"/>
    570                                             </buttonCell>
    571                                             <connections>
    572                                                 <action selector="prefs_changed:" target="196" id="399"/>
    573                                             </connections>
    574                                         </button>
    575                                         <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="375" colorLabel="IBBuiltInLabel-Red">
    576                                             <rect key="frame" x="18" y="166" width="402" height="18"/>
    577                                             <autoresizingMask key="autoresizingMask"/>
    578                                             <buttonCell key="cell" type="check" title="Autoriser les connexions de clients réseau" 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="message"/>
    581                                             </buttonCell>
    582                                             <connections>
    583                                                 <action selector="prefs_changed:" target="196" id="401"/>
    584                                             </connections>
    585                                         </button>
    586                                         <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="480" translatesAutoresizingMaskIntoConstraints="NO" id="376" colorLabel="IBBuiltInLabel-Red">
    587                                             <rect key="frame" x="36" y="195" width="484" height="42"/>
    588                                             <autoresizingMask key="autoresizingMask"/>
    589                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="100376">
    590                                                 <font key="font" metaFont="controlContent" size="11"/>
    591                                                 <string key="title">Le lancement d’X11 créera des touches de contrôle d’accès Xauthority. Si l’adresse IP du système change, ces touches ne seront plus valides, ce qui risquera d’empêcher le lancement des applications X11.</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" fixedFrame="YES" preferredMaxLayoutWidth="480" translatesAutoresizingMaskIntoConstraints="NO" id="377" colorLabel="IBBuiltInLabel-Red">
    597                                             <rect key="frame" x="36" y="104" width="484" height="56"/>
    598                                             <autoresizingMask key="autoresizingMask"/>
    599                                             <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="100377">
    600                                                 <font key="font" metaFont="controlContent" size="11"/>
    601                                                 <string key="title">En cas d’activation de cette option, « Authentifier les connexions » doit aussi être activée pour garantir la sécurité du système. En cas de désactivation, les connexions à partir d’applications distantes sont interdites.</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" fixedFrame="YES" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="379" colorLabel="IBBuiltInLabel-Red">
    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="Ces options prennent effet au prochain lancement d’X11." placeholderString="" id="100379">
    610                                                 <font key="font" metaFont="controlContent" size="11"/>
    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             <point key="canvasLocation" x="132" y="-151"/>
    623         </window>
    624         <window title="Menu de l’application 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">
    625             <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
    626             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
    627             <rect key="contentRect" x="302" y="440" width="548" height="271"/>
    628             <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
    629             <value key="minSize" type="size" width="320" height="240"/>
    630             <view key="contentView" id="286">
    631                 <rect key="frame" x="0.0" y="0.0" width="548" height="271"/>
    632                 <autoresizingMask key="autoresizingMask"/>
    633                 <subviews>
    634                     <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="292">
    635                         <rect key="frame" x="372" y="191" width="162" height="32"/>
    636                         <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
    637                         <buttonCell key="cell" type="push" title="Dupliquer" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100292">
    638                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    639                             <font key="font" metaFont="message"/>
    640                         </buttonCell>
    641                         <connections>
    642                             <action selector="apps_table_duplicate:" target="196" id="304"/>
    643                         </connections>
    644                     </button>
    645                     <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="293">
    646                         <rect key="frame" x="372" y="159" width="162" height="32"/>
    647                         <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
    648                         <buttonCell key="cell" type="push" title="Supprimer" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100293">
    649                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    650                             <font key="font" metaFont="message"/>
    651                         </buttonCell>
    652                         <connections>
    653                             <action selector="apps_table_delete:" target="196" id="303"/>
    654                         </connections>
    655                     </button>
    656                     <scrollView fixedFrame="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="295">
    657                         <rect key="frame" x="20" y="20" width="350" height="231"/>
    658                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    659                         <clipView key="contentView" ambiguous="YES" id="dk6-mg-gE4">
    660                             <rect key="frame" x="1" y="0.0" width="348" height="230"/>
    661                             <autoresizingMask key="autoresizingMask"/>
    662                             <subviews>
    663                                 <tableView verticalHuggingPriority="750" ambiguous="YES" allowsExpansionToolTips="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="300295" id="296">
    664                                     <rect key="frame" x="0.0" y="0.0" width="348" height="202"/>
    665                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    666                                     <size key="intercellSpacing" width="3" height="2"/>
    667                                     <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
    668                                     <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
    669                                     <tableColumns>
    670                                         <tableColumn width="142.5" minWidth="62.730998992919922" maxWidth="1000" headerToolTip="" id="298">
    671                                             <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Nom">
    672                                                 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    673                                                 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
    674                                             </tableHeaderCell>
    675                                             <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" placeholderString="" id="573">
    676                                                 <font key="font" metaFont="message"/>
    677                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    678                                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
    679                                             </textFieldCell>
    680                                             <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
    681                                         </tableColumn>
    682                                         <tableColumn width="87.5" minWidth="40" maxWidth="1000" headerToolTip="" id="297">
    683                                             <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Commande">
    684                                                 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    685                                                 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
    686                                             </tableHeaderCell>
    687                                             <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" placeholderString="" id="574">
    688                                                 <font key="font" metaFont="message"/>
    689                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    690                                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
    691                                             </textFieldCell>
    692                                             <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
    693                                         </tableColumn>
    694                                         <tableColumn width="56.5" minWidth="10" maxWidth="1000" headerToolTip="" id="535">
    695                                             <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Raccourci">
    696                                                 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    697                                                 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
    698                                             </tableHeaderCell>
    699                                             <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" placeholderString="" drawsBackground="YES" id="575">
    700                                                 <font key="font" metaFont="label" size="12"/>
    701                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    702                                                 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
    703                                             </textFieldCell>
    704                                             <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
    705                                         </tableColumn>
    706                                     </tableColumns>
    707                                 </tableView>
    708                             </subviews>
    709                         </clipView>
    710                         <scroller key="horizontalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="200295">
    711                             <rect key="frame" x="1" y="214" width="348" height="16"/>
    712                             <autoresizingMask key="autoresizingMask"/>
    713                         </scroller>
    714                         <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="100295">
    715                             <rect key="frame" x="333" y="28" width="16" height="202"/>
    716                             <autoresizingMask key="autoresizingMask"/>
    717                         </scroller>
    718                         <tableHeaderView key="headerView" wantsLayer="YES" id="300295">
    719                             <rect key="frame" x="0.0" y="0.0" width="348" height="28"/>
    720                             <autoresizingMask key="autoresizingMask"/>
    721                         </tableHeaderView>
    722                     </scrollView>
    723                     <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="310">
    724                         <rect key="frame" x="372" y="223" width="162" height="32"/>
    725                         <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
    726                         <buttonCell key="cell" type="push" title="Ajouter un élément" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="100310">
    727                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    728                             <font key="font" metaFont="message"/>
    729                         </buttonCell>
    730                         <connections>
    731                             <action selector="apps_table_new:" target="196" id="311"/>
    732                         </connections>
    733                     </button>
    734                 </subviews>
    735             </view>
    736             <point key="canvasLocation" x="27" y="351"/>
    737         </window>
    738         <menu title="Menu" id="423" userLabel="DockMenu">
    739             <items>
    740                 <menuItem isSeparatorItem="YES" id="524">
    741                     <modifierMask key="keyEquivalentModifierMask" command="YES"/>
    742                 </menuItem>
    743                 <menuItem title="Applications" id="526">
    744                     <menu key="submenu" title="Applications" id="527">
    745                         <items>
    746                             <menuItem isSeparatorItem="YES" id="533">
    747                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
    748                             </menuItem>
    749                             <menuItem title="Personnaliser…" id="532">
    750                                 <connections>
    751                                     <action selector="apps_table_show:" target="196" id="534"/>
    752                                 </connections>
    753                             </menuItem>
    754                         </items>
    755                     </menu>
    756                 </menuItem>
    757             </items>
    758         </menu>
    759     </objects>
    760 </document>