blob: 0ad9c80d911257ce820fc6802b8ff5611aad5443 [file] [log] [blame]
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -07001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
3 <dependencies>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -07004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4510"/>
5 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
8 <connections>
9 <outlet property="delegate" destination="494" id="495"/>
10 </connections>
11 </customObject>
12 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13 <customObject id="-3" userLabel="Application"/>
14 <customObject id="494" customClass="MenuDelegate">
15 <connections>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070016 <outlet property="connectionStatus" destination="yhj-L6-nZL" id="v5Y-5B-2aW"/>
Ilya Moiseenko01264322013-09-26 15:34:21 -070017 <outlet property="connectionStatusText" destination="EUJ-R2-Os4" id="2pC-dc-tng"/>
18 <outlet property="connectionStatusView" destination="24d-37-bzd" id="AYC-I7-1KX"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070019 <outlet property="daemonStatus" destination="Tap-5m-ZRP" id="yrK-Nr-zKm"/>
Ilya Moiseenko01264322013-09-26 15:34:21 -070020 <outlet property="daemonStatusView" destination="NBE-Gf-zLc" id="91G-ey-DeA"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070021 <outlet property="routingStatus" destination="Vc8-fu-RAY" id="GVC-zB-uSO"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070022 <outlet property="statusMenu" destination="ovl-jc-kIR" id="dlz-Qz-Ia0"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070023 <outlet property="statusPopover" destination="eAA-vc-IW1" id="bD5-Rp-Syx"/>
24 <outlet property="trafficMap" destination="6tC-sG-tLM" id="rxz-Jt-3au"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070025 </connections>
26 </customObject>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070027 <menu id="ovl-jc-kIR">
28 <items>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070029 <menuItem title="NDN disconnected" id="yhj-L6-nZL">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070030 <modifierMask key="keyEquivalentModifierMask"/>
31 </menuItem>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070032 <menuItem title="Start" id="TvT-OR-oT4">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070033 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070034 <connections>
35 <action selector="switchDaemon:" target="494" id="kgm-Z4-mQz"/>
36 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070037 </menuItem>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070038 <menuItem title="Status" id="Tap-5m-ZRP">
39 <modifierMask key="keyEquivalentModifierMask"/>
40 <connections>
41 <action selector="openDaemonStatus:" target="494" id="EWq-Mc-qkx"/>
42 </connections>
43 </menuItem>
44 <menuItem id="E2p-41-2EY">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070045 <modifierMask key="keyEquivalentModifierMask"/>
46 </menuItem>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070047 <menuItem title="Routing Status" id="Vc8-fu-RAY">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070048 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070049 <connections>
50 <action selector="openRoutingStatusPage:" target="494" id="Xzn-D8-pMm"/>
51 </connections>
52 </menuItem>
53 <menuItem title="Traffic Map" id="6tC-sG-tLM">
54 <attributedString key="attributedTitle"/>
55 <modifierMask key="keyEquivalentModifierMask"/>
56 <connections>
57 <action selector="openTrafficMapPage:" target="494" id="eae-R6-kYb"/>
58 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070059 </menuItem>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070060 <menuItem title="Preferences" id="c5x-Oa-5tb">
61 <modifierMask key="keyEquivalentModifierMask"/>
62 </menuItem>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070063 </items>
Ilya Moiseenko01264322013-09-26 15:34:21 -070064 <connections>
65 <outlet property="delegate" destination="494" id="AgM-WF-ty0"/>
66 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070067 </menu>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070068 <viewController id="QoL-hX-ilM" userLabel="Popover View Controller">
69 <connections>
70 <outlet property="view" destination="pEE-BK-JGJ" id="aNk-Zu-Rlw"/>
71 </connections>
72 </viewController>
73 <popover id="eAA-vc-IW1">
74 <connections>
75 <outlet property="contentViewController" destination="QoL-hX-ilM" id="GKo-LB-19Q"/>
76 </connections>
77 </popover>
78 <customView id="pEE-BK-JGJ">
79 <rect key="frame" x="0.0" y="0.0" width="247" height="132"/>
80 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
81 <subviews>
82 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="90x-3T-Z7e">
83 <rect key="frame" x="57" y="82" width="166" height="17"/>
84 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
85 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="NDN Daemon Status" id="Di0-ug-aeg">
86 <font key="font" metaFont="system"/>
87 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
88 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
89 </textFieldCell>
90 </textField>
91 </subviews>
92 </customView>
Ilya Moiseenko01264322013-09-26 15:34:21 -070093 <customView id="NBE-Gf-zLc">
94 <rect key="frame" x="0.0" y="0.0" width="150" height="20"/>
95 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
96 <subviews>
97 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="T4F-W2-p5Y">
98 <rect key="frame" x="19" y="2" width="46" height="18"/>
99 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
100 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Status" id="3iV-EO-iJG">
101 <font key="font" size="14" name="LucidaGrande"/>
102 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
103 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
104 </textFieldCell>
105 </textField>
106 </subviews>
107 </customView>
108 <customView id="24d-37-bzd">
109 <rect key="frame" x="0.0" y="0.0" width="155" height="20"/>
110 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
111 <subviews>
112 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EUJ-R2-Os4">
113 <rect key="frame" x="0.0" y="0.0" width="155" height="20"/>
114 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
115 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Disconnected" drawsBackground="YES" id="4JT-Ml-4Z3">
116 <font key="font" size="14" name="LucidaGrande"/>
117 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
118 <color key="backgroundColor" red="0.28345577993626336" green="0.28865913722826086" blue="0.27492015640756962" alpha="1" colorSpace="calibratedRGB"/>
119 </textFieldCell>
120 </textField>
121 </subviews>
122 </customView>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -0700123 </objects>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -0700124</document>