diff --git a/src/tools/uav_viewer_py/gui/ui_gui.py b/src/tools/uav_viewer_py/gui/ui_gui.py index ab6cafbef..45a680b92 100644 --- a/src/tools/uav_viewer_py/gui/ui_gui.py +++ b/src/tools/uav_viewer_py/gui/ui_gui.py @@ -17,47 +17,34 @@ def setupUi(self, MainWindow): self.centralwidget = QtWidgets.QWidget(MainWindow) self.centralwidget.setObjectName("centralwidget") self.takeoffButton = QtWidgets.QPushButton(self.centralwidget) - self.takeoffButton.setGeometry(QtCore.QRect(80, 380, 220, 41)) + self.takeoffButton.setGeometry(QtCore.QRect(80, 370, 161, 41)) self.takeoffButton.setObjectName("takeoffButton") - self.stopButton = QtWidgets.QPushButton(self.centralwidget) - self.stopButton.setGeometry(QtCore.QRect(80, 425, 220, 51)) - icon1 = QtGui.QIcon() - icon1.addPixmap(QtGui.QPixmap(":/images/stop.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.stopButton.setIcon(icon1) + self.stopButton.setGeometry(QtCore.QRect(80, 420, 161, 41)) + icon = QtGui.QIcon() + icon.addPixmap(QtGui.QPixmap(":/images/stop.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) + self.stopButton.setIcon(icon) self.stopButton.setObjectName("stopButton") - self.windowsLabel = QtWidgets.QLabel(self.centralwidget) - self.windowsLabel.setGeometry(QtCore.QRect(350, 380, 71, 21)) + self.windowsLabel.setGeometry(QtCore.QRect(280, 390, 71, 21)) self.windowsLabel.setObjectName("windowsLabel") self.cameraCheck = QtWidgets.QCheckBox(self.centralwidget) - self.cameraCheck.setGeometry(QtCore.QRect(350, 410, 94, 26)) + self.cameraCheck.setGeometry(QtCore.QRect(280, 420, 94, 26)) self.cameraCheck.setObjectName("cameraCheck") self.sensorsCheck = QtWidgets.QCheckBox(self.centralwidget) - self.sensorsCheck.setGeometry(QtCore.QRect(350, 440, 94, 26)) + self.sensorsCheck.setGeometry(QtCore.QRect(280, 450, 94, 26)) self.sensorsCheck.setObjectName("sensorsCheck") - self.altdLabel = QtWidgets.QLabel(self.centralwidget) - self.altdLabel.setGeometry(QtCore.QRect(220, 340, 61, 21)) + self.altdLabel.setGeometry(QtCore.QRect(410, 340, 51, 21)) self.altdLabel.setObjectName("altdLabel") - self.verticalLayoutWidget = QtWidgets.QWidget(self.centralwidget) self.verticalLayoutWidget.setGeometry(QtCore.QRect(20, 30, 361, 301)) self.verticalLayoutWidget.setObjectName("verticalLayoutWidget") self.tlLayout = QtWidgets.QVBoxLayout(self.verticalLayoutWidget) self.tlLayout.setObjectName("tlLayout") - ####################NUEVO#################### - self.verticalLayoutWidget_1 = QtWidgets.QWidget(self.centralwidget) - self.verticalLayoutWidget_1.setGeometry(QtCore.QRect(400, 30, 361, 301)) - self.verticalLayoutWidget_1.setObjectName("verticalLayoutWidget_1") - self.tlLayout_1 = QtWidgets.QVBoxLayout(self.verticalLayoutWidget_1) - self.tlLayout_1.setObjectName("tlLayout_1") - ####################### - self.rotationLabel = QtWidgets.QLabel(self.centralwidget) - self.rotationLabel.setGeometry(QtCore.QRect(350, 340, 65, 21)) + self.rotationLabel.setGeometry(QtCore.QRect(540, 340, 65, 21)) self.rotationLabel.setObjectName("rotationLabel") - self.XLabel = QtWidgets.QLabel(self.centralwidget) self.XLabel.setGeometry(QtCore.QRect(20, 340, 21, 21)) self.XLabel.setObjectName("XLabel") @@ -73,23 +60,22 @@ def setupUi(self, MainWindow): self.YValue.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) self.YValue.setObjectName("YValue") self.altdValue = QtWidgets.QLabel(self.centralwidget) - self.altdValue.setGeometry(QtCore.QRect(280, 340, 41, 21)) - self.altdValue.setAlignment(QtCore.Qt.AlignCenter) + self.altdValue.setGeometry(QtCore.QRect(460, 340, 41, 21)) + self.altdValue.setLayoutDirection(QtCore.Qt.LeftToRight) + self.altdValue.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) self.altdValue.setObjectName("altdValue") self.rotValue = QtWidgets.QLabel(self.centralwidget) - self.rotValue.setGeometry(QtCore.QRect(430, 340, 41, 21)) - self.rotValue.setAlignment(QtCore.Qt.AlignCenter) + self.rotValue.setGeometry(QtCore.QRect(590, 340, 41, 21)) + self.rotValue.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) self.rotValue.setObjectName("rotValue") - self.resetButton = QtWidgets.QPushButton(self.centralwidget) - self.resetButton.setGeometry(QtCore.QRect(80, 480, 220, 41)) + self.resetButton.setGeometry(QtCore.QRect(80, 470, 161, 41)) self.resetButton.setObjectName("resetButton") self.verticalLayoutWidget_2 = QtWidgets.QWidget(self.centralwidget) - self.verticalLayoutWidget_2.setGeometry(QtCore.QRect(480, 380, 150, 150)) + self.verticalLayoutWidget_2.setGeometry(QtCore.QRect(410, 30, 361, 301)) self.verticalLayoutWidget_2.setObjectName("verticalLayoutWidget_2") - self.logoLayout = QtWidgets.QVBoxLayout(self.verticalLayoutWidget_2) - self.logoLayout.setSpacing(0) - self.logoLayout.setObjectName("logoLayout") + self.tlLayout_1 = QtWidgets.QVBoxLayout(self.verticalLayoutWidget_2) + self.tlLayout_1.setObjectName("tlLayout_1") MainWindow.setCentralWidget(self.centralwidget) self.retranslateUi(MainWindow) @@ -97,7 +83,7 @@ def setupUi(self, MainWindow): def retranslateUi(self, MainWindow): _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "UAV Viewer")) + MainWindow.setWindowTitle(_translate("MainWindow", "UAV_Viewer")) self.takeoffButton.setText(_translate("MainWindow", "Take off")) self.stopButton.setText(_translate("MainWindow", "Stop")) self.windowsLabel.setText(_translate("MainWindow", "Windows:")) diff --git a/src/tools/uav_viewer_py/gui/ui_gui.ui b/src/tools/uav_viewer_py/gui/ui_gui.ui index c515e08a9..878884c8e 100644 --- a/src/tools/uav_viewer_py/gui/ui_gui.ui +++ b/src/tools/uav_viewer_py/gui/ui_gui.ui @@ -6,31 +6,31 @@ 0 0 - 660 - 370 + 790 + 550 - 660 - 370 + 790 + 550 - 660 - 370 + 790 + 550 - Introrob_py + UAV_Viewer - 470 - 30 + 80 + 370 161 41 @@ -39,30 +39,11 @@ Take off - - - - 400 - 30 - 19 - 311 - - - - 100 - - - 49 - - - Qt::Vertical - - - 470 - 80 + 80 + 420 161 41 @@ -78,8 +59,8 @@ - 540 - 190 + 280 + 390 71 21 @@ -91,8 +72,8 @@ - 540 - 220 + 280 + 420 94 26 @@ -104,8 +85,8 @@ - 540 - 250 + 280 + 450 94 26 @@ -117,14 +98,14 @@ - 390 + 410 340 51 21 - Altitude + Altitude: @@ -138,33 +119,17 @@ - - - - 440 - 220 - 50 - 64 - - - - 100 - - - 49 - - - 440 - 280 + 540 + 340 65 21 - Rotation + Rotation: @@ -228,24 +193,27 @@ - 390 - 10 + 460 + 340 41 21 + + Qt::LeftToRight + 0 - Qt::AlignCenter + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - 445 - 200 + 590 + 340 41 21 @@ -254,14 +222,14 @@ 0 - Qt::AlignCenter + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - 470 - 130 + 80 + 470 161 41 @@ -270,6 +238,17 @@ Reset + + + + 410 + 30 + 361 + 301 + + + + diff --git a/src/tools/uav_viewer_py/resources_rc.py b/src/tools/uav_viewer_py/resources_rc.py index f801040de..94065f0c9 100644 --- a/src/tools/uav_viewer_py/resources_rc.py +++ b/src/tools/uav_viewer_py/resources_rc.py @@ -9,6 +9,125 @@ from PyQt5 import QtCore qt_resource_data = b"\ +\x00\x00\x07\x4d\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x19\x00\x00\x00\x1c\x08\x06\x00\x00\x00\x94\x24\x14\xd0\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ +\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ +\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x02\x09\ +\x11\x34\x07\x96\x4a\xc5\x0d\x00\x00\x06\xcd\x49\x44\x41\x54\x48\ +\xc7\x9d\x56\xdd\x6b\x5c\xc7\x15\xff\x9d\x99\xbb\xbb\x77\x3f\x2c\ +\x69\xb5\xbb\xfa\x8e\xd5\xae\x8d\x9b\x90\x50\xd7\x34\x36\xa9\x0a\ +\xaa\x93\x42\x5a\x1c\xda\xa6\x26\x84\x42\x1b\x30\xfd\xc0\x2d\xce\ +\x83\xdf\xfa\x37\x34\xaf\x21\x50\x3f\xf4\xa1\x06\x63\x1b\x5a\x63\ +\x28\x7d\x29\xc6\x54\xea\x83\xeb\xa6\xd4\x72\xb2\x51\x2c\x59\x76\ +\x24\xaf\xfc\x6d\xaf\xb4\xba\xab\xfb\x35\x33\xe7\xf4\x61\x57\x4a\ +\xdc\xba\x24\xf4\xc0\x70\x99\xb9\xc3\xf9\xcd\x6f\xce\x99\xdf\x39\ +\xc0\x53\x2c\x0c\x43\xfc\x3f\xd6\xe9\x74\x9e\xba\xae\x9e\xb6\x28\ +\x22\x4f\xdd\x7c\xfb\xf6\x6d\x2f\x0c\xc3\x3c\x33\xfb\x49\x92\xd0\ +\x17\x05\x7f\x62\x63\x14\x45\x20\x22\xf8\xbe\x0f\x00\x68\x36\x9b\ +\xa8\xd5\x6a\x15\x00\x35\x00\x65\x00\x03\x44\xe4\x03\x60\x11\xe9\ +\x88\xc8\x63\xe7\xdc\x63\xe7\xdc\x7a\x7f\x7f\x7f\xd0\x3b\x08\xc6\ +\xc7\xc7\x21\x22\x20\xa2\x27\x41\xc2\x30\x44\xa1\x50\xf8\x2c\x75\ +\x4d\x44\x63\x5a\xeb\xd7\x88\x68\x9a\x88\x26\x00\xf4\x01\xc8\x32\ +\xb3\x10\x51\xc8\xcc\x2d\x11\xf9\x88\x99\xff\x0a\xe0\x42\xa9\x54\ +\x0a\xb7\x6e\x82\x88\x70\xe2\xc4\x09\x1c\x3d\x7a\x14\xde\x36\x25\ +\xfa\x94\x54\x92\x24\x35\x11\x79\x4d\x44\x7e\x42\x44\xbb\x94\x52\ +\x7d\x4a\x29\x5f\x44\x3c\x11\x21\xa5\x14\x44\xc4\x69\xad\x2d\x11\ +\xed\x15\x91\x97\x8d\x31\x6f\x76\x3a\x9d\xf7\x4a\xa5\xd2\xa5\x6d\ +\x06\x5b\xdf\x24\x49\x00\x00\xb9\x5c\x0e\x00\x90\xa6\xe9\x84\xb5\ +\xf6\xfb\x00\xde\x52\x4a\xbd\xa4\x94\x82\x52\x0a\x44\x0a\x22\x0c\ +\x11\xd9\x1e\x44\xb4\xed\xc8\x18\x93\x88\xc8\x59\xad\xf5\xef\x72\ +\xb9\xdc\xdf\x88\x68\x3b\xb0\xde\x96\xf3\x1e\xcd\x42\x14\x45\x6f\ +\x32\xf3\x4f\x89\xe8\xf9\x9e\x03\x11\x11\xea\x86\x41\x20\x22\x24\ +\x22\x60\xe6\xad\xd3\x8a\x52\x0a\x5a\xeb\x5c\x9a\xa6\x6f\x05\x41\ +\x30\x7a\xea\xd4\xa9\xb7\x01\xdc\x00\xe0\x00\x40\x7f\x06\xa0\x0f\ +\xc0\xab\x51\x14\xbd\x2d\x22\x5f\x55\x4a\xfd\x47\x82\x74\x1d\x77\ +\x01\xf1\x04\xa3\xde\x4d\x50\x14\x45\xb4\xb0\xb0\xd0\x7f\xe9\xd2\ +\xa5\x6a\xb5\x5a\x5d\x5c\x5c\x5c\x7c\x04\xe0\xd3\x98\xcc\xcc\xce\ +\x7e\xb9\x5a\xa9\xfe\x60\x72\x72\xe7\xae\x52\xa9\x08\x00\xd2\xe9\ +\x74\x48\x29\x45\x4a\x2b\x11\x66\x12\x01\x20\x80\x48\x17\x44\x29\ +\x25\xcc\x42\x41\xb0\x81\x46\xa3\x21\xf3\xf3\xf3\x34\x37\x37\x57\ +\x9d\x9b\x9b\x3b\xb4\xb8\xb8\x38\x0b\x60\x15\x40\xb0\xc5\x24\xef\ +\x69\xef\x9b\xcd\xd5\xd5\x9f\x75\x3a\x41\x35\x4d\x13\x05\x08\x32\ +\x99\x2c\xb4\xd6\x24\xec\xc8\x98\x14\xec\x2c\x8c\x49\x91\x24\x31\ +\xe2\x38\x46\x1c\xc7\xd4\x6e\xb7\xb1\xbc\xfc\x09\xce\x9f\x3f\x4f\ +\x2b\x2b\x2b\xa2\x94\x22\xcf\xf3\x76\x24\x49\x72\xf7\xce\x9d\x3b\ +\xcb\x00\xee\x69\x00\x28\x16\x0b\xe3\x1f\x7d\xd8\xf8\xf6\x3f\x2e\ +\x5f\xfe\xe1\xc5\x8b\x17\xd4\xc2\xc2\x02\x44\x84\x26\x27\x77\x92\ +\xd6\x1a\x71\x1c\x22\x89\x23\xa4\x69\x82\x4e\x27\x40\xbb\xbd\x8e\ +\x76\x7b\x1d\xf7\xef\xdd\xc7\xca\xf2\x32\xae\x7e\x30\x87\xd3\xa7\ +\xcf\x60\x6a\x6a\x0a\xc7\x8f\x1f\xa7\x7d\xfb\xf6\x21\x08\x02\xd7\ +\x6e\xb7\x6f\x3d\x78\xf0\xe0\xaa\x07\x00\x26\x35\xcf\x40\xa4\x0e\ +\x02\xe2\x24\xc4\xcc\xcc\xac\x34\x1a\xf3\x74\xf6\xec\x59\xbc\xf8\ +\xe2\xd7\xb1\x77\xef\x0b\x18\x1b\x1f\x85\x73\x0e\x26\xb5\xb0\xd6\ +\xc1\x39\x06\x11\x61\x63\xa3\x8d\xf5\xb5\x35\xf8\xbe\x8f\x52\xa9\ +\x84\x4a\xa5\x82\xa1\xa1\x21\x1c\x38\x70\xe0\x39\xcf\xf3\x76\x37\ +\x1a\x0d\xf2\x7a\x19\x32\xc2\x22\x63\xce\x39\x08\x0b\x92\x74\x03\ +\xeb\xed\x0d\xdc\xb9\xbb\x8a\xd2\x8e\x02\x86\x86\x07\xa1\x33\xd4\ +\x0d\x3c\x03\x10\x82\x63\x07\x02\x41\x84\x51\xad\x0e\xca\xc4\xc4\ +\x38\x5a\xad\x16\x5d\xb9\x72\x05\xe3\xe3\xe3\x00\xd0\x5f\x2e\x97\ +\x87\x00\x28\x4f\x44\xf0\xcc\xc4\xc4\x8e\x24\x89\x07\xa2\x28\x82\ +\xb5\x06\xce\x59\xca\xe5\x72\xf2\xa5\xc9\x49\x8c\x8e\x8c\x50\x26\ +\x93\x41\x10\x04\x20\x60\xfb\xcd\x58\xeb\x10\x6c\x04\xc8\xf9\x3e\ +\x06\xca\xfd\x54\xa9\x54\x70\xf3\xe6\x0d\x9c\x3b\x77\x4e\xea\xf5\ +\x3a\x5a\xad\x16\x85\x61\xe8\x1f\x39\x72\xa4\xcb\xe4\x95\x83\x07\ +\xbd\xcd\xcd\x8e\xb7\xb6\xd6\x42\x67\x33\x40\x14\x45\x50\x4a\x63\ +\x78\x68\x08\xec\x18\x8f\x1e\x3c\x84\xef\x67\x01\x08\xb4\xf6\xa0\ +\xb5\x07\xeb\x1c\x56\x96\x6f\x21\x8e\x63\x14\x0a\x05\xb4\x5a\x8f\ +\x11\xc7\x29\x6e\xdf\xbe\x83\x99\x99\x19\xec\xd9\xb3\x07\x95\x4a\ +\x05\x87\x0e\x1d\x22\xcf\xc4\xc0\xc8\xf0\x50\x6c\xcc\x40\x54\xab\ +\x55\x90\xc4\x11\x8c\xb1\x20\x22\xca\x17\xf2\x28\x15\x0b\x60\xc7\ +\x48\x93\x14\x2c\x02\xe1\x18\x4a\x69\x64\x32\x59\x98\x34\xc5\x6a\ +\xb3\x89\xb5\xf5\x0d\xc9\xfa\x05\x94\xcb\x83\xa4\x94\xa2\x66\xb3\ +\x89\x7a\xbd\x8e\x5c\x2e\x27\xf5\x7a\x5d\x54\x36\x4f\xc8\x66\x33\ +\xad\x42\x21\xff\x68\x70\xa0\x8c\xa1\xda\x30\xc6\xc6\xc6\x64\x6c\ +\x6c\x14\x83\x83\x65\xf8\x7e\x0e\x22\xdc\x0d\xb6\x75\x48\x53\x8b\ +\x38\x8a\x11\x45\x09\x9c\x75\xd8\x68\x07\x68\x36\x9b\x94\x26\x09\ +\x65\x32\x19\xf1\xfd\x3c\x7c\xdf\x87\xe7\x79\xf0\x3c\x2f\xa8\xd7\ +\xeb\xec\x01\x00\x33\xaf\x3a\xe7\x96\x99\x19\xdd\x61\x49\x20\xf0\ +\x3c\x0f\x80\x40\x84\xb1\xa5\x9f\x22\x04\xe7\x04\x41\xb0\x89\x8d\ +\x8d\x0e\x58\x04\xc5\x42\x01\xc5\x42\x11\xe1\x66\x88\xc4\x18\xf4\ +\xf5\xf5\xc1\x39\xb7\x12\x86\x61\xb3\x5c\x2e\x77\x41\x04\x74\xd7\ +\x32\xdf\x60\xe1\x8e\xb0\x2d\x49\x37\x85\x60\x4c\xda\x03\x71\x60\ +\xb6\x3d\x91\x24\x30\x0b\x2c\x3b\x14\x8a\x79\x4c\x4e\xee\xc4\xd8\ +\xd8\x28\x32\x7e\x11\xcc\x40\xa9\x27\xb6\xf9\x7c\x7e\xce\x39\xd7\ +\x20\xa2\x6e\x65\x7c\xf9\x95\x1f\x3f\x34\xce\xcd\x1b\x6b\x3e\x4e\ +\x8d\x49\x8d\xb1\x30\xa9\x91\x24\x89\xd1\x1b\x12\x6f\xbf\xf2\x08\ +\x71\x1c\xc3\xa4\x06\x4a\x29\x14\x8a\x45\xf4\x0f\x0c\x48\x2e\x9b\ +\x93\x6c\x36\x43\xbe\xef\xa3\x58\x2c\xc6\x5a\xeb\xf7\x89\xe8\xe3\ +\x6d\xed\x7a\xf5\xbb\x5f\x93\x5f\xfd\xf2\x17\xd7\x98\xf9\x2f\xd6\ +\x98\x71\x66\x37\x26\xec\xc8\x39\x27\x00\x43\xc0\x24\xe2\x20\x4c\ +\x10\x01\x98\x05\x5d\x5d\x24\x88\x88\x30\x40\x10\x0d\xd2\x1a\xda\ +\xa3\x24\x4d\xd3\x06\x33\xff\x73\x6a\x6a\xea\xd6\x13\x95\xf1\xca\ +\xbf\xee\xe3\xdd\x77\x7f\xbd\x33\x0c\x83\xdf\x3a\x6b\xbf\x63\xad\ +\x55\xe2\x5c\x57\xde\xc1\x24\xc2\x3d\xe7\xd2\x8b\x1b\x41\x91\x02\ +\x88\x44\x00\x12\x68\x64\xb3\x59\x64\xb2\x99\x65\xcf\xf3\xde\xd1\ +\x5a\x9f\x3b\x73\xe6\xcc\x7d\x00\xf0\xfe\xf8\x87\x77\xb0\x7f\xff\ +\x27\xd8\x39\x39\x0c\x00\xb7\xde\x78\xe3\xf5\xdf\x84\x61\xd4\x4e\ +\xd3\xf4\x47\xce\x18\x12\x74\xa5\x57\xd8\x81\x9d\x80\x99\x85\x45\ +\x00\x51\x44\x5d\x10\x02\x08\xa4\x35\xac\xb5\x0b\xbe\xf8\x67\xad\ +\xb5\x7f\xb6\xd6\x3e\x00\x80\x63\xc7\x8e\x41\x17\xf2\xe3\xb8\x78\ +\xd1\xe0\xea\xd5\xab\x00\x80\xf9\xf9\x6b\x2b\xc3\xc3\xc3\x2d\x6b\ +\x6d\x39\x4e\xa2\x6c\x9c\x24\x99\x24\x8a\x75\x1c\xc5\x2a\x8e\x13\ +\x44\x51\x4c\x71\x9c\x90\x31\x16\x69\x62\x60\x52\x9b\x1a\x6b\xdb\ +\x22\x58\xb2\x6c\xcf\x18\x63\x4e\x5f\xb8\x70\xe1\xe6\xd2\xd2\x12\ +\x0e\x1f\x3e\x8c\x93\x27\x4f\x7e\x7a\x5d\xdf\x9a\x9e\xc6\xcc\xec\ +\xec\x76\x95\x7a\xf6\xd9\x3d\x95\x6c\x26\xf3\xf3\x24\x8a\x0e\x1a\ +\x63\xbe\x22\xcc\x35\x11\x14\x9c\x63\x25\x22\xf0\xbc\xac\x23\xa8\ +\x35\x90\x5a\xd5\x9e\xfa\x00\x0a\xa7\x49\xd1\xe5\xeb\xd7\xaf\xaf\ +\x01\xc0\xf4\xf4\x34\x66\x7b\xfe\xfe\xab\x91\xf8\xd3\xf9\xf7\xf0\ +\xbd\xd7\x8f\xe1\xda\xb5\xc5\xc7\x2f\x3c\xff\xdc\xef\xd3\xd4\x5c\ +\xb4\xc6\x4c\x8a\xf0\x84\x73\xdc\xcf\x2c\x39\x40\x31\xbb\x34\x22\ +\xd2\x0f\x95\xd2\xcb\x20\xbd\x14\x47\xf1\xfd\xbb\xf7\xee\x6e\x7e\ +\x6e\xdf\xb5\x65\xdf\x78\x69\x3f\x2e\xfd\xfd\xfd\xed\x79\xce\xcb\ +\xe6\x8b\x05\x7f\x80\xd9\xe6\x01\x9d\x21\xd2\xc2\x4e\x12\x02\x75\ +\xd6\xc3\xf5\x35\x00\xbc\xb5\x77\xf7\xae\xdd\x20\x22\x5c\x5f\xba\ +\xfe\xf9\x5d\xdf\x48\xad\x86\x91\x5a\xed\x0b\x75\x88\xa3\xd5\x51\ +\x8c\x56\x47\xff\xe7\xff\x7f\x03\x97\x54\x18\xa6\xd8\x35\x20\x89\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x12\xd1\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -313,453 +432,6 @@ \x75\x4e\x58\xd2\xa5\xf4\x99\xff\xad\xac\xf2\x0f\x8b\x79\x94\xf0\ \x0c\x3c\x66\x86\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \ -\x00\x00\x07\x4d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x19\x00\x00\x00\x1c\x08\x06\x00\x00\x00\x94\x24\x14\xd0\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ -\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x02\x09\ -\x11\x34\x07\x96\x4a\xc5\x0d\x00\x00\x06\xcd\x49\x44\x41\x54\x48\ -\xc7\x9d\x56\xdd\x6b\x5c\xc7\x15\xff\x9d\x99\xbb\xbb\x77\x3f\x2c\ -\x69\xb5\xbb\xfa\x8e\xd5\xae\x8d\x9b\x90\x50\xd7\x34\x36\xa9\x0a\ -\xaa\x93\x42\x5a\x1c\xda\xa6\x26\x84\x42\x1b\x30\xfd\xc0\x2d\xce\ -\x83\xdf\xfa\x37\x34\xaf\x21\x50\x3f\xf4\xa1\x06\x63\x1b\x5a\x63\ -\x28\x7d\x29\xc6\x54\xea\x83\xeb\xa6\xd4\x72\xb2\x51\x2c\x59\x76\ -\x24\xaf\xfc\x6d\xaf\xb4\xba\xab\xfb\x35\x33\xe7\xf4\x61\x57\x4a\ -\xdc\xba\x24\xf4\xc0\x70\x99\xb9\xc3\xf9\xcd\x6f\xce\x99\xdf\x39\ -\xc0\x53\x2c\x0c\x43\xfc\x3f\xd6\xe9\x74\x9e\xba\xae\x9e\xb6\x28\ -\x22\x4f\xdd\x7c\xfb\xf6\x6d\x2f\x0c\xc3\x3c\x33\xfb\x49\x92\xd0\ -\x17\x05\x7f\x62\x63\x14\x45\x20\x22\xf8\xbe\x0f\x00\x68\x36\x9b\ -\xa8\xd5\x6a\x15\x00\x35\x00\x65\x00\x03\x44\xe4\x03\x60\x11\xe9\ -\x88\xc8\x63\xe7\xdc\x63\xe7\xdc\x7a\x7f\x7f\x7f\xd0\x3b\x08\xc6\ -\xc7\xc7\x21\x22\x20\xa2\x27\x41\xc2\x30\x44\xa1\x50\xf8\x2c\x75\ -\x4d\x44\x63\x5a\xeb\xd7\x88\x68\x9a\x88\x26\x00\xf4\x01\xc8\x32\ -\xb3\x10\x51\xc8\xcc\x2d\x11\xf9\x88\x99\xff\x0a\xe0\x42\xa9\x54\ -\x0a\xb7\x6e\x82\x88\x70\xe2\xc4\x09\x1c\x3d\x7a\x14\xde\x36\x25\ -\xfa\x94\x54\x92\x24\x35\x11\x79\x4d\x44\x7e\x42\x44\xbb\x94\x52\ -\x7d\x4a\x29\x5f\x44\x3c\x11\x21\xa5\x14\x44\xc4\x69\xad\x2d\x11\ -\xed\x15\x91\x97\x8d\x31\x6f\x76\x3a\x9d\xf7\x4a\xa5\xd2\xa5\x6d\ -\x06\x5b\xdf\x24\x49\x00\x00\xb9\x5c\x0e\x00\x90\xa6\xe9\x84\xb5\ -\xf6\xfb\x00\xde\x52\x4a\xbd\xa4\x94\x82\x52\x0a\x44\x0a\x22\x0c\ -\x11\xd9\x1e\x44\xb4\xed\xc8\x18\x93\x88\xc8\x59\xad\xf5\xef\x72\ -\xb9\xdc\xdf\x88\x68\x3b\xb0\xde\x96\xf3\x1e\xcd\x42\x14\x45\x6f\ -\x32\xf3\x4f\x89\xe8\xf9\x9e\x03\x11\x11\xea\x86\x41\x20\x22\x24\ -\x22\x60\xe6\xad\xd3\x8a\x52\x0a\x5a\xeb\x5c\x9a\xa6\x6f\x05\x41\ -\x30\x7a\xea\xd4\xa9\xb7\x01\xdc\x00\xe0\x00\x40\x7f\x06\xa0\x0f\ -\xc0\xab\x51\x14\xbd\x2d\x22\x5f\x55\x4a\xfd\x47\x82\x74\x1d\x77\ -\x01\xf1\x04\xa3\xde\x4d\x50\x14\x45\xb4\xb0\xb0\xd0\x7f\xe9\xd2\ -\xa5\x6a\xb5\x5a\x5d\x5c\x5c\x5c\x7c\x04\xe0\xd3\x98\xcc\xcc\xce\ -\x7e\xb9\x5a\xa9\xfe\x60\x72\x72\xe7\xae\x52\xa9\x08\x00\xd2\xe9\ -\x74\x48\x29\x45\x4a\x2b\x11\x66\x12\x01\x20\x80\x48\x17\x44\x29\ -\x25\xcc\x42\x41\xb0\x81\x46\xa3\x21\xf3\xf3\xf3\x34\x37\x37\x57\ -\x9d\x9b\x9b\x3b\xb4\xb8\xb8\x38\x0b\x60\x15\x40\xb0\xc5\x24\xef\ -\x69\xef\x9b\xcd\xd5\xd5\x9f\x75\x3a\x41\x35\x4d\x13\x05\x08\x32\ -\x99\x2c\xb4\xd6\x24\xec\xc8\x98\x14\xec\x2c\x8c\x49\x91\x24\x31\ -\xe2\x38\x46\x1c\xc7\xd4\x6e\xb7\xb1\xbc\xfc\x09\xce\x9f\x3f\x4f\ -\x2b\x2b\x2b\xa2\x94\x22\xcf\xf3\x76\x24\x49\x72\xf7\xce\x9d\x3b\ -\xcb\x00\xee\x69\x00\x28\x16\x0b\xe3\x1f\x7d\xd8\xf8\xf6\x3f\x2e\ -\x5f\xfe\xe1\xc5\x8b\x17\xd4\xc2\xc2\x02\x44\x84\x26\x27\x77\x92\ -\xd6\x1a\x71\x1c\x22\x89\x23\xa4\x69\x82\x4e\x27\x40\xbb\xbd\x8e\ -\x76\x7b\x1d\xf7\xef\xdd\xc7\xca\xf2\x32\xae\x7e\x30\x87\xd3\xa7\ -\xcf\x60\x6a\x6a\x0a\xc7\x8f\x1f\xa7\x7d\xfb\xf6\x21\x08\x02\xd7\ -\x6e\xb7\x6f\x3d\x78\xf0\xe0\xaa\x07\x00\x26\x35\xcf\x40\xa4\x0e\ -\x02\xe2\x24\xc4\xcc\xcc\xac\x34\x1a\xf3\x74\xf6\xec\x59\xbc\xf8\ -\xe2\xd7\xb1\x77\xef\x0b\x18\x1b\x1f\x85\x73\x0e\x26\xb5\xb0\xd6\ -\xc1\x39\x06\x11\x61\x63\xa3\x8d\xf5\xb5\x35\xf8\xbe\x8f\x52\xa9\ -\x84\x4a\xa5\x82\xa1\xa1\x21\x1c\x38\x70\xe0\x39\xcf\xf3\x76\x37\ -\x1a\x0d\xf2\x7a\x19\x32\xc2\x22\x63\xce\x39\x08\x0b\x92\x74\x03\ -\xeb\xed\x0d\xdc\xb9\xbb\x8a\xd2\x8e\x02\x86\x86\x07\xa1\x33\xd4\ -\x0d\x3c\x03\x10\x82\x63\x07\x02\x41\x84\x51\xad\x0e\xca\xc4\xc4\ -\x38\x5a\xad\x16\x5d\xb9\x72\x05\xe3\xe3\xe3\x00\xd0\x5f\x2e\x97\ -\x87\x00\x28\x4f\x44\xf0\xcc\xc4\xc4\x8e\x24\x89\x07\xa2\x28\x82\ -\xb5\x06\xce\x59\xca\xe5\x72\xf2\xa5\xc9\x49\x8c\x8e\x8c\x50\x26\ -\x93\x41\x10\x04\x20\x60\xfb\xcd\x58\xeb\x10\x6c\x04\xc8\xf9\x3e\ -\x06\xca\xfd\x54\xa9\x54\x70\xf3\xe6\x0d\x9c\x3b\x77\x4e\xea\xf5\ -\x3a\x5a\xad\x16\x85\x61\xe8\x1f\x39\x72\xa4\xcb\xe4\x95\x83\x07\ -\xbd\xcd\xcd\x8e\xb7\xb6\xd6\x42\x67\x33\x40\x14\x45\x50\x4a\x63\ -\x78\x68\x08\xec\x18\x8f\x1e\x3c\x84\xef\x67\x01\x08\xb4\xf6\xa0\ -\xb5\x07\xeb\x1c\x56\x96\x6f\x21\x8e\x63\x14\x0a\x05\xb4\x5a\x8f\ -\x11\xc7\x29\x6e\xdf\xbe\x83\x99\x99\x19\xec\xd9\xb3\x07\x95\x4a\ -\x05\x87\x0e\x1d\x22\xcf\xc4\xc0\xc8\xf0\x50\x6c\xcc\x40\x54\xab\ -\x55\x90\xc4\x11\x8c\xb1\x20\x22\xca\x17\xf2\x28\x15\x0b\x60\xc7\ -\x48\x93\x14\x2c\x02\xe1\x18\x4a\x69\x64\x32\x59\x98\x34\xc5\x6a\ -\xb3\x89\xb5\xf5\x0d\xc9\xfa\x05\x94\xcb\x83\xa4\x94\xa2\x66\xb3\ -\x89\x7a\xbd\x8e\x5c\x2e\x27\xf5\x7a\x5d\x54\x36\x4f\xc8\x66\x33\ -\xad\x42\x21\xff\x68\x70\xa0\x8c\xa1\xda\x30\xc6\xc6\xc6\x64\x6c\ -\x6c\x14\x83\x83\x65\xf8\x7e\x0e\x22\xdc\x0d\xb6\x75\x48\x53\x8b\ -\x38\x8a\x11\x45\x09\x9c\x75\xd8\x68\x07\x68\x36\x9b\x94\x26\x09\ -\x65\x32\x19\xf1\xfd\x3c\x7c\xdf\x87\xe7\x79\xf0\x3c\x2f\xa8\xd7\ -\xeb\xec\x01\x00\x33\xaf\x3a\xe7\x96\x99\x19\xdd\x61\x49\x20\xf0\ -\x3c\x0f\x80\x40\x84\xb1\xa5\x9f\x22\x04\xe7\x04\x41\xb0\x89\x8d\ -\x8d\x0e\x58\x04\xc5\x42\x01\xc5\x42\x11\xe1\x66\x88\xc4\x18\xf4\ -\xf5\xf5\xc1\x39\xb7\x12\x86\x61\xb3\x5c\x2e\x77\x41\x04\x74\xd7\ -\x32\xdf\x60\xe1\x8e\xb0\x2d\x49\x37\x85\x60\x4c\xda\x03\x71\x60\ -\xb6\x3d\x91\x24\x30\x0b\x2c\x3b\x14\x8a\x79\x4c\x4e\xee\xc4\xd8\ -\xd8\x28\x32\x7e\x11\xcc\x40\xa9\x27\xb6\xf9\x7c\x7e\xce\x39\xd7\ -\x20\xa2\x6e\x65\x7c\xf9\x95\x1f\x3f\x34\xce\xcd\x1b\x6b\x3e\x4e\ -\x8d\x49\x8d\xb1\x30\xa9\x91\x24\x89\xd1\x1b\x12\x6f\xbf\xf2\x08\ -\x71\x1c\xc3\xa4\x06\x4a\x29\x14\x8a\x45\xf4\x0f\x0c\x48\x2e\x9b\ -\x93\x6c\x36\x43\xbe\xef\xa3\x58\x2c\xc6\x5a\xeb\xf7\x89\xe8\xe3\ -\x6d\xed\x7a\xf5\xbb\x5f\x93\x5f\xfd\xf2\x17\xd7\x98\xf9\x2f\xd6\ -\x98\x71\x66\x37\x26\xec\xc8\x39\x27\x00\x43\xc0\x24\xe2\x20\x4c\ -\x10\x01\x98\x05\x5d\x5d\x24\x88\x88\x30\x40\x10\x0d\xd2\x1a\xda\ -\xa3\x24\x4d\xd3\x06\x33\xff\x73\x6a\x6a\xea\xd6\x13\x95\xf1\xca\ -\xbf\xee\xe3\xdd\x77\x7f\xbd\x33\x0c\x83\xdf\x3a\x6b\xbf\x63\xad\ -\x55\xe2\x5c\x57\xde\xc1\x24\xc2\x3d\xe7\xd2\x8b\x1b\x41\x91\x02\ -\x88\x44\x00\x12\x68\x64\xb3\x59\x64\xb2\x99\x65\xcf\xf3\xde\xd1\ -\x5a\x9f\x3b\x73\xe6\xcc\x7d\x00\xf0\xfe\xf8\x87\x77\xb0\x7f\xff\ -\x27\xd8\x39\x39\x0c\x00\xb7\xde\x78\xe3\xf5\xdf\x84\x61\xd4\x4e\ -\xd3\xf4\x47\xce\x18\x12\x74\xa5\x57\xd8\x81\x9d\x80\x99\x85\x45\ -\x00\x51\x44\x5d\x10\x02\x08\xa4\x35\xac\xb5\x0b\xbe\xf8\x67\xad\ -\xb5\x7f\xb6\xd6\x3e\x00\x80\x63\xc7\x8e\x41\x17\xf2\xe3\xb8\x78\ -\xd1\xe0\xea\xd5\xab\x00\x80\xf9\xf9\x6b\x2b\xc3\xc3\xc3\x2d\x6b\ -\x6d\x39\x4e\xa2\x6c\x9c\x24\x99\x24\x8a\x75\x1c\xc5\x2a\x8e\x13\ -\x44\x51\x4c\x71\x9c\x90\x31\x16\x69\x62\x60\x52\x9b\x1a\x6b\xdb\ -\x22\x58\xb2\x6c\xcf\x18\x63\x4e\x5f\xb8\x70\xe1\xe6\xd2\xd2\x12\ -\x0e\x1f\x3e\x8c\x93\x27\x4f\x7e\x7a\x5d\xdf\x9a\x9e\xc6\xcc\xec\ -\xec\x76\x95\x7a\xf6\xd9\x3d\x95\x6c\x26\xf3\xf3\x24\x8a\x0e\x1a\ -\x63\xbe\x22\xcc\x35\x11\x14\x9c\x63\x25\x22\xf0\xbc\xac\x23\xa8\ -\x35\x90\x5a\xd5\x9e\xfa\x00\x0a\xa7\x49\xd1\xe5\xeb\xd7\xaf\xaf\ -\x01\xc0\xf4\xf4\x34\x66\x7b\xfe\xfe\xab\x91\xf8\xd3\xf9\xf7\xf0\ -\xbd\xd7\x8f\xe1\xda\xb5\xc5\xc7\x2f\x3c\xff\xdc\xef\xd3\xd4\x5c\ -\xb4\xc6\x4c\x8a\xf0\x84\x73\xdc\xcf\x2c\x39\x40\x31\xbb\x34\x22\ -\xd2\x0f\x95\xd2\xcb\x20\xbd\x14\x47\xf1\xfd\xbb\xf7\xee\x6e\x7e\ -\x6e\xdf\xb5\x65\xdf\x78\x69\x3f\x2e\xfd\xfd\xfd\xed\x79\xce\xcb\ -\xe6\x8b\x05\x7f\x80\xd9\xe6\x01\x9d\x21\xd2\xc2\x4e\x12\x02\x75\ -\xd6\xc3\xf5\x35\x00\xbc\xb5\x77\xf7\xae\xdd\x20\x22\x5c\x5f\xba\ -\xfe\xf9\x5d\xdf\x48\xad\x86\x91\x5a\xed\x0b\x75\x88\xa3\xd5\x51\ -\x8c\x56\x47\xff\xe7\xff\x7f\x03\x97\x54\x18\xa6\xd8\x35\x20\x89\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x14\x57\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x01\x20\x05\xc9\x11\ -\x00\x00\x04\xc8\x69\x54\x58\x74\x58\x4d\x4c\x3a\x63\x6f\x6d\x2e\ -\x61\x64\x6f\x62\x65\x2e\x78\x6d\x70\x00\x00\x00\x00\x00\x3c\x3f\ -\x78\x70\x61\x63\x6b\x65\x74\x20\x62\x65\x67\x69\x6e\x3d\x22\xef\ -\xbb\xbf\x22\x20\x69\x64\x3d\x22\x57\x35\x4d\x30\x4d\x70\x43\x65\ -\x68\x69\x48\x7a\x72\x65\x53\x7a\x4e\x54\x63\x7a\x6b\x63\x39\x64\ -\x22\x3f\x3e\x0a\x3c\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x20\x78\ -\x6d\x6c\x6e\x73\x3a\x78\x3d\x22\x61\x64\x6f\x62\x65\x3a\x6e\x73\ -\x3a\x6d\x65\x74\x61\x2f\x22\x20\x78\x3a\x78\x6d\x70\x74\x6b\x3d\ -\x22\x41\x64\x6f\x62\x65\x20\x58\x4d\x50\x20\x43\x6f\x72\x65\x20\ -\x34\x2e\x31\x2d\x63\x30\x33\x37\x20\x34\x36\x2e\x32\x38\x32\x36\ -\x39\x36\x2c\x20\x4d\x6f\x6e\x20\x41\x70\x72\x20\x30\x32\x20\x32\ -\x30\x30\x37\x20\x31\x38\x3a\x33\x36\x3a\x35\x36\x20\x20\x20\x20\ -\x20\x20\x20\x20\x22\x3e\x0a\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\ -\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\ -\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ -\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\ -\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x20\x3c\x72\x64\x66\ -\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x20\x72\x64\x66\ -\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x0a\x20\x20\x20\x20\x78\x6d\ -\x6c\x6e\x73\x3a\x78\x61\x70\x52\x69\x67\x68\x74\x73\x3d\x22\x68\ -\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\ -\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x72\x69\x67\x68\x74\ -\x73\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x61\ -\x70\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\ -\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x22\ -\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\ -\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\ -\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\ -\x0a\x20\x20\x20\x78\x61\x70\x52\x69\x67\x68\x74\x73\x3a\x57\x65\ -\x62\x53\x74\x61\x74\x65\x6d\x65\x6e\x74\x3d\x22\x68\x74\x74\x70\ -\x3a\x2f\x2f\x62\x6c\x6f\x67\x2e\x61\x64\x64\x69\x63\x74\x65\x64\ -\x74\x6f\x63\x6f\x66\x66\x65\x65\x2e\x64\x65\x22\x0a\x20\x20\x20\ -\x78\x61\x70\x3a\x4d\x65\x74\x61\x64\x61\x74\x61\x44\x61\x74\x65\ -\x3d\x22\x32\x30\x30\x39\x2d\x30\x31\x2d\x32\x32\x54\x31\x30\x3a\ -\x30\x36\x3a\x31\x34\x2b\x30\x31\x3a\x30\x30\x22\x3e\x0a\x20\x20\ -\x20\x3c\x64\x63\x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\ -\x20\x20\x3c\x72\x64\x66\x3a\x53\x65\x71\x3e\x0a\x20\x20\x20\x20\ -\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x4f\x6c\x69\x76\x65\x72\x20\ -\x54\x77\x61\x72\x64\x6f\x77\x73\x6b\x69\x3c\x2f\x72\x64\x66\x3a\ -\x6c\x69\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x53\x65\ -\x71\x3e\x0a\x20\x20\x20\x3c\x2f\x64\x63\x3a\x63\x72\x65\x61\x74\ -\x6f\x72\x3e\x0a\x20\x20\x20\x3c\x64\x63\x3a\x64\x65\x73\x63\x72\ -\x69\x70\x74\x69\x6f\x6e\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\ -\x3a\x41\x6c\x74\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ -\x6c\x69\x20\x78\x6d\x6c\x3a\x6c\x61\x6e\x67\x3d\x22\x78\x2d\x64\ -\x65\x66\x61\x75\x6c\x74\x22\x3e\xef\xa3\xbf\x20\x4d\x61\x64\x65\ -\x20\x6f\x6e\x20\x61\x20\x4d\x61\x63\x21\x26\x23\x78\x41\x3b\x26\ -\x23\x78\x41\x3b\x65\x78\x63\x6c\x75\x73\x69\x76\x65\x20\x66\x6f\ -\x72\x20\x53\x6d\x61\x73\x68\x69\x6e\x67\x20\x4d\x61\x67\x61\x7a\ -\x69\x6e\x65\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\ -\x20\x3c\x2f\x72\x64\x66\x3a\x41\x6c\x74\x3e\x0a\x20\x20\x20\x3c\ -\x2f\x64\x63\x3a\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x3e\ -\x0a\x20\x20\x20\x3c\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\ -\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x42\x61\x67\x3e\x0a\x20\ -\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x69\x63\x6f\x6e\ -\x73\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\ -\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x66\x6c\x61\x76\x6f\x75\x72\x3c\ -\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\ -\x64\x66\x3a\x6c\x69\x3e\x73\x6d\x61\x73\x68\x69\x6e\x67\x20\x6d\ -\x61\x67\x61\x7a\x69\x6e\x65\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\ -\x0a\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x61\x64\ -\x64\x69\x63\x74\x65\x64\x20\x74\x6f\x20\x63\x6f\x66\x66\x65\x65\ -\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ -\x72\x64\x66\x3a\x42\x61\x67\x3e\x0a\x20\x20\x20\x3c\x2f\x64\x63\ -\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x3c\x64\x63\ -\x3a\x72\x69\x67\x68\x74\x73\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\ -\x66\x3a\x41\x6c\x74\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ -\x3a\x6c\x69\x20\x78\x6d\x6c\x3a\x6c\x61\x6e\x67\x3d\x22\x78\x2d\ -\x64\x65\x66\x61\x75\x6c\x74\x22\x3e\xc2\xa9\x20\x32\x30\x30\x39\ -\x20\x62\x79\x20\x4f\x6c\x69\x76\x65\x72\x20\x54\x77\x61\x72\x64\ -\x6f\x77\x73\x6b\x69\x20\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\ -\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x41\x6c\x74\x3e\x0a\x20\ -\x20\x20\x3c\x2f\x64\x63\x3a\x72\x69\x67\x68\x74\x73\x3e\x0a\x20\ -\x20\x3c\x2f\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\ -\x6f\x6e\x3e\x0a\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\ -\x3c\x2f\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x3e\x0a\x3c\x3f\x78\ -\x70\x61\x63\x6b\x65\x74\x20\x65\x6e\x64\x3d\x22\x72\x22\x3f\x3e\ -\xee\x04\x51\xd2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\ -\x52\x65\x61\x64\x79\x71\xc9\x65\x3c\x00\x00\x0f\x25\x49\x44\x41\ -\x54\x78\xda\x62\xfc\xff\xff\x3f\x03\x36\xc0\x02\x63\xd8\x75\xea\ -\xff\x67\x66\x67\x66\xf8\xfb\xf3\x2f\xc3\xa1\xf2\x8b\x8c\x8c\x20\ -\x1d\x20\x41\x5e\x49\x1e\x06\x0e\x1e\x36\x86\x1f\x5f\x7e\x31\x7c\ -\x7e\xfe\x05\xa2\xe3\xf5\xc7\x77\x0c\xbf\x45\x7e\x31\xbc\xee\xfa\ -\xc6\x20\x16\xc0\xcb\xf0\xfe\xd3\x47\x06\x26\x90\xc4\xdf\x9f\xff\ -\x18\x7e\x7e\xfc\xcd\x20\x9a\xca\xc5\xf0\x83\xed\x07\x98\xcf\x08\ -\xb3\x5c\xad\x58\x1a\x68\x07\x13\x58\xf0\x56\xef\x53\x46\x80\x00\ -\x62\xc4\xeb\x2a\xab\x56\x9d\xff\x6c\x5c\x6c\x60\x81\x2f\xb7\x58\ -\x3f\x9d\x99\x7e\x92\x9f\x25\x2c\x31\x73\x3e\xb7\x29\x27\x03\x0b\ -\x13\x0b\x03\x87\x30\x1b\x03\x2b\xfb\x37\x3e\xb0\x8e\x33\x9c\x1b\ -\x62\xf9\xbf\x72\x31\x7c\x58\xfd\x13\xe8\x12\x26\x06\xbe\x50\x56\ -\x06\x4e\x61\xe9\x03\x4c\xcf\x57\x32\xa9\xfd\xfe\xf6\x87\x41\x31\ -\x4b\x94\x41\x24\x99\x93\x01\xc4\xfe\xfe\xf6\xa9\x03\x13\x90\xb8\ -\xf7\x6a\xff\xef\xc7\xcf\x6e\xbe\x61\xf8\xf8\xe0\x1b\xc3\xdd\x49\ -\x7f\xe6\x83\x8c\x02\x08\x20\x0c\x57\x81\xec\x7c\xc0\x77\x26\x94\ -\x45\xec\x3b\xf7\x8f\xfb\xdc\x1f\xdc\x65\xfc\xdc\xda\x1b\xaa\x4f\ -\xc3\xe4\xe1\x1a\x40\x2e\x66\xe5\x60\x65\x60\xe3\x64\x61\x60\x66\ -\x63\x61\x60\x62\x66\x64\xf8\xf7\xf7\x3f\xc3\xdf\x5f\x7f\x18\x7e\ -\x7d\xff\xc3\xf0\xe5\x2a\xc7\xfb\xb3\xf3\x8e\x0b\x81\x35\x98\x16\ -\x98\x7c\xe5\x96\xff\xc7\xc5\xc1\xcb\xce\xc0\xc9\xcf\xc6\xf0\x64\ -\xd1\x7b\xb0\x21\xca\x59\xe2\x0c\x3f\x81\x61\xfd\xfd\xe3\x2f\x86\ -\x1f\x9f\x7f\x32\x70\x9d\xd0\xdb\x04\x0e\x8f\x47\x97\x9e\xbd\x17\ -\xe4\x64\xe6\x62\xff\xc9\xca\xc0\xf1\x97\x95\xe1\x35\x30\x32\x04\ -\x25\xf9\x18\x9e\x7d\x78\xce\xf0\xf3\xd3\x6f\x86\x1f\xef\x7f\x83\ -\x83\xfe\xe1\x9e\xdd\xeb\xe1\x4e\x92\x70\x97\x7a\xc6\x6f\xc0\x24\ -\xc9\xca\xc5\xcc\x00\x8a\x5e\xb8\x93\x80\xd1\xfc\xfb\xdb\x5f\x86\ -\x47\x73\xfe\xcf\x07\x06\x44\x12\x03\x48\x03\x0c\x03\x01\x07\x10\ -\xeb\xb1\xf1\x8b\x2e\x65\x17\x94\xb8\xcd\xc6\x2b\xd4\x0d\x8a\x3e\ -\x64\x35\x00\x01\x84\x33\xee\x70\x01\x16\x74\x01\xbd\x00\xdb\xe7\ -\x5c\x3a\x1f\x45\x18\xfe\x30\xfe\xfb\x79\x42\xe6\xce\xf9\x03\x5b\ -\xb5\x91\xe5\xe1\x36\x18\x39\xfa\x5c\xe6\x72\x7f\xa4\xc3\xcc\x02\ -\x74\x3f\x0b\x23\x58\xec\xdf\x1f\xa0\x1f\xfe\xfc\x65\xb0\xfe\x16\ -\xe6\xd8\xd9\x54\x73\x00\x24\x06\x4e\x80\x11\xc9\xd9\x33\xb8\x3c\ -\x1e\xeb\xb0\x71\x01\x43\x89\x97\x8d\x81\x93\x8f\x03\x8c\x41\x6c\ -\x90\xd8\x51\xee\xd5\xfb\x61\x36\x80\x35\x3c\x56\x3a\x98\xce\x0a\ -\x0c\x19\x50\x52\x63\xe7\x03\xc6\x85\x00\x1b\x18\x83\xd8\x20\x31\ -\x90\x9c\x49\xa6\xd9\x47\xb8\x06\x46\xa0\x33\x58\x58\x81\x98\x83\ -\x99\x81\x9d\x9b\x85\xe1\xc9\x82\xf7\x0c\x8f\xf6\xbc\x00\xb3\x41\ -\x62\x20\x39\x0e\x85\x9f\x7c\x70\x4f\xbf\x7a\xf5\x86\x81\xfd\x17\ -\xd0\x39\xff\xd9\x18\x38\x98\x58\x19\xde\xbc\xfc\xcc\xc0\xf8\x8a\ -\x91\xe1\xcd\xe9\x5b\x0c\x22\xf1\xc0\x7c\xf2\xfe\x17\xc3\xcf\x0f\ -\xbf\x11\x4e\x02\xf9\xfb\x3f\x30\x92\x40\x11\xf5\xef\x37\x10\xff\ -\xff\xc7\xe0\x37\xd1\x81\x41\x2a\x87\x0f\x2c\x06\x92\x83\x85\x3e\ -\x44\xc3\xef\x7f\xff\xff\xfe\xfa\xc7\xf0\xe7\xfb\x5f\x86\x5f\x9f\ -\xff\x30\x48\xa4\xf1\x30\x1c\xbf\x7c\x12\xcc\x06\x89\x81\xe4\x9e\ -\x2c\x64\x38\x0d\xd7\xf0\x74\x19\x13\xfb\x9f\x1f\xff\x18\x7e\x7f\ -\xf9\x03\x4e\x33\x3f\xde\x41\x30\x88\x0d\x12\x03\xc9\x01\x93\x85\ -\x19\x4a\x3c\x00\xb3\x93\x84\x4c\xdc\xff\xe7\x4c\xac\x4c\x28\xf1\ -\xf0\xe7\xcb\xbf\xdf\x77\xa7\x3d\x63\x83\xc7\x1c\x5a\x5a\x92\x65\ -\xe1\xe4\x8d\x63\x17\x10\x3f\xc3\x26\x20\xb6\x0f\xc8\x37\x05\x62\ -\x61\x64\x35\x00\x01\x68\xab\x96\xd0\x26\xa2\x28\x7a\xdf\x9b\x99\ -\x4c\xd2\x94\x50\xd1\x22\x28\xa8\x48\xe3\x2a\x82\x0a\x7e\x28\xb8\ -\xa9\x41\x05\x3f\xd9\x4b\xc5\x9d\x4b\x91\x22\x22\xd8\x45\x5d\x75\ -\xeb\xca\xbd\x0b\x29\xe2\x4a\x28\xe8\xce\x5d\xab\x0b\x89\x6e\xd4\ -\x85\x48\x6a\x25\x03\x16\x35\x18\x3a\x0d\xc9\xfb\x78\xcf\x7b\xd3\ -\x40\xd3\x28\x74\xe1\x83\xcb\xcc\x64\xe6\x9d\x9b\x7b\xee\x39\xf7\ -\xed\x58\x4b\x3b\x5d\xe1\xdf\x5e\x4c\xdf\xbc\xf5\xf0\x83\x7d\x73\ -\xa3\x70\x68\x7d\x8c\xa4\x24\x21\x85\x27\x28\x5b\x06\xd5\x18\xfe\ -\x73\xda\xd8\xd6\x8b\x7d\x9f\xaf\xd5\x2e\x1e\xbb\x7f\x77\x26\x1d\ -\xc4\xd9\x56\x01\x34\x5b\xa8\x36\x2a\x10\x4b\x10\x78\xbe\xe0\x3d\ -\x99\x25\x21\xd0\x67\x3d\xb8\x31\xc6\xb7\x1a\x9a\xd6\x3c\x3f\xbf\ -\xe6\xda\xd5\xf1\xda\xa9\xf9\xb9\xd9\x4f\x43\x13\x40\x8e\xf9\x83\ -\x9d\x12\x0c\x11\xe4\xa4\x53\x9c\xe4\x08\x22\x41\x02\xc9\x50\x82\ -\x90\x40\x67\x70\x68\xc9\x90\x86\x8e\x7a\x9a\x54\xcf\xcb\x01\xe6\ -\x19\x7d\x7b\x7c\xf1\xe5\xb3\xc7\x57\xfa\xb2\xc0\xaa\x5c\x3d\x9b\ -\xc4\x07\x3c\x78\xc8\xc3\x3a\x8a\x43\x8a\x46\x42\xca\x15\x23\x8a\ -\xf9\x1c\x48\x16\x5a\xf4\xf1\x49\x83\xcf\x84\x90\x8d\xc5\x7e\x29\ -\xe5\xdc\xef\x78\x8f\xef\xf0\x3d\xf6\x61\x7f\xfb\x44\xfd\xf2\x9d\ -\xd9\x07\x97\xb6\x54\x70\x74\x66\xa2\x17\x8d\x32\x31\x31\x12\x04\ -\x14\xe5\xbd\x97\xc2\x82\x7f\x5e\x79\xf4\x93\xa4\x08\x48\x08\x2f\ -\xb1\xb4\x9b\xd2\x9e\xa9\x22\x95\xca\x23\x4e\xcc\xaa\xc3\xa3\x8b\ -\x43\xf1\x08\xc3\x18\x6b\x3d\xdf\xbd\xfc\xe5\xfd\xeb\xc9\x7e\x93\ -\x7f\xff\x58\xef\xc6\x42\x86\x81\x62\x6a\x34\x83\x1a\x0e\xcb\xf7\ -\x84\x6b\x40\x69\x7b\x83\x29\x62\xaa\xb2\xa2\x2b\xe7\xcb\x94\x3f\ -\x29\x68\x25\x59\xf5\x09\x36\x8c\x4b\x82\xc0\x51\x95\x7c\x4b\x1b\ -\x5b\x54\xf4\x7d\x51\x2e\xed\xbf\x6e\xab\x42\x81\x53\xe6\x32\x00\ -\xef\xa8\x51\x38\x5f\x6a\xa3\xa9\x36\x7f\x8e\xea\x6b\xef\x5c\x63\ -\xd7\x74\x93\x74\xd3\x38\x30\xc7\x3d\xef\xc1\x3e\x67\x9e\xd4\xb2\ -\xf3\xc5\xf4\xb6\x26\xb3\xdb\x96\xd9\x6d\x67\xe0\x36\x34\x19\x21\ -\x71\x45\x93\xc3\xcd\x26\x0b\x37\x2d\x5c\x93\x55\xd6\xe4\x6e\x96\ -\x04\xf3\x20\x35\xaa\xb9\x20\x0e\xb3\x95\x57\x87\xca\x94\x93\x4c\ -\xec\x9a\xb4\x4b\xc5\xb2\x18\x77\x12\xcd\x64\x2a\x10\x03\x32\xed\ -\x4f\x24\xe5\x83\x07\xca\x2b\x06\x9e\xfa\xa7\x0f\x06\x92\xdd\x1b\ -\x3b\x6d\x6f\x17\x8f\xd0\x5e\x80\x67\xfd\xa5\xcd\x91\xa7\x3b\x56\ -\x25\x4f\x45\x9d\x1f\x2f\x30\xf0\xaf\x61\x18\xff\x7d\x54\xfc\x11\ -\x80\x18\x6b\x09\xa9\x2a\x8a\xa2\xfb\x9c\x7b\xdf\x55\x5f\xf8\x44\ -\x2c\xe8\x6b\x3f\x07\x1a\x36\x88\x4a\x28\x28\x6a\x12\x92\x43\x4b\ -\x0a\x82\x68\x50\xd0\x20\xa8\x51\x38\x09\x07\x0a\xd1\x20\xa4\x06\ -\x51\x42\x45\xbf\x41\x8d\xc4\x02\xfb\x47\xd1\x1f\xca\xfe\xcf\xfc\ -\x95\xff\x7a\xa2\xf9\xf4\x7d\xf5\xdd\xd3\xde\xe7\x9c\x7b\xbb\xef\ -\x29\x56\x83\x48\xd8\x5c\x3d\x67\x9f\xbd\xcf\x6f\xaf\xb5\x8e\xff\ -\x3c\x01\x87\x7f\xfc\x63\xce\xd4\x59\x5d\x53\xb7\xb6\xf9\xc1\x93\ -\xf3\xac\x68\x68\xbe\x35\x3b\xee\xe7\xb9\x29\xcb\x8e\xf3\x49\x3b\ -\x9c\x95\x88\x7f\xcd\x1e\x2b\xce\x2f\x6d\xbe\x7a\xee\xd4\x9e\xbf\ -\xde\xa2\xba\x63\xc7\xfd\x57\x1a\x9b\x5b\xf2\xca\xfb\x8b\x10\x83\ -\x18\xd3\xd7\x93\x7b\x90\x94\x4e\x19\x21\x09\x62\x5d\x39\x3f\x4a\ -\x58\xd9\xa5\xcb\x67\x4e\x1e\xf8\xa3\x04\x87\x8f\xd4\x6e\xba\xfb\ -\xbd\xa9\x31\xab\x30\x12\x60\x86\x21\x51\x54\xde\x7f\xcf\x2d\x92\ -\x43\x6c\x55\x0b\x84\xa8\x22\x95\x82\xd8\xed\x25\xef\x5f\xdd\xbf\ -\xbe\x72\xc6\x04\xd5\x35\xb5\xc5\x77\x42\x8d\x2f\xac\x85\x89\x5c\ -\x83\x20\x5a\xcb\x0c\xa6\x93\x38\x38\x24\x9c\x42\xb3\x6d\x5d\x03\ -\x08\x0f\x58\x0f\xb1\x5b\x85\x53\x92\xa4\x1d\x72\x73\xf7\x8d\x27\ -\x6e\x70\x82\x69\x0b\x71\x08\xcd\x87\x28\x69\x12\x5a\x66\x6b\x23\ -\xa4\xa5\x36\x4b\xf9\x48\x5f\x1c\x93\xb3\xa5\xbb\x94\x64\xcd\xb4\ -\x09\xca\xb7\xef\x6e\xf2\x2f\x1f\xcb\x37\xb8\x0e\x4e\xca\x04\x21\ -\xc2\xb4\x4c\x1d\xdc\xf8\x95\x80\x7e\xa7\x36\xea\x43\x1f\xc3\xe1\ -\x0d\x1c\xdb\x6e\xbd\xdc\x39\x6d\x82\xa1\x82\x4f\x1b\x89\x54\x98\ -\x66\x31\xc2\x1f\x12\xb7\x24\xe4\xfb\x9f\x86\x10\xbe\xd5\xac\xa5\ -\x65\x53\xbb\xea\x93\x3e\x3e\x05\x29\x34\x96\x08\x8b\x94\x74\x5a\ -\x02\x22\x07\x6b\x51\x34\xc0\x99\x72\x24\xaa\x94\x32\xcf\xa7\x58\ -\xcd\x1f\xce\x85\xd6\x86\x3e\x18\x0e\x86\xd5\xec\x69\xdb\x5c\xc6\ -\x53\xbe\x2e\xbd\x62\x8c\xe0\xf0\xfb\xf2\xb4\x04\x1f\xdb\xba\xf6\ -\xc9\xf3\xd3\xbc\x4b\xc0\x26\x79\xd8\x19\xc4\x0d\x98\x65\xf9\x21\ -\xfa\x4c\xc0\x9b\x13\x1d\x12\xfb\x1d\x7d\x23\x7d\xbc\x60\x88\x31\ -\x72\x96\xc5\x02\x69\x85\x16\x0c\x06\xe7\x04\x8a\xe2\xb8\xdc\xa4\ -\x24\x1a\x03\xcd\xc2\x2e\x13\x09\xc1\xc4\xe0\x91\xf1\x28\x24\x22\ -\x49\xc9\x68\x28\x2c\xa1\xed\xf4\x00\x84\xd9\x08\x94\xec\x5d\x0c\ -\x93\x49\xc5\x62\xf4\x36\x20\x26\x93\xcc\x66\x0a\x2b\x2d\xc1\x40\ -\x6f\x4f\x92\x47\x04\x18\x13\x0e\x9b\x71\x48\x10\x93\x69\x8b\x46\ -\x62\x90\x40\x9d\x47\xcb\x57\x7c\x00\x60\x60\x8c\xbe\xcb\x23\xe0\ -\xaf\xe0\x9a\xd1\x3c\xac\x16\xb3\x59\xe6\x21\xf7\x7b\x80\x58\x15\ -\x92\x63\x4e\x61\x51\xbb\xfa\xe0\xd6\x70\xd8\x51\x5f\x01\x81\x4a\ -\x9f\xeb\xe7\xf8\xc8\x27\x60\x04\xe7\x97\x81\x45\xb7\xd0\x63\xa7\ -\x94\xb5\x76\x26\x99\xd8\x5a\x06\xaa\x00\xe5\x87\x36\xc0\x17\x7f\ -\x07\x3c\xec\x7c\x24\xfb\x5c\xb9\x6b\x2b\xe8\x20\xbf\x58\x37\x8c\ -\x64\x26\xb8\x90\x4a\x40\x03\x37\x85\xe9\x0d\xae\xf8\x59\xfd\xbd\ -\x74\xdd\x02\x98\xbb\x35\x0f\xde\x0e\xb7\x80\x08\x83\xe2\xdf\x09\ -\xcd\x66\x9e\x24\x04\x21\xe1\x16\xf6\x21\x6d\x8b\x90\x8d\xec\xc1\ -\x6b\xfc\xb5\x54\x6b\x9a\xfe\x24\x89\x6b\x9e\x5d\x73\x70\x05\x44\ -\x57\x8e\x42\x57\x5f\xb7\x2b\x51\x26\x35\xd9\xdb\x0e\xe1\xeb\x71\ -\x98\x88\xd6\xba\x7f\x3a\xb8\xae\xb4\xe3\xa2\x93\x71\x61\x92\x23\ -\x7e\x21\xc5\x52\x72\x5b\x5b\x3b\xdb\x7e\x5d\x43\xf0\x6c\xe1\x04\ -\x4d\x24\xe5\xae\x84\xda\x7a\x2f\xb2\xe7\xf4\xb6\x9d\x52\xc9\xa4\ -\x02\xfa\xaf\xf2\x8b\xea\x59\xa1\x55\x42\x42\xc8\x2b\xa8\x6e\x46\ -\x86\xb9\x22\x4b\xa8\x95\xe0\x98\xf0\x07\x31\x40\xff\x2d\x98\x11\ -\xae\x91\xe8\xef\xa1\x3e\xda\xac\x14\x05\xd7\x10\xc0\xa4\x24\xf5\ -\xa2\xa9\x3c\x50\x57\x51\xd8\xf8\xca\x17\xa1\x91\xc7\x6c\x3d\x4e\ -\xb4\xfd\xb7\x84\x83\x49\xce\xce\xdb\x66\xef\x32\x66\x71\x9f\xac\ -\xea\x19\xf8\x80\x92\x8c\xbe\x12\x3d\x63\xef\x58\x19\x06\x1f\xfc\ -\x63\xd2\xc7\x24\xf9\xf8\xb9\x39\xaf\x4a\xac\x32\xb2\xf1\xac\xa4\ -\x6c\x74\x2a\x45\x25\x18\xff\x0c\xdf\x7e\x3c\x63\xf5\x18\xf8\xe8\ -\x5f\xab\x0a\xdc\x8e\x02\x7a\x0e\xa1\xe5\xe1\x33\xbb\x0a\x11\x6d\ -\x35\x72\xe7\x22\x9c\xfe\xa8\x10\x76\xab\x9d\x8c\xdf\x9c\x8c\x8d\ -\xb5\x60\x3f\xdd\xf9\x10\xc6\x89\xff\x17\xd9\xf2\x53\x80\x6e\xad\ -\x35\x36\x8a\x2a\x0a\x9f\x3b\xbb\xdb\xdd\xed\x76\xfb\xa4\x85\x96\ -\x16\x50\x20\x48\x78\x94\x20\x60\x43\x20\x3c\x4c\xe4\x61\x8c\x21\ -\x21\x46\x7f\xf8\xf8\xe9\xe3\x9f\x46\x25\x40\xb4\x1a\x40\xf0\x87\ -\xfe\xf2\xf1\xd3\x47\x4c\xf8\x81\x41\x63\x02\xc1\x44\x6a\x84\x28\ -\x51\x0c\xa2\x3c\x5a\xfb\x80\xb2\x55\x28\xec\x96\xb6\xb3\xdb\x2e\ -\x3b\x3b\x73\x3d\xe7\x3e\x66\x66\xcb\xb6\xd2\x20\x90\xb8\x9b\x9b\ -\xb9\x3b\x77\x67\xe7\x3b\xf7\x9e\x7b\xce\xf7\x9d\xd9\x3b\x7e\x83\ -\x7b\x4a\x8b\x26\xf3\x7a\x79\x7b\xeb\xe3\x57\x93\x03\xeb\xae\x0f\ -\x9b\x4d\x83\x43\x66\x7d\xce\xca\x45\x86\xcd\x74\x35\x8d\x95\xc7\ -\xcb\x06\x4a\x42\x25\xd9\xca\x8a\xf8\xe5\xaa\xf2\x78\xa2\x6e\x4a\ -\x75\xdb\x7b\x7b\x5a\xbf\xbe\x67\x2b\xf0\xc6\xae\xbd\xb3\xce\x74\ -\xf4\xec\x3e\xdb\xd9\xbd\x32\xbe\xc4\xac\x0e\x4d\xcd\xc6\x58\x89\ -\x13\x60\xfe\x1c\xc0\x8a\x5c\xc8\x5d\xd2\x86\x11\xcc\xb0\xad\xfe\ -\x48\xc6\x3c\x15\x1f\x58\x30\x77\xf6\x8f\x0b\xe7\xdd\xbf\xe3\xed\ -\x9d\xdb\x2e\xde\x31\x03\xb6\xb7\xee\x5e\x78\xfc\xe4\xe9\x8f\xcc\ -\xba\xc4\x82\x48\x63\xa6\xdc\x08\x63\x52\x65\x06\x14\x70\x4a\x26\ -\x35\x2e\xd3\xfd\x22\x06\xc8\x9c\xe2\x88\x8e\x9f\x7f\x42\x0e\xb5\ -\xc6\xa5\xd8\x70\xec\x6a\xd3\xd9\x55\xcb\x9a\x5f\xd8\xd3\xba\xe3\ -\xcc\x7f\x62\x00\xf1\xd4\xc3\xdf\x1f\xff\x38\xbc\x28\xd5\x10\x6a\ -\x18\x8d\x13\x85\xa4\x99\x16\xb9\x59\xf5\x05\x0b\x31\x24\x68\x11\ -\x0c\x55\xda\xf6\x82\xb5\xe3\xc5\x2f\x2e\x03\x25\xf8\x33\xa7\x88\ -\x6b\x18\x8d\x55\xd6\xcc\xf5\x85\xcd\x1b\x7f\xd4\xfc\xbd\x69\xed\ -\xaa\xe7\x75\x25\x6c\xd2\x06\x10\x7b\xff\xf6\xd8\x89\xc3\x99\x86\ -\xde\xe6\x92\x19\x99\x0a\xa6\x6b\x21\x02\xb0\xe1\x45\x6f\x11\x60\ -\x15\x2f\x56\xfa\x90\x81\x3e\x82\xa7\x17\xdd\x15\xe0\xbe\x32\x07\ -\x19\xe3\x78\xa9\x5c\x64\x5c\x32\x44\x8e\xdf\xe8\x8d\x0e\xc5\xfe\ -\x9a\x79\xfa\x91\xd5\x2d\x9b\x8a\xd5\x58\xc6\x35\x80\x34\xcd\xc1\ -\x23\x47\xf7\xd7\x6c\xbc\x36\x0b\x42\x8e\x21\x89\x3b\x73\x81\x0b\ -\x0e\x67\x28\x2e\x67\xc8\xd5\x10\x8c\x56\x67\x0b\x1d\xd4\x59\x11\ -\xf7\x51\x33\x2e\x13\xae\x9a\x75\x52\x18\x1a\xbc\x4b\x1d\xa8\xd4\ -\x82\x5f\xb4\xc0\x49\x1e\xaa\xbd\xb8\x65\xc3\xfa\x27\xfd\x35\xe2\ -\x71\x0d\xd8\xf6\xe6\xae\xd5\x07\x8f\xb4\x7d\x56\xf3\x68\xff\x4c\ -\xa1\x9b\x54\x91\xc8\x50\x35\x05\x23\x10\x50\x85\x23\xbc\x58\xf5\ -\x35\x13\x90\xf9\xd4\x70\x8d\x1a\x6b\x80\x06\x2b\x67\xbd\x90\x78\ -\x91\x3c\x72\x94\x21\x0e\xf6\xb9\xad\xfa\x24\x9d\xf2\x9c\x27\xbf\ -\xa9\xed\xdd\xb2\x61\xdd\x33\x7b\xdf\xda\x79\x6c\x5c\x03\xd0\x6d\ -\x82\x07\x0e\x7d\x77\x3a\xb2\x26\x31\xcf\x08\x43\xc0\x0f\x5e\x4b\ -\xa8\x80\x60\xd9\x52\x56\xb1\xa0\xb7\x1a\xa4\x6c\xfa\xbe\x4c\x41\ -\xea\x5a\x0a\x6a\x9b\x2b\x61\xfa\xca\xa9\x42\x37\x14\xec\x61\x87\ -\xbb\x3e\x4f\xc0\x6d\xff\xac\x2b\x09\x46\xb3\x6e\xe7\xb9\x27\xcb\ -\xb4\x11\x59\x66\x8f\xb4\x4d\xef\xd8\xba\xf9\xe1\x66\x74\xa7\x7c\ -\xd1\x3c\xd0\xde\x73\xe9\x5d\x63\x4e\xaa\x81\x22\x8c\x70\x11\xb9\ -\x4f\xc5\xcc\xbb\xe0\xb5\x26\x24\xe0\xe2\x73\xc0\x35\x2a\x5a\x12\ -\x85\xaa\xd2\x1a\x70\xba\x0c\x48\x74\x0d\xc0\x88\x95\xa1\xda\x26\ -\xcc\x5a\x53\x0f\xf1\x19\xa5\x0a\xb8\xf2\x79\xe4\x73\x2c\x40\x60\ -\x69\xa5\x6c\xe9\x5e\x74\x23\x34\x42\xf0\xe6\x3c\xb9\xab\x0d\x86\ -\xda\xf8\x0e\x62\x42\x6c\xf5\xed\x3d\xbd\xef\xe0\x99\x57\x8b\x1a\ -\x70\xbe\xa3\x73\x39\x7f\xd0\x8c\x5a\x48\x00\x59\x10\x55\x02\xa7\ -\x90\xc8\x85\x3b\x04\x18\xa9\xe0\x80\xe8\x1b\x88\xc4\xe0\x4c\x3c\ -\x1a\xe1\xe2\x4d\x9b\x1b\xd5\x81\x25\x67\x53\xdc\x11\x71\x45\x8d\ -\x98\x60\x1a\xfd\x5f\x99\x90\x70\x92\x90\xb1\x4d\xa8\x5b\x5a\x05\ -\xb5\x2b\xaa\xe5\xb3\x03\x7c\xd3\xd5\x36\xc8\xbd\xe0\x88\x12\xa3\ -\xaa\x5f\x3a\x52\x10\xeb\x3d\x61\x93\x7f\x55\x67\x4a\xcf\xff\xd2\ -\xd5\x32\x6e\x26\xbe\xd0\xdd\x15\x98\xb2\x78\x24\x68\xa4\xbd\xca\ -\x93\x76\x1f\xa9\xc4\x41\x68\x54\x23\xa4\xb8\x64\x9e\x79\xe2\x0c\ -\xcf\xa5\x87\x47\xc4\xa3\x12\x5a\x39\x4e\x91\x09\x54\x44\x52\xaf\ -\x10\x44\xe0\xfa\xf1\x51\x48\xfe\x90\x80\x91\x5c\x06\x58\x35\x87\ -\x69\xeb\xab\x20\x52\x17\x56\xac\x59\xe9\x00\xcb\x53\xf5\xba\xca\ -\xc5\x05\xcd\xe7\xc1\x6b\x88\x71\x5c\x03\x46\x32\xe9\xc1\xdc\xa8\ -\x43\x29\x35\x60\xa0\xb4\x62\x0e\x53\x33\x4d\xcd\x91\x47\x5c\x09\ -\xb1\x0a\xf4\x66\x7a\x4c\x46\x29\xcb\xb2\x70\x15\xf2\x22\x17\x30\ -\xfc\x9e\x0d\xbe\xca\x18\xf7\x0a\xea\x54\x5f\x5d\xfb\x54\x0b\xae\ -\x46\x25\xb4\xf7\xfd\x09\x03\x43\x83\x2e\x71\x2e\x7e\x94\xab\x90\ -\x1f\xe5\x0e\x61\x9c\x88\x0b\xfd\x96\x4b\xb1\x96\x28\xba\x32\x17\ -\x3b\x5c\x3d\x81\xe0\xba\x92\xcf\xd4\x46\x64\x5e\xec\xd6\x7d\x9b\ -\xc9\x1a\xb9\x8b\xd4\x4d\x01\xe2\xd5\xb4\xa8\x1e\x56\x3c\xb1\x08\ -\x06\xc3\xd7\xa1\xf3\x4a\x37\xf4\xe6\x7a\xe0\x42\xa7\x04\xe8\x6e\ -\x6e\x5f\x62\xd3\x52\xd0\x4d\x7e\x94\xac\x93\x90\x26\x8c\x13\x19\ -\xb0\x3f\xd3\x0e\x5b\xa2\x8d\xbc\x8a\xd0\x70\xda\x5f\x0e\x14\x02\ -\xd5\x09\x07\xc7\xa4\xfe\xd5\x80\xd5\xe6\x54\x59\x96\x2a\xd8\x4b\ -\x1e\x9b\x0f\xf7\xad\x6e\x84\xce\x54\x27\x24\xcd\x24\xfc\x94\x3a\ -\x21\xaf\xb5\x6f\x2e\x82\xf2\x02\x7d\xea\x19\x03\xfa\x37\x49\x20\ -\x9c\x83\x7e\xbc\xd3\x17\xff\xa6\x99\x5e\xa9\x6c\xe1\xaf\xc5\xe6\ -\x40\x1d\x1b\xb3\x0f\x58\xc0\xab\xcc\xd2\x1e\x60\x41\xdf\x79\xda\ -\x94\x27\x42\xb0\x78\xe3\x5c\xb0\x2a\x72\x90\x18\xe8\x83\x5c\xde\ -\x2a\x1e\x46\x1d\xf0\xc5\x7f\xcf\xc7\xb5\xd0\xd6\x06\xf9\x35\x71\ -\xba\x83\x93\xba\xd9\x87\xea\xe6\xfd\x5b\xd1\x64\xfb\x2a\x1f\xe2\ -\xcf\xc6\xe6\xc2\x54\xbf\x11\x32\x91\x29\xe0\x14\x5a\xfd\x95\x15\ -\x3f\xb5\x30\x3c\x4e\x54\x90\x89\xb9\xcf\x4d\xf4\x4a\xba\x86\x10\ -\x78\x90\x86\x50\xa8\x55\x89\xcc\x07\xfe\x53\x04\xff\xfa\x64\x34\ -\xdf\x8b\xf1\x85\x7c\x5b\xf9\x12\xde\xa4\x4b\x46\xfe\xd2\x91\x1f\ -\xb4\xe1\x1f\x67\x3e\x01\x7a\x93\x01\x63\xa9\x04\x17\x89\xeb\x66\ -\x63\xb8\x3b\x3e\x74\x0a\x48\xb0\xee\x45\xf0\x1f\x4e\x9a\x8d\xa2\ -\x11\x75\x78\xf8\xa4\x6a\x25\x5f\x56\x3a\x1b\x6a\xdd\xd9\x35\xc6\ -\xce\xb8\xd7\x2f\x60\xa4\xc5\xc8\x1c\xf7\xc8\x9c\xb7\x1a\x7e\x32\ -\x27\xfb\x99\x2e\x21\xe3\x4f\xe2\x55\xcf\x21\xf8\xab\xb7\xa5\x07\ -\xe8\x09\x05\x1e\x3e\xa8\x58\xce\x17\x97\x3d\x00\xd3\x34\x85\xd6\ -\x33\x3d\x31\x9d\xf6\x62\xd1\xc4\x74\x5a\x82\x4f\xb7\xc3\x95\xc1\ -\x9f\xd9\xef\x78\xe6\xa5\xb1\x35\x88\xdb\x56\x64\x68\x48\x08\x0f\ -\x4f\xd3\xac\x54\x2c\xe5\xb3\xcb\xe6\x43\x3d\x3d\xe5\x02\xe6\x73\ -\x19\xc6\x6e\x41\xd0\x70\xbf\x4b\x71\xf3\x1c\x5c\x1e\xfa\x95\x75\ -\xe3\xa7\xcf\x69\xc5\x11\xb8\x75\x57\x44\x3d\x1a\xd4\x84\x87\xad\ -\xd8\x36\x87\xa7\xf1\xc6\x48\x3d\x94\x07\x2b\x20\x12\x28\xc3\x16\ -\x85\x90\x11\x81\x90\x60\xd0\x59\xb0\x6c\x6a\x26\x64\xf3\x43\x90\ -\xcd\x5e\x81\xe1\x1b\x97\x59\x1f\x0e\x1d\xc2\x76\x40\x3f\x9c\xba\ -\x2b\x9a\x18\x5d\x84\xfe\xda\x80\x24\x07\x4a\xc9\x06\xf5\x57\x87\ -\x30\xb6\x12\xd5\x82\xaa\x19\xbe\xda\x99\xa3\x5a\x5e\xb5\x9c\x6a\ -\x54\xe8\xa4\x7a\xcc\x28\x11\x01\x6c\x99\xf1\xea\x33\xff\xdb\xb2\ -\xca\x3f\x4d\xc3\x2f\x8a\xfb\x02\xd0\xf0\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ " qt_resource_name = b"\ @@ -768,25 +440,20 @@ \x00\x69\ \x00\x6d\x00\x61\x00\x67\x00\x65\x00\x73\ \x00\x08\ -\x0b\x63\x58\x07\ -\x00\x73\ -\x00\x74\x00\x6f\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x08\ \x08\x2f\x5a\x47\ \x00\x62\ \x00\x61\x00\x6c\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x08\ -\x02\x8c\x59\xa7\ -\x00\x70\ -\x00\x6c\x00\x61\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x0b\x63\x58\x07\ +\x00\x73\ +\x00\x74\x00\x6f\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ " qt_resource_struct = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x02\ -\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x1a\x26\ -\x00\x00\x00\x28\x00\x00\x00\x00\x00\x01\x00\x00\x12\xd5\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x02\ \x00\x00\x00\x12\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x00\x28\x00\x00\x00\x00\x00\x01\x00\x00\x07\x51\ " def qInitResources():