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="拡大/縮小" 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="73" 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">
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="319" y="328.03906000000001" width="584" height="341"/>
199            <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/>
200            <value key="minSize" type="size" width="320" height="240"/>
201            <view key="contentView" id="245">
202                <rect key="frame" x="0.0" y="0.0" width="584" height="341"/>
203                <autoresizingMask key="autoresizingMask"/>
204                <subviews>
205                    <tabView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="348">
206                        <rect key="frame" x="13" y="10" width="558" height="325"/>
207                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
208                        <font key="font" metaFont="system"/>
209                        <tabViewItems>
210                            <tabViewItem label="入力" identifier="1" id="349">
211                                <view key="view" id="351">
212                                    <rect key="frame" x="10" y="33" width="538" height="279"/>
213                                    <autoresizingMask key="autoresizingMask"/>
214                                    <subviews>
215                                        <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="363">
216                                            <rect key="frame" x="18" y="243" width="505" height="18"/>
217                                            <autoresizingMask key="autoresizingMask"/>
218                                            <buttonCell key="cell" type="check" title="3  ボタンマウスをエミュレート" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100363">
219                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
220                                                <font key="font" metaFont="system"/>
221                                            </buttonCell>
222                                            <connections>
223                                                <action selector="prefs_changed:" target="196" id="394"/>
224                                            </connections>
225                                        </button>
226                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="484" translatesAutoresizingMaskIntoConstraints="NO" id="364">
227                                            <rect key="frame" x="36" y="96" width="488" height="28"/>
228                                            <autoresizingMask key="autoresizingMask"/>
229                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="有効にすると、メニューバーの代替キーによって X11 アプリケーションのメタ修飾キーを使用できなくなる場合があります。" placeholderString="" id="100364">
230                                                <font key="font" metaFont="smallSystem"/>
231                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
232                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
233                                            </textFieldCell>
234                                        </textField>
235                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="484" translatesAutoresizingMaskIntoConstraints="NO" id="365">
236                                            <rect key="frame" x="36" y="209" width="488" height="28"/>
237                                            <autoresizingMask key="autoresizingMask"/>
238                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="100365">
239                                                <font key="font" metaFont="smallSystem"/>
240                                                <string key="title">Option キーを押したままクリックするとマウスの中ボタン操作になり、Command キーを押したままクリックするとマウスの右ボタン操作になります。
241</string>
242                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
243                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
244                                            </textFieldCell>
245                                        </textField>
246                                        <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="368">
247                                            <rect key="frame" x="18" y="130" width="505" height="18"/>
248                                            <autoresizingMask key="autoresizingMask"/>
249                                            <buttonCell key="cell" type="check" title="X11 の代替キーを有効にする" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100368">
250                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
251                                                <font key="font" metaFont="system"/>
252                                            </buttonCell>
253                                            <connections>
254                                                <action selector="prefs_changed:" target="196" id="396"/>
255                                            </connections>
256                                        </button>
257                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="484" translatesAutoresizingMaskIntoConstraints="NO" id="369">
258                                            <rect key="frame" x="36" y="156" width="488" height="17"/>
259                                            <autoresizingMask key="autoresizingMask"/>
260                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="入力メニューを変更して現在の X11 キーマップを上書きすることを許可します。" placeholderString="" id="100369">
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                                        <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="370">
267                                            <rect key="frame" x="18" y="179" width="505" height="18"/>
268                                            <autoresizingMask key="autoresizingMask"/>
269                                            <buttonCell key="cell" type="check" title="システムのキーボードレイアウトに従う" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100370">
270                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
271                                                <font key="font" metaFont="system"/>
272                                            </buttonCell>
273                                            <connections>
274                                                <action selector="prefs_changed:" target="196" id="395"/>
275                                            </connections>
276                                        </button>
277                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="484" translatesAutoresizingMaskIntoConstraints="NO" id="300476">
278                                            <rect key="frame" x="36" y="32" width="488" height="31"/>
279                                            <autoresizingMask key="autoresizingMask"/>
280                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="有効にすると、option キー で Mode_switch の代わりに X11 キーシンボルの Alt_L と Alt_R が送信されます。 " id="300479">
281                                                <font key="font" metaFont="smallSystem"/>
282                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
283                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
284                                            </textFieldCell>
285                                        </textField>
286                                        <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300477">
287                                            <rect key="frame" x="18" y="69" width="505" height="18"/>
288                                            <autoresizingMask key="autoresizingMask"/>
289                                            <buttonCell key="cell" type="check" title="Option キーで Alt_L と Alt_R を送信" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300478">
290                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
291                                                <font key="font" metaFont="system"/>
292                                            </buttonCell>
293                                            <connections>
294                                                <action selector="prefs_changed:" target="196" id="300480"/>
295                                            </connections>
296                                        </button>
297                                        <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300482">
298                                            <rect key="frame" x="18" y="8" width="505" height="18"/>
299                                            <autoresizingMask key="autoresizingMask"/>
300                                            <buttonCell key="cell" type="check" title="常に指を動かした方向にスクロール" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300483">
301                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
302                                                <font key="font" metaFont="system"/>
303                                            </buttonCell>
304                                            <connections>
305                                                <action selector="prefs_changed:" target="196" id="300484"/>
306                                            </connections>
307                                        </button>
308                                    </subviews>
309                                </view>
310                            </tabViewItem>
311                            <tabViewItem label="出力" identifier="2" id="352">
312                                <view key="view" id="350">
313                                    <rect key="frame" x="10" y="33" width="538" height="279"/>
314                                    <autoresizingMask key="autoresizingMask"/>
315                                    <subviews>
316                                        <popUpButton verticalHuggingPriority="750" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="382">
317                                            <rect key="frame" x="75" y="234" width="163" height="26"/>
318                                            <autoresizingMask key="autoresizingMask"/>
319                                            <popUpButtonCell key="cell" type="push" title="ディスプレイから" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="-1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="384" id="100382">
320                                                <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
321                                                <font key="font" metaFont="menu"/>
322                                                <menu key="menu" title="OtherViews" id="380">
323                                                    <items>
324                                                        <menuItem title="ディスプレイから" state="on" tag="-1" id="384"/>
325                                                        <menuItem title="256 色" tag="8" id="435"/>
326                                                        <menuItem title="約 32000 色" tag="15" id="383"/>
327                                                        <menuItem title="約 1670 万色" tag="24" id="381"/>
328                                                    </items>
329                                                </menu>
330                                            </popUpButtonCell>
331                                            <connections>
332                                                <action selector="prefs_changed:" target="196" id="398"/>
333                                            </connections>
334                                        </popUpButton>
335                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="52" translatesAutoresizingMaskIntoConstraints="NO" id="385">
336                                            <rect key="frame" x="17" y="238" width="56" height="19"/>
337                                            <autoresizingMask key="autoresizingMask"/>
338                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="カラー:" placeholderString="" id="100385">
339                                                <font key="font" metaFont="system"/>
340                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
341                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
342                                            </textFieldCell>
343                                        </textField>
344                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="484" translatesAutoresizingMaskIntoConstraints="NO" id="386">
345                                            <rect key="frame" x="36" y="216" width="488" height="14"/>
346                                            <autoresizingMask key="autoresizingMask"/>
347                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="このオプションは、次回 X11 を起動したときに有効になります。" placeholderString="" id="100386">
348                                                <font key="font" metaFont="smallSystem"/>
349                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
350                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
351                                            </textFieldCell>
352                                        </textField>
353                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="541">
354                                            <rect key="frame" x="18" y="182" width="505" height="23"/>
355                                            <autoresizingMask key="autoresizingMask"/>
356                                            <buttonCell key="cell" type="check" title="フルスクリーンモード" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100541">
357                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
358                                                <font key="font" metaFont="system"/>
359                                            </buttonCell>
360                                            <connections>
361                                                <action selector="enable_fullscreen_changed:" target="196" id="547"/>
362                                            </connections>
363                                        </button>
364                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300472">
365                                            <rect key="frame" x="37" y="118" width="492" height="23"/>
366                                            <autoresizingMask key="autoresizingMask"/>
367                                            <buttonCell key="cell" type="check" title="フルスクリーンモード時のメニューバーへのアクセスを許可" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300473">
368                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
369                                                <font key="font" metaFont="system"/>
370                                            </buttonCell>
371                                            <connections>
372                                                <action selector="prefs_changed:" target="196" id="300475"/>
373                                            </connections>
374                                        </button>
375                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="490" translatesAutoresizingMaskIntoConstraints="NO" id="543">
376                                            <rect key="frame" x="36" y="147" width="494" height="28"/>
377                                            <autoresizingMask key="autoresizingMask"/>
378                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="X11 のルートウインドウを有効にします。フルスクリーンモードに切り替えたり、フルスクリーンモードを終了するときは、コマンド + Option + A キーを押します。" placeholderString="" id="100543">
379                                                <font key="font" metaFont="smallSystem"/>
380                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
381                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
382                                            </textFieldCell>
383                                        </textField>
384                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="472" translatesAutoresizingMaskIntoConstraints="NO" id="300487">
385                                            <rect key="frame" x="54" y="70" width="476" height="42"/>
386                                            <autoresizingMask key="autoresizingMask"/>
387                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="マウスカーソルが主ディスプレイの一番上に置かれたときにメニューバーが表示されます。" id="300488">
388                                                <font key="font" metaFont="smallSystem"/>
389                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
390                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
391                                            </textFieldCell>
392                                        </textField>
393                                    </subviews>
394                                </view>
395                            </tabViewItem>
396                            <tabViewItem label="ペーストボード" identifier="2" id="300421">
397                                <view key="view" id="300422">
398                                    <rect key="frame" x="10" y="33" width="538" height="279"/>
399                                    <autoresizingMask key="autoresizingMask"/>
400                                    <subviews>
401                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300424">
402                                            <rect key="frame" x="18" y="255" width="505" height="23"/>
403                                            <autoresizingMask key="autoresizingMask"/>
404                                            <buttonCell key="cell" type="check" title="同期を有効にする" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300440">
405                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
406                                                <font key="font" metaFont="system"/>
407                                            </buttonCell>
408                                            <connections>
409                                                <action selector="prefs_changed:" target="196" id="300465"/>
410                                            </connections>
411                                        </button>
412                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="484" translatesAutoresizingMaskIntoConstraints="NO" id="300423">
413                                            <rect key="frame" x="36" y="221" width="488" height="28"/>
414                                            <autoresizingMask key="autoresizingMask"/>
415                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="“コピー”メニュー項目を有効にして、OSX のペーストボードと X11 の CLIPBOARD バッファおよび PRIMARY バッファを同期できるようにします。" id="300441">
416                                                <font key="font" metaFont="smallSystem"/>
417                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
418                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
419                                            </textFieldCell>
420                                        </textField>
421                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300447">
422                                            <rect key="frame" x="34" y="129" width="489" height="18"/>
423                                            <autoresizingMask key="autoresizingMask"/>
424                                            <buttonCell key="cell" type="check" title="ペーストボードが変更されたときに CLIPBOARD をアップデート" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300450">
425                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
426                                                <font key="font" metaFont="system"/>
427                                            </buttonCell>
428                                            <connections>
429                                                <action selector="prefs_changed:" target="196" id="300467"/>
430                                            </connections>
431                                        </button>
432                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300451">
433                                            <rect key="frame" x="34" y="104" width="489" height="18"/>
434                                            <autoresizingMask key="autoresizingMask"/>
435                                            <buttonCell key="cell" type="check" title="ペーストボードが変更されたときに PRIMARY (中クリック)をアップデート" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300452">
436                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
437                                                <font key="font" metaFont="system"/>
438                                            </buttonCell>
439                                            <connections>
440                                                <action selector="prefs_changed:" target="196" id="300468"/>
441                                            </connections>
442                                        </button>
443                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300457">
444                                            <rect key="frame" x="34" y="79" width="489" height="18"/>
445                                            <autoresizingMask key="autoresizingMask"/>
446                                            <buttonCell key="cell" type="check" title="新しいテキストが選択されたら、すぐにペーストボードをアップデート" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300458">
447                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
448                                                <font key="font" metaFont="system"/>
449                                            </buttonCell>
450                                            <connections>
451                                                <action selector="prefs_changed:" target="196" id="300469"/>
452                                            </connections>
453                                        </button>
454                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300453">
455                                            <rect key="frame" x="34" y="192" width="489" height="18"/>
456                                            <autoresizingMask key="autoresizingMask"/>
457                                            <buttonCell key="cell" type="check" title="CLIPBOARD が変更されたときにペーストボードをアップデート" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300454">
458                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
459                                                <font key="font" metaFont="system"/>
460                                            </buttonCell>
461                                            <connections>
462                                                <action selector="prefs_changed:" target="196" id="300466"/>
463                                            </connections>
464                                        </button>
465                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="472" translatesAutoresizingMaskIntoConstraints="NO" id="300455">
466                                            <rect key="frame" x="48" y="158" width="476" height="28"/>
467                                            <autoresizingMask key="autoresizingMask"/>
468                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="xclipboard、klipper、その他の X11 クリップボードマネージャを使用したい場合は、このオプションを無効にしてください。" id="300456">
469                                                <font key="font" metaFont="smallSystem"/>
470                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
471                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
472                                            </textFieldCell>
473                                        </textField>
474                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="472" translatesAutoresizingMaskIntoConstraints="NO" id="300459">
475                                            <rect key="frame" x="48" y="47" width="476" height="28"/>
476                                            <autoresizingMask key="autoresizingMask"/>
477                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="X11 プロトコルの制限により、このオプションは、一部のアプリケーションで機能しない場合があります。" id="300460">
478                                                <font key="font" metaFont="smallSystem"/>
479                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
480                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
481                                            </textFieldCell>
482                                        </textField>
483                                    </subviews>
484                                </view>
485                            </tabViewItem>
486                            <tabViewItem label="ウインドウ" identifier="2" id="300337">
487                                <view key="view" id="300338">
488                                    <rect key="frame" x="10" y="33" width="538" height="279"/>
489                                    <autoresizingMask key="autoresizingMask"/>
490                                    <subviews>
491                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300359">
492                                            <rect key="frame" x="15" y="245" width="508" height="18"/>
493                                            <autoresizingMask key="autoresizingMask"/>
494                                            <buttonCell key="cell" type="check" title="選択されていないウインドウを直接クリック" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300360">
495                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
496                                                <font key="font" metaFont="system"/>
497                                            </buttonCell>
498                                            <connections>
499                                                <action selector="prefs_changed:" target="196" id="300389"/>
500                                            </connections>
501                                        </button>
502                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="497" translatesAutoresizingMaskIntoConstraints="NO" id="300358">
503                                            <rect key="frame" x="23" y="211" width="501" height="28"/>
504                                            <autoresizingMask key="autoresizingMask"/>
505                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="有効にした場合、選択されていないウインドウをクリックしたときに、そのウインドウを一番手前に表示するだけでなく、ウインドウ内の項目を直接クリックします。" placeholderString="" id="300361">
506                                                <font key="font" metaFont="smallSystem"/>
507                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
508                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
509                                            </textFieldCell>
510                                        </textField>
511                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300362">
512                                            <rect key="frame" x="15" y="184" width="508" height="18"/>
513                                            <autoresizingMask key="autoresizingMask"/>
514                                            <buttonCell key="cell" type="check" title="フォーカスをマウスと一緒に移動" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300363">
515                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
516                                                <font key="font" metaFont="system"/>
517                                            </buttonCell>
518                                            <connections>
519                                                <action selector="prefs_changed:" target="196" id="300390"/>
520                                            </connections>
521                                        </button>
522                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="497" translatesAutoresizingMaskIntoConstraints="NO" id="300364">
523                                            <rect key="frame" x="23" y="164" width="501" height="14"/>
524                                            <autoresizingMask key="autoresizingMask"/>
525                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="X11 ウインドウのフォーカスがカーソルと一緒に移動します。逆効果になる場合もあります。" placeholderString="" id="300365">
526                                                <font key="font" metaFont="smallSystem"/>
527                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
528                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
529                                            </textFieldCell>
530                                        </textField>
531                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300368">
532                                            <rect key="frame" x="15" y="140" width="508" height="18"/>
533                                            <autoresizingMask key="autoresizingMask"/>
534                                            <buttonCell key="cell" type="check" title="新規ウインドウにフォーカス" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300369">
535                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
536                                                <font key="font" metaFont="system"/>
537                                            </buttonCell>
538                                            <connections>
539                                                <action selector="prefs_changed:" target="196" id="300391"/>
540                                            </connections>
541                                        </button>
542                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="497" translatesAutoresizingMaskIntoConstraints="NO" id="300370">
543                                            <rect key="frame" x="23" y="106" width="501" height="28"/>
544                                            <autoresizingMask key="autoresizingMask"/>
545                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="有効にした場合、新しい X11 ウインドウを作成すると、Finder.app や ターミナル.app などの代わりに、X11.app が前面に移動します。" placeholderString="" id="300371">
546                                                <font key="font" metaFont="smallSystem"/>
547                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
548                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
549                                            </textFieldCell>
550                                        </textField>
551                                    </subviews>
552                                </view>
553                            </tabViewItem>
554                            <tabViewItem label="セキュリティ" identifier="" id="353">
555                                <view key="view" id="354">
556                                    <rect key="frame" x="10" y="33" width="538" height="279"/>
557                                    <autoresizingMask key="autoresizingMask"/>
558                                    <subviews>
559                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="374">
560                                            <rect key="frame" x="18" y="243" width="482" height="18"/>
561                                            <autoresizingMask key="autoresizingMask"/>
562                                            <buttonCell key="cell" type="check" title="接続を認証" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100374">
563                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
564                                                <font key="font" metaFont="system"/>
565                                            </buttonCell>
566                                            <connections>
567                                                <action selector="prefs_changed:" target="196" id="399"/>
568                                            </connections>
569                                        </button>
570                                        <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="375">
571                                            <rect key="frame" x="18" y="180" width="402" height="18"/>
572                                            <autoresizingMask key="autoresizingMask"/>
573                                            <buttonCell key="cell" type="check" title="ネットワーク・クライアントからの接続を許可" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100375">
574                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
575                                                <font key="font" metaFont="system"/>
576                                            </buttonCell>
577                                            <connections>
578                                                <action selector="prefs_changed:" target="196" id="401"/>
579                                            </connections>
580                                        </button>
581                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="484" translatesAutoresizingMaskIntoConstraints="NO" id="376">
582                                            <rect key="frame" x="36" y="209" width="488" height="28"/>
583                                            <autoresizingMask key="autoresizingMask"/>
584                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="X11 の起動時に、Xauthority アクセス制御キーを作成します。システムの IP アドレスが変更されると、これらのキーが無効になり、X11 アプリケーションが起動しなくなることがあります。" placeholderString="" id="100376">
585                                                <font key="font" metaFont="smallSystem"/>
586                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
587                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
588                                            </textFieldCell>
589                                        </textField>
590                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="484" translatesAutoresizingMaskIntoConstraints="NO" id="377">
591                                            <rect key="frame" x="36" y="132" width="488" height="42"/>
592                                            <autoresizingMask key="autoresizingMask"/>
593                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="有効にする場合は、システムのセキュリティを維持するために、“接続を認証”も有効にしてください。無効にすると、リモートアプリケーションからの接続は拒否されます。" placeholderString="" id="100377">
594                                                <font key="font" metaFont="smallSystem"/>
595                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
596                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
597                                            </textFieldCell>
598                                        </textField>
599                                        <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="379">
600                                            <rect key="frame" x="17" y="17" width="404" height="14"/>
601                                            <autoresizingMask key="autoresizingMask"/>
602                                            <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="これらのオプションは、次回 X11 を起動したときに有効になります。" placeholderString="" id="100379">
603                                                <font key="font" metaFont="smallSystem"/>
604                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
605                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
606                                            </textFieldCell>
607                                        </textField>
608                                    </subviews>
609                                </view>
610                            </tabViewItem>
611                        </tabViewItems>
612                    </tabView>
613                </subviews>
614            </view>
615        </window>
616        <window title="X11 アプリケーションメニュー" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_apps" animationBehavior="default" id="285" userLabel="EditPrograms" customClass="NSPanel">
617            <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
618            <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
619            <rect key="contentRect" x="360" y="402" width="454" height="271"/>
620            <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/>
621            <value key="minSize" type="size" width="454" height="271"/>
622            <view key="contentView" id="286">
623                <rect key="frame" x="0.0" y="0.0" width="454" height="271"/>
624                <autoresizingMask key="autoresizingMask"/>
625                <subviews>
626                    <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="292">
627                        <rect key="frame" x="340" y="191" width="105" height="32"/>
628                        <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
629                        <buttonCell key="cell" type="push" title="複製" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100292">
630                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
631                            <font key="font" metaFont="system"/>
632                        </buttonCell>
633                        <connections>
634                            <action selector="apps_table_duplicate:" target="196" id="304"/>
635                        </connections>
636                    </button>
637                    <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="293">
638                        <rect key="frame" x="340" y="159" width="105" height="32"/>
639                        <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
640                        <buttonCell key="cell" type="push" title="削除" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100293">
641                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
642                            <font key="font" metaFont="system"/>
643                        </buttonCell>
644                        <connections>
645                            <action selector="apps_table_delete:" target="196" id="303"/>
646                        </connections>
647                    </button>
648                    <scrollView fixedFrame="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="295">
649                        <rect key="frame" x="20" y="20" width="318" height="231"/>
650                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
651                        <clipView key="contentView" id="ShE-Qz-STZ">
652                            <rect key="frame" x="1" y="1" width="301" height="214"/>
653                            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
654                            <subviews>
655                                <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="300295" id="296">
656                                    <rect key="frame" x="0.0" y="0.0" width="301" height="186"/>
657                                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
658                                    <size key="intercellSpacing" width="3" height="2"/>
659                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
660                                    <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
661                                    <tableColumns>
662                                        <tableColumn width="90.5" minWidth="43" maxWidth="1000" headerToolTip="" id="298">
663                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="名前">
664                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
665                                                <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
666                                            </tableHeaderCell>
667                                            <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="テキストセル" placeholderString="" id="573">
668                                                <font key="font" metaFont="system"/>
669                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
670                                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
671                                            </textFieldCell>
672                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
673                                        </tableColumn>
674                                        <tableColumn width="87.5" minWidth="40" maxWidth="1000" headerToolTip="" id="297">
675                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="コマンド">
676                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
677                                                <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
678                                            </tableHeaderCell>
679                                            <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="テキストセル" placeholderString="" id="574">
680                                                <font key="font" metaFont="system"/>
681                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
682                                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
683                                            </textFieldCell>
684                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
685                                        </tableColumn>
686                                        <tableColumn width="76.5" minWidth="30" maxWidth="1000" headerToolTip="" id="535">
687                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="ショートカット">
688                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
689                                                <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
690                                            </tableHeaderCell>
691                                            <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="テキストセル" placeholderString="" drawsBackground="YES" id="575">
692                                                <font key="font" metaFont="cellTitle"/>
693                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
694                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
695                                            </textFieldCell>
696                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
697                                        </tableColumn>
698                                    </tableColumns>
699                                </tableView>
700                            </subviews>
701                        </clipView>
702                        <scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="200295">
703                            <rect key="frame" x="1" y="215" width="301" height="15"/>
704                            <autoresizingMask key="autoresizingMask"/>
705                        </scroller>
706                        <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="100295">
707                            <rect key="frame" x="302" y="29" width="15" height="186"/>
708                            <autoresizingMask key="autoresizingMask"/>
709                        </scroller>
710                        <tableHeaderView key="headerView" wantsLayer="YES" id="300295">
711                            <rect key="frame" x="0.0" y="0.0" width="301" height="28"/>
712                            <autoresizingMask key="autoresizingMask"/>
713                        </tableHeaderView>
714                    </scrollView>
715                    <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="310">
716                        <rect key="frame" x="340" y="223" width="105" height="32"/>
717                        <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
718                        <buttonCell key="cell" type="push" title="項目を追加" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="100310">
719                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
720                            <font key="font" metaFont="system"/>
721                        </buttonCell>
722                        <connections>
723                            <action selector="apps_table_new:" target="196" id="311"/>
724                        </connections>
725                    </button>
726                </subviews>
727            </view>
728            <point key="canvasLocation" x="27" y="351"/>
729        </window>
730        <menu title="メニュー" id="423" userLabel="DockMenu">
731            <items>
732                <menuItem isSeparatorItem="YES" id="524">
733                    <modifierMask key="keyEquivalentModifierMask" command="YES"/>
734                </menuItem>
735                <menuItem title="アプリケーション" id="526">
736                    <menu key="submenu" title="アプリケーション" id="527">
737                        <items>
738                            <menuItem isSeparatorItem="YES" id="533">
739                                <modifierMask key="keyEquivalentModifierMask" command="YES"/>
740                            </menuItem>
741                            <menuItem title="カスタマイズ..." id="532">
742                                <connections>
743                                    <action selector="apps_table_show:" target="196" id="534"/>
744                                </connections>
745                            </menuItem>
746                        </items>
747                    </menu>
748                </menuItem>
749            </items>
750        </menu>
751    </objects>
752</document>
753