adium/adium

Merged adium-1.5.3 into adium-1.6
adium-1.6
2012-08-10, Thijs Alkemade
c5d7ac1fadb8
Merged adium-1.5.3 into adium-1.6
--- a/Dependencies/build.sh Fri Aug 10 03:21:08 2012 +0100
+++ b/Dependencies/build.sh Fri Aug 10 15:21:34 2012 +0200
@@ -23,7 +23,8 @@
# Also try /Developer-old, just in case XCode 4 is installed
DEVELOPER=$(xcode-select -print-path)
-SDK_ROOT="${DEVELOPER}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk"
+# SDK_ROOT="${DEVELOPER}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk"
+SDK_ROOT="/Developer/SDKs/MacOSX10.6.sdk/"
MIN_OS_VERSION="10.6"
BASE_CFLAGS="-fstack-protector -isysroot $SDK_ROOT \
@@ -68,7 +69,7 @@
BUILD_OTR=false
STRAIGHT_TO_LIBPURPLE=false
DOWNLOAD_LIBPURPLE=false
-MTN_UPDATE_PARAM=""
+HG_UPDATE_PARAM=""
DISTCC_HOSTS=""
for option in ${@:1} ; do
case $option in
@@ -109,12 +110,12 @@
warning "Building with LLVM! This is unsupported and will probably break things!"
;;
--libpurple-rev=*)
- MTN_REV=${option##*=}
- MTN_UPDATE_PARAM="${MTN_UPDATE_PARAM} -r ${MTN_REV}"
+ HG_REV=${option##*=}
+ HG_UPDATE_PARAM="${HG_UPDATE_PARAM} -r ${HG_REV}"
;;
--libpurple-branch=*)
- MTN_BRANCH=${option##*=}
- MTN_UPDATE_PARAM="${MTN_UPDATE_PARAM} -b ${MTN_BRANCH}"
+ HG_BRANCH=${option##*=}
+ HG_UPDATE_PARAM="${HG_UPDATE_PARAM} ${HG_BRANCH}"
;;
--libpurple-only)
STRAIGHT_TO_LIBPURPLE=true
@@ -139,7 +140,7 @@
--libpurple-branch=[branch] : Force a secific libpurple branch
--libpurple-only : Assume all dependencies are already built
and start the build with libpurple itself
- --download-libpurple : Download the libpurple mtn bootstrap db.
+ --download-libpurple : Download the libpurple Mercurial repository
--help : This help text
Note that explicitly setting any arch flags implies a forced reconfigure.'
@@ -161,8 +162,8 @@
eval `$DEVELOPER/usr/bin/pump --startup`
else
# Try to find the right gcc, even when XCode4 is installed
- export CC="/opt/local/bin/gcc-apple-4.2"
- export CXX="/opt/local/bin/g++-apple-4.2"
+ export CC="gcc"
+ export CXX="gcc"
export CCAS="$CC"
export OBJC="$CC"
fi
@@ -178,13 +179,13 @@
# assert that the developer can, in fact, build libpurple. Why waste his time if he can't?
asserttools gcc
-asserttools mtn
+asserttools hg
# Ok, so we keep running into issues where MacPorts will volunteer to supply
# dependencies that we want to build ourselves.
-# Getting mtn's path before we export our own (safer?) path will ensure it works,
+# Getting hg's path before we export our own (safer?) path will ensure it works,
# even if it's being managed by MacPorts, Fink, or similar.
-MTN=`which mtn`
+HG=`which hg`
export PATH=$ROOTDIR/build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:$DEVELOPER/usr/bin:$DEVELOPER/usr/sbin
export PKG_CONFIG="$ROOTDIR/build/bin/pkg-config"
export PKG_CONFIG_PATH="$ROOTDIR/build/lib/pkgconfig:/usr/lib/pkgconfig"
--- a/Dependencies/phases/build_purple.sh Fri Aug 10 03:21:08 2012 +0100
+++ b/Dependencies/phases/build_purple.sh Fri Aug 10 15:21:34 2012 +0200
@@ -13,7 +13,7 @@
if [[ '' != ${version} ]] ; then
LIBPURPLE_VERSION="${LIBPURPLE_VERSION}.${version}"
fi
- done < "${ROOTDIR}/source/im.pidgin.adium/libpurple/version.h"
+ done < "${ROOTDIR}/source/libpurple/libpurple/version.h"
LIBPURPLE_VERSION="0.${LIBPURPLE_VERSION:3}"
}
@@ -23,33 +23,15 @@
fetch_libpurple() {
quiet pushd "$ROOTDIR/source"
- if [ -d "im.pidgin.adium" ]; then
-
+ if [ -d "libpurple" ]; then
status "Pulling latest changes to libpurple"
- cd "im.pidgin.adium"
- $MTN pull
- $MTN update ${MTN_UPDATE_PARAM}
-
+ cd "libpurple"
+ $HG pull
+
+ status "Updating libpurple with ${HG_UPDATE_PARAM}"
+ $HG update ${HG_UPDATE_PARAM}
else
-
- quiet mkdir "im.pidgin.adium"
- cd "im.pidgin.adium"
-
- status "Downloading bootstrap database for libpurple"
- curl -LOf "http://developer.pidgin.im/static/pidgin.mtn.bz2"
-
- status "Extracting bootstrap database"
- bzip2 -d "pidgin.mtn.bz2"
-
- status "Migrating database to new schema"
- $MTN db -d "pidgin.mtn" migrate
-
- status "Pulling updates to monotone database"
- $MTN -d "pidgin.mtn" pull --set-default "mtn.pidgin.im" "im.pidgin.*"
-
- status "Checking out im.pidgin.adium branch"
- $MTN -d "pidgin.mtn" co -b "im.pidgin.adium" .
-
+ $HG clone -b adium "http://hg.adium.im/libpurple/" libpurple
fi
quiet popd
@@ -62,7 +44,7 @@
if $DOWNLOAD_LIBPURPLE; then
fetch_libpurple
fi
- if [ ! -d "$ROOTDIR/source/im.pidgin.adium" ]; then
+ if [ ! -d "$ROOTDIR/source/libpurple" ]; then
error "libpurple checkout not found; use --download-libpurple"
exit 1;
fi
@@ -75,7 +57,7 @@
quiet mkdir -p "$ROOTDIR/build/include/sasl"
log cp -f "$ROOTDIR/source/cyrus-sasl/include/"*.h "$ROOTDIR/build/include/sasl"
- quiet pushd "$ROOTDIR/source/im.pidgin.adium"
+ quiet pushd "$ROOTDIR/source/libpurple"
PROTOCOLS="bonjour,gg,irc,jabber,msn,myspace,novell,oscar,"
PROTOCOLS+="sametime,simple,yahoo,zephyr"
@@ -126,8 +108,8 @@
-DHAVE_OPENSSL -fno-common -DHAVE_ZLIB" \
"$BASE_LDFLAGS -lsasl2 -ljson-glib-1.0 -lz" \
"${CONFIG_CMD}" \
- "${ROOTDIR}/source/im.pidgin.adium/libpurple/purple.h" \
- "${ROOTDIR}/source/im.pidgin.adium/config.h"
+ "${ROOTDIR}/source/libpurple/libpurple/purple.h" \
+ "${ROOTDIR}/source/libpurple/config.h"
)
fi
@@ -136,28 +118,28 @@
log make install
status "Copying internal libpurple headers"
- log cp -f "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/oscar/oscar.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/oscar/snactypes.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/oscar/peer.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/cmds.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/internal.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/msn/"*.h \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/yahoo/"*.h \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/gg/buddylist.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/gg/gg.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/gg/search.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/auth.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/bosh.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/buddy.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/caps.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/jutil.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/presence.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/si.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/jabber.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/iq.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/jabber/namespaces.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/irc/irc.h" \
- "$ROOTDIR/source/im.pidgin.adium/libpurple/protocols/gg/lib/libgadu.h" \
+ log cp -f "$ROOTDIR/source/libpurple/libpurple/protocols/oscar/oscar.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/oscar/snactypes.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/oscar/peer.h" \
+ "$ROOTDIR/source/libpurple/libpurple/cmds.h" \
+ "$ROOTDIR/source/libpurple/libpurple/internal.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/msn/"*.h \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/yahoo/"*.h \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/gg/buddylist.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/gg/gg.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/gg/search.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/auth.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/bosh.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/buddy.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/caps.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/jutil.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/presence.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/si.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/jabber.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/iq.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/jabber/namespaces.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/irc/irc.h" \
+ "$ROOTDIR/source/libpurple/libpurple/protocols/gg/lib/libgadu.h" \
"$ROOTDIR/build/include/libpurple"
quiet popd
--- a/Dependencies/phases/make_frameworks.sh Fri Aug 10 03:21:08 2012 +0100
+++ b/Dependencies/phases/make_frameworks.sh Fri Aug 10 15:21:34 2012 +0200
@@ -130,7 +130,7 @@
PURPLE_RSRC_DIR="${ROOTDIR}/Frameworks/libpurple.subproj/libpurple.framework/Resources"
status "Building libpurple po files"
- quiet pushd "${ROOTDIR}/source/im.pidgin.adium/po"
+ quiet pushd "${ROOTDIR}/source/libpurple/po"
log make all
log make install
quiet popd
@@ -147,4 +147,4 @@
quiet popd
status "libpurple po files built!"
-}
\ No newline at end of file
+}
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gobject/gobjectnotifyqueue.c Fri Aug 10 03:21:08 2012 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,171 +0,0 @@
-/* GObject - GLib Type, Object, Parameter and Signal Library
- * Copyright (C) 1998-1999, 2000-2001 Tim Janik and Red Hat, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef __G_OBJECT_NOTIFY_QUEUE_H__
-#define __G_OBJECT_NOTIFY_QUEUE_H__
-
-#include <string.h> /* memset */
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-
-/* --- typedefs --- */
-typedef struct _GObjectNotifyContext GObjectNotifyContext;
-typedef struct _GObjectNotifyQueue GObjectNotifyQueue;
-typedef void (*GObjectNotifyQueueDispatcher) (GObject *object,
- guint n_pspecs,
- GParamSpec **pspecs);
-
-
-/* --- structures --- */
-struct _GObjectNotifyContext
-{
- GQuark quark_notify_queue;
- GObjectNotifyQueueDispatcher dispatcher;
- GTrashStack *_nqueue_trash; /* unused */
-};
-struct _GObjectNotifyQueue
-{
- GObjectNotifyContext *context;
- GSList *pspecs;
- guint16 n_pspecs;
- guint16 freeze_count;
- /* currently, this structure abuses the GList allocation chain and thus
- * must be <= sizeof (GList)
- */
-};
-
-
-/* --- functions --- */
-static void
-g_object_notify_queue_free (gpointer data)
-{
- GObjectNotifyQueue *nqueue = data;
-
- g_slist_free (nqueue->pspecs);
- g_list_free_1 ((void*) nqueue);
-}
-
-static inline GObjectNotifyQueue*
-g_object_notify_queue_freeze (GObject *object,
- GObjectNotifyContext *context)
-{
- GObjectNotifyQueue *nqueue;
-
- nqueue = g_datalist_id_get_data (&object->qdata, context->quark_notify_queue);
- if (!nqueue)
- {
- nqueue = (void*) g_list_alloc ();
- memset (nqueue, 0, sizeof (*nqueue));
- nqueue->context = context;
- g_datalist_id_set_data_full (&object->qdata, context->quark_notify_queue,
- nqueue, g_object_notify_queue_free);
- }
-
- g_return_val_if_fail (nqueue->freeze_count < 65535, nqueue);
- nqueue->freeze_count++;
-
- return nqueue;
-}
-
-static inline void
-g_object_notify_queue_thaw (GObject *object,
- GObjectNotifyQueue *nqueue)
-{
- GObjectNotifyContext *context = nqueue->context;
- GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL;
- GSList *slist;
- guint n_pspecs = 0;
-
- g_return_if_fail (nqueue->freeze_count > 0);
-
- nqueue->freeze_count--;
- if (nqueue->freeze_count)
- return;
- g_return_if_fail (object->ref_count > 0);
-
- pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem;
- /* set first entry to NULL since it's checked unconditionally */
- pspecs[0] = NULL;
- for (slist = nqueue->pspecs; slist; slist = slist->next)
- {
- GParamSpec *pspec = slist->data;
- guint i = 0;
-
- /* dedup, make pspecs in the list unique */
- redo_dedup_check:
- if (pspecs[i] == pspec)
- continue;
- if (++i < n_pspecs)
- goto redo_dedup_check;
-
- pspecs[n_pspecs++] = pspec;
- }
- g_datalist_id_set_data (&object->qdata, context->quark_notify_queue, NULL);
-
- if (n_pspecs)
- context->dispatcher (object, n_pspecs, pspecs);
- g_free (free_me);
-}
-
-static inline void
-g_object_notify_queue_clear (GObject *object,
- GObjectNotifyQueue *nqueue)
-{
- g_return_if_fail (nqueue->freeze_count > 0);
-
- g_slist_free (nqueue->pspecs);
- nqueue->pspecs = NULL;
- nqueue->n_pspecs = 0;
-}
-
-static inline void
-g_object_notify_queue_add (GObject *object,
- GObjectNotifyQueue *nqueue,
- GParamSpec *pspec)
-{
- if (pspec->flags & G_PARAM_READABLE)
- {
- GParamSpec *redirect;
-
- g_return_if_fail (nqueue->n_pspecs < 65535);
-
- redirect = g_param_spec_get_redirect_target (pspec);
- if (redirect)
- pspec = redirect;
-
- /* we do the deduping in _thaw */
- nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec);
- nqueue->n_pspecs++;
- }
-}
-
-static inline GObjectNotifyQueue*
-g_object_notify_queue_from_object (GObject *object,
- GObjectNotifyContext *context)
-{
- return g_datalist_id_get_data (&object->qdata, context->quark_notify_queue);
-}
-
-
-G_END_DECLS
-
-#endif /* __G_OBJECT_NOTIFY_QUEUE_H__ */
--- a/Frameworks/libgobject.framework/Versions/2.0.0/Headers/gobjectnotifyqueue.c Fri Aug 10 03:21:08 2012 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,171 +0,0 @@
-/* GObject - GLib Type, Object, Parameter and Signal Library
- * Copyright (C) 1998-1999, 2000-2001 Tim Janik and Red Hat, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef __G_OBJECT_NOTIFY_QUEUE_H__
-#define __G_OBJECT_NOTIFY_QUEUE_H__
-
-#include <string.h> /* memset */
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-
-/* --- typedefs --- */
-typedef struct _GObjectNotifyContext GObjectNotifyContext;
-typedef struct _GObjectNotifyQueue GObjectNotifyQueue;
-typedef void (*GObjectNotifyQueueDispatcher) (GObject *object,
- guint n_pspecs,
- GParamSpec **pspecs);
-
-
-/* --- structures --- */
-struct _GObjectNotifyContext
-{
- GQuark quark_notify_queue;
- GObjectNotifyQueueDispatcher dispatcher;
- GTrashStack *_nqueue_trash; /* unused */
-};
-struct _GObjectNotifyQueue
-{
- GObjectNotifyContext *context;
- GSList *pspecs;
- guint16 n_pspecs;
- guint16 freeze_count;
- /* currently, this structure abuses the GList allocation chain and thus
- * must be <= sizeof (GList)
- */
-};
-
-
-/* --- functions --- */
-static void
-g_object_notify_queue_free (gpointer data)
-{
- GObjectNotifyQueue *nqueue = data;
-
- g_slist_free (nqueue->pspecs);
- g_list_free_1 ((void*) nqueue);
-}
-
-static inline GObjectNotifyQueue*
-g_object_notify_queue_freeze (GObject *object,
- GObjectNotifyContext *context)
-{
- GObjectNotifyQueue *nqueue;
-
- nqueue = g_datalist_id_get_data (&object->qdata, context->quark_notify_queue);
- if (!nqueue)
- {
- nqueue = (void*) g_list_alloc ();
- memset (nqueue, 0, sizeof (*nqueue));
- nqueue->context = context;
- g_datalist_id_set_data_full (&object->qdata, context->quark_notify_queue,
- nqueue, g_object_notify_queue_free);
- }
-
- g_return_val_if_fail (nqueue->freeze_count < 65535, nqueue);
- nqueue->freeze_count++;
-
- return nqueue;
-}
-
-static inline void
-g_object_notify_queue_thaw (GObject *object,
- GObjectNotifyQueue *nqueue)
-{
- GObjectNotifyContext *context = nqueue->context;
- GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL;
- GSList *slist;
- guint n_pspecs = 0;
-
- g_return_if_fail (nqueue->freeze_count > 0);
-
- nqueue->freeze_count--;
- if (nqueue->freeze_count)
- return;
- g_return_if_fail (object->ref_count > 0);
-
- pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem;
- /* set first entry to NULL since it's checked unconditionally */
- pspecs[0] = NULL;
- for (slist = nqueue->pspecs; slist; slist = slist->next)
- {
- GParamSpec *pspec = slist->data;
- guint i = 0;
-
- /* dedup, make pspecs in the list unique */
- redo_dedup_check:
- if (pspecs[i] == pspec)
- continue;
- if (++i < n_pspecs)
- goto redo_dedup_check;
-
- pspecs[n_pspecs++] = pspec;
- }
- g_datalist_id_set_data (&object->qdata, context->quark_notify_queue, NULL);
-
- if (n_pspecs)
- context->dispatcher (object, n_pspecs, pspecs);
- g_free (free_me);
-}
-
-static inline void
-g_object_notify_queue_clear (GObject *object,
- GObjectNotifyQueue *nqueue)
-{
- g_return_if_fail (nqueue->freeze_count > 0);
-
- g_slist_free (nqueue->pspecs);
- nqueue->pspecs = NULL;
- nqueue->n_pspecs = 0;
-}
-
-static inline void
-g_object_notify_queue_add (GObject *object,
- GObjectNotifyQueue *nqueue,
- GParamSpec *pspec)
-{
- if (pspec->flags & G_PARAM_READABLE)
- {
- GParamSpec *redirect;
-
- g_return_if_fail (nqueue->n_pspecs < 65535);
-
- redirect = g_param_spec_get_redirect_target (pspec);
- if (redirect)
- pspec = redirect;
-
- /* we do the deduping in _thaw */
- nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec);
- nqueue->n_pspecs++;
- }
-}
-
-static inline GObjectNotifyQueue*
-g_object_notify_queue_from_object (GObject *object,
- GObjectNotifyContext *context)
-{
- return g_datalist_id_get_data (&object->qdata, context->quark_notify_queue);
-}
-
-
-G_END_DECLS
-
-#endif /* __G_OBJECT_NOTIFY_QUEUE_H__ */
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/de.lproj/StatusPreferences.nib/designable.nib Fri Aug 10 15:21:34 2012 +0200
@@ -0,0 +1,2157 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
+ <data>
+ <int key="IBDocument.SystemTarget">1050</int>
+ <string key="IBDocument.SystemVersion">10K549</string>
+ <string key="IBDocument.InterfaceBuilderVersion">851</string>
+ <string key="IBDocument.AppKitVersion">1038.36</string>
+ <string key="IBDocument.HIToolboxVersion">461.00</string>
+ <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string key="NS.object.0">851</string>
+ </object>
+ <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <integer value="5"/>
+ </object>
+ <object class="NSArray" key="IBDocument.PluginDependencies">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ </object>
+ <object class="NSMutableDictionary" key="IBDocument.Metadata">
+ <string key="NS.key.0">PluginDependencyRecalculationVersion</string>
+ <integer value="1" key="NS.object.0"/>
+ </object>
+ <object class="NSMutableArray" key="IBDocument.RootObjects" id="982068378">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSCustomObject" id="437598582">
+ <string key="NSClassName">ESStatusPreferences</string>
+ </object>
+ <object class="NSCustomObject" id="350601987">
+ <string key="NSClassName">FirstResponder</string>
+ </object>
+ <object class="NSCustomObject" id="685510678">
+ <string key="NSClassName">NSApplication</string>
+ </object>
+ <object class="NSCustomView" id="508597123">
+ <reference key="NSNextResponder"/>
+ <int key="NSvFlags">256</int>
+ <object class="NSMutableArray" key="NSSubviews">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSButton" id="1038451830">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">268</int>
+ <string key="NSFrame">{{77, 182}, {129, 23}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="523129248"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSButtonCell" key="NSCell" id="127983736">
+ <int key="NSCellFlags">-2080244224</int>
+ <int key="NSCellFlags2">134217728</int>
+ <string key="NSContents">Gruppe hinzufügen</string>
+ <object class="NSFont" key="NSSupport" id="92740964">
+ <string key="NSName">LucidaGrande</string>
+ <double key="NSSize">13</double>
+ <int key="NSfFlags">1044</int>
+ </object>
+ <reference key="NSControlView" ref="1038451830"/>
+ <int key="NSButtonFlags">-2033434369</int>
+ <int key="NSButtonFlags2">162</int>
+ <string key="NSAlternateContents"/>
+ <string key="NSKeyEquivalent"/>
+ <int key="NSPeriodicDelay">400</int>
+ <int key="NSPeriodicInterval">75</int>
+ </object>
+ </object>
+ <object class="NSButton" id="523129248">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">265</int>
+ <string key="NSFrame">{{480, 182}, {57, 23}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="503412681"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSButtonCell" key="NSCell" id="864304645">
+ <int key="NSCellFlags">-2080244224</int>
+ <int key="NSCellFlags2">134217728</int>
+ <string key="NSContents">Ändern</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="523129248"/>
+ <int key="NSButtonFlags">-2033434369</int>
+ <int key="NSButtonFlags2">162</int>
+ <string key="NSAlternateContents"/>
+ <string key="NSKeyEquivalent"/>
+ <int key="NSPeriodicDelay">400</int>
+ <int key="NSPeriodicInterval">75</int>
+ </object>
+ </object>
+ <object class="NSSegmentedControl" id="640251437">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">268</int>
+ <string key="NSFrame">{{20, 182}, {49, 23}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="1038451830"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSSegmentedCell" key="NSCell" id="589920595">
+ <int key="NSCellFlags">67239424</int>
+ <int key="NSCellFlags2">0</int>
+ <object class="NSFont" key="NSSupport" id="701492132">
+ <string key="NSName">LucidaGrande</string>
+ <double key="NSSize">13</double>
+ <int key="NSfFlags">16</int>
+ </object>
+ <reference key="NSControlView" ref="640251437"/>
+ <object class="NSMutableArray" key="NSSegmentImages">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSSegmentItem">
+ <double key="NSSegmentItemWidth">23</double>
+ <object class="NSCustomResource" key="NSSegmentItemImage">
+ <string key="NSClassName">NSImage</string>
+ <string key="NSResourceName">NSAddTemplate</string>
+ </object>
+ <string key="NSSegmentItemLabel"/>
+ <int key="NSSegmentItemImageScaling">0</int>
+ </object>
+ <object class="NSSegmentItem">
+ <double key="NSSegmentItemWidth">23</double>
+ <object class="NSCustomResource" key="NSSegmentItemImage">
+ <string key="NSClassName">NSImage</string>
+ <string key="NSResourceName">NSRemoveTemplate</string>
+ </object>
+ <string key="NSSegmentItemLabel"/>
+ <int key="NSSegmentItemTag">1</int>
+ <int key="NSSegmentItemImageScaling">0</int>
+ </object>
+ </object>
+ <int key="NSSelectedSegment">1</int>
+ <int key="NSTrackingMode">2</int>
+ <int key="NSSegmentStyle">6</int>
+ </object>
+ </object>
+ <object class="NSScrollView" id="639600404">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">274</int>
+ <object class="NSMutableArray" key="NSSubviews">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSClipView" id="771298019">
+ <reference key="NSNextResponder" ref="639600404"/>
+ <int key="NSvFlags">2304</int>
+ <object class="NSMutableArray" key="NSSubviews">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSTableView" id="138456374">
+ <reference key="NSNextResponder" ref="771298019"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrameSize">{515, 193}</string>
+ <reference key="NSSuperview" ref="771298019"/>
+ <reference key="NSNextKeyView" ref="694721708"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="_NSCornerView" key="NSCornerView">
+ <nil key="NSNextResponder"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{356, 0}, {16, 17}}</string>
+ </object>
+ <object class="NSMutableArray" key="NSTableColumns">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSTableColumn" id="538557275">
+ <string key="NSIdentifier">name</string>
+ <double key="NSWidth">489</double>
+ <double key="NSMinWidth">8</double>
+ <double key="NSMaxWidth">1000</double>
+ <object class="NSTableHeaderCell" key="NSHeaderCell">
+ <int key="NSCellFlags">75628096</int>
+ <int key="NSCellFlags2">2048</int>
+ <string key="NSContents"/>
+ <object class="NSFont" key="NSSupport">
+ <string key="NSName">LucidaGrande</string>
+ <double key="NSSize">11</double>
+ <int key="NSfFlags">3100</int>
+ </object>
+ <object class="NSColor" key="NSBackgroundColor">
+ <int key="NSColorSpace">3</int>
+ <bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes>
+ </object>
+ <object class="NSColor" key="NSTextColor">
+ <int key="NSColorSpace">6</int>
+ <string key="NSCatalogName">System</string>
+ <string key="NSColorName">headerTextColor</string>
+ <object class="NSColor" key="NSColor" id="875265237">
+ <int key="NSColorSpace">3</int>
+ <bytes key="NSWhite">MAA</bytes>
+ </object>
+ </object>
+ </object>
+ <object class="NSTextFieldCell" key="NSDataCell" id="337494409">
+ <int key="NSCellFlags">338820672</int>
+ <int key="NSCellFlags2">1024</int>
+ <string key="NSContents"/>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="138456374"/>
+ <object class="NSColor" key="NSBackgroundColor" id="88405509">
+ <int key="NSColorSpace">3</int>
+ <bytes key="NSWhite">MQA</bytes>
+ </object>
+ <object class="NSColor" key="NSTextColor" id="630232720">
+ <int key="NSColorSpace">6</int>
+ <string key="NSCatalogName">System</string>
+ <string key="NSColorName">controlTextColor</string>
+ <reference key="NSColor" ref="875265237"/>
+ </object>
+ </object>
+ <reference key="NSTableView" ref="138456374"/>
+ </object>
+ </object>
+ <double key="NSIntercellSpacingWidth">3</double>
+ <double key="NSIntercellSpacingHeight">2</double>
+ <object class="NSColor" key="NSBackgroundColor" id="1018293846">
+ <int key="NSColorSpace">6</int>
+ <string key="NSCatalogName">System</string>
+ <string key="NSColorName">controlBackgroundColor</string>
+ <object class="NSColor" key="NSColor" id="97540612">
+ <int key="NSColorSpace">3</int>
+ <bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
+ </object>
+ </object>
+ <object class="NSColor" key="NSGridColor">
+ <int key="NSColorSpace">6</int>
+ <string key="NSCatalogName">System</string>
+ <string key="NSColorName">gridColor</string>
+ <object class="NSColor" key="NSColor">
+ <int key="NSColorSpace">3</int>
+ <bytes key="NSWhite">MC41AA</bytes>
+ </object>
+ </object>
+ <double key="NSRowHeight">17</double>
+ <int key="NSTvFlags">446693376</int>
+ <reference key="NSDelegate"/>
+ <reference key="NSDataSource"/>
+ <int key="NSColumnAutoresizingStyle">4</int>
+ <int key="NSDraggingSourceMaskForLocal">15</int>
+ <int key="NSDraggingSourceMaskForNonLocal">0</int>
+ <bool key="NSAllowsTypeSelect">YES</bool>
+ <int key="NSTableViewDraggingDestinationStyle">0</int>
+ </object>
+ </object>
+ <string key="NSFrame">{{1, 1}, {515, 193}}</string>
+ <reference key="NSSuperview" ref="639600404"/>
+ <reference key="NSNextKeyView" ref="138456374"/>
+ <reference key="NSDocView" ref="138456374"/>
+ <reference key="NSBGColor" ref="1018293846"/>
+ <int key="NScvFlags">4</int>
+ </object>
+ <object class="NSScroller" id="261438236">
+ <reference key="NSNextResponder" ref="639600404"/>
+ <int key="NSvFlags">-2147483392</int>
+ <string key="NSFrame">{{-30, 1}, {15, 198}}</string>
+ <reference key="NSSuperview" ref="639600404"/>
+ <reference key="NSNextKeyView" ref="771298019"/>
+ <reference key="NSTarget" ref="639600404"/>
+ <string key="NSAction">_doScroller:</string>
+ <double key="NSPercent">0.91500002145767212</double>
+ </object>
+ <object class="NSScroller" id="694721708">
+ <reference key="NSNextResponder" ref="639600404"/>
+ <int key="NSvFlags">-2147483392</int>
+ <string key="NSFrame">{{-100, -100}, {355, 15}}</string>
+ <reference key="NSSuperview" ref="639600404"/>
+ <reference key="NSNextKeyView" ref="261438236"/>
+ <int key="NSsFlags">1</int>
+ <reference key="NSTarget" ref="639600404"/>
+ <string key="NSAction">_doScroller:</string>
+ <double key="NSPercent">0.99047619104385376</double>
+ </object>
+ </object>
+ <string key="NSFrame">{{20, 212}, {517, 195}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="771298019"/>
+ <int key="NSsFlags">530</int>
+ <reference key="NSVScroller" ref="261438236"/>
+ <reference key="NSHScroller" ref="694721708"/>
+ <reference key="NSContentView" ref="771298019"/>
+ <bytes key="NSScrollAmts">AAAAAAAAAABBmAAAQZgAAA</bytes>
+ </object>
+ <object class="NSButton" id="114536691">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{20, 114}, {95, 18}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="849977316"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSButtonCell" key="NSCell" id="115181534">
+ <int key="NSCellFlags">67239424</int>
+ <int key="NSCellFlags2">0</int>
+ <string key="NSContents">Status nach</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="114536691"/>
+ <int key="NSButtonFlags">1211912703</int>
+ <int key="NSButtonFlags2">2</int>
+ <object class="NSCustomResource" key="NSNormalImage" id="106576617">
+ <string key="NSClassName">NSImage</string>
+ <string key="NSResourceName">NSSwitch</string>
+ </object>
+ <object class="NSButtonImageSource" key="NSAlternateImage" id="908320722">
+ <string key="NSImageName">NSSwitch</string>
+ </object>
+ <string key="NSAlternateContents"/>
+ <string key="NSKeyEquivalent"/>
+ <int key="NSPeriodicDelay">200</int>
+ <int key="NSPeriodicInterval">25</int>
+ </object>
+ </object>
+ <object class="NSPopUpButton" id="561806677">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{303, 109}, {237, 26}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="142559874"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSPopUpButtonCell" key="NSCell" id="433879343">
+ <int key="NSCellFlags">-2080244160</int>
+ <int key="NSCellFlags2">1024</int>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="561806677"/>
+ <int key="NSButtonFlags">109199615</int>
+ <int key="NSButtonFlags2">1</int>
+ <reference key="NSAlternateImage" ref="701492132"/>
+ <string key="NSAlternateContents"/>
+ <object class="NSMutableString" key="NSKeyEquivalent">
+ <characters key="NS.bytes"/>
+ </object>
+ <int key="NSPeriodicDelay">400</int>
+ <int key="NSPeriodicInterval">75</int>
+ <object class="NSMenuItem" key="NSMenuItem" id="388365821">
+ <reference key="NSMenu" ref="775058595"/>
+ <string key="NSTitle">Item1</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <int key="NSState">1</int>
+ <object class="NSCustomResource" key="NSOnImage" id="189280592">
+ <string key="NSClassName">NSImage</string>
+ <string key="NSResourceName">NSMenuCheckmark</string>
+ </object>
+ <object class="NSCustomResource" key="NSMixedImage" id="1024235627">
+ <string key="NSClassName">NSImage</string>
+ <string key="NSResourceName">NSMenuMixedState</string>
+ </object>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="433879343"/>
+ </object>
+ <bool key="NSMenuItemRespectAlignment">YES</bool>
+ <object class="NSMenu" key="NSMenu" id="775058595">
+ <object class="NSMutableString" key="NSTitle">
+ <characters key="NS.bytes">OtherViews</characters>
+ </object>
+ <object class="NSMutableArray" key="NSMenuItems">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="388365821"/>
+ <object class="NSMenuItem" id="243402758">
+ <reference key="NSMenu" ref="775058595"/>
+ <string key="NSTitle">Item2</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <reference key="NSOnImage" ref="189280592"/>
+ <reference key="NSMixedImage" ref="1024235627"/>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="433879343"/>
+ </object>
+ <object class="NSMenuItem" id="136420337">
+ <reference key="NSMenu" ref="775058595"/>
+ <string key="NSTitle">Item3</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <reference key="NSOnImage" ref="189280592"/>
+ <reference key="NSMixedImage" ref="1024235627"/>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="433879343"/>
+ </object>
+ </object>
+ </object>
+ <int key="NSPreferredEdge">3</int>
+ <bool key="NSUsesItemFromMenu">YES</bool>
+ <bool key="NSAltersState">YES</bool>
+ <int key="NSArrowPosition">1</int>
+ </object>
+ </object>
+ <object class="NSTextField" id="849977316">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">268</int>
+ <string key="NSFrame">{{121, 112}, {32, 22}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="1060636245"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSTextFieldCell" key="NSCell" id="645132893">
+ <int key="NSCellFlags">-1804468671</int>
+ <int key="NSCellFlags2">138413056</int>
+ <string key="NSContents">10</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="849977316"/>
+ <bool key="NSDrawsBackground">YES</bool>
+ <object class="NSColor" key="NSBackgroundColor" id="943728998">
+ <int key="NSColorSpace">6</int>
+ <string key="NSCatalogName">System</string>
+ <string key="NSColorName">textBackgroundColor</string>
+ <reference key="NSColor" ref="88405509"/>
+ </object>
+ <object class="NSColor" key="NSTextColor" id="318730018">
+ <int key="NSColorSpace">6</int>
+ <string key="NSCatalogName">System</string>
+ <string key="NSColorName">textColor</string>
+ <reference key="NSColor" ref="875265237"/>
+ </object>
+ </object>
+ </object>
+ <object class="NSTextField" id="1036253426">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">268</int>
+ <string key="NSFrame">{{174, 115}, {127, 17}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="561806677"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSTextFieldCell" key="NSCell" id="172071308">
+ <int key="NSCellFlags">67239424</int>
+ <int key="NSCellFlags2">4194304</int>
+ <string key="NSContents">Minuten Inaktivität:</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="1036253426"/>
+ <object class="NSColor" key="NSBackgroundColor" id="899970718">
+ <int key="NSColorSpace">6</int>
+ <string key="NSCatalogName">System</string>
+ <string key="NSColorName">controlColor</string>
+ <reference key="NSColor" ref="97540612"/>
+ </object>
+ <reference key="NSTextColor" ref="630232720"/>
+ </object>
+ </object>
+ <object class="NSStepper" id="1060636245">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">268</int>
+ <string key="NSFrame">{{153, 109}, {19, 28}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="1036253426"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSStepperCell" key="NSCell" id="529057240">
+ <int key="NSCellFlags">917024</int>
+ <int key="NSCellFlags2">0</int>
+ <reference key="NSControlView" ref="1060636245"/>
+ <double key="NSValue">10</double>
+ <double key="NSMaxValue">999</double>
+ <double key="NSIncrement">1</double>
+ <bool key="NSValueWraps">YES</bool>
+ <bool key="NSAutorepeat">YES</bool>
+ </object>
+ </object>
+ <object class="NSButton" id="503412681">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{20, 146}, {41, 18}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="413878704"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSButtonCell" key="NSCell" id="515118068">
+ <int key="NSCellFlags">67239424</int>
+ <int key="NSCellFlags2">0</int>
+ <string key="NSContents">Bei</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="503412681"/>
+ <int key="NSButtonFlags">1211912703</int>
+ <int key="NSButtonFlags2">2</int>
+ <reference key="NSNormalImage" ref="106576617"/>
+ <reference key="NSAlternateImage" ref="908320722"/>
+ <string key="NSAlternateContents"/>
+ <string key="NSKeyEquivalent"/>
+ <int key="NSPeriodicDelay">200</int>
+ <int key="NSPeriodicInterval">25</int>
+ </object>
+ </object>
+ <object class="NSTextField" id="413878704">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">268</int>
+ <string key="NSFrame">{{67, 145}, {32, 22}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="260371314"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSTextFieldCell" key="NSCell" id="490800326">
+ <int key="NSCellFlags">-1804468671</int>
+ <int key="NSCellFlags2">138413056</int>
+ <string key="NSContents">10</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="413878704"/>
+ <bool key="NSDrawsBackground">YES</bool>
+ <reference key="NSBackgroundColor" ref="943728998"/>
+ <reference key="NSTextColor" ref="318730018"/>
+ </object>
+ </object>
+ <object class="NSStepper" id="260371314">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">268</int>
+ <string key="NSFrame">{{99, 142}, {19, 28}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="827326141"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSStepperCell" key="NSCell" id="789427554">
+ <int key="NSCellFlags">917024</int>
+ <int key="NSCellFlags2">0</int>
+ <reference key="NSControlView" ref="260371314"/>
+ <double key="NSValue">10</double>
+ <double key="NSMaxValue">999</double>
+ <double key="NSIncrement">1</double>
+ <bool key="NSValueWraps">YES</bool>
+ <bool key="NSAutorepeat">YES</bool>
+ </object>
+ </object>
+ <object class="NSButton" id="445005678">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{20, 18}, {519, 18}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSButtonCell" key="NSCell" id="960122746">
+ <int key="NSCellFlags">67239424</int>
+ <int key="NSCellFlags2">0</int>
+ <string key="NSContents">Statusfenster anzeigen, wenn abwesend</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="445005678"/>
+ <int key="NSButtonFlags">1211912703</int>
+ <int key="NSButtonFlags2">2</int>
+ <reference key="NSNormalImage" ref="106576617"/>
+ <reference key="NSAlternateImage" ref="908320722"/>
+ <string key="NSAlternateContents"/>
+ <string key="NSKeyEquivalent"/>
+ <int key="NSPeriodicDelay">200</int>
+ <int key="NSPeriodicInterval">25</int>
+ </object>
+ </object>
+ <object class="NSTextField" id="827326141">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{120, 147}, {274, 17}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="114536691"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSTextFieldCell" key="NSCell" id="244382644">
+ <int key="NSCellFlags">67239424</int>
+ <int key="NSCellFlags2">4194304</int>
+ <string key="NSContents">Minuten Inaktivität als inaktiv erscheinen</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="827326141"/>
+ <reference key="NSBackgroundColor" ref="899970718"/>
+ <reference key="NSTextColor" ref="630232720"/>
+ </object>
+ </object>
+ <object class="NSButton" id="142559874">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{20, 82}, {314, 18}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="965781515"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSButtonCell" key="NSCell" id="615654449">
+ <int key="NSCellFlags">67239424</int>
+ <int key="NSCellFlags2">0</int>
+ <string key="NSContents">Status nach schnellem Benutzerwechsel:</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="142559874"/>
+ <int key="NSButtonFlags">1211912703</int>
+ <int key="NSButtonFlags2">2</int>
+ <reference key="NSNormalImage" ref="106576617"/>
+ <reference key="NSAlternateImage" ref="908320722"/>
+ <string key="NSAlternateContents"/>
+ <string key="NSKeyEquivalent"/>
+ <int key="NSPeriodicDelay">200</int>
+ <int key="NSPeriodicInterval">25</int>
+ </object>
+ </object>
+ <object class="NSPopUpButton" id="965781515">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{303, 77}, {237, 26}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="935309897"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSPopUpButtonCell" key="NSCell" id="910331539">
+ <int key="NSCellFlags">-2080244160</int>
+ <int key="NSCellFlags2">1024</int>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="965781515"/>
+ <int key="NSButtonFlags">109199615</int>
+ <int key="NSButtonFlags2">1</int>
+ <reference key="NSAlternateImage" ref="701492132"/>
+ <string key="NSAlternateContents"/>
+ <object class="NSMutableString" key="NSKeyEquivalent">
+ <characters key="NS.bytes"/>
+ </object>
+ <int key="NSPeriodicDelay">400</int>
+ <int key="NSPeriodicInterval">75</int>
+ <object class="NSMenuItem" key="NSMenuItem" id="962927370">
+ <reference key="NSMenu" ref="240589189"/>
+ <string key="NSTitle">Item1</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <int key="NSState">1</int>
+ <reference key="NSOnImage" ref="189280592"/>
+ <reference key="NSMixedImage" ref="1024235627"/>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="910331539"/>
+ </object>
+ <bool key="NSMenuItemRespectAlignment">YES</bool>
+ <object class="NSMenu" key="NSMenu" id="240589189">
+ <object class="NSMutableString" key="NSTitle">
+ <characters key="NS.bytes">OtherViews</characters>
+ </object>
+ <object class="NSMutableArray" key="NSMenuItems">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="962927370"/>
+ <object class="NSMenuItem" id="1046748878">
+ <reference key="NSMenu" ref="240589189"/>
+ <string key="NSTitle">Item2</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <reference key="NSOnImage" ref="189280592"/>
+ <reference key="NSMixedImage" ref="1024235627"/>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="910331539"/>
+ </object>
+ <object class="NSMenuItem" id="269526986">
+ <reference key="NSMenu" ref="240589189"/>
+ <string key="NSTitle">Item3</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <reference key="NSOnImage" ref="189280592"/>
+ <reference key="NSMixedImage" ref="1024235627"/>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="910331539"/>
+ </object>
+ </object>
+ </object>
+ <int key="NSPreferredEdge">3</int>
+ <bool key="NSUsesItemFromMenu">YES</bool>
+ <bool key="NSAltersState">YES</bool>
+ <int key="NSArrowPosition">1</int>
+ </object>
+ </object>
+ <object class="NSButton" id="935309897">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{20, 50}, {314, 18}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="1003069505"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSButtonCell" key="NSCell" id="28940795">
+ <int key="NSCellFlags">67239424</int>
+ <int key="NSCellFlags2">0</int>
+ <string key="NSContents">Status wenn Bildschirmschoner aktiv:</string>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="935309897"/>
+ <int key="NSButtonFlags">1211912703</int>
+ <int key="NSButtonFlags2">2</int>
+ <reference key="NSNormalImage" ref="106576617"/>
+ <reference key="NSAlternateImage" ref="908320722"/>
+ <string key="NSAlternateContents"/>
+ <string key="NSKeyEquivalent"/>
+ <int key="NSPeriodicDelay">200</int>
+ <int key="NSPeriodicInterval">25</int>
+ </object>
+ </object>
+ <object class="NSPopUpButton" id="1003069505">
+ <reference key="NSNextResponder" ref="508597123"/>
+ <int key="NSvFlags">256</int>
+ <string key="NSFrame">{{303, 45}, {237, 26}}</string>
+ <reference key="NSSuperview" ref="508597123"/>
+ <reference key="NSNextKeyView" ref="445005678"/>
+ <bool key="NSEnabled">YES</bool>
+ <object class="NSPopUpButtonCell" key="NSCell" id="423372751">
+ <int key="NSCellFlags">-2080244160</int>
+ <int key="NSCellFlags2">1024</int>
+ <reference key="NSSupport" ref="92740964"/>
+ <reference key="NSControlView" ref="1003069505"/>
+ <int key="NSButtonFlags">109199615</int>
+ <int key="NSButtonFlags2">1</int>
+ <reference key="NSAlternateImage" ref="701492132"/>
+ <string key="NSAlternateContents"/>
+ <object class="NSMutableString" key="NSKeyEquivalent">
+ <characters key="NS.bytes"/>
+ </object>
+ <int key="NSPeriodicDelay">400</int>
+ <int key="NSPeriodicInterval">75</int>
+ <object class="NSMenuItem" key="NSMenuItem" id="704386275">
+ <reference key="NSMenu" ref="3720239"/>
+ <string key="NSTitle">Item1</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <int key="NSState">1</int>
+ <reference key="NSOnImage" ref="189280592"/>
+ <reference key="NSMixedImage" ref="1024235627"/>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="423372751"/>
+ </object>
+ <bool key="NSMenuItemRespectAlignment">YES</bool>
+ <object class="NSMenu" key="NSMenu" id="3720239">
+ <object class="NSMutableString" key="NSTitle">
+ <characters key="NS.bytes">OtherViews</characters>
+ </object>
+ <object class="NSMutableArray" key="NSMenuItems">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="704386275"/>
+ <object class="NSMenuItem" id="132588304">
+ <reference key="NSMenu" ref="3720239"/>
+ <string key="NSTitle">Item2</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <reference key="NSOnImage" ref="189280592"/>
+ <reference key="NSMixedImage" ref="1024235627"/>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="423372751"/>
+ </object>
+ <object class="NSMenuItem" id="131093061">
+ <reference key="NSMenu" ref="3720239"/>
+ <string key="NSTitle">Item3</string>
+ <string key="NSKeyEquiv"/>
+ <int key="NSKeyEquivModMask">1048576</int>
+ <int key="NSMnemonicLoc">2147483647</int>
+ <reference key="NSOnImage" ref="189280592"/>
+ <reference key="NSMixedImage" ref="1024235627"/>
+ <string key="NSAction">_popUpItemAction:</string>
+ <reference key="NSTarget" ref="423372751"/>
+ </object>
+ </object>
+ </object>
+ <int key="NSPreferredEdge">3</int>
+ <bool key="NSUsesItemFromMenu">YES</bool>
+ <bool key="NSAltersState">YES</bool>
+ <int key="NSArrowPosition">1</int>
+ </object>
+ </object>
+ </object>
+ <string key="NSFrameSize">{557, 427}</string>
+ <reference key="NSSuperview"/>
+ <reference key="NSNextKeyView" ref="639600404"/>
+ <string key="NSClassName">NSView</string>
+ <string key="NSExtension">NSResponder</string>
+ </object>
+ </object>
+ <object class="IBObjectContainer" key="IBDocument.Objects">
+ <object class="NSMutableArray" key="connectionRecords">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">view</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="508597123"/>
+ </object>
+ <int key="connectionID">42</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">takeIntValueFrom:</string>
+ <reference key="source" ref="1060636245"/>
+ <reference key="destination" ref="849977316"/>
+ </object>
+ <int key="connectionID">93</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">takeIntValueFrom:</string>
+ <reference key="source" ref="849977316"/>
+ <reference key="destination" ref="1060636245"/>
+ </object>
+ <int key="connectionID">94</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">takeIntValueFrom:</string>
+ <reference key="source" ref="260371314"/>
+ <reference key="destination" ref="413878704"/>
+ </object>
+ <int key="connectionID">99</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">takeIntValueFrom:</string>
+ <reference key="source" ref="413878704"/>
+ <reference key="destination" ref="260371314"/>
+ </object>
+ <int key="connectionID">100</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">scrollView_stateList</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="639600404"/>
+ </object>
+ <int key="connectionID">103</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">changePreference:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="503412681"/>
+ </object>
+ <int key="connectionID">109</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">delegate</string>
+ <reference key="source" ref="413878704"/>
+ <reference key="destination" ref="437598582"/>
+ </object>
+ <int key="connectionID">110</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">delegate</string>
+ <reference key="source" ref="849977316"/>
+ <reference key="destination" ref="437598582"/>
+ </object>
+ <int key="connectionID">111</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">changePreference:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="114536691"/>
+ </object>
+ <int key="connectionID">112</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">changePreference:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="445005678"/>
+ </object>
+ <int key="connectionID">113</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">changePreference:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="561806677"/>
+ </object>
+ <int key="connectionID">114</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">dataSource</string>
+ <reference key="source" ref="138456374"/>
+ <reference key="destination" ref="437598582"/>
+ </object>
+ <int key="connectionID">115</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">delegate</string>
+ <reference key="source" ref="138456374"/>
+ <reference key="destination" ref="437598582"/>
+ </object>
+ <int key="connectionID">116</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">checkBox_idle</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="503412681"/>
+ </object>
+ <int key="connectionID">117</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">checkBox_autoAway</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="114536691"/>
+ </object>
+ <int key="connectionID">118</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">checkBox_showStatusWindow</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="445005678"/>
+ </object>
+ <int key="connectionID">119</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">textField_idleMinutes</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="413878704"/>
+ </object>
+ <int key="connectionID">120</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">textField_autoAwayMinutes</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="849977316"/>
+ </object>
+ <int key="connectionID">121</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">stepper_idleMinutes</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="260371314"/>
+ </object>
+ <int key="connectionID">122</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">stepper_autoAwayMinutes</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="1060636245"/>
+ </object>
+ <int key="connectionID">123</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">popUp_autoAwayStatusState</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="561806677"/>
+ </object>
+ <int key="connectionID">124</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="503412681"/>
+ <reference key="destination" ref="413878704"/>
+ </object>
+ <int key="connectionID">127</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="413878704"/>
+ <reference key="destination" ref="114536691"/>
+ </object>
+ <int key="connectionID">129</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="114536691"/>
+ <reference key="destination" ref="561806677"/>
+ </object>
+ <int key="connectionID">130</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="561806677"/>
+ <reference key="destination" ref="849977316"/>
+ </object>
+ <int key="connectionID">131</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="445005678"/>
+ <reference key="destination" ref="138456374"/>
+ </object>
+ <int key="connectionID">133</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">popUp_fastUserSwitchingStatusState</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="965781515"/>
+ </object>
+ <int key="connectionID">154</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">checkBox_fastUserSwitching</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="142559874"/>
+ </object>
+ <int key="connectionID">155</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">changePreference:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="142559874"/>
+ </object>
+ <int key="connectionID">156</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">changePreference:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="965781515"/>
+ </object>
+ <int key="connectionID">157</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">outlineView_stateList</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="138456374"/>
+ </object>
+ <int key="connectionID">158</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">changePreference:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="935309897"/>
+ </object>
+ <int key="connectionID">168</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">changePreference:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="1003069505"/>
+ </object>
+ <int key="connectionID">169</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">checkBox_screenSaver</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="935309897"/>
+ </object>
+ <int key="connectionID">170</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">popUp_screenSaverStatusState</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="1003069505"/>
+ </object>
+ <int key="connectionID">173</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">addOrRemoveState:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="640251437"/>
+ </object>
+ <int key="connectionID">223</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="639600404"/>
+ <reference key="destination" ref="640251437"/>
+ </object>
+ <int key="connectionID">224</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">addGroup:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="1038451830"/>
+ </object>
+ <int key="connectionID">227</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="640251437"/>
+ <reference key="destination" ref="1038451830"/>
+ </object>
+ <int key="connectionID">228</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBActionConnection" key="connection">
+ <string key="label">editState:</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="523129248"/>
+ </object>
+ <int key="connectionID">229</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="1038451830"/>
+ <reference key="destination" ref="523129248"/>
+ </object>
+ <int key="connectionID">230</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="523129248"/>
+ <reference key="destination" ref="503412681"/>
+ </object>
+ <int key="connectionID">231</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="849977316"/>
+ <reference key="destination" ref="142559874"/>
+ </object>
+ <int key="connectionID">232</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="142559874"/>
+ <reference key="destination" ref="965781515"/>
+ </object>
+ <int key="connectionID">233</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="965781515"/>
+ <reference key="destination" ref="935309897"/>
+ </object>
+ <int key="connectionID">234</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="935309897"/>
+ <reference key="destination" ref="1003069505"/>
+ </object>
+ <int key="connectionID">235</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">nextKeyView</string>
+ <reference key="source" ref="1003069505"/>
+ <reference key="destination" ref="445005678"/>
+ </object>
+ <int key="connectionID">236</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">button_editState</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="523129248"/>
+ </object>
+ <int key="connectionID">237</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">button_addGroup</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="1038451830"/>
+ </object>
+ <int key="connectionID">238</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">button_addOrRemoveState</string>
+ <reference key="source" ref="437598582"/>
+ <reference key="destination" ref="640251437"/>
+ </object>
+ <int key="connectionID">239</int>
+ </object>
+ </object>
+ <object class="IBMutableOrderedSet" key="objectRecords">
+ <object class="NSArray" key="orderedObjects">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="IBObjectRecord">
+ <int key="objectID">0</int>
+ <object class="NSArray" key="object" id="0">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ </object>
+ <reference key="children" ref="982068378"/>
+ <nil key="parent"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-2</int>
+ <reference key="object" ref="437598582"/>
+ <reference key="parent" ref="0"/>
+ <string key="objectName">File's Owner</string>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-1</int>
+ <reference key="object" ref="350601987"/>
+ <reference key="parent" ref="0"/>
+ <string key="objectName">First Responder</string>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-3</int>
+ <reference key="object" ref="685510678"/>
+ <reference key="parent" ref="0"/>
+ <string key="objectName">Application</string>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">5</int>
+ <reference key="object" ref="508597123"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="639600404"/>
+ <reference ref="114536691"/>
+ <reference ref="561806677"/>
+ <reference ref="849977316"/>
+ <reference ref="1036253426"/>
+ <reference ref="1060636245"/>
+ <reference ref="503412681"/>
+ <reference ref="413878704"/>
+ <reference ref="260371314"/>
+ <reference ref="445005678"/>
+ <reference ref="827326141"/>
+ <reference ref="142559874"/>
+ <reference ref="965781515"/>
+ <reference ref="935309897"/>
+ <reference ref="1003069505"/>
+ <reference ref="640251437"/>
+ <reference ref="1038451830"/>
+ <reference ref="523129248"/>
+ </object>
+ <reference key="parent" ref="0"/>
+ <string key="objectName">View</string>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">76</int>
+ <reference key="object" ref="639600404"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="138456374"/>
+ <reference ref="261438236"/>
+ <reference ref="694721708"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">78</int>
+ <reference key="object" ref="138456374"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="538557275"/>
+ </object>
+ <reference key="parent" ref="639600404"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">75</int>
+ <reference key="object" ref="538557275"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="337494409"/>
+ </object>
+ <reference key="parent" ref="138456374"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">81</int>
+ <reference key="object" ref="114536691"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="115181534"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">86</int>
+ <reference key="object" ref="561806677"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="433879343"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">90</int>
+ <reference key="object" ref="849977316"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="645132893"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">91</int>
+ <reference key="object" ref="1036253426"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="172071308"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">92</int>
+ <reference key="object" ref="1060636245"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="529057240"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">95</int>
+ <reference key="object" ref="503412681"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="515118068"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">96</int>
+ <reference key="object" ref="413878704"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="490800326"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">97</int>
+ <reference key="object" ref="260371314"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="789427554"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">101</int>
+ <reference key="object" ref="445005678"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="960122746"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">136</int>
+ <reference key="object" ref="827326141"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="244382644"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">140</int>
+ <reference key="object" ref="142559874"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="615654449"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">149</int>
+ <reference key="object" ref="965781515"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="910331539"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">162</int>
+ <reference key="object" ref="935309897"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="28940795"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">163</int>
+ <reference key="object" ref="1003069505"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="423372751"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">198</int>
+ <reference key="object" ref="115181534"/>
+ <reference key="parent" ref="114536691"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">199</int>
+ <reference key="object" ref="433879343"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="775058595"/>
+ </object>
+ <reference key="parent" ref="561806677"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">200</int>
+ <reference key="object" ref="645132893"/>
+ <reference key="parent" ref="849977316"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">201</int>
+ <reference key="object" ref="172071308"/>
+ <reference key="parent" ref="1036253426"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">202</int>
+ <reference key="object" ref="529057240"/>
+ <reference key="parent" ref="1060636245"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">203</int>
+ <reference key="object" ref="515118068"/>
+ <reference key="parent" ref="503412681"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">204</int>
+ <reference key="object" ref="490800326"/>
+ <reference key="parent" ref="413878704"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">205</int>
+ <reference key="object" ref="789427554"/>
+ <reference key="parent" ref="260371314"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">206</int>
+ <reference key="object" ref="960122746"/>
+ <reference key="parent" ref="445005678"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">207</int>
+ <reference key="object" ref="244382644"/>
+ <reference key="parent" ref="827326141"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">208</int>
+ <reference key="object" ref="615654449"/>
+ <reference key="parent" ref="142559874"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">209</int>
+ <reference key="object" ref="910331539"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="240589189"/>
+ </object>
+ <reference key="parent" ref="965781515"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">210</int>
+ <reference key="object" ref="28940795"/>
+ <reference key="parent" ref="935309897"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">211</int>
+ <reference key="object" ref="423372751"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="3720239"/>
+ </object>
+ <reference key="parent" ref="1003069505"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">212</int>
+ <reference key="object" ref="337494409"/>
+ <reference key="parent" ref="538557275"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">87</int>
+ <reference key="object" ref="775058595"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="388365821"/>
+ <reference ref="136420337"/>
+ <reference ref="243402758"/>
+ </object>
+ <reference key="parent" ref="433879343"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">88</int>
+ <reference key="object" ref="388365821"/>
+ <reference key="parent" ref="775058595"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">85</int>
+ <reference key="object" ref="136420337"/>
+ <reference key="parent" ref="775058595"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">84</int>
+ <reference key="object" ref="243402758"/>
+ <reference key="parent" ref="775058595"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">150</int>
+ <reference key="object" ref="240589189"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="269526986"/>
+ <reference ref="1046748878"/>
+ <reference ref="962927370"/>
+ </object>
+ <reference key="parent" ref="910331539"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">153</int>
+ <reference key="object" ref="269526986"/>
+ <reference key="parent" ref="240589189"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">152</int>
+ <reference key="object" ref="1046748878"/>
+ <reference key="parent" ref="240589189"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">151</int>
+ <reference key="object" ref="962927370"/>
+ <reference key="parent" ref="240589189"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">164</int>
+ <reference key="object" ref="3720239"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="132588304"/>
+ <reference ref="704386275"/>
+ <reference ref="131093061"/>
+ </object>
+ <reference key="parent" ref="423372751"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">167</int>
+ <reference key="object" ref="132588304"/>
+ <reference key="parent" ref="3720239"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">166</int>
+ <reference key="object" ref="704386275"/>
+ <reference key="parent" ref="3720239"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">165</int>
+ <reference key="object" ref="131093061"/>
+ <reference key="parent" ref="3720239"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">213</int>
+ <reference key="object" ref="261438236"/>
+ <reference key="parent" ref="639600404"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">214</int>
+ <reference key="object" ref="694721708"/>
+ <reference key="parent" ref="639600404"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">219</int>
+ <reference key="object" ref="640251437"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="589920595"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">220</int>
+ <reference key="object" ref="523129248"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="864304645"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">221</int>
+ <reference key="object" ref="864304645"/>
+ <reference key="parent" ref="523129248"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">222</int>
+ <reference key="object" ref="589920595"/>
+ <reference key="parent" ref="640251437"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">225</int>
+ <reference key="object" ref="1038451830"/>
+ <object class="NSMutableArray" key="children">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference ref="127983736"/>
+ </object>
+ <reference key="parent" ref="508597123"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">226</int>
+ <reference key="object" ref="127983736"/>
+ <reference key="parent" ref="1038451830"/>
+ </object>
+ </object>
+ </object>
+ <object class="NSMutableDictionary" key="flattenedProperties">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>-1.IBPluginDependency</string>
+ <string>-2.IBPluginDependency</string>
+ <string>-3.IBPluginDependency</string>
+ <string>101.CustomClassName</string>
+ <string>101.IBPluginDependency</string>
+ <string>136.CustomClassName</string>
+ <string>136.IBPluginDependency</string>
+ <string>140.CustomClassName</string>
+ <string>140.IBPluginDependency</string>
+ <string>149.IBPluginDependency</string>
+ <string>150.IBPluginDependency</string>
+ <string>151.IBPluginDependency</string>
+ <string>152.IBPluginDependency</string>
+ <string>153.IBPluginDependency</string>
+ <string>162.CustomClassName</string>
+ <string>162.IBPluginDependency</string>
+ <string>163.IBPluginDependency</string>
+ <string>164.IBPluginDependency</string>
+ <string>165.IBPluginDependency</string>
+ <string>166.IBPluginDependency</string>
+ <string>167.IBPluginDependency</string>
+ <string>198.IBPluginDependency</string>
+ <string>199.IBPluginDependency</string>
+ <string>200.IBPluginDependency</string>
+ <string>201.IBPluginDependency</string>
+ <string>202.IBPluginDependency</string>
+ <string>203.IBPluginDependency</string>
+ <string>204.IBPluginDependency</string>
+ <string>205.IBPluginDependency</string>
+ <string>206.IBPluginDependency</string>
+ <string>207.IBPluginDependency</string>
+ <string>208.IBPluginDependency</string>
+ <string>209.IBPluginDependency</string>
+ <string>210.IBPluginDependency</string>
+ <string>211.IBPluginDependency</string>
+ <string>212.IBPluginDependency</string>
+ <string>212.IBShouldRemoveOnLegacySave</string>
+ <string>213.IBPluginDependency</string>
+ <string>213.IBShouldRemoveOnLegacySave</string>
+ <string>214.IBPluginDependency</string>
+ <string>214.IBShouldRemoveOnLegacySave</string>
+ <string>219.CustomClassName</string>
+ <string>219.IBPluginDependency</string>
+ <string>220.CustomClassName</string>
+ <string>220.IBPluginDependency</string>
+ <string>221.IBPluginDependency</string>
+ <string>222.IBNSSegmentedControlInspectorSelectedSegmentMetadataKey</string>
+ <string>222.IBPluginDependency</string>
+ <string>225.CustomClassName</string>
+ <string>225.IBPluginDependency</string>
+ <string>226.IBPluginDependency</string>
+ <string>5.IBEditorWindowLastContentRect</string>
+ <string>5.IBPluginDependency</string>
+ <string>75.IBPluginDependency</string>
+ <string>76.CustomClassName</string>
+ <string>76.IBPluginDependency</string>
+ <string>78.CustomClassName</string>
+ <string>78.IBPluginDependency</string>
+ <string>81.CustomClassName</string>
+ <string>81.IBPluginDependency</string>
+ <string>84.IBPluginDependency</string>
+ <string>85.IBPluginDependency</string>
+ <string>86.IBPluginDependency</string>
+ <string>87.IBPluginDependency</string>
+ <string>88.IBPluginDependency</string>
+ <string>90.IBPluginDependency</string>
+ <string>91.CustomClassName</string>
+ <string>91.IBPluginDependency</string>
+ <string>92.IBPluginDependency</string>
+ <string>95.CustomClassName</string>
+ <string>95.IBPluginDependency</string>
+ <string>96.IBPluginDependency</string>
+ <string>97.IBPluginDependency</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationButton</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationTextField</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationButton</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationButton</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <boolean value="YES"/>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <boolean value="YES"/>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <boolean value="YES"/>
+ <string>AISegmentedControl</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationButton</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <integer value="0"/>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationButton</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>{{0, 318}, {557, 427}}</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AIAutoScrollView</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AIAlternatingRowOutlineView</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationButton</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationTextField</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>AILocalizationButton</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ </object>
+ </object>
+ <object class="NSMutableDictionary" key="unlocalizedProperties">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference key="dict.sortedKeys" ref="0"/>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ </object>
+ </object>
+ <nil key="activeLocalization"/>
+ <object class="NSMutableDictionary" key="localizations">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <reference key="dict.sortedKeys" ref="0"/>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ </object>
+ </object>
+ <nil key="sourceID"/>
+ <int key="maxID">239</int>
+ </object>
+ <object class="IBClassDescriber" key="IBDocument.Classes">
+ <object class="NSMutableArray" key="referencedPartialClassDescriptions">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="IBPartialClassDescription">
+ <string key="className">AIAlternatingRowOutlineView</string>
+ <string key="superclassName">AIOutlineView</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/AIAlternatingRowOutlineView.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">AIAutoScrollView</string>
+ <string key="superclassName">NSScrollView</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/AIAutoScrollView.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">AILocalizationButton</string>
+ <string key="superclassName">NSButton</string>
+ <object class="NSMutableDictionary" key="outlets">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>view_anchorToLeftSide</string>
+ <string>view_anchorToRightSide</string>
+ <string>window_anchorOnLeftSide</string>
+ <string>window_anchorOnRightSide</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>NSView</string>
+ <string>NSView</string>
+ <string>NSWindow</string>
+ <string>NSWindow</string>
+ </object>
+ </object>
+ <object class="NSMutableDictionary" key="toOneOutletInfosByName">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>view_anchorToLeftSide</string>
+ <string>view_anchorToRightSide</string>
+ <string>window_anchorOnLeftSide</string>
+ <string>window_anchorOnRightSide</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="IBToOneOutletInfo">
+ <string key="name">view_anchorToLeftSide</string>
+ <string key="candidateClassName">NSView</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">view_anchorToRightSide</string>
+ <string key="candidateClassName">NSView</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">window_anchorOnLeftSide</string>
+ <string key="candidateClassName">NSWindow</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">window_anchorOnRightSide</string>
+ <string key="candidateClassName">NSWindow</string>
+ </object>
+ </object>
+ </object>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/AILocalizationButton.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">AILocalizationTextField</string>
+ <string key="superclassName">NSTextField</string>
+ <object class="NSMutableDictionary" key="outlets">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>view_anchorToLeftSide</string>
+ <string>view_anchorToRightSide</string>
+ <string>window_anchorOnLeftSide</string>
+ <string>window_anchorOnRightSide</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>NSView</string>
+ <string>NSView</string>
+ <string>NSWindow</string>
+ <string>NSWindow</string>
+ </object>
+ </object>
+ <object class="NSMutableDictionary" key="toOneOutletInfosByName">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>view_anchorToLeftSide</string>
+ <string>view_anchorToRightSide</string>
+ <string>window_anchorOnLeftSide</string>
+ <string>window_anchorOnRightSide</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="IBToOneOutletInfo">
+ <string key="name">view_anchorToLeftSide</string>
+ <string key="candidateClassName">NSView</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">view_anchorToRightSide</string>
+ <string key="candidateClassName">NSView</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">window_anchorOnLeftSide</string>
+ <string key="candidateClassName">NSWindow</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">window_anchorOnRightSide</string>
+ <string key="candidateClassName">NSWindow</string>
+ </object>
+ </object>
+ </object>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/AILocalizationTextField.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">AIModularPane</string>
+ <string key="superclassName">NSObject</string>
+ <object class="NSMutableDictionary" key="actions">
+ <string key="NS.key.0">changePreference:</string>
+ <string key="NS.object.0">id</string>
+ </object>
+ <object class="NSMutableDictionary" key="actionInfosByName">
+ <string key="NS.key.0">changePreference:</string>
+ <object class="IBActionInfo" key="NS.object.0">
+ <string key="name">changePreference:</string>
+ <string key="candidateClassName">id</string>
+ </object>
+ </object>
+ <object class="NSMutableDictionary" key="outlets">
+ <string key="NS.key.0">view</string>
+ <string key="NS.object.0">NSView</string>
+ </object>
+ <object class="NSMutableDictionary" key="toOneOutletInfosByName">
+ <string key="NS.key.0">view</string>
+ <object class="IBToOneOutletInfo" key="NS.object.0">
+ <string key="name">view</string>
+ <string key="candidateClassName">NSView</string>
+ </object>
+ </object>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/AIModularPane.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">AIOutlineView</string>
+ <string key="superclassName">NSOutlineView</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/AIOutlineView.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">AIPreferencePane</string>
+ <string key="superclassName">AIModularPane</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/AIPreferencePane.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">AISegmentedControl</string>
+ <string key="superclassName">NSSegmentedControl</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/AISegmentedControl.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">ESStatusPreferences</string>
+ <string key="superclassName">AIPreferencePane</string>
+ <object class="NSMutableDictionary" key="actions">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>addGroup:</string>
+ <string>addOrRemoveState:</string>
+ <string>editState:</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>id</string>
+ <string>id</string>
+ <string>id</string>
+ </object>
+ </object>
+ <object class="NSMutableDictionary" key="actionInfosByName">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>addGroup:</string>
+ <string>addOrRemoveState:</string>
+ <string>editState:</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="IBActionInfo">
+ <string key="name">addGroup:</string>
+ <string key="candidateClassName">id</string>
+ </object>
+ <object class="IBActionInfo">
+ <string key="name">addOrRemoveState:</string>
+ <string key="candidateClassName">id</string>
+ </object>
+ <object class="IBActionInfo">
+ <string key="name">editState:</string>
+ <string key="candidateClassName">id</string>
+ </object>
+ </object>
+ </object>
+ <object class="NSMutableDictionary" key="outlets">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>button_addGroup</string>
+ <string>button_addOrRemoveState</string>
+ <string>button_editState</string>
+ <string>checkBox_autoAway</string>
+ <string>checkBox_fastUserSwitching</string>
+ <string>checkBox_idle</string>
+ <string>checkBox_screenSaver</string>
+ <string>checkBox_showStatusWindow</string>
+ <string>outlineView_stateList</string>
+ <string>popUp_autoAwayStatusState</string>
+ <string>popUp_fastUserSwitchingStatusState</string>
+ <string>popUp_screenSaverStatusState</string>
+ <string>scrollView_stateList</string>
+ <string>stepper_autoAwayMinutes</string>
+ <string>stepper_idleMinutes</string>
+ <string>textField_autoAwayMinutes</string>
+ <string>textField_idleMinutes</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>NSButton</string>
+ <string>NSSegmentedControl</string>
+ <string>NSButton</string>
+ <string>NSButton</string>
+ <string>NSButton</string>
+ <string>NSButton</string>
+ <string>NSButton</string>
+ <string>NSButton</string>
+ <string>AIAlternatingRowOutlineView</string>
+ <string>NSPopUpButton</string>
+ <string>NSPopUpButton</string>
+ <string>NSPopUpButton</string>
+ <string>AIAutoScrollView</string>
+ <string>NSStepper</string>
+ <string>NSStepper</string>
+ <string>NSTextField</string>
+ <string>NSTextField</string>
+ </object>
+ </object>
+ <object class="NSMutableDictionary" key="toOneOutletInfosByName">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>button_addGroup</string>
+ <string>button_addOrRemoveState</string>
+ <string>button_editState</string>
+ <string>checkBox_autoAway</string>
+ <string>checkBox_fastUserSwitching</string>
+ <string>checkBox_idle</string>
+ <string>checkBox_screenSaver</string>
+ <string>checkBox_showStatusWindow</string>
+ <string>outlineView_stateList</string>
+ <string>popUp_autoAwayStatusState</string>
+ <string>popUp_fastUserSwitchingStatusState</string>
+ <string>popUp_screenSaverStatusState</string>
+ <string>scrollView_stateList</string>
+ <string>stepper_autoAwayMinutes</string>
+ <string>stepper_idleMinutes</string>
+ <string>textField_autoAwayMinutes</string>
+ <string>textField_idleMinutes</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="IBToOneOutletInfo">
+ <string key="name">button_addGroup</string>
+ <string key="candidateClassName">NSButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">button_addOrRemoveState</string>
+ <string key="candidateClassName">NSSegmentedControl</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">button_editState</string>
+ <string key="candidateClassName">NSButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">checkBox_autoAway</string>
+ <string key="candidateClassName">NSButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">checkBox_fastUserSwitching</string>
+ <string key="candidateClassName">NSButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">checkBox_idle</string>
+ <string key="candidateClassName">NSButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">checkBox_screenSaver</string>
+ <string key="candidateClassName">NSButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">checkBox_showStatusWindow</string>
+ <string key="candidateClassName">NSButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">outlineView_stateList</string>
+ <string key="candidateClassName">AIAlternatingRowOutlineView</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">popUp_autoAwayStatusState</string>
+ <string key="candidateClassName">NSPopUpButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">popUp_fastUserSwitchingStatusState</string>
+ <string key="candidateClassName">NSPopUpButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">popUp_screenSaverStatusState</string>
+ <string key="candidateClassName">NSPopUpButton</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">scrollView_stateList</string>
+ <string key="candidateClassName">AIAutoScrollView</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">stepper_autoAwayMinutes</string>
+ <string key="candidateClassName">NSStepper</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">stepper_idleMinutes</string>
+ <string key="candidateClassName">NSStepper</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">textField_autoAwayMinutes</string>
+ <string key="candidateClassName">NSTextField</string>
+ </object>
+ <object class="IBToOneOutletInfo">
+ <string key="name">textField_idleMinutes</string>
+ <string key="candidateClassName">NSTextField</string>
+ </object>
+ </object>
+ </object>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/ESStatusPreferences.h</string>
+ </object>
+ </object>
+ </object>
+ </object>
+ <int key="IBDocument.localizationMode">0</int>
+ <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
+ <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
+ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
+ <integer value="1050" key="NS.object.0"/>
+ </object>
+ <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
+ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
+ <real value="1060" key="NS.object.0"/>
+ </object>
+ <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
+ <integer value="3000" key="NS.object.0"/>
+ </object>
+ <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+ <nil key="IBDocument.LastKnownRelativeProjectPath"/>
+ <int key="IBDocument.defaultPropertyAccessControl">3</int>
+ <object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <object class="NSArray" key="dict.sortedKeys">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>NSAddTemplate</string>
+ <string>NSMenuCheckmark</string>
+ <string>NSMenuMixedState</string>
+ <string>NSRemoveTemplate</string>
+ <string>NSSwitch</string>
+ </object>
+ <object class="NSMutableArray" key="dict.values">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <string>{8, 8}</string>
+ <string>{9, 8}</string>
+ <string>{7, 2}</string>
+ <string>{8, 8}</string>
+ <string>{15, 15}</string>
+ </object>
+ </object>
+ </data>
+</archive>
Binary file Resources/de.lproj/StatusPreferences.nib/keyedobjects.nib has changed