From 61475b40ccd9274316dfc100e7ba9266d209ef21 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 12 Jul 2020 22:14:27 +0200 Subject: [PATCH] Add user manual to control menu --- qtgui/designer/mainwindow.py | 7 +- qtgui/designer/mainwindow.ui | 11 +- qtgui/designer/usermanual.py | 54 + qtgui/designer/usermanual.ui | 75 + qtgui/mainwindow.py | 7 +- qtgui/resources.py | 1786 ++++++++++++----------- qtgui/resources/translations/config.pro | 2 +- qtgui/resources/translations/de.qm | Bin 13317 -> 13450 bytes qtgui/resources/translations/de.ts | 202 +-- qtgui/usermanual.py | 68 + 10 files changed, 1221 insertions(+), 991 deletions(-) create mode 100644 qtgui/designer/usermanual.py create mode 100644 qtgui/designer/usermanual.ui create mode 100644 qtgui/usermanual.py diff --git a/qtgui/designer/mainwindow.py b/qtgui/designer/mainwindow.py index 1e18ec8..35c4d6d 100644 --- a/qtgui/designer/mainwindow.py +++ b/qtgui/designer/mainwindow.py @@ -280,8 +280,6 @@ class Ui_MainWindow(object): self.actionMenuQuit.setObjectName("actionMenuQuit") self.actionAbout = QtWidgets.QAction(MainWindow) self.actionAbout.setObjectName("actionAbout") - self.actionManual = QtWidgets.QAction(MainWindow) - self.actionManual.setObjectName("actionManual") self.actionHide_in_System_Tray = QtWidgets.QAction(MainWindow) self.actionHide_in_System_Tray.setObjectName("actionHide_in_System_Tray") self.actionSessionAddClient = QtWidgets.QAction(MainWindow) @@ -314,6 +312,9 @@ class Ui_MainWindow(object): self.actionClientRename.setObjectName("actionClientRename") self.actionSettings = QtWidgets.QAction(MainWindow) self.actionSettings.setObjectName("actionSettings") + self.actionManual = QtWidgets.QAction(MainWindow) + self.actionManual.setObjectName("actionManual") + self.menuControl.addAction(self.actionManual) self.menuControl.addAction(self.actionRebuild_Program_Database) self.menuControl.addAction(self.actionHide_in_System_Tray) self.menuControl.addAction(self.actionSettings) @@ -382,7 +383,6 @@ class Ui_MainWindow(object): self.actionMenuQuit.setText(_translate("MainWindow", "Quit")) self.actionMenuQuit.setShortcut(_translate("MainWindow", "Ctrl+Shift+Q")) self.actionAbout.setText(_translate("MainWindow", "About")) - self.actionManual.setText(_translate("MainWindow", "Manual")) self.actionHide_in_System_Tray.setText(_translate("MainWindow", "Hide in System Tray")) self.actionHide_in_System_Tray.setShortcut(_translate("MainWindow", "Ctrl+Q")) self.actionSessionAddClient.setText(_translate("MainWindow", "Add Client (Prompt)")) @@ -411,3 +411,4 @@ class Ui_MainWindow(object): self.actionClientRename.setText(_translate("MainWindow", "Rename")) self.actionClientRename.setShortcut(_translate("MainWindow", "F2")) self.actionSettings.setText(_translate("MainWindow", "Settings")) + self.actionManual.setText(_translate("MainWindow", "Manual")) diff --git a/qtgui/designer/mainwindow.ui b/qtgui/designer/mainwindow.ui index 3761cd7..0017a17 100644 --- a/qtgui/designer/mainwindow.ui +++ b/qtgui/designer/mainwindow.ui @@ -637,6 +637,7 @@ Control + @@ -684,11 +685,6 @@ About - - - Manual - - Hide in System Tray @@ -805,6 +801,11 @@ Settings + + + Manual + + diff --git a/qtgui/designer/usermanual.py b/qtgui/designer/usermanual.py new file mode 100644 index 0000000..53aaae9 --- /dev/null +++ b/qtgui/designer/usermanual.py @@ -0,0 +1,54 @@ +# -*- coding: utf-8 -*- + +# Form implementation generated from reading ui file 'usermanual.ui' +# +# Created by: PyQt5 UI code generator 5.11.3 +# +# WARNING! All changes made in this file will be lost! + +from PyQt5 import QtCore, QtGui, QtWidgets + +class Ui_TemplateUserManual(object): + def setupUi(self, TemplateUserManual): + TemplateUserManual.setObjectName("TemplateUserManual") + TemplateUserManual.resize(776, 733) + self.verticalLayout = QtWidgets.QVBoxLayout(TemplateUserManual) + self.verticalLayout.setObjectName("verticalLayout") + self.widget = QtWidgets.QWidget(TemplateUserManual) + self.widget.setObjectName("widget") + self.horizontalLayout = QtWidgets.QHBoxLayout(self.widget) + self.horizontalLayout.setObjectName("horizontalLayout") + self.home = QtWidgets.QPushButton(self.widget) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.home.sizePolicy().hasHeightForWidth()) + self.home.setSizePolicy(sizePolicy) + self.home.setFlat(False) + self.home.setObjectName("home") + self.horizontalLayout.addWidget(self.home) + self.back = QtWidgets.QPushButton(self.widget) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.back.sizePolicy().hasHeightForWidth()) + self.back.setSizePolicy(sizePolicy) + self.back.setShortcut("Backspace") + self.back.setObjectName("back") + self.horizontalLayout.addWidget(self.back) + spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) + self.horizontalLayout.addItem(spacerItem) + self.verticalLayout.addWidget(self.widget) + self.textBrowser = QtWidgets.QTextBrowser(TemplateUserManual) + self.textBrowser.setObjectName("textBrowser") + self.verticalLayout.addWidget(self.textBrowser) + + self.retranslateUi(TemplateUserManual) + QtCore.QMetaObject.connectSlotsByName(TemplateUserManual) + + def retranslateUi(self, TemplateUserManual): + _translate = QtCore.QCoreApplication.translate + TemplateUserManual.setWindowTitle(_translate("TemplateUserManual", "Form")) + self.home.setText(_translate("TemplateUserManual", "Home")) + self.back.setText(_translate("TemplateUserManual", "Back")) + diff --git a/qtgui/designer/usermanual.ui b/qtgui/designer/usermanual.ui new file mode 100644 index 0000000..0f73f76 --- /dev/null +++ b/qtgui/designer/usermanual.ui @@ -0,0 +1,75 @@ + + + TemplateUserManual + + + + 0 + 0 + 776 + 733 + + + + Form + + + + + + + + + + 0 + 0 + + + + Home + + + false + + + + + + + + 0 + 0 + + + + Back + + + Backspace + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + + diff --git a/qtgui/mainwindow.py b/qtgui/mainwindow.py index 09e5a16..de6d7c8 100644 --- a/qtgui/mainwindow.py +++ b/qtgui/mainwindow.py @@ -38,6 +38,7 @@ import engine.api as api #This loads the engine and starts a session. from .systemtray import SystemTray from .eventloop import EventLoop from .designer.mainwindow import Ui_MainWindow +from .usermanual import UserManual from .helper import setPaletteAndFont from .helper import iconFromString from .sessiontreecontroller import SessionTreeController @@ -50,10 +51,11 @@ from .waitdialog import WaitDialog from .resources import * from .settings import SettingsDialog + api.eventLoop = EventLoop() #Setup the translator before classes are set up. Otherwise we can't use non-template translation. -#to test use LANGUAGE=de_DE.UTF-8 . not LANG= +#to test use LANGUAGE=de_DE.UTF-8 ./argodejo language = QtCore.QLocale().languageToString(QtCore.QLocale().language()) logger.info("{}: Language set to {}".format(METADATA["name"], language)) if language in METADATA["supportedLanguages"]: @@ -135,6 +137,8 @@ class MainWindow(QtWidgets.QMainWindow): self.fPalBlue = setPaletteAndFont(self.qtApp) assert self.ui.tabbyCat.currentIndex() == 0, self.ui.tabbyCat.currentIndex() # this is critical. If you left the Qt Designer with the wrong tab open this is the error that happens. It will trigger the tab changed later that will go wrong because setup is not complete yet and you'll get AttributeError + self.userManual = UserManual(mainWindow=self) + self.ui.mainPageSwitcher.setCurrentIndex(0) #1 is messageLabel 0 is the tab widget SettingsDialog.loadFromSettingsAndSendToEngine() #set blacklist, whitelist for programdatabase and addtional executable paths for environment @@ -389,6 +393,7 @@ class MainWindow(QtWidgets.QMainWindow): def connectMenu(self): #Control + self.ui.actionManual.triggered.connect(self.userManual.show) self.ui.actionRebuild_Program_Database.triggered.connect(self.updateProgramDatabase) self.ui.actionSettings.triggered.connect(self._reactMenu_settings) self.ui.actionHide_in_System_Tray.triggered.connect(lambda: self.toggleVisible(force=False)) diff --git a/qtgui/resources.py b/qtgui/resources.py index 36d86dd..f48562e 100644 --- a/qtgui/resources.py +++ b/qtgui/resources.py @@ -9,6 +9,58 @@ from PyQt5 import QtCore qt_resource_data = b"\ +\x00\x00\x01\x4f\ +\x3c\ +\x73\x76\x67\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ +\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ +\x30\x2f\x73\x76\x67\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\ +\x30\x20\x30\x20\x31\x32\x30\x20\x31\x32\x30\x22\x3e\x3c\x70\x61\ +\x74\x68\x20\x64\x3d\x22\x4d\x36\x30\x20\x31\x39\x2e\x30\x39\x43\ +\x32\x32\x2e\x33\x38\x32\x20\x31\x39\x2e\x30\x39\x2e\x30\x35\x33\ +\x20\x36\x30\x20\x2e\x30\x35\x33\x20\x36\x30\x53\x32\x32\x2e\x33\ +\x38\x33\x20\x31\x30\x30\x2e\x39\x31\x20\x36\x30\x20\x31\x30\x30\ +\x2e\x39\x31\x20\x31\x31\x39\x2e\x39\x35\x20\x36\x30\x20\x31\x31\ +\x39\x2e\x39\x35\x20\x36\x30\x20\x39\x37\x2e\x36\x31\x38\x20\x31\ +\x39\x2e\x30\x39\x20\x36\x30\x20\x31\x39\x2e\x30\x39\x7a\x6d\x30\ +\x20\x36\x35\x2e\x33\x32\x63\x2d\x31\x33\x2e\x34\x36\x20\x30\x2d\ +\x32\x34\x2e\x34\x31\x2d\x31\x30\x2e\x39\x35\x2d\x32\x34\x2e\x34\ +\x31\x2d\x32\x34\x2e\x34\x31\x53\x34\x36\x2e\x35\x34\x20\x33\x35\ +\x2e\x35\x39\x20\x36\x30\x20\x33\x35\x2e\x35\x39\x20\x38\x34\x2e\ +\x34\x30\x37\x20\x34\x36\x2e\x35\x34\x20\x38\x34\x2e\x34\x30\x37\ +\x20\x36\x30\x73\x2d\x31\x30\x2e\x39\x35\x20\x32\x34\x2e\x34\x31\ +\x2d\x32\x34\x2e\x34\x31\x20\x32\x34\x2e\x34\x31\x7a\x22\x2f\x3e\ +\x3c\x63\x69\x72\x63\x6c\x65\x20\x63\x79\x3d\x22\x36\x30\x2e\x35\ +\x38\x33\x22\x20\x63\x78\x3d\x22\x36\x30\x22\x20\x72\x3d\x22\x31\ +\x34\x2e\x34\x30\x39\x22\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\ +\x00\x00\x00\x60\ +\x3c\ +\x73\x76\x67\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ +\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ +\x30\x2f\x73\x76\x67\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\ +\x30\x20\x30\x20\x31\x32\x30\x20\x31\x32\x30\x22\x3e\x3c\x70\x61\ +\x74\x68\x20\x64\x3d\x22\x4d\x31\x36\x20\x31\x36\x68\x38\x38\x76\ +\x38\x38\x48\x31\x36\x7a\x22\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\ +\x00\x00\x01\x25\ +\x3c\ +\x73\x76\x67\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ +\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ +\x30\x2f\x73\x76\x67\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\ +\x30\x20\x30\x20\x34\x34\x32\x20\x33\x38\x33\x22\x3e\x3c\x74\x69\ +\x74\x6c\x65\x3e\x53\x68\x61\x70\x65\x20\x2b\x20\x53\x68\x61\x70\ +\x65\x3c\x2f\x74\x69\x74\x6c\x65\x3e\x3c\x67\x20\x66\x69\x6c\x6c\ +\x2d\x72\x75\x6c\x65\x3d\x22\x65\x76\x65\x6e\x6f\x64\x64\x22\x3e\ +\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\x34\x34\x31\x2e\x34\x33\ +\x20\x33\x38\x32\x2e\x33\x38\x48\x30\x4c\x32\x32\x30\x2e\x37\x33\ +\x20\x30\x6c\x32\x32\x30\x2e\x37\x20\x33\x38\x32\x2e\x33\x38\x7a\ +\x4d\x38\x37\x2e\x37\x20\x33\x33\x31\x2e\x37\x33\x68\x32\x36\x36\ +\x2e\x30\x31\x4c\x32\x32\x30\x2e\x37\x33\x20\x31\x30\x31\x2e\x33\ +\x31\x20\x38\x37\x2e\x37\x20\x33\x33\x31\x2e\x37\x33\x68\x2e\x30\ +\x30\x33\x7a\x22\x2f\x3e\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\ +\x32\x30\x33\x20\x31\x37\x37\x68\x33\x35\x76\x39\x34\x2e\x37\x38\ +\x68\x2d\x33\x35\x56\x31\x37\x37\x7a\x6d\x30\x20\x31\x31\x30\x2e\ +\x37\x32\x68\x33\x35\x76\x32\x37\x2e\x38\x39\x68\x2d\x33\x35\x76\ +\x2d\x32\x37\x2e\x38\x39\x7a\x22\x2f\x3e\x3c\x2f\x67\x3e\x3c\x2f\ +\x73\x76\x67\x3e\ \x00\x00\x02\x70\ \x3c\ \x73\x76\x67\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ @@ -64,37 +116,6 @@ qt_resource_data = b"\ \x2e\x35\x33\x36\x6c\x2d\x31\x2e\x32\x32\x2d\x31\x2e\x32\x32\x4c\ \x36\x2e\x38\x34\x33\x2e\x39\x38\x38\x7a\x22\x2f\x3e\x3c\x2f\x73\ \x76\x67\x3e\ -\x00\x00\x00\x60\ -\x3c\ -\x73\x76\x67\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ -\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ -\x30\x2f\x73\x76\x67\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\ -\x30\x20\x30\x20\x31\x32\x30\x20\x31\x32\x30\x22\x3e\x3c\x70\x61\ -\x74\x68\x20\x64\x3d\x22\x4d\x31\x36\x20\x31\x36\x68\x38\x38\x76\ -\x38\x38\x48\x31\x36\x7a\x22\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\ -\x00\x00\x01\x4f\ -\x3c\ -\x73\x76\x67\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ -\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ -\x30\x2f\x73\x76\x67\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\ -\x30\x20\x30\x20\x31\x32\x30\x20\x31\x32\x30\x22\x3e\x3c\x70\x61\ -\x74\x68\x20\x64\x3d\x22\x4d\x36\x30\x20\x31\x39\x2e\x30\x39\x43\ -\x32\x32\x2e\x33\x38\x32\x20\x31\x39\x2e\x30\x39\x2e\x30\x35\x33\ -\x20\x36\x30\x20\x2e\x30\x35\x33\x20\x36\x30\x53\x32\x32\x2e\x33\ -\x38\x33\x20\x31\x30\x30\x2e\x39\x31\x20\x36\x30\x20\x31\x30\x30\ -\x2e\x39\x31\x20\x31\x31\x39\x2e\x39\x35\x20\x36\x30\x20\x31\x31\ -\x39\x2e\x39\x35\x20\x36\x30\x20\x39\x37\x2e\x36\x31\x38\x20\x31\ -\x39\x2e\x30\x39\x20\x36\x30\x20\x31\x39\x2e\x30\x39\x7a\x6d\x30\ -\x20\x36\x35\x2e\x33\x32\x63\x2d\x31\x33\x2e\x34\x36\x20\x30\x2d\ -\x32\x34\x2e\x34\x31\x2d\x31\x30\x2e\x39\x35\x2d\x32\x34\x2e\x34\ -\x31\x2d\x32\x34\x2e\x34\x31\x53\x34\x36\x2e\x35\x34\x20\x33\x35\ -\x2e\x35\x39\x20\x36\x30\x20\x33\x35\x2e\x35\x39\x20\x38\x34\x2e\ -\x34\x30\x37\x20\x34\x36\x2e\x35\x34\x20\x38\x34\x2e\x34\x30\x37\ -\x20\x36\x30\x73\x2d\x31\x30\x2e\x39\x35\x20\x32\x34\x2e\x34\x31\ -\x2d\x32\x34\x2e\x34\x31\x20\x32\x34\x2e\x34\x31\x7a\x22\x2f\x3e\ -\x3c\x63\x69\x72\x63\x6c\x65\x20\x63\x79\x3d\x22\x36\x30\x2e\x35\ -\x38\x33\x22\x20\x63\x78\x3d\x22\x36\x30\x22\x20\x72\x3d\x22\x31\ -\x34\x2e\x34\x30\x39\x22\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\ \x00\x00\x06\xec\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -208,893 +229,880 @@ qt_resource_data = b"\ \x37\x37\x97\xfb\x5c\xf6\x2f\x4f\x5b\x01\xfc\x05\xe0\x6f\xfc\x82\ \x51\x4e\x32\x01\xfc\xf3\x2f\xe8\x31\x0e\x04\xd7\xcb\x8f\x12\x00\ \x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x25\ -\x3c\ -\x73\x76\x67\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ -\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ -\x30\x2f\x73\x76\x67\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\ -\x30\x20\x30\x20\x34\x34\x32\x20\x33\x38\x33\x22\x3e\x3c\x74\x69\ -\x74\x6c\x65\x3e\x53\x68\x61\x70\x65\x20\x2b\x20\x53\x68\x61\x70\ -\x65\x3c\x2f\x74\x69\x74\x6c\x65\x3e\x3c\x67\x20\x66\x69\x6c\x6c\ -\x2d\x72\x75\x6c\x65\x3d\x22\x65\x76\x65\x6e\x6f\x64\x64\x22\x3e\ -\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\x34\x34\x31\x2e\x34\x33\ -\x20\x33\x38\x32\x2e\x33\x38\x48\x30\x4c\x32\x32\x30\x2e\x37\x33\ -\x20\x30\x6c\x32\x32\x30\x2e\x37\x20\x33\x38\x32\x2e\x33\x38\x7a\ -\x4d\x38\x37\x2e\x37\x20\x33\x33\x31\x2e\x37\x33\x68\x32\x36\x36\ -\x2e\x30\x31\x4c\x32\x32\x30\x2e\x37\x33\x20\x31\x30\x31\x2e\x33\ -\x31\x20\x38\x37\x2e\x37\x20\x33\x33\x31\x2e\x37\x33\x68\x2e\x30\ -\x30\x33\x7a\x22\x2f\x3e\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\ -\x32\x30\x33\x20\x31\x37\x37\x68\x33\x35\x76\x39\x34\x2e\x37\x38\ -\x68\x2d\x33\x35\x56\x31\x37\x37\x7a\x6d\x30\x20\x31\x31\x30\x2e\ -\x37\x32\x68\x33\x35\x76\x32\x37\x2e\x38\x39\x68\x2d\x33\x35\x76\ -\x2d\x32\x37\x2e\x38\x39\x7a\x22\x2f\x3e\x3c\x2f\x67\x3e\x3c\x2f\ -\x73\x76\x67\x3e\ -\x00\x00\x34\x05\ +\x00\x00\x34\x8a\ \x3c\ \xb8\x64\x18\xca\xef\x9c\x95\xcd\x21\x1c\xbf\x60\xa1\xbd\xdd\xa7\ -\x00\x00\x00\x05\x64\x65\x5f\x44\x45\x42\x00\x00\x03\xd8\x00\x00\ +\x00\x00\x00\x05\x64\x65\x5f\x44\x45\x42\x00\x00\x03\xe0\x00\x00\ \x00\x41\x00\x00\x0d\x3b\x00\x00\x04\x92\x00\x00\x11\x3b\x00\x00\ -\x04\xd4\x00\x00\x1d\x8f\x00\x00\x54\xc7\x00\x00\x14\x1b\x00\x00\ -\xec\x54\x00\x00\x1e\xf3\x00\x00\xec\x56\x00\x00\x1f\x18\x00\x04\ -\xd6\x8d\x00\x00\x20\x85\x00\x04\xe5\x7b\x00\x00\x12\xf0\x00\x05\ -\x48\x35\x00\x00\x0b\x36\x00\x05\x48\x35\x00\x00\x1d\xe4\x00\x05\ -\x48\x35\x00\x00\x2b\x2d\x00\x05\x68\xa8\x00\x00\x0b\x5f\x00\x05\ -\x68\xa8\x00\x00\x2b\x59\x00\x05\x8c\x04\x00\x00\x14\xf4\x00\x05\ -\x98\xc5\x00\x00\x02\x29\x00\x05\x98\xc5\x00\x00\x16\x3d\x00\x05\ -\xa1\x05\x00\x00\x2b\xd3\x00\x05\xab\x60\x00\x00\x19\xbd\x00\x1c\ -\x8e\x95\x00\x00\x18\xa7\x00\x29\x46\x88\x00\x00\x02\x61\x00\x43\ -\x02\x93\x00\x00\x2c\x01\x00\x47\x96\xc4\x00\x00\x0d\x5b\x00\x48\ -\x36\xff\x00\x00\x0d\xf1\x00\x48\x37\x02\x00\x00\x0e\x15\x00\x48\ -\x37\x03\x00\x00\x0e\x39\x00\x48\x37\x04\x00\x00\x0e\x5d\x00\x48\ -\x37\x08\x00\x00\x0e\x81\x00\x52\x78\xbc\x00\x00\x1d\xb5\x00\x58\ -\xc0\x60\x00\x00\x2d\xa0\x00\x6a\x2b\x7e\x00\x00\x1e\x81\x00\x80\ -\x80\x83\x00\x00\x01\x28\x00\xe5\x78\xa9\x00\x00\x1c\x3c\x01\x43\ -\xa7\x7e\x00\x00\x04\x20\x01\x6c\x14\x93\x00\x00\x19\x12\x01\x99\ -\x40\x64\x00\x00\x18\x7c\x01\x9e\xa3\x45\x00\x00\x1b\xe3\x01\xce\ -\x99\x65\x00\x00\x15\x25\x01\xd7\x71\xee\x00\x00\x02\x8b\x01\xe1\ -\x97\x5e\x00\x00\x21\x66\x02\x0a\xed\x1e\x00\x00\x00\x67\x02\x30\ -\x48\xfe\x00\x00\x21\xe7\x02\x62\x39\x35\x00\x00\x17\xfd\x02\x83\ -\x1f\x6e\x00\x00\x22\xdf\x02\xda\x36\xee\x00\x00\x22\x6e\x02\xe5\ -\x82\x07\x00\x00\x11\x5c\x03\x1e\xbf\x15\x00\x00\x13\xc7\x03\x7f\ -\x5c\xdc\x00\x00\x13\xf5\x04\xab\x8f\x01\x00\x00\x0f\xcc\x04\xab\ -\x8f\x03\x00\x00\x0f\xf1\x04\xab\x8f\x07\x00\x00\x10\x97\x04\xaf\ -\x83\x57\x00\x00\x1b\xbe\x04\xff\x6f\xd9\x00\x00\x17\x63\x05\x2c\ -\xaa\x07\x00\x00\x1a\xaf\x05\x38\x5b\x7c\x00\x00\x13\x92\x05\x3f\ -\x2f\x2e\x00\x00\x20\xa9\x05\x46\xa4\xee\x00\x00\x12\x51\x05\x54\ -\xc4\xe9\x00\x00\x11\xf9\x05\x82\xae\x8e\x00\x00\x2b\x85\x05\x8c\ +\x04\xd4\x00\x00\x1d\x2e\x00\x00\x54\xc7\x00\x00\x14\x1b\x00\x04\ +\x87\x9b\x00\x00\x2b\xc3\x00\x04\xd6\x8d\x00\x00\x1f\xda\x00\x04\ +\xd6\x8d\x00\x00\x2b\xfa\x00\x04\xe5\x7b\x00\x00\x12\xf0\x00\x04\ +\xf6\x35\x00\x00\x2c\x25\x00\x05\x48\x35\x00\x00\x0b\x36\x00\x05\ +\x48\x35\x00\x00\x1d\x83\x00\x05\x48\x35\x00\x00\x2a\xb7\x00\x05\ +\x68\xa8\x00\x00\x0b\x5f\x00\x05\x68\xa8\x00\x00\x2a\xe3\x00\x05\ +\x8c\x04\x00\x00\x14\xf4\x00\x05\x98\xc5\x00\x00\x02\x29\x00\x05\ +\x98\xc5\x00\x00\x16\x3d\x00\x05\xa1\x05\x00\x00\x2b\x5d\x00\x05\ +\xab\x60\x00\x00\x19\xbd\x00\x1c\x8e\x95\x00\x00\x18\xa7\x00\x29\ +\x46\x88\x00\x00\x02\x61\x00\x43\x02\x93\x00\x00\x2b\x8b\x00\x47\ +\x96\xc4\x00\x00\x0d\x5b\x00\x48\x36\xff\x00\x00\x0d\xf1\x00\x48\ +\x37\x02\x00\x00\x0e\x15\x00\x48\x37\x03\x00\x00\x0e\x39\x00\x48\ +\x37\x04\x00\x00\x0e\x5d\x00\x48\x37\x08\x00\x00\x0e\x81\x00\x52\ +\x78\xbc\x00\x00\x1d\x54\x00\x58\xc0\x60\x00\x00\x2e\x1d\x00\x6a\ +\x2b\x7e\x00\x00\x1e\x20\x00\x80\x80\x83\x00\x00\x01\x28\x00\xe5\ +\x78\xa9\x00\x00\x1c\x3c\x01\x43\xa7\x7e\x00\x00\x04\x20\x01\x6c\ +\x14\x93\x00\x00\x19\x12\x01\x99\x40\x64\x00\x00\x18\x7c\x01\x9e\ +\xa3\x45\x00\x00\x1b\xe3\x01\xce\x99\x65\x00\x00\x15\x25\x01\xd7\ +\x71\xee\x00\x00\x02\x8b\x01\xe1\x97\x5e\x00\x00\x20\xbb\x02\x0a\ +\xed\x1e\x00\x00\x00\x67\x02\x30\x48\xfe\x00\x00\x21\x3c\x02\x62\ +\x39\x35\x00\x00\x17\xfd\x02\x83\x1f\x6e\x00\x00\x22\x34\x02\xda\ +\x36\xee\x00\x00\x21\xc3\x02\xe5\x82\x07\x00\x00\x11\x5c\x03\x1e\ +\xbf\x15\x00\x00\x13\xc7\x03\x7f\x5c\xdc\x00\x00\x13\xf5\x04\xab\ +\x8f\x01\x00\x00\x0f\xcc\x04\xab\x8f\x03\x00\x00\x0f\xf1\x04\xab\ +\x8f\x07\x00\x00\x10\x97\x04\xaf\x83\x57\x00\x00\x1b\xbe\x04\xff\ +\x6f\xd9\x00\x00\x17\x63\x05\x2c\xaa\x07\x00\x00\x1a\xaf\x05\x38\ +\x5b\x7c\x00\x00\x13\x92\x05\x3f\x2f\x2e\x00\x00\x1f\xfe\x05\x46\ +\xa4\xee\x00\x00\x12\x51\x05\x54\xc4\xe9\x00\x00\x11\xf9\x05\x6c\ +\xc7\x3c\x00\x00\x2c\x64\x05\x82\xae\x8e\x00\x00\x2b\x0f\x05\x8c\ \x46\xc5\x00\x00\x15\x94\x05\x8c\x48\x35\x00\x00\x15\xcb\x05\x8c\ -\xac\x35\x00\x00\x16\x04\x05\xaa\x8b\xc3\x00\x00\x1e\x10\x05\xdc\ -\x98\xcf\x00\x00\x2d\x41\x05\xe6\x3d\xae\x00\x00\x29\xa5\x06\x25\ +\xac\x35\x00\x00\x16\x04\x05\xaa\x8b\xc3\x00\x00\x1d\xaf\x05\xdc\ +\x98\xcf\x00\x00\x2d\xbe\x05\xe6\x3d\xae\x00\x00\x29\x2f\x06\x25\ \x05\x65\x00\x00\x14\x7c\x06\x39\x75\x8d\x00\x00\x10\xbc\x06\x79\ -\xf9\xd4\x00\x00\x1e\xb0\x06\x7b\x87\x94\x00\x00\x1a\x81\x06\x8e\ -\x99\xee\x00\x00\x28\x2a\x07\x0f\x9f\xbe\x00\x00\x2f\x2a\x07\x5f\ +\xf9\xd4\x00\x00\x1e\x4f\x06\x7b\x87\x94\x00\x00\x1a\x81\x06\x8e\ +\x99\xee\x00\x00\x27\xb4\x07\x0f\x9f\xbe\x00\x00\x2f\xa7\x07\x5f\ \xff\x0e\x00\x00\x09\x79\x07\x6e\x5a\x79\x00\x00\x0f\x07\x07\x7b\ -\x80\xb3\x00\x00\x1f\x3d\x08\x4b\x9e\x39\x00\x00\x1a\xe1\x08\xc4\ +\x80\xb3\x00\x00\x1e\x92\x08\x4b\x9e\x39\x00\x00\x1a\xe1\x08\xc4\ \x9b\xe2\x00\x00\x08\xfb\x08\xe5\xb0\x8f\x00\x00\x0e\xa5\x09\x42\ \x2c\xe4\x00\x00\x13\x1b\x09\x4d\x67\xfe\x00\x00\x0a\xf6\x09\x68\ \xe3\x3e\x00\x00\x12\xb0\x09\x7c\xcf\x74\x00\x00\x13\x46\x09\x9d\ -\x07\x29\x00\x00\x2e\xd7\x09\x9f\xca\xd3\x00\x00\x18\x32\x09\xcf\ +\x07\x29\x00\x00\x2f\x54\x09\x9f\xca\xd3\x00\x00\x18\x32\x09\xcf\ \xe7\x17\x00\x00\x14\x43\x09\xd0\x44\x37\x00\x00\x14\xab\x09\xe8\ -\x4d\x83\x00\x00\x1d\x54\x0a\x2f\xc5\xf3\x00\x00\x29\x24\x0a\x65\ -\xb9\x1c\x00\x00\x0f\x94\x0a\x65\xca\x45\x00\x00\x2a\xe0\x0a\x92\ -\x4b\xcf\x00\x00\x2c\xa1\x0a\xb4\xa1\xee\x00\x00\x2e\x40\x0a\xc1\ -\x78\x5c\x00\x00\x2a\x28\x0a\xc2\xca\x31\x00\x00\x29\xf1\x0a\xd7\ +\x4d\x83\x00\x00\x1c\xf3\x0a\x2f\xc5\xf3\x00\x00\x28\xae\x0a\x65\ +\xb9\x1c\x00\x00\x0f\x94\x0a\x65\xca\x45\x00\x00\x2a\x6a\x0a\x92\ +\x4b\xcf\x00\x00\x2d\x1e\x0a\xb4\xa1\xee\x00\x00\x2e\xbd\x0a\xc1\ +\x78\x5c\x00\x00\x29\xb2\x0a\xc2\xca\x31\x00\x00\x29\x7b\x0a\xd7\ \xdb\xc5\x00\x00\x19\xe8\x0a\xf7\x7b\x42\x00\x00\x17\xb3\x0b\x59\ \x6a\x7e\x00\x00\x05\xb1\x0b\x75\x94\x47\x00\x00\x1a\x43\x0b\x80\ -\x57\x65\x00\x00\x16\x72\x0b\x97\x7b\xad\x00\x00\x27\xb2\x0b\xfc\ -\xa6\x8e\x00\x00\x25\xba\x0c\x17\x1f\x5f\x00\x00\x2d\xd2\x0c\x17\ -\xb1\x69\x00\x00\x1c\xf3\x0c\x7c\x88\xff\x00\x00\x01\x81\x0c\xbb\ -\x01\x73\x00\x00\x09\x3c\x0c\xbb\x01\x73\x00\x00\x18\xd1\x0c\xd1\ -\x5e\x0e\x00\x00\x2a\x94\x0d\x09\xf9\x75\x00\x00\x1e\x42\x0d\x1b\ -\xa6\xf3\x00\x00\x0d\x06\x0d\x43\x04\x2e\x00\x00\x23\x9a\x0d\x44\ -\x5a\x01\x00\x00\x10\x16\x0d\x44\x5a\x03\x00\x00\x10\x41\x0d\x44\ -\x5a\x07\x00\x00\x10\x6c\x0d\x6c\xe5\x0e\x00\x00\x29\x59\x0d\xe6\ -\xc5\xa4\x00\x00\x0e\xdc\x0e\x61\x3e\x04\x00\x00\x01\xe3\x0e\x81\ -\x4e\x34\x00\x00\x00\x00\x0e\x8f\x55\x45\x00\x00\x17\x08\x0e\xb5\ -\x5d\x1e\x00\x00\x26\xd7\x0e\xc3\x60\x16\x00\x00\x0b\x88\x0f\x53\ -\xf3\xc5\x00\x00\x20\x3e\x0f\x6b\x84\x53\x00\x00\x11\x9e\x0f\xb7\ -\x6f\xd9\x00\x00\x0d\x87\x0f\xb7\x6f\xd9\x00\x00\x2c\x39\x0f\xe4\ -\xff\x9e\x00\x00\x19\x65\x69\x00\x00\x30\x02\x03\x00\x00\x00\x38\ -\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\ -\x00\x20\x00\x73\x00\x6f\x00\x6c\x00\x6c\x00\x20\x00\x62\x00\x65\ -\x00\x65\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x20\x00\x77\x00\x65\ -\x00\x72\x00\x64\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\ -\x00\x0d\x41\x62\x6f\x75\x74\x20\x74\x6f\x20\x71\x75\x69\x74\x07\ -\x00\x00\x00\x0d\x41\x73\x6b\x42\x65\x66\x6f\x72\x65\x51\x75\x69\ -\x74\x01\x03\x00\x00\x00\x78\x00\x50\x00\x72\x00\x6f\x00\x67\x00\ -\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x73\x00\x6f\x00\x6c\x00\ -\x6c\x00\x20\x00\x62\x00\x65\x00\x65\x00\x6e\x00\x64\x00\x65\x00\ -\x74\x00\x20\x00\x77\x00\x65\x00\x72\x00\x64\x00\x65\x00\x6e\x00\ -\x2c\x00\x20\x00\x61\x00\x62\x00\x65\x00\x72\x00\x20\x00\x53\x00\ -\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x20\x00\x7b\x00\ -\x7d\x00\x20\x00\x69\x00\x73\x00\x74\x00\x20\x00\x6e\x00\x6f\x00\ -\x63\x00\x68\x00\x20\x00\x6f\x00\x66\x00\x66\x00\x65\x00\x6e\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x27\x41\x62\x6f\x75\x74\x20\x74\ -\x6f\x20\x71\x75\x69\x74\x20\x62\x75\x74\x20\x73\x65\x73\x73\x69\ -\x6f\x6e\x20\x7b\x7d\x20\x73\x74\x69\x6c\x6c\x20\x6f\x70\x65\x6e\ -\x07\x00\x00\x00\x0d\x41\x73\x6b\x42\x65\x66\x6f\x72\x65\x51\x75\ -\x69\x74\x01\x03\x00\x00\x00\x28\x00\xc4\x00\x6e\x00\x64\x00\x65\ -\x00\x72\x00\x75\x00\x6e\x00\x67\x00\x65\x00\x6e\x00\x20\x00\x56\ -\x00\x65\x00\x72\x00\x77\x00\x65\x00\x72\x00\x66\x00\x65\x00\x6e\ -\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0f\x44\x69\x73\x63\x61\x72\ -\x64\x20\x43\x68\x61\x6e\x67\x65\x73\x07\x00\x00\x00\x0d\x41\x73\ -\x6b\x42\x65\x66\x6f\x72\x65\x51\x75\x69\x74\x01\x03\x00\x00\x00\ -\x2c\x00\x4d\x00\xf6\x00\x63\x00\x68\x00\x74\x00\x65\x00\x6e\x00\ -\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\x73\x00\x70\x00\x65\x00\ -\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x00\x3f\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x14\x44\x6f\x20\x79\x6f\x75\x20\x77\x61\ -\x6e\x74\x20\x74\x6f\x20\x73\x61\x76\x65\x3f\x07\x00\x00\x00\x0d\ -\x41\x73\x6b\x42\x65\x66\x6f\x72\x65\x51\x75\x69\x74\x01\x03\x00\ -\x00\x00\x1a\x00\x4e\x00\x69\x00\x63\x00\x68\x00\x74\x00\x20\x00\ -\x42\x00\x65\x00\x65\x00\x6e\x00\x64\x00\x65\x00\x6e\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x0a\x44\x6f\x6e\x27\x74\x20\x51\x75\x69\ -\x74\x07\x00\x00\x00\x0d\x41\x73\x6b\x42\x65\x66\x6f\x72\x65\x51\ -\x75\x69\x74\x01\x03\x00\x00\x00\x12\x00\x53\x00\x70\x00\x65\x00\ -\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x04\x53\x61\x76\x65\x07\x00\x00\x00\x0d\x41\x73\ +\x57\x65\x00\x00\x16\x72\x0b\x97\x7b\xad\x00\x00\x27\x3c\x0b\xfc\ +\xa6\x8e\x00\x00\x25\x44\x0c\x17\x1f\x5f\x00\x00\x2e\x4f\x0c\x7c\ +\x88\xff\x00\x00\x01\x81\x0c\xbb\x01\x73\x00\x00\x09\x3c\x0c\xbb\ +\x01\x73\x00\x00\x18\xd1\x0c\xd1\x5e\x0e\x00\x00\x2a\x1e\x0c\xfc\ +\x45\xce\x00\x00\x22\xef\x0d\x09\xf9\x75\x00\x00\x1d\xe1\x0d\x1b\ +\xa6\xf3\x00\x00\x0d\x06\x0d\x44\x5a\x01\x00\x00\x10\x16\x0d\x44\ +\x5a\x03\x00\x00\x10\x41\x0d\x44\x5a\x07\x00\x00\x10\x6c\x0d\x6c\ +\xe5\x0e\x00\x00\x28\xe3\x0d\xe6\xc5\xa4\x00\x00\x0e\xdc\x0e\x61\ +\x3e\x04\x00\x00\x01\xe3\x0e\x81\x4e\x34\x00\x00\x00\x00\x0e\x8f\ +\x55\x45\x00\x00\x17\x08\x0e\xb5\x5d\x1e\x00\x00\x26\x61\x0e\xc3\ +\x60\x16\x00\x00\x0b\x88\x0f\x53\xf3\xc5\x00\x00\x1f\x93\x0f\x6b\ +\x84\x53\x00\x00\x11\x9e\x0f\xb7\x6f\xd9\x00\x00\x0d\x87\x0f\xb7\ +\x6f\xd9\x00\x00\x2c\xb6\x0f\xe4\xff\x9e\x00\x00\x19\x65\x69\x00\ +\x00\x30\x7f\x03\x00\x00\x00\x38\x00\x50\x00\x72\x00\x6f\x00\x67\ +\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x73\x00\x6f\x00\x6c\ +\x00\x6c\x00\x20\x00\x62\x00\x65\x00\x65\x00\x6e\x00\x64\x00\x65\ +\x00\x74\x00\x20\x00\x77\x00\x65\x00\x72\x00\x64\x00\x65\x00\x6e\ +\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0d\x41\x62\x6f\x75\x74\x20\ +\x74\x6f\x20\x71\x75\x69\x74\x07\x00\x00\x00\x0d\x41\x73\x6b\x42\ +\x65\x66\x6f\x72\x65\x51\x75\x69\x74\x01\x03\x00\x00\x00\x78\x00\ +\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\ +\x20\x00\x73\x00\x6f\x00\x6c\x00\x6c\x00\x20\x00\x62\x00\x65\x00\ +\x65\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x20\x00\x77\x00\x65\x00\ +\x72\x00\x64\x00\x65\x00\x6e\x00\x2c\x00\x20\x00\x61\x00\x62\x00\ +\x65\x00\x72\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\ +\x6f\x00\x6e\x00\x20\x00\x7b\x00\x7d\x00\x20\x00\x69\x00\x73\x00\ +\x74\x00\x20\x00\x6e\x00\x6f\x00\x63\x00\x68\x00\x20\x00\x6f\x00\ +\x66\x00\x66\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x27\x41\x62\x6f\x75\x74\x20\x74\x6f\x20\x71\x75\x69\x74\x20\x62\ +\x75\x74\x20\x73\x65\x73\x73\x69\x6f\x6e\x20\x7b\x7d\x20\x73\x74\ +\x69\x6c\x6c\x20\x6f\x70\x65\x6e\x07\x00\x00\x00\x0d\x41\x73\x6b\ +\x42\x65\x66\x6f\x72\x65\x51\x75\x69\x74\x01\x03\x00\x00\x00\x28\ +\x00\xc4\x00\x6e\x00\x64\x00\x65\x00\x72\x00\x75\x00\x6e\x00\x67\ +\x00\x65\x00\x6e\x00\x20\x00\x56\x00\x65\x00\x72\x00\x77\x00\x65\ +\x00\x72\x00\x66\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\ +\x00\x0f\x44\x69\x73\x63\x61\x72\x64\x20\x43\x68\x61\x6e\x67\x65\ +\x73\x07\x00\x00\x00\x0d\x41\x73\x6b\x42\x65\x66\x6f\x72\x65\x51\ +\x75\x69\x74\x01\x03\x00\x00\x00\x2c\x00\x4d\x00\xf6\x00\x63\x00\ +\x68\x00\x74\x00\x65\x00\x6e\x00\x20\x00\x53\x00\x69\x00\x65\x00\ +\x20\x00\x73\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\ +\x72\x00\x6e\x00\x3f\x08\x00\x00\x00\x00\x06\x00\x00\x00\x14\x44\ +\x6f\x20\x79\x6f\x75\x20\x77\x61\x6e\x74\x20\x74\x6f\x20\x73\x61\ +\x76\x65\x3f\x07\x00\x00\x00\x0d\x41\x73\x6b\x42\x65\x66\x6f\x72\ +\x65\x51\x75\x69\x74\x01\x03\x00\x00\x00\x1a\x00\x4e\x00\x69\x00\ +\x63\x00\x68\x00\x74\x00\x20\x00\x42\x00\x65\x00\x65\x00\x6e\x00\ +\x64\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0a\x44\ +\x6f\x6e\x27\x74\x20\x51\x75\x69\x74\x07\x00\x00\x00\x0d\x41\x73\ \x6b\x42\x65\x66\x6f\x72\x65\x51\x75\x69\x74\x01\x03\x00\x00\x00\ -\x0a\x00\x24\x00\x50\x00\x41\x00\x54\x00\x48\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x05\x24\x50\x41\x54\x48\x07\x00\x00\x00\x06\x44\ -\x69\x61\x6c\x6f\x67\x01\x03\x00\x00\x01\x02\x00\x45\x00\x69\x00\ -\x6e\x00\x6e\x00\x20\x00\x61\x00\x62\x00\x73\x00\x6f\x00\x6c\x00\ -\x75\x00\x74\x00\x65\x00\x72\x00\x20\x00\x50\x00\x66\x00\x61\x00\ -\x64\x00\x20\x00\x70\x00\x72\x00\x6f\x00\x20\x00\x5a\x00\x65\x00\ -\x69\x00\x6c\x00\x65\x00\x20\x00\x28\x00\x7a\x00\x2e\x00\x42\x00\ -\x2e\x00\x20\x00\x2f\x00\x68\x00\x6f\x00\x6d\x00\x65\x00\x2f\x00\ -\x75\x00\x73\x00\x65\x00\x72\x00\x2f\x00\x61\x00\x75\x00\x64\x00\ -\x69\x00\x6f\x00\x2d\x00\x62\x00\x69\x00\x6e\x00\x29\x00\x2e\x00\ -\x20\x00\x53\x00\x63\x00\x68\x00\x72\x00\xe4\x00\x67\x00\x73\x00\ -\x74\x00\x72\x00\x69\x00\x63\x00\x68\x00\x20\x00\x61\x00\x6d\x00\ -\x20\x00\x45\x00\x6e\x00\x64\x00\x65\x00\x20\x00\x73\x00\x70\x00\ -\x69\x00\x65\x00\x6c\x00\x74\x00\x20\x00\x6b\x00\x65\x00\x69\x00\ -\x6e\x00\x65\x00\x20\x00\x52\x00\x6f\x00\x6c\x00\x6c\x00\x65\x00\ -\x2e\x00\x20\x00\x4b\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x20\x00\ -\x57\x00\x69\x00\x6c\x00\x64\x00\x63\x00\x61\x00\x72\x00\x64\x00\ -\x73\x00\x20\x00\x77\x00\x69\x00\x65\x00\x20\x00\x2a\x00\x20\x00\ -\x6f\x00\x64\x00\x65\x00\x72\x00\x20\x00\x2e\x00\x2e\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x78\x41\x64\x64\x20\x6f\x6e\x65\x20\x61\ -\x62\x73\x6f\x6c\x75\x74\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\ -\x61\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x28\x65\x2e\x67\ -\x2e\x20\x2f\x68\x6f\x6d\x65\x2f\x75\x73\x65\x72\x2f\x61\x75\x64\ -\x69\x6f\x2d\x62\x69\x6e\x29\x20\x70\x65\x72\x20\x6c\x69\x6e\x65\ -\x2e\x20\x4e\x6f\x20\x77\x69\x6c\x64\x63\x61\x72\x64\x73\x2e\x20\ -\x54\x72\x61\x69\x6c\x69\x6e\x67\x20\x73\x6c\x61\x73\x68\x65\x73\ -\x2f\x20\x64\x6f\x6e\x27\x74\x20\x6d\x61\x74\x74\x65\x72\x2e\x07\ -\x00\x00\x00\x06\x44\x69\x61\x6c\x6f\x67\x01\x03\x00\x00\x01\x12\ -\x00\x42\x00\x6c\x00\x61\x00\x63\x00\x6b\x00\x6c\x00\x69\x00\x73\ -\x00\x74\x00\x20\x00\x2d\x00\x20\x00\x41\x00\x75\x00\x73\x00\x66\ -\x00\xfc\x00\x68\x00\x72\x00\x62\x00\x61\x00\x72\x00\x65\x00\x20\ -\x00\x44\x00\x61\x00\x74\x00\x65\x00\x69\x00\x6e\x00\x61\x00\x6d\ -\x00\x65\x00\x6e\x00\x20\x00\x28\x00\x6b\x00\x65\x00\x69\x00\x6e\ -\x00\x65\x00\x20\x00\x67\x00\x61\x00\x6e\x00\x7a\x00\x65\x00\x6e\ -\x00\x20\x00\x50\x00\x66\x00\x61\x00\x64\x00\x65\x00\x29\x00\x20\ -\x00\x68\x00\x69\x00\x6e\x00\x7a\x00\x75\x00\x66\x00\xfc\x00\x67\ -\x00\x65\x00\x6e\x00\x20\x00\x75\x00\x6d\x00\x20\x00\x64\x00\x69\ -\x00\x65\x00\x73\x00\x65\x00\x20\x00\x61\x00\x75\x00\x73\x00\x20\ -\x00\x64\x00\x65\x00\x6d\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\ -\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x73\x00\x74\x00\x61\x00\x72\ -\x00\x74\x00\x65\x00\x72\x00\x20\x00\x7a\x00\x75\x00\x20\x00\x65\ -\x00\x6e\x00\x74\x00\x66\x00\x65\x00\x72\x00\x6e\x00\x65\x00\x6e\ -\x00\x2e\x00\x20\x00\x45\x00\x69\x00\x6e\x00\x20\x00\x50\x00\x72\ -\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x70\ -\x00\x72\x00\x6f\x00\x20\x00\x5a\x00\x65\x00\x69\x00\x6c\x00\x65\ -\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x64\x42\x6c\x61\x63\ -\x6b\x6c\x69\x73\x74\x20\x2d\x20\x45\x78\x63\x6c\x75\x64\x65\x20\ -\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x6e\x61\x6d\x65\x73\ -\x20\x28\x6e\x6f\x74\x20\x70\x61\x74\x68\x73\x29\x20\x66\x72\x6f\ -\x6d\x20\x74\x68\x65\x20\x70\x72\x6f\x67\x72\x61\x6d\x20\x6c\x61\ -\x75\x6e\x63\x68\x65\x72\x2e\x20\x4f\x6e\x65\x20\x65\x78\x65\x63\ -\x75\x74\x61\x62\x6c\x65\x20\x70\x65\x72\x20\x6c\x69\x6e\x65\x2e\ -\x07\x00\x00\x00\x06\x44\x69\x61\x6c\x6f\x67\x01\x03\x00\x00\x02\ -\x5c\x00\x4e\x00\x75\x00\x72\x00\x20\x00\x66\x00\xfc\x00\x72\x00\ -\x20\x00\x66\x00\x6f\x00\x72\x00\x74\x00\x67\x00\x65\x00\x73\x00\ -\x63\x00\x68\x00\x72\x00\x69\x00\x74\x00\x74\x00\x65\x00\x6e\x00\ -\x65\x00\x20\x00\x42\x00\x65\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\ -\x65\x00\x72\x00\x21\x00\x20\x00\x48\x00\x69\x00\x65\x00\x72\x00\ -\x20\x00\x61\x00\x62\x00\x73\x00\x6f\x00\x6c\x00\x75\x00\x74\x00\ -\x65\x00\x20\x00\x50\x00\x66\x00\x61\x00\x64\x00\x65\x00\x20\x00\ -\x68\x00\x69\x00\x6e\x00\x7a\x00\x75\x00\x66\x00\xfc\x00\x67\x00\ -\x65\x00\x6e\x00\x2c\x00\x20\x00\x69\x00\x6e\x00\x20\x00\x64\x00\ -\x65\x00\x6e\x00\x65\x00\x6e\x00\x20\x00\x73\x00\x69\x00\x63\x00\ -\x68\x00\x20\x00\x61\x00\x75\x00\x73\x00\x66\x00\xfc\x00\x68\x00\ -\x72\x00\x62\x00\x61\x00\x72\x00\x65\x00\x20\x00\x44\x00\x61\x00\ -\x74\x00\x65\x00\x69\x00\x65\x00\x6e\x00\x20\x00\x62\x00\x65\x00\ -\x66\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\x2e\x00\x20\x00\ -\x44\x00\x69\x00\x65\x00\x73\x00\x65\x00\x20\x00\x45\x00\x69\x00\ -\x6e\x00\x73\x00\x74\x00\x65\x00\x6c\x00\x6c\x00\x75\x00\x6e\x00\ -\x67\x00\x65\x00\x6e\x00\x20\x00\x67\x00\x65\x00\x6c\x00\x74\x00\ -\x65\x00\x6e\x00\x20\x00\x6e\x00\x75\x00\x72\x00\x20\x00\x66\x00\ -\xfc\x00\x72\x00\x20\x00\x41\x00\x72\x00\x67\x00\x6f\x00\x64\x00\ -\x65\x00\x6a\x00\x6f\x00\x2f\x00\x4e\x00\x53\x00\x4d\x00\x2e\x00\ -\x20\x00\xc4\x00\x6e\x00\x64\x00\x65\x00\x72\x00\x75\x00\x6e\x00\ -\x67\x00\x65\x00\x6e\x00\x20\x00\x62\x00\x65\x00\x6e\x00\xf6\x00\ -\x74\x00\x69\x00\x67\x00\x65\x00\x6e\x00\x20\x00\x65\x00\x69\x00\ -\x6e\x00\x65\x00\x6e\x00\x20\x00\x6b\x00\x6f\x00\x6d\x00\x70\x00\ -\x6c\x00\x65\x00\x74\x00\x74\x00\x65\x00\x6e\x00\x20\x00\x50\x00\ -\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x6e\x00\ -\x65\x00\x75\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x2e\x00\ -\x20\x00\x55\x00\x6d\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\ -\x72\x00\x61\x00\x6d\x00\x6d\x00\x65\x00\x20\x00\x7a\x00\x75\x00\ -\x6d\x00\x20\x00\x53\x00\x63\x00\x68\x00\x6e\x00\x65\x00\x6c\x00\ -\x6c\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\x72\x00\ -\x20\x00\x68\x00\x69\x00\x6e\x00\x7a\x00\x75\x00\x7a\x00\x75\x00\ -\x66\x00\xfc\x00\x67\x00\x65\x00\x6e\x00\x20\x00\x62\x00\x69\x00\ -\x74\x00\x74\x00\x65\x00\x20\x00\x64\x00\x65\x00\x6e\x00\x20\x00\ -\x54\x00\x61\x00\x62\x00\x20\x00\x22\x00\x50\x00\x72\x00\x6f\x00\ -\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x73\x00\x74\x00\x61\x00\ -\x72\x00\x74\x00\x65\x00\x72\x00\x22\x00\x20\x00\x62\x00\x65\x00\ -\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x6e\x00\x2e\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\xd3\x46\x6f\x72\x20\x61\x64\x76\x61\x6e\ -\x63\x65\x64\x20\x75\x73\x65\x72\x73\x20\x6f\x6e\x6c\x79\x21\x20\ -\x41\x64\x64\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x70\ -\x61\x74\x68\x73\x20\x74\x6f\x20\x74\x68\x65\x20\x65\x6e\x76\x69\ -\x72\x6f\x6e\x6d\x65\x6e\x74\x2c\x20\x6a\x75\x73\x74\x20\x66\x6f\ -\x72\x20\x41\x72\x67\x6f\x64\x65\x6a\x6f\x20\x61\x6e\x64\x20\x4e\ -\x53\x4d\x2e\x20\x43\x68\x61\x6e\x67\x65\x73\x20\x6e\x65\x65\x64\ -\x20\x61\x20\x70\x72\x6f\x67\x72\x61\x6d\x20\x72\x65\x73\x74\x61\ -\x72\x74\x20\x61\x66\x74\x65\x72\x77\x61\x72\x64\x73\x2e\x20\x49\ -\x66\x20\x79\x6f\x75\x20\x77\x61\x6e\x74\x20\x79\x6f\x75\x72\x20\ -\x70\x72\x6f\x67\x72\x61\x6d\x73\x20\x69\x6e\x20\x74\x68\x65\x20\ -\x61\x70\x70\x6c\x69\x63\x61\x74\x69\x6f\x6e\x20\x6c\x61\x75\x6e\ -\x63\x68\x65\x72\x20\x75\x73\x65\x20\x74\x68\x65\x20\x6c\x61\x75\ -\x6e\x63\x68\x65\x72\x20\x74\x61\x62\x2e\x07\x00\x00\x00\x06\x44\ -\x69\x61\x6c\x6f\x67\x01\x03\x00\x00\x00\x1e\x00\x50\x00\x72\x00\ -\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x73\x00\x74\x00\ -\x61\x00\x72\x00\x74\x00\x65\x00\x72\x08\x00\x00\x00\x00\x06\x00\ -\x00\x00\x08\x4c\x61\x75\x6e\x63\x68\x65\x72\x07\x00\x00\x00\x06\ -\x44\x69\x61\x6c\x6f\x67\x01\x03\x00\x00\x00\x1a\x00\x45\x00\x69\ -\x00\x6e\x00\x73\x00\x74\x00\x65\x00\x6c\x00\x6c\x00\x75\x00\x6e\ -\x00\x67\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x08\ -\x53\x65\x74\x74\x69\x6e\x67\x73\x07\x00\x00\x00\x06\x44\x69\x61\ -\x6c\x6f\x67\x01\x03\x00\x00\x01\x04\x00\x57\x00\x68\x00\x69\x00\ -\x74\x00\x65\x00\x6c\x00\x69\x00\x73\x00\x74\x00\x20\x00\x2d\x00\ -\x20\x00\x41\x00\x75\x00\x73\x00\x66\x00\xfc\x00\x68\x00\x72\x00\ -\x62\x00\x61\x00\x72\x00\x65\x00\x20\x00\x44\x00\x61\x00\x74\x00\ -\x65\x00\x69\x00\x6e\x00\x61\x00\x6d\x00\x65\x00\x6e\x00\x20\x00\ -\x28\x00\x6b\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x20\x00\x67\x00\ -\x61\x00\x6e\x00\x7a\x00\x65\x00\x6e\x00\x20\x00\x50\x00\x66\x00\ -\x61\x00\x64\x00\x65\x00\x29\x00\x20\x00\x68\x00\x69\x00\x6e\x00\ -\x7a\x00\x75\x00\x66\x00\xfc\x00\x67\x00\x65\x00\x6e\x00\x20\x00\ -\x75\x00\x6d\x00\x20\x00\x64\x00\x69\x00\x65\x00\x73\x00\x65\x00\ -\x20\x00\x69\x00\x6d\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\ -\x72\x00\x61\x00\x6d\x00\x6d\x00\x73\x00\x74\x00\x61\x00\x72\x00\ -\x74\x00\x65\x00\x72\x00\x20\x00\x61\x00\x6e\x00\x7a\x00\x75\x00\ -\x7a\x00\x65\x00\x69\x00\x67\x00\x65\x00\x6e\x00\x2e\x00\x20\x00\ -\x45\x00\x69\x00\x6e\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\ -\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x70\x00\x72\x00\x6f\x00\ -\x20\x00\x5a\x00\x65\x00\x69\x00\x6c\x00\x65\x00\x2e\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x5e\x57\x68\x69\x74\x65\x6c\x69\x73\x74\ -\x20\x2d\x20\x41\x64\x64\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\ -\x65\x20\x6e\x61\x6d\x65\x73\x20\x28\x6e\x6f\x74\x20\x70\x61\x74\ -\x68\x73\x29\x20\x74\x6f\x20\x74\x68\x65\x20\x70\x72\x6f\x67\x72\ -\x61\x6d\x20\x6c\x61\x75\x6e\x63\x68\x65\x72\x2e\x20\x4f\x6e\x65\ -\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x70\x65\x72\x20\ -\x6c\x69\x6e\x65\x2e\x07\x00\x00\x00\x06\x44\x69\x61\x6c\x6f\x67\ -\x01\x03\x00\x00\x00\x18\x00\x42\x00\x65\x00\x73\x00\x63\x00\x68\ -\x00\x72\x00\x65\x00\x69\x00\x62\x00\x75\x00\x6e\x00\x67\x08\x00\ -\x00\x00\x00\x06\x00\x00\x00\x0b\x44\x65\x73\x63\x72\x69\x70\x74\ -\x69\x6f\x6e\x07\x00\x00\x00\x08\x4c\x61\x75\x6e\x63\x68\x65\x72\ -\x01\x03\x00\x00\x00\x08\x00\x4e\x00\x61\x00\x6d\x00\x65\x08\x00\ -\x00\x00\x00\x06\x00\x00\x00\x04\x4e\x61\x6d\x65\x07\x00\x00\x00\ -\x08\x4c\x61\x75\x6e\x63\x68\x65\x72\x01\x03\x00\x00\x00\x08\x00\ -\x50\x00\x66\x00\x61\x00\x64\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\x04\x50\x61\x74\x68\x07\x00\x00\x00\x08\x4c\x61\x75\x6e\x63\x68\ -\x65\x72\x01\x03\x00\x00\x00\xee\x00\x55\x00\x6d\x00\x20\x00\x68\ -\x00\x69\x00\x65\x00\x72\x00\x20\x00\x7a\x00\x75\x00\x20\x00\x73\ -\x00\x63\x00\x68\x00\x72\x00\x65\x00\x69\x00\x62\x00\x65\x00\x6e\ -\x00\x20\x00\x64\x00\x6f\x00\x70\x00\x70\x00\x65\x00\x6c\x00\x6b\ -\x00\x6c\x00\x69\x00\x63\x00\x6b\x00\x65\x00\x6e\x00\x20\x00\x53\ -\x00\x69\x00\x65\x00\x20\x00\x61\x00\x75\x00\x66\x00\x20\x00\x64\ -\x00\x69\x00\x65\x00\x73\x00\x65\x00\x73\x00\x20\x00\x46\x00\x65\ -\x00\x6c\x00\x64\x00\x20\x00\x28\x00\x73\x00\x74\x00\x61\x00\x72\ -\x00\x74\x00\x65\x00\x74\x00\x20\x00\x6e\x00\x73\x00\x6d\x00\x2d\ -\x00\x64\x00\x61\x00\x74\x00\x61\x00\x29\x00\x0a\x00\x46\x00\xfc\ -\x00\x72\x00\x20\x00\x4e\x00\x6f\x00\x74\x00\x69\x00\x7a\x00\x65\ -\x00\x6e\x00\x2c\x00\x20\x00\x54\x00\x4f\x00\x44\x00\x4f\x00\x2c\ -\x00\x20\x00\x52\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\ -\x00\x7a\x00\x65\x00\x6e\x00\x2c\x00\x20\x00\x51\x00\x75\x00\x65\ -\x00\x6c\x00\x6c\x00\x65\x00\x6e\x00\x20\x00\x65\x00\x74\x00\x63\ -\x00\xe2\x00\x80\x00\xa6\x08\x00\x00\x00\x00\x06\x00\x00\x00\x63\ -\x44\x6f\x75\x62\x6c\x65\x20\x63\x6c\x69\x63\x6b\x20\x74\x6f\x20\ -\x61\x64\x64\x20\x74\x68\x65\x20\x63\x6c\x69\x65\x6e\x74\x20\x6e\ -\x73\x6d\x2d\x64\x61\x74\x61\x20\x74\x6f\x20\x77\x72\x69\x74\x65\ -\x20\x68\x65\x72\x65\x2e\x0a\x55\x73\x65\x20\x69\x74\x20\x66\x6f\ -\x72\x20\x6e\x6f\x74\x65\x73\x2c\x20\x54\x4f\x44\x4f\x2c\x20\x72\ -\x65\x66\x65\x72\x65\x6e\x63\x65\x73\x20\x65\x74\x63\xc3\xa2\xc2\ -\x80\xc2\xa6\x07\x00\x00\x00\x18\x4c\x6f\x61\x64\x65\x64\x53\x65\ -\x73\x73\x69\x6f\x6e\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\ -\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x16\ -\x2f\x68\x6f\x6d\x65\x2f\x75\x73\x72\x2f\x4e\x53\x4d\x20\x53\x65\ -\x73\x73\x69\x6f\x6e\x73\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ -\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x01\x41\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ -\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x08\x00\xdc\x00\x62\x00\ -\x65\x00\x72\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x41\x62\x6f\ -\x75\x74\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ -\x77\x01\x03\x00\x00\x00\x38\x00\x50\x00\x72\x00\x6f\x00\x67\x00\ -\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x68\x00\x69\x00\x6e\x00\ -\x7a\x00\x75\x00\x66\x00\xfc\x00\x67\x00\x65\x00\x6e\x00\x20\x00\ -\x28\x00\x50\x00\x72\x00\x6f\x00\x6d\x00\x70\x00\x74\x00\x29\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x13\x41\x64\x64\x20\x43\x6c\x69\ -\x65\x6e\x74\x20\x28\x50\x72\x6f\x6d\x70\x74\x29\x07\x00\x00\x00\ -\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\ -\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x41\x6c\x74\x2b\x4f\ -\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ -\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x41\ -\x6c\x74\x2b\x52\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ +\x12\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\ +\x72\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x53\x61\x76\ +\x65\x07\x00\x00\x00\x0d\x41\x73\x6b\x42\x65\x66\x6f\x72\x65\x51\ +\x75\x69\x74\x01\x03\x00\x00\x00\x0a\x00\x24\x00\x50\x00\x41\x00\ +\x54\x00\x48\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x24\x50\x41\ +\x54\x48\x07\x00\x00\x00\x06\x44\x69\x61\x6c\x6f\x67\x01\x03\x00\ +\x00\x01\x02\x00\x45\x00\x69\x00\x6e\x00\x6e\x00\x20\x00\x61\x00\ +\x62\x00\x73\x00\x6f\x00\x6c\x00\x75\x00\x74\x00\x65\x00\x72\x00\ +\x20\x00\x50\x00\x66\x00\x61\x00\x64\x00\x20\x00\x70\x00\x72\x00\ +\x6f\x00\x20\x00\x5a\x00\x65\x00\x69\x00\x6c\x00\x65\x00\x20\x00\ +\x28\x00\x7a\x00\x2e\x00\x42\x00\x2e\x00\x20\x00\x2f\x00\x68\x00\ +\x6f\x00\x6d\x00\x65\x00\x2f\x00\x75\x00\x73\x00\x65\x00\x72\x00\ +\x2f\x00\x61\x00\x75\x00\x64\x00\x69\x00\x6f\x00\x2d\x00\x62\x00\ +\x69\x00\x6e\x00\x29\x00\x2e\x00\x20\x00\x53\x00\x63\x00\x68\x00\ +\x72\x00\xe4\x00\x67\x00\x73\x00\x74\x00\x72\x00\x69\x00\x63\x00\ +\x68\x00\x20\x00\x61\x00\x6d\x00\x20\x00\x45\x00\x6e\x00\x64\x00\ +\x65\x00\x20\x00\x73\x00\x70\x00\x69\x00\x65\x00\x6c\x00\x74\x00\ +\x20\x00\x6b\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x20\x00\x52\x00\ +\x6f\x00\x6c\x00\x6c\x00\x65\x00\x2e\x00\x20\x00\x4b\x00\x65\x00\ +\x69\x00\x6e\x00\x65\x00\x20\x00\x57\x00\x69\x00\x6c\x00\x64\x00\ +\x63\x00\x61\x00\x72\x00\x64\x00\x73\x00\x20\x00\x77\x00\x69\x00\ +\x65\x00\x20\x00\x2a\x00\x20\x00\x6f\x00\x64\x00\x65\x00\x72\x00\ +\x20\x00\x2e\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x78\x41\ +\x64\x64\x20\x6f\x6e\x65\x20\x61\x62\x73\x6f\x6c\x75\x74\x65\x20\ +\x70\x61\x74\x68\x20\x74\x6f\x20\x61\x20\x64\x69\x72\x65\x63\x74\ +\x6f\x72\x79\x20\x28\x65\x2e\x67\x2e\x20\x2f\x68\x6f\x6d\x65\x2f\ +\x75\x73\x65\x72\x2f\x61\x75\x64\x69\x6f\x2d\x62\x69\x6e\x29\x20\ +\x70\x65\x72\x20\x6c\x69\x6e\x65\x2e\x20\x4e\x6f\x20\x77\x69\x6c\ +\x64\x63\x61\x72\x64\x73\x2e\x20\x54\x72\x61\x69\x6c\x69\x6e\x67\ +\x20\x73\x6c\x61\x73\x68\x65\x73\x2f\x20\x64\x6f\x6e\x27\x74\x20\ +\x6d\x61\x74\x74\x65\x72\x2e\x07\x00\x00\x00\x06\x44\x69\x61\x6c\ +\x6f\x67\x01\x03\x00\x00\x01\x12\x00\x42\x00\x6c\x00\x61\x00\x63\ +\x00\x6b\x00\x6c\x00\x69\x00\x73\x00\x74\x00\x20\x00\x2d\x00\x20\ +\x00\x41\x00\x75\x00\x73\x00\x66\x00\xfc\x00\x68\x00\x72\x00\x62\ +\x00\x61\x00\x72\x00\x65\x00\x20\x00\x44\x00\x61\x00\x74\x00\x65\ +\x00\x69\x00\x6e\x00\x61\x00\x6d\x00\x65\x00\x6e\x00\x20\x00\x28\ +\x00\x6b\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x20\x00\x67\x00\x61\ +\x00\x6e\x00\x7a\x00\x65\x00\x6e\x00\x20\x00\x50\x00\x66\x00\x61\ +\x00\x64\x00\x65\x00\x29\x00\x20\x00\x68\x00\x69\x00\x6e\x00\x7a\ +\x00\x75\x00\x66\x00\xfc\x00\x67\x00\x65\x00\x6e\x00\x20\x00\x75\ +\x00\x6d\x00\x20\x00\x64\x00\x69\x00\x65\x00\x73\x00\x65\x00\x20\ +\x00\x61\x00\x75\x00\x73\x00\x20\x00\x64\x00\x65\x00\x6d\x00\x20\ +\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\ +\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\x72\x00\x20\ +\x00\x7a\x00\x75\x00\x20\x00\x65\x00\x6e\x00\x74\x00\x66\x00\x65\ +\x00\x72\x00\x6e\x00\x65\x00\x6e\x00\x2e\x00\x20\x00\x45\x00\x69\ +\x00\x6e\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\ +\x00\x6d\x00\x6d\x00\x20\x00\x70\x00\x72\x00\x6f\x00\x20\x00\x5a\ +\x00\x65\x00\x69\x00\x6c\x00\x65\x00\x2e\x08\x00\x00\x00\x00\x06\ +\x00\x00\x00\x64\x42\x6c\x61\x63\x6b\x6c\x69\x73\x74\x20\x2d\x20\ +\x45\x78\x63\x6c\x75\x64\x65\x20\x65\x78\x65\x63\x75\x74\x61\x62\ +\x6c\x65\x20\x6e\x61\x6d\x65\x73\x20\x28\x6e\x6f\x74\x20\x70\x61\ +\x74\x68\x73\x29\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x70\x72\ +\x6f\x67\x72\x61\x6d\x20\x6c\x61\x75\x6e\x63\x68\x65\x72\x2e\x20\ +\x4f\x6e\x65\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x70\ +\x65\x72\x20\x6c\x69\x6e\x65\x2e\x07\x00\x00\x00\x06\x44\x69\x61\ +\x6c\x6f\x67\x01\x03\x00\x00\x02\x5c\x00\x4e\x00\x75\x00\x72\x00\ +\x20\x00\x66\x00\xfc\x00\x72\x00\x20\x00\x66\x00\x6f\x00\x72\x00\ +\x74\x00\x67\x00\x65\x00\x73\x00\x63\x00\x68\x00\x72\x00\x69\x00\ +\x74\x00\x74\x00\x65\x00\x6e\x00\x65\x00\x20\x00\x42\x00\x65\x00\ +\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x72\x00\x21\x00\x20\x00\ +\x48\x00\x69\x00\x65\x00\x72\x00\x20\x00\x61\x00\x62\x00\x73\x00\ +\x6f\x00\x6c\x00\x75\x00\x74\x00\x65\x00\x20\x00\x50\x00\x66\x00\ +\x61\x00\x64\x00\x65\x00\x20\x00\x68\x00\x69\x00\x6e\x00\x7a\x00\ +\x75\x00\x66\x00\xfc\x00\x67\x00\x65\x00\x6e\x00\x2c\x00\x20\x00\ +\x69\x00\x6e\x00\x20\x00\x64\x00\x65\x00\x6e\x00\x65\x00\x6e\x00\ +\x20\x00\x73\x00\x69\x00\x63\x00\x68\x00\x20\x00\x61\x00\x75\x00\ +\x73\x00\x66\x00\xfc\x00\x68\x00\x72\x00\x62\x00\x61\x00\x72\x00\ +\x65\x00\x20\x00\x44\x00\x61\x00\x74\x00\x65\x00\x69\x00\x65\x00\ +\x6e\x00\x20\x00\x62\x00\x65\x00\x66\x00\x69\x00\x6e\x00\x64\x00\ +\x65\x00\x6e\x00\x2e\x00\x20\x00\x44\x00\x69\x00\x65\x00\x73\x00\ +\x65\x00\x20\x00\x45\x00\x69\x00\x6e\x00\x73\x00\x74\x00\x65\x00\ +\x6c\x00\x6c\x00\x75\x00\x6e\x00\x67\x00\x65\x00\x6e\x00\x20\x00\ +\x67\x00\x65\x00\x6c\x00\x74\x00\x65\x00\x6e\x00\x20\x00\x6e\x00\ +\x75\x00\x72\x00\x20\x00\x66\x00\xfc\x00\x72\x00\x20\x00\x41\x00\ +\x72\x00\x67\x00\x6f\x00\x64\x00\x65\x00\x6a\x00\x6f\x00\x2f\x00\ +\x4e\x00\x53\x00\x4d\x00\x2e\x00\x20\x00\xc4\x00\x6e\x00\x64\x00\ +\x65\x00\x72\x00\x75\x00\x6e\x00\x67\x00\x65\x00\x6e\x00\x20\x00\ +\x62\x00\x65\x00\x6e\x00\xf6\x00\x74\x00\x69\x00\x67\x00\x65\x00\ +\x6e\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x6e\x00\x20\x00\ +\x6b\x00\x6f\x00\x6d\x00\x70\x00\x6c\x00\x65\x00\x74\x00\x74\x00\ +\x65\x00\x6e\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\ +\x61\x00\x6d\x00\x6d\x00\x6e\x00\x65\x00\x75\x00\x73\x00\x74\x00\ +\x61\x00\x72\x00\x74\x00\x2e\x00\x20\x00\x55\x00\x6d\x00\x20\x00\ +\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\ +\x65\x00\x20\x00\x7a\x00\x75\x00\x6d\x00\x20\x00\x53\x00\x63\x00\ +\x68\x00\x6e\x00\x65\x00\x6c\x00\x6c\x00\x73\x00\x74\x00\x61\x00\ +\x72\x00\x74\x00\x65\x00\x72\x00\x20\x00\x68\x00\x69\x00\x6e\x00\ +\x7a\x00\x75\x00\x7a\x00\x75\x00\x66\x00\xfc\x00\x67\x00\x65\x00\ +\x6e\x00\x20\x00\x62\x00\x69\x00\x74\x00\x74\x00\x65\x00\x20\x00\ +\x64\x00\x65\x00\x6e\x00\x20\x00\x54\x00\x61\x00\x62\x00\x20\x00\ +\x22\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\ +\x6d\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\x72\x00\ +\x22\x00\x20\x00\x62\x00\x65\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\ +\x65\x00\x6e\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\xd3\x46\ +\x6f\x72\x20\x61\x64\x76\x61\x6e\x63\x65\x64\x20\x75\x73\x65\x72\ +\x73\x20\x6f\x6e\x6c\x79\x21\x20\x41\x64\x64\x20\x65\x78\x65\x63\ +\x75\x74\x61\x62\x6c\x65\x20\x70\x61\x74\x68\x73\x20\x74\x6f\x20\ +\x74\x68\x65\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x2c\ +\x20\x6a\x75\x73\x74\x20\x66\x6f\x72\x20\x41\x72\x67\x6f\x64\x65\ +\x6a\x6f\x20\x61\x6e\x64\x20\x4e\x53\x4d\x2e\x20\x43\x68\x61\x6e\ +\x67\x65\x73\x20\x6e\x65\x65\x64\x20\x61\x20\x70\x72\x6f\x67\x72\ +\x61\x6d\x20\x72\x65\x73\x74\x61\x72\x74\x20\x61\x66\x74\x65\x72\ +\x77\x61\x72\x64\x73\x2e\x20\x49\x66\x20\x79\x6f\x75\x20\x77\x61\ +\x6e\x74\x20\x79\x6f\x75\x72\x20\x70\x72\x6f\x67\x72\x61\x6d\x73\ +\x20\x69\x6e\x20\x74\x68\x65\x20\x61\x70\x70\x6c\x69\x63\x61\x74\ +\x69\x6f\x6e\x20\x6c\x61\x75\x6e\x63\x68\x65\x72\x20\x75\x73\x65\ +\x20\x74\x68\x65\x20\x6c\x61\x75\x6e\x63\x68\x65\x72\x20\x74\x61\ +\x62\x2e\x07\x00\x00\x00\x06\x44\x69\x61\x6c\x6f\x67\x01\x03\x00\ +\x00\x00\x1e\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\ +\x6d\x00\x6d\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\ +\x72\x08\x00\x00\x00\x00\x06\x00\x00\x00\x08\x4c\x61\x75\x6e\x63\ +\x68\x65\x72\x07\x00\x00\x00\x06\x44\x69\x61\x6c\x6f\x67\x01\x03\ +\x00\x00\x00\x1a\x00\x45\x00\x69\x00\x6e\x00\x73\x00\x74\x00\x65\ +\x00\x6c\x00\x6c\x00\x75\x00\x6e\x00\x67\x00\x65\x00\x6e\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x08\x53\x65\x74\x74\x69\x6e\x67\x73\ +\x07\x00\x00\x00\x06\x44\x69\x61\x6c\x6f\x67\x01\x03\x00\x00\x01\ +\x04\x00\x57\x00\x68\x00\x69\x00\x74\x00\x65\x00\x6c\x00\x69\x00\ +\x73\x00\x74\x00\x20\x00\x2d\x00\x20\x00\x41\x00\x75\x00\x73\x00\ +\x66\x00\xfc\x00\x68\x00\x72\x00\x62\x00\x61\x00\x72\x00\x65\x00\ +\x20\x00\x44\x00\x61\x00\x74\x00\x65\x00\x69\x00\x6e\x00\x61\x00\ +\x6d\x00\x65\x00\x6e\x00\x20\x00\x28\x00\x6b\x00\x65\x00\x69\x00\ +\x6e\x00\x65\x00\x20\x00\x67\x00\x61\x00\x6e\x00\x7a\x00\x65\x00\ +\x6e\x00\x20\x00\x50\x00\x66\x00\x61\x00\x64\x00\x65\x00\x29\x00\ +\x20\x00\x68\x00\x69\x00\x6e\x00\x7a\x00\x75\x00\x66\x00\xfc\x00\ +\x67\x00\x65\x00\x6e\x00\x20\x00\x75\x00\x6d\x00\x20\x00\x64\x00\ +\x69\x00\x65\x00\x73\x00\x65\x00\x20\x00\x69\x00\x6d\x00\x20\x00\ +\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\ +\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\x72\x00\x20\x00\ +\x61\x00\x6e\x00\x7a\x00\x75\x00\x7a\x00\x65\x00\x69\x00\x67\x00\ +\x65\x00\x6e\x00\x2e\x00\x20\x00\x45\x00\x69\x00\x6e\x00\x20\x00\ +\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\ +\x20\x00\x70\x00\x72\x00\x6f\x00\x20\x00\x5a\x00\x65\x00\x69\x00\ +\x6c\x00\x65\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x5e\x57\ +\x68\x69\x74\x65\x6c\x69\x73\x74\x20\x2d\x20\x41\x64\x64\x20\x65\ +\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x6e\x61\x6d\x65\x73\x20\ +\x28\x6e\x6f\x74\x20\x70\x61\x74\x68\x73\x29\x20\x74\x6f\x20\x74\ +\x68\x65\x20\x70\x72\x6f\x67\x72\x61\x6d\x20\x6c\x61\x75\x6e\x63\ +\x68\x65\x72\x2e\x20\x4f\x6e\x65\x20\x65\x78\x65\x63\x75\x74\x61\ +\x62\x6c\x65\x20\x70\x65\x72\x20\x6c\x69\x6e\x65\x2e\x07\x00\x00\ +\x00\x06\x44\x69\x61\x6c\x6f\x67\x01\x03\x00\x00\x00\x18\x00\x42\ +\x00\x65\x00\x73\x00\x63\x00\x68\x00\x72\x00\x65\x00\x69\x00\x62\ +\x00\x75\x00\x6e\x00\x67\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0b\ +\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x07\x00\x00\x00\x08\ +\x4c\x61\x75\x6e\x63\x68\x65\x72\x01\x03\x00\x00\x00\x08\x00\x4e\ +\x00\x61\x00\x6d\x00\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\ +\x4e\x61\x6d\x65\x07\x00\x00\x00\x08\x4c\x61\x75\x6e\x63\x68\x65\ +\x72\x01\x03\x00\x00\x00\x08\x00\x50\x00\x66\x00\x61\x00\x64\x08\ +\x00\x00\x00\x00\x06\x00\x00\x00\x04\x50\x61\x74\x68\x07\x00\x00\ +\x00\x08\x4c\x61\x75\x6e\x63\x68\x65\x72\x01\x03\x00\x00\x00\xee\ +\x00\x55\x00\x6d\x00\x20\x00\x68\x00\x69\x00\x65\x00\x72\x00\x20\ +\x00\x7a\x00\x75\x00\x20\x00\x73\x00\x63\x00\x68\x00\x72\x00\x65\ +\x00\x69\x00\x62\x00\x65\x00\x6e\x00\x20\x00\x64\x00\x6f\x00\x70\ +\x00\x70\x00\x65\x00\x6c\x00\x6b\x00\x6c\x00\x69\x00\x63\x00\x6b\ +\x00\x65\x00\x6e\x00\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\x61\ +\x00\x75\x00\x66\x00\x20\x00\x64\x00\x69\x00\x65\x00\x73\x00\x65\ +\x00\x73\x00\x20\x00\x46\x00\x65\x00\x6c\x00\x64\x00\x20\x00\x28\ +\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\x74\x00\x20\ +\x00\x6e\x00\x73\x00\x6d\x00\x2d\x00\x64\x00\x61\x00\x74\x00\x61\ +\x00\x29\x00\x0a\x00\x46\x00\xfc\x00\x72\x00\x20\x00\x4e\x00\x6f\ +\x00\x74\x00\x69\x00\x7a\x00\x65\x00\x6e\x00\x2c\x00\x20\x00\x54\ +\x00\x4f\x00\x44\x00\x4f\x00\x2c\x00\x20\x00\x52\x00\x65\x00\x66\ +\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x7a\x00\x65\x00\x6e\x00\x2c\ +\x00\x20\x00\x51\x00\x75\x00\x65\x00\x6c\x00\x6c\x00\x65\x00\x6e\ +\x00\x20\x00\x65\x00\x74\x00\x63\x00\xe2\x00\x80\x00\xa6\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x63\x44\x6f\x75\x62\x6c\x65\x20\x63\ +\x6c\x69\x63\x6b\x20\x74\x6f\x20\x61\x64\x64\x20\x74\x68\x65\x20\ +\x63\x6c\x69\x65\x6e\x74\x20\x6e\x73\x6d\x2d\x64\x61\x74\x61\x20\ +\x74\x6f\x20\x77\x72\x69\x74\x65\x20\x68\x65\x72\x65\x2e\x0a\x55\ +\x73\x65\x20\x69\x74\x20\x66\x6f\x72\x20\x6e\x6f\x74\x65\x73\x2c\ +\x20\x54\x4f\x44\x4f\x2c\x20\x72\x65\x66\x65\x72\x65\x6e\x63\x65\ +\x73\x20\x65\x74\x63\xc3\xa2\xc2\x80\xc2\xa6\x07\x00\x00\x00\x18\ +\x4c\x6f\x61\x64\x65\x64\x53\x65\x73\x73\x69\x6f\x6e\x44\x65\x73\ +\x63\x72\x69\x70\x74\x69\x6f\x6e\x01\x03\xff\xff\xff\xff\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x16\x2f\x68\x6f\x6d\x65\x2f\x75\x73\ +\x72\x2f\x4e\x53\x4d\x20\x53\x65\x73\x73\x69\x6f\x6e\x73\x07\x00\ +\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\ +\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x01\x41\x07\x00\ +\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\ +\x00\x00\x08\x00\xdc\x00\x62\x00\x65\x00\x72\x08\x00\x00\x00\x00\ +\x06\x00\x00\x00\x05\x41\x62\x6f\x75\x74\x07\x00\x00\x00\x0a\x4d\ +\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x38\x00\ +\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\ +\x20\x00\x68\x00\x69\x00\x6e\x00\x7a\x00\x75\x00\x66\x00\xfc\x00\ +\x67\x00\x65\x00\x6e\x00\x20\x00\x28\x00\x50\x00\x72\x00\x6f\x00\ +\x6d\x00\x70\x00\x74\x00\x29\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x13\x41\x64\x64\x20\x43\x6c\x69\x65\x6e\x74\x20\x28\x50\x72\x6f\ +\x6d\x70\x74\x29\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ \x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\ -\x00\x00\x05\x41\x6c\x74\x2b\x53\x07\x00\x00\x00\x0a\x4d\x61\x69\ +\x00\x00\x05\x41\x6c\x74\x2b\x4f\x07\x00\x00\x00\x0a\x4d\x61\x69\ \x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x05\x41\x6c\x74\x2b\x54\x07\x00\x00\x00\ +\x00\x00\x06\x00\x00\x00\x05\x41\x6c\x74\x2b\x52\x07\x00\x00\x00\ \x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\ -\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x41\x6c\x74\x2b\x58\ +\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x41\x6c\x74\x2b\x53\ \x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ -\x03\x00\x00\x00\x10\x00\x41\x00\x72\x00\x67\x00\x6f\x00\x64\x00\ -\x65\x00\x6a\x00\x6f\x08\x00\x00\x00\x00\x06\x00\x00\x00\x08\x41\ -\x72\x67\x6f\x64\x65\x6a\x6f\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ -\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x0c\x43\x6c\x69\x65\x6e\x74\x4e\x61\x6d\x65\ -\x49\x64\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ -\x77\x01\x03\x00\x00\x00\x52\x00\x53\x00\x63\x00\x68\x00\x6c\x00\ -\x69\x00\x65\x00\xdf\x00\x65\x00\x6e\x00\x20\x00\x6f\x00\x68\x00\ -\x6e\x00\x65\x00\x20\x00\x7a\x00\x75\x00\x20\x00\x53\x00\x70\x00\ -\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x00\x20\x00\ -\x28\x00\x22\x00\x41\x00\x62\x00\x62\x00\x72\x00\x65\x00\x63\x00\ -\x68\x00\x65\x00\x6e\x00\x22\x00\x29\x08\x00\x00\x00\x00\x06\x00\ -\x00\x00\x1c\x43\x6c\x6f\x73\x65\x20\x77\x69\x74\x68\x6f\x75\x74\ -\x20\x53\x61\x76\x65\x20\x28\x22\x41\x62\x6f\x72\x74\x22\x29\x07\ +\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x41\ +\x6c\x74\x2b\x54\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ +\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\ +\x00\x00\x05\x41\x6c\x74\x2b\x58\x07\x00\x00\x00\x0a\x4d\x61\x69\ +\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x10\x00\x41\x00\ +\x72\x00\x67\x00\x6f\x00\x64\x00\x65\x00\x6a\x00\x6f\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x08\x41\x72\x67\x6f\x64\x65\x6a\x6f\x07\ \x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\ -\x00\x00\x00\x12\x00\x53\x00\x74\x00\x65\x00\x75\x00\x65\x00\x72\ -\x00\x75\x00\x6e\x00\x67\x08\x00\x00\x00\x00\x06\x00\x00\x00\x07\ -\x43\x6f\x6e\x74\x72\x6f\x6c\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ -\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x06\x43\x74\x72\x6c\x2b\x51\x07\x00\x00\x00\ -\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\ -\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x06\x43\x74\x72\x6c\x2b\ -\x53\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\ -\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0c\ -\x43\x74\x72\x6c\x2b\x53\x68\x69\x66\x74\x2b\x51\x07\x00\x00\x00\ -\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\ -\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0c\x43\x74\x72\x6c\x2b\ -\x53\x68\x69\x66\x74\x2b\x53\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ -\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x0c\x43\x74\x72\x6c\x2b\x53\x68\x69\x66\x74\ -\x2b\x57\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ -\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\x06\x43\x74\x72\x6c\x2b\x57\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ -\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x44\x00\x44\x00\x6f\ -\x00\x70\x00\x70\x00\x65\x00\x6c\x00\x6b\x00\x6c\x00\x69\x00\x63\ -\x00\x6b\x00\x20\x00\x75\x00\x6d\x00\x20\x00\x50\x00\x72\x00\x6f\ -\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x7a\x00\x75\ -\x00\x20\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\x6e\ -\x08\x00\x00\x00\x00\x06\x00\x00\x00\x1c\x44\x6f\x75\x62\x6c\x65\ -\x2d\x63\x6c\x69\x63\x6b\x20\x74\x6f\x20\x6c\x6f\x61\x64\x20\x70\ -\x72\x6f\x67\x72\x61\x6d\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ -\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x02\x46\x32\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ -\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x1a\x00\x56\x00\x6f\ -\x00\x6c\x00\x6c\x00\x65\x00\x20\x00\x41\x00\x6e\x00\x73\x00\x69\ -\x00\x63\x00\x68\x00\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x09\ -\x46\x75\x6c\x6c\x20\x56\x69\x65\x77\x07\x00\x00\x00\x0a\x4d\x61\ -\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x2c\x00\x56\ -\x00\x65\x00\x72\x00\x73\x00\x74\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x20\x00\x61\x00\x6c\x00\x6c\x00\x65\x00\x20\x00\x43\x00\x6c\ -\x00\x69\x00\x65\x00\x6e\x00\x74\x00\x73\x08\x00\x00\x00\x00\x06\ -\x00\x00\x00\x10\x48\x69\x64\x65\x20\x41\x6c\x6c\x20\x43\x6c\x69\ -\x65\x6e\x74\x73\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ -\x64\x6f\x77\x01\x03\x00\x00\x00\x26\x00\x4d\x00\x69\x00\x6e\x00\ -\x69\x00\x6d\x00\x69\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x20\x00\ -\x7a\x00\x75\x00\x6d\x00\x20\x00\x54\x00\x72\x00\x61\x00\x79\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x13\x48\x69\x64\x65\x20\x69\x6e\ -\x20\x53\x79\x73\x74\x65\x6d\x20\x54\x72\x61\x79\x07\x00\x00\x00\ -\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\ -\x2e\x00\x4d\x00\x6f\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x61\x00\ -\x6e\x00\x20\x00\x69\x00\x6e\x00\x20\x00\x64\x00\x65\x00\x72\x00\ -\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x12\x49\x6e\x20\x63\x75\x72\x72\ -\x65\x6e\x74\x20\x73\x65\x73\x73\x69\x6f\x6e\x07\x00\x00\x00\x0a\ -\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x16\ -\x00\x49\x00\x6e\x00\x66\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\ -\x00\x69\x00\x6f\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0b\ -\x49\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x07\x00\x00\x00\x0a\ -\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x08\ -\x00\x4a\x00\x41\x00\x43\x00\x4b\x08\x00\x00\x00\x00\x06\x00\x00\ -\x00\x04\x4a\x41\x43\x4b\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ -\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x0c\x4c\x61\x73\x74\x20\x55\x70\x64\x61\x74\x65\ -\x64\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\ -\x01\x03\x00\x00\x00\x20\x00\x4c\x00\x61\x00\x64\x00\x65\x00\x20\ -\x00\x41\x00\x75\x00\x73\x00\x67\x00\x65\x00\x77\x00\xe4\x00\x68\ -\x00\x6c\x00\x74\x00\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0d\ -\x4c\x6f\x61\x64\x20\x53\x65\x6c\x65\x63\x74\x65\x64\x07\x00\x00\ -\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\ -\x00\x10\x00\x48\x00\x61\x00\x6e\x00\x64\x00\x62\x00\x75\x00\x63\ -\x00\x68\x08\x00\x00\x00\x00\x06\x00\x00\x00\x06\x4d\x61\x6e\x75\ -\x61\x6c\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ -\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\x0f\x4e\x53\x4d\x20\x53\x65\x72\x76\x65\x72\x20\x4d\x6f\x64\x65\ -\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ -\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x07\x4e\ -\x53\x4d\x20\x55\x72\x6c\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ -\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x06\x00\x4e\x00\x65\x00\ -\x75\x08\x00\x00\x00\x00\x06\x00\x00\x00\x03\x4e\x65\x77\x07\x00\ -\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\ -\x00\x00\x10\x00\x41\x00\x72\x00\x62\x00\x65\x00\x69\x00\x74\x00\ -\x65\x00\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0a\x50\x72\x6f\ -\x63\x65\x73\x73\x69\x6e\x67\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ -\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x10\x50\x72\x6f\x67\x72\x61\x6d\x20\x44\x61\ -\x74\x61\x62\x61\x73\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ -\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x20\x00\x53\x00\x63\x00\ -\x68\x00\x6e\x00\x65\x00\x6c\x00\x6c\x00\x65\x00\x20\x00\x41\x00\ -\x6e\x00\x73\x00\x69\x00\x63\x00\x68\x00\x74\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x0a\x51\x75\x69\x63\x6b\x20\x56\x69\x65\x77\x07\ +\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0c\x43\x6c\ +\x69\x65\x6e\x74\x4e\x61\x6d\x65\x49\x64\x07\x00\x00\x00\x0a\x4d\ +\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x52\x00\ +\x53\x00\x63\x00\x68\x00\x6c\x00\x69\x00\x65\x00\xdf\x00\x65\x00\ +\x6e\x00\x20\x00\x6f\x00\x68\x00\x6e\x00\x65\x00\x20\x00\x7a\x00\ +\x75\x00\x20\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\ +\x65\x00\x72\x00\x6e\x00\x20\x00\x28\x00\x22\x00\x41\x00\x62\x00\ +\x62\x00\x72\x00\x65\x00\x63\x00\x68\x00\x65\x00\x6e\x00\x22\x00\ +\x29\x08\x00\x00\x00\x00\x06\x00\x00\x00\x1c\x43\x6c\x6f\x73\x65\ +\x20\x77\x69\x74\x68\x6f\x75\x74\x20\x53\x61\x76\x65\x20\x28\x22\ +\x41\x62\x6f\x72\x74\x22\x29\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ +\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x12\x00\x53\x00\x74\ +\x00\x65\x00\x75\x00\x65\x00\x72\x00\x75\x00\x6e\x00\x67\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x07\x43\x6f\x6e\x74\x72\x6f\x6c\x07\ \x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\ -\x00\x00\x00\x0e\x00\x42\x00\x65\x00\x65\x00\x6e\x00\x64\x00\x65\ -\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x51\x75\x69\x74\ -\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ -\x03\x00\x00\x00\x38\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\ -\x61\x00\x6d\x00\x6d\x00\x64\x00\x61\x00\x74\x00\x65\x00\x6e\x00\ -\x62\x00\x61\x00\x6e\x00\x6b\x00\x20\x00\x67\x00\x65\x00\x6e\x00\ -\x65\x00\x72\x00\x69\x00\x65\x00\x72\x00\x65\x00\x6e\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x18\x52\x65\x62\x75\x69\x6c\x64\x20\x50\ -\x72\x6f\x67\x72\x61\x6d\x20\x44\x61\x74\x61\x62\x61\x73\x65\x07\ +\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x06\x43\x74\ +\x72\x6c\x2b\x51\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ +\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\ +\x00\x00\x06\x43\x74\x72\x6c\x2b\x53\x07\x00\x00\x00\x0a\x4d\x61\ +\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x0c\x43\x74\x72\x6c\x2b\x53\x68\x69\ +\x66\x74\x2b\x51\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ +\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\ +\x00\x00\x0c\x43\x74\x72\x6c\x2b\x53\x68\x69\x66\x74\x2b\x53\x07\ \x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\ -\x00\x00\x00\x12\x00\x45\x00\x6e\x00\x74\x00\x66\x00\x65\x00\x72\ -\x00\x6e\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x06\ -\x52\x65\x6d\x6f\x76\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ -\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x14\x00\x55\x00\x6d\x00\ -\x62\x00\x65\x00\x6e\x00\x65\x00\x6e\x00\x6e\x00\x65\x00\x6e\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x06\x52\x65\x6e\x61\x6d\x65\x07\ +\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0c\x43\x74\ +\x72\x6c\x2b\x53\x68\x69\x66\x74\x2b\x57\x07\x00\x00\x00\x0a\x4d\ +\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\ +\x00\x00\x00\x00\x06\x00\x00\x00\x06\x43\x74\x72\x6c\x2b\x57\x07\ \x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\ -\x00\x00\x00\x14\x00\x46\x00\x6f\x00\x72\x00\x74\x00\x66\x00\xfc\ -\x00\x68\x00\x72\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\ -\x00\x06\x52\x65\x73\x75\x6d\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\ -\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x12\x00\x53\x00\ -\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x04\x53\x61\x76\x65\x07\x00\x00\ -\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\ -\x00\x54\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\ -\x00\x72\x00\x6e\x00\x20\x00\x75\x00\x6e\x00\x64\x00\x20\x00\x6d\ -\x00\x69\x00\x74\x00\x20\x00\x61\x00\x6e\x00\x64\x00\x65\x00\x72\ -\x00\x65\x00\x6d\x00\x20\x00\x4e\x00\x61\x00\x6d\x00\x65\x00\x6e\ -\x00\x20\x00\x6e\x00\x65\x00\x75\x00\x20\x00\xf6\x00\x66\x00\x66\ -\x00\x6e\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x23\ -\x53\x61\x76\x65\x20\x61\x6e\x64\x20\x43\x6c\x6f\x6e\x65\x20\x75\ -\x6e\x64\x65\x72\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x6e\ -\x61\x6d\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\ -\x6f\x77\x01\x03\x00\x00\x00\x2e\x00\x53\x00\x70\x00\x65\x00\x69\ -\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x00\x20\x00\x75\x00\x6e\ -\x00\x64\x00\x20\x00\x53\x00\x63\x00\x68\x00\x6c\x00\x69\x00\x65\ -\x00\xdf\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0e\ -\x53\x61\x76\x65\x20\x61\x6e\x64\x20\x43\x6c\x6f\x73\x65\x07\x00\ -\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\ -\x00\x00\x22\x00\x53\x00\x65\x00\x70\x00\x65\x00\x72\x00\x61\x00\ -\x74\x00\x20\x00\x73\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\ -\x65\x00\x72\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0f\x53\ -\x61\x76\x65\x20\x73\x65\x70\x61\x72\x61\x74\x65\x6c\x79\x07\x00\ +\x00\x00\x00\x44\x00\x44\x00\x6f\x00\x70\x00\x70\x00\x65\x00\x6c\ +\x00\x6b\x00\x6c\x00\x69\x00\x63\x00\x6b\x00\x20\x00\x75\x00\x6d\ +\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\ +\x00\x6d\x00\x20\x00\x7a\x00\x75\x00\x20\x00\x73\x00\x74\x00\x61\ +\x00\x72\x00\x74\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\ +\x00\x1c\x44\x6f\x75\x62\x6c\x65\x2d\x63\x6c\x69\x63\x6b\x20\x74\ +\x6f\x20\x6c\x6f\x61\x64\x20\x70\x72\x6f\x67\x72\x61\x6d\x07\x00\ \x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\ -\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x2b\x53\x65\x6c\ -\x66\x2d\x73\x74\x61\x72\x74\x65\x64\x2c\x20\x63\x6f\x6e\x6e\x65\ -\x63\x74\x65\x64\x20\x74\x6f\x2c\x20\x65\x6e\x76\x69\x72\x6f\x6e\ -\x6d\x65\x6e\x74\x20\x76\x61\x72\x07\x00\x00\x00\x0a\x4d\x61\x69\ -\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x16\x53\x65\x73\x73\x69\x6f\x6e\x20\x4e\ -\x61\x6d\x65\x20\x47\x6f\x65\x73\x20\x48\x65\x72\x65\x07\x00\x00\ -\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\ -\x00\x1e\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\ -\x00\x20\x00\x4e\x00\x6f\x00\x74\x00\x69\x00\x7a\x00\x65\x00\x6e\ -\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0d\x53\x65\x73\x73\x69\x6f\ -\x6e\x20\x4e\x6f\x74\x65\x73\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ -\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x0c\x53\x65\x73\x73\x69\x6f\x6e\x20\x52\x6f\ -\x6f\x74\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ -\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\ -\x0b\x53\x65\x73\x73\x69\x6f\x6e\x4e\x61\x6d\x65\x07\x00\x00\x00\ +\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x02\x46\x32\x07\ +\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\ +\x00\x00\x00\x1a\x00\x56\x00\x6f\x00\x6c\x00\x6c\x00\x65\x00\x20\ +\x00\x41\x00\x6e\x00\x73\x00\x69\x00\x63\x00\x68\x00\x74\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x09\x46\x75\x6c\x6c\x20\x56\x69\x65\ +\x77\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\ +\x01\x03\x00\x00\x00\x2c\x00\x56\x00\x65\x00\x72\x00\x73\x00\x74\ +\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x20\x00\x61\x00\x6c\x00\x6c\ +\x00\x65\x00\x20\x00\x43\x00\x6c\x00\x69\x00\x65\x00\x6e\x00\x74\ +\x00\x73\x08\x00\x00\x00\x00\x06\x00\x00\x00\x10\x48\x69\x64\x65\ +\x20\x41\x6c\x6c\x20\x43\x6c\x69\x65\x6e\x74\x73\x07\x00\x00\x00\ \x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\ -\x1a\x00\x45\x00\x69\x00\x6e\x00\x73\x00\x74\x00\x65\x00\x6c\x00\ -\x6c\x00\x75\x00\x6e\x00\x67\x00\x65\x00\x6e\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x08\x53\x65\x74\x74\x69\x6e\x67\x73\x07\x00\x00\ -\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\ -\x00\x24\x00\x5a\x00\x65\x00\x69\x00\x67\x00\x65\x00\x20\x00\x61\ -\x00\x6c\x00\x6c\x00\x65\x00\x20\x00\x43\x00\x6c\x00\x69\x00\x65\ -\x00\x6e\x00\x74\x00\x73\x08\x00\x00\x00\x00\x06\x00\x00\x00\x10\ -\x53\x68\x6f\x77\x20\x41\x6c\x6c\x20\x43\x6c\x69\x65\x6e\x74\x73\ -\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ -\x03\x00\x00\x00\x28\x00\x4e\x00\x65\x00\x75\x00\x65\x00\x20\x00\ -\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x20\x00\ -\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\x6e\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x11\x53\x74\x61\x72\x74\x20\x4e\x65\x77\ -\x20\x53\x65\x73\x73\x69\x6f\x6e\x07\x00\x00\x00\x0a\x4d\x61\x69\ -\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x08\x00\x53\x00\ -\x74\x00\x6f\x00\x70\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x53\ -\x74\x6f\x70\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\ -\x6f\x77\x01\x03\x00\x00\x00\x2e\x00\x53\x00\x69\x00\x63\x00\x68\ -\x00\x74\x00\x62\x00\x61\x00\x72\x00\x6b\x00\x65\x00\x69\x00\x74\ -\x00\x20\x00\x75\x00\x6d\x00\x73\x00\x63\x00\x68\x00\x61\x00\x6c\ -\x00\x74\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0e\ -\x54\x6f\x67\x67\x6c\x65\x20\x56\x69\x73\x69\x62\x6c\x65\x07\x00\ +\x26\x00\x4d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x65\x00\ +\x72\x00\x65\x00\x6e\x00\x20\x00\x7a\x00\x75\x00\x6d\x00\x20\x00\ +\x54\x00\x72\x00\x61\x00\x79\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x13\x48\x69\x64\x65\x20\x69\x6e\x20\x53\x79\x73\x74\x65\x6d\x20\ +\x54\x72\x61\x79\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ +\x64\x6f\x77\x01\x03\x00\x00\x00\x2e\x00\x4d\x00\x6f\x00\x6d\x00\ +\x65\x00\x6e\x00\x74\x00\x61\x00\x6e\x00\x20\x00\x69\x00\x6e\x00\ +\x20\x00\x64\x00\x65\x00\x72\x00\x20\x00\x53\x00\x65\x00\x73\x00\ +\x73\x00\x69\x00\x6f\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x12\x49\x6e\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x73\x65\x73\x73\ +\x69\x6f\x6e\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\ +\x6f\x77\x01\x03\x00\x00\x00\x16\x00\x49\x00\x6e\x00\x66\x00\x6f\ +\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x0b\x49\x6e\x66\x6f\x72\x6d\x61\x74\ +\x69\x6f\x6e\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\ +\x6f\x77\x01\x03\x00\x00\x00\x08\x00\x4a\x00\x41\x00\x43\x00\x4b\ +\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x4a\x41\x43\x4b\x07\x00\ +\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\ +\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0c\x4c\x61\x73\ +\x74\x20\x55\x70\x64\x61\x74\x65\x64\x07\x00\x00\x00\x0a\x4d\x61\ +\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x20\x00\x4c\ +\x00\x61\x00\x64\x00\x65\x00\x20\x00\x41\x00\x75\x00\x73\x00\x67\ +\x00\x65\x00\x77\x00\xe4\x00\x68\x00\x6c\x00\x74\x00\x65\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x0d\x4c\x6f\x61\x64\x20\x53\x65\x6c\ +\x65\x63\x74\x65\x64\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\ +\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x10\x00\x48\x00\x61\x00\x6e\ +\x00\x64\x00\x62\x00\x75\x00\x63\x00\x68\x08\x00\x00\x00\x00\x06\ +\x00\x00\x00\x06\x4d\x61\x6e\x75\x61\x6c\x07\x00\x00\x00\x0a\x4d\ +\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\ +\x00\x00\x00\x00\x06\x00\x00\x00\x0f\x4e\x53\x4d\x20\x53\x65\x72\ +\x76\x65\x72\x20\x4d\x6f\x64\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\ +\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x07\x4e\x53\x4d\x20\x55\x72\x6c\x07\x00\ \x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\ -\x00\x00\x16\x00\x42\x00\x61\x00\x75\x00\x6d\x00\x61\x00\x6e\x00\ -\x73\x00\x69\x00\x63\x00\x68\x00\x74\x08\x00\x00\x00\x00\x06\x00\ -\x00\x00\x09\x54\x72\x65\x65\x20\x56\x69\x65\x77\x07\x00\x00\x00\ -\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\ -\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0f\x6f\x73\x63\x2e\x75\ -\x70\x64\x20\x69\x70\x20\x70\x6f\x72\x74\x07\x00\x00\x00\x0a\x4d\ +\x00\x00\x06\x00\x4e\x00\x65\x00\x75\x08\x00\x00\x00\x00\x06\x00\ +\x00\x00\x03\x4e\x65\x77\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ +\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x10\x00\x41\x00\x72\x00\ +\x62\x00\x65\x00\x69\x00\x74\x00\x65\x00\x74\x08\x00\x00\x00\x00\ +\x06\x00\x00\x00\x0a\x50\x72\x6f\x63\x65\x73\x73\x69\x6e\x67\x07\ +\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\ +\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x10\x50\x72\ +\x6f\x67\x72\x61\x6d\x20\x44\x61\x74\x61\x62\x61\x73\x65\x07\x00\ +\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\ +\x00\x00\x20\x00\x53\x00\x63\x00\x68\x00\x6e\x00\x65\x00\x6c\x00\ +\x6c\x00\x65\x00\x20\x00\x41\x00\x6e\x00\x73\x00\x69\x00\x63\x00\ +\x68\x00\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0a\x51\x75\x69\ +\x63\x6b\x20\x56\x69\x65\x77\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ +\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x0e\x00\x42\x00\x65\ +\x00\x65\x00\x6e\x00\x64\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\ +\x00\x00\x00\x04\x51\x75\x69\x74\x07\x00\x00\x00\x0a\x4d\x61\x69\ +\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x38\x00\x50\x00\ +\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x64\x00\ +\x61\x00\x74\x00\x65\x00\x6e\x00\x62\x00\x61\x00\x6e\x00\x6b\x00\ +\x20\x00\x67\x00\x65\x00\x6e\x00\x65\x00\x72\x00\x69\x00\x65\x00\ +\x72\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x18\x52\ +\x65\x62\x75\x69\x6c\x64\x20\x50\x72\x6f\x67\x72\x61\x6d\x20\x44\ +\x61\x74\x61\x62\x61\x73\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ +\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x12\x00\x45\x00\x6e\ +\x00\x74\x00\x66\x00\x65\x00\x72\x00\x6e\x00\x65\x00\x6e\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x06\x52\x65\x6d\x6f\x76\x65\x07\x00\ +\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\ +\x00\x00\x14\x00\x55\x00\x6d\x00\x62\x00\x65\x00\x6e\x00\x65\x00\ +\x6e\x00\x6e\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x06\x52\x65\x6e\x61\x6d\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\ +\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x14\x00\x46\x00\x6f\ +\x00\x72\x00\x74\x00\x66\x00\xfc\x00\x68\x00\x72\x00\x65\x00\x6e\ +\x08\x00\x00\x00\x00\x06\x00\x00\x00\x06\x52\x65\x73\x75\x6d\x65\ +\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ +\x03\x00\x00\x00\x12\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\ +\x68\x00\x65\x00\x72\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x04\x53\x61\x76\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\ +\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x54\x00\x53\x00\x70\x00\x65\ +\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x00\x20\x00\x75\ +\x00\x6e\x00\x64\x00\x20\x00\x6d\x00\x69\x00\x74\x00\x20\x00\x61\ +\x00\x6e\x00\x64\x00\x65\x00\x72\x00\x65\x00\x6d\x00\x20\x00\x4e\ +\x00\x61\x00\x6d\x00\x65\x00\x6e\x00\x20\x00\x6e\x00\x65\x00\x75\ +\x00\x20\x00\xf6\x00\x66\x00\x66\x00\x6e\x00\x65\x00\x6e\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x23\x53\x61\x76\x65\x20\x61\x6e\x64\ +\x20\x43\x6c\x6f\x6e\x65\x20\x75\x6e\x64\x65\x72\x20\x64\x69\x66\ +\x66\x65\x72\x65\x6e\x74\x20\x6e\x61\x6d\x65\x07\x00\x00\x00\x0a\ +\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x2e\ +\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\ +\x00\x6e\x00\x20\x00\x75\x00\x6e\x00\x64\x00\x20\x00\x53\x00\x63\ +\x00\x68\x00\x6c\x00\x69\x00\x65\x00\xdf\x00\x65\x00\x6e\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x0e\x53\x61\x76\x65\x20\x61\x6e\x64\ +\x20\x43\x6c\x6f\x73\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ +\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x22\x00\x53\x00\x65\x00\ +\x70\x00\x65\x00\x72\x00\x61\x00\x74\x00\x20\x00\x73\x00\x70\x00\ +\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x0f\x53\x61\x76\x65\x20\x73\x65\x70\x61\ +\x72\x61\x74\x65\x6c\x79\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ +\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\ +\x06\x00\x00\x00\x2b\x53\x65\x6c\x66\x2d\x73\x74\x61\x72\x74\x65\ +\x64\x2c\x20\x63\x6f\x6e\x6e\x65\x63\x74\x65\x64\x20\x74\x6f\x2c\ +\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x76\x61\x72\ +\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ +\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x16\x53\ +\x65\x73\x73\x69\x6f\x6e\x20\x4e\x61\x6d\x65\x20\x47\x6f\x65\x73\ +\x20\x48\x65\x72\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\ +\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x1e\x00\x53\x00\x65\x00\x73\ +\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x20\x00\x4e\x00\x6f\x00\x74\ +\x00\x69\x00\x7a\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\ +\x00\x0d\x53\x65\x73\x73\x69\x6f\x6e\x20\x4e\x6f\x74\x65\x73\x07\ +\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\ +\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0c\x53\x65\ +\x73\x73\x69\x6f\x6e\x20\x52\x6f\x6f\x74\x07\x00\x00\x00\x0a\x4d\ \x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x13\x76\x65\x72\x73\x69\x6f\x6e\ -\x20\x61\x6e\x64\x20\x72\x75\x6e\x6e\x69\x6e\x67\x07\x00\x00\x00\ -\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\ -\x84\x00\x55\x00\x6d\x00\x62\x00\x65\x00\x6e\x00\x65\x00\x6e\x00\ -\x6e\x00\x65\x00\x6e\x00\x20\x00\x75\x00\x6e\x00\x64\x00\x20\x00\ -\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\ -\x4e\x00\x6f\x00\x74\x00\x69\x00\x74\x00\x7a\x00\x65\x00\x6e\x00\ -\x20\x00\x61\x00\x6b\x00\x74\x00\x69\x00\x76\x00\x69\x00\x65\x00\ -\x72\x00\x65\x00\x6e\x00\x20\x00\x28\x00\x6d\x00\x69\x00\x74\x00\ -\x20\x00\x43\x00\x6c\x00\x69\x00\x65\x00\x6e\x00\x74\x00\x20\x00\ -\x27\x00\x6e\x00\x73\x00\x6d\x00\x2d\x00\x64\x00\x61\x00\x74\x00\ -\x61\x00\x27\x00\x29\x08\x00\x00\x00\x00\x06\x00\x00\x00\x3a\x43\ -\x6c\x69\x65\x6e\x74\x20\x52\x65\x6e\x61\x6d\x69\x6e\x67\x20\x61\ -\x6e\x64\x20\x53\x65\x73\x73\x69\x6f\x6e\x20\x4e\x6f\x74\x65\x73\ -\x0a\x28\x61\x64\x64\x73\x20\x63\x6c\x69\x65\x6e\x74\x20\x27\x6e\ -\x73\x6d\x2d\x64\x61\x74\x61\x27\x29\x07\x00\x00\x00\x0a\x4e\x65\ -\x77\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\xff\xff\xff\xff\x08\x00\ -\x00\x00\x00\x06\x00\x00\x00\x06\x44\x69\x61\x6c\x6f\x67\x07\x00\ -\x00\x00\x0a\x4e\x65\x77\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\ -\x00\x00\x2a\x00\x4e\x00\x61\x00\x6d\x00\x65\x00\x20\x00\x66\x00\ -\xfc\x00\x72\x00\x20\x00\x6e\x00\x65\x00\x75\x00\x65\x00\x20\x00\ -\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x10\x4e\x65\x77\x20\x53\x65\x73\x73\x69\ -\x6f\x6e\x20\x4e\x61\x6d\x65\x07\x00\x00\x00\x0a\x4e\x65\x77\x53\ -\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\x68\x00\x53\x00\x70\ -\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x65\x00\x20\ -\x00\x4a\x00\x41\x00\x43\x00\x4b\x00\x2d\x00\x56\x00\x65\x00\x72\ -\x00\x62\x00\x69\x00\x6e\x00\x64\x00\x75\x00\x6e\x00\x67\x00\x65\ -\x00\x6e\x00\x20\x00\x28\x00\x6d\x00\x69\x00\x74\x00\x20\x00\x43\ -\x00\x6c\x00\x69\x00\x65\x00\x6e\x00\x74\x00\x20\x00\x27\x00\x6a\ -\x00\x61\x00\x63\x00\x6b\x00\x70\x00\x61\x00\x74\x00\x63\x00\x68\ -\x00\x27\x00\x29\x08\x00\x00\x00\x00\x06\x00\x00\x00\x30\x53\x61\ -\x76\x65\x20\x4a\x41\x43\x4b\x20\x43\x6f\x6e\x6e\x65\x63\x74\x69\ -\x6f\x6e\x73\x0a\x28\x61\x64\x64\x73\x20\x63\x6c\x69\x65\x6e\x74\ -\x73\x20\x27\x6a\x61\x63\x6b\x70\x61\x74\x63\x68\x27\x29\x07\x00\ -\x00\x00\x0a\x4e\x65\x77\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\ -\x00\x00\x2e\x00\x28\x00\x42\x00\x65\x00\x66\x00\x65\x00\x68\x00\ -\x6c\x00\x20\x00\x6e\x00\x69\x00\x63\x00\x68\x00\x74\x00\x20\x00\ -\x67\x00\x65\x00\x66\x00\x75\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\ -\x29\x08\x00\x00\x00\x00\x06\x00\x00\x00\x13\x28\x63\x6f\x6d\x6d\ -\x61\x6e\x64\x20\x6e\x6f\x74\x20\x66\x6f\x75\x6e\x64\x29\x07\x00\ -\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\ -\x00\x00\x00\x14\x00\xc4\x00\x6e\x00\x64\x00\x65\x00\x72\x00\x75\ -\x00\x6e\x00\x67\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\ -\x00\x07\x43\x68\x61\x6e\x67\x65\x73\x07\x00\x00\x00\x0b\x4f\x70\ -\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\x04\x00\ -\x49\x00\x44\x08\x00\x00\x00\x00\x06\x00\x00\x00\x02\x49\x44\x07\ -\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\ -\x03\x00\x00\x00\x0a\x00\x4c\x00\x61\x00\x62\x00\x65\x00\x6c\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x05\x4c\x61\x62\x65\x6c\x07\x00\ -\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\ -\x00\x00\x00\x08\x00\x4e\x00\x61\x00\x6d\x00\x65\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x04\x4e\x61\x6d\x65\x07\x00\x00\x00\x0b\x4f\ -\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\x0c\ -\x00\x53\x00\x74\x00\x61\x00\x74\x00\x75\x00\x73\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x06\x53\x74\x61\x74\x75\x73\x07\x00\x00\x00\ -\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\ -\x00\x18\x00\x53\x00\x69\x00\x63\x00\x68\x00\x74\x00\x62\x00\x61\ -\x00\x72\x00\x6b\x00\x65\x00\x69\x00\x74\x08\x00\x00\x00\x00\x06\ -\x00\x00\x00\x07\x56\x69\x73\x69\x62\x6c\x65\x07\x00\x00\x00\x0b\ -\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\ -\x0a\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x6e\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x05\x63\x6c\x65\x61\x6e\x07\x00\x00\x00\x0b\x4f\ -\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\x1a\ -\x00\x75\x00\x6e\x00\x67\x00\x65\x00\x73\x00\x70\x00\x65\x00\x69\ -\x00\x63\x00\x68\x00\x65\x00\x72\x00\x74\x08\x00\x00\x00\x00\x06\ -\x00\x00\x00\x09\x6e\x6f\x74\x20\x73\x61\x76\x65\x64\x07\x00\x00\ -\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\ -\x00\x00\x02\x27\x14\x08\x00\x00\x00\x00\x06\x00\x00\x00\x03\xe2\ -\x9c\x94\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\ -\x6f\x6e\x01\x03\x00\x00\x00\x02\x27\x16\x08\x00\x00\x00\x00\x06\ -\x00\x00\x00\x03\xe2\x9c\x96\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\ -\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\xb2\x00\x57\x00\ -\xe4\x00\x68\x00\x6c\x00\x65\x00\x6e\x00\x20\x00\x53\x00\x69\x00\ -\x65\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x6e\x00\x20\x00\ -\x4e\x00\x61\x00\x6d\x00\x65\x00\x6e\x00\x20\x00\x66\x00\xfc\x00\ -\x72\x00\x20\x00\x64\x00\x69\x00\x65\x00\x20\x00\x53\x00\x65\x00\ -\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x2e\x00\x20\x00\x42\x00\ -\x65\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x6e\x00\x20\x00\ -\x53\x00\x69\x00\x65\x00\x20\x00\x2f\x00\x20\x00\x75\x00\x6d\x00\ -\x20\x00\x55\x00\x6e\x00\x74\x00\x65\x00\x72\x00\x76\x00\x65\x00\ -\x72\x00\x7a\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\x00\x69\x00\ -\x73\x00\x73\x00\x65\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x7a\x00\ -\x75\x00\x72\x00\x69\x00\x63\x00\x68\x00\x74\x00\x65\x00\x6e\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x2f\x43\x68\x6f\x6f\x73\x65\x20\ -\x61\x20\x70\x72\x6f\x6a\x65\x63\x74\x20\x6e\x61\x6d\x65\x2e\x20\ -\x55\x73\x65\x20\x2f\x20\x66\x6f\x72\x20\x73\x75\x62\x64\x69\x72\ -\x65\x63\x74\x6f\x72\x69\x65\x73\x07\x00\x00\x00\x0b\x50\x72\x6f\ -\x6a\x65\x63\x74\x4e\x61\x6d\x65\x01\x03\x00\x00\x00\x1a\x00\x46\ -\x00\x65\x00\x68\x00\x6c\x00\x65\x00\x72\x00\x6d\x00\x65\x00\x6c\ -\x00\x64\x00\x75\x00\x6e\x00\x67\x08\x00\x00\x00\x00\x06\x00\x00\ -\x00\x0d\x45\x72\x72\x6f\x72\x20\x4d\x65\x73\x73\x61\x67\x65\x07\ -\x00\x00\x00\x0b\x50\x72\x6f\x6a\x65\x63\x74\x4e\x61\x6d\x65\x01\ -\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x46\ -\x6f\x72\x6d\x07\x00\x00\x00\x0b\x50\x72\x6f\x6a\x65\x63\x74\x4e\ -\x61\x6d\x65\x01\x03\x00\x00\x00\x70\x00\x44\x00\x65\x00\x72\x00\ -\x20\x00\x5a\x00\x75\x00\x67\x00\x72\x00\x69\x00\x66\x00\x66\x00\ -\x20\x00\x61\x00\x75\x00\x66\x00\x20\x00\x64\x00\x61\x00\x73\x00\ -\x20\x00\x45\x00\x6c\x00\x74\x00\x65\x00\x72\x00\x6e\x00\x76\x00\ -\x65\x00\x72\x00\x7a\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\x00\ -\x69\x00\x73\x00\x20\x00\x69\x00\x73\x00\x74\x00\x20\x00\x6e\x00\ -\x69\x00\x63\x00\x68\x00\x74\x00\x20\x00\x65\x00\x72\x00\x6c\x00\ -\x61\x00\x75\x00\x62\x00\x74\x00\x2e\x08\x00\x00\x00\x00\x06\x00\ -\x00\x00\x27\x4d\x6f\x76\x69\x6e\x67\x20\x74\x6f\x20\x70\x61\x72\ -\x65\x6e\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x6e\x6f\ -\x74\x20\x61\x6c\x6c\x6f\x77\x65\x64\x2e\x07\x00\x00\x00\x11\x50\ -\x72\x6f\x6a\x65\x63\x74\x4e\x61\x6d\x65\x57\x69\x64\x67\x65\x74\ -\x01\x03\x00\x00\x00\x44\x00\x44\x00\x65\x00\x72\x00\x20\x00\x4e\ -\x00\x61\x00\x6d\x00\x65\x00\x20\x00\x69\x00\x73\x00\x74\x00\x20\ -\x00\x62\x00\x65\x00\x72\x00\x65\x00\x69\x00\x74\x00\x73\x00\x20\ -\x00\x69\x00\x6e\x00\x20\x00\x42\x00\x65\x00\x6e\x00\x75\x00\x74\ -\x00\x7a\x00\x75\x00\x6e\x00\x67\x00\x2e\x08\x00\x00\x00\x00\x06\ -\x00\x00\x00\x17\x4e\x61\x6d\x65\x20\x69\x73\x20\x61\x6c\x72\x65\ -\x61\x64\x79\x20\x69\x6e\x20\x75\x73\x65\x2e\x07\x00\x00\x00\x11\ +\x00\x00\x00\x00\x06\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\ +\x4e\x61\x6d\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ +\x64\x6f\x77\x01\x03\x00\x00\x00\x1a\x00\x45\x00\x69\x00\x6e\x00\ +\x73\x00\x74\x00\x65\x00\x6c\x00\x6c\x00\x75\x00\x6e\x00\x67\x00\ +\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x08\x53\x65\x74\ +\x74\x69\x6e\x67\x73\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\ +\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x24\x00\x5a\x00\x65\x00\x69\ +\x00\x67\x00\x65\x00\x20\x00\x61\x00\x6c\x00\x6c\x00\x65\x00\x20\ +\x00\x43\x00\x6c\x00\x69\x00\x65\x00\x6e\x00\x74\x00\x73\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x10\x53\x68\x6f\x77\x20\x41\x6c\x6c\ +\x20\x43\x6c\x69\x65\x6e\x74\x73\x07\x00\x00\x00\x0a\x4d\x61\x69\ +\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x28\x00\x4e\x00\ +\x65\x00\x75\x00\x65\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\ +\x69\x00\x6f\x00\x6e\x00\x20\x00\x73\x00\x74\x00\x61\x00\x72\x00\ +\x74\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x11\x53\ +\x74\x61\x72\x74\x20\x4e\x65\x77\x20\x53\x65\x73\x73\x69\x6f\x6e\ +\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\ +\x03\x00\x00\x00\x08\x00\x53\x00\x74\x00\x6f\x00\x70\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x04\x53\x74\x6f\x70\x07\x00\x00\x00\x0a\ +\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x2e\ +\x00\x53\x00\x69\x00\x63\x00\x68\x00\x74\x00\x62\x00\x61\x00\x72\ +\x00\x6b\x00\x65\x00\x69\x00\x74\x00\x20\x00\x75\x00\x6d\x00\x73\ +\x00\x63\x00\x68\x00\x61\x00\x6c\x00\x74\x00\x65\x00\x6e\x08\x00\ +\x00\x00\x00\x06\x00\x00\x00\x0e\x54\x6f\x67\x67\x6c\x65\x20\x56\ +\x69\x73\x69\x62\x6c\x65\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\ +\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x16\x00\x42\x00\x61\x00\ +\x75\x00\x6d\x00\x61\x00\x6e\x00\x73\x00\x69\x00\x63\x00\x68\x00\ +\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x09\x54\x72\x65\x65\x20\ +\x56\x69\x65\x77\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ +\x64\x6f\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\ +\x00\x00\x0f\x6f\x73\x63\x2e\x75\x70\x64\x20\x69\x70\x20\x70\x6f\ +\x72\x74\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ +\x77\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x13\x76\x65\x72\x73\x69\x6f\x6e\x20\x61\x6e\x64\x20\x72\x75\x6e\ +\x6e\x69\x6e\x67\x07\x00\x00\x00\x0a\x4d\x61\x69\x6e\x57\x69\x6e\ +\x64\x6f\x77\x01\x03\x00\x00\x00\x84\x00\x55\x00\x6d\x00\x62\x00\ +\x65\x00\x6e\x00\x65\x00\x6e\x00\x6e\x00\x65\x00\x6e\x00\x20\x00\ +\x75\x00\x6e\x00\x64\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\ +\x69\x00\x6f\x00\x6e\x00\x2d\x00\x4e\x00\x6f\x00\x74\x00\x69\x00\ +\x74\x00\x7a\x00\x65\x00\x6e\x00\x20\x00\x61\x00\x6b\x00\x74\x00\ +\x69\x00\x76\x00\x69\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x20\x00\ +\x28\x00\x6d\x00\x69\x00\x74\x00\x20\x00\x43\x00\x6c\x00\x69\x00\ +\x65\x00\x6e\x00\x74\x00\x20\x00\x27\x00\x6e\x00\x73\x00\x6d\x00\ +\x2d\x00\x64\x00\x61\x00\x74\x00\x61\x00\x27\x00\x29\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x3a\x43\x6c\x69\x65\x6e\x74\x20\x52\x65\ +\x6e\x61\x6d\x69\x6e\x67\x20\x61\x6e\x64\x20\x53\x65\x73\x73\x69\ +\x6f\x6e\x20\x4e\x6f\x74\x65\x73\x0a\x28\x61\x64\x64\x73\x20\x63\ +\x6c\x69\x65\x6e\x74\x20\x27\x6e\x73\x6d\x2d\x64\x61\x74\x61\x27\ +\x29\x07\x00\x00\x00\x0a\x4e\x65\x77\x53\x65\x73\x73\x69\x6f\x6e\ +\x01\x03\xff\xff\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x06\ +\x44\x69\x61\x6c\x6f\x67\x07\x00\x00\x00\x0a\x4e\x65\x77\x53\x65\ +\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\x2a\x00\x4e\x00\x61\x00\ +\x6d\x00\x65\x00\x20\x00\x66\x00\xfc\x00\x72\x00\x20\x00\x6e\x00\ +\x65\x00\x75\x00\x65\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\ +\x69\x00\x6f\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x10\x4e\ +\x65\x77\x20\x53\x65\x73\x73\x69\x6f\x6e\x20\x4e\x61\x6d\x65\x07\ +\x00\x00\x00\x0a\x4e\x65\x77\x53\x65\x73\x73\x69\x6f\x6e\x01\x03\ +\x00\x00\x00\x68\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\ +\x00\x65\x00\x72\x00\x65\x00\x20\x00\x4a\x00\x41\x00\x43\x00\x4b\ +\x00\x2d\x00\x56\x00\x65\x00\x72\x00\x62\x00\x69\x00\x6e\x00\x64\ +\x00\x75\x00\x6e\x00\x67\x00\x65\x00\x6e\x00\x20\x00\x28\x00\x6d\ +\x00\x69\x00\x74\x00\x20\x00\x43\x00\x6c\x00\x69\x00\x65\x00\x6e\ +\x00\x74\x00\x20\x00\x27\x00\x6a\x00\x61\x00\x63\x00\x6b\x00\x70\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x27\x00\x29\x08\x00\x00\x00\ +\x00\x06\x00\x00\x00\x30\x53\x61\x76\x65\x20\x4a\x41\x43\x4b\x20\ +\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e\x73\x0a\x28\x61\x64\x64\ +\x73\x20\x63\x6c\x69\x65\x6e\x74\x73\x20\x27\x6a\x61\x63\x6b\x70\ +\x61\x74\x63\x68\x27\x29\x07\x00\x00\x00\x0a\x4e\x65\x77\x53\x65\ +\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\x14\x00\xc4\x00\x6e\x00\ +\x64\x00\x65\x00\x72\x00\x75\x00\x6e\x00\x67\x00\x65\x00\x6e\x08\ +\x00\x00\x00\x00\x06\x00\x00\x00\x07\x43\x68\x61\x6e\x67\x65\x73\ +\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\x6e\ +\x01\x03\x00\x00\x00\x04\x00\x49\x00\x44\x08\x00\x00\x00\x00\x06\ +\x00\x00\x00\x02\x49\x44\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\ +\x65\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\x0a\x00\x4c\x00\x61\ +\x00\x62\x00\x65\x00\x6c\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\ +\x4c\x61\x62\x65\x6c\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\ +\x73\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\x08\x00\x4e\x00\x61\x00\ +\x6d\x00\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x4e\x61\x6d\ +\x65\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\ +\x6e\x01\x03\x00\x00\x00\x0c\x00\x53\x00\x74\x00\x61\x00\x74\x00\ +\x75\x00\x73\x08\x00\x00\x00\x00\x06\x00\x00\x00\x06\x53\x74\x61\ +\x74\x75\x73\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\ +\x69\x6f\x6e\x01\x03\x00\x00\x00\x18\x00\x53\x00\x69\x00\x63\x00\ +\x68\x00\x74\x00\x62\x00\x61\x00\x72\x00\x6b\x00\x65\x00\x69\x00\ +\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x07\x56\x69\x73\x69\x62\ +\x6c\x65\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\ +\x6f\x6e\x01\x03\x00\x00\x00\x0a\x00\x63\x00\x6c\x00\x65\x00\x61\ +\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x63\x6c\x65\x61\ +\x6e\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\x73\x69\x6f\ +\x6e\x01\x03\x00\x00\x00\x1a\x00\x75\x00\x6e\x00\x67\x00\x65\x00\ +\x73\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\ +\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x09\x6e\x6f\x74\x20\x73\ +\x61\x76\x65\x64\x07\x00\x00\x00\x0b\x4f\x70\x65\x6e\x53\x65\x73\ +\x73\x69\x6f\x6e\x01\x03\x00\x00\x00\xb2\x00\x57\x00\xe4\x00\x68\ +\x00\x6c\x00\x65\x00\x6e\x00\x20\x00\x53\x00\x69\x00\x65\x00\x20\ +\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x6e\x00\x20\x00\x4e\x00\x61\ +\x00\x6d\x00\x65\x00\x6e\x00\x20\x00\x66\x00\xfc\x00\x72\x00\x20\ +\x00\x64\x00\x69\x00\x65\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\ +\x00\x69\x00\x6f\x00\x6e\x00\x2e\x00\x20\x00\x42\x00\x65\x00\x6e\ +\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x6e\x00\x20\x00\x53\x00\x69\ +\x00\x65\x00\x20\x00\x2f\x00\x20\x00\x75\x00\x6d\x00\x20\x00\x55\ +\x00\x6e\x00\x74\x00\x65\x00\x72\x00\x76\x00\x65\x00\x72\x00\x7a\ +\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\x00\x69\x00\x73\x00\x73\ +\x00\x65\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x7a\x00\x75\x00\x72\ +\x00\x69\x00\x63\x00\x68\x00\x74\x00\x65\x00\x6e\x08\x00\x00\x00\ +\x00\x06\x00\x00\x00\x2f\x43\x68\x6f\x6f\x73\x65\x20\x61\x20\x70\ +\x72\x6f\x6a\x65\x63\x74\x20\x6e\x61\x6d\x65\x2e\x20\x55\x73\x65\ +\x20\x2f\x20\x66\x6f\x72\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\ +\x6f\x72\x69\x65\x73\x07\x00\x00\x00\x0b\x50\x72\x6f\x6a\x65\x63\ +\x74\x4e\x61\x6d\x65\x01\x03\x00\x00\x00\x1a\x00\x46\x00\x65\x00\ +\x68\x00\x6c\x00\x65\x00\x72\x00\x6d\x00\x65\x00\x6c\x00\x64\x00\ +\x75\x00\x6e\x00\x67\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0d\x45\ +\x72\x72\x6f\x72\x20\x4d\x65\x73\x73\x61\x67\x65\x07\x00\x00\x00\ +\x0b\x50\x72\x6f\x6a\x65\x63\x74\x4e\x61\x6d\x65\x01\x03\xff\xff\ +\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x46\x6f\x72\x6d\ +\x07\x00\x00\x00\x0b\x50\x72\x6f\x6a\x65\x63\x74\x4e\x61\x6d\x65\ +\x01\x03\x00\x00\x00\x70\x00\x44\x00\x65\x00\x72\x00\x20\x00\x5a\ +\x00\x75\x00\x67\x00\x72\x00\x69\x00\x66\x00\x66\x00\x20\x00\x61\ +\x00\x75\x00\x66\x00\x20\x00\x64\x00\x61\x00\x73\x00\x20\x00\x45\ +\x00\x6c\x00\x74\x00\x65\x00\x72\x00\x6e\x00\x76\x00\x65\x00\x72\ +\x00\x7a\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\x00\x69\x00\x73\ +\x00\x20\x00\x69\x00\x73\x00\x74\x00\x20\x00\x6e\x00\x69\x00\x63\ +\x00\x68\x00\x74\x00\x20\x00\x65\x00\x72\x00\x6c\x00\x61\x00\x75\ +\x00\x62\x00\x74\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x27\ +\x4d\x6f\x76\x69\x6e\x67\x20\x74\x6f\x20\x70\x61\x72\x65\x6e\x74\ +\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x6e\x6f\x74\x20\x61\ +\x6c\x6c\x6f\x77\x65\x64\x2e\x07\x00\x00\x00\x11\x50\x72\x6f\x6a\ +\x65\x63\x74\x4e\x61\x6d\x65\x57\x69\x64\x67\x65\x74\x01\x03\x00\ +\x00\x00\x44\x00\x44\x00\x65\x00\x72\x00\x20\x00\x4e\x00\x61\x00\ +\x6d\x00\x65\x00\x20\x00\x69\x00\x73\x00\x74\x00\x20\x00\x62\x00\ +\x65\x00\x72\x00\x65\x00\x69\x00\x74\x00\x73\x00\x20\x00\x69\x00\ +\x6e\x00\x20\x00\x42\x00\x65\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\ +\x75\x00\x6e\x00\x67\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x17\x4e\x61\x6d\x65\x20\x69\x73\x20\x61\x6c\x72\x65\x61\x64\x79\ +\x20\x69\x6e\x20\x75\x73\x65\x2e\x07\x00\x00\x00\x11\x50\x72\x6f\ +\x6a\x65\x63\x74\x4e\x61\x6d\x65\x57\x69\x64\x67\x65\x74\x01\x03\ +\x00\x00\x00\x44\x00\x4e\x00\x61\x00\x6d\x00\x65\x00\x20\x00\x6d\ +\x00\x75\x00\x73\x00\x73\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x20\ +\x00\x72\x00\x65\x00\x6c\x00\x61\x00\x74\x00\x69\x00\x76\x00\x65\ +\x00\x72\x00\x20\x00\x50\x00\x66\x00\x61\x00\x64\x00\x20\x00\x73\ +\x00\x65\x00\x69\x00\x6e\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\ +\x00\x1d\x4e\x61\x6d\x65\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\ +\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\x68\x2e\x07\ +\x00\x00\x00\x11\x50\x72\x6f\x6a\x65\x63\x74\x4e\x61\x6d\x65\x57\ +\x69\x64\x67\x65\x74\x01\x03\x00\x00\x00\x34\x00\x4e\x00\x61\x00\ +\x6d\x00\x65\x00\x20\x00\x64\x00\x61\x00\x72\x00\x66\x00\x20\x00\ +\x6e\x00\x69\x00\x63\x00\x68\x00\x74\x00\x20\x00\x6c\x00\x65\x00\ +\x65\x00\x72\x00\x20\x00\x73\x00\x65\x00\x69\x00\x6e\x00\x2e\x08\ +\x00\x00\x00\x00\x06\x00\x00\x00\x17\x4e\x61\x6d\x65\x20\x6d\x75\ +\x73\x74\x20\x6e\x6f\x74\x20\x62\x65\x20\x65\x6d\x70\x74\x79\x2e\ +\x07\x00\x00\x00\x11\x50\x72\x6f\x6a\x65\x63\x74\x4e\x61\x6d\x65\ +\x57\x69\x64\x67\x65\x74\x01\x03\x00\x00\x00\x6a\x00\x53\x00\x69\ +\x00\x65\x00\x20\x00\x68\x00\x61\x00\x62\x00\x65\x00\x6e\x00\x20\ +\x00\x6b\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x20\x00\x53\x00\x63\ +\x00\x68\x00\x72\x00\x65\x00\x69\x00\x62\x00\x72\x00\x65\x00\x63\ +\x00\x68\x00\x74\x00\x65\x00\x20\x00\x66\x00\xfc\x00\x72\x00\x20\ +\x00\x64\x00\x69\x00\x65\x00\x73\x00\x65\x00\x73\x00\x20\x00\x56\ +\x00\x65\x00\x72\x00\x7a\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\ +\x00\x69\x00\x73\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x2b\ +\x57\x72\x69\x74\x69\x6e\x67\x20\x69\x6e\x20\x74\x68\x69\x73\x20\ +\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x6e\x6f\x74\ +\x20\x70\x65\x72\x6d\x69\x74\x74\x65\x64\x2e\x07\x00\x00\x00\x11\ \x50\x72\x6f\x6a\x65\x63\x74\x4e\x61\x6d\x65\x57\x69\x64\x67\x65\ -\x74\x01\x03\x00\x00\x00\x44\x00\x4e\x00\x61\x00\x6d\x00\x65\x00\ -\x20\x00\x6d\x00\x75\x00\x73\x00\x73\x00\x20\x00\x65\x00\x69\x00\ -\x6e\x00\x20\x00\x72\x00\x65\x00\x6c\x00\x61\x00\x74\x00\x69\x00\ -\x76\x00\x65\x00\x72\x00\x20\x00\x50\x00\x66\x00\x61\x00\x64\x00\ -\x20\x00\x73\x00\x65\x00\x69\x00\x6e\x00\x2e\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x1d\x4e\x61\x6d\x65\x20\x6d\x75\x73\x74\x20\x62\ -\x65\x20\x61\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\ -\x68\x2e\x07\x00\x00\x00\x11\x50\x72\x6f\x6a\x65\x63\x74\x4e\x61\ -\x6d\x65\x57\x69\x64\x67\x65\x74\x01\x03\x00\x00\x00\x34\x00\x4e\ -\x00\x61\x00\x6d\x00\x65\x00\x20\x00\x64\x00\x61\x00\x72\x00\x66\ -\x00\x20\x00\x6e\x00\x69\x00\x63\x00\x68\x00\x74\x00\x20\x00\x6c\ -\x00\x65\x00\x65\x00\x72\x00\x20\x00\x73\x00\x65\x00\x69\x00\x6e\ -\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x17\x4e\x61\x6d\x65\ -\x20\x6d\x75\x73\x74\x20\x6e\x6f\x74\x20\x62\x65\x20\x65\x6d\x70\ -\x74\x79\x2e\x07\x00\x00\x00\x11\x50\x72\x6f\x6a\x65\x63\x74\x4e\ -\x61\x6d\x65\x57\x69\x64\x67\x65\x74\x01\x03\x00\x00\x00\x6a\x00\ -\x53\x00\x69\x00\x65\x00\x20\x00\x68\x00\x61\x00\x62\x00\x65\x00\ -\x6e\x00\x20\x00\x6b\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x20\x00\ -\x53\x00\x63\x00\x68\x00\x72\x00\x65\x00\x69\x00\x62\x00\x72\x00\ -\x65\x00\x63\x00\x68\x00\x74\x00\x65\x00\x20\x00\x66\x00\xfc\x00\ -\x72\x00\x20\x00\x64\x00\x69\x00\x65\x00\x73\x00\x65\x00\x73\x00\ -\x20\x00\x56\x00\x65\x00\x72\x00\x7a\x00\x65\x00\x69\x00\x63\x00\ -\x68\x00\x6e\x00\x69\x00\x73\x00\x2e\x08\x00\x00\x00\x00\x06\x00\ -\x00\x00\x2b\x57\x72\x69\x74\x69\x6e\x67\x20\x69\x6e\x20\x74\x68\ -\x69\x73\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\ -\x6e\x6f\x74\x20\x70\x65\x72\x6d\x69\x74\x74\x65\x64\x2e\x07\x00\ -\x00\x00\x11\x50\x72\x6f\x6a\x65\x63\x74\x4e\x61\x6d\x65\x57\x69\ -\x64\x67\x65\x74\x01\x03\x00\x00\x01\x78\x00\x42\x00\x65\x00\x66\ -\x00\x65\x00\x68\x00\x6c\x00\x20\x00\x6e\x00\x69\x00\x63\x00\x68\ -\x00\x74\x00\x20\x00\x61\x00\x6b\x00\x7a\x00\x65\x00\x70\x00\x74\ -\x00\x69\x00\x65\x00\x72\x00\x74\x00\x21\x00\x3c\x00\x62\x00\x72\ -\x00\x3e\x00\x50\x00\x61\x00\x72\x00\x61\x00\x6d\x00\x65\x00\x74\ -\x00\x65\x00\x72\x00\x2c\x00\x20\x00\x2d\x00\x2d\x00\x73\x00\x63\ -\x00\x68\x00\x61\x00\x6c\x00\x74\x00\x65\x00\x72\x00\x20\x00\x75\ -\x00\x6e\x00\x64\x00\x20\x00\x72\x00\x65\x00\x6c\x00\x61\x00\x74\ -\x00\x69\x00\x76\x00\x65\x00\x20\x00\x50\x00\x66\x00\x61\x00\x64\ -\x00\x65\x00\x20\x00\x73\x00\x69\x00\x6e\x00\x64\x00\x20\x00\x6e\ -\x00\x69\x00\x63\x00\x68\x00\x74\x00\x20\x00\x65\x00\x72\x00\x6c\ -\x00\x61\x00\x75\x00\x62\x00\x74\x00\x2e\x00\x3c\x00\x62\x00\x72\ -\x00\x3e\x00\x42\x00\x65\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\ -\x00\x6e\x00\x20\x00\x53\x00\x69\x00\x65\x00\x20\x00\x73\x00\x74\ -\x00\x61\x00\x74\x00\x74\x00\x64\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x6e\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x20\x00\x50\x00\x72\ -\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x77\ -\x00\x69\x00\x65\x00\x20\x00\x6e\x00\x73\x00\x6d\x00\x2d\x00\x70\ -\x00\x72\x00\x6f\x00\x78\x00\x79\x00\x20\x00\x6f\x00\x64\x00\x65\ -\x00\x72\x00\x20\x00\x73\x00\x63\x00\x68\x00\x72\x00\x65\x00\x69\ -\x00\x62\x00\x65\x00\x6e\x00\x20\x00\x73\x00\x69\x00\x65\x00\x20\ -\x00\x73\x00\x65\x00\x6c\x00\x62\x00\x73\x00\x74\x00\x20\x00\x65\ -\x00\x69\x00\x6e\x00\x20\x00\x53\x00\x74\x00\x61\x00\x72\x00\x74\ -\x00\x65\x00\x72\x00\x73\x00\x63\x00\x72\x00\x69\x00\x70\x00\x74\ -\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x87\x43\x6f\x6d\x6d\ -\x61\x6e\x64\x20\x6e\x6f\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64\ -\x21\x3c\x62\x72\x3e\x50\x61\x72\x61\x6d\x65\x74\x65\x72\x73\x2c\ -\x20\x2d\x2d\x73\x77\x69\x74\x63\x68\x65\x73\x20\x61\x6e\x64\x20\ -\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\x68\x73\x20\x61\ -\x72\x65\x20\x6e\x6f\x74\x20\x61\x6c\x6c\x6f\x77\x65\x64\x2e\x3c\ -\x62\x72\x3e\x55\x73\x65\x20\x6e\x73\x6d\x2d\x70\x72\x6f\x78\x79\ -\x20\x6f\x72\x20\x77\x72\x69\x74\x65\x20\x61\x20\x73\x74\x61\x72\ -\x74\x65\x72\x2d\x73\x63\x72\x69\x70\x74\x20\x69\x6e\x73\x74\x65\ -\x61\x64\x2e\x07\x00\x00\x00\x0c\x50\x72\x6f\x6d\x70\x74\x57\x69\ -\x64\x67\x65\x74\x01\x03\x00\x00\x00\xbe\x00\x4b\x00\x65\x00\x69\ -\x00\x6e\x00\x65\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\ -\x00\x61\x00\x6d\x00\x6d\x00\x2d\x00\x44\x00\x61\x00\x74\x00\x65\ -\x00\x6e\x00\x62\x00\x61\x00\x6e\x00\x6b\x00\x20\x00\x67\x00\x65\ -\x00\x66\x00\x75\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\x2e\x00\x20\ -\x00\x42\x00\x69\x00\x74\x00\x74\x00\x65\x00\x20\x00\x62\x00\x65\ -\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x6e\x00\x20\x00\x53\ -\x00\x69\x00\x65\x00\x20\x00\x64\x00\x61\x00\x73\x00\x20\x00\x53\ -\x00\x74\x00\x65\x00\x75\x00\x65\x00\x72\x00\x75\x00\x6e\x00\x67\ -\x00\x73\x00\x6d\x00\x65\x00\x6e\x00\xfc\x00\x20\x00\x75\x00\x6d\ -\x00\x20\x00\x64\x00\x69\x00\x65\x00\x73\x00\x65\x00\x20\x00\x7a\ -\x00\x75\x00\x20\x00\x65\x00\x72\x00\x73\x00\x74\x00\x65\x00\x6c\ -\x00\x6c\x00\x65\x00\x6e\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\ -\x00\x3e\x4e\x6f\x20\x70\x72\x6f\x67\x72\x61\x6d\x20\x64\x61\x74\ -\x61\x62\x61\x73\x65\x20\x66\x6f\x75\x6e\x64\x2e\x20\x50\x6c\x65\ -\x61\x73\x65\x20\x75\x70\x64\x61\x74\x65\x20\x74\x68\x72\x6f\x75\ -\x67\x68\x20\x43\x6f\x6e\x74\x72\x6f\x6c\x20\x6d\x65\x6e\x75\x2e\ -\x07\x00\x00\x00\x0c\x50\x72\x6f\x6d\x70\x74\x57\x69\x64\x67\x65\ -\x74\x01\x03\x00\x00\x00\x84\x00\x53\x00\x63\x00\x68\x00\x72\x00\ -\x65\x00\x69\x00\x62\x00\x65\x00\x6e\x00\x20\x00\x53\x00\x69\x00\ -\x65\x00\x20\x00\x64\x00\x65\x00\x6e\x00\x20\x00\x4e\x00\x61\x00\ -\x6d\x00\x65\x00\x6e\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x65\x00\ -\x72\x00\x20\x00\x61\x00\x75\x00\x73\x00\x66\x00\xfc\x00\x68\x00\ -\x72\x00\x62\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x20\x00\x44\x00\ -\x61\x00\x74\x00\x65\x00\x69\x00\x20\x00\x76\x00\x6f\x00\x6e\x00\ -\x20\x00\x69\x00\x68\x00\x72\x00\x65\x00\x6d\x00\x20\x00\x53\x00\ -\x79\x00\x73\x00\x74\x00\x65\x00\x6d\x00\x2e\x08\x00\x00\x00\x00\ -\x06\x00\x00\x00\x36\x54\x79\x70\x65\x20\x69\x6e\x20\x74\x68\x65\ -\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x61\x6e\x20\x65\x78\x65\x63\ -\x75\x74\x61\x62\x6c\x65\x20\x66\x69\x6c\x65\x20\x6f\x6e\x20\x79\ -\x6f\x75\x72\x20\x73\x79\x73\x74\x65\x6d\x2e\x07\x00\x00\x00\x0c\ -\x50\x72\x6f\x6d\x70\x74\x57\x69\x64\x67\x65\x74\x01\x03\x00\x00\ -\x00\x3e\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\ -\x00\x20\x00\x7b\x00\x7d\x00\x20\x00\x73\x00\x6f\x00\x6c\x00\x6c\ -\x00\x20\x00\x67\x00\x65\x00\x6c\x00\xf6\x00\x73\x00\x63\x00\x68\ -\x00\x74\x00\x20\x00\x77\x00\x65\x00\x72\x00\x64\x00\x65\x00\x6e\ -\x08\x00\x00\x00\x00\x06\x00\x00\x00\x1a\x41\x62\x6f\x75\x74\x20\ -\x74\x6f\x20\x64\x65\x6c\x65\x74\x65\x20\x53\x65\x73\x73\x69\x6f\ -\x6e\x20\x7b\x7d\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\ -\x54\x72\x65\x65\x01\x03\x00\x00\x00\x9a\x00\x41\x00\x6c\x00\x6c\ -\x00\x65\x00\x20\x00\x44\x00\x61\x00\x74\x00\x65\x00\x69\x00\x65\ -\x00\x6e\x00\x20\x00\x61\x00\x75\x00\x73\x00\x20\x00\x64\x00\x69\ -\x00\x65\x00\x73\x00\x65\x00\x6d\x00\x20\x00\x50\x00\x72\x00\x6f\ -\x00\x6a\x00\x65\x00\x6b\x00\x74\x00\x76\x00\x65\x00\x72\x00\x7a\ -\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\x00\x69\x00\x73\x00\x20\ -\x00\x77\x00\x65\x00\x72\x00\x64\x00\x65\x00\x6e\x00\x20\x00\x75\ -\x00\x6e\x00\x77\x00\x69\x00\x65\x00\x64\x00\x65\x00\x72\x00\x62\ -\x00\x72\x00\x69\x00\x6e\x00\x67\x00\x6c\x00\x69\x00\x63\x00\x68\ -\x00\x20\x00\x67\x00\x65\x00\x6c\x00\xf6\x00\x73\x00\x63\x00\x68\ -\x00\x74\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x40\x41\x6c\ -\x6c\x20\x66\x69\x6c\x65\x73\x20\x69\x6e\x20\x74\x68\x65\x20\x70\ -\x72\x6f\x6a\x65\x63\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\ -\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x69\x72\x72\x65\x76\x65\x72\ -\x73\x69\x62\x6c\x79\x20\x64\x65\x6c\x65\x74\x65\x64\x2e\x07\x00\ -\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\ -\x00\x00\x00\x0e\x00\x43\x00\x6c\x00\x69\x00\x65\x00\x6e\x00\x74\ -\x00\x73\x08\x00\x00\x00\x00\x06\x00\x00\x00\x07\x43\x6c\x69\x65\ -\x6e\x74\x73\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\ -\x72\x65\x65\x01\x03\x00\x00\x00\x20\x00\x53\x00\x65\x00\x73\x00\ -\x73\x00\x69\x00\x6f\x00\x6e\x00\x20\x00\x6b\x00\x6f\x00\x70\x00\ -\x69\x00\x65\x00\x72\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\ -\x00\x00\x0c\x43\x6f\x70\x79\x20\x53\x65\x73\x73\x69\x6f\x6e\x07\ -\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\ -\x03\x00\x00\x00\x1e\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\ -\x6f\x00\x6e\x00\x20\x00\x6c\x00\xf6\x00\x73\x00\x63\x00\x68\x00\ -\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0e\x44\x65\x6c\ -\x65\x74\x65\x20\x53\x65\x73\x73\x69\x6f\x6e\x07\x00\x00\x00\x0b\ -\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\ -\x10\x00\x4c\x00\xf6\x00\x73\x00\x63\x00\x68\x00\x65\x00\x6e\x00\ -\x21\x08\x00\x00\x00\x00\x06\x00\x00\x00\x07\x44\x65\x6c\x65\x74\ -\x65\x21\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\ -\x65\x65\x01\x03\x00\x00\x00\x3a\x00\x4c\x00\x6f\x00\x63\x00\x6b\ -\x00\x64\x00\x61\x00\x74\x00\x65\x00\x69\x00\x20\x00\x41\x00\x75\ -\x00\x66\x00\x68\x00\x65\x00\x62\x00\x75\x00\x6e\x00\x67\x00\x20\ -\x00\x65\x00\x72\x00\x7a\x00\x77\x00\x69\x00\x6e\x00\x67\x00\x65\ -\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x12\x46\x6f\x72\x63\ -\x65\x20\x4c\x6f\x63\x6b\x20\x52\x65\x6d\x6f\x76\x61\x6c\x07\x00\ -\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\ -\x00\x00\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\ -\x00\x6e\x00\x20\x00\x62\x00\x65\x00\x68\x00\x61\x00\x6c\x00\x74\ -\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0c\x4b\x65\ -\x65\x70\x20\x53\x65\x73\x73\x69\x6f\x6e\x07\x00\x00\x00\x0b\x53\ -\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\x24\ -\x00\x4c\x00\x65\x00\x74\x00\x7a\x00\x74\x00\x65\x00\x20\x00\x53\ -\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x75\ -\x00\x6e\x00\x67\x08\x00\x00\x00\x00\x06\x00\x00\x00\x09\x4c\x61\ -\x73\x74\x20\x53\x61\x76\x65\x07\x00\x00\x00\x0b\x53\x65\x73\x73\ -\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\x08\x00\x4e\x00\ -\x61\x00\x6d\x00\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x4e\ -\x61\x6d\x65\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\ -\x72\x65\x65\x01\x03\x00\x00\x00\x08\x00\x50\x00\x66\x00\x61\x00\ -\x64\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x50\x61\x74\x68\x07\ +\x74\x01\x03\x00\x00\x01\xa0\x00\x42\x00\x65\x00\x66\x00\x65\x00\ +\x68\x00\x6c\x00\x20\x00\x6e\x00\x69\x00\x63\x00\x68\x00\x74\x00\ +\x20\x00\x67\x00\x65\x00\x66\x00\x75\x00\x6e\x00\x64\x00\x65\x00\ +\x6e\x00\x20\x00\x6f\x00\x64\x00\x65\x00\x72\x00\x20\x00\x6e\x00\ +\x69\x00\x63\x00\x68\x00\x74\x00\x20\x00\x61\x00\x6b\x00\x7a\x00\ +\x65\x00\x70\x00\x74\x00\x69\x00\x65\x00\x72\x00\x74\x00\x21\x00\ +\x3c\x00\x62\x00\x72\x00\x3e\x00\x50\x00\x61\x00\x72\x00\x61\x00\ +\x6d\x00\x65\x00\x74\x00\x65\x00\x72\x00\x2c\x00\x20\x00\x2d\x00\ +\x2d\x00\x73\x00\x63\x00\x68\x00\x61\x00\x6c\x00\x74\x00\x65\x00\ +\x72\x00\x20\x00\x75\x00\x6e\x00\x64\x00\x20\x00\x72\x00\x65\x00\ +\x6c\x00\x61\x00\x74\x00\x69\x00\x76\x00\x65\x00\x20\x00\x50\x00\ +\x66\x00\x61\x00\x64\x00\x65\x00\x20\x00\x73\x00\x69\x00\x6e\x00\ +\x64\x00\x20\x00\x6e\x00\x69\x00\x63\x00\x68\x00\x74\x00\x20\x00\ +\x65\x00\x72\x00\x6c\x00\x61\x00\x75\x00\x62\x00\x74\x00\x2e\x00\ +\x3c\x00\x62\x00\x72\x00\x3e\x00\x42\x00\x65\x00\x6e\x00\x75\x00\ +\x74\x00\x7a\x00\x65\x00\x6e\x00\x20\x00\x53\x00\x69\x00\x65\x00\ +\x20\x00\x73\x00\x74\x00\x61\x00\x74\x00\x74\x00\x64\x00\x65\x00\ +\x73\x00\x73\x00\x65\x00\x6e\x00\x20\x00\x65\x00\x69\x00\x6e\x00\ +\x20\x00\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\ +\x6d\x00\x20\x00\x77\x00\x69\x00\x65\x00\x20\x00\x6e\x00\x73\x00\ +\x6d\x00\x2d\x00\x70\x00\x72\x00\x6f\x00\x78\x00\x79\x00\x20\x00\ +\x6f\x00\x64\x00\x65\x00\x72\x00\x20\x00\x73\x00\x63\x00\x68\x00\ +\x72\x00\x65\x00\x69\x00\x62\x00\x65\x00\x6e\x00\x20\x00\x73\x00\ +\x69\x00\x65\x00\x20\x00\x73\x00\x65\x00\x6c\x00\x62\x00\x73\x00\ +\x74\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x20\x00\x53\x00\x74\x00\ +\x61\x00\x72\x00\x74\x00\x65\x00\x72\x00\x73\x00\x63\x00\x72\x00\ +\x69\x00\x70\x00\x74\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x94\x43\x6f\x6d\x6d\x61\x6e\x64\x20\x6e\x6f\x74\x20\x66\x6f\x75\ +\x6e\x64\x20\x6f\x72\x20\x6e\x6f\x74\x20\x61\x63\x63\x65\x70\x74\ +\x65\x64\x21\x3c\x62\x72\x3e\x50\x61\x72\x61\x6d\x65\x74\x65\x72\ +\x73\x2c\x20\x2d\x2d\x73\x77\x69\x74\x63\x68\x65\x73\x20\x61\x6e\ +\x64\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\x68\x73\ +\x20\x61\x72\x65\x20\x6e\x6f\x74\x20\x61\x6c\x6c\x6f\x77\x65\x64\ +\x2e\x3c\x62\x72\x3e\x55\x73\x65\x20\x6e\x73\x6d\x2d\x70\x72\x6f\ +\x78\x79\x20\x6f\x72\x20\x77\x72\x69\x74\x65\x20\x61\x20\x73\x74\ +\x61\x72\x74\x65\x72\x2d\x73\x63\x72\x69\x70\x74\x20\x69\x6e\x73\ +\x74\x65\x61\x64\x2e\x07\x00\x00\x00\x0c\x50\x72\x6f\x6d\x70\x74\ +\x57\x69\x64\x67\x65\x74\x01\x03\x00\x00\x00\xbe\x00\x4b\x00\x65\ +\x00\x69\x00\x6e\x00\x65\x00\x20\x00\x50\x00\x72\x00\x6f\x00\x67\ +\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x2d\x00\x44\x00\x61\x00\x74\ +\x00\x65\x00\x6e\x00\x62\x00\x61\x00\x6e\x00\x6b\x00\x20\x00\x67\ +\x00\x65\x00\x66\x00\x75\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\x2e\ +\x00\x20\x00\x42\x00\x69\x00\x74\x00\x74\x00\x65\x00\x20\x00\x62\ +\x00\x65\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x6e\x00\x20\ +\x00\x53\x00\x69\x00\x65\x00\x20\x00\x64\x00\x61\x00\x73\x00\x20\ +\x00\x53\x00\x74\x00\x65\x00\x75\x00\x65\x00\x72\x00\x75\x00\x6e\ +\x00\x67\x00\x73\x00\x6d\x00\x65\x00\x6e\x00\xfc\x00\x20\x00\x75\ +\x00\x6d\x00\x20\x00\x64\x00\x69\x00\x65\x00\x73\x00\x65\x00\x20\ +\x00\x7a\x00\x75\x00\x20\x00\x65\x00\x72\x00\x73\x00\x74\x00\x65\ +\x00\x6c\x00\x6c\x00\x65\x00\x6e\x00\x2e\x08\x00\x00\x00\x00\x06\ +\x00\x00\x00\x3e\x4e\x6f\x20\x70\x72\x6f\x67\x72\x61\x6d\x20\x64\ +\x61\x74\x61\x62\x61\x73\x65\x20\x66\x6f\x75\x6e\x64\x2e\x20\x50\ +\x6c\x65\x61\x73\x65\x20\x75\x70\x64\x61\x74\x65\x20\x74\x68\x72\ +\x6f\x75\x67\x68\x20\x43\x6f\x6e\x74\x72\x6f\x6c\x20\x6d\x65\x6e\ +\x75\x2e\x07\x00\x00\x00\x0c\x50\x72\x6f\x6d\x70\x74\x57\x69\x64\ +\x67\x65\x74\x01\x03\x00\x00\x00\x84\x00\x53\x00\x63\x00\x68\x00\ +\x72\x00\x65\x00\x69\x00\x62\x00\x65\x00\x6e\x00\x20\x00\x53\x00\ +\x69\x00\x65\x00\x20\x00\x64\x00\x65\x00\x6e\x00\x20\x00\x4e\x00\ +\x61\x00\x6d\x00\x65\x00\x6e\x00\x20\x00\x65\x00\x69\x00\x6e\x00\ +\x65\x00\x72\x00\x20\x00\x61\x00\x75\x00\x73\x00\x66\x00\xfc\x00\ +\x68\x00\x72\x00\x62\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x20\x00\ +\x44\x00\x61\x00\x74\x00\x65\x00\x69\x00\x20\x00\x76\x00\x6f\x00\ +\x6e\x00\x20\x00\x69\x00\x68\x00\x72\x00\x65\x00\x6d\x00\x20\x00\ +\x53\x00\x79\x00\x73\x00\x74\x00\x65\x00\x6d\x00\x2e\x08\x00\x00\ +\x00\x00\x06\x00\x00\x00\x36\x54\x79\x70\x65\x20\x69\x6e\x20\x74\ +\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x61\x6e\x20\x65\x78\ +\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x66\x69\x6c\x65\x20\x6f\x6e\ +\x20\x79\x6f\x75\x72\x20\x73\x79\x73\x74\x65\x6d\x2e\x07\x00\x00\ +\x00\x0c\x50\x72\x6f\x6d\x70\x74\x57\x69\x64\x67\x65\x74\x01\x03\ +\x00\x00\x00\x3e\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\x6f\ +\x00\x6e\x00\x20\x00\x7b\x00\x7d\x00\x20\x00\x73\x00\x6f\x00\x6c\ +\x00\x6c\x00\x20\x00\x67\x00\x65\x00\x6c\x00\xf6\x00\x73\x00\x63\ +\x00\x68\x00\x74\x00\x20\x00\x77\x00\x65\x00\x72\x00\x64\x00\x65\ +\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x1a\x41\x62\x6f\x75\ +\x74\x20\x74\x6f\x20\x64\x65\x6c\x65\x74\x65\x20\x53\x65\x73\x73\ +\x69\x6f\x6e\x20\x7b\x7d\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\ +\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\x9a\x00\x41\x00\x6c\ +\x00\x6c\x00\x65\x00\x20\x00\x44\x00\x61\x00\x74\x00\x65\x00\x69\ +\x00\x65\x00\x6e\x00\x20\x00\x61\x00\x75\x00\x73\x00\x20\x00\x64\ +\x00\x69\x00\x65\x00\x73\x00\x65\x00\x6d\x00\x20\x00\x50\x00\x72\ +\x00\x6f\x00\x6a\x00\x65\x00\x6b\x00\x74\x00\x76\x00\x65\x00\x72\ +\x00\x7a\x00\x65\x00\x69\x00\x63\x00\x68\x00\x6e\x00\x69\x00\x73\ +\x00\x20\x00\x77\x00\x65\x00\x72\x00\x64\x00\x65\x00\x6e\x00\x20\ +\x00\x75\x00\x6e\x00\x77\x00\x69\x00\x65\x00\x64\x00\x65\x00\x72\ +\x00\x62\x00\x72\x00\x69\x00\x6e\x00\x67\x00\x6c\x00\x69\x00\x63\ +\x00\x68\x00\x20\x00\x67\x00\x65\x00\x6c\x00\xf6\x00\x73\x00\x63\ +\x00\x68\x00\x74\x00\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x40\ +\x41\x6c\x6c\x20\x66\x69\x6c\x65\x73\x20\x69\x6e\x20\x74\x68\x65\ +\x20\x70\x72\x6f\x6a\x65\x63\x74\x20\x64\x69\x72\x65\x63\x74\x6f\ +\x72\x79\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x69\x72\x72\x65\x76\ +\x65\x72\x73\x69\x62\x6c\x79\x20\x64\x65\x6c\x65\x74\x65\x64\x2e\ +\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\ +\x01\x03\x00\x00\x00\x0e\x00\x43\x00\x6c\x00\x69\x00\x65\x00\x6e\ +\x00\x74\x00\x73\x08\x00\x00\x00\x00\x06\x00\x00\x00\x07\x43\x6c\ +\x69\x65\x6e\x74\x73\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\ +\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\x20\x00\x53\x00\x65\x00\ +\x73\x00\x73\x00\x69\x00\x6f\x00\x6e\x00\x20\x00\x6b\x00\x6f\x00\ +\x70\x00\x69\x00\x65\x00\x72\x00\x65\x00\x6e\x08\x00\x00\x00\x00\ +\x06\x00\x00\x00\x0c\x43\x6f\x70\x79\x20\x53\x65\x73\x73\x69\x6f\ +\x6e\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\ +\x65\x01\x03\x00\x00\x00\x1e\x00\x53\x00\x65\x00\x73\x00\x73\x00\ +\x69\x00\x6f\x00\x6e\x00\x20\x00\x6c\x00\xf6\x00\x73\x00\x63\x00\ +\x68\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0e\x44\ +\x65\x6c\x65\x74\x65\x20\x53\x65\x73\x73\x69\x6f\x6e\x07\x00\x00\ +\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\ +\x00\x00\x10\x00\x4c\x00\xf6\x00\x73\x00\x63\x00\x68\x00\x65\x00\ +\x6e\x00\x21\x08\x00\x00\x00\x00\x06\x00\x00\x00\x07\x44\x65\x6c\ +\x65\x74\x65\x21\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\ +\x54\x72\x65\x65\x01\x03\x00\x00\x00\x3a\x00\x4c\x00\x6f\x00\x63\ +\x00\x6b\x00\x64\x00\x61\x00\x74\x00\x65\x00\x69\x00\x20\x00\x41\ +\x00\x75\x00\x66\x00\x68\x00\x65\x00\x62\x00\x75\x00\x6e\x00\x67\ +\x00\x20\x00\x65\x00\x72\x00\x7a\x00\x77\x00\x69\x00\x6e\x00\x67\ +\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x12\x46\x6f\ +\x72\x63\x65\x20\x4c\x6f\x63\x6b\x20\x52\x65\x6d\x6f\x76\x61\x6c\ +\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\ +\x01\x03\x00\x00\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\ +\x00\x6f\x00\x6e\x00\x20\x00\x62\x00\x65\x00\x68\x00\x61\x00\x6c\ +\x00\x74\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0c\ +\x4b\x65\x65\x70\x20\x53\x65\x73\x73\x69\x6f\x6e\x07\x00\x00\x00\ +\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\x00\ +\x00\x24\x00\x4c\x00\x65\x00\x74\x00\x7a\x00\x74\x00\x65\x00\x20\ +\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\ +\x00\x75\x00\x6e\x00\x67\x08\x00\x00\x00\x00\x06\x00\x00\x00\x09\ +\x4c\x61\x73\x74\x20\x53\x61\x76\x65\x07\x00\x00\x00\x0b\x53\x65\ +\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\x08\x00\ +\x4e\x00\x61\x00\x6d\x00\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x04\x4e\x61\x6d\x65\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\ +\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\x08\x00\x50\x00\x66\x00\ +\x61\x00\x64\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x50\x61\x74\ +\x68\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\ +\x65\x01\x03\x00\x00\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\ +\x69\x00\x6f\x00\x6e\x00\x20\x00\x75\x00\x6d\x00\x62\x00\x65\x00\ +\x6e\x00\x6e\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x0e\x52\x65\x6e\x61\x6d\x65\x20\x53\x65\x73\x73\x69\x6f\x6e\x07\ \x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\ -\x03\x00\x00\x00\x20\x00\x53\x00\x65\x00\x73\x00\x73\x00\x69\x00\ -\x6f\x00\x6e\x00\x20\x00\x75\x00\x6d\x00\x62\x00\x65\x00\x6e\x00\ -\x6e\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0e\x52\ -\x65\x6e\x61\x6d\x65\x20\x53\x65\x73\x73\x69\x6f\x6e\x07\x00\x00\ +\x03\x00\x00\x00\x0a\x00\x47\x00\x72\x00\xf6\x00\xdf\x00\x65\x08\ +\x00\x00\x00\x00\x06\x00\x00\x00\x04\x53\x69\x7a\x65\x07\x00\x00\ \x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\ -\x00\x00\x0a\x00\x47\x00\x72\x00\xf6\x00\xdf\x00\x65\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x04\x53\x69\x7a\x65\x07\x00\x00\x00\x0b\ -\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\ -\x10\x00\x53\x00\x79\x00\x6d\x00\x6c\x00\x69\x00\x6e\x00\x6b\x00\ -\x73\x08\x00\x00\x00\x00\x06\x00\x00\x00\x08\x53\x79\x6d\x6c\x69\ -\x6e\x6b\x73\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\x6e\x54\ -\x72\x65\x65\x01\x03\x00\x00\x00\x38\x00\x50\x00\x72\x00\x6f\x00\ -\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\x00\x68\x00\x69\x00\ -\x6e\x00\x7a\x00\x75\x00\x66\x00\xfc\x00\x67\x00\x65\x00\x6e\x00\ -\x20\x00\x28\x00\x50\x00\x72\x00\x6f\x00\x6d\x00\x70\x00\x74\x00\ -\x29\x08\x00\x00\x00\x00\x06\x00\x00\x00\x13\x41\x64\x64\x20\x43\ -\x6c\x69\x65\x6e\x74\x20\x28\x50\x72\x6f\x6d\x70\x74\x29\x07\x00\ -\x00\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\x01\x03\x00\x00\x00\ -\x5e\x00\x53\x00\x63\x00\x68\x00\x6c\x00\x69\x00\x65\x00\xdf\x00\ -\x65\x00\x6e\x00\x20\x00\x6f\x00\x68\x00\x6e\x00\x65\x00\x20\x00\ -\x7a\x00\x75\x00\x20\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\ -\x68\x00\x65\x00\x72\x00\x6e\x00\x20\x00\x26\x00\x26\x00\x20\x00\ -\x41\x00\x72\x00\x67\x00\x6f\x00\x64\x00\x65\x00\x6a\x00\x6f\x00\ -\x20\x00\x62\x00\x65\x00\x65\x00\x6e\x00\x64\x00\x65\x00\x6e\x08\ -\x00\x00\x00\x00\x06\x00\x00\x00\x25\x43\x6c\x6f\x73\x65\x20\x77\ -\x69\x74\x68\x6f\x75\x74\x20\x53\x61\x76\x69\x6e\x67\x20\x26\x26\ -\x20\x51\x75\x69\x74\x20\x41\x72\x67\x6f\x64\x65\x6a\x6f\x07\x00\ -\x00\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\x01\x03\x00\x00\x00\ -\x30\x00\x56\x00\x65\x00\x72\x00\x73\x00\x74\x00\x65\x00\x63\x00\ -\x6b\x00\x65\x00\x2f\x00\x5a\x00\x65\x00\x69\x00\x67\x00\x65\x00\ -\x20\x00\x41\x00\x72\x00\x67\x00\x6f\x00\x64\x00\x65\x00\x6a\x00\ -\x6f\x08\x00\x00\x00\x00\x06\x00\x00\x00\x12\x48\x69\x64\x65\x2f\ -\x53\x68\x6f\x77\x20\x41\x72\x67\x6f\x64\x65\x6a\x6f\x07\x00\x00\ -\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\x01\x03\x00\x00\x00\x10\ -\x00\x42\x00\x65\x00\x65\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\x20\ -\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x51\x75\x69\x74\x20\x07\ -\x00\x00\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\x01\x03\x00\x00\ -\x00\x3c\x00\x53\x00\x70\x00\x65\x00\x69\x00\x63\x00\x68\x00\x65\ -\x00\x72\x00\x6e\x00\x20\x00\x75\x00\x6e\x00\x64\x00\x20\x00\x41\ -\x00\x72\x00\x67\x00\x6f\x00\x64\x00\x65\x00\x6a\x00\x6f\x00\x20\ -\x00\x42\x00\x65\x00\x65\x00\x6e\x00\x64\x00\x65\x00\x6e\x08\x00\ -\x00\x00\x00\x06\x00\x00\x00\x15\x53\x61\x76\x65\x20\x26\x26\x20\ -\x51\x75\x69\x74\x20\x41\x72\x67\x6f\x64\x65\x6a\x6f\x07\x00\x00\ -\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\x01\x03\x00\x00\x00\x5c\ -\x00\x45\x00\x73\x00\x20\x00\x77\x00\x75\x00\x72\x00\x64\x00\x65\ -\x00\x20\x00\x76\x00\x65\x00\x72\x00\x73\x00\x75\x00\x63\x00\x68\ -\x00\x74\x00\x20\x00\x65\x00\x69\x00\x6e\x00\x65\x00\x20\x00\x77\ -\x00\x65\x00\x69\x00\x74\x00\x65\x00\x72\x00\x65\x00\x20\x00\x47\ -\x00\x55\x00\x49\x00\x20\x00\x7a\x00\x75\x00\x20\x00\x73\x00\x74\ -\x00\x61\x00\x72\x00\x74\x00\x65\x00\x6e\x00\x2e\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x1c\x41\x6e\x6f\x74\x68\x65\x72\x20\x47\x55\ -\x49\x20\x74\x72\x69\x65\x64\x20\x74\x6f\x20\x6c\x61\x75\x6e\x63\ -\x68\x2e\x07\x00\x00\x00\x0a\x6d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ -\x77\x01\x03\x00\x00\x00\x26\x00\x41\x00\x72\x00\x67\x00\x6f\x00\ -\x64\x00\x65\x00\x6a\x00\x6f\x00\x20\x00\x69\x00\x73\x00\x74\x00\ -\x20\x00\x62\x00\x65\x00\x72\x00\x65\x00\x69\x00\x74\x08\x00\x00\ -\x00\x00\x06\x00\x00\x00\x0e\x41\x72\x67\x6f\x64\x65\x6a\x6f\x20\ -\x72\x65\x61\x64\x79\x07\x00\x00\x00\x0a\x6d\x61\x69\x6e\x57\x69\ -\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x82\x00\x50\x00\x72\x00\x6f\ -\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x64\x00\x61\x00\x74\ -\x00\x65\x00\x6e\x00\x62\x00\x61\x00\x6e\x00\x6b\x00\x20\x00\x77\ -\x00\x69\x00\x72\x00\x64\x00\x20\x00\x61\x00\x6b\x00\x74\x00\x75\ -\x00\x61\x00\x6c\x00\x69\x00\x73\x00\x69\x00\x65\x00\x72\x00\x74\ -\x00\x2e\x00\x0a\x00\x56\x00\x69\x00\x65\x00\x6c\x00\x65\x00\x6e\ -\x00\x20\x00\x44\x00\x61\x00\x6e\x00\x6b\x00\x20\x00\x66\x00\xfc\ -\x00\x72\x00\x20\x00\x69\x00\x68\x00\x72\x00\x65\x00\x20\x00\x47\ -\x00\x65\x00\x64\x00\x75\x00\x6c\x00\x64\x00\x2e\x08\x00\x00\x00\ -\x00\x06\x00\x00\x00\x37\x55\x70\x64\x61\x74\x69\x6e\x67\x20\x50\ -\x72\x6f\x67\x72\x61\x6d\x20\x44\x61\x74\x61\x62\x61\x73\x65\x2e\ -\x0a\x54\x68\x61\x6e\x6b\x20\x79\x6f\x75\x20\x66\x6f\x72\x20\x79\ -\x6f\x75\x72\x20\x70\x61\x74\x69\x65\x6e\x63\x65\x2e\x07\x00\x00\ -\x00\x0a\x6d\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x88\x00\x00\ -\x00\x02\x01\x01\ +\x00\x00\x10\x00\x53\x00\x79\x00\x6d\x00\x6c\x00\x69\x00\x6e\x00\ +\x6b\x00\x73\x08\x00\x00\x00\x00\x06\x00\x00\x00\x08\x53\x79\x6d\ +\x6c\x69\x6e\x6b\x73\x07\x00\x00\x00\x0b\x53\x65\x73\x73\x69\x6f\ +\x6e\x54\x72\x65\x65\x01\x03\x00\x00\x00\x0c\x00\x5a\x00\x75\x00\ +\x72\x00\xfc\x00\x63\x00\x6b\x08\x00\x00\x00\x00\x06\x00\x00\x00\ +\x04\x42\x61\x63\x6b\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\ +\x74\x65\x55\x73\x65\x72\x4d\x61\x6e\x75\x61\x6c\x01\x03\xff\xff\ +\xff\xff\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x46\x6f\x72\x6d\ +\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x55\x73\x65\ +\x72\x4d\x61\x6e\x75\x61\x6c\x01\x03\x00\x00\x00\x14\x00\x53\x00\ +\x74\x00\x61\x00\x72\x00\x74\x00\x73\x00\x65\x00\x69\x00\x74\x00\ +\x65\x08\x00\x00\x00\x00\x06\x00\x00\x00\x04\x48\x6f\x6d\x65\x07\ +\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x55\x73\x65\x72\ +\x4d\x61\x6e\x75\x61\x6c\x01\x03\x00\x00\x00\x20\x00\x42\x00\x65\ +\x00\x6e\x00\x75\x00\x74\x00\x7a\x00\x65\x00\x72\x00\x68\x00\x61\ +\x00\x6e\x00\x64\x00\x62\x00\x75\x00\x63\x00\x68\x08\x00\x00\x00\ +\x00\x06\x00\x00\x00\x0b\x55\x73\x65\x72\x20\x4d\x61\x6e\x75\x61\ +\x6c\x07\x00\x00\x00\x12\x54\x65\x6d\x70\x6c\x61\x74\x65\x55\x73\ +\x65\x72\x4d\x61\x6e\x75\x61\x6c\x01\x03\x00\x00\x00\x38\x00\x50\ +\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x20\ +\x00\x68\x00\x69\x00\x6e\x00\x7a\x00\x75\x00\x66\x00\xfc\x00\x67\ +\x00\x65\x00\x6e\x00\x20\x00\x28\x00\x50\x00\x72\x00\x6f\x00\x6d\ +\x00\x70\x00\x74\x00\x29\x08\x00\x00\x00\x00\x06\x00\x00\x00\x13\ +\x41\x64\x64\x20\x43\x6c\x69\x65\x6e\x74\x20\x28\x50\x72\x6f\x6d\ +\x70\x74\x29\x07\x00\x00\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\ +\x01\x03\x00\x00\x00\x5e\x00\x53\x00\x63\x00\x68\x00\x6c\x00\x69\ +\x00\x65\x00\xdf\x00\x65\x00\x6e\x00\x20\x00\x6f\x00\x68\x00\x6e\ +\x00\x65\x00\x20\x00\x7a\x00\x75\x00\x20\x00\x53\x00\x70\x00\x65\ +\x00\x69\x00\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x00\x20\x00\x26\ +\x00\x26\x00\x20\x00\x41\x00\x72\x00\x67\x00\x6f\x00\x64\x00\x65\ +\x00\x6a\x00\x6f\x00\x20\x00\x62\x00\x65\x00\x65\x00\x6e\x00\x64\ +\x00\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x25\x43\x6c\ +\x6f\x73\x65\x20\x77\x69\x74\x68\x6f\x75\x74\x20\x53\x61\x76\x69\ +\x6e\x67\x20\x26\x26\x20\x51\x75\x69\x74\x20\x41\x72\x67\x6f\x64\ +\x65\x6a\x6f\x07\x00\x00\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\ +\x01\x03\x00\x00\x00\x30\x00\x56\x00\x65\x00\x72\x00\x73\x00\x74\ +\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x2f\x00\x5a\x00\x65\x00\x69\ +\x00\x67\x00\x65\x00\x20\x00\x41\x00\x72\x00\x67\x00\x6f\x00\x64\ +\x00\x65\x00\x6a\x00\x6f\x08\x00\x00\x00\x00\x06\x00\x00\x00\x12\ +\x48\x69\x64\x65\x2f\x53\x68\x6f\x77\x20\x41\x72\x67\x6f\x64\x65\ +\x6a\x6f\x07\x00\x00\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\x01\ +\x03\x00\x00\x00\x10\x00\x42\x00\x65\x00\x65\x00\x6e\x00\x64\x00\ +\x65\x00\x6e\x00\x20\x08\x00\x00\x00\x00\x06\x00\x00\x00\x05\x51\ +\x75\x69\x74\x20\x07\x00\x00\x00\x08\x54\x72\x61\x79\x49\x63\x6f\ +\x6e\x01\x03\x00\x00\x00\x3c\x00\x53\x00\x70\x00\x65\x00\x69\x00\ +\x63\x00\x68\x00\x65\x00\x72\x00\x6e\x00\x20\x00\x75\x00\x6e\x00\ +\x64\x00\x20\x00\x41\x00\x72\x00\x67\x00\x6f\x00\x64\x00\x65\x00\ +\x6a\x00\x6f\x00\x20\x00\x42\x00\x65\x00\x65\x00\x6e\x00\x64\x00\ +\x65\x00\x6e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x15\x53\x61\x76\ +\x65\x20\x26\x26\x20\x51\x75\x69\x74\x20\x41\x72\x67\x6f\x64\x65\ +\x6a\x6f\x07\x00\x00\x00\x08\x54\x72\x61\x79\x49\x63\x6f\x6e\x01\ +\x03\x00\x00\x00\x5c\x00\x45\x00\x73\x00\x20\x00\x77\x00\x75\x00\ +\x72\x00\x64\x00\x65\x00\x20\x00\x76\x00\x65\x00\x72\x00\x73\x00\ +\x75\x00\x63\x00\x68\x00\x74\x00\x20\x00\x65\x00\x69\x00\x6e\x00\ +\x65\x00\x20\x00\x77\x00\x65\x00\x69\x00\x74\x00\x65\x00\x72\x00\ +\x65\x00\x20\x00\x47\x00\x55\x00\x49\x00\x20\x00\x7a\x00\x75\x00\ +\x20\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x65\x00\x6e\x00\ +\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x1c\x41\x6e\x6f\x74\x68\ +\x65\x72\x20\x47\x55\x49\x20\x74\x72\x69\x65\x64\x20\x74\x6f\x20\ +\x6c\x61\x75\x6e\x63\x68\x2e\x07\x00\x00\x00\x0a\x6d\x61\x69\x6e\ +\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x26\x00\x41\x00\x72\ +\x00\x67\x00\x6f\x00\x64\x00\x65\x00\x6a\x00\x6f\x00\x20\x00\x69\ +\x00\x73\x00\x74\x00\x20\x00\x62\x00\x65\x00\x72\x00\x65\x00\x69\ +\x00\x74\x08\x00\x00\x00\x00\x06\x00\x00\x00\x0e\x41\x72\x67\x6f\ +\x64\x65\x6a\x6f\x20\x72\x65\x61\x64\x79\x07\x00\x00\x00\x0a\x6d\ +\x61\x69\x6e\x57\x69\x6e\x64\x6f\x77\x01\x03\x00\x00\x00\x82\x00\ +\x50\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\ +\x64\x00\x61\x00\x74\x00\x65\x00\x6e\x00\x62\x00\x61\x00\x6e\x00\ +\x6b\x00\x20\x00\x77\x00\x69\x00\x72\x00\x64\x00\x20\x00\x61\x00\ +\x6b\x00\x74\x00\x75\x00\x61\x00\x6c\x00\x69\x00\x73\x00\x69\x00\ +\x65\x00\x72\x00\x74\x00\x2e\x00\x0a\x00\x56\x00\x69\x00\x65\x00\ +\x6c\x00\x65\x00\x6e\x00\x20\x00\x44\x00\x61\x00\x6e\x00\x6b\x00\ +\x20\x00\x66\x00\xfc\x00\x72\x00\x20\x00\x69\x00\x68\x00\x72\x00\ +\x65\x00\x20\x00\x47\x00\x65\x00\x64\x00\x75\x00\x6c\x00\x64\x00\ +\x2e\x08\x00\x00\x00\x00\x06\x00\x00\x00\x37\x55\x70\x64\x61\x74\ +\x69\x6e\x67\x20\x50\x72\x6f\x67\x72\x61\x6d\x20\x44\x61\x74\x61\ +\x62\x61\x73\x65\x2e\x0a\x54\x68\x61\x6e\x6b\x20\x79\x6f\x75\x20\ +\x66\x6f\x72\x20\x79\x6f\x75\x72\x20\x70\x61\x74\x69\x65\x6e\x63\ +\x65\x2e\x07\x00\x00\x00\x0a\x6d\x61\x69\x6e\x57\x69\x6e\x64\x6f\ +\x77\x01\x88\x00\x00\x00\x02\x01\x01\ " qt_resource_name = b"\ -\x00\x09\ -\x0d\xc5\xb4\x07\ -\x00\x70\ -\x00\x6f\x00\x77\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ -\x00\x0b\ -\x00\xbd\xd0\x67\ -\x00\x72\ -\x00\x75\x00\x6e\x00\x6e\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x73\x00\x76\x00\x67\ -\x00\x0b\ -\x06\x42\x36\x27\ -\x00\x73\ -\x00\x74\x00\x6f\x00\x70\x00\x70\x00\x65\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0a\ \x0a\xcc\x85\x87\ \x00\x68\ \x00\x69\x00\x64\x00\x64\x00\x65\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ -\x00\x08\ -\x0a\x61\x5a\xa7\ -\x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0b\ +\x06\x42\x36\x27\ +\x00\x73\ +\x00\x74\x00\x6f\x00\x70\x00\x70\x00\x65\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x0c\x46\xd2\x07\ \x00\x72\ \x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ +\x00\x09\ +\x0d\xc5\xb4\x07\ +\x00\x70\ +\x00\x6f\x00\x77\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ +\x00\x0b\ +\x00\xbd\xd0\x67\ +\x00\x72\ +\x00\x75\x00\x6e\x00\x6e\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x0d\xfc\x11\x13\ \x00\x74\ \x00\x72\x00\x61\x00\x6e\x00\x73\x00\x6c\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\ +\x00\x08\ +\x0a\x61\x5a\xa7\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x05\ \x00\x6a\x85\x7d\ \x00\x64\ @@ -1103,35 +1111,35 @@ qt_resource_name = b"\ qt_resource_struct_v1 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x07\x00\x00\x00\x01\ -\x00\x00\x00\x18\x00\x00\x00\x00\x00\x01\x00\x00\x02\x74\ -\x00\x00\x00\x34\x00\x00\x00\x00\x00\x01\x00\x00\x03\x2c\ -\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x04\xe3\ -\x00\x00\x00\x50\x00\x00\x00\x00\x00\x01\x00\x00\x03\x90\ -\x00\x00\x00\x80\x00\x00\x00\x00\x00\x01\x00\x00\x0b\xd3\ +\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x05\x54\ +\x00\x00\x00\x1a\x00\x00\x00\x00\x00\x01\x00\x00\x01\x53\ +\x00\x00\x00\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x06\x0c\ \x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x00\x9c\x00\x02\x00\x00\x00\x01\x00\x00\x00\x08\ +\x00\x00\x00\x36\x00\x00\x00\x00\x00\x01\x00\x00\x01\xb7\ +\x00\x00\x00\x52\x00\x00\x00\x00\x00\x01\x00\x00\x02\xe0\ +\x00\x00\x00\x86\x00\x02\x00\x00\x00\x01\x00\x00\x00\x08\ \x00\x00\x00\xba\x00\x00\x00\x00\x00\x01\x00\x00\x0c\xfc\ " qt_resource_struct_v2 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x07\x00\x00\x00\x01\ \x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x18\x00\x00\x00\x00\x00\x01\x00\x00\x02\x74\ +\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x05\x54\ \x00\x00\x01\x72\xce\x17\xdc\x7c\ -\x00\x00\x00\x34\x00\x00\x00\x00\x00\x01\x00\x00\x03\x2c\ +\x00\x00\x00\x1a\x00\x00\x00\x00\x00\x01\x00\x00\x01\x53\ \x00\x00\x01\x72\xce\x17\xdc\x7f\ -\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x04\xe3\ +\x00\x00\x00\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x06\x0c\ \x00\x00\x01\x72\xce\x17\xdc\x7c\ -\x00\x00\x00\x50\x00\x00\x00\x00\x00\x01\x00\x00\x03\x90\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x01\x72\xce\x17\xdc\x7f\ -\x00\x00\x00\x80\x00\x00\x00\x00\x00\x01\x00\x00\x0b\xd3\ +\x00\x00\x00\x36\x00\x00\x00\x00\x00\x01\x00\x00\x01\xb7\ \x00\x00\x01\x72\xce\x17\xdc\x7f\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x00\x52\x00\x00\x00\x00\x00\x01\x00\x00\x02\xe0\ \x00\x00\x01\x72\xce\x17\xdc\x7f\ -\x00\x00\x00\x9c\x00\x02\x00\x00\x00\x01\x00\x00\x00\x08\ +\x00\x00\x00\x86\x00\x02\x00\x00\x00\x01\x00\x00\x00\x08\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xba\x00\x00\x00\x00\x00\x01\x00\x00\x0c\xfc\ -\x00\x00\x01\x72\xf7\x23\xe2\x86\ +\x00\x00\x01\x73\x44\xa7\xc3\xf0\ " qt_version = [int(v) for v in QtCore.qVersion().split('.')] diff --git a/qtgui/resources/translations/config.pro b/qtgui/resources/translations/config.pro index 1df1075..0ba97ef 100644 --- a/qtgui/resources/translations/config.pro +++ b/qtgui/resources/translations/config.pro @@ -1,2 +1,2 @@ -SOURCES = ../../addclientprompt.py ../../descriptiontextwidget.py ../../mainwindow.py ../../projectname.py ../../quickopensessioncontroller.py ../../quicksessioncontroller.py ../../sessiontreecontroller.py ../../opensessioncontroller.py ../../systemtray.py ../../waitdialog.py ../../designer/mainwindow.py ../../designer/newsession.py ../../designer/projectname.py ../../designer/settings.py +SOURCES = ../../addclientprompt.py ../../descriptiontextwidget.py ../../mainwindow.py ../../projectname.py ../../quickopensessioncontroller.py ../../quicksessioncontroller.py ../../sessiontreecontroller.py ../../opensessioncontroller.py ../../systemtray.py ../../waitdialog.py ../../usermanual.py ../../designer/mainwindow.py ../../designer/newsession.py ../../designer/projectname.py ../../designer/settings.py ../../designer/usermanual.py TRANSLATIONS = de.ts diff --git a/qtgui/resources/translations/de.qm b/qtgui/resources/translations/de.qm index ea1d8758dcbd525026480e1c1bf38ae32b94023e..85c585885182b91ddc8676ac351511ef376890da 100644 GIT binary patch delta 784 zcmZ{hUr1A77{;G-cFwG$c5tX`>CQQtGTqEslwoKWmL^C@xS}G_sYmCZZ80~fgjQKB zilq5@Q3zQOt}BBkNk&qc2wv1(kaSU4K^J8p1cqs^F6bsN4$pI5-uL%C@AqBtT(QCLX)YXp-UJj|(djr3C>oQwYPncPv+35v%Xhujz>Bdi51ZTN1lx$|+T=cxkks(#vdt zQ%u%};`>`~fE|ewNJYEe>_t6tMm3#przLV)#SYSsvyk!oaNgTfcgvtfg+ z)V*b@DU&Yps$9P~O%K83uFLhb>K%F9|Bjj?2`zdoe_Fi*So98{B+POwne41!iP9SFc+`b-XL&y*^n*E(hePM2*HO|az1GAue(4zW(#o{g9rRxuiMwE`TRkx%^xD? z55)5dGm>_t;3Ulju#6UTZK8*Qkv^f)-O`mr#^lnyr@P%j{b-LKIPCU?+}-R#-q!Gc z>YRc4(@~Eg+yo4whoW?l>i@7cey_d(c70q!<$C@Qjh!PGfQMjfTQyV47I^-m^6CE8 T5^0G@8z7lxF~@65CJcW7UbEAW delta 592 zcmYjNYe-XJ7=F%ocBUO&bMtbX&T}@q?CPdJG7Xee5}_X<4aq2G<<^YcB9a6luo#OV z*ZM}3L?)EgAG@pz`6IeX;2)tNBLX9=2r7#GNxIlugXqW0!}q+;_q^}>9P5imPN>3* zl%{khfxr`>q!RcT0MsmD7oe3x_xw0ui$nKz2rz$v)UgIAsLx^5LJmDOkRq3f59ZL* zol0uLv(#0Ud4<&MTGK6Tx!(iSoW~x|A@U#QiqP)1hnf6I1+bgdcKibD@7c~qvR8hx zBU%)wo@X!XKNCiILg=cnU6I-^(9_&01s;C@OpDUt$q~R4=SzZWR*R%pr)OzMi}bE( z5^!DQex_Ki>4y?&pki1*a)v%T-Fe2bdw}1~gRG2cP5dBhX1+OohpFqT04?H!kIj+2RRz5HNs8}Uy0;Y=OrzjCAKx7;ZBF+uyRnkrPZ zAT9E=P`Ta*ShIYSs9Dm6Ws3uJd#j;xf@T=>hBloKSTV{IqRL#|{F3M}%`Jb_Q$|4^ zHEzyMQ}E4vUQ~)3jSEZX085D6YMDrhHSm49hD?iY$}0Ncs|=4|>;hsd)3$y0yjqt)AWhC#FGUbkQT4RzL>_y7O^ diff --git a/qtgui/resources/translations/de.ts b/qtgui/resources/translations/de.ts index c6e2385..4e2682e 100644 --- a/qtgui/resources/translations/de.ts +++ b/qtgui/resources/translations/de.ts @@ -4,32 +4,32 @@ AskBeforeQuit - + About to quit but session {} still open Programm soll beendet werden, aber Session {} ist noch offen - + Do you want to save? Möchten Sie speichern? - + About to quit Programm soll beendet werden - + Don't Quit Nicht Beenden - + Save Speichern - + Discard Changes Änderungen Verwerfen @@ -75,17 +75,17 @@ Launcher - + Name Name - + Description Beschreibung - + Path Pfad @@ -103,187 +103,187 @@ Für Notizen, TODO, Referenzen, Quellen etc… MainWindow - + Argodejo Argodejo - + Start New Session Neue Session starten - + Session Name Goes Here - + Save Speichern - + Save and Close Speichern und Schließen - + Session Notes Session Notizen - + Quick View Schnelle Ansicht - + New Neu - + Load Selected Lade Ausgewählte - + Tree View Baumansicht - + Double-click to load program Doppelklick um Programm zu starten - + In current session Momentan in der Session - + Full View Volle Ansicht - + JACK JACK - + version and running - + NSM Server Mode - + Self-started, connected to, environment var - + NSM Url - + osc.upd ip port - + Session Root - + /home/usr/NSM Sessions - + Program Database - + Last Updated - + Information Information - + Processing Arbeitet - + Control Steuerung - + SessionName - + ClientNameId - + Quit Beenden - + Ctrl+Shift+Q - + About Über - + Manual Handbuch - + Hide in System Tray Minimieren zum Tray - + Ctrl+Q - + Add Client (Prompt) Programm hinzufügen (Prompt) - + A - + Ctrl+S @@ -293,12 +293,12 @@ Für Notizen, TODO, Referenzen, Quellen etc… Speichern unter - + Ctrl+Shift+S - + Ctrl+W @@ -308,97 +308,97 @@ Für Notizen, TODO, Referenzen, Quellen etc… Abbrechen - + Ctrl+Shift+W - + Stop Stop - + Alt+O - + Resume Fortführen - + Alt+R - + Save separately Seperat speichern - + Alt+S - + Remove Entfernen - + Alt+X - + Toggle Visible Sichtbarkeit umschalten - + Alt+T - + Show All Clients Zeige alle Clients - + Hide All Clients Verstecke alle Clients - + Rebuild Program Database Programmdatenbank generieren - + Rename Umbenennen - + F2 - + Settings Einstellungen - + Save and Clone under different name Speichern und mit anderem Namen neu öffnen - + Close without Save ("Abort") Schließen ohne zu Speichern ("Abbrechen") @@ -431,47 +431,47 @@ Für Notizen, TODO, Referenzen, Quellen etc… OpenSession - + not saved ungespeichert - + clean clean (command not found) - (Befehl nicht gefunden) + (Befehl nicht gefunden) - + Name Name - + Label Label - + Status Status - + Visible Sichtbarkeit - + Changes Änderungen - + ID ID @@ -480,16 +480,6 @@ Für Notizen, TODO, Referenzen, Quellen etc… ? - - - ✔ - - - - - ✖ - - ProjectName @@ -540,19 +530,24 @@ Für Notizen, TODO, Referenzen, Quellen etc… PromptWidget - + Type in the name of an executable file on your system. Schreiben Sie den Namen einer ausführbaren Datei von ihrem System. - + No program database found. Please update through Control menu. Keine Programm-Datenbank gefunden. Bitte benutzen Sie das Steuerungsmenü um diese zu erstellen. Command not accepted!<br>Parameters, --switches and relative paths are not allowed.<br>Use nsm-proxy or write a starter-script instead. - Befehl nicht akzeptiert!<br>Parameter, --schalter und relative Pfade sind nicht erlaubt.<br>Benutzen Sie stattdessen ein Programm wie nsm-proxy oder schreiben sie selbst ein Starterscript. + Befehl nicht akzeptiert!<br>Parameter, --schalter und relative Pfade sind nicht erlaubt.<br>Benutzen Sie stattdessen ein Programm wie nsm-proxy oder schreiben sie selbst ein Starterscript. + + + + Command not found or not accepted!<br>Parameters, --switches and relative paths are not allowed.<br>Use nsm-proxy or write a starter-script instead. + Befehl nicht gefunden oder nicht akzeptiert!<br>Parameter, --schalter und relative Pfade sind nicht erlaubt.<br>Benutzen Sie stattdessen ein Programm wie nsm-proxy oder schreiben sie selbst ein Starterscript. @@ -628,6 +623,29 @@ Für Notizen, TODO, Referenzen, Quellen etc… Session löschen + + TemplateUserManual + + + User Manual + Benutzerhandbuch + + + + Form + + + + + Home + Startseite + + + + Back + Zurück + + TrayIcon @@ -664,17 +682,17 @@ Für Notizen, TODO, Referenzen, Quellen etc… mainWindow - + Argodejo ready Argodejo ist bereit - + Another GUI tried to launch. Es wurde versucht eine weitere GUI zu starten. - + Updating Program Database. Thank you for your patience. Programmdatenbank wird aktualisiert. diff --git a/qtgui/usermanual.py b/qtgui/usermanual.py new file mode 100644 index 0000000..f6827f5 --- /dev/null +++ b/qtgui/usermanual.py @@ -0,0 +1,68 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) + +This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), + +This application is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + +import logging; logger = logging.getLogger(__name__); logger.info("import") + +#System Wide Modules +from PyQt5 import QtCore, QtWidgets, QtGui + +#Local Modules +from engine.config import * #imports METADATA +from .designer.usermanual import Ui_TemplateUserManual +from engine.start import PATHS + + +class UserManual(QtWidgets.QWidget): + """A modal window that is hidden""" + + def __init__(self, mainWindow): + super().__init__() + self.mainWindow = mainWindow + self.ui = Ui_TemplateUserManual() + self.ui.setupUi(self) + + self.text = self.ui.textBrowser + + self.text.setSearchPaths([PATHS["doc"]]) #it's a list! + self.text.setSource(QtCore.QUrl("index.html")) + + self.text.highlighted.connect(self.blockLink) + + self.ui.back.clicked.connect(self.text.backward) + self.ui.home.clicked.connect(self.text.home) + + self.setWindowTitle(METADATA["name"] + " " + QtCore.QCoreApplication.translate("TemplateUserManual", "User Manual")) + + self.hide() + + def blockLink(self, qurl): + """The browser displays binary "text" when following a link to an image. + prevent that""" + if qurl.url().endswith(".png") or qurl.url().startswith("http") or qurl.url().startswith("mailto"): + #About to click an url. + self.text.setOpenLinks(False) + return False + else: + self.text.setOpenLinks(True) + return True + + def closeEvent(self, event): + self.hide()