blob: 32df3e532203b1a34a757bb9ea97d9a8b20cc6c6 [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 Moiseenko6d4086c2013-09-27 16:56:02 -070020 <outlet property="daemonStatusText" destination="XxQ-Xi-z1I" id="tTA-y8-Uze"/>
Ilya Moiseenko01264322013-09-26 15:34:21 -070021 <outlet property="daemonStatusView" destination="NBE-Gf-zLc" id="91G-ey-DeA"/>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -070022 <outlet property="exitWindow" destination="6NI-pK-JJs" id="tLd-My-JXC"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -070023 <outlet property="forwardingSettingsView" destination="lQz-E7-PRx" id="8MT-1G-PZi"/>
24 <outlet property="generalSettingsView" destination="A7D-GN-X5W" id="Apc-XD-aOH"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070025 <outlet property="ndnPreferences" destination="c5x-Oa-5tb" id="5qP-ZT-G5y"/>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070026 <outlet property="preferencesDelegate" destination="0yn-TQ-4SC" id="OUx-zN-9bt"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070027 <outlet property="preferencesPanel" destination="coQ-VU-5RU" id="Jb0-qB-W2K"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -070028 <outlet property="securitySettingsView" destination="o3g-Q4-BEo" id="a3X-aK-fOB"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070029 <outlet property="statusMenu" destination="ovl-jc-kIR" id="dlz-Qz-Ia0"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070030 <outlet property="statusPopover" destination="eAA-vc-IW1" id="bD5-Rp-Syx"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070031 </connections>
32 </customObject>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070033 <customObject id="0yn-TQ-4SC" userLabel="Preference Delegate" customClass="PreferenceDelegate">
34 <connections>
Ilya Moiseenko68192502013-09-30 14:27:48 -070035 <outlet property="endpointText" destination="xpw-xe-S74" id="9Rb-zh-uE8"/>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070036 <outlet property="forwardingSettingsView" destination="lQz-E7-PRx" id="d1y-fe-mMm"/>
37 <outlet property="generalSettingsView" destination="A7D-GN-X5W" id="paQ-iM-qEx"/>
Ilya Moiseenko68192502013-09-30 14:27:48 -070038 <outlet property="namePrefixText" destination="Nr4-e2-zkN" id="2Nt-9H-SpG"/>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070039 <outlet property="preferencesPanel" destination="coQ-VU-5RU" id="tZs-5C-1La"/>
Ilya Moiseenko68192502013-09-30 14:27:48 -070040 <outlet property="prefixRegistrationSheet" destination="tRY-ba-DfO" id="FJr-yW-O1r"/>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070041 <outlet property="securitySettingsView" destination="o3g-Q4-BEo" id="UDh-Kj-DYk"/>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -070042 <outlet property="testbedSettingsView" destination="Oey-Qd-MNO" id="Quf-pr-l8I"/>
Ilya Moiseenko68192502013-09-30 14:27:48 -070043 <outlet property="tunnelCombobox" destination="xrn-ng-SrO" id="cCr-A0-gR2"/>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070044 </connections>
45 </customObject>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -070046 <customObject id="Hcg-fF-E5x" customClass="LaunchAtLoginController"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070047 <menu id="ovl-jc-kIR">
48 <items>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070049 <menuItem title="NDN disconnected" id="yhj-L6-nZL">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070050 <modifierMask key="keyEquivalentModifierMask"/>
51 </menuItem>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -070052 <menuItem isSeparatorItem="YES" id="2xJ-1J-1HK"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070053 <menuItem title="Status" id="Tap-5m-ZRP">
54 <modifierMask key="keyEquivalentModifierMask"/>
55 <connections>
56 <action selector="openDaemonStatus:" target="494" id="EWq-Mc-qkx"/>
57 </connections>
58 </menuItem>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -070059 <menuItem isSeparatorItem="YES" id="4g8-aw-JZn"/>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -070060 <menuItem title="Preferences..." id="c5x-Oa-5tb">
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070061 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070062 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070063 <action selector="showPreferencesPanel:" target="0yn-TQ-4SC" id="fSq-Mk-9Hv"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070064 </connections>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070065 </menuItem>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -070066 <menuItem title="Quit..." id="eBR-jg-KO1">
67 <modifierMask key="keyEquivalentModifierMask"/>
68 <connections>
69 <action selector="showExitConfirmationWindow:" target="494" id="54e-yD-BTd"/>
70 </connections>
71 </menuItem>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070072 </items>
Ilya Moiseenko01264322013-09-26 15:34:21 -070073 <connections>
74 <outlet property="delegate" destination="494" id="AgM-WF-ty0"/>
75 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070076 </menu>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070077 <viewController id="QoL-hX-ilM" userLabel="Popover View Controller">
78 <connections>
79 <outlet property="view" destination="pEE-BK-JGJ" id="aNk-Zu-Rlw"/>
80 </connections>
81 </viewController>
82 <popover id="eAA-vc-IW1">
83 <connections>
84 <outlet property="contentViewController" destination="QoL-hX-ilM" id="GKo-LB-19Q"/>
85 </connections>
86 </popover>
87 <customView id="pEE-BK-JGJ">
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -070088 <rect key="frame" x="0.0" y="0.0" width="330" height="258"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070089 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
90 <subviews>
91 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="90x-3T-Z7e">
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -070092 <rect key="frame" x="82" y="234" width="166" height="17"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070093 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
94 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="NDN Daemon Status" id="Di0-ug-aeg">
95 <font key="font" metaFont="system"/>
96 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
97 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
98 </textFieldCell>
99 </textField>
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -0700100 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XxQ-Xi-z1I">
101 <rect key="frame" x="7" y="7" width="315" height="219"/>
102 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700103 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="R13-Gb-7b6">
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -0700104 <font key="font" metaFont="system"/>
105 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
106 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
107 </textFieldCell>
108 </textField>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -0700109 </subviews>
110 </customView>
Ilya Moiseenko01264322013-09-26 15:34:21 -0700111 <customView id="NBE-Gf-zLc">
112 <rect key="frame" x="0.0" y="0.0" width="150" height="20"/>
113 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
114 <subviews>
115 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="T4F-W2-p5Y">
116 <rect key="frame" x="19" y="2" width="46" height="18"/>
117 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
118 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Status" id="3iV-EO-iJG">
119 <font key="font" size="14" name="LucidaGrande"/>
120 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
121 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
122 </textFieldCell>
123 </textField>
124 </subviews>
125 </customView>
126 <customView id="24d-37-bzd">
127 <rect key="frame" x="0.0" y="0.0" width="155" height="20"/>
128 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
129 <subviews>
130 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EUJ-R2-Os4">
131 <rect key="frame" x="0.0" y="0.0" width="155" height="20"/>
132 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
133 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Disconnected" drawsBackground="YES" id="4JT-Ml-4Z3">
134 <font key="font" size="14" name="LucidaGrande"/>
135 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
136 <color key="backgroundColor" red="0.28345577993626336" green="0.28865913722826086" blue="0.27492015640756962" alpha="1" colorSpace="calibratedRGB"/>
137 </textFieldCell>
138 </textField>
139 </subviews>
140 </customView>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700141 <window title="NDN Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="coQ-VU-5RU">
142 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
143 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
144 <rect key="contentRect" x="163" y="199" width="480" height="270"/>
145 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
146 <view key="contentView" id="aW4-0e-sj2">
147 <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
148 <autoresizingMask key="autoresizingMask"/>
149 </view>
150 <toolbar key="toolbar" implicitIdentifier="0943E656-2E2A-4D7E-9B26-FBD529BA0E9F" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="UQm-vD-cSv">
151 <allowedToolbarItems>
152 <toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="Ce4-Os-mjG"/>
153 <toolbarItem implicitItemIdentifier="NSToolbarShowFontsItem" id="3ic-rw-laG"/>
154 <toolbarItem implicitItemIdentifier="NSToolbarPrintItem" id="5Vl-D8-4Ln"/>
155 <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="5XW-vG-TKY"/>
156 <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="NVu-QV-Pc4"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700157 <toolbarItem implicitItemIdentifier="3648465F-1236-436C-88D7-002134AB1299" label="General" paletteLabel="General" tag="-1" image="NSPreferencesGeneral" id="Ppn-Fc-Ncg">
158 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700159 <action selector="openGeneralSettings:" target="0yn-TQ-4SC" id="8op-rr-lR0"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700160 </connections>
161 </toolbarItem>
162 <toolbarItem implicitItemIdentifier="0FA8D11D-6C2C-43BD-94B8-3A7A8F16C193" label="Forwarding" paletteLabel="Forwarding" tag="-1" image="NSNetwork" id="wWT-fR-d9Z">
163 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700164 <action selector="openForwardingSettings:" target="0yn-TQ-4SC" id="nv8-xH-jyM"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700165 </connections>
166 </toolbarItem>
167 <toolbarItem implicitItemIdentifier="40F41351-5D87-4CD1-81BF-EB61A224433D" label="Security" paletteLabel="Security" tag="-1" image="NSAdvanced" id="JtM-k1-dOw">
168 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700169 <action selector="openSecuritySettings:" target="0yn-TQ-4SC" id="fB4-d2-txt"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700170 </connections>
171 </toolbarItem>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -0700172 <toolbarItem implicitItemIdentifier="CCABE25A-70EC-4CDA-9AF2-F274ADECCF13" label="NDN Testbed" paletteLabel="NDN Testbed" tag="-1" image="NSBonjour" id="d6n-eV-ZEN">
173 <connections>
174 <action selector="openTestbedSettings:" target="0yn-TQ-4SC" id="w3x-Jk-pgh"/>
175 </connections>
176 </toolbarItem>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700177 </allowedToolbarItems>
178 <defaultToolbarItems>
179 <toolbarItem reference="Ppn-Fc-Ncg"/>
180 <toolbarItem reference="wWT-fR-d9Z"/>
181 <toolbarItem reference="JtM-k1-dOw"/>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -0700182 <toolbarItem reference="d6n-eV-ZEN"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700183 </defaultToolbarItems>
184 </toolbar>
185 <connections>
186 <outlet property="delegate" destination="494" id="YXz-pN-o9y"/>
187 </connections>
188 </window>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700189 <customView id="A7D-GN-X5W">
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -0700190 <rect key="frame" x="0.0" y="0.0" width="480" height="162"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700191 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
192 <subviews>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -0700193 <box autoresizesSubviews="NO" fixedFrame="YES" borderType="line" translatesAutoresizingMaskIntoConstraints="NO" id="dPr-jz-Nc2">
194 <rect key="frame" x="9" y="48" width="462" height="114"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700195 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -0700196 <view key="contentView">
197 <rect key="frame" x="1" y="1" width="460" height="98"/>
198 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
199 <subviews>
200 <button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pG7-Kv-zmF">
201 <rect key="frame" x="16" y="72" width="355" height="18"/>
202 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
203 <constraints>
204 <constraint firstAttribute="width" constant="351" id="Tls-yE-o5t"/>
205 </constraints>
206 <buttonCell key="cell" type="check" title="Automatically start NDNx Control Center at login" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Ycm-ud-Yg7">
207 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
208 <font key="font" metaFont="system"/>
209 </buttonCell>
210 <connections>
211 <binding destination="Hcg-fF-E5x" name="value" keyPath="launchAtLogin" id="wzT-nM-6OY"/>
212 </connections>
213 </button>
214 <button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rXp-X3-HMm">
215 <rect key="frame" x="16" y="32" width="328" height="18"/>
216 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
217 <constraints>
218 <constraint firstAttribute="width" constant="324" id="2lk-MT-GN6"/>
219 </constraints>
220 <buttonCell key="cell" type="check" title="Check for software updates" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="oOs-AF-Jm4">
221 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
222 <font key="font" metaFont="system"/>
223 </buttonCell>
224 <connections>
225 <action selector="switchSoftwareUpdates:" target="0yn-TQ-4SC" id="Gh4-nv-8N8"/>
226 </connections>
227 </button>
228 <button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pK9-GZ-bQL">
229 <rect key="frame" x="16" y="52" width="307" height="18"/>
230 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
231 <constraints>
232 <constraint firstAttribute="width" constant="303" id="wbU-qa-bpU"/>
233 </constraints>
234 <buttonCell key="cell" type="check" title="Discover nearest NDN-hub" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="kiY-Dk-Uox">
235 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
236 <font key="font" metaFont="system"/>
237 </buttonCell>
238 <connections>
239 <action selector="switchHubDiscovery:" target="0yn-TQ-4SC" id="by5-Mt-5bD"/>
240 </connections>
241 </button>
242 </subviews>
243 </view>
244 <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
245 <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
246 </box>
247 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JtO-ik-OIb">
248 <rect key="frame" x="308" y="13" width="166" height="32"/>
249 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
250 <buttonCell key="cell" type="push" title="Restart NDN Service" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5Lu-bh-ybJ">
251 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
252 <font key="font" metaFont="system"/>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700253 </buttonCell>
254 <connections>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -0700255 <action selector="restartDaemon:" target="0yn-TQ-4SC" id="bzA-wn-4wL"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700256 </connections>
257 </button>
258 </subviews>
259 </customView>
260 <customView id="lQz-E7-PRx">
Ilya Moiseenko68192502013-09-30 14:27:48 -0700261 <rect key="frame" x="0.0" y="0.0" width="480" height="253"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700262 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
263 <subviews>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700264 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8C0-3r-hw7">
265 <rect key="frame" x="11" y="210" width="458" height="33"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700266 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700267 <constraints>
268 <constraint firstAttribute="height" constant="33" id="tR1-xN-eLn"/>
269 </constraints>
Ilya Moiseenko68192502013-09-30 14:27:48 -0700270 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="FIB" id="zB2-9L-OLy">
271 <font key="font" size="30" name="LucidaGrande"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700272 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
273 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
274 </textFieldCell>
275 </textField>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700276 <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pwe-zt-TSj">
277 <rect key="frame" x="20" y="53" width="441" height="149"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700278 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700279 <clipView key="contentView" id="sSD-vM-Ynn">
280 <rect key="frame" x="1" y="17" width="439" height="131"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700281 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
282 <subviews>
283 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" headerView="LTh-Cz-kn3" id="cwE-tM-0QM">
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700284 <rect key="frame" x="0.0" y="0.0" width="439" height="131"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700285 <autoresizingMask key="autoresizingMask"/>
286 <size key="intercellSpacing" width="3" height="2"/>
287 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
288 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
289 <tableColumns>
290 <tableColumn width="209.12890625" minWidth="40" maxWidth="1000" id="uNg-7f-0Fn">
291 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
292 <font key="font" metaFont="smallSystem"/>
293 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
294 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
295 </tableHeaderCell>
296 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="bj9-3e-JNy">
297 <font key="font" metaFont="system"/>
298 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
299 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
300 </textFieldCell>
301 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
302 </tableColumn>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700303 <tableColumn width="224" minWidth="40" maxWidth="1000" id="Lyf-oJ-Usx">
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700304 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
305 <font key="font" metaFont="smallSystem"/>
306 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
307 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
308 </tableHeaderCell>
309 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="Apc-MV-xLA">
310 <font key="font" metaFont="system"/>
311 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
312 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
313 </textFieldCell>
314 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
315 </tableColumn>
316 </tableColumns>
317 </tableView>
318 </subviews>
319 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
320 </clipView>
321 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" id="l9T-JI-kUJ">
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700322 <rect key="frame" x="1" y="1" width="0.0" height="16"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700323 <autoresizingMask key="autoresizingMask"/>
324 </scroller>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700325 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" id="Ohc-CY-k3U">
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700326 <rect key="frame" x="-15" y="17" width="16" height="0.0"/>
327 <autoresizingMask key="autoresizingMask"/>
328 </scroller>
329 <tableHeaderView key="headerView" id="LTh-Cz-kn3">
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700330 <rect key="frame" x="0.0" y="0.0" width="439" height="17"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700331 <autoresizingMask key="autoresizingMask"/>
332 </tableHeaderView>
333 </scrollView>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700334 <button translatesAutoresizingMaskIntoConstraints="NO" id="bzX-Tt-J0Y">
335 <rect key="frame" x="20" y="20" width="34" height="25"/>
Ilya Moiseenko68192502013-09-30 14:27:48 -0700336 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
337 <buttonCell key="cell" type="square" title="+" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="x7I-60-289">
338 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
339 <font key="font" metaFont="system"/>
340 </buttonCell>
341 <connections>
342 <action selector="showFibEntrySheet:" target="0yn-TQ-4SC" id="m5r-mr-VTs"/>
343 </connections>
344 </button>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700345 <button translatesAutoresizingMaskIntoConstraints="NO" id="gQI-Og-HTs">
346 <rect key="frame" x="64" y="20" width="24" height="25"/>
Ilya Moiseenko68192502013-09-30 14:27:48 -0700347 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700348 <constraints>
349 <constraint firstAttribute="width" constant="24" id="3O2-RL-Bwo"/>
350 </constraints>
Ilya Moiseenko68192502013-09-30 14:27:48 -0700351 <buttonCell key="cell" type="square" title="-" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="MLe-yE-kAQ">
352 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
353 <font key="font" metaFont="system"/>
354 </buttonCell>
355 <connections>
356 <action selector="removeFibEntry:" target="0yn-TQ-4SC" id="GSV-Ss-oy9"/>
357 </connections>
358 </button>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700359 </subviews>
360 <constraints>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700361 <constraint firstItem="pwe-zt-TSj" firstAttribute="leading" secondItem="lQz-E7-PRx" secondAttribute="leading" constant="20" symbolic="YES" id="5me-XE-Y3X"/>
362 <constraint firstItem="pwe-zt-TSj" firstAttribute="top" secondItem="8C0-3r-hw7" secondAttribute="bottom" constant="8" symbolic="YES" id="9V1-Nb-T1c"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700363 <constraint firstAttribute="centerX" secondItem="8C0-3r-hw7" secondAttribute="centerX" id="B5J-y5-Jw0"/>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700364 <constraint firstItem="gQI-Og-HTs" firstAttribute="top" secondItem="pwe-zt-TSj" secondAttribute="bottom" constant="8" symbolic="YES" id="DUz-1v-jfV"/>
365 <constraint firstItem="gQI-Og-HTs" firstAttribute="leading" secondItem="bzX-Tt-J0Y" secondAttribute="trailing" constant="10" symbolic="YES" id="G8c-bW-N9r"/>
366 <constraint firstItem="8C0-3r-hw7" firstAttribute="leading" secondItem="lQz-E7-PRx" secondAttribute="leading" constant="14" id="I06-Ye-yiY"/>
367 <constraint firstItem="8C0-3r-hw7" firstAttribute="top" secondItem="lQz-E7-PRx" secondAttribute="top" constant="10" id="Kh2-t8-I8t"/>
368 <constraint firstItem="pwe-zt-TSj" firstAttribute="top" secondItem="8C0-3r-hw7" secondAttribute="bottom" constant="8" id="M0q-Ge-laF"/>
369 <constraint firstAttribute="bottom" secondItem="gQI-Og-HTs" secondAttribute="bottom" constant="20" symbolic="YES" id="Sl7-Ea-MVs"/>
370 <constraint firstItem="gQI-Og-HTs" firstAttribute="leading" secondItem="lQz-E7-PRx" secondAttribute="leading" constant="64" id="WvQ-vg-YwD"/>
371 <constraint firstItem="bzX-Tt-J0Y" firstAttribute="top" secondItem="pwe-zt-TSj" secondAttribute="bottom" constant="8" symbolic="YES" id="gb4-7g-j6B"/>
372 <constraint firstItem="gQI-Og-HTs" firstAttribute="baseline" secondItem="bzX-Tt-J0Y" secondAttribute="baseline" id="nCo-gK-obk"/>
373 <constraint firstItem="pwe-zt-TSj" firstAttribute="leading" secondItem="bzX-Tt-J0Y" secondAttribute="leading" id="upa-cN-R9y"/>
374 <constraint firstItem="pwe-zt-TSj" firstAttribute="centerX" secondItem="lQz-E7-PRx" secondAttribute="centerX" id="xhq-9c-a7S"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700375 </constraints>
376 </customView>
377 <customView id="o3g-Q4-BEo">
378 <rect key="frame" x="0.0" y="0.0" width="480" height="142"/>
379 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
380 </customView>
Ilya Moiseenko68192502013-09-30 14:27:48 -0700381 <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="tRY-ba-DfO" customClass="NSPanel">
382 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" utility="YES"/>
383 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
384 <rect key="contentRect" x="167" y="107" width="274" height="223"/>
385 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
386 <view key="contentView" id="xr7-Ov-Bjk">
387 <rect key="frame" x="0.0" y="0.0" width="274" height="223"/>
388 <autoresizingMask key="autoresizingMask"/>
389 <subviews>
390 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xZf-SK-rY3">
391 <rect key="frame" x="154" y="6" width="82" height="32"/>
392 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
393 <buttonCell key="cell" type="push" title="Ok" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="f6n-gf-Aio">
394 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
395 <font key="font" size="14" name="LucidaGrande"/>
396 </buttonCell>
397 <connections>
398 <action selector="addFibEntry:" target="0yn-TQ-4SC" id="3fS-LJ-gmp"/>
399 </connections>
400 </button>
401 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="f88-gx-ibD">
402 <rect key="frame" x="38" y="6" width="82" height="32"/>
403 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
404 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="y0j-W7-SQZ">
405 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
406 <font key="font" size="14" name="LucidaGrande"/>
407 <string key="keyEquivalent" base64-UTF8="YES">
408Gw
409</string>
410 </buttonCell>
411 <connections>
412 <action selector="hideFibEntrySheet:" target="0yn-TQ-4SC" id="yrb-HG-kR1"/>
413 </connections>
414 </button>
415 <comboBox verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xrn-ng-SrO">
416 <rect key="frame" x="113" y="123" width="144" height="27"/>
417 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
418 <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="2" id="TJb-fs-yy0">
419 <font key="font" size="14" name="LucidaGrande"/>
420 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
421 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
422 <objectValues>
423 <string>TCP</string>
424 <string>UDP</string>
425 </objectValues>
426 </comboBoxCell>
427 </comboBox>
428 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="RS6-nu-Q94">
429 <rect key="frame" x="20" y="196" width="143" height="17"/>
430 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
431 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="NDN name (prefix)" id="gV7-h5-kZD">
432 <font key="font" size="14" name="LucidaGrande"/>
433 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
434 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
435 </textFieldCell>
436 </textField>
437 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Nr4-e2-zkN">
438 <rect key="frame" x="23" y="169" width="231" height="22"/>
439 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
440 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="hYP-6n-R7e">
441 <font key="font" metaFont="system"/>
442 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
443 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
444 </textFieldCell>
445 </textField>
446 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZUZ-lE-M1E">
447 <rect key="frame" x="20" y="126" width="106" height="21"/>
448 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
449 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Tunnel type" id="OLc-dz-WmY">
450 <font key="font" size="14" name="LucidaGrande"/>
451 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
452 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
453 </textFieldCell>
454 </textField>
455 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="KSW-vV-1ew">
456 <rect key="frame" x="20" y="84" width="241" height="24"/>
457 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
458 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Endpoint (IP address or DNS name)" id="fkh-lb-BcV">
459 <font key="font" size="14" name="LucidaGrande"/>
460 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
461 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
462 </textFieldCell>
463 </textField>
464 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xpw-xe-S74">
465 <rect key="frame" x="23" y="59" width="231" height="22"/>
466 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
467 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="Rei-4l-gox">
468 <font key="font" metaFont="system"/>
469 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
470 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
471 </textFieldCell>
472 </textField>
473 </subviews>
474 </view>
475 </window>
Alexander Afanasyevcc5c6712013-09-30 17:43:54 -0700476 <userDefaultsController representsSharedInstance="YES" id="y0R-NA-1ih"/>
477 <collectionViewItem id="2PK-C5-pId">
478 <connections>
479 <outlet property="view" destination="2wT-2X-8kF" id="Yxd-Cb-qyQ"/>
480 </connections>
481 </collectionViewItem>
482 <view id="2wT-2X-8kF">
483 <rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
484 <autoresizingMask key="autoresizingMask"/>
485 </view>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -0700486 <customView id="Oey-Qd-MNO">
487 <rect key="frame" x="0.0" y="0.0" width="480" height="142"/>
488 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
489 <subviews>
490 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lGF-4w-GUX">
491 <rect key="frame" x="14" y="54" width="204" height="32"/>
492 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
493 <buttonCell key="cell" type="push" title="Open Testbed Traffic Map" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="kBP-Pw-hK6">
494 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
495 <font key="font" metaFont="system"/>
496 </buttonCell>
497 <connections>
498 <action selector="openTrafficMapPage:" target="0yn-TQ-4SC" id="Sii-pf-rXm"/>
499 </connections>
500 </button>
501 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Yxc-am-NiT">
502 <rect key="frame" x="241" y="54" width="225" height="32"/>
503 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
504 <buttonCell key="cell" type="push" title="Open Testbed Routing Status" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="EFM-kw-8Gn">
505 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
506 <font key="font" metaFont="system"/>
507 </buttonCell>
508 <connections>
509 <action selector="openRoutingStatusPage:" target="0yn-TQ-4SC" id="Dqm-V8-Bhh"/>
510 </connections>
511 </button>
512 </subviews>
513 </customView>
514 <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="6NI-pK-JJs">
515 <windowStyleMask key="styleMask" titled="YES"/>
516 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
517 <rect key="contentRect" x="163" y="199" width="274" height="135"/>
518 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
519 <view key="contentView" id="P0O-3X-rOU">
520 <rect key="frame" x="0.0" y="0.0" width="274" height="135"/>
521 <autoresizingMask key="autoresizingMask"/>
522 <subviews>
523 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hmq-7p-n1o">
524 <rect key="frame" x="13" y="89" width="248" height="39"/>
525 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
526 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Are you sure you want to quit NDN Control Center?" id="NRV-sz-Mpi">
527 <font key="font" size="14" name="LucidaGrande-Bold"/>
528 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
529 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
530 </textFieldCell>
531 </textField>
532 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jCI-Hw-kmn">
533 <rect key="frame" x="13" y="47" width="254" height="34"/>
534 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
535 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="This action will shut down NDN Service that leads to loosing NDN connectivity " id="7mB-Qb-ylL">
536 <font key="font" metaFont="system"/>
537 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
538 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
539 </textFieldCell>
540 </textField>
541 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9ht-Qr-bcN">
542 <rect key="frame" x="115" y="0.0" width="82" height="32"/>
543 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
544 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="zkT-XH-FNU">
545 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
546 <font key="font" size="14" name="LucidaGrande"/>
547 <string key="keyEquivalent" base64-UTF8="YES">
548Gw
549</string>
550 </buttonCell>
551 <connections>
552 <action selector="cancelExit:" target="494" id="iQm-vR-TEd"/>
553 </connections>
554 </button>
555 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fq0-RJ-oct">
556 <rect key="frame" x="203" y="0.0" width="67" height="32"/>
557 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
558 <buttonCell key="cell" type="push" title="Quit" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="B4Q-jO-cYF">
559 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
560 <font key="font" size="14" name="LucidaGrande"/>
561 </buttonCell>
562 <connections>
563 <action selector="confirmExit:" target="494" id="KqY-nJ-fuh"/>
564 </connections>
565 </button>
566 </subviews>
567 </view>
568 </window>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -0700569 </objects>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700570 <resources>
571 <image name="NSAdvanced" width="32" height="32"/>
Ilya Moiseenkoe7058e72013-10-02 15:56:45 -0700572 <image name="NSBonjour" width="32" height="32"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700573 <image name="NSNetwork" width="32" height="32"/>
574 <image name="NSPreferencesGeneral" width="32" height="32"/>
575 </resources>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -0700576</document>