diff --git a/Core/hashcomparer.cpp b/Core/hashcomparer.cpp index 2b7b381..2a02d65 100644 --- a/Core/hashcomparer.cpp +++ b/Core/hashcomparer.cpp @@ -56,8 +56,7 @@ void HashComparer::showDeltas() } updateWidget->setUpdateList(filesForUpdate); - updateWidget->show(); - updateWidget->activateWindow(); + emit sigHaveDelta(); } void HashComparer::setWidget(UpdateNotifyWidget* updateWidget) diff --git a/Core/hashcomparer.h b/Core/hashcomparer.h index 6ae498d..932b96e 100644 --- a/Core/hashcomparer.h +++ b/Core/hashcomparer.h @@ -22,6 +22,7 @@ public: void setWidget(UpdateNotifyWidget *updateWidget); signals: void sigCallCheck(); + void sigHaveDelta(); private: UpdateNotifyWidget* updateWidget; QList *filesForUpdate; diff --git a/Makefile.Debug b/Makefile.Debug index f2d8a2d..e02c215 100644 --- a/Makefile.Debug +++ b/Makefile.Debug @@ -169,7 +169,9 @@ debug/qrc_resources.cpp: resources.qrc \ resource/Fonts/HelveticaNeue-Medium.ttf \ resource/Fonts/Kanit\ Cyrillic.ttf \ resource/Fonts/LiberationSans-Regular.ttf \ + resource/Icons/settingWhite.png \ resource/Icons/monitor-display.png \ + resource/Icons/setting.png \ resource/Icons/plane.png D:\QT\5.14.2\mingw73_64\bin\rcc.exe -name resources resources.qrc -o debug\qrc_resources.cpp @@ -3242,48 +3244,13 @@ debug/mainwindow.o: mainwindow.cpp mainwindow.h \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/qdialog.h \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/QWidget \ ui_mainwindow.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/QVariant \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QApplication \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qapplication.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qdesktopwidget.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QCheckBox \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qcheckbox.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QComboBox \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qcombobox.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractitemdelegate.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qstyleoption.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractspinbox.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qvalidator.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qregularexpression.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qslider.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractslider.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qstyle.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qtabbar.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qrubberband.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qframe.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qabstractitemmodel.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QFrame \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QGridLayout \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QLabel \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlabel.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QLineEdit \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlineedit.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qtextcursor.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qtextformat.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qpen.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qtextoption.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QProgressBar \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qprogressbar.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QTextEdit \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qtextedit.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractscrollarea.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qtextdocument.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QVBoxLayout \ D:/QT/5.14.2/mingw73_64/include/QtGui/QFontDatabase \ D:/QT/5.14.2/mingw73_64/include/QtGui/qfontdatabase.h \ D:/QT/5.14.2/mingw73_64/include/QtGui/QPaintEvent \ D:/QT/5.14.2/mingw73_64/include/QtGui/QPainter \ D:/QT/5.14.2/mingw73_64/include/QtGui/qpainter.h \ + D:/QT/5.14.2/mingw73_64/include/QtGui/qtextoption.h \ + D:/QT/5.14.2/mingw73_64/include/QtGui/qpen.h \ D:/QT/5.14.2/mingw73_64/include/QtCore/QTimer \ D:/QT/5.14.2/mingw73_64/include/QtCore/qtimer.h \ D:/QT/5.14.2/mingw73_64/include/QtCore/qbasictimer.h @@ -3469,34 +3436,6 @@ debug/updatenotifywidget.o: updatenotifywidget.cpp updatenotifywidget.h \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/qdialog.h \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/QWidget \ ui_updatenotifywidget.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/QVariant \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QApplication \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qapplication.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qdesktopwidget.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QGridLayout \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QLabel \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlabel.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qframe.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QListWidget \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlistwidget.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlistview.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractitemview.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractscrollarea.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qabstractitemmodel.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qitemselectionmodel.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractitemdelegate.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qstyleoption.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractspinbox.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qvalidator.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qregularexpression.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qslider.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractslider.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qstyle.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qtabbar.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qrubberband.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QProgressBar \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qprogressbar.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QVBoxLayout \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/QMessageBox \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/qmessagebox.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\updatenotifywidget.o updatenotifywidget.cpp diff --git a/Makefile.Release b/Makefile.Release index 4fc061c..724325e 100644 --- a/Makefile.Release +++ b/Makefile.Release @@ -169,7 +169,9 @@ release/qrc_resources.cpp: resources.qrc \ resource/Fonts/HelveticaNeue-Medium.ttf \ resource/Fonts/Kanit\ Cyrillic.ttf \ resource/Fonts/LiberationSans-Regular.ttf \ + resource/Icons/settingWhite.png \ resource/Icons/monitor-display.png \ + resource/Icons/setting.png \ resource/Icons/plane.png D:\QT\5.14.2\mingw73_64\bin\rcc.exe -name resources resources.qrc -o release\qrc_resources.cpp @@ -3242,48 +3244,13 @@ release/mainwindow.o: mainwindow.cpp mainwindow.h \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/qdialog.h \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/QWidget \ ui_mainwindow.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/QVariant \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QApplication \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qapplication.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qdesktopwidget.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QCheckBox \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qcheckbox.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QComboBox \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qcombobox.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractitemdelegate.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qstyleoption.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractspinbox.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qvalidator.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qregularexpression.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qslider.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractslider.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qstyle.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qtabbar.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qrubberband.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qframe.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qabstractitemmodel.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QFrame \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QGridLayout \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QLabel \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlabel.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QLineEdit \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlineedit.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qtextcursor.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qtextformat.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qpen.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qtextoption.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QProgressBar \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qprogressbar.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QTextEdit \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qtextedit.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractscrollarea.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qtextdocument.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QVBoxLayout \ D:/QT/5.14.2/mingw73_64/include/QtGui/QFontDatabase \ D:/QT/5.14.2/mingw73_64/include/QtGui/qfontdatabase.h \ D:/QT/5.14.2/mingw73_64/include/QtGui/QPaintEvent \ D:/QT/5.14.2/mingw73_64/include/QtGui/QPainter \ D:/QT/5.14.2/mingw73_64/include/QtGui/qpainter.h \ + D:/QT/5.14.2/mingw73_64/include/QtGui/qtextoption.h \ + D:/QT/5.14.2/mingw73_64/include/QtGui/qpen.h \ D:/QT/5.14.2/mingw73_64/include/QtCore/QTimer \ D:/QT/5.14.2/mingw73_64/include/QtCore/qtimer.h \ D:/QT/5.14.2/mingw73_64/include/QtCore/qbasictimer.h @@ -3469,34 +3436,6 @@ release/updatenotifywidget.o: updatenotifywidget.cpp updatenotifywidget.h \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/qdialog.h \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/QWidget \ ui_updatenotifywidget.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/QVariant \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QApplication \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qapplication.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qdesktopwidget.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QGridLayout \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QLabel \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlabel.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qframe.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QListWidget \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlistwidget.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qlistview.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractitemview.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractscrollarea.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qabstractitemmodel.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qitemselectionmodel.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractitemdelegate.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qstyleoption.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractspinbox.h \ - D:/QT/5.14.2/mingw73_64/include/QtGui/qvalidator.h \ - D:/QT/5.14.2/mingw73_64/include/QtCore/qregularexpression.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qslider.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qabstractslider.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qstyle.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qtabbar.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qrubberband.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QProgressBar \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/qprogressbar.h \ - D:/QT/5.14.2/mingw73_64/include/QtWidgets/QVBoxLayout \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/QMessageBox \ D:/QT/5.14.2/mingw73_64/include/QtWidgets/qmessagebox.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\updatenotifywidget.o updatenotifywidget.cpp diff --git a/RRJClient.pro.user b/RRJClient.pro.user index 6eb8b47..3c207ec 100644 --- a/RRJClient.pro.user +++ b/RRJClient.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId diff --git a/StaticData/authData.xml b/StaticData/authData.xml index d128b5a..581514f 100644 --- a/StaticData/authData.xml +++ b/StaticData/authData.xml @@ -1,2 +1,2 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/StaticData/clientHash.xml b/StaticData/clientHash.xml index 897a32a..ae86906 100644 --- a/StaticData/clientHash.xml +++ b/StaticData/clientHash.xml @@ -1,2 +1,820 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StaticData/streamingHash.xml b/StaticData/streamingHash.xml index 897a32a..0bae3d3 100644 --- a/StaticData/streamingHash.xml +++ b/StaticData/streamingHash.xml @@ -1,2 +1,638 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StaticData/temp.xml b/StaticData/temp.xml index d67ab92..5fc5790 100644 --- a/StaticData/temp.xml +++ b/StaticData/temp.xml @@ -1,2 +1,2 @@ - + diff --git a/debug/RRJClient.exe b/debug/RRJClient.exe index 600e625..247fc2c 100644 Binary files a/debug/RRJClient.exe and b/debug/RRJClient.exe differ diff --git a/debug/hashcomparer.o b/debug/hashcomparer.o index c779e50..b847556 100644 Binary files a/debug/hashcomparer.o and b/debug/hashcomparer.o differ diff --git a/debug/mainwindow.o b/debug/mainwindow.o index 909e3b7..ae86d5d 100644 Binary files a/debug/mainwindow.o and b/debug/mainwindow.o differ diff --git a/debug/moc_hashcomparer.cpp b/debug/moc_hashcomparer.cpp index 0489d86..c960043 100644 --- a/debug/moc_hashcomparer.cpp +++ b/debug/moc_hashcomparer.cpp @@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED struct qt_meta_stringdata_HashComparer_t { - QByteArrayData data[3]; - char stringdata0[27]; + QByteArrayData data[4]; + char stringdata0[40]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ @@ -34,10 +34,11 @@ static const qt_meta_stringdata_HashComparer_t qt_meta_stringdata_HashComparer = { QT_MOC_LITERAL(0, 0, 12), // "HashComparer" QT_MOC_LITERAL(1, 13, 12), // "sigCallCheck" -QT_MOC_LITERAL(2, 26, 0) // "" +QT_MOC_LITERAL(2, 26, 0), // "" +QT_MOC_LITERAL(3, 27, 12) // "sigHaveDelta" }, - "HashComparer\0sigCallCheck\0" + "HashComparer\0sigCallCheck\0\0sigHaveDelta" }; #undef QT_MOC_LITERAL @@ -47,17 +48,19 @@ static const uint qt_meta_data_HashComparer[] = { 8, // revision 0, // classname 0, 0, // classinfo - 1, 14, // methods + 2, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags - 1, // signalCount + 2, // signalCount // signals: name, argc, parameters, tag, flags - 1, 0, 19, 2, 0x06 /* Public */, + 1, 0, 24, 2, 0x06 /* Public */, + 3, 0, 25, 2, 0x06 /* Public */, // signals: parameters + QMetaType::Void, QMetaType::Void, 0 // eod @@ -70,6 +73,7 @@ void HashComparer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id Q_UNUSED(_t) switch (_id) { case 0: _t->sigCallCheck(); break; + case 1: _t->sigHaveDelta(); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { @@ -81,6 +85,13 @@ void HashComparer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id return; } } + { + using _t = void (HashComparer::*)(); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&HashComparer::sigHaveDelta)) { + *result = 1; + return; + } + } } Q_UNUSED(_a); } @@ -114,13 +125,13 @@ int HashComparer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 1) + if (_id < 2) qt_static_metacall(this, _c, _id, _a); - _id -= 1; + _id -= 2; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 1) + if (_id < 2) *reinterpret_cast(_a[0]) = -1; - _id -= 1; + _id -= 2; } return _id; } @@ -130,5 +141,11 @@ void HashComparer::sigCallCheck() { QMetaObject::activate(this, &staticMetaObject, 0, nullptr); } + +// SIGNAL 1 +void HashComparer::sigHaveDelta() +{ + QMetaObject::activate(this, &staticMetaObject, 1, nullptr); +} QT_WARNING_POP QT_END_MOC_NAMESPACE diff --git a/debug/moc_hashcomparer.o b/debug/moc_hashcomparer.o index 4c90eba..7d2d8b8 100644 Binary files a/debug/moc_hashcomparer.o and b/debug/moc_hashcomparer.o differ diff --git a/debug/moc_mainwindow.cpp b/debug/moc_mainwindow.cpp index 90698ce..58e616e 100644 --- a/debug/moc_mainwindow.cpp +++ b/debug/moc_mainwindow.cpp @@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED struct qt_meta_stringdata_MainWindow_t { - QByteArrayData data[31]; - char stringdata0[508]; + QByteArrayData data[33]; + char stringdata0[551]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ @@ -62,7 +62,9 @@ QT_MOC_LITERAL(26, 439, 4), // "arg1" QT_MOC_LITERAL(27, 444, 17), // "slotDisableNotify" QT_MOC_LITERAL(28, 462, 19), // "slotConnectionState" QT_MOC_LITERAL(29, 482, 4), // "flag" -QT_MOC_LITERAL(30, 487, 20) // "slotServerDisconnect" +QT_MOC_LITERAL(30, 487, 20), // "slotServerDisconnect" +QT_MOC_LITERAL(31, 508, 37), // "on_updateListGuideLabel_linkA..." +QT_MOC_LITERAL(32, 546, 4) // "link" }, "MainWindow\0sigInitializeClient\0\0" @@ -79,7 +81,9 @@ QT_MOC_LITERAL(30, 487, 20) // "slotServerDisconnect" "on_connectButton_clicked\0" "on_languageComboBox_activated\0arg1\0" "slotDisableNotify\0slotConnectionState\0" - "flag\0slotServerDisconnect" + "flag\0slotServerDisconnect\0" + "on_updateListGuideLabel_linkActivated\0" + "link" }; #undef QT_MOC_LITERAL @@ -89,7 +93,7 @@ static const uint qt_meta_data_MainWindow[] = { 8, // revision 0, // classname 0, 0, // classinfo - 16, 14, // methods + 17, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors @@ -97,24 +101,25 @@ static const uint qt_meta_data_MainWindow[] = { 6, // signalCount // signals: name, argc, parameters, tag, flags - 1, 4, 94, 2, 0x06 /* Public */, - 11, 2, 103, 2, 0x06 /* Public */, - 14, 0, 108, 2, 0x06 /* Public */, - 15, 1, 109, 2, 0x06 /* Public */, - 17, 0, 112, 2, 0x06 /* Public */, - 18, 0, 113, 2, 0x06 /* Public */, + 1, 4, 99, 2, 0x06 /* Public */, + 11, 2, 108, 2, 0x06 /* Public */, + 14, 0, 113, 2, 0x06 /* Public */, + 15, 1, 114, 2, 0x06 /* Public */, + 17, 0, 117, 2, 0x06 /* Public */, + 18, 0, 118, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags - 19, 0, 114, 2, 0x08 /* Private */, - 20, 0, 115, 2, 0x08 /* Private */, - 21, 0, 116, 2, 0x08 /* Private */, - 22, 0, 117, 2, 0x08 /* Private */, - 23, 0, 118, 2, 0x08 /* Private */, - 24, 0, 119, 2, 0x08 /* Private */, - 25, 1, 120, 2, 0x08 /* Private */, - 27, 0, 123, 2, 0x08 /* Private */, - 28, 1, 124, 2, 0x08 /* Private */, - 30, 0, 127, 2, 0x08 /* Private */, + 19, 0, 119, 2, 0x08 /* Private */, + 20, 0, 120, 2, 0x08 /* Private */, + 21, 0, 121, 2, 0x08 /* Private */, + 22, 0, 122, 2, 0x08 /* Private */, + 23, 0, 123, 2, 0x08 /* Private */, + 24, 0, 124, 2, 0x08 /* Private */, + 25, 1, 125, 2, 0x08 /* Private */, + 27, 0, 128, 2, 0x08 /* Private */, + 28, 1, 129, 2, 0x08 /* Private */, + 30, 0, 132, 2, 0x08 /* Private */, + 31, 1, 133, 2, 0x08 /* Private */, // signals: parameters QMetaType::Void, 0x80000000 | 3, 0x80000000 | 5, 0x80000000 | 7, 0x80000000 | 9, 4, 6, 8, 10, @@ -135,6 +140,7 @@ static const uint qt_meta_data_MainWindow[] = { QMetaType::Void, QMetaType::Void, QMetaType::Bool, 29, QMetaType::Void, + QMetaType::Void, QMetaType::QString, 32, 0 // eod }; @@ -162,6 +168,7 @@ void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, case 13: _t->slotDisableNotify(); break; case 14: _t->slotConnectionState((*reinterpret_cast< bool(*)>(_a[1]))); break; case 15: _t->slotServerDisconnect(); break; + case 16: _t->on_updateListGuideLabel_linkActivated((*reinterpret_cast< const QString(*)>(_a[1]))); break; default: ; } } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { @@ -264,13 +271,13 @@ int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 16) + if (_id < 17) qt_static_metacall(this, _c, _id, _a); - _id -= 16; + _id -= 17; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 16) + if (_id < 17) qt_static_metacall(this, _c, _id, _a); - _id -= 16; + _id -= 17; } return _id; } diff --git a/debug/moc_mainwindow.o b/debug/moc_mainwindow.o index 64f3df5..ba54b00 100644 Binary files a/debug/moc_mainwindow.o and b/debug/moc_mainwindow.o differ diff --git a/debug/moc_updatenotifywidget.cpp b/debug/moc_updatenotifywidget.cpp index 71c884c..8f5b890 100644 --- a/debug/moc_updatenotifywidget.cpp +++ b/debug/moc_updatenotifywidget.cpp @@ -23,8 +23,8 @@ QT_BEGIN_MOC_NAMESPACE QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED struct qt_meta_stringdata_UpdateNotifyWidget_t { - QByteArrayData data[9]; - char stringdata0[151]; + QByteArrayData data[10]; + char stringdata0[174]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ @@ -41,14 +41,15 @@ QT_MOC_LITERAL(4, 60, 12), // "fileSendList" QT_MOC_LITERAL(5, 73, 21), // "showCompleteDialogBox" QT_MOC_LITERAL(6, 95, 4), // "flag" QT_MOC_LITERAL(7, 100, 26), // "on_StartLoadButton_clicked" -QT_MOC_LITERAL(8, 127, 23) // "on_CancelButton_clicked" +QT_MOC_LITERAL(8, 127, 23), // "on_CancelButton_clicked" +QT_MOC_LITERAL(9, 151, 22) // "on_closeButton_clicked" }, "UpdateNotifyWidget\0sigUpdateFilesOnServer\0" "\0QList*\0fileSendList\0" "showCompleteDialogBox\0flag\0" "on_StartLoadButton_clicked\0" - "on_CancelButton_clicked" + "on_CancelButton_clicked\0on_closeButton_clicked" }; #undef QT_MOC_LITERAL @@ -58,7 +59,7 @@ static const uint qt_meta_data_UpdateNotifyWidget[] = { 8, // revision 0, // classname 0, 0, // classinfo - 4, 14, // methods + 5, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors @@ -66,12 +67,13 @@ static const uint qt_meta_data_UpdateNotifyWidget[] = { 1, // signalCount // signals: name, argc, parameters, tag, flags - 1, 1, 34, 2, 0x06 /* Public */, + 1, 1, 39, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags - 5, 1, 37, 2, 0x08 /* Private */, - 7, 0, 40, 2, 0x08 /* Private */, - 8, 0, 41, 2, 0x08 /* Private */, + 5, 1, 42, 2, 0x08 /* Private */, + 7, 0, 45, 2, 0x08 /* Private */, + 8, 0, 46, 2, 0x08 /* Private */, + 9, 0, 47, 2, 0x08 /* Private */, // signals: parameters QMetaType::Void, 0x80000000 | 3, 4, @@ -79,6 +81,7 @@ static const uint qt_meta_data_UpdateNotifyWidget[] = { // slots: parameters QMetaType::Void, QMetaType::Bool, 6, QMetaType::Void, + QMetaType::Void, QMetaType::Void, 0 // eod @@ -94,6 +97,7 @@ void UpdateNotifyWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, i case 1: _t->showCompleteDialogBox((*reinterpret_cast< bool(*)>(_a[1]))); break; case 2: _t->on_StartLoadButton_clicked(); break; case 3: _t->on_CancelButton_clicked(); break; + case 4: _t->on_closeButton_clicked(); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { @@ -137,13 +141,13 @@ int UpdateNotifyWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a) if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 4) + if (_id < 5) qt_static_metacall(this, _c, _id, _a); - _id -= 4; + _id -= 5; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 4) + if (_id < 5) *reinterpret_cast(_a[0]) = -1; - _id -= 4; + _id -= 5; } return _id; } diff --git a/debug/moc_updatenotifywidget.o b/debug/moc_updatenotifywidget.o index 76a33ad..0a9de9c 100644 Binary files a/debug/moc_updatenotifywidget.o and b/debug/moc_updatenotifywidget.o differ diff --git a/debug/qrc_resources.cpp b/debug/qrc_resources.cpp index dde79ed..5932a85 100644 --- a/debug/qrc_resources.cpp +++ b/debug/qrc_resources.cpp @@ -8,7 +8,7 @@ static const unsigned char qt_resource_data[] = { // E:/Projects/QT/GUIProj/RRJClient/RRJClient/style.css - 0x0,0x0,0x3,0x1b, + 0x0,0x0,0x5,0xb3, 0xd, 0xa,0x51,0x4d,0x61,0x69,0x6e,0x57,0x69,0x6e,0x64,0x6f,0x77,0xd,0xa,0x7b,0xd, 0xa,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d, @@ -28,38 +28,80 @@ static const unsigned char qt_resource_data[] = { 0x72,0x69,0x22,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x3a,0x20, 0x31,0x36,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72, 0x3a,0x20,0x72,0x67,0x62,0x28,0x34,0x35,0x2c,0x38,0x34,0x2c,0x31,0x33,0x30,0x29, - 0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0xd,0xa,0xd,0xa,0x51,0x4c,0x69,0x6e, - 0x65,0x45,0x64,0x69,0x74,0xd,0xa,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x6f, - 0x72,0x64,0x65,0x72,0x2d,0x73,0x74,0x79,0x6c,0x65,0x3a,0x20,0x6f,0x75,0x74,0x73, - 0x65,0x74,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d, - 0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x33,0x70,0x78,0x3b,0xd,0xa,0x7d,0xd, - 0xa,0xd,0xa,0x51,0x4c,0x61,0x62,0x65,0x6c,0xd,0xa,0x7b,0xd,0xa,0x20,0x20, - 0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x22, - 0x43,0x61,0x6c,0x69,0x62,0x72,0x69,0x22,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x66, - 0x6f,0x6e,0x74,0x3a,0x20,0x31,0x37,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20, - 0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69,0x74,0x65,0x3b,0xd,0xa,0x7d, - 0xd,0xa,0xd,0xa,0x51,0x4c,0x61,0x62,0x65,0x6c,0x23,0x6c,0x61,0x6e,0x67,0x75, - 0x61,0x67,0x65,0x54,0x69,0x74,0x6c,0x65,0xd,0xa,0x7b,0xd,0xa,0x20,0x20,0x20, + 0x3b,0xd,0xa,0x7d,0xd,0xa,0x51,0x50,0x75,0x73,0x68,0x42,0x75,0x74,0x74,0x6f, + 0x6e,0x3a,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0xd,0xa,0x7b,0xd,0xa,0x20, + 0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f, + 0x6c,0x6f,0x72,0x3a,0x20,0x6c,0x69,0x67,0x68,0x74,0x47,0x72,0x61,0x79,0x3b,0xd, + 0xa,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x67,0x72,0x61,0x79, + 0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x4c,0x69,0x6e,0x65,0x45,0x64,0x69,0x74, + 0xd,0xa,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d, + 0x73,0x74,0x79,0x6c,0x65,0x3a,0x20,0x6f,0x75,0x74,0x73,0x65,0x74,0x3b,0xd,0xa, + 0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75, + 0x73,0x3a,0x20,0x33,0x70,0x78,0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x50, + 0x72,0x6f,0x67,0x72,0x65,0x73,0x73,0x42,0x61,0x72,0xd,0xa,0x7b,0xd,0xa,0x20, + 0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x32,0x70,0x78,0x20,0x73, + 0x6f,0x6c,0x69,0x64,0x20,0x72,0x67,0x62,0x28,0x34,0x35,0x2c,0x38,0x34,0x2c,0x31, + 0x33,0x30,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72, + 0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x31,0x32,0x70,0x78,0x3b,0xd,0xa, + 0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x62,0x6c,0x61,0x63,0x6b, + 0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69, + 0x6c,0x79,0x3a,0x20,0x22,0x43,0x61,0x6c,0x69,0x62,0x72,0x69,0x22,0x3b,0xd,0xa, + 0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x3a,0x20,0x31,0x35,0x70,0x78,0x20,0x62, + 0x6f,0x6c,0x64,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x61, + 0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0xd,0xa,0x7d, + 0xd,0xa,0xd,0xa,0xd,0xa,0x51,0x50,0x72,0x6f,0x67,0x72,0x65,0x73,0x73,0x42, + 0x61,0x72,0x3a,0x3a,0x63,0x68,0x75,0x6e,0x6b,0xd,0xa,0x7b,0xd,0xa,0x20,0x20, + 0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a, + 0x20,0x31,0x30,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b, + 0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x72,0x67, + 0x62,0x28,0x31,0x35,0x31,0x2c,0x31,0x37,0x36,0x2c,0x32,0x30,0x31,0x29,0x3b,0xd, + 0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x43,0x68,0x65,0x63,0x6b,0x42,0x6f,0x78,0xd, + 0xa,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d, + 0x69,0x6c,0x79,0x3a,0x22,0x43,0x61,0x6c,0x69,0x62,0x72,0x69,0x22,0x3b,0xd,0xa, + 0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x3a,0x20,0x31,0x36,0x70,0x78,0x3b,0xd, + 0xa,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69,0x74, + 0x65,0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x4c,0x61,0x62,0x65,0x6c,0xd, + 0xa,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d, + 0x69,0x6c,0x79,0x3a,0x20,0x22,0x43,0x61,0x6c,0x69,0x62,0x72,0x69,0x22,0x3b,0xd, + 0xa,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x3a,0x20,0x31,0x37,0x70,0x78,0x3b, + 0xd,0xa,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69, + 0x74,0x65,0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x4c,0x61,0x62,0x65,0x6c, + 0x23,0x6c,0x61,0x6e,0x67,0x75,0x61,0x67,0x65,0x54,0x69,0x74,0x6c,0x65,0xd,0xa, + 0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69, + 0x6c,0x79,0x3a,0x20,0x22,0x43,0x61,0x6c,0x69,0x62,0x72,0x69,0x22,0x3b,0xd,0xa, + 0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69,0x74,0x65, + 0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x4c,0x61,0x62,0x65,0x6c,0x23,0x6e, + 0x6f,0x74,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x61,0x62,0x65,0x6c, + 0xd,0xa,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x3a,0x20,0x32, + 0x30,0x70,0x78,0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x50,0x75,0x73,0x68, + 0x42,0x75,0x74,0x74,0x6f,0x6e,0x23,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x56,0x69, + 0x65,0x77,0xd,0xa,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65, + 0x72,0x3a,0x20,0x34,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x72,0x67,0x62, + 0x28,0x34,0x35,0x2c,0x38,0x34,0x2c,0x31,0x33,0x30,0x29,0x3b,0xd,0xa,0x20,0x20, + 0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a, + 0x20,0x35,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67, + 0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69, + 0x74,0x65,0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x50,0x75,0x73,0x68,0x42, + 0x75,0x74,0x74,0x6f,0x6e,0x23,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x56,0x69,0x65, + 0x77,0x3a,0x63,0x68,0x65,0x63,0x6b,0x65,0x64,0xd,0xa,0x7b,0xd,0xa,0x20,0x20, + 0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c, + 0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x28,0x31,0x35,0x31,0x2c,0x31,0x37,0x36,0x2c, + 0x32,0x30,0x31,0x29,0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0xd,0xa,0x51,0x50, + 0x75,0x73,0x68,0x42,0x75,0x74,0x74,0x6f,0x6e,0x23,0x64,0x69,0x73,0x70,0x6c,0x61, + 0x79,0x56,0x69,0x65,0x77,0x3a,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0xd,0xa, + 0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e, + 0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x28,0x31,0x35,0x31, + 0x2c,0x31,0x37,0x36,0x2c,0x32,0x30,0x31,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20, + 0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x72,0x67,0x62,0x28,0x34,0x35,0x2c,0x38,0x34,0x2c, + 0x31,0x33,0x30,0x29,0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x50,0x75,0x73, + 0x68,0x42,0x75,0x74,0x74,0x6f,0x6e,0x23,0x6c,0x69,0x6e,0x6b,0x42,0x75,0x74,0x74, + 0x6f,0x6e,0xd,0xa,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67, + 0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x72,0x67,0x62, + 0x61,0x28,0x30,0x2c,0x30,0x2c,0x30,0x2c,0x30,0x29,0x3b,0xd,0xa,0x20,0x20,0x20, 0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x22,0x43, 0x61,0x6c,0x69,0x62,0x72,0x69,0x22,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x63,0x6f, - 0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69,0x74,0x65,0x3b,0xd,0xa,0x7d,0xd,0xa, - 0xd,0xa,0x51,0x4c,0x61,0x62,0x65,0x6c,0x23,0x6e,0x6f,0x74,0x69,0x66,0x69,0x63, - 0x61,0x74,0x69,0x6f,0x6e,0x4c,0x61,0x62,0x65,0x6c,0xd,0xa,0x7b,0xd,0xa,0x20, - 0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0xd,0xa, - 0x7d,0xd,0xa,0xd,0xa,0x51,0x50,0x75,0x73,0x68,0x42,0x75,0x74,0x74,0x6f,0x6e, - 0x23,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x56,0x69,0x65,0x77,0xd,0xa,0x7b,0xd, - 0xa,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x34,0x70,0x78, - 0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x72,0x67,0x62,0x28,0x34,0x35,0x2c,0x38,0x34, - 0x2c,0x31,0x33,0x30,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64, - 0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x35,0x70,0x78,0x3b,0xd, - 0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e, - 0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69,0x74,0x65,0x3b,0xd, - 0xa,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,0x51,0x50,0x75,0x73,0x68,0x42,0x75,0x74, - 0x74,0x6f,0x6e,0x23,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x56,0x69,0x65,0x77,0x3a, - 0x63,0x68,0x65,0x63,0x6b,0x65,0x64,0xd,0xa,0x7b,0xd,0xa,0x20,0x20,0x20,0x20, - 0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72, - 0x3a,0x20,0x72,0x67,0x62,0x28,0x31,0x35,0x31,0x2c,0x31,0x37,0x36,0x2c,0x32,0x30, - 0x31,0x29,0x3b,0xd,0xa,0x7d,0xd,0xa,0xd,0xa, + 0x6c,0x6f,0x72,0x3a,0x62,0x6c,0x75,0x65,0x3b,0xd,0xa,0xd,0xa,0x7d,0xd,0xa, + 0xd,0xa, // E:/Projects/QT/GUIProj/RRJClient/RRJClient/resource/SSJ-100.png 0x0,0x8,0x31,0x5f, 0x89, @@ -67569,6 +67611,1133 @@ static const unsigned char qt_resource_data[] = { 0xc8,0xff,0x38,0x0,0x1,0x0,0x1,0x4,0xdc,0x0,0x0,0x0,0x0,0x0,0x1,0x0, 0x0,0x0,0x0,0xcc,0x3d,0xa2,0xcf,0x0,0x0,0x0,0x0,0xc8,0x40,0xf9,0x9a,0x0, 0x0,0x0,0x0,0xcc,0x91,0xee,0xe9, + // E:/Projects/QT/GUIProj/RRJClient/RRJClient/resource/Icons/settingWhite.png + 0x0,0x0,0x46,0x34, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x8,0x6,0x0,0x0,0x0,0x5c,0x72,0xa8,0x66, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x20, + 0x0,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x9d,0x5,0xd8,0x6d,0x49,0x71,0xae,0xbb, + 0x6e,0xc,0x42,0x70,0xd,0x4e,0x20,0x40,0x4,0x77,0x1d,0x2,0x81,0x81,0x41,0x82, + 0x6,0xd,0x10,0x74,0x6,0x77,0x18,0x24,0xb8,0x13,0xdc,0x75,0x70,0x87,0x30,0xc1, + 0x35,0xd8,0xa0,0xc1,0x93,0x10,0xe0,0x2,0x1,0x42,0x4,0x42,0xb8,0x97,0x78,0xee, + 0xbd,0xdf,0xed,0xf7,0x9c,0xde,0x67,0xf6,0xf9,0xcf,0xde,0xab,0xaa,0x97,0x6c,0xfb, + 0xbb,0x9e,0xe7,0x7f,0xce,0xc0,0xee,0xd5,0x52,0x6b,0xad,0x5a,0xdd,0x55,0x5f,0x7d, + 0x65,0xa9,0x49,0xd3,0x40,0xd3,0xc0,0xbe,0xd5,0x80,0xed,0xdb,0x95,0xb7,0x85,0x6f, + 0xa5,0x6,0x24,0x5d,0x34,0xa5,0x74,0x95,0x94,0xd2,0xd9,0x53,0x4a,0x5f,0x4f,0x29, + 0xbd,0xd5,0xcc,0xfe,0x6d,0x2b,0x17,0xb3,0x1,0x93,0x6e,0x6,0x60,0x3,0x6e,0x42, + 0x9b,0x42,0xb7,0x6,0x24,0x9d,0x35,0xa5,0x74,0xab,0x94,0xd2,0xed,0x52,0x4a,0x17, + 0xdb,0xd3,0xfa,0x7,0x29,0xa5,0x9b,0x9b,0xd9,0x49,0xab,0xd2,0xa3,0xa4,0x5f,0x48, + 0x29,0x5d,0x38,0xa5,0x74,0xba,0x94,0xd2,0x17,0xcc,0xec,0x5f,0x57,0x35,0xf6,0xd8, + 0xe3,0x34,0x3,0x30,0xb6,0x46,0x5b,0x7f,0xa3,0x68,0x40,0xd2,0x29,0xf2,0xcb,0x75, + 0x83,0x94,0xd2,0x6d,0x53,0x4a,0x47,0xa7,0x94,0x7e,0xbe,0xa3,0xe3,0x1f,0xa5,0x94, + 0x2e,0x69,0x66,0x18,0x83,0x49,0x45,0xd2,0xcd,0x52,0x4a,0x4f,0x4d,0x29,0x9d,0xa7, + 0xc,0xf4,0x5f,0x29,0xa5,0x77,0xf0,0xff,0x99,0xd9,0xe7,0x26,0x1d,0x7c,0x82,0xce, + 0x9b,0x1,0x98,0x40,0xa9,0xad,0xcb,0xfe,0x1a,0x90,0x74,0xc5,0xf2,0xd2,0xdf,0xbc, + 0x7c,0x61,0xa3,0x9d,0xbd,0xc1,0xcc,0x6e,0x19,0x6d,0xdc,0xa7,0x5d,0x79,0xf9,0x5f, + 0x9f,0x52,0xfa,0xb9,0x25,0xd7,0x7f,0xa4,0x18,0x87,0xf7,0x9a,0x99,0xfa,0x8c,0xb1, + 0xea,0x6b,0x9a,0x1,0x58,0xb5,0xc6,0xdb,0x78,0x47,0x68,0x40,0xd2,0x39,0x53,0x4a, + 0xb7,0x4e,0x29,0xdd,0x21,0xa5,0x74,0xc1,0x9e,0x2a,0xe2,0x85,0xbb,0xaa,0x99,0x7d, + 0xa2,0xe7,0xf5,0x9d,0x97,0x49,0x3a,0x47,0x4a,0xe9,0x6b,0x41,0xa3,0xf4,0xd5,0x94, + 0xd2,0x73,0x53,0x4a,0xaf,0x34,0xb3,0xff,0x9c,0x62,0x3e,0x63,0xf5,0xd9,0xc,0xc0, + 0x58,0x9a,0x6c,0xfd,0x54,0x69,0x40,0xd2,0x29,0x53,0x4a,0xd7,0x4b,0x29,0xdd,0x25, + 0xa5,0x74,0x8d,0x94,0xd2,0x18,0xcf,0xe2,0x67,0x52,0x4a,0x57,0x18,0xfb,0xeb,0x2b, + 0x89,0xb9,0xbd,0x3b,0xa5,0x74,0xed,0xaa,0x45,0xa6,0xf4,0xf7,0x29,0xa5,0x17,0x65, + 0xa3,0xf1,0x4c,0x33,0xfb,0x69,0xe5,0xb5,0x2b,0x69,0x3e,0x86,0xd2,0x57,0x32,0xd1, + 0x36,0xc8,0x6e,0x68,0x40,0x12,0x67,0xe7,0x47,0xa7,0x94,0x38,0x4b,0xff,0xf2,0x4, + 0xab,0xba,0xa5,0x99,0xbd,0x61,0xcc,0x7e,0x25,0xdd,0x35,0xa5,0xf4,0xc2,0x1,0x7d, + 0xfe,0x73,0x4a,0xe9,0x5,0x29,0xa5,0x67,0x9b,0xd9,0x3f,0xc,0xe8,0x67,0xf4,0x4b, + 0x9b,0x1,0x18,0x5d,0xa5,0xad,0xc3,0x65,0x1a,0x90,0xf4,0x3b,0x29,0xa5,0x77,0xa5, + 0x94,0xf8,0xfa,0x4f,0x25,0xdf,0x4d,0x29,0xfd,0x86,0x99,0xfd,0xc7,0x18,0x3,0x48, + 0x3a,0x6f,0x4a,0xe9,0x2b,0x29,0xa5,0x53,0x8f,0xd0,0x1f,0x73,0x7a,0x55,0xee,0xeb, + 0x8f,0xcd,0xec,0x1b,0x23,0xf4,0x37,0xb8,0x8b,0x66,0x0,0x6,0xab,0xb0,0x75,0x10, + 0xd1,0x80,0xa4,0x53,0xa5,0x94,0x78,0x39,0xcf,0x14,0x69,0x3f,0xb0,0xcd,0xf1,0x66, + 0xf6,0xa4,0x81,0x7d,0xa4,0xb2,0xf5,0xff,0x60,0x4a,0xe9,0xea,0x43,0xfb,0xda,0x73, + 0xfd,0xff,0x4b,0x29,0xfd,0x49,0x89,0x1c,0x7c,0x7a,0xe4,0xbe,0xab,0xba,0x6b,0x6, + 0xa0,0x4a,0x5d,0xad,0x71,0x5f,0xd,0x48,0xc2,0x43,0xff,0xba,0xbe,0xd7,0x57,0x5e, + 0xf7,0xbf,0x71,0x26,0xe,0xdd,0x6e,0x4b,0xba,0x5b,0x4a,0xe9,0x79,0x95,0x63,0xd7, + 0x36,0x7f,0x65,0x4a,0xe9,0x9e,0x66,0xf6,0xb3,0xda,0xb,0xc7,0x68,0xdf,0xc,0xc0, + 0x18,0x5a,0x6c,0x7d,0xb8,0x1a,0x90,0xf4,0xc0,0x7c,0xe6,0x7f,0x8a,0xdb,0x70,0x79, + 0x3,0xc0,0x36,0x6f,0x2f,0xc7,0x87,0x9b,0x4,0xfa,0x79,0xb1,0x99,0x71,0x76,0xef, + 0x25,0x92,0x7e,0x2d,0xa5,0xf4,0xe5,0x94,0xd2,0xaf,0xf4,0xea,0xa0,0xee,0xa2,0xb7, + 0x98,0x19,0x3e,0x91,0x95,0x4b,0x33,0x0,0x2b,0x57,0xf9,0xfe,0x1c,0x50,0xd2,0x71, + 0x29,0xa5,0xe7,0x57,0xae,0x9e,0xad,0xf2,0xc7,0x8,0xa7,0x15,0xc8,0xef,0xcf,0x24, + 0x71,0x84,0xf8,0x66,0x20,0x1c,0xf7,0x7f,0x33,0x40,0xe7,0x12,0x66,0x46,0x48,0xae, + 0x4a,0x24,0xfd,0x8f,0x1c,0x52,0xfc,0x70,0x4a,0xe9,0xa8,0xc0,0x85,0x38,0xf8,0x30, + 0x12,0xa0,0x3,0x87,0xc8,0xe5,0xcd,0x8c,0x28,0xc6,0x4a,0xa5,0x19,0x80,0x95,0xaa, + 0x7b,0xff,0xe,0x56,0x0,0x3e,0x9f,0xc,0x6a,0x0,0x7,0xd9,0xab,0xf9,0x33,0xb3, + 0xbf,0xd9,0x7b,0x8d,0xa4,0xfb,0xe7,0x97,0xee,0x69,0x81,0xbe,0xde,0x6f,0x66,0xa0, + 0x8,0xab,0x44,0xd2,0xbd,0x52,0x4a,0xcf,0xa,0x5c,0x84,0x81,0x22,0x84,0xf9,0x3f, + 0x53,0x4a,0xf7,0x4d,0x29,0xdd,0x69,0x80,0xb3,0xf0,0x41,0x66,0x6,0xc2,0x70,0xa5, + 0xd2,0xc,0xc0,0x4a,0xd5,0xbd,0x7f,0x7,0x2b,0x4e,0xc0,0xff,0xd5,0x81,0xa2,0x9b, + 0x29,0xe7,0x77,0xcc,0xec,0xcf,0xba,0x34,0x25,0xe9,0x17,0x53,0x4a,0x7f,0x99,0xd, + 0xc4,0xf9,0x3,0x1a,0xe5,0xa5,0xfc,0x56,0x9,0x39,0xce,0x6f,0xe7,0xff,0x3d,0xa5, + 0xc4,0xd7,0xfb,0x27,0xfc,0xcd,0xfc,0x5,0x92,0x2e,0x50,0xb6,0xfe,0x91,0x10,0xe5, + 0x73,0xcd,0xec,0x9e,0xb3,0x39,0x48,0x3a,0x7d,0x4a,0xe9,0xd8,0xdc,0x1f,0x6,0xe4, + 0x6c,0x81,0xb9,0xcd,0x37,0xb9,0x9f,0x99,0x3d,0xa3,0xf2,0x9a,0xc1,0xcd,0x9b,0x1, + 0x18,0xac,0xc2,0xd6,0x41,0x54,0x3,0x19,0x4a,0xfb,0x17,0x29,0xa5,0xdf,0x74,0xda, + 0x5f,0xca,0xcc,0xbe,0xe0,0xf5,0x29,0xe9,0xc6,0x1c,0xb,0xbc,0x76,0x15,0xbf,0x63, + 0x10,0xbe,0x93,0x3d,0xf3,0x44,0x2b,0x66,0x38,0xff,0xae,0xcb,0xf9,0xea,0x5f,0x6c, + 0x51,0x22,0x50,0xc9,0x63,0x20,0x87,0x81,0x9d,0x4a,0x14,0xd9,0x78,0x3d,0x33,0x23, + 0x44,0xba,0x52,0x69,0x6,0x60,0xa5,0xea,0xde,0xdf,0x83,0x49,0x62,0x5b,0x7f,0x1b, + 0x47,0xb,0x77,0x31,0xb3,0x97,0x44,0x34,0x95,0x71,0x5,0x1f,0x5,0xfe,0x1b,0x69, + 0x3b,0x72,0x1b,0xb6,0xfe,0x57,0x33,0xb3,0x8f,0x3b,0x3b,0x15,0x7c,0x9,0xf7,0x21, + 0xee,0xef,0x8c,0x4f,0x42,0xd1,0x19,0xcd,0xec,0x5f,0x46,0x9e,0xa7,0xdb,0x5d,0x33, + 0x0,0xae,0x8a,0x5a,0x83,0xb1,0x34,0x20,0x89,0x73,0xf2,0xd3,0x9d,0xfe,0x5e,0x60, + 0x66,0x84,0xdf,0x5c,0x91,0x74,0x89,0xc,0x27,0xfe,0x7c,0x4a,0x89,0x17,0x6d,0x95, + 0xf2,0xc,0x33,0xbb,0x5f,0x64,0x40,0x49,0xf,0x4e,0x29,0x79,0x98,0x84,0xf,0x67, + 0x63,0x82,0x2f,0x61,0xe5,0xd2,0xc,0xc0,0xca,0x55,0xbe,0x7f,0x7,0x94,0x84,0x57, + 0xbd,0xf3,0x7c,0x9f,0x52,0xfa,0xac,0x99,0x5d,0x2e,0xaa,0x25,0x49,0x44,0x8,0xd8, + 0x6e,0xaf,0x4a,0xbe,0x9d,0x52,0xba,0x68,0x94,0x3,0x40,0x12,0xd1,0x4,0x10,0x90, + 0x5d,0xf2,0x60,0x33,0x1b,0x12,0x22,0xed,0xbd,0xf6,0x66,0x0,0x7a,0xab,0xae,0x5d, + 0x58,0xab,0x1,0x49,0xa7,0x29,0x8e,0xb7,0xae,0x2f,0x36,0x70,0xd9,0xd3,0x98,0xd9, + 0x7f,0x47,0xfa,0x2f,0x59,0x7a,0x7f,0x5d,0xce,0xee,0x91,0x4b,0x86,0xb4,0x9,0x6d, + 0xfd,0x67,0x3,0x14,0xc7,0xe7,0x3f,0xa5,0x94,0x7e,0xc9,0x19,0x14,0x5f,0x2,0x70, + 0xe3,0x95,0x4b,0x33,0x0,0x2b,0x57,0xf9,0xfe,0x1e,0x30,0x23,0x2,0x79,0x59,0x3d, + 0xc7,0x58,0xd5,0xb,0x21,0xe9,0x51,0x29,0xa5,0x47,0xae,0x40,0xb3,0x90,0x7e,0x3c, + 0x28,0x3a,0x8e,0xa4,0xeb,0x67,0xa2,0x92,0x13,0x9d,0xf6,0x64,0xc,0x9e,0x7d,0xec, + 0xc,0xc6,0xe8,0x1c,0x9b,0x1,0x88,0x6a,0xaa,0xb5,0x1b,0x45,0x3,0x92,0x20,0xd4, + 0xb8,0x85,0xd3,0xd9,0x1f,0x9a,0xd9,0x9,0xd1,0x1,0xcb,0x97,0xf6,0xaf,0x52,0x4a, + 0xe7,0x8a,0x5e,0xd3,0xa3,0x1d,0xfc,0x83,0xb0,0xe,0x11,0x2d,0x8,0x49,0x6,0x2d, + 0xc1,0x9,0x70,0x77,0xa7,0x31,0x9c,0x1,0xb7,0xf,0x75,0x38,0x41,0xa3,0x66,0x0, + 0x26,0x50,0x6a,0xeb,0x72,0xb9,0x6,0x82,0x90,0xe0,0xe7,0x98,0x19,0xb1,0xf4,0xb0, + 0x48,0xba,0x42,0x4a,0xe9,0xfd,0x13,0x41,0x77,0x21,0xf5,0x38,0xaa,0x16,0xa9,0x27, + 0x9,0xc4,0x22,0xb8,0x82,0x2e,0xb9,0x95,0x99,0x61,0x14,0xd7,0x22,0xcd,0x0,0xac, + 0x45,0xed,0xfb,0x77,0x50,0x49,0x78,0xbb,0xc9,0xb0,0xeb,0x92,0x4f,0x9a,0xd9,0x95, + 0x6b,0xb5,0x54,0x40,0x3c,0xf,0x4f,0x29,0x5d,0x29,0x7b,0xde,0xe1,0x14,0x84,0x84, + 0x83,0xfc,0x7b,0xb6,0xd9,0xe4,0x12,0xf0,0xf5,0x9e,0xa5,0x9,0xe3,0x8f,0x80,0x6c, + 0x14,0x68,0x31,0x7f,0x60,0xff,0xb9,0x66,0xaf,0xd0,0xc7,0xed,0xcd,0xc,0xde,0xbf, + 0xb0,0xe4,0x90,0x27,0x20,0x25,0x0,0x48,0x5d,0x82,0x4f,0xe1,0xac,0x66,0xf6,0xe3, + 0x70,0xc7,0x23,0x37,0x6c,0x6,0x60,0x64,0x85,0xb6,0xee,0xba,0x35,0x20,0xe9,0xc, + 0x39,0xfb,0xd,0xc7,0x58,0x97,0xf0,0xb2,0x9e,0xd6,0xcc,0xc0,0xf3,0xaf,0x44,0x24, + 0xc1,0xf3,0x87,0x11,0xb8,0x48,0x61,0xfc,0xc5,0x40,0x0,0xc,0x7a,0x9b,0x99,0x41, + 0x3a,0x5a,0x25,0xc1,0x4c,0xc2,0xaa,0x88,0x47,0xd5,0x4,0x82,0x8d,0x9b,0x1,0x8, + 0x2a,0xaa,0x35,0x1b,0xae,0x1,0x49,0x40,0x71,0x1,0xf9,0x78,0x3e,0x0,0x6,0xfb, + 0x2d,0x33,0x3,0xee,0xbb,0x95,0x92,0x31,0xa,0xec,0x18,0x60,0x35,0xee,0x92,0xc7, + 0x64,0xe7,0xdf,0x2a,0x9c,0x97,0x4b,0xe7,0xd0,0xc,0xc0,0x56,0x3e,0x5e,0xdb,0x37, + 0x69,0x49,0xf0,0xe8,0xbf,0xd,0xb6,0x9e,0xe0,0xec,0xd7,0x2,0x8d,0xd,0xce,0xad, + 0xb3,0x59,0xc9,0x55,0x60,0x5b,0xef,0xb1,0x8,0x5d,0xd9,0xcc,0xa2,0x9,0x52,0x63, + 0x4c,0xed,0x88,0x3e,0x9a,0x1,0x98,0x44,0xad,0xad,0xd3,0x79,0xd,0x64,0x30,0xc, + 0x70,0x5d,0x18,0x70,0x48,0x96,0x89,0xca,0x75,0xcc,0xec,0xbd,0xd1,0xc6,0x9b,0xd4, + 0x4e,0xd2,0xd5,0xb2,0xd3,0x10,0x8a,0xf0,0x2e,0x81,0xc5,0xf8,0x7c,0x8b,0xb2,0x1d, + 0x57,0xb9,0x96,0x66,0x0,0x56,0xa9,0xed,0x7d,0x38,0x96,0x24,0xf8,0xfd,0x41,0xeb, + 0x79,0x60,0x98,0x79,0xed,0xe0,0xa8,0xfb,0xd5,0x4d,0x65,0xd2,0xf5,0x6e,0x63,0x10, + 0xf2,0x4c,0x37,0xa4,0x3a,0x5f,0xdb,0xcc,0x8,0x31,0xae,0x45,0x9a,0x1,0x58,0x8b, + 0xda,0x37,0x77,0x50,0x49,0xbc,0xa8,0xd7,0x4c,0x29,0x5d,0xba,0xa4,0xca,0x7e,0x31, + 0x57,0xe6,0xf9,0x94,0x99,0xfd,0x9f,0xda,0x59,0x4b,0xfa,0xc3,0x72,0xe6,0x5f,0x56, + 0x48,0x63,0x59,0x97,0xf,0x37,0xb3,0xc7,0xd7,0x8e,0xb7,0x29,0xed,0x25,0x3d,0x34, + 0x13,0x84,0x44,0xe7,0xcf,0x51,0x1,0x23,0xf0,0xe7,0xeb,0x98,0x7f,0x33,0x0,0xeb, + 0xd0,0xfa,0x86,0x8e,0x59,0xce,0xe9,0x6f,0x4e,0x29,0xfd,0xf6,0x9e,0x29,0xc2,0xb1, + 0xf7,0xa1,0xcc,0xb9,0xff,0x3e,0xfe,0x32,0x70,0x5,0x72,0xcf,0xee,0xfd,0xad,0x74, + 0xe7,0x42,0xa5,0x5d,0x93,0xa8,0x43,0x58,0xec,0x31,0xfc,0xd,0x41,0xc6,0x49,0x22, + 0x17,0x9f,0xb4,0x63,0xbc,0xfa,0xfc,0x9d,0x5,0x78,0xf1,0x1c,0x73,0xf,0x71,0x7d, + 0xa,0x8a,0xb2,0xae,0xef,0x95,0x2f,0x31,0x31,0xfb,0x2f,0x8d,0x51,0x68,0x54,0x12, + 0x6,0x14,0x4c,0x42,0x54,0xe0,0x24,0xb8,0x86,0x99,0x7d,0x29,0x7a,0xc1,0x58,0xed, + 0x9a,0x1,0x18,0x4b,0x93,0x5b,0xde,0x4f,0x29,0xd4,0x41,0x1e,0x3e,0xce,0x3a,0x4f, + 0x80,0xf3,0x62,0xc,0x38,0xa3,0x7f,0x74,0xef,0x4b,0x23,0x9,0x2f,0xff,0x6b,0x2b, + 0xb3,0xf4,0xa8,0xeb,0x77,0x5b,0x33,0xf3,0xce,0xce,0x47,0xcc,0x4d,0xd2,0xaf,0x16, + 0x8f,0x3b,0x55,0x83,0x29,0x2d,0x76,0x3e,0x6f,0x1,0x4b,0x7e,0x27,0xec,0xc8,0x76, + 0x1c,0x1a,0x32,0xd6,0x47,0x96,0x5e,0x35,0x59,0x67,0x61,0x13,0xa6,0x58,0xe9,0xe5, + 0x2b,0xe6,0xc1,0x4e,0x0,0x32,0x14,0xaa,0xf,0xad,0x4c,0x9a,0x1,0x58,0x99,0xaa, + 0x37,0x7b,0x20,0x49,0x60,0xdc,0x9f,0xdc,0x63,0x96,0x9c,0xd7,0x29,0xc7,0x75,0x60, + 0x77,0x50,0x98,0x70,0xde,0x99,0x52,0x82,0xb5,0x27,0x2a,0x6f,0xa1,0x42,0x90,0x99, + 0xc1,0xd0,0x13,0x92,0xc2,0xbe,0x43,0xb5,0xe0,0x9b,0x52,0xd,0xa8,0xd2,0xd8,0x84, + 0xc6,0x48,0x29,0xb1,0x53,0xa0,0x22,0x10,0x3c,0x6,0xef,0xae,0x29,0xf3,0x25,0x89, + 0x5d,0x7,0xbb,0xa6,0xbd,0xbb,0xa9,0xae,0xb1,0xbf,0x8f,0xd1,0x30,0xb3,0x1f,0x46, + 0x27,0x38,0xb4,0x5d,0x33,0x0,0x43,0x35,0xb8,0x3,0xd7,0x97,0x73,0x3f,0x69,0xae, + 0x67,0x5f,0xf1,0x72,0xf0,0x84,0xff,0x11,0xe7,0xe5,0xe8,0x96,0x3f,0xe7,0x12,0x5c, + 0x28,0xa5,0x4,0x5f,0xc0,0x1d,0x57,0x94,0x1,0x38,0x53,0x9,0x60,0xa0,0x97,0xc3, + 0x15,0x98,0xd9,0x86,0xff,0x2e,0xa2,0xa7,0x92,0xfd,0x8,0xcc,0xf7,0x98,0x48,0xfb, + 0xd2,0x86,0x63,0x0,0x35,0xe,0xab,0x76,0x1e,0xa5,0x64,0x39,0x49,0x56,0xa0,0x19, + 0xff,0x2e,0x6a,0x44,0x9a,0x1,0xa8,0xb8,0x33,0xbb,0xda,0x54,0x12,0x45,0x39,0x5f, + 0xb6,0xe2,0xf5,0xb1,0x73,0x0,0x62,0xfb,0xc6,0xc8,0xb8,0x92,0xc0,0xf,0xb0,0x43, + 0x21,0xc3,0x6e,0x9d,0x82,0xef,0xe0,0x39,0x90,0x7c,0x44,0xa2,0x14,0x5,0x61,0x48, + 0xae,0x7f,0x88,0x40,0xa4,0x2c,0xc,0xaa,0xb3,0x9b,0x2d,0x33,0x8a,0x5,0x67,0x0, + 0x62,0xf1,0x52,0x24,0x28,0x95,0x3f,0xfe,0xf7,0xc,0xca,0x8c,0x2f,0x85,0xdd,0x18, + 0x49,0x55,0x9d,0xa5,0xc8,0x9a,0x1,0x58,0xe7,0xa3,0xb4,0x1,0x63,0x17,0xa,0x6c, + 0xce,0x9d,0x51,0x80,0xce,0x18,0xb3,0xe6,0xeb,0x76,0x4c,0xa4,0x92,0x6f,0xd9,0x4a, + 0x53,0x4b,0x10,0x72,0xcf,0x9f,0x1f,0x63,0xf0,0x91,0xfa,0xc0,0x71,0xc7,0xbc,0x20, + 0x6,0xe5,0x85,0xeb,0x14,0x49,0xf,0x28,0xa5,0xc3,0xbd,0xa6,0xb3,0xdf,0xf,0xb0, + 0x4,0x17,0xdf,0xcc,0xc5,0xe6,0x5e,0x74,0x5e,0x78,0x8e,0x15,0x11,0x1a,0x72,0x97, + 0xbc,0xa4,0x19,0x80,0xe8,0xed,0xd8,0xd1,0x76,0x92,0x80,0xab,0x56,0x25,0xba,0xc, + 0x54,0x5,0xbc,0x77,0x84,0xbd,0x5c,0x4,0x9c,0x24,0xa,0x80,0x50,0x94,0x73,0x15, + 0xe5,0xc4,0xfa,0x2e,0x8b,0x30,0xe9,0x1d,0xcd,0x8c,0x7f,0x3d,0x23,0xc0,0x2e,0xc0, + 0xe3,0x7,0x9c,0xf5,0x41,0xd8,0x15,0x87,0x24,0x4e,0xd9,0x21,0x86,0xef,0xd1,0x66, + 0x6,0x5f,0xc2,0x42,0x69,0x6,0xc0,0xbb,0x6b,0x3b,0xfe,0xbb,0x24,0x1c,0x78,0x64, + 0xcf,0xad,0x42,0x78,0xf9,0xf9,0xf2,0x7b,0x64,0x9a,0x84,0xec,0xe0,0xc8,0xa7,0x74, + 0xf8,0x36,0x8,0xce,0x42,0x68,0xbd,0xdc,0x5a,0x2,0x92,0x6a,0x8c,0xc0,0x18,0x6b, + 0xc7,0x5f,0x71,0xae,0x65,0x89,0x55,0xcd,0x0,0x8c,0xa1,0xe2,0x2d,0xed,0x43,0x12, + 0xdc,0x7b,0xab,0x2a,0x4e,0xc9,0x36,0xf9,0xc6,0x5e,0x5a,0xad,0xa4,0x5f,0x2f,0x15, + 0x84,0xf9,0x77,0xdb,0x4,0x7f,0x6,0xbb,0x1,0xb2,0x19,0x97,0x8a,0xa4,0x67,0x66, + 0x6a,0xb4,0x7b,0xaf,0x70,0x71,0x4b,0x61,0xd5,0xcd,0x0,0xac,0xf0,0x2e,0x6c,0xda, + 0x50,0x92,0xa8,0xb5,0x77,0x43,0x67,0x5e,0x7c,0xdd,0x80,0xf3,0x5e,0x36,0x23,0x2, + 0xa9,0xb2,0x3,0x13,0x6f,0xd,0xb8,0x67,0xd6,0xbd,0x4b,0x7c,0x59,0x72,0x6,0x48, + 0x18,0x3a,0xe3,0x40,0x5d,0xe1,0xa8,0x83,0x2d,0xf8,0xb3,0xa5,0x6a,0xf,0x67,0x61, + 0x52,0x90,0xf1,0x3d,0xb0,0xb5,0xe6,0xfc,0xcc,0x2e,0x3,0xfc,0x0,0xe5,0xbf,0x39, + 0x53,0x73,0xb6,0xe6,0xac,0x3d,0x64,0xbb,0xcd,0xb4,0x19,0x97,0x44,0xa6,0xa5,0xce, + 0xb7,0xe2,0x18,0x24,0x37,0xe2,0x7a,0x3,0xd7,0x19,0xbd,0xfc,0xf5,0xb9,0x1c,0xf9, + 0xad,0x16,0x35,0x6e,0x6,0x20,0xaa,0xc2,0x1d,0x6b,0x57,0x50,0x7f,0x14,0xea,0xf0, + 0x5e,0xe6,0x97,0x99,0x19,0xe,0xb8,0x3,0x52,0x9c,0x72,0xd7,0x2a,0xc6,0x80,0x7f, + 0x89,0x77,0x7b,0xe2,0xd2,0x5e,0x95,0xf3,0x3e,0xd5,0x83,0x6b,0xf0,0x3,0xf3,0xe3, + 0x2,0x24,0xc2,0x78,0xf0,0x77,0x52,0x94,0x54,0x74,0xbe,0x83,0xfc,0x65,0x3e,0x5d, + 0x29,0xf5,0x45,0xd1,0x11,0xc,0x63,0xa4,0x3a,0xd0,0xa2,0xb5,0xc3,0x23,0x70,0x4d, + 0x33,0xa3,0x78,0xc8,0x42,0x91,0x44,0xa6,0xe0,0xa7,0x48,0x7b,0xf6,0x94,0x37,0xc2, + 0xef,0x10,0xa1,0x90,0x5b,0x41,0x65,0xa6,0xc3,0xa4,0x19,0x80,0x11,0xb4,0xbb,0x8d, + 0x5d,0x64,0x36,0x5d,0xf2,0xf2,0xf,0xbd,0xd8,0x4b,0xd6,0xc0,0xb6,0x9d,0xbc,0xfc, + 0x85,0xc9,0x2a,0x5,0xf1,0xc6,0x8e,0x80,0x9d,0x1,0x7f,0xa0,0xf0,0xe6,0xbd,0xd3, + 0xc4,0xf9,0x19,0xe7,0x6e,0x5d,0xe4,0x1e,0x85,0x3c,0x93,0xd0,0x57,0xc4,0xb3,0xbd, + 0x77,0xaa,0x20,0x7,0x9,0xcb,0x9d,0x38,0x26,0x81,0x48,0x79,0x41,0xff,0xa0,0x14, + 0xf6,0xe8,0x73,0x1c,0x1,0x62,0xc,0x8d,0xd8,0x52,0xd8,0xb4,0xa4,0x8b,0xa6,0x94, + 0x28,0x8,0xba,0x88,0x89,0x68,0xec,0xc7,0xea,0xce,0x66,0xf6,0xd2,0x66,0x0,0xc6, + 0x56,0xeb,0x16,0xf6,0x57,0xa0,0xb3,0x7c,0xa5,0xbc,0xc,0xbd,0x77,0x64,0x7c,0xba, + 0x77,0x44,0x38,0xa4,0x81,0xf2,0xd2,0xc0,0x81,0xf,0x58,0x87,0xa3,0x3,0x50,0xda, + 0x4e,0x68,0xab,0x24,0xc,0x7,0x51,0x8,0x6f,0x2e,0x7b,0x35,0x8d,0xf3,0xf2,0x1, + 0xb5,0x3c,0x7d,0xb5,0xb7,0xab,0x84,0x49,0xd9,0x3e,0x3f,0x2e,0x58,0x32,0x6c,0x7e, + 0x8,0x74,0x4c,0xce,0xff,0x52,0x64,0x9f,0x24,0x2a,0x7,0xad,0xa2,0x26,0xe0,0xc7, + 0xcd,0xec,0x88,0x2a,0x4a,0x6d,0x7,0x50,0xfb,0x44,0xec,0x40,0xfb,0x8c,0xfc,0x7b, + 0x62,0xe6,0xc6,0x7b,0x48,0x60,0x29,0x93,0x12,0x56,0x48,0x62,0xfb,0x8b,0x13,0x72, + 0xbe,0x68,0xa7,0x37,0x2d,0xf8,0xfd,0xee,0x6e,0x66,0x6c,0xf5,0x57,0x26,0xa5,0xde, + 0xdf,0xc3,0xf0,0xf6,0x57,0xee,0x54,0xf0,0x9,0xb0,0x13,0xc0,0x2f,0x71,0x84,0x94, + 0x5d,0xd4,0x9f,0xa6,0x94,0xae,0x5b,0xb1,0x18,0x72,0x16,0xc8,0xc7,0x20,0x77,0x83, + 0x3f,0x8e,0x2a,0x18,0xa8,0x2e,0x61,0x37,0x76,0x1,0x33,0xc3,0x1f,0x72,0x48,0x9a, + 0x1,0xa8,0xd0,0xfa,0x2e,0x34,0x2d,0xf0,0x54,0xf2,0xd0,0x39,0xef,0x76,0x49,0x2f, + 0x62,0xce,0xa8,0x8e,0xca,0x79,0x1b,0x27,0x5d,0xcd,0xf6,0x9a,0x63,0xc2,0xb1,0xeb, + 0x24,0xd1,0x94,0x74,0xf1,0x1c,0x9b,0x7f,0x43,0xd9,0xe5,0x44,0x97,0xeb,0x21,0xfb, + 0xf0,0x7,0x60,0xd0,0x7e,0x77,0x41,0x87,0x38,0x2d,0xa1,0x46,0x23,0x5d,0x78,0xf6, + 0xc2,0x7f,0x79,0x3e,0xd2,0x50,0xa0,0xdc,0x7f,0x1b,0x70,0x9e,0x3e,0xca,0xcc,0x0, + 0x2f,0x35,0x3,0x10,0xbd,0x73,0xbb,0xd6,0x4e,0x12,0x15,0x6b,0x9f,0x16,0x58,0xd7, + 0xd,0xbd,0x90,0x5d,0xa0,0x8f,0x85,0x4d,0xca,0x57,0x8f,0x82,0x19,0x51,0x2f,0x38, + 0xbe,0x88,0x7,0x9a,0x99,0x57,0x57,0xb0,0xef,0x94,0xaa,0xae,0x2b,0x47,0x9d,0x57, + 0xa4,0x94,0x0,0x2a,0x45,0xe5,0x5e,0x66,0x86,0xaf,0xa2,0x4b,0x27,0xa4,0x11,0xc3, + 0x26,0x84,0x63,0x16,0xdf,0x1,0x2f,0xfc,0x57,0xcc,0x6c,0xc6,0x64,0xbc,0x74,0x2c, + 0x49,0xcf,0x2b,0x39,0x12,0x5d,0xf3,0xe1,0xeb,0xcf,0x2e,0x80,0xdd,0xc0,0x1,0x69, + 0x3b,0x80,0xe8,0xed,0xdb,0x81,0x76,0x5,0x43,0x8e,0x67,0xfa,0x9c,0xce,0x72,0x70, + 0xfa,0xe1,0xfc,0x73,0x21,0xae,0x7d,0xd4,0xa2,0x83,0x5c,0x1,0x2f,0xe,0x5e,0xcb, + 0xd6,0xf9,0xd6,0x66,0x46,0xd8,0x6c,0x63,0xa4,0xf8,0x6,0x0,0x2b,0x45,0x31,0xfe, + 0xbc,0xc4,0x97,0x9b,0xaa,0x4,0x58,0x5,0xa6,0x83,0x44,0xa3,0x43,0x40,0xac,0x66, + 0x0,0x36,0xe6,0x91,0x9a,0x7e,0x22,0x19,0xf5,0xc7,0x16,0xf3,0x3,0x81,0x91,0xc8, + 0x48,0xbb,0x69,0x57,0x18,0x2b,0xd0,0xc7,0xb2,0x2f,0x1d,0xb1,0x77,0xb6,0xb4,0xde, + 0x11,0x84,0xeb,0x29,0x9b,0xcd,0x4e,0xe4,0x3d,0x7d,0xc7,0x9b,0xfa,0xba,0x6c,0x8, + 0x20,0x30,0x79,0x44,0x70,0x1c,0xb6,0xf1,0x18,0x81,0x49,0xe8,0xce,0x33,0xfd,0x1a, + 0xd5,0x91,0x3c,0x3e,0x87,0x97,0x9a,0x19,0x6,0xb8,0xed,0x0,0x82,0x37,0x6d,0x67, + 0x9a,0x55,0x52,0x55,0x81,0x66,0xc3,0xe1,0xf5,0xfc,0x68,0xaa,0x6e,0x44,0x51,0xf9, + 0xc,0xcd,0x97,0xfc,0xf7,0x2,0x6d,0x29,0xe,0x7a,0x23,0x33,0x7b,0x57,0xa0,0xed, + 0x5a,0x9b,0xe4,0xd2,0x64,0xec,0x4,0x48,0xf6,0x89,0x48,0xe7,0x51,0x20,0xd2,0xc1, + 0xb2,0x36,0x92,0x8e,0xcf,0x38,0x8a,0x27,0x38,0x7d,0x80,0x5,0x0,0x13,0x70,0xa0, + 0xc4,0x59,0xdb,0x1,0xc,0xd1,0xf8,0x96,0x5d,0x2b,0x89,0x3a,0x75,0xd4,0xab,0xab, + 0x11,0x92,0x76,0x48,0x2b,0x85,0x32,0x6b,0x90,0x4,0xd9,0x72,0x67,0x63,0xdc,0xd3, + 0xcc,0x6a,0xe7,0x3a,0x68,0x7e,0x7d,0x2f,0x2e,0xc7,0x1,0xa8,0xd4,0x0,0x10,0x79, + 0xc2,0xb,0xc8,0x39,0x7c,0xf4,0x6a,0x40,0xa5,0x52,0x32,0xe,0x5e,0x8f,0x83,0xf1, + 0x96,0x66,0x86,0x23,0xb3,0x19,0x0,0xef,0x6e,0xed,0xd2,0xef,0xa5,0x5c,0x15,0xe1, + 0x23,0xef,0x1,0xd9,0xbb,0x6c,0xce,0xe1,0x6c,0x75,0xa9,0x8e,0xdb,0xdb,0x2f,0x50, + 0x91,0x78,0xe4,0x22,0x7,0x37,0xed,0xbe,0x94,0x2,0xa5,0x84,0xfc,0xbc,0x2d,0x38, + 0x53,0x7f,0x4a,0xfe,0x2,0xb3,0xbb,0x1a,0x5d,0x24,0x51,0x76,0x8d,0xf2,0x6b,0x5d, + 0xf2,0x1e,0x33,0x3b,0x40,0x52,0xd2,0x76,0x0,0xa3,0xdf,0x82,0xcd,0xee,0x30,0x87, + 0x1,0xf1,0xa4,0xdf,0xb7,0xe7,0x2c,0x79,0xb8,0x48,0x76,0x1,0xe5,0x56,0x25,0x92, + 0xae,0x53,0xe8,0xb5,0xbc,0xeb,0x0,0xcf,0x5c,0xc4,0x4b,0xa8,0xf1,0x3a,0x59,0xc7, + 0xef,0xb9,0x1a,0x10,0xa8,0x48,0xe0,0xbd,0x1e,0xa8,0x89,0xe3,0xd5,0xf9,0x3d,0xb2, + 0x8e,0xda,0x35,0x94,0xe8,0xa,0xf7,0x17,0x70,0x51,0x97,0xe0,0x83,0x20,0x43,0xf0, + 0xef,0x9a,0x1,0xa8,0xd5,0xf2,0x96,0xb7,0x2f,0xf,0xc9,0x63,0xb,0x10,0xa8,0x76, + 0x27,0xc0,0xea,0x61,0xd2,0x25,0x94,0x48,0x8e,0xc0,0xa1,0x70,0x92,0xa7,0x16,0x49, + 0x40,0x76,0x9,0x71,0x75,0x9,0xfd,0x1d,0x6d,0x66,0x11,0x47,0xa5,0x37,0xe4,0x5a, + 0x7e,0xaf,0x70,0xa,0x3e,0x36,0xef,0xa6,0xa0,0x43,0x1b,0x45,0x4a,0x14,0x80,0x97, + 0x1f,0x38,0x76,0x44,0x20,0x60,0x7d,0x75,0x33,0x0,0x11,0x55,0xed,0x60,0x1b,0x49, + 0x3c,0x28,0xc4,0xb2,0xe1,0x91,0xeb,0x23,0x30,0x2,0xdf,0x29,0x7b,0x94,0x1,0xa0, + 0x74,0xbf,0xd5,0x7,0xcb,0x82,0xe1,0xf9,0xf7,0x9e,0xb7,0xa5,0x59,0x6b,0xde,0x18, + 0x9b,0xf2,0x7b,0x61,0xf0,0x1,0xfe,0xc,0x1d,0x79,0x97,0x90,0xa7,0x7f,0x9e,0x3e, + 0x49,0x4b,0xf3,0x9d,0x4a,0x3a,0x37,0xf4,0x64,0xa5,0xde,0xa2,0xa7,0xdf,0xf9,0x4b, + 0xf,0x18,0xa0,0x9a,0xb,0x36,0x45,0xc7,0x6d,0x1e,0x23,0x69,0xa0,0x3c,0xac,0x14, + 0xb0,0x20,0x37,0xdd,0xcb,0xa,0x5c,0x34,0x2a,0x18,0xf7,0xdf,0x35,0x33,0xc2,0x4f, + 0x4b,0x45,0x12,0x58,0x77,0x6f,0x5b,0xa,0xe2,0xed,0x37,0xc7,0x70,0x36,0x8e,0xa4, + 0x9e,0xde,0xdd,0x48,0x22,0x89,0xe8,0x55,0x81,0xe,0x6e,0x6e,0x66,0x6f,0xa,0xb4, + 0x3b,0xa2,0x49,0x1,0x23,0x1,0xe7,0xe6,0x38,0x77,0xca,0x1e,0x7d,0x1c,0x48,0xe, + 0x6a,0x6,0xa0,0x87,0xe6,0x76,0xed,0x92,0xec,0x38,0xba,0x72,0xd9,0xd,0x5c,0xa0, + 0xc7,0xda,0xc8,0x66,0xbb,0x42,0x7,0x81,0x25,0xf9,0xf5,0xe0,0xf7,0xbd,0x1c,0xff, + 0xc3,0xd2,0x8e,0x7b,0xcc,0x63,0x63,0x2e,0x29,0xf9,0xfe,0xa4,0x5a,0x93,0x14,0xd5, + 0x25,0x6f,0x31,0xb3,0x9b,0xd5,0x4c,0xbc,0xf4,0x4d,0xc5,0x25,0x8e,0x71,0x14,0x40, + 0xe9,0x23,0x30,0x33,0x5d,0xb0,0xf9,0x0,0xfa,0xa8,0x6e,0x47,0xaf,0x91,0x44,0x42, + 0x9,0x5b,0xc9,0x7b,0x4,0xb6,0xea,0x7b,0xb5,0xb0,0xb4,0x94,0x77,0x3e,0xfb,0x1f, + 0x95,0xcf,0xfe,0x7f,0x16,0x50,0xdb,0x25,0x23,0xbc,0x7a,0x81,0x7e,0x36,0xa2,0x49, + 0x30,0xe4,0xca,0x8b,0x78,0xe6,0x8,0xd4,0x97,0x45,0x15,0x20,0x17,0x9c,0x82,0xa4, + 0x11,0xf7,0x15,0x1c,0x80,0x7c,0xfd,0x39,0xfe,0xb9,0x67,0xb2,0xbe,0x83,0xb4,0xeb, + 0xb6,0x54,0x3,0x25,0x56,0xf,0xff,0x7d,0x4d,0x75,0x9d,0xeb,0x9b,0x19,0xc5,0x40, + 0x8e,0x90,0x6c,0x58,0xa0,0xc4,0x7e,0xa0,0xa3,0xe,0x8,0x3c,0x56,0xc5,0x4b,0xb8, + 0x92,0x3b,0x53,0x92,0xae,0xf0,0x8f,0x78,0x99,0x8e,0x6e,0x19,0xf4,0x8c,0xf3,0x3f, + 0x73,0x86,0x6f,0x93,0xcb,0xf,0x81,0xeb,0x10,0x1,0x6,0x7e,0xdc,0xbc,0x93,0xb5, + 0x1d,0x1,0x86,0xa8,0x73,0x47,0xaf,0x95,0xc4,0x43,0xcb,0x8b,0x7b,0x6c,0xf0,0x23, + 0x71,0x25,0x33,0xa3,0x14,0xd6,0x22,0x3,0xc0,0x56,0x98,0x3a,0x7d,0x5d,0x42,0x55, + 0x20,0x88,0x43,0x76,0x4a,0x24,0x71,0xbe,0xf7,0xb6,0xf8,0x20,0x2d,0x1,0x68,0x2d, + 0x94,0xec,0x3f,0x39,0x6d,0x49,0xa,0xf2,0x9c,0x8a,0x5d,0xba,0xfb,0x69,0x29,0x56, + 0xfa,0x6c,0x33,0x3,0x5e,0x7d,0x48,0x9a,0x1,0xd8,0xa9,0x47,0x6e,0xdc,0xc5,0x94, + 0x2d,0x27,0x45,0x2e,0xbd,0xe7,0xe4,0x4c,0x66,0x6,0xe7,0xde,0x61,0x52,0x52,0x7e, + 0xe1,0xcf,0xef,0xba,0x9e,0xd0,0x1f,0x31,0x69,0x37,0x9a,0x30,0xee,0xea,0xa6,0xef, + 0x4d,0xd2,0xad,0x33,0xea,0xef,0x35,0xce,0x48,0x9f,0x33,0x33,0xf8,0x16,0x97,0x19, + 0x80,0xc8,0xe,0x6a,0xd9,0xe5,0x38,0x56,0x49,0xba,0x7a,0xe4,0x32,0xe4,0xa1,0x77, + 0x63,0xa7,0xd7,0x52,0x1b,0x61,0x63,0x35,0x50,0xf8,0xff,0x3a,0x2b,0xcb,0x94,0x32, + 0x54,0xb,0x4b,0x8a,0x49,0x82,0x1d,0xe8,0xc3,0xce,0x2,0xbf,0x60,0x66,0x54,0xb8, + 0xd9,0x39,0x29,0x6,0x10,0xc3,0xd8,0x15,0x61,0x81,0x39,0xe9,0x34,0x7b,0xbf,0xcc, + 0x33,0x65,0x48,0x2,0xb9,0xd9,0x27,0x54,0x4b,0x4d,0x43,0x18,0x93,0x3a,0x23,0x34, + 0xcd,0x0,0xec,0xdc,0x63,0x37,0xde,0x82,0x24,0xf1,0x65,0xc2,0xcb,0xdf,0x25,0x1f, + 0xcc,0x45,0x3e,0xc8,0x63,0x3f,0x42,0x82,0xd5,0x70,0xa8,0xb5,0xe7,0x85,0x8,0xc7, + 0x5b,0xd4,0x8a,0x7b,0x92,0x14,0x39,0x2,0x5d,0xda,0xcc,0xc8,0x14,0x5c,0xa4,0x43, + 0xf0,0x2,0x35,0xde,0x7e,0x30,0x8,0xf7,0x37,0xb3,0x50,0x79,0xf2,0x66,0x0,0x56, + 0xfc,0x40,0x6c,0xd3,0x70,0xf9,0xe1,0xe5,0xfc,0xea,0xc5,0xa9,0x5f,0x98,0x21,0xad, + 0xc7,0x2d,0x79,0x78,0x71,0x26,0x12,0xb2,0xea,0x12,0x12,0x8d,0x4e,0xd8,0x26,0xbd, + 0xd4,0xcc,0x55,0xd2,0x2b,0x29,0x7b,0xee,0x5c,0x3,0xdf,0x1,0x8c,0xc8,0x8b,0xc, + 0xc0,0x37,0x82,0xac,0x49,0xff,0x58,0xa,0xad,0x92,0xee,0x1b,0x4e,0x37,0x6e,0x6, + 0xa0,0xe6,0x6e,0xee,0xb3,0xb6,0x92,0x70,0x2,0xbe,0xc0,0x59,0xf6,0x63,0x32,0x6, + 0xe0,0x91,0x4b,0x1e,0x5e,0xf2,0xf8,0xaf,0xed,0x5c,0x7f,0x89,0x4c,0x3c,0xa,0xff, + 0xc0,0x4e,0x4a,0x90,0x81,0x9,0xb6,0xa3,0x85,0x2c,0x4d,0xc1,0x4,0x2a,0xb2,0x26, + 0x1f,0x66,0x66,0xc0,0xb4,0xab,0xa4,0x19,0x80,0x2a,0x75,0xed,0xaf,0xc6,0x41,0xfe, + 0x80,0x7b,0x98,0x19,0x74,0x54,0x8b,0xbe,0x5e,0xbc,0xd8,0x14,0xdb,0xe8,0x92,0x85, + 0xe,0xc4,0x5d,0xd1,0x74,0x3e,0xc3,0xdf,0x32,0x9f,0xe1,0x17,0x7e,0xdd,0xe7,0xd6, + 0xf8,0xf4,0x5c,0xe,0x9c,0xfc,0x8a,0x45,0x3a,0x84,0x4f,0xd0,0x4b,0x33,0x6,0x88, + 0xd5,0xab,0xc2,0x53,0x33,0x0,0xbb,0xf2,0xa4,0x4d,0xb0,0x8e,0xc,0x15,0xa6,0x1c, + 0xf7,0x83,0x9c,0xae,0x6f,0xb1,0xac,0xc4,0xb7,0x24,0xef,0xfc,0x4a,0x48,0xea,0x14, + 0x35,0x49,0x45,0x13,0x2c,0x73,0xd2,0x2e,0x83,0x40,0xa8,0xa5,0x39,0x10,0x92,0x28, + 0x8e,0x7a,0x57,0x67,0x92,0x14,0x21,0x21,0x53,0xb3,0x5a,0x9a,0x1,0xa8,0x56,0xd9, + 0xfe,0xb9,0x20,0x98,0x3a,0xbc,0x94,0x3c,0x54,0x12,0xe4,0x17,0x94,0xe0,0x5a,0x26, + 0xff,0x60,0x66,0x35,0xe,0xae,0xad,0x53,0x7e,0x2e,0xbf,0xc6,0xe,0xc8,0x3b,0xe2, + 0xbc,0x35,0xd7,0x4f,0xb8,0xe9,0x92,0x1d,0x0,0x44,0xa2,0xa0,0x33,0xbb,0xa4,0x37, + 0x81,0x6b,0x33,0x0,0x5b,0xf7,0x48,0xad,0x6e,0xc2,0x92,0x9e,0x9d,0x6b,0xea,0xdd, + 0xb3,0xef,0xc3,0x17,0x30,0x0,0x7f,0x6f,0x66,0x70,0x4,0xee,0xac,0x94,0xea,0x3f, + 0x5f,0x76,0x16,0xd8,0xc,0xc0,0xce,0x3e,0x1,0x5b,0xbc,0x30,0x49,0x91,0xaf,0xf, + 0x15,0x7f,0x29,0x32,0x7a,0x84,0xe4,0xaa,0x37,0x20,0xd0,0x40,0xb2,0xed,0xe7,0x1d, + 0x0,0x85,0x47,0xbf,0xea,0x3c,0x6,0x6f,0xcf,0x6c,0xc1,0xb,0xcf,0xf9,0x92,0x28, + 0x39,0x7e,0x2f,0xe7,0xfa,0x1b,0x64,0x2c,0x5,0xc5,0x45,0xaa,0xa5,0xed,0x0,0xaa, + 0x55,0xb6,0x7f,0x2e,0x8,0xfa,0x0,0x60,0xf,0xc6,0x51,0xb5,0xc8,0x0,0x80,0x2, + 0x3c,0x7d,0x87,0xc6,0xfe,0xc5,0xcc,0x28,0x8a,0xb1,0xb3,0x52,0x78,0x17,0xe0,0x55, + 0xec,0x92,0x37,0xe6,0xfa,0x8b,0xb7,0x58,0xa2,0xc3,0x8,0xdf,0xff,0x75,0x33,0x9a, + 0x10,0xe0,0x4f,0xb5,0x34,0x3,0x50,0xad,0xb2,0xfd,0x73,0x81,0x24,0x18,0x6b,0xe, + 0xab,0x24,0xb3,0x60,0xf5,0x77,0x35,0xb3,0x85,0x1c,0xff,0x41,0x9a,0xea,0xd3,0xf6, + 0x9,0x5f,0x6d,0xcb,0x5d,0x90,0xc4,0xd9,0x1e,0xc2,0xd0,0x2e,0x59,0xa,0x86,0xa, + 0xe6,0x13,0xf4,0x2e,0xe1,0xd6,0xc,0xc0,0xb6,0x3c,0x49,0x2b,0x9e,0xa7,0x24,0x2a, + 0xf5,0xf2,0x62,0xdf,0xde,0x19,0xfa,0x8f,0xcc,0x8c,0xdc,0xf4,0x45,0x3b,0x80,0xf, + 0xa5,0x94,0xae,0xee,0x5c,0xff,0x1b,0xcb,0xaa,0xf,0xaf,0x78,0xc9,0x93,0xc,0x27, + 0x89,0xed,0x3b,0xdb,0xf8,0x2e,0x39,0xde,0xcc,0x48,0xc5,0x5e,0xa4,0x43,0xa0,0xd4, + 0x40,0xaa,0xbb,0x64,0x69,0x3a,0xb6,0xb7,0xa8,0x66,0x0,0x3c,0xd,0xed,0xc3,0xdf, + 0x25,0x51,0x11,0x98,0x24,0x94,0x48,0xdd,0xbe,0xe7,0xe5,0x44,0x93,0x85,0x5e,0xea, + 0xcc,0x42,0xfc,0xea,0x94,0xd2,0x6d,0x1c,0x15,0xde,0x64,0xd5,0x85,0x3e,0x57,0x79, + 0x4b,0x25,0x61,0x44,0xf,0x15,0xe2,0x58,0x32,0xf6,0xed,0xcd,0xc,0xc4,0xe0,0x22, + 0x3,0x80,0xff,0x0,0x3f,0x42,0x97,0xc0,0xf3,0xf,0xe9,0x4a,0xb5,0x34,0x3,0x50, + 0xad,0xb2,0xdd,0xbd,0xa0,0xb0,0xda,0x42,0x38,0xe1,0x7d,0x71,0xe6,0x95,0xd0,0x15, + 0xc3,0xe6,0xf8,0xe0,0x11,0x5f,0x3e,0x31,0x27,0xc2,0x3c,0x74,0x57,0xb5,0x2a,0x9, + 0xaa,0x70,0x2f,0xd9,0x69,0x21,0x90,0xa7,0x10,0xb8,0x12,0x4a,0xed,0xf2,0x93,0x90, + 0x4c,0xf4,0xcb,0x7d,0xe9,0xda,0x9b,0x1,0xd8,0xd5,0x27,0xaf,0x62,0x5d,0xf9,0x2b, + 0x45,0x36,0x1f,0xe5,0xa5,0x6f,0xd7,0x83,0x1b,0xf0,0x4,0x33,0x5b,0x88,0xf7,0x97, + 0x4,0x81,0xc5,0x3b,0x9c,0xa9,0x2c,0x4d,0x26,0xaa,0x58,0xc2,0x46,0x36,0x2d,0xb5, + 0x2,0xc8,0x6,0xec,0xa2,0x9,0x7,0xb7,0x4f,0x36,0xe0,0x11,0xe5,0xc3,0xb,0xe1, + 0x27,0x85,0x3e,0xba,0xe4,0x5b,0x66,0x16,0xd9,0xa9,0x2d,0xec,0xa3,0x19,0x80,0x8d, + 0x7c,0x74,0x56,0x33,0xa9,0x42,0x3,0x6,0x4,0x15,0xb4,0x9f,0xc7,0x5c,0xb3,0x6c, + 0x52,0x5d,0xdb,0x57,0x40,0x3e,0xa0,0x1,0xbb,0x84,0x2f,0xd8,0x59,0x76,0xd1,0x11, + 0x28,0x89,0x12,0x68,0x5e,0x51,0xd3,0xaf,0xe5,0x28,0xca,0x45,0x16,0x29,0x28,0x58, + 0x4b,0x81,0x23,0xc2,0x65,0xcc,0xc,0x3d,0x56,0x4b,0x33,0x0,0xd5,0x2a,0xdb,0xfe, + 0xb,0xca,0xd6,0x12,0xb2,0x8a,0x27,0x6,0x2a,0x5,0x77,0x2d,0x18,0x80,0xcb,0x65, + 0x97,0xe5,0xb2,0x73,0xa1,0xa4,0x1f,0xa4,0x94,0xce,0xe1,0x68,0xad,0x37,0x3b,0xee, + 0x26,0xdf,0xd,0x49,0x2f,0x4a,0x29,0xdd,0xc5,0x99,0x63,0xd7,0xe,0x8a,0x7a,0x83, + 0xd4,0x1d,0xf4,0x84,0x14,0x60,0xc,0xf1,0xc2,0x94,0xe2,0xae,0x8b,0x9b,0x1,0xf0, + 0x54,0xbb,0x63,0xbf,0x4b,0xba,0x42,0xf1,0x4a,0x5f,0x66,0xe0,0xd2,0x3e,0xa,0x17, + 0xbd,0xe7,0x7c,0x92,0x44,0xaa,0x2f,0x47,0x8b,0x2e,0x79,0x53,0x26,0xae,0xb8,0xf9, + 0xc0,0xf9,0x6c,0xd4,0xe5,0x92,0xd8,0xf6,0x63,0xfc,0xce,0xd4,0xd7,0xf8,0x65,0x6a, + 0x36,0x32,0x4,0x17,0x26,0x9,0x2d,0xe8,0x13,0xf6,0x1f,0xc,0xfa,0xe3,0xba,0xc, + 0xf2,0xde,0xeb,0x9a,0x1,0xd8,0xa8,0xc7,0x66,0xda,0xc9,0x48,0xba,0x5b,0x79,0xf9, + 0xa1,0xea,0xee,0x2b,0xdf,0x4f,0x29,0x51,0x85,0xf6,0x75,0x91,0x24,0x9e,0x12,0x51, + 0x58,0x88,0x14,0x9c,0x9b,0x0,0x49,0x41,0xe7,0x1e,0xbb,0x54,0x56,0xdf,0x5,0x8e, + 0x71,0x9d,0xa4,0x5b,0xe5,0x28,0xca,0x6b,0x9d,0xbe,0xa8,0x80,0xcc,0xf1,0x7,0xc4, + 0xe4,0x11,0x22,0xe9,0x61,0xc5,0x37,0x53,0x33,0x25,0x76,0x65,0xec,0x6,0xbc,0xfc, + 0x83,0x3,0x7d,0x36,0x3,0x50,0xa3,0xda,0x2d,0x6e,0x5b,0x3c,0xfc,0x9f,0xeb,0x51, + 0x18,0x74,0xb6,0x6a,0x28,0xac,0x89,0x55,0x93,0xba,0x7a,0xa0,0xb4,0x74,0x44,0x8a, + 0x9f,0xe1,0x47,0x78,0xaa,0x9d,0xf6,0x8f,0x30,0x33,0x1c,0x91,0x3b,0x21,0xc1,0x3c, + 0xfe,0xf,0x9b,0xd9,0xd2,0x42,0x9e,0x92,0xf0,0xd,0x7c,0xb1,0xc7,0x3d,0xc3,0xb0, + 0x50,0xf0,0xe5,0x9,0x5e,0xe5,0xa1,0x66,0x0,0x76,0xe2,0x71,0xf3,0x17,0x91,0x4b, + 0x47,0xc3,0xba,0x7b,0x27,0xbf,0xe5,0x11,0x2d,0xa8,0x6,0xc,0x87,0x3c,0x2f,0xa8, + 0xe7,0xd0,0x5b,0xd8,0x7d,0x7e,0x90,0x23,0x39,0xed,0xc0,0x86,0xcf,0xb7,0xb,0xce, + 0x40,0x49,0xd7,0xca,0xc5,0x52,0xde,0x17,0xd0,0xf5,0x1d,0x66,0xfc,0xfc,0xcb,0xda, + 0x4a,0x7a,0x42,0xd9,0x71,0x5,0xba,0x3b,0xa2,0x9,0xc6,0xe3,0x76,0x66,0xb6,0x34, + 0x17,0xa1,0x19,0x80,0x3e,0x6a,0xdd,0xc2,0x6b,0x82,0x5f,0xa4,0xbd,0x2b,0x3,0x85, + 0x6,0xbf,0x5c,0x68,0x3b,0xd9,0xf1,0x10,0x1f,0x9d,0x52,0xa2,0x96,0xa0,0x27,0x4b, + 0xd9,0x85,0xbc,0xb,0x37,0xe5,0xf7,0xe2,0x60,0x85,0x47,0xd1,0xf3,0xb1,0xb0,0xed, + 0x3f,0xc7,0xa2,0xf0,0xdf,0xde,0xb5,0xe4,0xa4,0x2a,0x38,0x13,0x39,0xdf,0x9f,0xa2, + 0xc7,0x3a,0x39,0x5e,0x51,0xda,0xfd,0xc9,0x66,0x86,0x9f,0xe0,0x30,0x69,0x6,0xa0, + 0x87,0x46,0xb7,0xf1,0x12,0x49,0x6f,0xcc,0x5,0x3a,0x7f,0x3f,0x38,0x77,0x98,0x68, + 0x1f,0x64,0x66,0x27,0x6,0xdb,0x77,0x36,0x2b,0x2f,0xc5,0xd7,0x3,0xec,0xb6,0x84, + 0xb2,0x2e,0x6a,0x66,0xf0,0xe0,0x6d,0xa5,0xe4,0xa8,0x7,0xbb,0xac,0x48,0x8d,0x83, + 0xe7,0x66,0x2a,0x75,0x2f,0xd5,0xfa,0x90,0xe,0xf2,0xfd,0xfb,0x8d,0xb2,0x13,0xbb, + 0x5c,0x4f,0xc5,0x0,0x48,0xba,0x8d,0x99,0x71,0x6f,0xf,0x49,0x33,0x0,0x3d,0xb5, + 0xb9,0x6d,0x97,0x5,0x4b,0x55,0xb1,0xac,0x87,0x3,0x3,0xf6,0xce,0x8e,0xb5,0xeb, + 0x97,0x4,0x5c,0x98,0xf4,0x62,0x4f,0xc8,0x1f,0xb8,0x56,0x5f,0x64,0x9b,0xd7,0xf9, + 0x94,0xbf,0xe7,0xb0,0x1f,0xdc,0x6,0x54,0x41,0x3e,0x9d,0x33,0xe,0xe0,0x1f,0xf0, + 0xfb,0x87,0xbd,0x8c,0xde,0xdc,0x4a,0x5d,0x40,0xaa,0x2c,0x3d,0xca,0x1,0x17,0x2d, + 0xeb,0xa,0x5f,0xcc,0x35,0xe6,0x8f,0x4,0xcd,0x0,0x78,0x5a,0xdf,0x91,0xdf,0x33, + 0xb9,0xc7,0x19,0x72,0x4c,0x9a,0x6a,0xbe,0x5d,0xa8,0x34,0x56,0x3b,0x49,0x95,0x9e, + 0x12,0x16,0xfb,0x56,0x10,0x77,0xc0,0xee,0x23,0x12,0xff,0xde,0x98,0xbb,0x23,0x9, + 0xee,0x7f,0xca,0xa3,0x5d,0x27,0x30,0xa9,0x57,0x98,0xd9,0x1d,0x2,0xed,0x16,0x36, + 0xc9,0x19,0x82,0x54,0x5a,0x22,0xbc,0xea,0x1d,0x33,0x16,0x5d,0xff,0xa9,0x4c,0x19, + 0x4e,0x69,0xf8,0x3,0xd2,0xc,0x40,0xdf,0xbb,0xb0,0x85,0xd7,0x65,0x76,0x9a,0xb7, + 0xa5,0x94,0x6e,0xe4,0x4c,0xfd,0x93,0x99,0x5f,0x8e,0x6a,0xc1,0xa3,0x4b,0x90,0x65, + 0x98,0x71,0xf1,0x62,0xb3,0xb,0x88,0x14,0x15,0x1d,0x7d,0x9e,0x7d,0x3a,0xcc,0x5f, + 0x67,0x32,0x22,0xd9,0x3d,0x79,0xc2,0x99,0xfc,0x42,0x66,0xf6,0x5d,0xaf,0x61,0xd7, + 0xef,0x92,0x8,0xe5,0x3e,0xb8,0xe4,0x5a,0xfc,0x62,0x65,0x5f,0xbf,0x66,0x66,0xdf, + 0x69,0x6,0xa0,0x52,0x6b,0xdb,0xde,0x3c,0x18,0x93,0xa7,0x54,0x17,0xa5,0xa3,0xf9, + 0x5a,0x8f,0x2a,0xe5,0xa1,0x25,0x14,0x79,0xf1,0x40,0xc7,0x44,0x5,0x48,0x92,0xd9, + 0x78,0x7f,0x40,0xe6,0x3d,0x0,0xc4,0xf4,0xfa,0xe0,0x7,0xf5,0x19,0x39,0xd2,0x71, + 0xbf,0xc0,0xfa,0x43,0x4d,0x4a,0xa8,0x90,0x4c,0xc2,0x4b,0x84,0x2e,0x38,0xd8,0xe8, + 0x50,0x2d,0xc7,0xb6,0x3,0xa8,0xd0,0xda,0xb6,0x37,0xcd,0x21,0x25,0xbe,0x14,0xd4, + 0xe0,0xf3,0xd0,0x69,0x93,0x79,0xe3,0x25,0xb1,0x6d,0x85,0xc2,0xba,0xab,0x5c,0xd6, + 0x4c,0xd5,0x20,0xe9,0xae,0x66,0x66,0x54,0xb5,0xdd,0x48,0x91,0x44,0xdd,0x3,0xf0, + 0xfe,0xde,0xd1,0x8a,0xf9,0x93,0xd8,0xf3,0xdb,0x66,0x6,0xa6,0x62,0x34,0x29,0x86, + 0x15,0xc4,0x20,0xde,0x7e,0x6f,0x37,0x40,0x58,0xf7,0xac,0xb3,0x5a,0x81,0xcd,0x0, + 0x8c,0x76,0x1b,0xb6,0xa3,0xa3,0x20,0xcf,0x1f,0xdb,0xc3,0xf3,0x47,0x90,0x7e,0x7d, + 0x56,0x1d,0x24,0x1b,0x9d,0x75,0xfd,0x3d,0xce,0xd5,0x66,0x86,0x73,0x6d,0xa3,0xa4, + 0xec,0xa8,0xde,0x10,0x7c,0xf9,0x99,0xfb,0xd1,0xd1,0x92,0x5d,0xb5,0xb,0x2d,0xe5, + 0xc8,0xd1,0x55,0x17,0x7,0x23,0xdd,0x7e,0xdc,0xcc,0xae,0x3a,0xeb,0xbf,0x19,0x80, + 0x5a,0x4d,0x6f,0x79,0xfb,0xf2,0x5,0xfe,0x6c,0x60,0x19,0x7c,0x79,0xc1,0xfb,0xbb, + 0x92,0xb9,0x3,0x4f,0x99,0x52,0x2,0xb5,0x76,0xce,0x94,0xd2,0x3f,0xe7,0x7,0x1d, + 0x47,0xd3,0x7f,0x2c,0xbb,0x50,0x12,0xf1,0x6c,0xe6,0xb0,0x30,0xb,0x6e,0xc1,0x75, + 0xf4,0x9,0x71,0xc8,0x47,0xdc,0xc9,0xac,0xa8,0x81,0x24,0xbc,0xf1,0x20,0x23,0x23, + 0x3b,0x19,0x66,0xf5,0x12,0x33,0xf3,0x12,0x83,0x7a,0xcf,0x3e,0x58,0x87,0x91,0xfe, + 0x7f,0x6f,0x3e,0xbc,0xdb,0xc,0x40,0x6f,0x95,0x6f,0xef,0x85,0xc1,0x82,0x95,0x2f, + 0x37,0xb3,0x3b,0xee,0x5d,0x65,0x4e,0x50,0x21,0x6d,0x98,0x33,0xfc,0x25,0xb,0xd1, + 0x5,0xff,0x5e,0x38,0x63,0xd6,0xe7,0xf3,0xb,0xa8,0x28,0x7c,0xdc,0x32,0xb6,0x60, + 0xfa,0x94,0xf4,0x5b,0xe5,0x28,0x10,0x4d,0x43,0x6,0xc4,0x42,0x9,0xb2,0x27,0xad, + 0x33,0x44,0x58,0x2a,0xfe,0x3e,0x3f,0xa5,0x44,0xc5,0x9f,0xa8,0xe0,0xf7,0xb8,0x6a, + 0x97,0x51,0x8c,0x76,0xb4,0xa8,0x5d,0x39,0xda,0x7d,0x3b,0x90,0x75,0x49,0xa5,0x60, + 0x8e,0x20,0x1c,0x3,0xe,0x48,0x33,0x0,0x43,0x34,0xbf,0xa5,0xd7,0x4a,0x7a,0x48, + 0x41,0x96,0x75,0xad,0x80,0x3a,0x73,0xbc,0xd8,0xfc,0xf1,0x92,0xcf,0xfe,0x28,0x55, + 0x1d,0xf9,0xea,0xf1,0xc2,0x5e,0xdf,0xcc,0x96,0x22,0x0,0x25,0x5d,0x3f,0x97,0xe, + 0x23,0x51,0xe8,0xe7,0x2a,0x54,0xf9,0x71,0x28,0xb6,0x6a,0x63,0xe8,0x15,0xfd,0x2f, + 0x6d,0x9a,0xd1,0x94,0xbf,0x9b,0x93,0x96,0x28,0x78,0x7a,0xae,0x8a,0xfe,0x28,0xda, + 0x49,0xf5,0x5f,0x92,0xa8,0x26,0x11,0x49,0xf0,0x36,0x2,0xd7,0xf6,0xe4,0x8e,0x66, + 0xc6,0xfc,0xf,0x49,0x33,0x0,0x9e,0xca,0x76,0xf0,0x77,0x49,0x6c,0xd5,0x71,0x48, + 0x45,0x5e,0xe4,0x21,0x1a,0x0,0x78,0x2,0xb2,0x6f,0x29,0x5f,0x5d,0x81,0xb9,0x3e, + 0xa3,0x72,0x10,0x8e,0x17,0x80,0x8a,0xa0,0x13,0xe3,0x78,0x30,0xa9,0x48,0xba,0x50, + 0xd9,0xee,0xc3,0x95,0x58,0x23,0xff,0x5a,0xc2,0x99,0x27,0x75,0x5d,0x54,0x76,0x15, + 0xf0,0xfe,0xc1,0xa,0xf4,0x57,0x95,0xc9,0x56,0xbc,0xc3,0x60,0xfd,0xd9,0x51,0x75, + 0x9,0x18,0x10,0xc2,0x7f,0x87,0x11,0x87,0x34,0x3,0x50,0x73,0x3b,0x77,0xa8,0x6d, + 0xe6,0xab,0xa7,0x7e,0xfc,0x35,0x57,0xb0,0x24,0x76,0x0,0xc7,0x74,0x39,0x14,0x83, + 0xf4,0xe3,0x8b,0xa6,0xca,0xcb,0x4f,0xed,0xbc,0xe7,0xf4,0x4d,0x54,0x72,0x5e,0xcc, + 0x4b,0x97,0xa2,0x1c,0x70,0xf6,0xc3,0x92,0x5c,0x23,0x18,0xa9,0xeb,0x99,0x19,0xc8, + 0xc6,0x85,0x52,0xbc,0xf7,0xd4,0x5f,0xbc,0xfb,0x9c,0x23,0x91,0xeb,0x3e,0x56,0x92, + 0x89,0xde,0x67,0x66,0x7f,0xe1,0xcc,0xf1,0x7a,0xf9,0x28,0x16,0x29,0xa,0xf2,0x60, + 0x33,0x83,0xe8,0xf5,0x30,0x69,0x6,0xa0,0xe6,0x96,0xee,0x50,0x5b,0x49,0xb0,0xf5, + 0xc2,0xda,0xbb,0xa,0xb9,0xaf,0x99,0x3d,0xd3,0x79,0x90,0x23,0x4,0xa2,0xcb,0xba, + 0x0,0x5c,0x83,0xa1,0x79,0xd,0xff,0xe6,0x4a,0xbb,0x3f,0xeb,0xbb,0xa8,0xb2,0x3b, + 0xe2,0x4b,0x4f,0x3e,0x3f,0xe4,0x29,0x7d,0x84,0xaf,0x2c,0x15,0x93,0x96,0x16,0xeb, + 0x28,0xc8,0x41,0xb0,0x3,0x5e,0x7e,0x6,0x47,0x7,0x8c,0x35,0xd9,0x85,0xf0,0x27, + 0x1e,0xb6,0xe3,0x91,0x84,0xb1,0xb8,0x8a,0x33,0x49,0x8e,0x73,0xf0,0x2d,0x40,0x30, + 0xda,0xc,0x40,0x9f,0x3b,0xba,0x6b,0xd7,0x14,0xc2,0x4a,0xd2,0x7b,0x57,0x51,0x99, + 0x7,0xec,0x3b,0xde,0xe7,0x77,0x39,0x46,0x0,0xc2,0x12,0xea,0x11,0xd6,0xf8,0x4, + 0xf6,0x76,0x9,0x8a,0x90,0x2d,0xf7,0xa7,0xb2,0xf,0x2,0x8a,0x2c,0x1c,0x5f,0xdf, + 0x5f,0x94,0x66,0x2c,0xe9,0xcc,0x6c,0x8b,0x41,0xe6,0xa5,0x94,0x48,0xb2,0x1,0x1, + 0x49,0x64,0x62,0xc8,0x87,0x11,0x12,0x50,0x5e,0x7e,0x5e,0xcc,0xa5,0x92,0xa1,0xd1, + 0x64,0xf7,0xe1,0x8b,0xa9,0x11,0xf4,0x48,0x66,0x26,0x95,0x80,0xf9,0x83,0x97,0xe1, + 0x13,0x81,0xe,0xc8,0xed,0x0,0x35,0x78,0x84,0xc,0x59,0x68,0x60,0xdc,0xed,0x6b, + 0x52,0x32,0xd7,0x0,0xab,0x80,0xb7,0xf6,0x40,0x15,0x35,0xb,0xe4,0x66,0x7d,0x39, + 0xd7,0x80,0xfb,0x4a,0xcd,0x45,0x53,0xb6,0x95,0x84,0xe3,0xc8,0x2b,0xfc,0x31,0xd6, + 0x14,0xf8,0xfa,0x5c,0xd1,0x8b,0xe7,0x17,0xc7,0x20,0x5f,0xf2,0xae,0xaa,0xc2,0x7d, + 0xe6,0xc4,0xf9,0x9a,0x2f,0x33,0xe7,0xf2,0x53,0x95,0xfe,0x87,0x18,0x9a,0x45,0x73, + 0x20,0xb9,0x87,0x6d,0x7f,0x27,0x8a,0x52,0xd2,0x6d,0x33,0xf7,0xc1,0xc2,0x3a,0x0, + 0x95,0xb,0xc3,0x9b,0xef,0xf9,0x71,0xd8,0x1d,0x71,0xf6,0x7,0x0,0xd6,0xc,0x80, + 0x63,0x95,0xa1,0x57,0x7e,0x55,0xde,0x46,0x5e,0xbe,0xf2,0x46,0xd4,0x34,0x67,0x5b, + 0xf8,0x87,0x66,0x86,0x77,0x78,0xad,0x22,0x9,0xfe,0x7f,0x72,0xfe,0x57,0x25,0x0, + 0x8c,0x80,0xa1,0x76,0x12,0x8b,0x48,0xba,0x40,0x36,0xc0,0x6f,0xaa,0x84,0xb7,0xae, + 0x6a,0xd,0xcb,0xc6,0x61,0xbe,0xc7,0x7a,0x4e,0xc9,0x12,0x49,0x20,0x69,0x28,0x82, + 0x1c,0x1c,0x63,0x4d,0x9d,0x89,0x47,0x6d,0x7,0x50,0x54,0x5c,0x3c,0xb1,0x80,0x53, + 0x7a,0x73,0xac,0x57,0xdc,0x2d,0x8a,0x45,0x2,0xb4,0x39,0x82,0xa0,0xa1,0xa2,0x8f, + 0xc1,0x4d,0xcb,0x39,0x14,0xac,0xfd,0xf9,0x7,0x77,0x16,0xef,0x80,0xf1,0x7e,0x27, + 0x83,0x62,0xf0,0x4a,0x2f,0x95,0x2,0x16,0x2,0xda,0x7a,0xdf,0x3d,0x18,0x83,0xf8, + 0x48,0xab,0x69,0x9,0xb1,0xc7,0x3d,0xcd,0x8c,0x5d,0x4b,0xa7,0xe4,0xf3,0x3a,0x65, + 0xd2,0x70,0xd8,0x79,0xf4,0x68,0x5e,0x57,0xd1,0xdf,0xc9,0xeb,0x20,0xee,0xbf,0x14, + 0x45,0xd9,0xc,0xc0,0xc9,0x6,0x0,0x72,0x6,0xce,0x9f,0xab,0x12,0xb6,0x8a,0x9d, + 0x67,0xe2,0x55,0x4c,0x44,0xd2,0x4d,0xf2,0x43,0xf2,0x96,0x8a,0xb1,0x38,0x63,0x7f, + 0xb3,0x9c,0xaf,0x39,0x63,0xf3,0xc7,0x4b,0xd,0x4a,0x8f,0x63,0x53,0x44,0xb8,0xfe, + 0xea,0x66,0x6,0xd6,0xdf,0x7b,0x69,0xa8,0xaa,0x43,0x79,0x2d,0x70,0x8,0x9b,0x24, + 0xbc,0x5c,0xe8,0xed,0x1,0x39,0xb5,0x17,0x8,0xae,0xb7,0xe,0xfc,0xb,0xef,0x19, + 0x50,0x7f,0xc1,0x1b,0x62,0xd1,0xef,0x27,0x9a,0x19,0xb5,0x9,0x96,0x4a,0x33,0x0, + 0x27,0x1b,0x0,0xbc,0xac,0x70,0xb9,0xad,0x4a,0x5e,0x9c,0xb7,0xc2,0x77,0x5d,0xd5, + 0x60,0x5d,0xe3,0x14,0xb2,0x10,0x62,0xf1,0x7b,0x43,0x5d,0x7,0xfc,0x16,0x29,0xa5, + 0x2f,0xcc,0xfd,0x51,0xc8,0x2,0x23,0x70,0x98,0x94,0x1c,0x75,0xa8,0xb0,0xa2,0xc8, + 0x3e,0x90,0x6b,0x0,0x85,0x5c,0x8c,0x7f,0xf1,0xcb,0x50,0x65,0x17,0xc7,0xd9,0x2a, + 0x77,0x2b,0xcb,0xd4,0xc6,0x4e,0x91,0x17,0x1f,0x50,0x92,0x2b,0xa5,0x42,0x30,0x47, + 0x4b,0x20,0xd3,0xab,0x14,0xd0,0x87,0x9d,0x73,0x6c,0x6,0xe0,0x64,0x3,0x80,0x93, + 0x84,0x12,0x59,0xab,0x92,0xc9,0xf2,0xee,0xfb,0x2c,0x40,0xd2,0x59,0xb2,0x87,0x99, + 0xf0,0xd7,0xe9,0x4b,0x35,0x1f,0x5e,0xfa,0xaf,0xd7,0x1c,0x53,0x24,0xdd,0xb8,0x94, + 0xc2,0xf6,0x1c,0x53,0xb3,0x29,0xe2,0x18,0xa4,0xb6,0x40,0x84,0x2f,0x10,0xf8,0x30, + 0xe7,0x66,0xa,0x9a,0x90,0x4e,0xeb,0x1,0x5f,0xfa,0xa8,0xa1,0xd3,0x4e,0x96,0x70, + 0x1c,0x95,0x7e,0x9,0x35,0xb2,0x3,0x70,0x45,0x12,0x75,0xf,0x61,0x3b,0x5e,0xf5, + 0xbb,0x76,0x18,0xf1,0xc7,0xb2,0x89,0xae,0x7a,0x52,0xae,0xc2,0xd6,0xd1,0xa0,0x64, + 0x52,0x1d,0x11,0x23,0x9d,0x78,0x2e,0x3f,0x35,0x33,0x5e,0xb6,0x9d,0x12,0x49,0xbc, + 0x9c,0x14,0x18,0x8d,0xa,0xa1,0xad,0x7b,0x99,0x19,0xf8,0xfa,0x90,0x94,0x1d,0x1, + 0x74,0xda,0x14,0x1c,0x81,0xe0,0x4,0xaf,0xfe,0x54,0x42,0x5e,0x3,0xe,0x3e,0xaa, + 0x20,0x87,0x29,0xbc,0x24,0x11,0x5e,0x7d,0x41,0x31,0x58,0xd1,0xb9,0xb1,0xe3,0x22, + 0x61,0xe8,0xdc,0x64,0xe,0x12,0x35,0x19,0xe0,0xff,0x20,0x14,0xe9,0xd5,0x63,0x58, + 0xb9,0x55,0x8a,0x2a,0x62,0xa5,0xed,0x24,0xe1,0xf5,0x27,0x6e,0xbc,0x6a,0x39,0xdb, + 0x2e,0x15,0xc3,0x98,0x29,0x2f,0x3b,0x54,0x1,0xfd,0xdc,0xbb,0x42,0x99,0x7c,0x4d, + 0x29,0x66,0xc1,0x36,0xb9,0x4a,0x4a,0x72,0x12,0x39,0xf9,0xbc,0x30,0xfc,0xd5,0xe0, + 0xf4,0x17,0x8d,0x85,0x41,0xa2,0xd4,0x16,0x8,0x3e,0xf2,0xfc,0xd9,0xa9,0x1d,0x4a, + 0x9e,0x89,0x4c,0x4e,0x12,0x98,0x2,0x8a,0x82,0xd4,0x1c,0x57,0x70,0x8,0xf3,0xd2, + 0x1e,0x42,0xf5,0x95,0xf,0x13,0x86,0x8e,0xa3,0x29,0x6b,0x3b,0x5f,0x64,0xfc,0x82, + 0x83,0xb8,0x4a,0x64,0xde,0x6d,0x7,0x70,0x30,0x33,0x8d,0xea,0xb6,0x87,0x25,0x49, + 0x4,0x15,0x3d,0xb4,0x19,0xde,0xf0,0xad,0xa1,0xbd,0x8a,0x2e,0xb6,0x7c,0xa1,0xf9, + 0xfa,0xd5,0xf8,0x38,0x8,0xd,0x9e,0xb7,0xa6,0xac,0xd5,0xa2,0xf9,0x14,0x24,0x1f, + 0xe,0x43,0x32,0x16,0x79,0x1,0xcf,0x93,0x52,0x82,0xac,0x93,0x3c,0x79,0x70,0x1d, + 0xec,0x16,0xc0,0x2,0x80,0x8e,0xe3,0x8b,0x4b,0x4e,0x4,0xfe,0x8,0x48,0x47,0xf0, + 0x77,0x7c,0xa6,0x2f,0x92,0xb0,0xac,0x1b,0xc0,0xd,0xf4,0x60,0x35,0xd5,0x97,0x30, + 0x3a,0x84,0x86,0x3b,0x91,0x99,0x92,0x48,0xc4,0xc2,0x10,0x60,0xf0,0xae,0xb6,0x24, + 0x9a,0x80,0x83,0x15,0xde,0x81,0x3,0x94,0x5f,0x9e,0x34,0x3,0x70,0xd0,0x0,0x80, + 0x91,0x26,0xbf,0xbb,0x4b,0xd8,0x4e,0xe1,0xe4,0x8a,0xca,0xec,0x26,0x75,0xb5,0xbf, + 0x7b,0xcd,0xd6,0x37,0x3a,0xf0,0x26,0xb4,0x2b,0x21,0x46,0x8a,0x63,0xd6,0x14,0x23, + 0xb9,0xc4,0xd0,0x1a,0x4,0xeb,0x5c,0x7b,0xfe,0x62,0x3f,0xbd,0x84,0x2d,0x6b,0xa6, + 0xc1,0xcb,0x4f,0xf1,0xe,0xaf,0x8c,0xd8,0x61,0x7d,0x16,0x7f,0x8,0x10,0x60,0xf2, + 0x39,0x40,0x32,0xf2,0x2e,0x83,0x3e,0x7c,0xa1,0x99,0x61,0xe0,0x42,0xd2,0xc,0xc0, + 0x41,0x3,0xc0,0xb6,0x8b,0xa4,0x8a,0x2e,0xb9,0xb6,0x99,0x45,0xaa,0xbd,0x1c,0xe8, + 0x43,0x12,0x5f,0x3f,0x12,0x55,0xba,0xa4,0x8a,0x1b,0x3e,0x74,0x47,0x37,0xa8,0x51, + 0xf9,0x22,0x92,0xec,0xe2,0x19,0xd7,0xd9,0xac,0x2f,0x67,0x66,0x11,0xb2,0x92,0xd, + 0x5a,0xe5,0xc1,0xa9,0x48,0x62,0xd7,0x1,0xf7,0x7e,0xcd,0x3b,0x5,0x32,0xf1,0xf, + 0xcc,0xec,0xcd,0xeb,0x5a,0x50,0xcd,0x64,0xd7,0x35,0xc7,0xc9,0xc7,0x95,0xc4,0xf6, + 0xf,0x4c,0x78,0x97,0x9c,0x27,0x12,0xef,0x9d,0x75,0x20,0x9,0xda,0x25,0x8f,0x51, + 0xe7,0x43,0x66,0x46,0x8e,0xf9,0x4e,0x8b,0x24,0x78,0xec,0x21,0xf3,0xe8,0x12,0xbe, + 0x84,0x67,0xf6,0x90,0x74,0x9b,0xaa,0xa8,0xe0,0x1a,0xe7,0xa7,0x4f,0x52,0xcf,0x8d, + 0xa2,0xac,0x4b,0x53,0xad,0x7b,0xdf,0x1b,0x80,0x82,0x38,0x83,0xa4,0xb1,0xb,0x17, + 0xce,0xef,0xa7,0x89,0x86,0x7e,0xca,0x17,0x1,0xe2,0x4d,0xf2,0xe1,0xbb,0xe4,0x87, + 0x66,0x76,0x8e,0xa9,0x6e,0xee,0xa6,0xf4,0x1b,0x2c,0x4a,0xc2,0xd9,0x7b,0x4a,0x8, + 0xf6,0xa4,0xea,0x90,0x4,0x8e,0x82,0x12,0x5e,0x11,0xe1,0x9c,0x4e,0x72,0x14,0x89, + 0x4a,0x6b,0x95,0x66,0x0,0xa4,0x8b,0x95,0xc,0xab,0xae,0x1b,0xf1,0xf9,0x8c,0xda, + 0xab,0x2e,0xc2,0x90,0x1f,0x7c,0xc,0x80,0xc7,0xc0,0x7b,0x86,0x6d,0xfd,0xea,0x45, + 0x9f,0xdc,0xbc,0x3d,0xa6,0xc4,0x18,0xec,0x3f,0x5d,0x32,0x19,0x13,0x71,0x74,0x9e, + 0x43,0xda,0x49,0x7a,0x10,0xf5,0xf7,0x2,0x7d,0xbc,0xa3,0x9c,0xf9,0x57,0x1d,0x76, + 0x5e,0x38,0xb5,0x66,0x0,0x24,0xc8,0x1e,0xc8,0xcb,0xee,0x92,0x57,0x9b,0x19,0x19, + 0x5c,0x55,0x12,0xcc,0xd5,0x86,0xfb,0x1e,0x9a,0xec,0x9d,0x94,0xc2,0x57,0x47,0x8a, + 0xac,0x87,0x10,0x3c,0xc4,0x55,0x5f,0xa3,0x88,0xe2,0xc,0xbb,0x6c,0x29,0xc7,0x5, + 0xf3,0x10,0x8c,0x3a,0xa3,0xd2,0x6e,0x47,0xe6,0x53,0x92,0x7c,0x3e,0xe0,0xb4,0x85, + 0xdc,0xe3,0x22,0x35,0x3b,0xc9,0xc8,0xd8,0x43,0xda,0xac,0xdd,0x0,0x14,0x46,0x59, + 0x42,0x1a,0x14,0x3f,0x4,0x74,0xf1,0xce,0x45,0xc4,0x5,0x43,0x16,0xd9,0x75,0x6d, + 0x76,0x54,0x45,0x88,0x28,0x1e,0x6a,0x66,0xc0,0x50,0xab,0x44,0x12,0x4e,0x40,0x2f, + 0x14,0x76,0x4,0x4f,0x5b,0xd5,0x20,0x95,0x8d,0x25,0x9d,0xb5,0x94,0xaf,0xa2,0x54, + 0x18,0x68,0x3f,0xe2,0xdc,0x47,0x40,0x7b,0x2b,0xbb,0x5d,0xda,0x3c,0x98,0x71,0xc8, + 0x79,0xf8,0x2c,0x35,0xa8,0x43,0x6,0x94,0x4,0xce,0x1d,0x0,0xd1,0x3c,0x82,0x13, + 0x4c,0x1,0xa1,0x3d,0x20,0xc6,0x54,0xdf,0xf9,0x71,0xf9,0x63,0x37,0x86,0x9f,0x61, + 0x26,0x84,0x4,0xe1,0x3,0x0,0x1,0x79,0xb6,0x12,0x26,0xc4,0x50,0xf1,0x85,0x7e, + 0x77,0xed,0x4b,0x5a,0x4a,0xaf,0x71,0x7d,0x97,0xe0,0x9d,0x3f,0xad,0x99,0xcd,0xcf, + 0x63,0x2c,0x55,0xf7,0xea,0x67,0xad,0x6,0x40,0x12,0x96,0x9b,0xf0,0x7,0xe9,0x9f, + 0x33,0x21,0xbb,0x8a,0x97,0xf2,0x59,0xb5,0x37,0xa1,0x8f,0x6,0x32,0x86,0x1d,0x94, + 0xd7,0xcd,0x9c,0x6b,0x71,0xd6,0x0,0xa,0xa9,0x12,0x49,0x80,0x61,0x3a,0x99,0x70, + 0xf2,0x97,0xf1,0x69,0x39,0x6c,0x13,0xf5,0x92,0x57,0x8d,0x3f,0xdf,0x58,0x12,0x38, + 0x7f,0x9c,0x71,0x64,0xd7,0xcd,0x63,0xd2,0xf1,0x5c,0xdf,0x7a,0xaa,0xa,0x3c,0xd9, + 0xc0,0xb3,0x2d,0x66,0x7b,0xdc,0x25,0x6f,0xc9,0xd4,0x57,0xde,0x3d,0x38,0xec,0x7a, + 0x49,0x84,0xbf,0x48,0xa6,0xaa,0xa5,0xea,0x8a,0xe8,0xf0,0xad,0xb0,0xfe,0xd6,0x1a, + 0x46,0x49,0xc4,0xde,0xcf,0xeb,0xc,0x40,0x51,0x50,0x37,0xff,0x21,0x32,0xc9,0x31, + 0xda,0xac,0xcd,0x0,0x48,0x22,0x86,0x49,0x6e,0xfc,0xb2,0xad,0x21,0x8c,0x27,0xc4, + 0x47,0x3b,0xd3,0x46,0x87,0x2a,0x21,0x27,0x6a,0x80,0xfa,0xf2,0x70,0xe5,0xd4,0x72, + 0xab,0x2e,0x51,0x25,0x9,0xc9,0xeb,0xa1,0xdf,0x0,0x0,0x20,0x0,0x49,0x44,0x41, + 0x54,0x4,0x97,0x17,0x3a,0x7c,0x97,0x99,0x79,0x21,0xc8,0x41,0xcb,0x94,0xc4,0x43, + 0x89,0xa1,0x3d,0x54,0x14,0x72,0x4f,0x87,0x47,0x54,0x8d,0x1d,0x34,0xe0,0xdc,0xc5, + 0xb9,0x78,0x6,0xc,0x36,0xf8,0x59,0xba,0x4,0x96,0xdf,0x97,0x46,0xc7,0x2c,0x5f, + 0x5b,0xee,0x1b,0x0,0x9f,0xa9,0x4,0xc2,0x51,0x70,0xfc,0x61,0xc9,0x65,0xba,0x30, + 0x1c,0xe4,0x43,0x74,0x9,0x61,0x3f,0x37,0x75,0x38,0x3c,0xe8,0xc0,0x86,0x6b,0x31, + 0x0,0x81,0x97,0x7f,0xb6,0x2c,0x1e,0x4c,0x10,0x52,0x93,0xa4,0xcd,0x16,0x52,0x46, + 0xce,0x8b,0x5d,0xe4,0xc,0x30,0xaa,0x9c,0xaa,0x76,0x7b,0xca,0x2,0x24,0x1,0x4b, + 0xf5,0x52,0x45,0xbf,0x9d,0x11,0x60,0x35,0x90,0xd1,0xaa,0x5b,0x9e,0x6b,0x0,0xf0, + 0x65,0x25,0x9d,0xd6,0x2b,0x59,0x3d,0xba,0x11,0xc8,0x47,0x20,0xb6,0xd6,0x18,0x70, + 0xef,0x39,0xab,0xd,0xb1,0xf2,0x2,0x91,0x14,0x34,0xa5,0x70,0xdf,0x39,0xaf,0x87, + 0xd,0xbf,0xa4,0x87,0x95,0xc4,0x9f,0xae,0x79,0x8d,0x5a,0x1b,0x70,0xa8,0x2,0xbc, + 0x1b,0x33,0xb4,0xff,0x23,0xae,0x97,0xc4,0x79,0x9f,0x17,0x3a,0x4a,0x8a,0xc0,0x99, + 0x8e,0x6d,0xf4,0xf1,0x7b,0x29,0x8d,0x87,0x4e,0x2e,0x98,0x3,0xf0,0x17,0x66,0x6, + 0x65,0x73,0xb5,0x14,0x20,0xc,0xde,0xde,0x2e,0xde,0x3d,0x70,0xe6,0x10,0x36,0x2e, + 0xa4,0x6c,0xaa,0x1e,0xb4,0x5c,0x50,0x70,0xe4,0x9c,0x8f,0x6b,0x5e,0x14,0x58,0x8a, + 0xa8,0x1f,0xcf,0xd7,0x75,0xb0,0x4,0xf9,0xea,0xab,0xf4,0x2b,0xe9,0x6,0xe5,0x9c, + 0x3e,0x78,0x7e,0x81,0xe,0xde,0x9e,0x29,0xdc,0xbc,0x2f,0xfa,0xa1,0x6e,0x24,0x51, + 0x1a,0x7c,0x29,0x11,0x68,0x69,0xf8,0xd1,0xc,0xff,0xe6,0x1d,0xd8,0x8,0x59,0xa9, + 0x1,0xe8,0xf1,0xf2,0xcf,0x2b,0xe9,0x8b,0xe5,0x5c,0x16,0xce,0xc8,0x5a,0xa4,0x61, + 0x49,0x54,0x51,0xc5,0x79,0xc4,0x83,0x14,0xa9,0xa8,0x5a,0x7d,0x3e,0x9d,0x1f,0x57, + 0x12,0xc8,0x36,0x2f,0x84,0x88,0x11,0x20,0x12,0x80,0x3,0xea,0x4f,0x6a,0xbe,0x3a, + 0x4b,0xd6,0x48,0x32,0xca,0xeb,0x2,0xe0,0xa6,0x45,0x97,0x8f,0x66,0x4,0x32,0x9f, + 0x3e,0xd1,0x15,0xa2,0x2c,0x5d,0xf2,0xf4,0x8c,0xbd,0xa7,0xb0,0xa5,0x2b,0xb9,0xae, + 0xe1,0x19,0x4b,0xa2,0xe,0x3b,0x8b,0x55,0xc9,0x35,0x73,0xb9,0x74,0x8e,0xa3,0xae, + 0x94,0x94,0x6a,0x1c,0xd9,0x5d,0x42,0xe,0xc2,0xe9,0x23,0x89,0x3a,0xee,0x80,0x23, + 0x34,0x58,0x99,0x1,0xa8,0xd8,0xf6,0x77,0x2d,0x8b,0xe4,0xd,0x76,0x2,0xe4,0x64, + 0x87,0xa5,0x9c,0x19,0x21,0x94,0x38,0x2e,0x58,0x9a,0x7a,0xbe,0xef,0x41,0xf1,0x69, + 0x49,0x90,0x3f,0xd6,0x86,0x10,0x61,0xd9,0x21,0x31,0xe4,0xb5,0xb3,0x2a,0xae,0x91, + 0xc5,0x96,0x1d,0xc7,0xbd,0xf2,0xee,0x8a,0xdc,0x86,0x21,0x84,0xa6,0x83,0x8f,0x3, + 0x25,0x17,0x80,0xb0,0x1c,0x9e,0xf6,0x2e,0x9,0x17,0xcc,0x94,0x44,0x21,0x4e,0x4a, + 0x71,0xaf,0x52,0xf0,0x61,0x5c,0x2a,0xfa,0xc2,0x4a,0x82,0xc6,0x9b,0xc2,0x2b,0x5d, + 0x42,0xf9,0x75,0xc0,0x40,0x6b,0x97,0x95,0x18,0x80,0x81,0x5f,0xfe,0x45,0x4a,0x2, + 0x3b,0x7d,0x17,0x33,0x23,0x62,0xb0,0x54,0x24,0x5d,0xa9,0x90,0x47,0xf0,0xb5,0xaf, + 0xc9,0xce,0x9a,0xef,0xf3,0x56,0x66,0xe6,0xe1,0x4,0xba,0xe6,0x40,0x76,0x18,0x45, + 0x24,0xfb,0x8,0x45,0x22,0x78,0xe8,0xf9,0x4a,0x52,0xfd,0xa5,0x6b,0x1c,0x10,0x85, + 0x18,0xd,0x88,0x3e,0xc7,0x90,0x41,0x3b,0x81,0x60,0x11,0x52,0xc2,0x61,0x94,0xaa, + 0xf6,0xc2,0x67,0xf8,0x53,0x30,0xe0,0xeb,0xc2,0xcc,0xe3,0x87,0x3a,0x21,0xa2,0xd4, + 0xbc,0xc3,0x64,0x17,0xc7,0xf3,0xd6,0x25,0x90,0xa0,0xbc,0x31,0xd2,0xdf,0xd4,0x6d, + 0x26,0x37,0x0,0x13,0xbc,0xfc,0x33,0x9d,0x10,0xeb,0xbd,0x4d,0xc6,0xd2,0x1f,0xc6, + 0x8b,0x5e,0xbe,0x3c,0x90,0x44,0x3c,0x60,0x24,0x76,0xdf,0x8b,0x9b,0x19,0x69,0xa2, + 0xbd,0x64,0xa4,0x33,0x2b,0x7e,0x10,0x40,0x26,0x4f,0x5d,0xb4,0x1d,0x2d,0xf1,0xf0, + 0x97,0xe5,0xa,0x39,0x6c,0x91,0xc7,0x94,0xde,0x46,0x40,0xd2,0xc3,0x4b,0x5a,0xac, + 0x37,0x1f,0x5e,0xfe,0xe7,0x65,0xc4,0x24,0x89,0x51,0xb,0xa1,0xd3,0x85,0xbf,0x1f, + 0x10,0x8d,0xb7,0x9b,0x60,0x2c,0x74,0x35,0xf6,0x73,0x8d,0x7f,0x86,0x48,0x90,0x9b, + 0x65,0x27,0x89,0x9c,0x7,0xc2,0xad,0x5d,0xc2,0x7d,0xf4,0x42,0xa3,0x9e,0xde,0x46, + 0xf9,0x7d,0x6c,0x45,0x1d,0x36,0xa9,0x9,0x5f,0xfe,0xd9,0x38,0x7c,0x41,0xc8,0xbd, + 0x7e,0x1c,0xe0,0xa,0x49,0xd7,0xcd,0x71,0xe1,0xc7,0x7,0xc2,0x4e,0x51,0xe5,0x1, + 0x50,0xe1,0xb,0xd5,0x1b,0x28,0x53,0x80,0x37,0x3c,0x40,0x63,0x71,0xd0,0x93,0x60, + 0x4,0x30,0xe9,0xa4,0x2,0xa2,0x7a,0x5a,0x4a,0x89,0x82,0x1a,0x53,0x49,0x2f,0x23, + 0x10,0xc,0x89,0xcd,0xcf,0x99,0xe3,0x1d,0x5f,0xd9,0x3f,0x36,0x33,0x92,0xb3,0xe, + 0x49,0xae,0x24,0xcc,0x97,0x9f,0x1d,0x80,0x27,0x80,0x7e,0x70,0xd8,0x42,0x49,0x46, + 0xe8,0x93,0x5d,0x11,0x50,0x6c,0x98,0x97,0xe0,0x3,0x98,0x17,0xee,0x29,0x11,0xa0, + 0x48,0xda,0x36,0xd7,0x3d,0xda,0xcc,0xbc,0x17,0x9b,0x9d,0xa,0x55,0x83,0xf1,0xbf, + 0x74,0xc9,0xc6,0x24,0x81,0x4d,0x66,0x0,0x7a,0xbc,0xfc,0x30,0xa2,0x70,0x43,0xbc, + 0x70,0xd5,0x22,0xc5,0xce,0x76,0x1,0x30,0xaf,0x8e,0x29,0x3c,0x8c,0xec,0x24,0x6, + 0x49,0x8f,0x97,0x21,0x32,0x1e,0xdc,0xf2,0x3c,0xe4,0x7d,0x22,0x14,0x7c,0x75,0x6b, + 0x76,0xb,0xd5,0x46,0x20,0x67,0x43,0x52,0x6f,0xa0,0xcf,0x71,0x4,0xa3,0xfe,0x36, + 0xfc,0x18,0x19,0x1f,0xf1,0x79,0x49,0x9c,0xf9,0x39,0x6,0x45,0xe4,0xe6,0x66,0x6, + 0xb0,0x2b,0x2c,0x92,0x8,0xc1,0xb2,0xbb,0xf0,0x78,0xfa,0x29,0x2c,0xc2,0x2e,0xe0, + 0x8,0x26,0xe3,0x62,0x88,0x71,0x2c,0xe3,0xeb,0x1,0xfb,0xe1,0x19,0xfb,0x9f,0x60, + 0x98,0x56,0x1,0x74,0xf3,0x14,0x31,0x89,0x1,0xe8,0xf9,0xf2,0x53,0xab,0xe,0x5a, + 0x2e,0x62,0xbc,0x5e,0xad,0x33,0x6f,0x5d,0x63,0xfc,0xce,0x3,0xc,0x75,0x37,0x5f, + 0xa6,0x41,0x52,0xbc,0xc3,0xd4,0x77,0xf3,0x0,0x31,0x83,0xc6,0x9,0x5e,0xc,0xb1, + 0x9,0x24,0x1d,0xb0,0x20,0xb1,0x7b,0x88,0x4a,0x95,0x11,0x8,0x92,0xac,0x78,0x63, + 0x43,0x35,0x4e,0xa9,0x2e,0x2f,0xa1,0x8a,0x7e,0xde,0x9c,0x11,0x76,0x5e,0x9d,0xbd, + 0x85,0xe3,0x65,0x5a,0x31,0xf4,0x10,0x89,0x44,0xbc,0x2a,0x33,0xed,0xc0,0x43,0xc8, + 0x97,0x9e,0x77,0x7,0x1f,0x13,0x2f,0x3d,0xe3,0xee,0xdd,0x61,0x78,0x6b,0x3b,0x9f, + 0x99,0x1,0x55,0x5e,0xab,0x8c,0x6e,0x0,0xfa,0xbe,0xfc,0x33,0xa7,0x88,0x24,0xac, + 0x27,0x80,0x8a,0x47,0xc,0x70,0xdc,0xf5,0x55,0x2a,0x4,0xd,0x14,0xed,0xc0,0x99, + 0xf6,0x9a,0x3e,0xe0,0x9f,0x65,0x3,0xe7,0x17,0x2,0xdc,0xc3,0x1d,0x9,0x65,0xe6, + 0x58,0x31,0x10,0x68,0xef,0x2b,0xd1,0x77,0xd,0xcb,0xae,0xc3,0x90,0x51,0xa4,0x13, + 0x96,0x9e,0x3,0x22,0x89,0x87,0x7e,0x12,0x23,0x20,0x9,0x7e,0x5,0x7c,0x27,0x5e, + 0x12,0xd0,0x18,0xeb,0xc4,0x38,0x51,0x0,0xc3,0x4b,0xbf,0x5e,0x66,0x0,0xd8,0x75, + 0xe2,0x95,0xf7,0xc,0xd,0xe1,0x5a,0x8e,0x22,0x17,0x85,0xc8,0xa3,0x92,0xf3,0x6f, + 0xef,0xd8,0x97,0x36,0x33,0xa2,0x3d,0x6b,0x95,0x51,0xd,0xc0,0xd0,0x97,0x7f,0x5e, + 0x13,0xc5,0x83,0xf,0x7c,0x15,0x4e,0xb7,0x29,0x85,0xed,0xdf,0x81,0xca,0xab,0x50, + 0x2a,0x45,0x1c,0x3d,0x43,0x27,0x53,0xaa,0x10,0xb1,0x3d,0x6,0xcf,0xe,0xc7,0x9b, + 0x47,0x46,0x32,0x74,0x48,0xea,0x11,0x82,0x6d,0x3f,0x2,0x83,0x3e,0xb1,0x11,0x0, + 0xe2,0x4c,0x18,0x94,0xc4,0xa3,0x29,0xe5,0x26,0x66,0xc6,0xb1,0xa1,0xb7,0x4,0x39, + 0xb,0x7a,0xf7,0xbf,0xe0,0xc2,0x8d,0x8,0x5,0x8e,0x66,0x0,0x7a,0xc4,0xf9,0x5d, + 0x2e,0xb4,0x9e,0x68,0xb6,0xc8,0x4d,0x2,0x9e,0x4a,0x55,0x97,0x13,0x72,0xe5,0x14, + 0x0,0x46,0x6b,0x95,0x4c,0x49,0x46,0xf5,0x1b,0xb6,0x92,0xec,0xe,0x22,0x9e,0xee, + 0xe8,0x7c,0xf1,0x88,0xbf,0xa4,0x7c,0xf9,0x39,0xc3,0x2e,0xfb,0x2,0x92,0x20,0x4, + 0x9f,0x5d,0x54,0xc2,0x38,0x1,0x49,0x64,0xea,0x11,0xa,0x65,0xf7,0x33,0x5,0x7d, + 0xf7,0xeb,0x33,0x70,0x8a,0x52,0xde,0x83,0xa4,0xc0,0xc2,0x31,0x94,0x64,0xa5,0x4e, + 0x2d,0x14,0x89,0x85,0xb4,0x74,0xed,0x32,0x8a,0x1,0x28,0x5f,0x6b,0xce,0xb8,0x51, + 0x78,0x2f,0xe,0x3f,0x42,0x78,0xa1,0x58,0xa8,0xa4,0x3b,0x94,0xb2,0x5d,0x43,0x1e, + 0x20,0x5e,0x6,0x1c,0x67,0xcf,0x85,0xf2,0x79,0x93,0x52,0x32,0x67,0x4f,0x41,0xc9, + 0x9d,0xe7,0xab,0x9,0x98,0xe7,0xa8,0x81,0x4f,0x7,0x2f,0xe9,0x1d,0xcc,0x8c,0x35, + 0xbb,0xd2,0x63,0x27,0x40,0xff,0x50,0x4f,0x87,0x90,0x99,0xc5,0x98,0xe3,0x77,0x20, + 0xfc,0x35,0x56,0x1,0x16,0xe6,0x40,0x76,0x5d,0xaf,0xad,0xff,0x5e,0xa5,0x64,0xd4, + 0xe6,0x31,0x5,0xa6,0xee,0xea,0x6b,0x40,0x3,0x8e,0x62,0x47,0x99,0xd9,0xe7,0x6, + 0xf4,0x31,0xda,0xa5,0x83,0xd,0x40,0xa6,0x42,0xc2,0xf9,0x81,0xe5,0xa4,0x98,0x41, + 0x44,0xaa,0x5e,0xfe,0xb9,0x97,0x3,0xe6,0x53,0xc2,0x2b,0xb5,0x35,0xe2,0x48,0xea, + 0xe0,0x3a,0x62,0xaf,0x1b,0x93,0x86,0xe9,0x29,0xaa,0xe4,0x29,0xf0,0xe5,0x4,0x54, + 0x12,0xad,0xb4,0x33,0xeb,0x96,0xe3,0xcc,0x6d,0xbd,0x2a,0xbc,0xb,0x5e,0x0,0x22, + 0x1e,0x4f,0xf5,0xe6,0x36,0xf7,0x3b,0xa9,0xc4,0x10,0x9a,0x84,0x8b,0x9c,0x16,0x8f, + 0x39,0x8e,0x34,0xfc,0xf,0xf3,0x69,0xe0,0x15,0xc3,0x1e,0x6a,0x7a,0x43,0x33,0x3, + 0x78,0x33,0x9a,0x48,0xe2,0x43,0xc6,0xd1,0x6c,0xa,0xa1,0xd6,0x0,0x7e,0x98,0x4e, + 0x50,0xd7,0x14,0x3,0x2f,0xeb,0x73,0xc,0x3,0x50,0xc3,0xa9,0xdf,0xeb,0xe5,0x9f, + 0x33,0x2,0xc0,0x5b,0x9f,0x50,0xd0,0x7d,0xde,0xdc,0x71,0xd8,0xc0,0xf5,0x4f,0xfc, + 0xd6,0x2d,0x42,0xb9,0x4a,0xa5,0xd7,0x8c,0x25,0x89,0x2d,0x29,0x6b,0xa6,0x6c,0x97, + 0x27,0xc4,0xb6,0x1,0xe0,0xc0,0x31,0x50,0x55,0xcc,0x62,0x4e,0xc7,0xb5,0x46,0xa0, + 0x57,0x6d,0x83,0x2,0xd8,0x2,0xb7,0x71,0x3c,0x46,0xc4,0x5b,0xd8,0x82,0xdf,0xf, + 0x79,0xe4,0x7b,0x5c,0xbb,0xf4,0x92,0x52,0xe3,0x10,0xe7,0x65,0x5f,0xe4,0xe8,0xde, + 0xbe,0xc1,0x80,0x90,0x26,0xfc,0xb2,0x9c,0x58,0xc4,0x87,0x72,0xa3,0xc4,0x7b,0x89, + 0xdc,0xc9,0x66,0x9c,0x3d,0x15,0x75,0xa9,0xac,0xeb,0xc9,0xa0,0x97,0x7f,0xbe,0x73, + 0x49,0x38,0xce,0x70,0x2e,0xc1,0x6e,0xb3,0x48,0x28,0x88,0x78,0x1f,0x33,0x83,0xf1, + 0x66,0x27,0xa4,0x94,0x96,0x26,0x2b,0x92,0xb0,0xd8,0x22,0xf9,0x56,0xae,0xd2,0xb, + 0x6c,0x79,0xf0,0xd6,0x52,0x52,0x8d,0x11,0xb8,0xbf,0x99,0xd5,0xf8,0xf,0x8e,0x98, + 0xbb,0x24,0xf0,0x1b,0xec,0x76,0x30,0x8,0x91,0x67,0x92,0x22,0x22,0x78,0xfd,0x89, + 0xa7,0x8f,0x2e,0x92,0x88,0x94,0x50,0xa2,0xab,0xaf,0xb0,0xcd,0xe7,0xe8,0x45,0x34, + 0x9,0x76,0xa1,0x8d,0x61,0x0,0xda,0xbb,0xa0,0x88,0xb2,0x3b,0x95,0x10,0xa4,0xd4, + 0xa2,0xf,0xb6,0xdf,0x14,0x7e,0x60,0x4b,0x3e,0x58,0x4a,0x6c,0x9d,0x10,0x16,0xe, + 0xa0,0x59,0x48,0xd,0x8f,0x3e,0x35,0xe5,0x89,0x9,0x87,0x8a,0x37,0xe,0x9e,0xc8, + 0xa,0x3b,0x28,0x21,0xd2,0x3b,0x97,0x97,0x65,0xc6,0x3c,0x43,0xe8,0x92,0x7,0xf6, + 0xe1,0x7d,0x2b,0xda,0xec,0x5d,0x42,0x89,0x52,0x90,0x7,0x1f,0x71,0x48,0x86,0x71, + 0xf2,0x9e,0xaa,0x32,0x60,0xa,0xe3,0x6,0x3b,0x12,0x19,0x84,0xcb,0x98,0x7e,0xf8, + 0x90,0x80,0xcf,0xf0,0x88,0x56,0xbc,0xe1,0x96,0xfe,0x5e,0xd0,0x9b,0xac,0xff,0x34, + 0x15,0x9d,0xb0,0xe3,0x2,0xb7,0x40,0x79,0xb3,0xb7,0xad,0x83,0x97,0xb0,0x62,0xae, + 0x87,0x9a,0x8e,0x61,0x0,0x48,0xa9,0x25,0x9e,0x19,0xe9,0x6b,0x74,0xc,0x74,0xc9, + 0xf4,0xa3,0x2e,0x3d,0x30,0xd0,0xbf,0xde,0xc5,0x17,0x7f,0xc1,0xb,0x8a,0xc1,0xbb, + 0x70,0x1,0x9f,0x50,0xae,0x9b,0x14,0xd3,0xd1,0x24,0x48,0x93,0xc6,0x78,0x24,0x2b, + 0x1,0x68,0x21,0xeb,0x6f,0x34,0x29,0x44,0x2a,0x44,0x26,0x0,0x2c,0xcd,0x73,0x29, + 0xc0,0xad,0x70,0xd7,0xa8,0xf3,0x78,0xc8,0x84,0x2a,0x9c,0xa2,0x5f,0x2f,0x5f,0x7a, + 0x88,0x63,0xc9,0x4,0xdc,0x2a,0x89,0xbc,0xb4,0xee,0x82,0x82,0x79,0xdf,0xf4,0x83, + 0x95,0xa4,0xc2,0x8e,0xc7,0x9e,0xea,0x8e,0xb9,0x8a,0x6,0x92,0x88,0x3a,0xf0,0xa2, + 0xe1,0x80,0xe4,0x5f,0x6a,0xb3,0x41,0x43,0x5,0xb8,0x5,0xf0,0x8,0xff,0xf2,0xa5, + 0xe2,0x2b,0xc,0x8c,0x99,0x7,0xf4,0x67,0x29,0x25,0xce,0x7d,0x70,0xbe,0xf3,0x15, + 0xe1,0x8f,0x32,0xdb,0xb4,0xd9,0x78,0xc9,0xe9,0xac,0x84,0xeb,0xa2,0xf4,0x5c,0x4f, + 0x36,0xb3,0x87,0x4c,0xb5,0xa8,0xe2,0x60,0xbe,0x7a,0xd1,0x3d,0x3a,0x3d,0xd1,0xcb, + 0x0,0x1d,0x6b,0x2e,0xc5,0x47,0xc1,0x16,0x7e,0x51,0x88,0x91,0xa3,0x7,0xf0,0x64, + 0xfc,0x10,0x35,0xe5,0xe2,0xc6,0x9a,0xde,0x68,0xfd,0x8c,0x65,0x0,0x78,0x19,0x88, + 0xa7,0x7b,0x84,0x88,0x4c,0x1c,0xd4,0xd6,0xc5,0xc6,0xfe,0x6a,0x8c,0xa1,0x91,0x12, + 0xb,0x6,0xae,0x4b,0xb5,0x1e,0xfe,0xa8,0xee,0x33,0x24,0xaf,0x7e,0x36,0x2d,0xb6, + 0xad,0x38,0x96,0xf0,0xce,0xcf,0x0,0x47,0xa3,0x1c,0x85,0xc6,0x58,0xf7,0xac,0xf, + 0x49,0x78,0xe5,0xf1,0x9b,0x74,0x31,0x18,0xcd,0x9a,0xd3,0x8e,0x8,0xc0,0xc6,0xad, + 0x63,0x64,0x9d,0xdc,0xa4,0x70,0x10,0x40,0x42,0xc2,0xd7,0xfe,0xbd,0x84,0xa,0xb7, + 0xc5,0xa0,0x7b,0xba,0x18,0xc5,0x0,0x30,0x48,0x71,0xe4,0x50,0xe9,0x36,0x2,0x71, + 0x45,0x89,0xc7,0x6c,0xc2,0x76,0xbd,0x58,0x7a,0xc8,0x32,0x81,0x76,0x62,0xed,0x57, + 0x1,0x5d,0x85,0xc7,0x80,0x7a,0x84,0x9c,0x17,0xc1,0x24,0xac,0xdd,0x5f,0x51,0xf8, + 0xf5,0xc9,0xc5,0x88,0xb0,0x24,0x91,0x16,0xb,0x49,0x46,0x8,0x3,0xe0,0x3d,0x84, + 0xed,0xf7,0xf5,0x69,0x60,0x34,0x3,0x50,0x8c,0x40,0xa4,0x6,0xdc,0x6c,0xb5,0xf7, + 0x36,0x33,0x22,0x8,0x6b,0x91,0xe2,0x44,0x4,0x70,0x43,0x4c,0xda,0x63,0x70,0x99, + 0x72,0x8e,0x1c,0x11,0xc8,0xe5,0xa7,0xaa,0xeb,0xa8,0x67,0xf9,0x9a,0x49,0x57,0x56, + 0xb6,0x1d,0xcd,0xf1,0x57,0x33,0xc7,0xd6,0x76,0x7c,0xd,0x8c,0x6d,0x0,0x0,0xac, + 0x0,0x76,0x88,0x90,0x1e,0x72,0x26,0xbe,0xfc,0xaa,0xcb,0x41,0x17,0xa6,0x5a,0x6a, + 0xb8,0x11,0xba,0x8c,0x22,0x17,0xc7,0xd7,0xfc,0x91,0x3d,0xe2,0x3b,0x80,0xc4,0x13, + 0x47,0xa9,0xcb,0x90,0x33,0xe6,0x84,0x4a,0x58,0xf5,0x3d,0x41,0x47,0xee,0x20,0x8e, + 0xc4,0x31,0xe7,0xdd,0xfa,0x1a,0xae,0x81,0x51,0xd,0x40,0xd9,0x5,0xf0,0x35,0xe5, + 0xbc,0x1b,0x49,0x0,0xc1,0x51,0x46,0x56,0xd4,0x52,0x9c,0xfa,0xf0,0x25,0x1e,0xec, + 0xa1,0x84,0xb6,0x20,0xf,0x21,0xbe,0x3b,0xc6,0xb9,0x7e,0xac,0xa9,0xed,0xed,0x7, + 0x67,0x22,0xe1,0x4d,0x1c,0x6c,0x78,0xd9,0x27,0x95,0xb2,0x13,0xe2,0x7e,0x45,0x88, + 0x36,0xf1,0x72,0xe3,0xbf,0x81,0x28,0xa5,0xc9,0xe,0x68,0x60,0x74,0x3,0x50,0x5e, + 0x36,0x1c,0x27,0x24,0xdb,0x44,0xe4,0xc5,0x19,0xb2,0xea,0x95,0xcf,0x8a,0xf4,0xb3, + 0xb4,0x4d,0xe1,0xc6,0x7f,0x4e,0x7,0x70,0x68,0x50,0xff,0x13,0x5d,0xc,0x2b,0xce, + 0xbd,0xcc,0xcc,0xa3,0x99,0xee,0x3d,0x7c,0xc9,0x69,0xa7,0x70,0x67,0xa4,0x30,0x9, + 0x8e,0xcc,0xab,0x99,0x19,0xe9,0xd2,0x4d,0x76,0x44,0x3,0x93,0x18,0x80,0x62,0x4, + 0x38,0xd7,0x92,0xc4,0x13,0x91,0x49,0x48,0x12,0x33,0x23,0xef,0xf9,0xa,0xcd,0x14, + 0xde,0xfc,0x6d,0x15,0x60,0xa4,0xc7,0xd6,0xb0,0x3,0x47,0x17,0x2a,0xe9,0x7e,0x50, + 0x70,0x5,0xdb,0xff,0x91,0x99,0xb1,0x83,0x6a,0xb2,0x43,0x1a,0x98,0xd2,0x0,0x10, + 0x43,0x27,0x59,0x84,0xf8,0xb9,0x27,0x78,0xc5,0x21,0xdf,0x84,0xe8,0x73,0x14,0x91, + 0x44,0x41,0x7,0x8c,0x50,0x1f,0x8a,0xb1,0xe8,0x1c,0xd8,0xae,0x83,0xbf,0x87,0x4e, + 0x6a,0x4a,0x7f,0x2,0xb9,0xc,0xe4,0xf3,0x1f,0x46,0x80,0x1a,0x9d,0xe4,0xa2,0x76, + 0xb9,0x64,0x37,0x49,0x55,0x27,0x5,0xa8,0xb0,0xb8,0x1c,0x68,0x35,0x98,0xff,0x8d, + 0x85,0xb4,0xe,0xd1,0xc5,0x7e,0xbe,0x76,0x32,0x3,0x50,0x76,0x1,0x40,0x3b,0x29, + 0x8c,0x71,0x8a,0x80,0x92,0x47,0x79,0xc8,0x4a,0x38,0x8b,0x8c,0xb6,0x7b,0x4,0x9d, + 0x5a,0xde,0xd4,0xc0,0xd8,0x7f,0xac,0x0,0x7b,0x8,0x7b,0x11,0xb,0xfe,0xd1,0x5e, + 0x40,0x4a,0x9,0x27,0x92,0x19,0x49,0xaa,0x2b,0xc0,0x21,0xfe,0xa8,0x39,0x88,0x43, + 0x14,0x72,0xca,0xa1,0xc2,0x16,0x1c,0x96,0x24,0x7c,0x3,0x83,0xc2,0x86,0x5,0xe0, + 0xb4,0x36,0xe3,0x3c,0x54,0x11,0xed,0xfa,0xf1,0x34,0x30,0xa9,0x1,0x28,0x46,0xa0, + 0x66,0x9b,0x39,0x28,0x34,0x58,0x90,0x63,0x54,0xf1,0x8d,0x44,0x21,0x96,0x69,0x91, + 0x2f,0x3a,0x38,0x5,0xb6,0xde,0x1f,0x1e,0x3,0xde,0x29,0x9,0x4,0x21,0x88,0x36, + 0x8,0x2e,0x39,0x8e,0xd4,0xa6,0xf7,0xce,0xcf,0x95,0x1a,0x5,0xb7,0x1f,0x2,0xc0, + 0x91,0xc4,0xb6,0x9f,0xfb,0x12,0x91,0x9b,0x9a,0x19,0xba,0x68,0xb2,0x83,0x1a,0x58, + 0x85,0x1,0x60,0xc,0x1c,0x59,0xd0,0x2f,0x7b,0xf2,0x3,0x33,0xa3,0xa0,0x66,0xb5, + 0x94,0xf0,0x1e,0xa1,0xac,0xbe,0x4c,0x2b,0x7c,0xd9,0x5f,0x90,0xbf,0xdc,0x30,0xcc, + 0x8c,0x42,0x30,0xb1,0x68,0x11,0x92,0xa0,0x38,0x83,0x0,0xf5,0xd8,0x1,0xf8,0x3, + 0x72,0xd6,0xa1,0xc1,0xe2,0x8,0x52,0x25,0xf9,0xe5,0x7,0xe5,0x7,0x1a,0x33,0xb2, + 0x2b,0x9b,0xdc,0x41,0x5b,0x35,0xf9,0xd6,0x78,0x74,0xd,0x4c,0x6e,0x0,0xca,0x2e, + 0x80,0xb4,0x5d,0x42,0x4d,0xcb,0xd2,0x77,0xe7,0x17,0x6,0xf,0x3f,0xf,0x68,0x58, + 0xa,0x1,0x25,0x2f,0x45,0x9f,0x2a,0xbb,0x94,0x7e,0xa2,0x96,0x0,0x19,0x5c,0xbd, + 0x72,0xe8,0xc3,0x13,0x9d,0x6b,0x58,0xd8,0x7f,0x0,0x21,0x81,0xa5,0xef,0xc3,0x9, + 0x48,0xda,0x2f,0x68,0x4a,0x92,0xa0,0xc2,0x22,0x9,0x42,0xd2,0x8,0x7e,0x7d,0x65, + 0x21,0xda,0xf0,0xe4,0x5b,0xc3,0xd1,0x35,0xb0,0x2a,0x3,0xc0,0x96,0x97,0x5c,0x1, + 0xd8,0x54,0x3d,0xf9,0x95,0x1a,0x62,0xce,0x9c,0xbb,0x4d,0x72,0xe,0xce,0xb1,0xda, + 0x97,0x88,0x9c,0x72,0x58,0x69,0xde,0x30,0xf4,0x4c,0xed,0x2d,0xa8,0xeb,0xf7,0x92, + 0x7f,0x70,0xf7,0x92,0xc6,0x5c,0x93,0x7e,0x4a,0xb7,0x18,0x81,0xab,0xd7,0xec,0x4, + 0x72,0x91,0xd,0xfc,0x12,0x91,0xea,0xbf,0xe0,0xdd,0x23,0xe1,0xc1,0x21,0xcb,0x6f, + 0xd7,0xae,0x59,0x3,0xab,0x32,0x0,0x94,0xa8,0x86,0xef,0xdf,0x93,0xaa,0xd2,0xc9, + 0x5,0xdc,0x43,0xa5,0x9c,0x88,0x61,0x99,0x8d,0xcd,0x57,0x1e,0x5e,0xc0,0x47,0xac, + 0x13,0x7a,0xbb,0x57,0x11,0xc5,0x90,0x41,0xac,0xe1,0x55,0xd3,0xdd,0x7b,0x29,0x3b, + 0x9f,0xeb,0x47,0x7d,0x2,0x85,0x53,0x0,0xf8,0x71,0xc4,0x60,0x12,0xf7,0x47,0xbf, + 0x4d,0x76,0x54,0x3,0x93,0x1b,0x0,0x49,0xa4,0xcb,0xb2,0x9d,0x8c,0x6c,0xcf,0x49, + 0x15,0xe,0x11,0x3d,0x48,0xe2,0xc,0x4b,0xdb,0x9a,0x18,0x3f,0xa5,0x9b,0x6f,0x6d, + 0x66,0xc0,0x95,0x37,0x52,0x24,0x61,0x2c,0x5f,0x58,0x99,0x94,0x84,0x63,0x10,0x92, + 0xd5,0xd0,0x11,0x46,0x12,0xc0,0x2b,0xc6,0xf0,0x4,0x9a,0xf4,0xa1,0xe4,0xa4,0xde, + 0x18,0xed,0xf7,0x35,0x6a,0x60,0x15,0x6,0x0,0x6,0x9b,0x17,0x7,0xd6,0x58,0xb5, + 0xe5,0xcc,0x74,0xd3,0xf4,0x49,0xdf,0x51,0x81,0xad,0x5,0xca,0xac,0x51,0xc9,0x2b, + 0xa2,0x83,0xd7,0xb4,0xcb,0xfc,0xa,0x84,0x10,0xa9,0x87,0xb7,0x8c,0xfe,0x6b,0x51, + 0x77,0xf,0x31,0xb3,0x27,0x47,0xc6,0x29,0xbb,0x0,0xd2,0x79,0x23,0x3b,0xa7,0x6b, + 0x6d,0xb,0x7f,0x43,0x64,0xed,0xad,0xcd,0xe1,0x1a,0x98,0xd4,0x0,0x14,0xa8,0x29, + 0x34,0x5d,0x1e,0xd7,0x3a,0x39,0xe5,0x17,0x8d,0xa6,0x97,0x4a,0xa2,0x14,0x53,0x88, + 0x52,0xbc,0x2c,0x97,0x2,0x23,0x64,0xb0,0xf5,0x2e,0xf2,0xb9,0xea,0x7,0x27,0x97, + 0xab,0x22,0x2d,0x99,0xf0,0x1b,0xb5,0xe6,0x22,0x2,0x4e,0x0,0xb0,0x4e,0x8,0x2c, + 0x24,0x89,0xc2,0x24,0x94,0x3f,0xf3,0xe4,0xfd,0x66,0x6,0x7,0x63,0x93,0x1d,0xd4, + 0xc0,0xd4,0x6,0x80,0x82,0x89,0xc4,0xe5,0x3d,0x9,0x17,0xe1,0x2c,0xa4,0x15,0x50, + 0x90,0x45,0x1d,0x66,0xe4,0x0,0x40,0x10,0x1a,0xda,0x1e,0x7b,0x13,0x5d,0xe5,0xef, + 0x25,0x52,0x0,0x67,0x0,0xf8,0x81,0x88,0x80,0x18,0x84,0x77,0x31,0x14,0x19,0x90, + 0x44,0x35,0x1d,0x4a,0xa9,0x7b,0x42,0x9f,0x44,0x4b,0x9a,0xec,0x98,0x6,0xa6,0x36, + 0x0,0x38,0x90,0xbc,0x33,0x3a,0x69,0xb0,0xe7,0x8d,0x30,0xbc,0x96,0xad,0xeb,0xa7, + 0xc9,0x20,0xc,0xde,0x7,0xe8,0xb1,0x21,0x99,0xdc,0x5a,0x29,0x8,0x43,0xe8,0xa7, + 0x6e,0x16,0x5c,0x44,0x38,0x5d,0x57,0x12,0x30,0x6d,0x76,0x68,0x1e,0x30,0xe9,0x95, + 0xb9,0x90,0xe5,0xed,0x83,0xe3,0xb7,0x66,0x5b,0xa4,0x81,0xc9,0xc,0x40,0x39,0xc7, + 0x2,0xae,0xf1,0xa4,0xe6,0xeb,0xf,0xbc,0x97,0x2f,0x7a,0x44,0x88,0x3a,0x50,0x1c, + 0x63,0x10,0x6c,0x36,0x32,0xd0,0xd4,0x6d,0xca,0x4e,0x0,0x6,0xa1,0xe8,0x71,0x0, + 0xd6,0xdc,0x77,0x45,0xe6,0x15,0xdc,0x5,0x90,0x96,0x7c,0xf6,0x96,0x6,0x1c,0xd1, + 0xe8,0x76,0xb5,0x99,0xd2,0x0,0x3c,0xa5,0x50,0x3c,0x77,0x69,0x84,0x33,0xf9,0x5, + 0xcc,0xec,0x7b,0x9e,0xda,0xa,0x55,0x33,0x6,0x25,0x92,0xdc,0x43,0x74,0x80,0x97, + 0x20,0x5c,0xb1,0xc6,0x1b,0x7f,0xdd,0xbf,0x97,0xd2,0x5a,0x9c,0xef,0x23,0x8e,0x41, + 0x52,0x89,0xe1,0xcd,0x77,0xf9,0x4,0x24,0x5d,0xa6,0xe4,0x6b,0x78,0x4b,0x3c,0xce, + 0xcc,0x22,0x91,0x3,0xaf,0x9f,0xf6,0xfb,0x6,0x69,0x60,0x12,0x3,0x50,0xc0,0x2d, + 0xbc,0xd4,0x80,0x74,0xba,0xe4,0x15,0xf9,0xe5,0xf,0xa5,0xc,0x67,0xb4,0x1f,0x67, + 0x61,0x78,0xfb,0x3c,0xa9,0x3a,0x7,0x7b,0x9d,0x6d,0xd2,0xef,0x65,0xcb,0xe,0xf8, + 0x27,0xc2,0x5b,0xf8,0x28,0x33,0x7b,0x74,0x64,0xfe,0xb9,0xaa,0x33,0x5c,0x8e,0x5e, + 0xb8,0xef,0xb3,0x66,0x76,0xb9,0x48,0x7f,0xad,0xcd,0xf6,0x68,0x60,0x2a,0x3,0x80, + 0xd7,0x98,0x84,0x1a,0x4f,0x42,0xce,0xa5,0x52,0x1e,0xb,0xf4,0x9a,0x77,0x56,0xe5, + 0x8b,0xf,0x32,0x8e,0xcc,0xc2,0x9d,0x14,0x49,0x38,0x4,0xf1,0x9,0x78,0x2,0x71, + 0x27,0xbe,0x15,0xd7,0x21,0x28,0x9,0x47,0x60,0xa4,0xbc,0xf6,0x85,0xa3,0x91,0x1a, + 0x6f,0x72,0xed,0xf7,0xcd,0xd0,0xc0,0x54,0x6,0x80,0xad,0xa2,0xc7,0xf2,0x43,0x41, + 0x8b,0xc8,0x76,0x16,0x3a,0x2f,0xce,0xf3,0x0,0x64,0x3c,0x79,0x7c,0xde,0xf6,0x53, + 0x1b,0x6f,0xa7,0xa5,0xa2,0xe,0xc3,0x63,0x73,0xf4,0xe3,0x8f,0x3c,0x65,0x14,0x1f, + 0x3,0xbc,0xfb,0x67,0x72,0xda,0x1e,0x6f,0x66,0x4f,0xf2,0xfa,0x6b,0xbf,0x6f,0x8f, + 0x6,0x46,0x37,0x0,0x25,0xf6,0xf,0x77,0x9c,0x97,0x3,0xff,0x0,0x33,0x73,0xd9, + 0x68,0x4a,0xa2,0xf,0x79,0xf8,0x5e,0xb1,0x46,0xc8,0x44,0x28,0x15,0xcd,0x97,0x6f, + 0xa7,0xa5,0x64,0x3e,0x82,0xae,0xf4,0xfc,0x21,0x14,0x2a,0x61,0x17,0x0,0xe1,0x4a, + 0xa7,0x48,0x7a,0x5e,0xce,0x12,0xbc,0x9b,0xd3,0xec,0xd3,0x19,0xa9,0xd9,0xa7,0x90, + 0xa7,0x37,0x7c,0xfb,0x7d,0x4d,0x1a,0x98,0xc2,0x0,0xf0,0x80,0xc0,0x34,0xd3,0x25, + 0x30,0xcb,0x9c,0xdb,0xcc,0x7e,0xe8,0xad,0x3b,0x3f,0xec,0x91,0xdd,0x4,0xdd,0x84, + 0x3d,0xdf,0xde,0x98,0xdb,0xf0,0xbb,0x24,0x28,0xcd,0x9f,0x15,0x98,0x6b,0x8,0x21, + 0x58,0xca,0x91,0x53,0x17,0xa0,0x4b,0xc0,0x52,0x9c,0x67,0x9b,0xab,0x2d,0x7,0xf4, + 0xb5,0xaf,0x9a,0xf4,0x36,0x0,0x73,0x35,0xf9,0x40,0xf9,0x11,0x4f,0xa6,0x3e,0x1f, + 0xff,0x92,0xef,0xee,0xf5,0x4b,0x31,0xc,0x2a,0xef,0x78,0x5f,0x25,0x68,0xb6,0xc8, + 0xda,0xf3,0x40,0x3f,0x10,0x77,0x5c,0xc3,0xeb,0x6f,0x97,0x7e,0x2f,0x8e,0x56,0xa2, + 0x22,0x5e,0x8e,0xc5,0x37,0xcd,0xc,0x42,0x12,0x57,0x24,0x11,0x3d,0xf0,0x92,0x84, + 0x30,0xde,0xdf,0x29,0xc5,0x5e,0xd9,0x85,0x30,0x7,0xa,0xbf,0x52,0xfe,0x6c,0x6d, + 0x75,0xd,0xdc,0xc5,0xb5,0x6,0xb,0x35,0xe0,0xbd,0xa8,0x9c,0xbf,0x4f,0x5f,0xa8, + 0xad,0x78,0xc1,0x49,0x25,0xe5,0x5f,0x1e,0x12,0xef,0x41,0xe9,0x52,0xf9,0x3,0xcd, + 0xc,0xea,0x6b,0xcf,0x0,0x44,0xb3,0x8,0xaf,0x61,0x66,0x11,0x58,0xab,0x37,0xe4, + 0x56,0xfd,0x2e,0x9,0x8a,0x73,0x2a,0x3,0x7b,0x42,0x9,0x2f,0x0,0x54,0x9e,0xbe, + 0xa9,0x4b,0x70,0x9c,0xd7,0xae,0xe3,0x77,0xe8,0xc2,0x31,0x6,0x80,0x8b,0x66,0xff, + 0x7e,0xdb,0xcc,0xbe,0x3d,0xa0,0xcf,0x76,0xe9,0x84,0x1a,0x38,0xcc,0x0,0x48,0x3a, + 0x25,0xa9,0xa5,0x85,0xbd,0x87,0x97,0x9d,0x2f,0xba,0xf7,0xf5,0xed,0x33,0xbd,0xa8, + 0xf7,0x9f,0x48,0x82,0x87,0x43,0xff,0x8c,0x99,0x5d,0xbe,0xcf,0x24,0xb6,0xfd,0x9a, + 0x92,0x69,0xf9,0xcd,0xb2,0xeb,0xea,0x5a,0xce,0xf3,0x33,0xcb,0x11,0x9c,0x3,0x9e, + 0x1,0xb8,0x61,0xe6,0xfd,0x7f,0xbb,0xd7,0xae,0xc7,0xef,0x14,0x3a,0x61,0xb7,0x80, + 0x61,0x0,0xd0,0xf4,0xbe,0x5d,0xc2,0x68,0xf4,0xd0,0xc7,0xc6,0x5c,0x72,0xc8,0x0, + 0x14,0x8c,0x3d,0x37,0x27,0xc2,0xe2,0x3b,0x64,0x1,0xb0,0xfd,0x9c,0xcd,0x43,0xe8, + 0x15,0x47,0x17,0x31,0x7d,0xaf,0xd6,0x20,0x19,0x7e,0xa4,0xc3,0xee,0x4b,0x91,0xf4, + 0xd0,0xc2,0x68,0xd4,0xb5,0x7e,0xaa,0xd9,0xa2,0xf3,0xce,0x64,0xa8,0xc2,0xa9,0x48, + 0xd8,0xd0,0x73,0xb8,0xe,0xd5,0x35,0xb5,0x5,0x6e,0x5c,0xcb,0xfc,0x34,0x74,0xd0, + 0x76,0xfd,0x91,0x1a,0x38,0x60,0x0,0xca,0x79,0x92,0xf4,0xd0,0x50,0x58,0x6e,0xa0, + 0x22,0x5f,0x67,0x66,0x6e,0x48,0x2f,0x9f,0x47,0x1,0xfd,0x0,0xfe,0xe9,0x12,0xce, + 0x9c,0xbf,0xba,0x8a,0xca,0x42,0x3,0xd7,0x3c,0xd9,0xe5,0x92,0xce,0x5d,0xce,0xe4, + 0x1e,0x46,0xe2,0x8a,0x39,0xab,0xcf,0x73,0xf2,0xf1,0x2c,0x80,0x36,0xbc,0xd2,0x64, + 0x13,0x3e,0xb9,0xe3,0xf7,0x98,0xd9,0x31,0x2b,0x18,0xa7,0xd,0xd1,0xa1,0x81,0x99, + 0x1,0x98,0x6a,0xeb,0xb7,0x68,0x68,0xd8,0x6b,0xde,0xe9,0xdd,0x95,0xfc,0x60,0xbf, + 0x9c,0x14,0x5e,0xa7,0xdd,0xcb,0xb2,0x47,0xfa,0x4e,0x5e,0x5f,0xbb,0xfe,0xbb,0x24, + 0xfc,0x1f,0xa4,0xf7,0x76,0xc9,0xc3,0xcd,0xc,0xee,0xc3,0x4e,0x91,0x54,0x93,0x6f, + 0xe1,0x75,0xe7,0xfd,0x1e,0x3a,0xa,0x7a,0x9d,0xb4,0xdf,0xfb,0x6b,0x60,0x66,0x0, + 0x6a,0xaa,0xfa,0xf6,0x1f,0xed,0x20,0x3a,0xf0,0xba,0x91,0xd4,0x5c,0x49,0x78,0x9a, + 0xcf,0xeb,0xc,0x76,0xb4,0x99,0x41,0x89,0xb5,0xaf,0x45,0x12,0xc,0xc3,0x30,0x1a, + 0x77,0x49,0x28,0x52,0x22,0x89,0xc8,0xb,0x3b,0x85,0x8,0x59,0xc8,0x50,0xbd,0xb7, + 0x2a,0xc3,0x43,0x35,0x38,0xf0,0xfa,0x99,0x1,0x80,0x8b,0xee,0xbe,0x3,0xfb,0xea, + 0xba,0x9c,0xb3,0xe7,0x9,0x70,0xd1,0x47,0x8,0x2c,0x4b,0x49,0x2f,0xcf,0x73,0xc, + 0x89,0xc8,0xe9,0xf7,0xf3,0xf6,0x7f,0xa6,0xf0,0x52,0x77,0x0,0xb0,0x54,0x97,0x90, + 0x18,0x84,0xbe,0x22,0x9,0x42,0xb0,0x37,0x63,0x50,0xe0,0x73,0xf0,0x8e,0x16,0x43, + 0x1e,0x9b,0xfb,0x9a,0xd9,0x33,0x87,0x74,0xd0,0xae,0x1d,0xa6,0x81,0x29,0xc,0x0, + 0xe8,0x33,0x62,0xc3,0x78,0x7c,0xf9,0x17,0xef,0xef,0x27,0x6b,0x52,0x49,0x25,0x45, + 0x8e,0x24,0x8d,0xaf,0x6e,0xee,0xde,0x4b,0x2,0x7d,0x49,0x65,0xe6,0x2e,0xa1,0xb2, + 0xef,0x57,0xa2,0x8f,0x4c,0x71,0xc4,0x5e,0xb1,0x38,0x86,0xc1,0x7b,0xcc,0x30,0x1f, + 0x94,0x7d,0x1b,0x43,0x9a,0x1,0x18,0x43,0x8b,0x3,0xfa,0x18,0x62,0x0,0xe6,0x63, + 0xbe,0x7c,0xad,0x67,0x71,0xdf,0xef,0x78,0x1e,0x7e,0x6f,0xbe,0x92,0x1e,0x9c,0xb, + 0x57,0x78,0x98,0xf3,0xc7,0xe5,0x5a,0x75,0x94,0xca,0x6a,0x72,0xd0,0x91,0xfb,0xea, + 0x52,0x70,0xa4,0x4b,0x1f,0x37,0x37,0xb3,0x37,0xd,0x55,0x58,0xe6,0x63,0xa4,0xfc, + 0xd9,0xc,0xf,0x32,0xc3,0x86,0xfc,0x76,0xb0,0xc4,0xf8,0xfc,0xf0,0xcd,0x0,0xc, + 0xbd,0x19,0x3,0xaf,0xaf,0x31,0x0,0x94,0xfb,0x26,0xcf,0x9e,0x17,0xfd,0xaf,0x6a, + 0xbe,0xe8,0xb5,0x73,0xcc,0xd5,0x73,0x5e,0x41,0xf9,0x2b,0xe7,0xba,0x51,0x1e,0xe6, + 0xda,0xb9,0x6d,0x6a,0x7b,0x49,0x14,0x18,0x79,0xa2,0x33,0xbf,0x49,0x2b,0xfc,0x4a, + 0x3a,0xcb,0x1c,0x22,0xf4,0xa6,0xb9,0xa8,0xa8,0x87,0xce,0x6c,0x6,0x60,0xcd,0xf, + 0x54,0x8d,0x1,0xb8,0xa1,0x99,0xbd,0x63,0x15,0xf3,0x95,0x44,0x2e,0x81,0x97,0x74, + 0x42,0x35,0x61,0xaa,0xd,0x35,0x39,0xb8,0x3,0x88,0xa4,0xf4,0xbe,0xd6,0xcc,0x28, + 0x4b,0x36,0xb9,0x4,0x73,0x15,0x9a,0x1,0x98,0xfc,0x4e,0x74,0xf,0xb0,0xa9,0x6, + 0x0,0x32,0x91,0xae,0x1a,0x81,0x24,0xa5,0x9c,0xba,0x39,0x0,0x4f,0xbe,0xb9,0x92, + 0xd8,0x92,0xe3,0x77,0xe9,0x92,0x95,0xf9,0x4d,0x9a,0x1,0x58,0xf3,0x9b,0x1d,0x1c, + 0x7e,0x53,0xd,0x0,0xe9,0xab,0x94,0xda,0x5e,0x26,0x3f,0x31,0xb3,0x33,0x6,0xd7, + 0xb8,0x2f,0x9a,0x15,0x14,0x9f,0x97,0xf6,0xfb,0x45,0x33,0xbb,0xe4,0x2a,0x14,0xd2, + 0xc,0xc0,0x2a,0xb4,0x3c,0x7c,0x8c,0x4d,0x35,0x0,0x84,0xd,0xbb,0xe0,0xa8,0x7f, + 0x63,0x66,0x1e,0x46,0x60,0xb8,0x76,0xb6,0xa8,0x87,0xc2,0x98,0x8c,0xde,0xba,0x12, + 0xbc,0xbe,0x65,0x66,0xbf,0xbe,0x8a,0x65,0x35,0x3,0xb0,0xa,0x2d,0xf,0x1f,0x63, + 0xe3,0xc,0x40,0x49,0x48,0xfa,0x37,0x67,0x69,0x61,0x36,0xa1,0xe1,0x2a,0xda,0x9e, + 0x1e,0x24,0x51,0x2e,0xbc,0x2b,0x44,0xf7,0x8f,0x66,0x16,0xa9,0xd0,0x3c,0x78,0xd1, + 0xcd,0x0,0xc,0x56,0xe1,0x4a,0x3a,0xd8,0x44,0x3,0x0,0x2d,0xd5,0x8f,0x9c,0xd5, + 0x37,0x82,0xca,0x5,0xa,0xca,0x88,0x40,0xca,0x9e,0x75,0xbd,0xe0,0xff,0x9a,0xd3, + 0xb0,0x23,0x84,0xa2,0x83,0x1f,0xbe,0x66,0x0,0x6,0xab,0x70,0x25,0x1d,0x6c,0xa2, + 0x1,0xe0,0xb,0xc6,0x97,0xac,0x4b,0xbe,0x6a,0x66,0xab,0x80,0xaa,0xae,0xe4,0x26, + 0x8c,0x35,0x88,0x24,0x92,0xa3,0x4e,0xdd,0xd1,0xdf,0x8f,0xcd,0xec,0xcc,0x63,0x8d, + 0xd7,0xd5,0x4f,0x33,0x0,0xab,0xd0,0xf2,0xf0,0x31,0x36,0xd1,0x0,0x30,0x27,0xce, + 0xb2,0x5d,0x69,0xc0,0x80,0x8d,0x86,0x10,0x92,0xc,0xd7,0xdc,0x86,0xf5,0x50,0x2a, + 0x8,0xa1,0xb7,0x2e,0xe8,0x2e,0xe4,0x1c,0x1e,0x83,0xd0,0x28,0x2b,0x6b,0x6,0x60, + 0x14,0x35,0x4e,0xde,0xc9,0xc6,0x19,0x0,0x56,0x2c,0x9,0x38,0x71,0x17,0x11,0xc9, + 0xca,0xbe,0x64,0x93,0xdf,0x81,0x91,0x6,0x90,0xc4,0x97,0xdf,0xa3,0xe4,0xfa,0xb2, + 0x99,0x5d,0x7c,0xa4,0x21,0x3b,0xbb,0x69,0x6,0x60,0x15,0x5a,0x1e,0x3e,0xc6,0xa6, + 0x1a,0x0,0x88,0x40,0xba,0x58,0x85,0xe1,0xa5,0x3b,0x95,0x99,0xfd,0xe7,0x70,0x15, + 0xec,0x46,0xf,0x92,0xf0,0xee,0x7f,0xc3,0x59,0xcd,0x27,0xcc,0xec,0x2a,0xab,0x58, + 0x71,0x33,0x0,0xab,0xd0,0xf2,0xf0,0x31,0x36,0xd5,0x0,0x50,0xfd,0xc6,0x2b,0x0, + 0xa,0x5,0x38,0xb0,0xe4,0x26,0x7,0x77,0x4d,0xd7,0x2b,0x74,0x5b,0x5d,0xfa,0x78, + 0x93,0x99,0x45,0x2b,0xd,0xf,0xd2,0x6b,0x33,0x0,0x83,0xd4,0xb7,0xb2,0x8b,0x6b, + 0xc,0x0,0x45,0x39,0xa9,0x1e,0xf3,0x97,0x53,0x53,0x39,0x5,0xb,0x81,0x40,0x29, + 0x35,0x5,0x7f,0xdd,0xca,0x94,0x3f,0xe6,0x40,0x92,0xee,0x9f,0x4b,0x86,0x79,0x44, + 0xab,0xa1,0x42,0x21,0x43,0xe6,0x25,0x89,0x8c,0x44,0xb2,0x6,0x29,0xf9,0x76,0xb, + 0xa7,0xaf,0x6,0x5,0x1e,0xa2,0xec,0x11,0xae,0xad,0x31,0x0,0xf3,0xc3,0x81,0x38, + 0x83,0x42,0xfa,0x10,0xf3,0xeb,0x5c,0x92,0x10,0x30,0xdd,0x41,0x22,0x89,0xea,0x3e, + 0x8f,0x75,0x3a,0x79,0x84,0x99,0x3d,0x6e,0xd0,0x40,0x3b,0x74,0xb1,0xa4,0x97,0x95, + 0x97,0xae,0x6b,0x55,0xb7,0xc9,0x40,0xa0,0xd7,0x8e,0xb1,0xec,0xb9,0x8c,0xc0,0x59, + 0x36,0x20,0xff,0x42,0x29,0x57,0x43,0x22,0xdb,0xc,0xc0,0x18,0x37,0x63,0x40,0x1f, + 0x7d,0xd,0xc0,0xb2,0x21,0xa9,0xca,0x3,0x7,0xc0,0x21,0xae,0xf8,0x62,0x18,0xbe, + 0x11,0x61,0x1,0x9a,0x75,0x2a,0xe9,0x66,0x39,0xab,0xcc,0x4b,0x5b,0x7d,0x7f,0xe6, + 0xb8,0xf3,0x18,0x83,0x7,0xa8,0x66,0xbb,0x2e,0x95,0x4,0x3b,0xf0,0x5,0x9c,0x59, + 0x5f,0xc6,0xcc,0x3e,0x1f,0x5d,0x59,0xe1,0x8a,0x9c,0xd5,0x7b,0xe0,0xab,0x3e,0xfb, + 0xef,0xb,0xe5,0xcc,0xc3,0x5f,0x8a,0xf6,0xd3,0xd1,0xae,0x19,0x80,0x11,0x94,0x38, + 0xa4,0x8b,0xb1,0xd,0xc0,0xb2,0xb9,0x50,0xdc,0xe3,0xd9,0xd9,0x71,0xf7,0xd4,0x9c, + 0xc3,0x8f,0x3,0xaf,0x53,0x4a,0x15,0x5c,0x88,0x44,0xba,0x4,0xb4,0x20,0xc,0x37, + 0x30,0x3,0xed,0x6b,0xc9,0x5f,0x7f,0x12,0xa7,0xbc,0x12,0xeb,0x14,0x4e,0x45,0x5f, + 0x1e,0xc6,0x2,0x7f,0x2,0xf4,0xf0,0xec,0xc0,0xe0,0x64,0x3c,0xc3,0x84,0xca,0x6d, + 0x6,0x60,0x42,0xe5,0x46,0xba,0x9e,0x19,0x0,0xb6,0xd2,0xf,0x8b,0x5c,0x30,0xb0, + 0x4d,0xa8,0x1c,0x78,0xa9,0x2f,0x48,0xb1,0x4a,0xaf,0xbc,0xf8,0x55,0x77,0xb9,0x12, + 0x70,0x54,0xd7,0x99,0x3f,0xf1,0x76,0x85,0x72,0xad,0xeb,0x92,0x93,0xcc,0xcc,0x65, + 0xfb,0x2d,0x5f,0x7d,0xb8,0x1b,0xbd,0x5c,0xfe,0xe8,0xf4,0xba,0xda,0xdd,0xc5,0xcc, + 0x5e,0x32,0x46,0x47,0xad,0x8f,0x7e,0x1a,0x98,0x19,0x80,0x5b,0xa6,0x94,0x5e,0xd7, + 0xaf,0x8b,0xea,0xab,0x8e,0x32,0xb3,0x8f,0x79,0x57,0x65,0x9e,0x3b,0xe6,0xc3,0xbc, + 0xba,0xe4,0x59,0xb9,0xf0,0xe5,0x7d,0xbc,0xbe,0x76,0xfd,0x77,0x49,0xd4,0x73,0x20, + 0xa,0xd0,0x25,0x21,0x6,0xa5,0xa0,0x31,0x19,0x4b,0xa5,0xa1,0x8a,0x45,0x63,0xd, + 0xd6,0xfa,0x39,0x52,0x3,0x33,0x3,0x0,0x13,0x2c,0x5b,0x6e,0x38,0xe6,0xa7,0x96, + 0x97,0xe4,0xa2,0xa0,0x94,0xb4,0xea,0x14,0x49,0x77,0x4e,0x29,0xbd,0xd8,0x69,0x46, + 0x91,0x91,0x73,0x7a,0x5,0x2f,0xbc,0xb1,0xb6,0xf9,0xf7,0x5c,0xd5,0x17,0x68,0x2f, + 0xbb,0xa5,0x5f,0x70,0xd6,0x71,0x75,0x33,0xfb,0x88,0xb7,0x56,0x49,0x1f,0x48,0x29, + 0xb9,0x75,0x1b,0xbd,0x7e,0x2,0xbf,0x7f,0x26,0xa5,0x44,0xad,0x82,0xc1,0x4e,0xe3, + 0xc0,0x58,0xad,0xc9,0x12,0xd,0xcc,0x57,0x6,0xa2,0xbc,0x16,0x8c,0x3f,0xd0,0x3a, + 0x4d,0x29,0xdf,0x33,0x33,0xa,0x88,0x7a,0x6,0x80,0x74,0x5f,0xb8,0x6,0xbd,0xfa, + 0x85,0xa1,0x3a,0x3,0xde,0x78,0xdb,0xfa,0xbb,0xa4,0x7b,0x16,0xff,0x4a,0xd7,0x12, + 0x38,0xf7,0x9f,0xd9,0x63,0x4,0x2e,0x94,0xe0,0x94,0xf1,0x3a,0xc5,0xc4,0xfa,0xf8, + 0x56,0xa1,0x87,0xf7,0x80,0x4b,0x13,0x4f,0xa3,0x75,0xbf,0xb7,0x36,0xe0,0xd9,0x8a, + 0xe3,0xe7,0x3a,0xc5,0xe3,0x3b,0x15,0xe9,0xc6,0x85,0xcc,0xcc,0xbd,0xf9,0xc1,0x2a, + 0x35,0xef,0x35,0x33,0xe6,0xbb,0xef,0xa4,0xe0,0xff,0xbf,0x56,0xe2,0xee,0x5d,0xeb, + 0x7f,0x95,0x99,0xe1,0x27,0xf0,0x8c,0x2e,0x51,0x15,0xce,0xff,0x53,0x8,0x99,0x8a, + 0xcc,0xf5,0x44,0x2a,0x3e,0x99,0x19,0x70,0xef,0x26,0x6b,0xd6,0x40,0xe7,0xd7,0xb5, + 0x54,0x6,0x26,0xe9,0x66,0x3e,0xd6,0x4b,0x28,0xe8,0x7c,0x81,0x2f,0x73,0xd7,0xd2, + 0xee,0x91,0xb3,0xd2,0x9e,0xe7,0xad,0x5d,0xd2,0x5d,0x33,0xd3,0xec,0xb,0xbd,0x76, + 0x29,0xa5,0xaa,0xf0,0x56,0xa0,0xbf,0xad,0x68,0x22,0xe9,0xf7,0xf3,0xcb,0xff,0xc6, + 0xc0,0x64,0xaf,0x69,0x66,0x1f,0xf4,0xda,0xe5,0x7c,0x82,0x3f,0xa6,0x76,0x83,0xd7, + 0xce,0xf9,0x9d,0x88,0xf,0xd4,0x64,0xf3,0x4c,0xd1,0x64,0x6f,0xfe,0xc3,0xc0,0x7e, + 0xdb,0xe5,0x13,0x68,0xc0,0xdb,0x5e,0x2f,0x1c,0x52,0x12,0x60,0xf,0x8a,0x88,0xee, + 0x8d,0x11,0x63,0x18,0xbc,0x62,0x9e,0xf4,0x79,0xa2,0x99,0x51,0x74,0xc2,0xfb,0x22, + 0x41,0xb,0xc6,0x3,0x45,0x58,0xaa,0x4b,0xde,0x66,0x66,0x37,0xf1,0xfa,0xdb,0xa5, + 0xdf,0x4b,0xa4,0x84,0x98,0xbe,0x47,0xf1,0xf5,0x43,0x7c,0x3b,0xc1,0xf0,0xeb,0x57, + 0x53,0x4a,0xd0,0x7b,0x7b,0x42,0xd6,0x21,0xdb,0x78,0x80,0x60,0xf3,0x98,0x8f,0xaf, + 0x37,0x9e,0x46,0x4f,0x75,0x9b,0xf5,0x7b,0x2f,0x3,0xb0,0x6c,0x9,0x92,0x0,0x87, + 0xdc,0x38,0x10,0x51,0x20,0x89,0x87,0xa2,0x9e,0xd4,0x16,0xf0,0x8c,0x40,0x24,0x1a, + 0x20,0xa,0x5a,0x46,0x8a,0x5f,0x7a,0xe3,0x6d,0xcb,0xef,0x19,0xf8,0x43,0x81,0xd5, + 0xd7,0x4,0xe6,0xfb,0x84,0xec,0x24,0x75,0x43,0xbc,0x92,0xd8,0xe5,0xb1,0x45,0xf7, + 0x84,0x64,0x22,0x4a,0xb2,0x77,0x56,0x1a,0xf6,0x3a,0x69,0xbf,0x6f,0x86,0x6,0x46, + 0x35,0x0,0x2c,0xa9,0x70,0xd3,0x71,0xde,0x83,0xd9,0xa7,0x4b,0x8e,0x35,0xb3,0x17, + 0x79,0x6a,0x90,0x74,0xb1,0x5c,0xa2,0xea,0x8b,0x81,0x23,0x7,0x5f,0xaf,0x4b,0xee, + 0x87,0xba,0xf3,0x65,0x7,0x46,0xd4,0x86,0x2,0x1d,0x5d,0x42,0x19,0xb0,0x5f,0x33, + 0x33,0x76,0x51,0x9e,0xa1,0x7d,0x72,0x4a,0xe9,0x41,0x4e,0xb3,0x95,0xa5,0x13,0x7b, + 0xf3,0x6d,0xbf,0x8f,0xa3,0x81,0xd1,0xd,0x40,0x31,0x2,0x94,0xf5,0xa6,0xbc,0x77, + 0x97,0x50,0x2e,0xec,0xca,0x91,0x65,0x4,0xe3,0xdc,0x74,0xb5,0x2f,0x90,0x65,0x92, + 0x40,0x55,0xe2,0xfd,0xf7,0xe4,0xd9,0x79,0x97,0x75,0x6f,0xaf,0x51,0x71,0x26,0x7e, + 0xd7,0xa1,0x62,0xa7,0x9b,0x47,0x9b,0x19,0x85,0x64,0x9b,0xec,0x88,0x6,0xa6,0x32, + 0x0,0x9c,0xc7,0xa9,0x24,0xd4,0x25,0x6c,0xdb,0x2f,0x98,0xb,0x55,0x70,0x96,0xf4, + 0xbe,0x4e,0x97,0x4b,0x29,0x7d,0xda,0x6b,0x97,0x52,0xe2,0x8b,0x77,0xb9,0x9a,0xfa, + 0x77,0x81,0x3e,0x37,0xaa,0x89,0x24,0xca,0x80,0x13,0xab,0xf7,0x7c,0x2d,0x6c,0xd1, + 0x2f,0x60,0x66,0x1e,0x44,0x98,0x5d,0x1b,0x71,0x7f,0xfa,0xf4,0x84,0x1d,0x16,0xbb, + 0xb1,0x26,0x3b,0xa2,0x81,0xa9,0xc,0x0,0x71,0x64,0x9c,0x4f,0xa7,0x77,0xf4,0xf4, + 0xcc,0x1c,0xe,0xa,0x55,0x25,0x96,0xf4,0x4e,0x62,0xc7,0x1,0xbd,0xe3,0x81,0xbe, + 0xec,0x2e,0x3a,0xa3,0x4a,0x6,0x1e,0x2f,0x60,0x4,0xab,0x11,0xfa,0xfa,0xa3,0x4f, + 0x49,0xe0,0x3f,0x6e,0xe0,0xe8,0x96,0x34,0x70,0xfc,0x4,0x4d,0x76,0x48,0x3,0x93, + 0x18,0x80,0xf2,0x50,0x51,0x5e,0x9a,0xba,0xf5,0x5d,0x42,0xf6,0xe0,0x79,0xcd,0xec, + 0xc7,0x9e,0x4e,0x73,0xf1,0x4b,0xb8,0xec,0x70,0x52,0x45,0x40,0x2a,0x1c,0x41,0x6e, + 0x3f,0xb4,0x48,0xa9,0x37,0xa7,0x55,0xfe,0x2e,0xe9,0x17,0x33,0x72,0xee,0xfd,0x29, + 0xa5,0xa3,0x2,0xe3,0xe2,0x83,0xb9,0x70,0x24,0xd6,0x5e,0x12,0xaf,0x30,0x9a,0x5e, + 0x19,0xf0,0x7,0x66,0x46,0x61,0x8f,0x6f,0x20,0x30,0xb5,0xd6,0x64,0x93,0x34,0x30, + 0xa5,0x1,0xb8,0x2c,0xde,0xe2,0xc0,0x62,0xc3,0x5,0x2b,0x25,0x3d,0x32,0xf7,0x17, + 0x3d,0x83,0x86,0xb0,0xef,0x81,0xf9,0xad,0xbd,0x49,0x9,0xf9,0x51,0x30,0xd5,0x5, + 0xf3,0x94,0xc9,0x86,0xf3,0xfe,0x25,0x9d,0x10,0xe8,0x97,0x4c,0x42,0x42,0x89,0xae, + 0x33,0x71,0xed,0xca,0x6a,0x13,0xa8,0xd2,0xc0,0x64,0x6,0xa0,0xec,0x2,0xbe,0x94, + 0x52,0xc2,0x8b,0xdf,0x25,0xd4,0x0,0x60,0x17,0xe0,0x15,0x3,0x61,0xab,0xca,0xd7, + 0x9f,0xfa,0xf6,0xd1,0xea,0x36,0xf7,0x34,0xb3,0xe7,0x56,0x69,0x64,0x3,0x1b,0x57, + 0x2,0x74,0xfe,0x2c,0xa5,0x4,0xee,0x1f,0x1f,0x4b,0xa7,0x94,0x34,0x62,0x7c,0x30, + 0xec,0x2e,0xba,0xe4,0xed,0xd9,0xaf,0x42,0x78,0xb7,0xc9,0x8e,0x69,0x60,0x6a,0x3, + 0x70,0xdb,0x8c,0x1a,0x7c,0x65,0x40,0x67,0xf,0x35,0x33,0xaf,0xb4,0xf5,0x81,0x6e, + 0x24,0xb1,0xb3,0xf8,0x78,0xe0,0xa1,0xa5,0x39,0x89,0x26,0xf7,0xde,0x56,0x23,0x50, + 0xbe,0xfc,0x84,0xe7,0x1e,0x18,0xd0,0x21,0x4d,0xc0,0x55,0xe0,0xa8,0xc3,0xa3,0xef, + 0x4a,0xa6,0xef,0x7a,0x69,0x4a,0xe9,0x8e,0x6e,0xc3,0x94,0xae,0x6c,0x66,0x9f,0xc, + 0xb4,0x6b,0x4d,0xb6,0x4c,0x3,0x53,0x1b,0x0,0x32,0xd4,0xa0,0xe,0xeb,0xaa,0xf4, + 0x8b,0xca,0x48,0x56,0x21,0x3f,0x0,0xc7,0xa1,0x2b,0xb9,0x0,0x6,0x70,0x55,0x60, + 0xab,0x51,0xe1,0x25,0x3a,0x3e,0xf2,0x55,0x8c,0x76,0x38,0x75,0xbb,0x92,0x97,0xf, + 0xc,0x3a,0xf2,0x82,0x1e,0xb0,0x8d,0x29,0xa5,0x9b,0x44,0x79,0x12,0x25,0x41,0xf, + 0xe,0x92,0xd0,0x8b,0x26,0x7c,0xce,0xcc,0x30,0xba,0x4d,0x76,0x50,0x3,0x93,0x1a, + 0x80,0xf2,0xc5,0xe6,0xeb,0xf5,0x94,0x80,0xee,0x4e,0x30,0x33,0x18,0x68,0x5c,0x29, + 0x5f,0x46,0x8,0x41,0x5d,0x38,0xf1,0x5c,0x67,0xaf,0x4e,0x29,0x1d,0x67,0x66,0x38, + 0x1e,0x37,0x5a,0x4a,0x8a,0x2f,0x8,0xc8,0x9a,0xb4,0xdc,0x70,0x44,0xa5,0xdc,0x17, + 0x8e,0xa,0x11,0x87,0xe2,0x4d,0xcd,0xec,0xad,0x1b,0xad,0xb0,0x36,0xb9,0xde,0x1a, + 0x58,0x85,0x1,0xa0,0xd4,0x17,0xbb,0x0,0xaf,0x28,0x25,0xdb,0xf5,0xcb,0x9b,0x19, + 0x94,0xe0,0xae,0x94,0x44,0x25,0x8e,0x2,0x35,0xa1,0x29,0xb0,0xeb,0xbf,0x6f,0x66, + 0x78,0xbd,0x37,0x52,0x24,0x5d,0x35,0xef,0x86,0x5e,0x1f,0x40,0xf9,0xcd,0xcf,0xff, + 0xc3,0xd9,0xe1,0x7a,0x9d,0x28,0x3d,0x9a,0xa4,0x8,0x4e,0x83,0xfe,0xbf,0x5c,0x8e, + 0x14,0x2d,0x67,0x7f,0x23,0x9f,0x96,0xe1,0x93,0x9a,0xdc,0x0,0x94,0xaf,0x4d,0x24, + 0x67,0x9d,0xa6,0x7f,0x6a,0x66,0x5e,0x3c,0xfa,0xd0,0xaa,0xb,0x5,0x35,0x67,0xd3, + 0x1a,0x22,0x13,0x9c,0x8d,0x60,0xe3,0x9f,0xbb,0x49,0xb0,0xe1,0x92,0x8b,0xf,0x1b, + 0x32,0x3b,0xa6,0xae,0xd2,0xe8,0x7b,0xef,0x3a,0xb8,0x80,0xab,0x99,0x99,0x57,0x15, + 0x68,0x5e,0x6f,0xbc,0xd8,0x91,0xda,0x8a,0xfb,0x9a,0x6b,0x61,0xf8,0xeb,0xb5,0xf9, + 0x3d,0xac,0xca,0x0,0xe0,0x65,0xfe,0x6b,0xbc,0xfd,0x8e,0x4a,0xf8,0xd2,0x50,0xf1, + 0x7,0x44,0x5f,0x48,0x4a,0x45,0x9c,0x4f,0x4,0xc1,0x31,0xf3,0x7d,0x12,0x4d,0xb8, + 0xdb,0x26,0x38,0xb7,0x24,0x5d,0xbf,0x90,0x7a,0x78,0xfa,0xd9,0xab,0x13,0x52,0x6e, + 0x49,0x82,0x22,0xee,0x1f,0x92,0x4c,0xb5,0x76,0xc1,0x72,0x2f,0xbc,0xf6,0x21,0xe, + 0x41,0xaf,0x93,0xf6,0xfb,0x66,0x6b,0x60,0x55,0x6,0x80,0x92,0xd4,0x5f,0x8,0x86, + 0xef,0xce,0x5e,0x1b,0x6f,0x96,0x74,0x99,0xc,0x1,0x7e,0x4f,0x4a,0xa9,0x96,0xc0, + 0x4,0xc7,0x19,0x28,0xb8,0xc7,0xd7,0xd0,0x65,0x8f,0x75,0x4b,0x25,0x5d,0xb3,0xec, + 0x46,0x22,0x67,0xf1,0xbd,0xc3,0x7e,0x27,0xa5,0x44,0x9e,0x3f,0xc7,0xab,0xb0,0x48, + 0xba,0x42,0x4a,0xe9,0xa4,0xc0,0x5,0xec,0xac,0xe0,0x6f,0x74,0x59,0x9c,0x3,0x7d, + 0xb5,0x26,0x1b,0xaa,0x81,0x55,0x19,0x80,0x97,0x17,0xa6,0x21,0x4f,0xd,0xd0,0x51, + 0x41,0x5d,0xe5,0xc6,0xb0,0xf7,0x76,0x24,0x9,0xde,0x7a,0xd8,0x6c,0x6a,0x8e,0x3, + 0xf3,0xdd,0x70,0x2d,0x24,0x25,0xef,0x9b,0x32,0xd5,0xb5,0x50,0x6e,0xdf,0x90,0xf0, + 0x24,0x79,0xb,0x9e,0x42,0x96,0xfc,0xce,0x16,0x9e,0x33,0x7f,0x35,0x30,0x27,0x27, + 0x12,0x41,0xf3,0xd,0x97,0xa2,0xe7,0xfd,0x67,0xe8,0x96,0xfc,0xd3,0xf3,0x6,0x6d, + 0xcb,0x65,0x93,0x1b,0x0,0x49,0x94,0x87,0xc2,0xa9,0x15,0x91,0xc7,0xe4,0x97,0x1f, + 0xb4,0x5f,0x2f,0x29,0x3e,0x1,0x5e,0xe4,0x1a,0xc7,0xe0,0xde,0xb1,0x78,0x39,0xde, + 0x90,0xab,0xdc,0xe0,0xf9,0xfe,0x74,0xd4,0xb1,0xd6,0x35,0x61,0x49,0x38,0x42,0xc9, + 0xa3,0x87,0xc1,0x7,0x7,0x5c,0x4d,0xf5,0x9c,0xbd,0x5d,0xe3,0xbd,0xbf,0x61,0x4, + 0xe6,0xbb,0x6c,0x4e,0x92,0xc0,0x66,0x80,0xd1,0xf0,0x84,0xaf,0x3f,0xfe,0x5,0x8e, + 0x58,0x4d,0x76,0x50,0x3,0x93,0x1a,0x80,0x82,0x34,0xe3,0x6b,0xe5,0x25,0x5,0xa1, + 0x5a,0x3c,0xf4,0x50,0x7b,0xb9,0x88,0x40,0xe7,0x65,0x63,0x2c,0x60,0xb3,0x35,0x21, + 0xc2,0x65,0x5d,0x32,0x17,0x1e,0x7e,0xa2,0xd,0xcc,0xf,0x3f,0xc6,0x37,0xbb,0x8c, + 0x42,0x71,0xe6,0x71,0xce,0xa6,0x7a,0xe,0x86,0xe8,0x6a,0xe5,0x4b,0xef,0xa1,0xed, + 0x22,0x8f,0x17,0xb8,0x80,0xfb,0xc,0xad,0x8a,0x5c,0xc2,0x8c,0xdc,0x17,0xaf,0xee, + 0x2,0x73,0xa2,0x52,0xf3,0xc5,0xcc,0xec,0x27,0x91,0x9,0xb6,0x36,0xdb,0xa5,0x81, + 0xc9,0xc,0x40,0x1,0xb2,0x7c,0x14,0xea,0xe7,0x80,0x4a,0x60,0x8,0x22,0x8d,0x97, + 0x87,0x72,0xb0,0x14,0x9c,0x0,0x5b,0x6c,0x0,0x40,0x63,0xbc,0x78,0xf3,0x73,0xe2, + 0xab,0x8,0xa1,0x25,0xf5,0x11,0x7f,0x96,0x52,0x2,0x27,0xcf,0x18,0xf8,0x39,0x4e, + 0x57,0xfe,0xc6,0xd6,0x2b,0x1e,0x7e,0x8a,0x68,0x44,0xf8,0xff,0x42,0xfa,0x93,0x74, + 0xad,0xe2,0x37,0xf1,0x92,0x80,0xe8,0xef,0xad,0x66,0x76,0xd3,0x50,0xc7,0xad,0xd1, + 0x56,0x69,0x60,0xec,0x7,0xf5,0xd0,0xe2,0x33,0x33,0x10,0xa5,0xa5,0x8,0x6b,0x45, + 0x64,0x12,0xcc,0x7e,0x81,0xd,0x43,0x9b,0x15,0xcd,0x1d,0x88,0xcc,0x75,0xd5,0x6d, + 0x3e,0x9b,0xf9,0xf7,0x48,0xee,0xa1,0xf6,0xdf,0xa8,0x22,0x89,0xec,0x3e,0xaa,0xa, + 0x47,0xe4,0x4e,0x66,0x46,0x1,0xd2,0x26,0x3b,0xa4,0x81,0x49,0xc,0x80,0x24,0xce, + 0xbb,0x14,0xa1,0x88,0x38,0x9a,0xf0,0xde,0x5f,0xb7,0x8f,0xe3,0x2f,0x72,0x1f,0x24, + 0x1,0x47,0xbe,0x1b,0x9e,0x7e,0x42,0x8c,0x91,0x6b,0x36,0xa4,0xd,0x3b,0xc,0x32, + 0x1f,0xc1,0x2b,0x4c,0xe2,0x89,0x2f,0xba,0xe1,0x78,0x13,0x71,0x46,0x82,0xa0,0xbc, + 0xb4,0x99,0x41,0x2,0xda,0x64,0x47,0x34,0x30,0xba,0x1,0x90,0xc4,0x36,0x98,0x2c, + 0x40,0xb7,0xf8,0x47,0x86,0xe6,0x42,0x15,0xcd,0xf9,0x72,0x72,0xca,0x68,0x49,0xd0, + 0x9b,0x3f,0x2b,0x50,0x42,0x6b,0xdd,0xb7,0x16,0x2c,0x4,0x7c,0x6,0xf,0x36,0x33, + 0x1c,0x92,0x93,0x8a,0x24,0x2a,0xa,0x13,0xa2,0x3d,0x75,0x60,0x20,0x78,0x17,0x21, + 0x5b,0x9,0xe3,0x34,0x2,0x7d,0xb6,0x26,0x6b,0xd4,0xc0,0x14,0x6,0x0,0xf,0xfa, + 0xcd,0x3,0x6b,0xe2,0x41,0x3f,0x3a,0xc2,0x57,0x1f,0xe8,0x2b,0xdc,0xa4,0x24,0xc1, + 0x3c,0x34,0x93,0x8b,0x70,0xa6,0x1d,0x7d,0xfd,0xe1,0x89,0x1c,0xd9,0x10,0x7d,0x10, + 0x79,0x78,0xa4,0x99,0x79,0x95,0x91,0x7,0xc,0x73,0xe4,0xa5,0x92,0xc8,0xc1,0x20, + 0x54,0x1b,0x91,0xa7,0x9b,0x59,0xf4,0xd8,0x10,0xe9,0xaf,0xb5,0x59,0xa3,0x6,0x46, + 0x7d,0x1,0x24,0x51,0xf3,0xcf,0x65,0xfa,0x2d,0xeb,0x7d,0x72,0xfe,0x92,0x3c,0x64, + 0x5d,0x6b,0x2f,0x6c,0xc3,0xf,0xce,0x78,0xf7,0x1b,0x5,0x59,0x86,0xa6,0x9a,0x2a, + 0xe,0x3e,0xc2,0xa4,0x4f,0x31,0x33,0x90,0x7d,0x6b,0x91,0x60,0x31,0x56,0xe6,0x6, + 0x46,0xe3,0x6,0x66,0x6,0x45,0x5b,0x93,0x2d,0xd7,0xc0,0x68,0x6,0xa0,0x0,0x71, + 0x48,0x2f,0xa5,0xd0,0xa8,0x27,0x7f,0x5e,0xa,0x43,0xfe,0x97,0xd7,0x70,0xea,0xdf, + 0x25,0x51,0x7c,0x84,0x90,0x21,0x2c,0xc6,0x94,0xc4,0x1e,0x4d,0x27,0x1d,0x73,0xe7, + 0x6b,0x4f,0x2,0xf,0x19,0x8a,0x14,0x35,0x21,0x1d,0x7a,0xad,0x52,0xf4,0xc0,0xd1, + 0x2d,0x2,0x47,0xe6,0x68,0xc2,0xd1,0x2d,0xc,0x41,0x5e,0xeb,0xe2,0xda,0xe0,0x4b, + 0x35,0x30,0xca,0xc3,0x5e,0xa,0x82,0xc0,0xda,0x4b,0x8e,0xb9,0x27,0x3c,0xec,0x97, + 0x8a,0xd4,0x6,0xf4,0x3a,0x1a,0xfb,0x77,0x49,0xa0,0x8,0x81,0xe7,0xc2,0xbc,0x7b, + 0xf5,0x60,0x9c,0x3c,0x3a,0xd,0xa0,0xbb,0xbc,0xf4,0xfc,0x7d,0x70,0x15,0xe7,0xfb, + 0xe8,0xc4,0x66,0xed,0x4a,0xd4,0x4,0xdc,0x83,0x57,0x69,0x98,0x4b,0xde,0x57,0xd0, + 0x88,0xd5,0xa8,0xcd,0xda,0x79,0xb5,0xf6,0xd3,0x69,0x60,0x2c,0x3,0xf0,0xc,0x0, + 0x2a,0xc1,0x69,0xde,0xce,0xcc,0x70,0x72,0x6d,0xbc,0x94,0x5d,0xd,0xa5,0xb2,0x0, + 0xf6,0x0,0x35,0xe6,0x5f,0xc0,0x33,0x38,0xcc,0xd8,0x39,0xcc,0xb,0x2f,0xc2,0xc, + 0x1b,0x0,0x78,0x6,0x6f,0x39,0x5,0x50,0xf9,0xfb,0x42,0xe6,0x3a,0xf8,0x9b,0x8d, + 0x5f,0xf0,0x41,0xc6,0xa5,0x47,0x64,0x82,0xd0,0xc7,0x4,0xe7,0xba,0x2f,0xea,0x30, + 0x4,0x75,0xb1,0x95,0xcd,0x6,0x1b,0x80,0xc2,0xd6,0xcb,0xc3,0x1e,0x49,0x61,0x7d, + 0x6d,0xae,0x3,0x70,0x9b,0xb1,0x35,0x25,0x89,0x97,0xf2,0x27,0x43,0x11,0x72,0xb5, + 0xf3,0x2a,0x15,0x7a,0x8,0x75,0xfe,0xd7,0xaa,0x89,0x46,0x4a,0x4e,0xc1,0x69,0xc6, + 0x8e,0xa0,0x94,0xca,0x4e,0xec,0x52,0xe0,0x25,0xf0,0x4,0x83,0x7,0x9f,0x63,0xab, + 0xf4,0xeb,0x69,0x6a,0x43,0x7f,0x1f,0xc3,0x0,0x0,0xf6,0x1,0xf4,0xe3,0x9,0x5b, + 0xe0,0x8b,0xd7,0xe4,0xad,0x77,0x75,0x58,0x8,0x42,0x71,0xe2,0xdd,0x2b,0xa7,0xd2, + 0x92,0xe0,0xc2,0xb9,0x1a,0xc7,0xd4,0x63,0xd7,0x91,0xd9,0xe7,0x2d,0x7e,0xac,0xdf, + 0x4b,0x11,0xf,0xf8,0xc,0x80,0x18,0x23,0x7f,0x5b,0x10,0x8f,0xcf,0x1f,0xb,0x2f, + 0x50,0x20,0xdc,0xa4,0x4b,0x13,0xd2,0xf5,0x24,0xcc,0x40,0xec,0x75,0xd4,0x7e,0x5f, + 0xbd,0x6,0xc6,0x30,0x0,0xcf,0x49,0x29,0xdd,0x23,0x30,0x75,0xce,0xfe,0x64,0xb0, + 0xd,0x4e,0x2c,0x29,0x85,0x2c,0x9,0x37,0x2e,0xaa,0x64,0x3b,0x8b,0xa3,0x3f,0x2c, + 0xca,0x31,0x18,0x98,0xfb,0xda,0x9b,0x94,0x3c,0x7e,0x90,0x7b,0x70,0x7,0x2c,0x92, + 0x8f,0x15,0xc4,0xe0,0xf7,0x87,0x4e,0x56,0x12,0x21,0x52,0x22,0x13,0x91,0x5d,0xdd, + 0x3,0xcc,0xac,0x86,0x9f,0x71,0xe8,0xf4,0xda,0xf5,0x23,0x6a,0x60,0xc,0x3,0x0, + 0xca,0x8e,0x34,0xda,0x88,0xc,0x36,0x2,0x92,0x8e,0x2b,0x84,0xa0,0x5e,0xc9,0x70, + 0xc6,0x82,0x69,0x18,0xae,0xbc,0x41,0x9,0x46,0x91,0x85,0x4d,0xd5,0xa6,0xa4,0xef, + 0xf2,0xc5,0xc7,0xc8,0x7a,0x79,0xd,0x24,0xec,0x90,0x33,0xd0,0x9b,0xc3,0xaf,0xbc, + 0xfc,0xf0,0x11,0x46,0x1c,0x81,0x2c,0xfb,0x18,0x33,0x3,0xcd,0xd9,0x64,0xb,0x35, + 0x30,0x86,0x1,0x38,0x5b,0x4a,0x9,0x8e,0x3d,0xb6,0xe1,0x11,0xe9,0x65,0x4,0x24, + 0x41,0xf6,0x1,0x8d,0x35,0xb9,0xf4,0x35,0x42,0xd5,0x21,0x76,0x29,0xcf,0x33,0x33, + 0xf8,0x6,0xb6,0x42,0x4a,0x6a,0x33,0xec,0xc7,0x77,0x2e,0x89,0x46,0x35,0xf3,0x7e, + 0x71,0x29,0x94,0x5a,0x65,0xf8,0x7a,0xbc,0xfc,0x90,0x91,0x5c,0xc4,0xcc,0xfe,0xbd, + 0x66,0x72,0xad,0xed,0xe6,0x68,0x60,0xb0,0x1,0x60,0x29,0x92,0x28,0x1a,0xf1,0xa6, + 0x20,0xf6,0x9f,0x4b,0xaa,0x8c,0x40,0x29,0x88,0x49,0xcc,0xfc,0x1c,0x3,0x54,0x7, + 0x96,0xfd,0x25,0xc5,0x10,0xb8,0x5,0x49,0x7,0x8c,0x33,0xe8,0xd2,0x82,0x54,0x24, + 0x93,0xf1,0x56,0x81,0x2f,0x7e,0xd7,0x58,0xa0,0x9,0x6f,0x19,0xcd,0xb0,0xec,0xf1, + 0xf2,0xeb,0x81,0x3d,0xf3,0x0,0x0,0x5,0xd6,0x49,0x44,0x41,0x54,0xf3,0xd2,0x5f, + 0xc3,0xcc,0x3e,0x35,0x68,0xc1,0xed,0xe2,0xb5,0x6a,0x60,0x14,0x3,0x50,0x8c,0x0, + 0xf0,0x5f,0x32,0xef,0x22,0xe7,0x46,0x2e,0xe1,0x85,0xbc,0x9e,0x99,0x41,0x70,0xb1, + 0x50,0x4a,0x4a,0x31,0x4e,0x46,0xfe,0x22,0x89,0x45,0x51,0x65,0x2,0x44,0xc2,0xa0, + 0xbc,0xce,0xcc,0xa8,0x4c,0xb4,0x56,0x29,0x45,0x3f,0x6f,0x56,0xc0,0x48,0x97,0x1a, + 0x71,0x32,0xa4,0x59,0x43,0xb0,0xf2,0x54,0x33,0x5b,0xca,0xec,0x5b,0x58,0x82,0x39, + 0xf3,0x47,0xb7,0xfd,0xbc,0xfc,0xa0,0x1,0x3f,0x38,0xe2,0x5c,0x5b,0x57,0x6b,0xd0, + 0xc0,0x68,0x6,0xa0,0x18,0x1,0x42,0x7c,0xd4,0x9a,0x8b,0xbe,0xac,0x4b,0x77,0x2, + 0x25,0x79,0xe7,0xb5,0x50,0x85,0x4f,0xa8,0x17,0x5e,0x10,0xa,0x6e,0x2,0x6a,0xf9, + 0xc0,0xaa,0xc0,0x49,0x85,0xaf,0x0,0x56,0x5e,0x72,0xf2,0x8f,0x2e,0x1e,0xfd,0xa8, + 0xce,0xfa,0xa8,0xe3,0x5d,0x50,0xb2,0x2d,0x32,0x76,0x3d,0xbf,0xfc,0xed,0xe5,0xef, + 0x73,0x17,0x36,0xf0,0x9a,0x51,0xd,0xc0,0x58,0x46,0x40,0x12,0xdb,0x5f,0xaa,0xb, + 0xf,0xa1,0xce,0xea,0xa3,0x6e,0xc0,0x3a,0x18,0x84,0x57,0x9b,0x19,0x69,0xb2,0xa3, + 0x89,0x24,0x88,0x37,0xae,0x9d,0x1,0x42,0x50,0xa4,0xf1,0xe2,0x7b,0x75,0x12,0x46, + 0x1b,0xbb,0x74,0x4,0x7f,0x20,0x20,0xac,0xf,0xcc,0x3a,0x6e,0x5f,0xfe,0xb1,0x55, + 0xbc,0x7d,0xfd,0x8d,0x6e,0x0,0x86,0x18,0x81,0x52,0x88,0x82,0x62,0x9e,0x11,0xbe, + 0xba,0xa9,0xb5,0xcd,0x4e,0x6,0x12,0x8c,0xc1,0xb9,0xf8,0x99,0x78,0x3,0xb6,0x20, + 0x7c,0x24,0xd7,0x99,0x7a,0xd2,0x4e,0xff,0xa0,0x15,0x9,0x25,0x72,0xa4,0x22,0x9c, + 0xd8,0xb6,0xfd,0x6b,0xbe,0x21,0xeb,0x1e,0x7e,0x12,0x3,0x30,0xc0,0x8,0xc0,0xb, + 0x70,0xfe,0x1e,0x4a,0x21,0x8b,0x8e,0x2d,0x74,0x84,0x83,0xa0,0xa6,0x7b,0xea,0x9, + 0x3e,0xa9,0xe6,0x82,0x45,0x6d,0x33,0x52,0x91,0xc,0x49,0x32,0x25,0xc7,0x14,0x22, + 0x2f,0x67,0xee,0x51,0xf,0x81,0x39,0x70,0x2d,0xb0,0xe6,0x76,0xe6,0x1f,0xf3,0x8e, + 0x6c,0x61,0x5f,0x93,0x19,0x80,0x62,0x4,0x6a,0x1d,0x83,0x7d,0x54,0xf8,0xe6,0xf2, + 0x72,0xe1,0x54,0x24,0xaf,0x1d,0x16,0x9d,0x8,0xd9,0x65,0x64,0x2c,0xc,0xd2,0x39, + 0x86,0xec,0x2,0x4a,0x96,0x1d,0xd9,0x73,0x5e,0xc,0x3f,0x32,0x1f,0xda,0x70,0x4c, + 0x79,0x42,0x2e,0xb8,0xa,0x3d,0x17,0xa1,0x51,0x8,0x50,0x8f,0x89,0x5e,0xdc,0xa3, + 0x5d,0x73,0xf8,0xf5,0x50,0xda,0xb6,0x5c,0x32,0xa9,0x1,0xe8,0xb9,0x13,0x88,0xea, + 0x8e,0x3c,0xfa,0xbb,0x9b,0x19,0x91,0x87,0x43,0x52,0x28,0xb8,0x1,0x27,0x11,0x4a, + 0x1b,0x12,0x36,0x9c,0xf5,0xf9,0x5b,0x66,0x6,0x23,0x70,0x2f,0x91,0xc4,0xb6,0xff, + 0xdd,0xbd,0x2e,0x3e,0xfc,0x22,0x18,0x89,0x41,0xdc,0x51,0x44,0xf5,0xbf,0x67,0x3f, + 0x15,0x87,0x22,0x78,0x1,0x8c,0xc2,0x58,0x46,0x66,0xd6,0x7d,0x7b,0xf9,0x47,0xb8, + 0x71,0x9b,0xdc,0xc5,0xe4,0x6,0x60,0x22,0x23,0x0,0x51,0xe6,0xad,0xba,0xaa,0xe2, + 0x14,0xbe,0x3b,0x1c,0x6e,0xbc,0x1c,0x91,0x34,0xe5,0x65,0xf7,0x69,0x50,0x75,0xdc, + 0x1e,0xa5,0xcc,0xf7,0xce,0x3,0x88,0x2f,0x2f,0xfe,0x3b,0x9d,0x50,0xde,0x25,0xcb, + 0x99,0x9e,0xad,0xfd,0x18,0xd2,0x5e,0xfe,0x31,0xb4,0xb8,0xe1,0x7d,0xac,0xc4,0x0, + 0x14,0x23,0x40,0x51,0xc,0xc2,0x7a,0x51,0x9c,0xc0,0x22,0xd5,0xe1,0xc4,0x2,0xd5, + 0xf7,0xc0,0x9a,0x82,0x1d,0x25,0x77,0x0,0xc2,0x8f,0x3b,0x66,0x92,0xcd,0x33,0x55, + 0xde,0x93,0x87,0x9b,0x19,0x84,0xa2,0xbd,0x44,0x12,0xe0,0xa3,0x3b,0x55,0x5e,0x8c, + 0xc7,0x9e,0xa3,0xcd,0xcb,0xa3,0x40,0x9e,0xa2,0x63,0xe0,0xd1,0xf8,0x2c,0x48,0x90, + 0x1a,0x22,0xed,0xe5,0x1f,0xa2,0xbd,0x2d,0xba,0x76,0x65,0x6,0x60,0x84,0x9d,0xc0, + 0xf,0x1,0xca,0x98,0x19,0xa9,0xaa,0xbd,0xa4,0x64,0x10,0x5e,0xb7,0xc0,0x89,0x39, + 0x37,0x47,0xe0,0xcb,0x80,0x85,0x6e,0xdd,0x6b,0xc0,0x83,0x28,0x49,0x92,0x9f,0xae, + 0x14,0xb8,0x9e,0x97,0xfe,0x4f,0x33,0xd3,0xce,0xdb,0xb,0x61,0x8,0xf5,0x6,0x7a, + 0x89,0x24,0x7c,0x2f,0x14,0x11,0x89,0x64,0xf3,0xed,0x1d,0x83,0x97,0x9f,0xaa,0xc0, + 0x1f,0xea,0x35,0x78,0xbb,0x68,0xab,0x34,0xb0,0x52,0x3,0x30,0xc0,0x8,0x9c,0xc8, + 0xd7,0xdb,0xcc,0xc0,0xf5,0x8f,0x22,0x5,0x65,0x8,0xfa,0x8e,0xc4,0x97,0x2e,0xf9, + 0xa2,0x99,0xb1,0xbd,0xee,0x25,0x92,0xc8,0x3f,0xe8,0x32,0x34,0xec,0x6a,0x28,0xe, + 0xfa,0xc9,0xae,0x2d,0x7e,0xed,0xe0,0x92,0xa0,0xf6,0x62,0xc7,0x15,0x29,0xcc,0x32, + 0xeb,0xbe,0xbd,0xfc,0xb5,0x8a,0xde,0xf2,0xf6,0x2b,0x37,0x0,0xc5,0x8,0x44,0x8f, + 0x3,0xd0,0x4f,0x43,0x1c,0xfa,0xec,0x29,0xea,0x6,0x48,0xc2,0x69,0x46,0xf4,0xa0, + 0xeb,0x58,0x42,0x42,0xcd,0xa9,0xfb,0xbc,0x9c,0x92,0x0,0xfb,0x78,0xbc,0x79,0x3f, + 0xc8,0x5,0x37,0xce,0x35,0xc5,0x73,0x54,0xc8,0x3d,0x60,0xf8,0x89,0x40,0xa9,0xdb, + 0xb6,0x7f,0x8a,0x9b,0xb0,0xe1,0x7d,0xae,0xc5,0x0,0x4,0x8d,0x40,0x55,0x32,0x4b, + 0x5f,0x3d,0x67,0xd4,0x21,0x94,0x5d,0x5e,0xe5,0xa0,0xf3,0x99,0xd9,0x77,0x6b,0xc7, + 0x28,0x49,0x4c,0xde,0x91,0xe5,0xfd,0x39,0xa1,0x6,0x38,0xf0,0x64,0x22,0x9,0x38, + 0x35,0xbb,0x1,0x6a,0x23,0x2c,0x92,0xf6,0xf2,0x4f,0xa6,0xfd,0xcd,0xee,0x78,0x6d, + 0x6,0xa0,0x18,0x1,0x28,0xb9,0x89,0x67,0xcf,0x17,0xf,0x5,0x79,0xc7,0xf9,0x15, + 0x47,0xdf,0xe4,0x69,0xa6,0x39,0xfb,0xee,0x4f,0x2,0x85,0x44,0xa9,0x5c,0x54,0x1d, + 0xca,0x2b,0xdc,0x5,0xcf,0x77,0x1e,0x1,0x76,0x37,0x84,0x2c,0x27,0x15,0x49,0xe8, + 0x18,0x78,0xf5,0xde,0x9a,0xd,0x10,0x88,0xdc,0x7a,0x6c,0xe8,0xf3,0xa4,0x8b,0x69, + 0x9d,0x8f,0xa6,0x81,0xb5,0x1a,0x80,0x62,0x4,0x0,0xed,0x90,0x4e,0xc,0xe9,0x26, + 0xc0,0x9b,0x37,0x4c,0x51,0x7,0x6f,0x99,0xc6,0x32,0xa3,0x31,0xa4,0x21,0x5e,0x7d, + 0x82,0x5e,0xac,0x37,0x99,0xc3,0x20,0xc2,0x96,0x74,0xac,0x99,0x45,0x6b,0x29,0xc, + 0xbe,0xf1,0x92,0x2e,0x51,0x6a,0x21,0xe0,0x97,0xa0,0x22,0x10,0xb4,0xe4,0x70,0xfb, + 0x35,0xd9,0x87,0x1a,0x58,0xbb,0x1,0x58,0xb7,0xce,0x25,0x91,0x77,0xf0,0x4a,0x67, + 0x1e,0x2f,0x33,0xb3,0xda,0x50,0x1e,0x11,0x0,0xd2,0x65,0xa9,0x35,0xd0,0x25,0x47, + 0x99,0x19,0xb1,0xfe,0x26,0x4d,0x3,0x2b,0xd7,0x40,0x33,0x0,0xd2,0x65,0x32,0x94, + 0x16,0x60,0x51,0x97,0x9c,0x94,0xb3,0xe8,0x22,0xa1,0xbc,0xc3,0xfa,0x90,0x4,0x61, + 0xe7,0xd9,0x9d,0xbe,0xcf,0xb2,0x9,0x9c,0x4,0x2b,0x7f,0xf2,0xda,0x80,0x1b,0xa1, + 0x81,0x66,0x0,0xe,0x66,0xea,0x1,0x2b,0xee,0xd2,0xc5,0x4f,0xcd,0x6c,0xde,0x4f, + 0xe1,0xde,0xbc,0x42,0x19,0xee,0xd1,0x65,0xff,0x93,0x99,0xd5,0x2,0x93,0xdc,0xb1, + 0x5b,0x83,0xa6,0x81,0xa8,0x6,0xf6,0xbd,0x1,0x40,0x51,0x92,0xbe,0x97,0x9d,0x91, + 0x5e,0x28,0xee,0x6c,0x35,0x1c,0xfc,0xc5,0xf3,0xee,0xd1,0x65,0x7d,0x3c,0x3,0x9b, + 0x22,0xfc,0xfb,0xd1,0xfb,0xd9,0xda,0x35,0xd,0x54,0x69,0xa0,0x19,0x80,0x83,0x6, + 0x0,0x46,0x20,0x48,0x3a,0xba,0xe4,0xea,0x66,0xf6,0x91,0xa8,0x76,0x83,0x15,0x77, + 0x5f,0x94,0xeb,0xeb,0x1d,0x1b,0xed,0xb3,0xb5,0x6b,0x1a,0x18,0x5b,0x3,0xcd,0x0, + 0x1c,0x34,0x0,0xcf,0x2c,0xd9,0x83,0x5d,0xfa,0xa5,0xfc,0x59,0x4d,0x28,0x90,0xd4, + 0x64,0x98,0x8d,0xba,0xa4,0x95,0xd6,0x1a,0xfb,0x89,0x6e,0xfd,0x55,0x69,0xa0,0x19, + 0x80,0x83,0x6,0xe0,0xae,0x5,0x7b,0x50,0xa5,0xbc,0x11,0x1a,0x1f,0x6d,0x66,0x50, + 0x90,0x35,0x69,0x1a,0x58,0x8b,0x6,0x9a,0x1,0x38,0x68,0x0,0x38,0x87,0x7f,0x74, + 0xd,0x77,0xe0,0xdc,0x66,0x36,0xb8,0x92,0xcf,0x1a,0xe6,0xdd,0x86,0xdc,0x11,0xd, + 0x34,0x3,0x70,0xd0,0x0,0xe0,0x89,0x5f,0x35,0x3d,0x38,0x8c,0xc8,0x14,0xf7,0x6c, + 0xe5,0xb5,0x77,0xe4,0x65,0xda,0xc6,0x65,0x34,0x3,0x50,0xee,0x9a,0x24,0xc,0xc0, + 0x2a,0x43,0x72,0x9f,0xcb,0xf0,0xe2,0xcb,0x6e,0xe3,0x43,0xd3,0xe6,0xbc,0x3b,0x1a, + 0x68,0x6,0xe0,0x64,0x3,0xc0,0x11,0x60,0x95,0x21,0xb9,0x57,0x99,0xd9,0xed,0x76, + 0xe7,0x51,0x6a,0x2b,0xd9,0x46,0xd,0x34,0x3,0x70,0xb2,0x1,0x38,0xbe,0xf0,0xea, + 0xad,0xea,0x3e,0xde,0xc2,0xcc,0xde,0xb8,0xaa,0xc1,0xda,0x38,0x4d,0x3,0x8b,0x34, + 0xd0,0xc,0xc0,0xc9,0x6,0x80,0xa4,0xa4,0x2f,0xf5,0xa4,0xd9,0xae,0x7d,0xba,0xbe, + 0x9e,0x52,0xba,0xe4,0x2a,0xb2,0x1d,0x6b,0x27,0xd6,0xda,0xef,0x2f,0xd,0x34,0x3, + 0x30,0x77,0xbf,0x33,0x20,0xe8,0xa,0x64,0x23,0x66,0x2e,0xbe,0x73,0x4f,0xf8,0x18, + 0x7c,0x8d,0xec,0xc7,0x55,0x66,0x3c,0x4e,0xb8,0x96,0xd6,0xf5,0x96,0x6b,0xa0,0x19, + 0x80,0x3d,0x37,0x50,0xd2,0x2f,0x17,0x7e,0x80,0xdf,0xac,0x28,0x9c,0x11,0x79,0xc, + 0xe0,0x36,0xf8,0x72,0x61,0xf7,0xed,0xcd,0xf7,0x17,0x19,0xa8,0xb5,0x69,0x1a,0x88, + 0x6a,0xa0,0x19,0x80,0xa8,0xa6,0x5a,0xbb,0xa6,0x81,0x1d,0xd4,0xc0,0xff,0x7,0xc1, + 0xaf,0x65,0x4b,0x1b,0x8d,0x86,0x19,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, // E:/Projects/QT/GUIProj/RRJClient/RRJClient/resource/Icons/monitor-display.png 0x0,0x0,0x5,0xcb, 0x89, @@ -67665,6 +68834,698 @@ static const unsigned char qt_resource_data[] = { 0x9,0x40,0xf7,0x89,0xa1,0xb5,0x6b,0xd7,0xce,0x9c,0x0,0x16,0xb7,0xee,0xb5,0xde, 0xbd,0xe6,0x4b,0x29,0xe5,0x1f,0x7b,0x3e,0xd1,0x7f,0x3,0xac,0xd8,0xdd,0x0,0x0, 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // E:/Projects/QT/GUIProj/RRJClient/RRJClient/resource/Icons/setting.png + 0x0,0x0,0x2b,0xe, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x8,0x6,0x0,0x0,0x0,0x5c,0x72,0xa8,0x66, + 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x7,0x62,0x0,0x0,0x7,0x62, + 0x1,0x38,0x7a,0x99,0xdb,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66, + 0x74,0x77,0x61,0x72,0x65,0x0,0x77,0x77,0x77,0x2e,0x69,0x6e,0x6b,0x73,0x63,0x61, + 0x70,0x65,0x2e,0x6f,0x72,0x67,0x9b,0xee,0x3c,0x1a,0x0,0x0,0x20,0x0,0x49,0x44, + 0x41,0x54,0x78,0x9c,0xed,0x9d,0x77,0xbc,0x1c,0x55,0xf5,0xc0,0xbf,0xef,0xa5,0xf7, + 0x80,0x10,0x12,0x8a,0x20,0x35,0x45,0x3a,0x84,0xe,0x89,0x74,0x1,0xe9,0x45,0x9a, + 0xa8,0x14,0xa5,0x28,0x52,0x44,0x8a,0xd2,0x2c,0x80,0x80,0x3f,0x51,0x94,0x26,0xbd, + 0x68,0x40,0x30,0x74,0xa4,0x5,0x8,0x8a,0x10,0xe9,0x90,0x0,0x21,0x84,0x16,0x48, + 0x80,0x14,0xd2,0x93,0xf7,0xde,0xfe,0xfe,0x38,0x6f,0xcd,0x66,0xf3,0x76,0xee,0xb9, + 0x33,0x77,0x66,0x77,0x76,0xcf,0xf7,0xf3,0x39,0x9f,0x28,0x6f,0xe6,0xdc,0x33,0xb3, + 0x73,0xef,0xdc,0xb9,0xf7,0x14,0x30,0xc,0xa3,0x61,0x69,0xaa,0xb6,0x1,0x86,0xe1, + 0xc9,0x6,0xc0,0x76,0xc0,0xca,0xc0,0x4,0xe0,0xef,0xc0,0xbc,0xaa,0x5a,0x64,0x18, + 0x46,0xaa,0xac,0x4,0xfc,0x4,0x78,0x19,0x28,0x94,0xc9,0x87,0xc0,0xd6,0x19,0xdb, + 0xd3,0x5,0x58,0x1f,0x19,0x88,0x7a,0x65,0xdc,0xb6,0x61,0x34,0x4,0xdd,0x81,0x83, + 0x80,0xfb,0x81,0xc5,0x2c,0xdb,0xf1,0x4b,0x65,0x1a,0xb0,0x6a,0x46,0x76,0x1d,0x8, + 0x4c,0x2e,0x69,0x7b,0x21,0x30,0xa,0xd8,0x3c,0xa3,0xf6,0xd,0xa3,0xae,0xd9,0x1a, + 0xb8,0xa,0x98,0x41,0x74,0xa7,0x2f,0x97,0x3b,0x32,0xb0,0xed,0x40,0xa0,0x25,0xc2, + 0x86,0x27,0x80,0xdd,0xb1,0x4f,0x6b,0xc3,0xf0,0x62,0x55,0xe0,0xc,0xe0,0x2d,0xfc, + 0x3a,0x7d,0xa9,0xb4,0x1,0xdb,0xa6,0x68,0xe3,0x2a,0xe8,0x7,0xa5,0x57,0x81,0x63, + 0x81,0x6e,0x29,0xda,0x63,0x18,0xb9,0xa6,0x7,0xf2,0x46,0x7d,0x14,0xe9,0xbc,0x71, + 0x3b,0x7e,0xa9,0x3c,0x47,0x3a,0x6f,0xdf,0x26,0xe0,0xa1,0x18,0xf6,0x7c,0x2,0x9c, + 0x7,0xf4,0x4f,0xc1,0x26,0xc3,0xc8,0x25,0xab,0x3,0x37,0x2,0x73,0x9,0xd3,0xe9, + 0xcb,0xe5,0x90,0x14,0x6c,0x3e,0x2e,0xa1,0x4d,0xd3,0x81,0x5f,0x21,0x8b,0x99,0x86, + 0xd1,0xb0,0x8c,0x44,0xb6,0xec,0xd2,0xe8,0xf8,0x45,0x79,0xf,0x59,0x40,0xc,0xc5, + 0x1a,0xc0,0x97,0x81,0x6c,0x9b,0xf,0x5c,0xd,0xac,0x1b,0xd0,0x3e,0xc3,0xc8,0x5, + 0xbd,0x80,0xcf,0x48,0xb7,0xf3,0x17,0xe5,0x67,0x81,0x6c,0x6e,0x2,0x1e,0x4f,0xc1, + 0xbe,0x56,0xc4,0x7f,0x61,0xcb,0x40,0x76,0x1a,0x46,0xcd,0xf3,0x6d,0xb2,0xe9,0xfc, + 0x5,0x60,0x16,0x61,0xa6,0xdb,0xc7,0x67,0x60,0xeb,0x8d,0x40,0x9f,0x0,0xb6,0x1a, + 0x46,0x4d,0x73,0x3a,0xc9,0x3a,0xca,0x1c,0xe0,0x16,0xe0,0x2e,0xe5,0xf1,0x57,0x27, + 0xb4,0x77,0x4d,0x60,0x76,0x42,0x9b,0xb5,0x72,0x67,0x42,0x5b,0xd,0xa3,0xe6,0xf9, + 0x21,0xf1,0xa6,0xca,0x4f,0x2,0x47,0xb1,0xe4,0x2d,0xb9,0x2,0xba,0xed,0xb8,0x16, + 0xc4,0x5b,0x2f,0xe,0xcd,0xc0,0x18,0xa5,0x8d,0xd3,0x81,0x45,0x31,0xae,0xad,0x5c, + 0xb6,0x88,0x69,0xab,0x61,0xe4,0x82,0xad,0xd1,0x77,0x86,0xb7,0x80,0x73,0x90,0x1d, + 0x83,0x8e,0x38,0x55,0xa9,0xe7,0x91,0x98,0xb6,0xfe,0x48,0xa9,0xbf,0x15,0x18,0x1, + 0xac,0x6,0x5c,0x4e,0xb2,0xc5,0xc2,0xd3,0x63,0xda,0x9a,0x8,0xf3,0x58,0x32,0xb2, + 0xa2,0x17,0xf2,0x6d,0xde,0xc9,0x71,0xdc,0x48,0xe4,0xed,0x1b,0x45,0x57,0xe0,0x4d, + 0x60,0x2d,0x45,0xbb,0x47,0x3,0x13,0x81,0x9e,0x40,0xef,0x92,0xff,0x3e,0x1f,0x99, + 0x49,0x4c,0x6f,0x97,0xa9,0xed,0xff,0x7d,0x6d,0xe0,0x95,0xf6,0xe3,0x5d,0xfc,0x11, + 0x38,0xa9,0xe4,0xff,0x2f,0x7,0xfc,0x0,0x19,0x40,0x6,0x2a,0xce,0x2f,0xe5,0x14, + 0xe0,0x77,0x9e,0xe7,0x18,0x46,0xae,0x78,0x3,0xf7,0x9b,0x70,0x13,0xa5,0xae,0xfd, + 0x14,0xba,0x7c,0x64,0x5e,0xbb,0x7d,0x93,0x95,0xc7,0x4f,0xa4,0x72,0x20,0x50,0x77, + 0xc4,0x13,0xd0,0xc7,0xb3,0x71,0xf,0xe5,0x75,0x1b,0x46,0x6e,0xb9,0x5,0x77,0x47, + 0x38,0xc6,0x43,0xdf,0x53,0xa,0x7d,0x69,0x48,0x2b,0x12,0x9,0xe8,0xa2,0x19,0x79, + 0xb3,0xbb,0xf4,0x2d,0x64,0xe9,0xd9,0x49,0x66,0x34,0x57,0xa3,0x51,0xa3,0x61,0x79, + 0x51,0x71,0xcc,0xc6,0x1e,0xfa,0x4e,0x46,0xdc,0x88,0xb3,0xe6,0xf7,0xc0,0x33,0x8a, + 0xe3,0xda,0x90,0xd0,0x61,0x17,0x63,0x91,0x5d,0xe,0xc3,0xa8,0x6b,0x76,0xc0,0xfd, + 0x36,0xfc,0x8f,0xa7,0xce,0x9b,0x14,0x3a,0x43,0xca,0xbb,0xf8,0xe5,0x0,0x78,0x42, + 0xa1,0xf3,0xa7,0x9e,0xd7,0x6c,0x18,0xb9,0xa4,0x2f,0x32,0x7d,0x8e,0xea,0xc,0xf3, + 0xd1,0xbd,0x35,0x8b,0xac,0x82,0xbc,0x3d,0x6b,0x69,0xea,0x5f,0xa4,0x17,0xb0,0x40, + 0xa1,0x77,0x3,0xf,0x9d,0x86,0x91,0x6b,0x34,0xb,0x63,0xbe,0x1d,0xe2,0x3c,0x85, + 0xce,0x10,0x72,0x89,0xa7,0x5d,0x7b,0x29,0x74,0x7e,0x82,0xed,0xc6,0x19,0xd,0xc4, + 0x1d,0xb8,0x3b,0xc5,0x51,0x9e,0x3a,0x7b,0x1,0x1f,0x28,0xf4,0x26,0x91,0xf1,0x48, + 0x8,0xb3,0xf,0x7f,0x54,0xe8,0xbd,0xd1,0x53,0x67,0x50,0x6c,0x11,0xd0,0xc8,0x1a, + 0xcd,0x42,0xa0,0x76,0x2b,0xb0,0xc8,0x5c,0xe0,0x60,0xd2,0x5b,0x48,0x5b,0x88,0xc, + 0x4a,0xf3,0x3d,0xcf,0xdb,0x55,0x71,0x4c,0x5c,0x67,0xa5,0x20,0x74,0xae,0x66,0xe3, + 0x46,0x43,0x92,0xc6,0x0,0x0,0xf0,0x6f,0x64,0x7,0xe1,0x1c,0x60,0x1b,0x64,0x2f, + 0x7e,0x26,0xe2,0xe0,0xf3,0x29,0x32,0x48,0xcc,0x47,0xbe,0xc9,0x41,0xd6,0x23,0x56, + 0x42,0x5c,0x8b,0x57,0x40,0x7c,0xff,0x3b,0xa,0x23,0x9e,0x89,0x74,0x7e,0xdf,0xc5, + 0xc9,0xb5,0x10,0xa7,0xa2,0x28,0xda,0x90,0x84,0x28,0x55,0xc3,0x6,0x0,0x23,0x6b, + 0x5e,0x52,0x1c,0xb3,0x11,0xe2,0x31,0xd8,0xea,0xa9,0x7b,0x22,0xfe,0x9f,0xf,0x45, + 0x3a,0x21,0x83,0xc0,0xfa,0xc0,0x60,0x64,0x80,0x78,0xf,0xb8,0x1b,0x9,0x63,0xf6, + 0x45,0xf3,0xf6,0x1f,0x7,0x7c,0x1e,0x43,0xb7,0x61,0xe4,0x92,0xde,0xe8,0xd6,0x0, + 0xa,0xc0,0xd0,0x2a,0xd9,0x18,0x8a,0xd1,0xb8,0xaf,0xf1,0xfc,0xaa,0x59,0x67,0x18, + 0x19,0x33,0x18,0xf1,0xdf,0xd7,0x2e,0xba,0xe5,0xd9,0x35,0xb6,0x2b,0xba,0xc0,0xa0, + 0x6d,0xaa,0x65,0x60,0x11,0xfb,0x4,0x30,0xb2,0x60,0x7b,0xe0,0x1f,0x48,0xb0,0x8c, + 0x16,0xdf,0xe9,0x7f,0x2d,0xb1,0x35,0xee,0x24,0x1f,0x5,0xe0,0xa3,0xc,0x6c,0x31, + 0x8c,0xaa,0x72,0x30,0x3a,0x67,0x98,0x52,0x99,0x4f,0xbe,0x33,0xe9,0xfe,0x4,0xdd, + 0x75,0x4e,0x46,0x66,0x46,0x55,0xc3,0x66,0x0,0x46,0x39,0xdd,0x80,0x9d,0x81,0xcd, + 0x90,0x30,0xd9,0x97,0x90,0x15,0xf6,0x96,0x18,0xba,0xbe,0xb,0x5c,0x8b,0x3b,0x4, + 0xb8,0x9c,0x5f,0x22,0xab,0xef,0x79,0x45,0xeb,0x2f,0xb0,0x3a,0x12,0x53,0xb0,0x1b, + 0xf0,0xdf,0xf4,0xcc,0xa9,0x8c,0xd,0x0,0x46,0x29,0x83,0x91,0xf4,0x54,0x5f,0x2f, + 0xfb,0xef,0x5f,0x22,0xc9,0x31,0x1f,0x69,0x97,0xc9,0xa,0x5d,0xc7,0x20,0x15,0x7e, + 0x7c,0x7c,0x4d,0xda,0x80,0xb,0x80,0x5f,0x7b,0x9c,0xd3,0x11,0x3,0x91,0x45,0xc4, + 0x35,0xdb,0x65,0x0,0xb2,0xaa,0xdf,0x1b,0x71,0x33,0x5e,0x88,0x84,0xff,0x7e,0x89, + 0x38,0x10,0xbd,0xf,0xbc,0x83,0xd4,0x1e,0xc,0x51,0x68,0xf4,0x5,0x8f,0x63,0x57, + 0x0,0xfe,0x9,0xec,0xd8,0xde,0xbe,0x61,0x54,0x85,0x1e,0x88,0xb7,0x9b,0x66,0xea, + 0x3a,0x1,0x89,0x88,0xdb,0x9d,0x8e,0x13,0x67,0x1c,0x82,0xdb,0xe7,0xbf,0x5c,0x3e, + 0x44,0x92,0x81,0xc4,0x61,0x10,0x92,0xbb,0xff,0x56,0x60,0x92,0x67,0xbb,0xa5,0xd2, + 0x2,0xbc,0xe,0xfc,0x9,0xd8,0x9b,0xf8,0xc9,0x3a,0x9b,0x90,0x59,0x93,0x4f,0xdb, + 0x9f,0xb1,0xec,0xc0,0x6b,0x18,0x99,0xf1,0x53,0xe2,0x75,0x9a,0xf9,0x88,0x33,0xcb, + 0x69,0xc8,0x1e,0xfa,0xce,0xc8,0x1b,0xd6,0x47,0xc7,0x9d,0xf8,0x2d,0x10,0xd2,0x7e, + 0xfc,0xc9,0x48,0x28,0xad,0xef,0x60,0xa3,0x95,0x5,0x88,0x1f,0xc0,0xbe,0xf8,0x97, + 0xf9,0x1a,0x0,0xbc,0xe6,0xd9,0xde,0x7,0x48,0xd9,0x73,0xc3,0xc8,0x94,0x6e,0xc0, + 0xc7,0xa4,0xd3,0x89,0xa2,0xa4,0xd,0xf1,0xdc,0xf3,0x9,0x86,0x59,0xf,0x99,0x7d, + 0x64,0x15,0x1,0x58,0x94,0x69,0xc0,0x45,0xc8,0x6c,0x43,0x4b,0x5f,0xe0,0x1,0xcf, + 0x76,0x5e,0x22,0xde,0xcc,0xa3,0xb,0x30,0xc,0xd8,0x14,0x1b,0x44,0xc,0x4f,0xbe, + 0x47,0xf6,0x9d,0x7f,0x3e,0xb2,0x43,0xa0,0x65,0x8,0x70,0x6f,0x15,0xec,0x2c,0x97, + 0xb9,0xc8,0x40,0xa0,0xdd,0xa5,0xe8,0x4,0x5c,0xe6,0xd9,0xc6,0x5d,0x44,0xf,0x8a, + 0x5d,0x91,0x8e,0x7e,0x2c,0xb2,0xce,0xf2,0x3c,0x72,0x3f,0x8b,0xe7,0xb7,0x2,0xf, + 0x62,0xa5,0xc8,0xc,0x5,0xcd,0xf8,0x39,0xe8,0x84,0x90,0x2f,0xd1,0x57,0xf2,0x1d, + 0x0,0xfc,0x19,0x58,0x9c,0xb1,0x8d,0x2e,0xf9,0x2,0x49,0xfe,0xa9,0x5d,0xe4,0x3c, + 0xcd,0x53,0x7f,0x31,0x4b,0x70,0xf,0xa4,0x82,0xd0,0xf1,0xc0,0x75,0x48,0x2c,0x85, + 0x36,0xd,0xb9,0x6f,0xf2,0x12,0xa3,0x1,0xf9,0x16,0xd9,0x76,0x9c,0xd9,0xe8,0x3d, + 0xe0,0xf6,0x27,0xbb,0x72,0x62,0x71,0xe5,0x45,0xf4,0x69,0xcc,0x34,0xf9,0x1,0x8b, + 0xb2,0x18,0x59,0x43,0x48,0x3a,0xf0,0x9d,0xa7,0xb4,0xcd,0x68,0x50,0xc6,0x92,0x6d, + 0xe7,0xd7,0x64,0xd4,0xe9,0x8b,0x54,0xf6,0xa9,0x76,0xe7,0xd6,0xca,0x2,0xe0,0xc7, + 0x8a,0xeb,0x2,0xbf,0x41,0x20,0x84,0x4c,0xc1,0xdf,0xf,0xc3,0x68,0x10,0xb6,0x20, + 0xbb,0x7,0xb1,0x15,0xd9,0x5a,0x73,0xb1,0xe,0xf0,0x76,0x86,0x76,0x85,0x94,0xbf, + 0xa2,0x9b,0x72,0xff,0x5f,0xc6,0x76,0xed,0x56,0xc9,0x10,0x4b,0x45,0xd4,0xd8,0xdc, + 0x3,0xec,0xe3,0x38,0x66,0x21,0xb2,0x58,0x37,0x1c,0x9,0x71,0xdd,0x98,0x78,0x89, + 0x64,0xce,0xc0,0x9d,0x52,0x6b,0x7b,0x64,0xdb,0xed,0x2b,0x31,0xf4,0x97,0x32,0xf, + 0x9,0xb5,0x7d,0x1e,0xf9,0xe,0x9e,0x84,0x7c,0xb3,0xcf,0x46,0xf6,0xfa,0xbb,0x20, + 0xb3,0x8c,0x41,0x48,0xf9,0xef,0xaf,0x23,0x39,0x8,0x36,0x24,0xb9,0x73,0xdc,0x38, + 0x60,0x4f,0x96,0x14,0x1a,0xe9,0x88,0x4e,0x48,0x6c,0xc4,0x9e,0x9,0xdb,0xd2,0x72, + 0x7,0x70,0x68,0x46,0x6d,0x19,0x39,0x61,0x30,0xba,0xfd,0xf3,0xeb,0xca,0xce,0x1b, + 0x0,0x1c,0x8e,0xe4,0xf8,0x9f,0xaa,0x38,0xbf,0x80,0x2e,0xed,0xd5,0xfe,0xf8,0xfb, + 0xf,0x94,0xca,0x87,0xc8,0xf6,0xe0,0xe,0xf8,0x25,0x15,0x2d,0xa5,0x7f,0xbb,0x1d, + 0xb7,0x21,0xab,0xfd,0x71,0x6d,0x99,0x84,0xbb,0x6a,0x51,0x1f,0xc4,0xe9,0x28,0x8b, + 0x19,0xc0,0x3c,0xa0,0x5f,0xbc,0x5b,0x62,0xd4,0x2b,0xd7,0xe2,0x7e,0x70,0x5a,0x89, + 0xe,0x56,0x69,0x42,0xde,0x9c,0x67,0x22,0xe5,0xbc,0xca,0x57,0xa7,0xdb,0x90,0x6f, + 0x79,0xd7,0x37,0xe8,0x5e,0x1d,0x9c,0xab,0x95,0x27,0x10,0x47,0x9d,0xd0,0xdf,0xb9, + 0x7d,0x90,0x95,0xf7,0xb8,0x9f,0x23,0xef,0x23,0xb3,0x8b,0x28,0x36,0x60,0xe9,0xed, + 0xbb,0x34,0xe5,0xe8,0xb8,0x37,0xc2,0xa8,0x3f,0x6,0xa1,0x8b,0xd0,0xfb,0x87,0xa7, + 0xde,0x3e,0xc8,0xae,0xc2,0xe9,0xc8,0x16,0x99,0xc6,0xb5,0x75,0x57,0xa5,0x2d,0xe5, + 0xf2,0xc,0xd9,0x54,0xd4,0x6d,0x46,0x66,0x3c,0x93,0x63,0xd8,0x38,0x9,0xb7,0x53, + 0xce,0xc9,0x31,0xf4,0xc6,0x91,0xa7,0xe3,0xdf,0x2,0xa3,0xde,0xf8,0xd,0xba,0x87, + 0x26,0xed,0x84,0x15,0xc3,0x90,0xef,0x72,0x9f,0x7,0xf9,0x13,0xa4,0x2e,0x60,0xd6, + 0x74,0x7,0x2e,0xc4,0x7f,0xa6,0xf2,0x2,0xd1,0x85,0x46,0x9b,0x80,0xfb,0x3d,0x75, + 0xb6,0x20,0x75,0xc,0x6f,0x41,0x42,0x8f,0xcf,0x56,0x9c,0xd3,0x86,0x4,0x46,0x19, + 0xd,0x4e,0x5f,0xa4,0x2a,0xae,0xeb,0x81,0x19,0x9b,0xb2,0x1d,0xfd,0xf1,0x9f,0x5e, + 0xdf,0x85,0x44,0xcf,0x55,0x93,0x8d,0x90,0x60,0x28,0x5f,0xbb,0xa3,0x16,0xdc,0xfb, + 0x20,0xf1,0x14,0x1d,0x9d,0xbb,0x18,0xa9,0x56,0x7c,0x3d,0x70,0x22,0x92,0x6c,0xa4, + 0x7c,0xa7,0xa1,0x1b,0x92,0x5b,0xd0,0x65,0xc7,0xb9,0x71,0x2f,0xda,0xa8,0x1f,0x4e, + 0x45,0xf7,0xd0,0x6a,0xb6,0xec,0xe2,0xd2,0x4,0xdc,0xa7,0xb4,0xa3,0x80,0xac,0x45, + 0x9c,0x92,0xa2,0x3d,0xbe,0xf4,0x41,0x3a,0xb5,0xcf,0x20,0x70,0x52,0x87,0x9a,0x96, + 0xd0,0x4,0xec,0x82,0x84,0x42,0x5f,0x84,0x94,0x19,0x1f,0x4e,0xc7,0x99,0x8a,0x3b, + 0xe2,0x4a,0x85,0xd,0xef,0x62,0x3b,0x7f,0xd,0x4d,0x57,0x64,0xb5,0xdc,0xf5,0xa0, + 0x8c,0x27,0xdd,0x9a,0x11,0xc7,0x28,0x6c,0x28,0xca,0x5c,0xdc,0x5b,0x95,0xd5,0xa0, + 0x19,0x3f,0x1f,0xff,0xf9,0xa4,0x5b,0x2,0x4c,0xeb,0xd3,0xe1,0x53,0xda,0xcc,0xa8, + 0x33,0x76,0x42,0xf7,0x90,0xbc,0x84,0x7b,0x1b,0x2b,0x2e,0x83,0xd0,0x7d,0x82,0x14, + 0x90,0x6d,0xc1,0xdd,0x53,0xb2,0x23,0x14,0x17,0xa0,0x1f,0x4,0xc6,0x91,0xae,0x57, + 0x9e,0x26,0x9f,0xc3,0xb5,0x29,0xb6,0x6f,0xd4,0x38,0x67,0xa1,0x7f,0x58,0xe7,0x0, + 0x27,0x10,0x7e,0xca,0xf8,0xf,0x65,0xfb,0x8b,0xc8,0x4f,0x66,0xe0,0xdf,0x12,0xee, + 0x53,0x20,0x9,0x67,0x2a,0xda,0x9f,0x89,0x7f,0x89,0x33,0xa3,0x4e,0x38,0x1,0xfd, + 0x83,0x5a,0x94,0xb1,0x88,0x7b,0x6e,0x8,0x46,0x78,0xb4,0x7b,0x62,0xa0,0x36,0xb3, + 0xa0,0x19,0xf8,0x3b,0xba,0xeb,0x9a,0x49,0x7a,0xb,0x99,0xab,0x20,0x3b,0x4,0x2e, + 0x1b,0xe,0x49,0xa9,0x7d,0xa3,0xc6,0x59,0xb,0xdd,0x3,0x52,0x2e,0x73,0x11,0x57, + 0xde,0xa4,0xeb,0x2,0xda,0xc0,0xa3,0x1b,0x13,0xb6,0x53,0xd,0x7a,0xa1,0x4f,0xa9, + 0x76,0x71,0x8a,0x76,0x3c,0xa6,0x68,0xff,0xc1,0x14,0xdb,0x37,0x6a,0x9c,0xcb,0xf1, + 0x1f,0x0,0x8a,0xf2,0x28,0xf0,0xd5,0x98,0xed,0xee,0xae,0x6c,0x63,0x12,0xf9,0x8d, + 0x61,0xdf,0x18,0x9d,0x53,0xd3,0x1c,0xd2,0x49,0xd6,0xd1,0x4,0xfc,0x4e,0xd1,0x7e, + 0xb,0x7e,0x99,0x8d,0x8c,0x3a,0xa2,0x9,0x49,0xbb,0x1d,0x67,0x26,0x50,0x0,0x66, + 0x21,0x6e,0xa5,0xbe,0x6b,0x3,0x4f,0x2a,0x74,0xb7,0x21,0x39,0x5,0xf3,0x8c,0x76, + 0x51,0xf0,0x82,0xc0,0xed,0x6e,0x1,0x3c,0xab,0x6c,0xbb,0x0,0x1c,0x11,0xb8,0x7d, + 0x23,0x67,0x6c,0xd,0xbc,0x45,0xfc,0xd9,0xc0,0x43,0xc8,0x37,0xa7,0x86,0xc1,0x48, + 0xe7,0x76,0xe9,0xbc,0x3d,0xf9,0x65,0x55,0x9d,0x1e,0xc8,0x7e,0xbb,0xeb,0x5a,0xa7, + 0x10,0x3f,0x68,0xa9,0x94,0xaf,0x22,0xf7,0x4d,0x73,0x7f,0xd3,0x1c,0x80,0x8c,0x1c, + 0xd2,0x3,0xf9,0x24,0x88,0x9b,0x55,0xf7,0x63,0x24,0x57,0x9f,0xb,0xcd,0xb4,0x74, + 0x31,0xe1,0x16,0x1b,0xab,0xcd,0x11,0xe8,0xee,0xdf,0x41,0x9,0xda,0xe8,0x3,0xfc, + 0xa,0x89,0xf4,0x8b,0xf3,0xdb,0x59,0x70,0x90,0xf1,0x3f,0xb6,0x45,0xa,0x63,0xc4, + 0x79,0x90,0x9e,0x23,0xfa,0x73,0xa0,0x33,0x3a,0x37,0xd5,0xf2,0xb0,0xe3,0x3c,0xd3, + 0x9,0x9d,0xbb,0xf0,0x9d,0x31,0x75,0x1f,0x8d,0xc4,0x44,0xc4,0x9d,0xbd,0xcd,0xc6, + 0xd6,0x0,0x8c,0x32,0x7a,0x2,0x57,0xe0,0x3f,0x95,0x2c,0x10,0x5d,0xca,0x7b,0x7, + 0xa5,0xe,0x6d,0x5e,0xbd,0xbc,0xa0,0xd9,0x72,0x9d,0x8d,0xde,0xd5,0x17,0xc4,0x91, + 0xeb,0x15,0x85,0xde,0x28,0x69,0x41,0x4a,0xb6,0x19,0x46,0x87,0x8c,0xc0,0xbf,0xba, + 0x4e,0x54,0x66,0x9b,0x4b,0x14,0xe7,0x3f,0x1b,0xfe,0x32,0xaa,0x4e,0x5f,0x74,0x91, + 0x8e,0x1a,0x67,0xa7,0x15,0x81,0xd1,0xa,0x5d,0x2e,0x99,0x48,0xfe,0x17,0x59,0x8d, + 0xc,0xe8,0x8d,0x94,0xc7,0xd2,0xce,0x6,0xb6,0x8e,0xd0,0xf5,0x86,0xe2,0xfc,0x63, + 0xd2,0xb8,0x88,0x1a,0x60,0x14,0xee,0x6b,0xbf,0xd2,0xa1,0xa3,0x1f,0xba,0x45,0xc5, + 0x28,0x99,0x81,0xa4,0x25,0xef,0x1a,0xec,0xca,0x8c,0x86,0x60,0x27,0x74,0x83,0x40, + 0xa5,0x1c,0x7e,0xfd,0x15,0xe7,0xb7,0xa1,0xdf,0x4d,0xc8,0x1b,0x87,0xe1,0xbe,0x77, + 0xcf,0x3b,0x74,0x68,0x66,0x50,0x95,0x64,0x31,0x32,0xc0,0x54,0x3b,0x84,0xda,0xc8, + 0x29,0x3,0x70,0x3f,0x64,0x53,0x22,0xce,0x1f,0xa9,0x38,0xbf,0x2a,0x65,0xb1,0x33, + 0xa2,0x3f,0xee,0x1d,0x96,0x5,0x44,0xbf,0x99,0xe3,0x6e,0xd5,0x3e,0x80,0x62,0x87, + 0x26,0xcd,0x90,0x4f,0x23,0xff,0xac,0xa1,0x38,0xe6,0x8d,0x88,0xbf,0x6d,0xaa,0x38, + 0xff,0x19,0x9d,0x29,0xb9,0x64,0x26,0xb2,0x1b,0x10,0x45,0x37,0xa4,0xa8,0x6a,0x25, + 0xfa,0x7a,0xb6,0xf9,0x3a,0x92,0x66,0x6d,0xf,0xc4,0x35,0x39,0x12,0x1b,0x0,0x8c, + 0x28,0x56,0x57,0x1c,0x33,0x31,0xe2,0x6f,0x51,0xbb,0x3,0x45,0x5e,0x56,0xda,0x92, + 0x57,0xc6,0x29,0x8e,0x59,0x2f,0xe2,0x6f,0xb3,0x95,0xed,0x4c,0x43,0x92,0x88,0x6c, + 0x4,0xfc,0x53,0x79,0x8e,0xd,0x0,0x46,0x24,0x9a,0xfc,0xfc,0xd3,0x22,0xfe,0xa6, + 0xd9,0x6b,0xae,0xf7,0x1,0xe0,0x55,0xc5,0x31,0x51,0x89,0x43,0xa3,0xee,0x6f,0x91, + 0x3f,0x22,0x4e,0x54,0x57,0x23,0x9f,0x1c,0x6a,0x6c,0x0,0x30,0xa2,0x58,0x5e,0x71, + 0x4c,0xd2,0x1,0xe0,0x43,0xa5,0x2d,0x79,0x25,0x6a,0x8d,0xa4,0x48,0xd4,0x7d,0x8a, + 0x2a,0x30,0x52,0xe4,0x36,0xa4,0xe0,0xaa,0x37,0x36,0x0,0x18,0x51,0x68,0x8a,0x49, + 0x7c,0x1e,0xf1,0x37,0x57,0xc4,0xdb,0x22,0x60,0xba,0xde,0x9c,0x5c,0x92,0x74,0x0, + 0xf8,0x4c,0x71,0x7e,0x6f,0xa5,0x2d,0xcb,0x60,0x3,0x80,0x11,0x85,0x26,0x58,0x65, + 0x41,0xc4,0xdf,0xa2,0xd2,0x61,0xc3,0x92,0xd4,0x60,0xf5,0xcc,0x4c,0xc5,0x31,0x51, + 0xbb,0x0,0x8b,0x15,0xe7,0xc7,0xe,0x9f,0xb6,0x1,0xc0,0x88,0x22,0x69,0x9d,0x3c, + 0x17,0xf5,0xde,0xf9,0xa1,0xc6,0xaf,0xd1,0x6,0x0,0x23,0xa,0x4d,0xcc,0x7f,0xd4, + 0x33,0xe4,0x7a,0xf8,0x1b,0x21,0x45,0x75,0x9b,0xe2,0x98,0xa8,0x7b,0xa8,0x39,0x5f, + 0x73,0x8c,0x77,0xc3,0x86,0x31,0x4f,0x71,0x4c,0x92,0x87,0x37,0xaf,0x99,0x7f,0x7c, + 0xd0,0xec,0xe3,0x2f,0x8a,0xf8,0x9b,0x66,0x16,0xe6,0xb5,0xf2,0x5f,0x8a,0xd,0x0, + 0x46,0x14,0x73,0x15,0xc7,0x44,0x6d,0x15,0xba,0x56,0xb0,0x7b,0xe3,0xef,0xe8,0x92, + 0x37,0x5c,0xb5,0x1,0x1,0x3e,0x8d,0xf8,0xdb,0x8a,0x8a,0xf3,0x67,0x29,0x6d,0x59, + 0x6,0x1b,0x0,0x8c,0x4a,0x74,0x1,0xbe,0xa6,0x38,0x2e,0x6a,0xa5,0x5f,0xb3,0x2, + 0xae,0xe9,0x20,0x79,0x26,0xe9,0x0,0xa0,0xf1,0xe3,0x9f,0xa1,0xb4,0x65,0x19,0x6c, + 0x0,0x30,0x3a,0x62,0x1f,0xc4,0xc5,0xf7,0x28,0xc5,0xb1,0x49,0x7,0x0,0x8d,0xb7, + 0x60,0x9e,0xd1,0x54,0x48,0xfe,0x24,0xe2,0x6f,0x9a,0x19,0x40,0xec,0xad,0x54,0x1b, + 0x0,0x8c,0x52,0x36,0x6,0x9e,0x0,0xee,0x41,0x9f,0x9e,0x2b,0xca,0x59,0x68,0x92, + 0xe2,0xfc,0xcd,0x94,0xed,0xe4,0x95,0x4d,0x14,0xc7,0xbc,0x55,0xe1,0xbf,0x37,0xe1, + 0x76,0xc7,0x5e,0x88,0xce,0x5b,0xd0,0x30,0x2a,0xb2,0x32,0x52,0x7d,0x36,0x4e,0x6e, + 0xc0,0x1b,0x22,0xf4,0x7e,0x4b,0x71,0xfe,0xa3,0xc1,0xaf,0xa6,0x76,0xe8,0x85,0x3b, + 0x4d,0x78,0xb,0x95,0xfd,0x25,0xbe,0xea,0x38,0xb7,0x80,0xa4,0x72,0x33,0x8c,0x58, + 0xf4,0x4,0x7e,0x8e,0x2e,0x73,0x4d,0x25,0xf9,0x4e,0x84,0xfe,0x81,0x8a,0xf3,0x17, + 0x50,0xbf,0xb,0x81,0x7b,0xe3,0xbe,0xfe,0xd7,0x22,0xce,0xd7,0xd4,0x52,0x78,0x15, + 0x89,0x28,0x34,0xc,0x35,0x4d,0xc0,0xe1,0xe8,0x2a,0x5,0x47,0xc9,0xcb,0xb8,0xb3, + 0xcc,0x7c,0xa4,0xd0,0x93,0x24,0x3b,0x6e,0x2d,0x73,0x35,0xc9,0x66,0x50,0xa7,0x29, + 0xce,0x2f,0xe,0x22,0x9a,0xd0,0x6b,0xc3,0x60,0x2b,0x24,0xb,0x4d,0x92,0x8e,0x5f, + 0x0,0xc6,0x20,0x6f,0x78,0x17,0x37,0x2a,0x74,0xfd,0x2d,0xc0,0x75,0xd5,0x1a,0xdd, + 0x10,0x3f,0xfe,0x24,0x83,0xdf,0xa5,0x8a,0xf3,0x8b,0xb2,0x18,0xc9,0xf5,0x6f,0x69, + 0xbf,0x8c,0x8a,0x1c,0x8f,0x3c,0x28,0x49,0x3a,0xfe,0x7,0x48,0xaa,0x2b,0xad,0x17, + 0xdf,0x3e,0xa,0x9d,0xb,0x49,0xa7,0x54,0x56,0x35,0x39,0x14,0xf7,0x75,0x2f,0x42, + 0xb2,0x6,0x55,0xe2,0x6c,0x85,0x8e,0x8e,0x66,0x65,0x1b,0x5,0xbf,0x1a,0x23,0xf7, + 0x6c,0x4c,0xfc,0x72,0x60,0x5,0x64,0x9d,0xe0,0x6c,0xfc,0x4b,0x4b,0xf7,0x44,0x1c, + 0x8a,0x5c,0xfa,0xcf,0x89,0x7d,0x65,0xb5,0x89,0xa6,0x10,0xea,0xe3,0xe,0x1d,0xeb, + 0x13,0xef,0x37,0x5b,0x4,0x9c,0x4b,0x98,0xca,0x43,0x46,0x9d,0x70,0x2d,0xf1,0x3a, + 0x7e,0x2b,0x52,0xb4,0x23,0x49,0x21,0x9,0x4d,0xe9,0xec,0x2f,0xa8,0x9f,0xc5,0xc0, + 0x5d,0xd0,0xdd,0x5b,0x4d,0x7e,0xfe,0x5f,0x2b,0x75,0x75,0x24,0x2f,0x12,0x9d,0x6e, + 0xcc,0x68,0x20,0xb4,0xa5,0xb9,0xcb,0xdf,0x50,0x21,0xa6,0x93,0xbb,0x2a,0xdb,0x3b, + 0x3f,0x40,0x5b,0xd5,0xa6,0x9,0xdd,0x1a,0xcb,0xc,0xdc,0xe1,0xd2,0x45,0x4e,0x6, + 0xe6,0x2b,0x74,0x76,0x24,0xb,0x91,0x99,0x5b,0xda,0x91,0x9d,0x46,0x8d,0xf3,0x37, + 0xf4,0xf,0xcd,0x4,0x64,0xf,0x3f,0x14,0x4d,0xe8,0xb2,0xdb,0x2e,0x0,0xd6,0xd, + 0xd8,0x6e,0x35,0x38,0x1a,0xdd,0x3d,0xfe,0x83,0xa7,0xde,0x21,0x48,0x19,0xb6,0xb8, + 0xb3,0x81,0x17,0x88,0xce,0x3d,0x68,0xd4,0x39,0x9a,0x52,0x55,0x5,0xe4,0x6d,0x91, + 0xc6,0xb7,0xe3,0x89,0xca,0xf6,0x1f,0x23,0xbf,0x1e,0xaa,0x83,0x58,0x92,0xe4,0x24, + 0x4a,0x5a,0x88,0xd7,0x19,0x3b,0x1,0x3f,0xc3,0xed,0x5c,0x54,0x49,0xa6,0x61,0x9f, + 0x4,0xd,0xcb,0xf2,0xe8,0x1e,0x9c,0xb4,0xaa,0xf4,0x74,0x43,0xef,0x77,0x70,0x7a, + 0x4a,0x36,0xa4,0x49,0x33,0xf0,0x20,0xba,0xeb,0xbb,0x3e,0x61,0x5b,0x43,0x89,0xbf, + 0x95,0xfb,0xaf,0x84,0x6d,0x1b,0x39,0xe6,0x6e,0xdc,0xf,0xc8,0xd8,0x14,0xdb,0xff, + 0x81,0xa2,0xfd,0x2,0xb2,0x8a,0x3d,0x22,0x45,0x3b,0xd2,0xe0,0x42,0x74,0xd7,0xb6, + 0x10,0x5d,0xbd,0x5,0x17,0x9d,0x91,0xd9,0xda,0x42,0x65,0xbb,0xa5,0xa2,0x89,0xf2, + 0x34,0xea,0x10,0xcd,0x9e,0x7c,0x1b,0xb0,0x76,0x4a,0xed,0x77,0x6,0x5e,0x52,0xd8, + 0x50,0x40,0x76,0x5,0xf2,0xb2,0x1e,0x70,0x30,0xfa,0x3a,0x8a,0x97,0x7,0x6e,0x7b, + 0x7d,0x64,0xb5,0xdf,0x67,0x0,0x88,0xaa,0xe5,0x68,0xd4,0x31,0x5d,0xd1,0x79,0xa7, + 0xa5,0xb9,0x1a,0xbf,0x39,0xfa,0xa0,0xa3,0xf,0x81,0xb5,0x52,0xb4,0x25,0x4,0xbb, + 0xa1,0xff,0x26,0x9f,0x4c,0x82,0xc,0xbe,0x11,0x74,0x6,0xce,0x40,0x37,0x1b,0x68, + 0xc5,0x6a,0x5,0x36,0x34,0x7f,0xc0,0xfd,0x90,0x4c,0x22,0xdd,0x7c,0x7d,0x57,0x28, + 0x6c,0x28,0xca,0xfb,0xd4,0x6e,0xce,0x80,0x7d,0xf0,0x5b,0x90,0xdb,0x25,0x45,0x5b, + 0xfa,0x22,0x19,0x88,0x5d,0x36,0x3c,0x9d,0xa2,0xd,0x46,0xe,0xd8,0x1c,0xdd,0xc3, + 0xba,0x83,0x87,0xce,0x1e,0xc0,0x70,0x60,0x3f,0xa4,0x20,0x68,0x77,0xc7,0xf1,0xdd, + 0x91,0x28,0x36,0x6d,0xc7,0x99,0xde,0xae,0xb7,0x96,0x38,0x1d,0xbf,0xf0,0xe9,0x6b, + 0x52,0xb6,0x47,0x1b,0x38,0x14,0x72,0x7b,0xd7,0xc8,0x29,0x6f,0xe0,0x7e,0x50,0xfe, + 0x52,0xe1,0xdc,0xde,0xc0,0xb6,0xc0,0x8f,0x80,0x9b,0x90,0x48,0xb4,0xf2,0xf8,0x82, + 0x4f,0x81,0x7d,0x1d,0x36,0xc,0xc3,0x2f,0xc,0x79,0x31,0x70,0x16,0xd5,0xdf,0x22, + 0xec,0xf,0xdc,0x8e,0xde,0xee,0x2,0xb2,0x62,0xef,0x1a,0x14,0x93,0xd0,0x15,0x5d, + 0xd4,0xe5,0x9b,0x54,0xff,0xfe,0x19,0x35,0xc0,0xcf,0x70,0x3f,0x2c,0xb3,0x90,0x7d, + 0xed,0x91,0xc0,0xa9,0x48,0xf9,0xa9,0xf1,0xe8,0xdf,0x7a,0x8b,0x91,0xef,0xe3,0x28, + 0xf6,0xc2,0xdf,0xd7,0xfd,0x69,0xaa,0xe7,0xd0,0xb2,0x13,0x12,0xc,0xe5,0x63,0xef, + 0x54,0x60,0xb5,0x94,0xed,0x3a,0x4a,0x69,0xcb,0xf7,0x52,0xb6,0xc3,0xc8,0x9,0xab, + 0x12,0x2f,0xfb,0x8f,0xaf,0x4c,0xc3,0x1d,0x32,0x7c,0x72,0xc,0xbd,0xf3,0x81,0x4b, + 0x80,0xe5,0x12,0xdc,0x3,0x1f,0xd6,0x43,0xd2,0xa4,0xf9,0xda,0x39,0x7,0xdd,0x8a, + 0x7b,0x7f,0x64,0x56,0xb5,0x9,0xfe,0xc1,0x56,0x4d,0x48,0x49,0x70,0x97,0x2d,0x1f, + 0x63,0x89,0x43,0x8c,0x12,0xfe,0x49,0xfa,0x3,0x40,0x1,0x78,0x8,0xf7,0x82,0xe2, + 0x2f,0x62,0xea,0x9e,0x8e,0x4,0xcb,0x24,0x9,0x54,0x8a,0x62,0x33,0xe0,0x66,0xc4, + 0x2f,0x21,0xce,0x20,0xb5,0xa3,0x43,0x7f,0x67,0xe0,0x32,0x96,0x5e,0x48,0x9c,0xf, + 0x3c,0x2,0x9c,0x82,0x7c,0x26,0xb9,0xd8,0x53,0x69,0xcf,0x4f,0x15,0xba,0x8c,0x6, + 0xe2,0x70,0xb2,0x19,0x0,0xa,0xc8,0x5b,0xde,0xc5,0xf9,0x9,0xf4,0x2f,0x4,0x46, + 0x3,0x7,0x2,0x7d,0xe2,0xdc,0x8c,0x12,0x56,0x45,0xdc,0x96,0xff,0x95,0xc0,0x9e, + 0x5,0xc0,0x37,0x1d,0xed,0x34,0xa3,0x8b,0xcf,0xf8,0x0,0x89,0xc6,0x3c,0x90,0x8e, + 0x67,0x3c,0x4f,0x2b,0x74,0xcc,0x42,0x57,0xe8,0xd5,0x68,0x20,0x7a,0x21,0x25,0xa5, + 0xb3,0x18,0x0,0x5a,0x80,0x3d,0x14,0x36,0x1d,0x4f,0xb2,0x9c,0x5,0x5,0xe4,0x6d, + 0x3d,0x6,0xf8,0xd,0x70,0x0,0xf2,0x16,0xad,0x14,0x66,0xbc,0x22,0xb0,0x5,0x70, + 0x24,0x70,0x25,0xf0,0xa,0x7a,0x87,0x9e,0x4a,0xf2,0x39,0xb0,0xbd,0xe2,0x5a,0x7f, + 0x13,0x43,0x77,0xb,0x30,0xe,0xb8,0x8,0x59,0x8f,0xd8,0x46,0x79,0xde,0xc5,0x95, + 0x8c,0x68,0x84,0xda,0x6c,0xbe,0x34,0x21,0x5b,0x65,0x43,0x9,0x9b,0x5e,0x69,0x3e, + 0xf2,0x80,0xbd,0x1a,0x50,0x67,0x52,0x6e,0x40,0x97,0xfb,0x3f,0x4,0xb3,0x90,0xef, + 0xe1,0x37,0x1d,0xc7,0xed,0x5,0xdc,0x4a,0xf8,0xdc,0x0,0xf3,0x90,0x99,0xc2,0x5c, + 0x64,0xf0,0xeb,0x8b,0x4,0xd7,0x84,0xe4,0x2d,0x64,0x4a,0x3e,0xd1,0x71,0xdc,0x91, + 0xc8,0xe,0x4a,0x52,0xda,0x70,0xaf,0xea,0x2f,0x2,0xd6,0x44,0xd6,0x0,0xc,0x7, + 0xeb,0x0,0xff,0x26,0xdd,0xb7,0xe1,0x3,0xc0,0x80,0xac,0x2e,0xc8,0xc1,0x48,0xb2, + 0x99,0x1,0x14,0x65,0x12,0xba,0xef,0xf5,0xb5,0xf1,0x77,0x6f,0xad,0xb6,0xfc,0xd, + 0xdd,0xa2,0xe4,0x4e,0xc4,0x8f,0xe6,0x8b,0x23,0x49,0x3,0x8f,0x1a,0x86,0xfe,0xc0, + 0xdb,0x64,0xf3,0xa3,0x8c,0xa5,0x36,0x12,0x34,0x34,0x23,0x6f,0xab,0x2c,0x3b,0xca, + 0x5b,0xe8,0xca,0x65,0x75,0x47,0x56,0xfa,0x93,0xe6,0x30,0x4c,0x5b,0x66,0x20,0xeb, + 0x29,0x1a,0xbe,0x81,0x2e,0x3d,0x5a,0x28,0x69,0xa3,0x76,0xbd,0x28,0x6b,0x8e,0x93, + 0xc8,0xf6,0xc1,0xd1,0x7c,0x13,0x67,0xc1,0xfe,0xf8,0xd9,0xbd,0x8,0x71,0x24,0xba, + 0x19,0xf8,0x31,0xb2,0x7d,0x35,0x0,0x9d,0x73,0x51,0x51,0xde,0x46,0x16,0xdb,0x34, + 0x6c,0xa,0xfc,0xd7,0xd3,0xc6,0xac,0x3a,0xd7,0x28,0xa4,0x78,0x87,0x86,0x6d,0x49, + 0x56,0x7f,0x21,0x8e,0x8c,0x56,0xda,0x66,0x20,0x5b,0x2f,0x59,0xfe,0x38,0x57,0x67, + 0x73,0x59,0x2a,0x4e,0xa0,0xe3,0xad,0xae,0x79,0xc8,0x27,0xd1,0x95,0xc0,0xf7,0x91, + 0xc4,0xa2,0x95,0x92,0x85,0xc,0xc5,0xef,0x1,0x7f,0x17,0xfd,0xdb,0xa9,0x9,0x59, + 0x5,0xcf,0x7a,0xb6,0x52,0x49,0xfe,0x3,0x6c,0xa7,0xb4,0x1d,0x64,0x31,0x72,0x5e, + 0x15,0xec,0xf4,0xb1,0xb1,0xe1,0xf9,0x98,0x6c,0x7f,0x9c,0x34,0xe3,0xee,0xe3,0x30, + 0x0,0x38,0x16,0x89,0x2a,0x3b,0x12,0x29,0x6a,0xe9,0xfb,0x99,0xb2,0x1f,0x7e,0xe, + 0x46,0x33,0x71,0x7b,0xb,0x96,0xd2,0xd,0xf1,0x66,0xd3,0x38,0xbe,0x84,0x96,0x36, + 0xe0,0x61,0xa4,0x5a,0x8f,0xcf,0xe2,0xf9,0x59,0x24,0xdf,0x59,0x88,0x23,0x96,0xf8, + 0xc3,0x83,0xbe,0x64,0xff,0x3,0xc5,0x2e,0xe9,0x5c,0xe3,0x9c,0x82,0xdf,0x7d,0x68, + 0x41,0xb6,0xff,0x7c,0x68,0x42,0x16,0xd3,0x6e,0x41,0xbc,0xed,0xd2,0xfc,0x9d,0x3e, + 0x45,0xa2,0x17,0x7d,0xdd,0x8f,0xfb,0x20,0xbb,0x19,0x3e,0x6d,0xcd,0x43,0xd6,0x13, + 0xce,0x2,0x9e,0x22,0xd9,0xfa,0x87,0x2b,0x16,0xc3,0x28,0x61,0x4b,0xb2,0x1f,0x0, + 0xa,0xd4,0x5f,0x31,0x8c,0x22,0xff,0x87,0xdf,0x7d,0x68,0x43,0x66,0x1d,0x71,0xe8, + 0x8d,0x4c,0xb1,0xaf,0xc5,0xdf,0x4f,0xbf,0xd2,0x80,0xf4,0x32,0xe2,0xa1,0xb7,0x1d, + 0xf1,0x82,0x67,0xb6,0xc0,0xff,0x73,0x65,0x31,0xb2,0x5,0x5a,0x4a,0x5f,0xa4,0x23, + 0xff,0x19,0xd9,0x41,0xd1,0xea,0x7a,0x36,0xa6,0xdd,0xd,0xcb,0x77,0xa9,0xce,0x0, + 0x30,0x22,0x83,0x6b,0xab,0x6,0x4d,0xc0,0x55,0xf8,0xdd,0x8b,0x29,0x84,0xf1,0xbb, + 0x58,0x15,0x9,0x79,0xfd,0x5,0xb2,0xd7,0x3e,0x6,0xd9,0x79,0xf8,0x14,0x71,0x1d, + 0x5e,0xd8,0xfe,0xef,0x64,0x24,0xb8,0xe9,0x61,0xe0,0x4f,0x48,0xc0,0xd3,0x4e,0x24, + 0xf3,0x24,0x6c,0x42,0x2,0xad,0x7c,0xdf,0xdc,0x2d,0xc0,0x11,0xa,0xfd,0xeb,0x22, + 0x8b,0xd5,0xf,0x50,0x79,0x37,0xe1,0x6d,0x3c,0x52,0x7e,0x99,0x23,0x90,0x70,0x9, + 0xee,0x44,0x94,0xf7,0x20,0x8b,0x3f,0x5a,0x76,0xc3,0xdd,0xc1,0x4f,0x40,0x1e,0xbe, + 0x7a,0xa4,0x19,0x59,0xe8,0x3c,0xda,0xe3,0x9c,0x8d,0x91,0xb7,0x6f,0x5e,0xb9,0x1c, + 0xf8,0x89,0xe7,0x39,0xad,0x48,0x85,0xe5,0xdb,0x3c,0xcf,0xeb,0x86,0xcc,0x50,0x76, + 0x46,0x3e,0x4f,0x9a,0x10,0xb7,0xe0,0xab,0x90,0xc1,0xc1,0xf0,0xe0,0x3e,0xdc,0xa3, + 0xf4,0xae,0x9e,0x3a,0x8f,0x53,0xe8,0xf4,0xcd,0xd,0x9f,0x37,0x9a,0x90,0xc1,0x55, + 0xfb,0x26,0x1c,0x5e,0x1d,0x33,0x83,0xb0,0x9,0xfe,0x8b,0x7d,0xb,0x90,0xdd,0xd, + 0xa3,0xca,0xbc,0x8b,0xfb,0xc7,0xd2,0xee,0xf7,0x16,0xd9,0x5e,0xa1,0xf3,0xb1,0x0, + 0xb6,0xe7,0x81,0xf3,0xd0,0x4d,0x83,0xb3,0xa,0xef,0x4d,0x83,0xf3,0xf0,0xeb,0xfc, + 0xd3,0xf1,0xcb,0xba,0x94,0xa,0xb5,0xe0,0x8d,0x56,0x6d,0xba,0x3,0xab,0x3b,0x8e, + 0x99,0x83,0x24,0xa8,0xf4,0xc1,0xe5,0xf3,0xe,0x52,0xed,0xa5,0x11,0xf8,0x4c,0x71, + 0xcc,0x38,0xf2,0xbd,0x33,0xe2,0x13,0x6d,0xf7,0xe,0xb0,0x37,0xb2,0x6,0x51,0x55, + 0x6c,0xa5,0x50,0xbe,0x9f,0x5c,0x41,0x21,0x13,0x90,0x51,0xdb,0x87,0xcf,0xdb,0x25, + 0x8a,0x95,0xc9,0xf7,0x5b,0x4f,0x8b,0xe6,0xf3,0xe9,0x91,0xd4,0xad,0x48,0x97,0x4f, + 0x94,0xc7,0x8d,0x46,0x82,0xcd,0xaa,0xde,0xf9,0xc1,0x6,0x0,0xd0,0xbd,0x85,0xe3, + 0xfe,0x58,0x9a,0xf3,0xea,0xbd,0x5e,0x5b,0x57,0x74,0x9,0x3d,0xe3,0xe,0x0,0xc5, + 0xc5,0xb0,0xbd,0x90,0x8e,0x95,0x46,0xda,0x6d,0xd,0x2f,0x2a,0x8e,0x79,0x3,0xd9, + 0xd6,0x9b,0x95,0xb2,0x2d,0x6a,0x6a,0xe1,0x13,0xa0,0x7,0xb2,0x5a,0x3e,0x4,0xc9, + 0x9f,0x76,0x3f,0xd9,0xde,0xa0,0x34,0x7,0x80,0x37,0x71,0xbb,0x63,0xe,0x45,0x8a, + 0x3e,0x66,0xc5,0x4a,0x88,0x37,0xdb,0xf2,0xc8,0x43,0xfb,0x2c,0xb2,0x6d,0x95,0x16, + 0xdb,0xe0,0xee,0x94,0x33,0x90,0xc4,0x99,0xbe,0xec,0x8d,0xec,0xa2,0x94,0x6,0x17, + 0x15,0x90,0x54,0xe2,0x6f,0x22,0x5b,0x7d,0xc5,0x99,0xd8,0x67,0xc8,0x8a,0x7b,0x91, + 0xae,0x48,0x3e,0x80,0x1,0x48,0xda,0xb2,0x7e,0x48,0x31,0x92,0xd1,0x2c,0x29,0xf1, + 0xe5,0x83,0x66,0x0,0x58,0x3,0x79,0xe9,0xb6,0x3a,0x8e,0x6b,0x18,0x86,0x23,0xdf, + 0x43,0xa5,0x8b,0x23,0x33,0x90,0xc,0x32,0x59,0x6d,0x51,0x8e,0xc2,0xbd,0x60,0xb3, + 0x4f,0x4c,0xdd,0x3f,0x56,0xe8,0xfe,0x6d,0x2,0xdb,0x7d,0xe8,0x2,0xfc,0x8a,0x65, + 0x7d,0xd2,0x5f,0x20,0xdd,0xa,0x3c,0x17,0xe3,0xbe,0x7,0x77,0xc6,0xd0,0xbb,0x33, + 0xf1,0x52,0x75,0x69,0xe4,0x2e,0xe2,0x15,0x48,0x7d,0x4f,0xa1,0xdb,0xa2,0xf3,0xda, + 0xd9,0x8e,0xe8,0xe0,0x91,0x47,0xd1,0x85,0x8d,0x26,0x45,0xe3,0x57,0x1e,0xb7,0x83, + 0xec,0xa2,0xd0,0x7d,0x7f,0x2,0xdb,0xb5,0xac,0x81,0xbc,0xe9,0x2b,0xd9,0x90,0x66, + 0xd5,0xd8,0x97,0x23,0xda,0x2d,0x8a,0x8f,0xaf,0x0,0xc8,0xec,0x65,0x8a,0x42,0x6f, + 0x12,0xf9,0x75,0x8c,0x6b,0xfd,0xbb,0x42,0xaf,0x36,0x74,0xb8,0xae,0x71,0x75,0xfe, + 0xd2,0x7,0x33,0xcd,0xb0,0xd9,0xce,0xb8,0x93,0x33,0x2c,0x24,0xfe,0xa7,0xd2,0x6a, + 0xe,0xdd,0x5,0x64,0xb,0x32,0x4d,0xe,0x44,0x57,0xb2,0x3a,0x8d,0x41,0x60,0x20, + 0xba,0xbd,0x71,0xdf,0x2d,0x56,0x5f,0x1f,0xfb,0x38,0xb2,0x10,0xff,0x81,0xff,0x6c, + 0x85,0xde,0xd0,0xb5,0x1,0x73,0xc7,0x8,0xfc,0x92,0x22,0xb4,0x21,0x37,0x2d,0x8d, + 0x94,0xc6,0x9a,0x18,0x80,0xd7,0x13,0xe8,0x6f,0xc2,0x9d,0x77,0xaf,0x15,0x58,0x25, + 0x41,0x1b,0x95,0xe8,0x8b,0x7f,0x47,0x99,0x8a,0x44,0x1,0x86,0xe2,0x28,0x45,0x9b, + 0xbe,0xf7,0xf7,0x5b,0xa,0x9d,0xa1,0xe4,0x6e,0x4f,0xdb,0x76,0x57,0xe8,0x1c,0xe3, + 0xa9,0xb3,0xae,0x18,0x41,0xfc,0x8c,0x28,0x2f,0x12,0x66,0xc5,0x7c,0x63,0xc4,0x69, + 0x43,0x9b,0x72,0x2a,0xce,0xf7,0x69,0x29,0x9a,0x3a,0xee,0xad,0xc8,0x14,0xfd,0xa7, + 0x84,0xf9,0x1e,0xdf,0x2,0x9d,0x73,0x53,0xda,0x83,0xc0,0x1d,0x8a,0xf6,0x2e,0xf3, + 0xd0,0xf7,0x15,0x64,0xbb,0x2d,0xab,0x1,0xa0,0x80,0xc4,0x7,0x68,0x19,0xa0,0xd0, + 0x37,0x8b,0x6,0xdd,0x7d,0xd3,0x4e,0xfb,0xa3,0x64,0x1e,0xb2,0xb0,0xe6,0xcb,0xf2, + 0x48,0xac,0xbb,0xb6,0x34,0x75,0xa9,0x24,0xad,0x94,0x7b,0x53,0x8c,0x36,0xc7,0x21, + 0xd7,0xe9,0x5b,0xc5,0xb5,0xa9,0xfd,0xbc,0x38,0x35,0xe3,0x4b,0x25,0xc4,0xe7,0x40, + 0x73,0xbb,0x1e,0x57,0x5b,0x3e,0x5,0x33,0xff,0x9a,0xe0,0x9a,0xe2,0xca,0x4b,0xf8, + 0x75,0xd8,0xf,0x15,0x3a,0xd7,0xf1,0xd0,0x57,0x17,0x8c,0x20,0x6c,0x2e,0xb4,0x51, + 0x48,0xe,0x3f,0x17,0xdb,0x20,0xb,0x33,0x49,0xe2,0xaa,0xbf,0x1d,0xff,0xb2,0x1, + 0x49,0xb0,0x11,0xb7,0xed,0xf9,0x48,0xe6,0x5e,0x4d,0x67,0x5c,0x5,0x78,0x22,0x41, + 0x5b,0xe5,0x92,0x74,0x26,0xa0,0x29,0x42,0xda,0x82,0xbc,0xd5,0x35,0x1c,0x10,0xf0, + 0xda,0x7c,0xe5,0x28,0x8f,0xeb,0x1e,0xad,0xd0,0x77,0xb0,0x87,0xbe,0xdc,0x33,0x82, + 0x74,0x12,0x21,0x4e,0x46,0xf2,0xac,0x95,0xd3,0x8c,0xe4,0xb9,0xb,0x95,0xdd,0x77, + 0xc3,0x84,0xd7,0x1f,0xe2,0x9b,0xb5,0xd,0x71,0x94,0xa9,0x34,0x1d,0xdd,0x1b,0xd9, + 0xeb,0xe,0x7d,0x8f,0x93,0xc,0x2,0xe7,0x28,0xdb,0xf8,0x1c,0x99,0x65,0xad,0x18, + 0xa1,0x6b,0x45,0x74,0xb3,0x89,0xe2,0xbd,0xa,0x7d,0x1f,0x3e,0x42,0x52,0x89,0x6b, + 0x38,0x57,0xa1,0xef,0x12,0xa5,0xae,0xdc,0x33,0x82,0x74,0xb3,0xa0,0xb6,0x20,0x37, + 0xbc,0xe8,0xca,0xbb,0x7,0xba,0x6d,0x27,0xad,0x4c,0x27,0xde,0x7e,0x70,0x29,0x2b, + 0x91,0xbc,0xd8,0x45,0xa9,0x8c,0x61,0x49,0xbd,0xb9,0x1e,0x48,0xbe,0xbe,0xb4,0xee, + 0x6f,0x81,0xf8,0x83,0x80,0x66,0x4b,0xac,0x54,0xe6,0x21,0x4e,0x3d,0x6b,0x75,0xa0, + 0xeb,0x4e,0xa5,0x8e,0xcf,0x90,0xfb,0x3d,0x8,0xd8,0xa,0x99,0x35,0xfc,0x0,0x38, + 0x13,0x29,0xa6,0x51,0x2a,0x17,0x22,0xb3,0xb3,0x27,0x95,0xba,0xcf,0x53,0x5e,0xf7, + 0xb7,0x15,0xba,0x1a,0x22,0x8,0x6c,0x4,0x7e,0x9d,0x7f,0x31,0xba,0xed,0xaa,0x8e, + 0xe4,0x99,0x76,0x9,0xfd,0xf0,0x5f,0x1a,0xe8,0x5e,0xf8,0x76,0x6,0x8d,0xdc,0x87, + 0x94,0xe6,0x8e,0x73,0xae,0xef,0x6c,0x21,0xce,0x20,0x10,0xf7,0x73,0xa4,0x5,0xf9, + 0xc4,0xdb,0xac,0x5d,0xcf,0xc1,0x1e,0xe7,0x1e,0xe4,0x69,0x23,0xc8,0x80,0xa3,0xc9, + 0xd3,0x3f,0x97,0xca,0x99,0x8c,0x7b,0x0,0x87,0x20,0x1e,0x84,0x9a,0xc1,0xfe,0xb, + 0xea,0x3c,0x17,0xc7,0x8,0xfc,0x3b,0xff,0xc1,0xc8,0x7e,0xb0,0xa6,0xd6,0x59,0x16, + 0xf2,0x38,0xfe,0x95,0x5a,0x2b,0x31,0x80,0xb0,0x33,0x93,0x24,0x72,0x37,0xb2,0x28, + 0x7a,0xaa,0xe7,0x79,0xbe,0x83,0x80,0x4f,0x1e,0x80,0x4a,0xf2,0x4,0xf2,0x56,0xd7, + 0x1c,0x3b,0xca,0xc3,0xb6,0x72,0x2e,0x55,0xb6,0x51,0x5a,0xcd,0xa7,0x9,0xf9,0x4, + 0xbd,0x6,0x49,0x6e,0xea,0x7b,0x6d,0x6b,0x24,0xb0,0xb7,0xa6,0x19,0x41,0xbc,0xce, + 0x5f,0xa4,0x13,0x92,0xce,0xa9,0x1a,0x5,0x21,0x16,0x20,0x1d,0xff,0x28,0xc2,0xc7, + 0x49,0xf4,0x44,0xd2,0x39,0xfd,0x8b,0xb0,0x9f,0x4,0x5a,0x99,0x87,0x24,0x29,0x29, + 0x25,0xcd,0x41,0x60,0x4d,0xb2,0xcb,0x83,0x3f,0x95,0xe8,0x35,0x4,0x17,0xfd,0xd1, + 0xd,0x34,0xad,0x48,0x30,0xcf,0xb9,0x24,0x4f,0x51,0xbe,0x69,0x2,0x7b,0x6b,0x96, + 0x11,0x24,0xeb,0xfc,0xa5,0x6c,0x83,0x2c,0xf4,0xa5,0xfd,0xf0,0xbc,0x8e,0xec,0x45, + 0xef,0x8e,0x7e,0xa1,0x27,0x29,0xfd,0x91,0x7,0xe9,0x4f,0xc4,0xdf,0xaf,0xf7,0x91, + 0x57,0xa8,0xec,0x83,0x9e,0xe6,0x20,0xb0,0x27,0x32,0xdd,0x4d,0xfb,0xfa,0xf6,0x53, + 0xda,0x13,0xc5,0x9,0x19,0xd8,0x59,0x2a,0x75,0xb7,0x15,0xe8,0xbb,0xcf,0xdf,0x2, + 0x1c,0xe6,0xd0,0x19,0xc7,0x9b,0x4d,0x23,0x1f,0x3,0xbf,0x47,0x9c,0x82,0x6a,0x81, + 0x4d,0x11,0x7b,0xb4,0x2b,0xdd,0x5a,0x69,0x43,0xf2,0xf2,0xf5,0x74,0xb4,0xff,0x13, + 0x4f,0xbd,0x3e,0x7e,0x2,0x2b,0xb7,0x5f,0x5b,0x5a,0xe9,0xbb,0x6f,0x57,0xda,0xe1, + 0xa2,0x33,0x12,0x41,0x98,0x45,0xe7,0xcf,0x73,0xde,0xc3,0xe,0xd9,0x86,0x70,0x6f, + 0xfe,0x8e,0xf8,0x1e,0xc9,0x1f,0xa0,0x36,0xe0,0x5e,0xc4,0xf1,0x24,0x74,0x55,0xd8, + 0x50,0x74,0x45,0xde,0x66,0x63,0x48,0xfe,0x90,0x4d,0x43,0xde,0xc0,0x5a,0x7c,0x67, + 0x2,0xd3,0xf0,0xf3,0xcc,0xec,0x8b,0x38,0x29,0x85,0x2c,0xc0,0x32,0x8d,0x64,0x53, + 0xff,0x72,0xbe,0x19,0xd0,0xb6,0x4a,0x32,0xf,0xf1,0x91,0xa8,0x1b,0xfa,0x21,0xf1, + 0xd7,0x69,0x75,0xfe,0x22,0xeb,0x11,0xaf,0x46,0xdc,0x42,0xc4,0x99,0x26,0x6f,0x61, + 0x98,0x5b,0x22,0x99,0x88,0x7d,0x2a,0xed,0x14,0xe5,0x51,0x74,0x55,0x78,0xcb,0x39, + 0xcd,0xb3,0x9d,0x17,0xf0,0x5f,0x2b,0xe9,0x81,0x6c,0xcd,0x95,0x87,0x81,0xc7,0x91, + 0xbd,0x63,0x5c,0xa3,0x8b,0x7f,0x6,0xb0,0xab,0x92,0x3c,0x46,0x7a,0x51,0x97,0x55, + 0xc3,0x27,0xa7,0x7e,0xdc,0xce,0x5f,0xa4,0x2b,0xb2,0x62,0xab,0x71,0xf6,0x68,0x45, + 0x8a,0x45,0x68,0x8b,0x50,0xd6,0x2a,0x43,0x90,0x81,0x40,0x73,0x7f,0x17,0x21,0xf1, + 0x4,0x49,0x7c,0xcd,0x7d,0x7,0x81,0x11,0x31,0xdb,0x69,0x46,0xb2,0xf8,0xfc,0xcb, + 0xb3,0xbd,0xa2,0xdc,0xb4,0xac,0xca,0x20,0xc,0x25,0xec,0x2,0xf4,0x47,0xc8,0x27, + 0xd0,0x6,0x29,0xd9,0x5b,0x75,0xae,0x20,0x9b,0xce,0x5f,0xca,0xae,0x48,0xa1,0x87, + 0x4a,0x6d,0x3d,0x8d,0xa4,0x69,0xae,0x27,0xbe,0x1,0xbc,0x4a,0xe5,0x6b,0x7e,0x87, + 0x70,0x53,0x4b,0x9f,0x41,0xe0,0x94,0x0,0xed,0x6d,0x8b,0xf8,0x35,0x68,0xbd,0xf8, + 0xa6,0x20,0x5b,0x99,0x69,0x71,0xb5,0xd2,0x8e,0x4a,0x32,0xf,0xd9,0x96,0xdc,0x8b, + 0xda,0xfd,0xdc,0xc,0xc6,0xf9,0xe8,0x6e,0xca,0x1b,0x84,0xa9,0xfc,0x52,0x64,0x0, + 0x52,0xa2,0xba,0x74,0x4b,0xed,0x75,0xc4,0x19,0xa4,0x5e,0x9d,0x2c,0x3a,0x21,0xd3, + 0xe7,0xf7,0x58,0x72,0xcd,0xb,0x90,0x37,0x4c,0x92,0x8a,0x36,0xe5,0xf4,0x47,0xbf, + 0x20,0x79,0x54,0xc0,0x76,0xd7,0x47,0x7e,0xd3,0xa8,0x4c,0x3f,0x8b,0xf1,0xaf,0xd1, + 0xe0,0xcb,0x4a,0x48,0xd4,0x9e,0x4f,0xa7,0x6f,0x45,0xa6,0xf8,0x47,0x52,0xbd,0xbc, + 0x84,0x55,0x61,0x63,0xf4,0x23,0x77,0x1a,0x3e,0xd0,0xcb,0x23,0x6f,0x90,0xc1,0xd4, + 0x6f,0xc7,0x2f,0xa7,0x13,0x30,0xc,0x71,0x9,0xee,0x9b,0x82,0x7e,0x4d,0x9a,0xb4, + 0x2,0x12,0xac,0x34,0x30,0x85,0xf6,0x57,0x43,0x72,0x40,0x94,0xe7,0x52,0x98,0x49, + 0x76,0x81,0x34,0xda,0x45,0xd1,0xf1,0x48,0x31,0xcf,0xd5,0x32,0xb2,0x2b,0x28,0xa1, + 0x3a,0xcc,0x1d,0x88,0x2b,0xa4,0x8b,0x36,0xa4,0x64,0xd6,0xa3,0x81,0xda,0x4d,0x9b, + 0x5e,0xc8,0xc0,0xb2,0x5e,0xfb,0xbf,0xeb,0x22,0x8b,0x6b,0xbd,0x91,0xb7,0x64,0x6f, + 0x24,0x56,0x60,0x21,0xb2,0x4b,0x31,0xb,0xd9,0xa,0xfd,0x18,0x79,0x30,0xde,0x6e, + 0x97,0x9,0xed,0xc7,0xe4,0x81,0xef,0x3,0xd7,0x29,0x8f,0xbd,0x18,0xa9,0x85,0x97, + 0x16,0xfd,0x90,0x4f,0x9f,0xc1,0xc8,0x3d,0xbd,0x17,0x19,0x4,0xb2,0xa0,0x19,0xa9, + 0x3e,0x7c,0x68,0x7,0x7f,0x9b,0x8e,0x84,0x26,0xdf,0x8c,0x5f,0xb9,0xb8,0xba,0xa5, + 0x3f,0xba,0x84,0x88,0x5,0xc4,0x91,0x24,0x8d,0xb7,0x46,0x8,0x3a,0x23,0x7b,0xf2, + 0x67,0x20,0x83,0x54,0xd2,0xb8,0xfa,0xd2,0x69,0xeb,0x38,0x24,0x8,0x65,0x27,0xc2, + 0x7e,0xa,0x85,0x64,0x6d,0xdc,0x19,0x8c,0x8a,0xf2,0x5f,0x6a,0xf7,0x3a,0x42,0xb2, + 0x3f,0x32,0x23,0x7a,0x1a,0x71,0xfb,0xdd,0x8f,0x74,0xb2,0x53,0xe5,0x9e,0x6d,0xd1, + 0xbb,0xb8,0x3e,0x44,0xed,0x4c,0xd7,0x9b,0x11,0xdb,0xaf,0x26,0x3b,0xd7,0xd5,0x19, + 0xc8,0xdb,0x63,0x27,0x6a,0xe7,0x3e,0x74,0x43,0x9f,0x25,0x69,0xe,0xf5,0x5f,0xcf, + 0xc0,0x88,0xc1,0x79,0xe8,0x3b,0xc1,0x8f,0xaa,0x63,0xe2,0xff,0x18,0x0,0xfc,0x12, + 0x5d,0x6,0x97,0x34,0xe5,0x2d,0x64,0xeb,0x2e,0x8d,0x6f,0x79,0x1f,0x2e,0x47,0x6f, + 0xf3,0x51,0xd5,0x31,0xd1,0xa8,0x75,0x9a,0xd1,0xc7,0x57,0x2f,0x0,0x36,0xaa,0x82, + 0x8d,0x3,0x91,0xa9,0x78,0x9a,0x79,0xa,0xe2,0xc8,0x97,0xed,0x76,0x69,0x33,0xe4, + 0x84,0x64,0x57,0xf4,0xb,0xb9,0x49,0x73,0x24,0x1a,0x75,0xce,0xaa,0xe8,0x3,0x40, + 0xde,0xc4,0xed,0xa7,0x1e,0x8a,0xfe,0x48,0x39,0xee,0x50,0xdf,0xf5,0x69,0xc9,0x6c, + 0x24,0xda,0xac,0x7b,0x3a,0xb7,0x61,0x19,0x6,0xa0,0x4f,0xb4,0xf9,0x1,0x8d,0x51, + 0xcb,0xd0,0x48,0xc8,0xfe,0xe8,0x1f,0xf8,0xab,0x33,0xb0,0xe7,0x40,0xa2,0x1d,0x87, + 0x6a,0x51,0x26,0x22,0xbe,0xe9,0x69,0xd2,0x84,0x38,0xe0,0x68,0xec,0x59,0x8c,0xc4, + 0x7c,0x18,0x86,0x8a,0xbf,0xa0,0x7f,0xd8,0xd3,0xda,0xdb,0xfd,0x1a,0xf0,0x94,0x87, + 0x1d,0xb5,0x28,0x77,0xe1,0x9f,0x1d,0x58,0xcb,0x29,0x1e,0x76,0xfc,0x3c,0x25,0x1b, + 0x8c,0x3a,0xa5,0x17,0xb2,0x17,0xae,0x79,0xb8,0x66,0x0,0xab,0x7,0x6e,0x7f,0x3f, + 0xe2,0xa7,0x18,0xd3,0xca,0x6c,0x64,0x4f,0x38,0xed,0xf5,0x84,0xf,0xe9,0x38,0x1, + 0x6a,0x12,0x36,0x41,0x97,0xa,0xab,0x80,0x6c,0x81,0xd5,0xbd,0x4b,0xab,0x11,0x9e, + 0xf5,0x11,0x6f,0xb1,0x2c,0x1f,0xb2,0x6e,0x48,0x7c,0x42,0xa8,0xec,0xb0,0xef,0x20, + 0xb3,0x99,0xd3,0x10,0xdf,0xee,0x75,0xe8,0x38,0x25,0x79,0x33,0xf2,0x7d,0x3c,0xc, + 0x19,0x7c,0xce,0x44,0x72,0x19,0x7c,0x14,0xc8,0x8e,0xc5,0x88,0xd3,0x4d,0x88,0x6d, + 0xc3,0x6a,0xf,0xce,0x46,0x3,0xe1,0x33,0xcd,0x4c,0xba,0x35,0xd8,0xf,0xfd,0x2e, + 0x44,0x25,0x59,0x84,0x78,0x9c,0x7d,0x87,0x70,0xee,0x9d,0xeb,0x22,0x3e,0xfc,0x4f, + 0x12,0x2f,0xbc,0xb7,0x54,0x6e,0x27,0xb9,0x3,0xce,0x65,0x1e,0xed,0xed,0x9f,0xb0, + 0x2d,0xa3,0xc1,0x69,0x42,0x1c,0x7f,0xb4,0x53,0xdd,0xb8,0xc,0x24,0x5e,0xe5,0x9f, + 0xa2,0x8c,0x47,0x6,0xa0,0x90,0x9,0x26,0x3a,0x62,0x75,0xa4,0x88,0x64,0x12,0xff, + 0x83,0x47,0x88,0x1f,0x70,0xd2,0x7,0xfd,0xac,0x2c,0x8b,0x5,0x5a,0xa3,0x1,0x58, + 0x9,0xfd,0x2a,0xfc,0x80,0x18,0xfa,0xd7,0x24,0x7e,0x92,0xc6,0x97,0x90,0xfc,0xf1, + 0x59,0xd7,0x6b,0xeb,0xa,0x1c,0x43,0xfc,0x9c,0x80,0xcf,0x13,0x6f,0x71,0x70,0xb8, + 0x52,0x7f,0x96,0x5b,0xb4,0x46,0x9d,0xd3,0x8c,0x24,0xa6,0xd4,0x3c,0x78,0xbe,0x89, + 0x39,0x7,0x11,0xaf,0x13,0x4d,0x41,0x8a,0x38,0x54,0xdb,0x15,0xb7,0x33,0x92,0x2a, + 0xcb,0x37,0xfc,0xb4,0x38,0x8,0xf8,0xce,0x4,0x86,0x29,0x75,0xdf,0x9f,0xe0,0x9a, + 0xc,0x63,0x29,0xe,0x43,0xf7,0xd0,0x8d,0xf1,0xd4,0xdb,0x1f,0xfd,0xc0,0x52,0x94, + 0x56,0x24,0x7e,0xbe,0xda,0xae,0xb7,0xe5,0xc,0x42,0x57,0x4d,0xb7,0xa3,0xcf,0x1, + 0x9f,0x35,0x81,0x4e,0xe8,0x7,0xcc,0x1d,0x12,0x5e,0x93,0x61,0xd0,0x5,0xfd,0xf4, + 0xdc,0x27,0xd1,0x43,0x77,0xfc,0xf7,0xf8,0x3f,0x5,0x76,0x4c,0x7a,0x41,0x29,0x73, + 0x18,0xfe,0x41,0x49,0xb7,0xe3,0xf7,0x9,0x73,0x9c,0x52,0xef,0x53,0x89,0xaf,0xc6, + 0x68,0x78,0x8e,0x21,0x9d,0x29,0xe7,0x35,0x4a,0xbd,0x45,0x79,0x82,0xda,0xd,0x43, + 0x2e,0x67,0x3d,0xa2,0xd3,0x7f,0x75,0x24,0x67,0x78,0xe8,0xef,0x84,0x7e,0xe6,0xb4, + 0x73,0xe2,0xab,0x31,0x1a,0x96,0x26,0x74,0xb9,0xd6,0x17,0xe2,0x17,0x5e,0x7a,0x90, + 0x42,0x67,0xa9,0xdc,0x4a,0xf2,0x22,0x9f,0x59,0xd3,0x1b,0x99,0xde,0x6b,0xaf,0x71, + 0x31,0x7e,0xce,0x42,0x23,0x95,0x7a,0x1f,0x49,0x7e,0x29,0x46,0xa3,0xb2,0x37,0xba, + 0x87,0xcc,0xa7,0x8,0xe7,0xda,0xf8,0x2d,0x98,0x5d,0x41,0xf6,0x2b,0xfc,0xa1,0xe8, + 0x8a,0x64,0x9e,0xd1,0x5e,0xeb,0x87,0xf8,0xed,0xc,0xdc,0xad,0xd4,0x5b,0x8d,0xa8, + 0x4d,0xa3,0xe,0xd0,0x7c,0xa3,0x7f,0x89,0x3e,0xc3,0x6b,0x27,0x24,0x17,0xbd,0xb6, + 0x43,0xfc,0x36,0xd0,0x75,0x54,0x93,0x66,0xf4,0x39,0xfa,0xa,0xf8,0x85,0xeb,0xe, + 0x46,0xe7,0x98,0x74,0x63,0xf2,0xcb,0x30,0x1a,0x8d,0xf5,0x8,0xff,0xf6,0x3f,0x51, + 0xa9,0xb3,0x80,0xe4,0x73,0xab,0xf6,0x16,0x5f,0x28,0xba,0xe2,0xf7,0x39,0xb0,0x87, + 0x87,0x6e,0xcd,0x2c,0x60,0x3e,0x16,0x6,0x6c,0x78,0xa2,0x29,0xf,0xbd,0x8,0x29, + 0x9,0xae,0x61,0x25,0xf4,0xc1,0x3d,0xf,0x13,0xbe,0xba,0x6f,0xb5,0xe9,0x8b,0x7e, + 0x61,0x70,0x22,0xfa,0x7c,0x2,0x9b,0x2b,0x75,0xfe,0x20,0xd0,0x75,0x18,0xd,0x40, + 0x67,0xc4,0xd1,0xc6,0xf5,0x50,0x5d,0xef,0xa1,0xf3,0x66,0x85,0xbe,0x2,0xfe,0xdf, + 0xc1,0x79,0x62,0x30,0xfa,0x2d,0xc2,0x73,0x3d,0xf4,0x8e,0x51,0xe8,0xb3,0xec,0xb7, + 0x86,0x9a,0x5d,0xd1,0x3d,0xa4,0xda,0xc5,0xa5,0x21,0xe8,0xbe,0x55,0x17,0x23,0x55, + 0x8a,0xeb,0x99,0x83,0xd1,0xdd,0xdb,0x39,0xe8,0x7,0xc2,0x7d,0x95,0x3a,0x2d,0x11, + 0xa8,0xa1,0xe2,0x2a,0xdc,0xf,0xd3,0x6b,0x1e,0xfa,0xb4,0x25,0xc2,0x7f,0x19,0xc6, + 0xfc,0x9a,0x47,0xeb,0x31,0x78,0x81,0x52,0x5f,0x57,0xe0,0x33,0x85,0xbe,0x34,0x6b, + 0x0,0x18,0x75,0x42,0x13,0xba,0x18,0xf8,0x53,0x95,0xfa,0xd6,0x44,0x57,0xac,0x71, + 0x32,0xfe,0x71,0x4,0x79,0x65,0x20,0xba,0xf5,0x90,0x99,0x74,0x9c,0xbb,0xa0,0x23, + 0xae,0x54,0xe8,0xfb,0x77,0xb0,0x2b,0x30,0xea,0x96,0xad,0x70,0x3f,0x48,0x2d,0xc0, + 0xca,0x4a,0x7d,0x9a,0xd9,0x44,0x1,0xbf,0x95,0xef,0x7a,0xe0,0x47,0xe8,0xee,0x8b, + 0xd6,0x43,0x70,0x4b,0x85,0xae,0x56,0xf2,0x5f,0x6d,0xd9,0x28,0x21,0xc9,0x36,0xd9, + 0xf2,0x48,0x29,0xe5,0x21,0xc8,0xe2,0xd4,0xd0,0xf6,0x7f,0x57,0x57,0xe8,0x7d,0x1c, + 0x29,0x8a,0xe1,0xa2,0x27,0x92,0xb1,0xd6,0x15,0xb8,0xf3,0x4,0xb5,0xef,0xe3,0x1f, + 0x9a,0xce,0x48,0xc9,0xb1,0xb5,0x1c,0xc7,0xbd,0x83,0x24,0x24,0xd1,0xf0,0x2e,0x32, + 0xe3,0x8a,0xa2,0x15,0xa9,0x2,0xf5,0x26,0x92,0x43,0x61,0x42,0xfb,0xff,0x9e,0x80, + 0xf8,0x74,0x18,0x75,0xc6,0x72,0x88,0x8b,0xe9,0xb1,0x48,0x14,0xdd,0xa3,0xc4,0x8f, + 0x61,0x2f,0xca,0x69,0xca,0xb6,0xb5,0x51,0x84,0xdf,0x48,0x76,0x89,0xb9,0xe5,0x58, + 0x74,0xf7,0x67,0x4b,0xa5,0xbe,0x3f,0x29,0xf5,0x55,0x92,0xe9,0xc0,0x58,0x24,0x91, + 0xc8,0x8f,0x91,0x41,0xde,0x35,0xa0,0x18,0x35,0x44,0xf,0xc4,0xcf,0xfe,0x7a,0x64, + 0xdb,0x27,0x4e,0x8c,0xba,0x46,0xb4,0xab,0xff,0xf,0x2b,0x74,0x3d,0x17,0xff,0x72, + 0x73,0x4f,0x17,0x64,0xed,0xc3,0x75,0x8f,0xae,0x54,0xea,0xdb,0x47,0xa1,0x2b,0x8e, + 0x7c,0xe,0x3c,0x83,0x7c,0xce,0xed,0x41,0xfd,0xf9,0x68,0xd4,0x5,0x6b,0xa3,0x4f, + 0x14,0x99,0x44,0xa6,0xa2,0xfb,0xf4,0x18,0x88,0xae,0xd6,0xe0,0xb7,0x93,0x5c,0x74, + 0x1d,0x70,0x16,0xee,0x7b,0xf4,0x5,0xba,0x60,0xa8,0x7e,0xe8,0x16,0x5c,0x93,0xca, + 0x58,0xe2,0x65,0x7e,0x32,0x52,0xa2,0x33,0xfe,0xe1,0xa7,0x71,0xe5,0x36,0xa5,0x4d, + 0x47,0x28,0x74,0xcd,0xc2,0xd2,0x56,0x7d,0x15,0x9d,0x8f,0xc4,0x56,0x4a,0x7d,0x63, + 0x15,0xba,0x42,0xc8,0x83,0xb1,0xaf,0xd8,0x8,0x46,0x31,0x4a,0x6e,0x4f,0x24,0x85, + 0x77,0x16,0xdc,0xa1,0x3c,0x6e,0xa4,0xe2,0x98,0x3b,0x81,0x79,0x9,0x6c,0xa9,0x7, + 0x3e,0x40,0x97,0xb8,0x43,0xbb,0x4e,0xf2,0xd7,0x4,0xb6,0xf8,0xb0,0x3b,0x16,0x65, + 0x58,0x75,0x8a,0x3,0x40,0x56,0x3f,0xc4,0xc3,0xe8,0x47,0x7e,0xcd,0x0,0x30,0x2a, + 0x81,0x2d,0xf5,0x84,0xe6,0x3e,0x68,0x7,0x80,0xeb,0x91,0xd9,0x60,0x16,0xd8,0x0, + 0x50,0x23,0xf8,0x94,0x86,0x8e,0x23,0x8b,0x90,0xc,0x3e,0xda,0x4,0x96,0x5f,0x53, + 0xe8,0x5c,0x88,0x4d,0xff,0x8b,0xac,0x8b,0xfb,0x7e,0xcd,0x47,0x1f,0x20,0xb4,0x12, + 0x12,0x25,0x98,0xb4,0x86,0x81,0x4b,0x4e,0x8e,0x7d,0xc5,0x46,0x10,0xd2,0x58,0x8d, + 0x9d,0x85,0xec,0x9,0xbf,0xd1,0xfe,0xef,0x78,0xe0,0x59,0xc4,0x73,0x4d,0xcb,0x86, + 0x8a,0x63,0x9e,0xc3,0xa6,0xff,0x45,0xde,0x46,0xbc,0x2f,0xa3,0x9c,0x74,0xba,0x23, + 0x3,0x85,0xe6,0xed,0x3e,0x15,0xa9,0x6e,0x34,0x10,0xd8,0x1a,0xf1,0xef,0x18,0xc2, + 0x12,0x9f,0x8f,0x46,0xf1,0xb8,0xac,0x7b,0x92,0xc,0x0,0x33,0x10,0x7,0x90,0x37, + 0x80,0x49,0x25,0xff,0xfb,0x3d,0x64,0x74,0x4f,0x82,0x26,0xe8,0xe4,0xe9,0x84,0x6d, + 0xd4,0x1b,0x63,0x80,0xc3,0x1d,0xc7,0xc,0xc6,0x6f,0x7a,0xff,0x29,0x32,0x13,0x28, + 0x67,0x65,0xc4,0xf1,0x6b,0x4d,0x24,0xcd,0xf8,0x50,0xe0,0xeb,0xe4,0x27,0xe7,0xa2, + 0xd1,0x8e,0xcf,0x0,0x70,0x17,0x92,0x94,0xa2,0xe8,0x1,0xe6,0xf3,0x46,0xf7,0x65, + 0xb0,0xe2,0x18,0x9f,0x60,0xa2,0x46,0xe0,0xd,0xc5,0x31,0xa1,0xa2,0xf9,0xa6,0xb4, + 0x4b,0x39,0x3,0x58,0xe2,0x11,0x7a,0x0,0x8d,0xe7,0x9d,0x99,0x3b,0x7c,0x6,0x80, + 0x5b,0x81,0xd1,0x69,0x19,0x52,0x86,0xe6,0x41,0x7d,0x2b,0x75,0x2b,0xf2,0x85,0xe6, + 0x7e,0xa4,0x1d,0xce,0x3b,0xad,0x5d,0xc6,0x20,0x11,0x86,0x36,0x0,0xd4,0x38,0xb5, + 0x9a,0x2c,0xd3,0x15,0x70,0xd2,0x86,0xf8,0xb8,0x1b,0x4b,0xd0,0xc,0x0,0xa1,0x8a, + 0x9d,0x1a,0x75,0x42,0xad,0xe,0x0,0xae,0xe0,0x9f,0x99,0xd8,0x2,0x60,0x39,0x1f, + 0x2b,0x8e,0xe9,0x93,0xba,0x15,0x46,0xae,0xa8,0xd5,0x1,0xc0,0xb5,0xca,0x3c,0x3b, + 0x13,0x2b,0xf2,0xc5,0x1c,0xdc,0x8b,0xaf,0x36,0x0,0x18,0x4b,0x51,0x8b,0x3,0x40, + 0xf,0xdc,0x6b,0x13,0x36,0x0,0x2c,0x4b,0x2b,0xee,0x59,0x51,0xad,0xd5,0x43,0x34, + 0xaa,0x4c,0x2d,0xe,0x0,0x9a,0x3d,0x66,0x9b,0xfe,0x77,0xcc,0x1c,0xc7,0xdf,0x6d, + 0xff,0xde,0x58,0x8a,0x5a,0x1c,0x0,0xe6,0x2b,0x8e,0xe9,0x91,0xba,0x15,0xf9,0xc4, + 0xe5,0x19,0xa9,0xb9,0xb7,0x46,0x3,0x51,0x8b,0x3,0xc0,0x3c,0x64,0x3a,0x1b,0x85, + 0xd6,0xa5,0xb8,0x91,0x68,0xc6,0xfd,0x86,0xb7,0x8c,0x3d,0xc6,0x52,0xd4,0xe2,0x0, + 0x50,0x0,0xe6,0x3a,0x8e,0xb1,0xc5,0xac,0x65,0xe9,0x85,0xfb,0xf7,0xb4,0xb5,0x13, + 0x63,0x29,0x6a,0x71,0x0,0x0,0xf7,0x83,0xba,0x1c,0xd0,0x2d,0xb,0x43,0x72,0x84, + 0xc6,0xd,0xd7,0x6,0x0,0x63,0x29,0x6a,0x75,0x0,0xf8,0xc4,0xf1,0xf7,0x4e,0xb8, + 0x93,0x61,0x36,0x1a,0x1a,0x2f,0xbf,0x8e,0xdc,0x77,0x8d,0x6,0xc6,0x67,0x0,0xd8, + 0x11,0x18,0x41,0x36,0xa9,0x9c,0x6a,0xc1,0xad,0x35,0x6f,0xd4,0x8a,0xfb,0xf4,0xaa, + 0xc0,0xce,0x9,0x2c,0x5c,0x83,0x0,0x0,0xa,0x7f,0x49,0x44,0x41,0x54,0xe8,0x33, + 0x10,0x19,0x55,0xc4,0x27,0x16,0xe0,0xa4,0x76,0x1,0xf1,0xc4,0x7b,0x97,0x65,0xa3, + 0x1,0xc7,0x23,0x6e,0xba,0x49,0x99,0xa0,0x38,0x66,0x18,0x70,0x4f,0x80,0xb6,0xea, + 0x85,0xa1,0x8a,0x63,0x42,0xe,0x0,0xc5,0x88,0xc0,0x61,0x25,0xff,0xae,0x8f,0xf9, + 0x1a,0xe4,0x8a,0xb8,0xe1,0xc0,0xfd,0x81,0x4d,0xdb,0xa5,0x94,0xb9,0x48,0xe7,0x2d, + 0xcd,0x15,0xff,0x26,0x12,0xaf,0xee,0x33,0x30,0x68,0x1e,0xd4,0x7a,0xaf,0x1,0xe8, + 0xcb,0xf6,0x8a,0x63,0x7c,0x7,0x80,0xce,0x2c,0x89,0xee,0x1b,0x52,0xf2,0xbf,0xd7, + 0xc3,0xd6,0x60,0xea,0x8a,0xb4,0x33,0x2,0x4d,0x41,0xea,0xca,0x75,0x52,0xda,0x33, + 0x58,0xa1,0x73,0x2e,0x12,0x71,0x66,0x48,0x90,0x8f,0xeb,0x7e,0x2d,0x46,0xbf,0x7d, + 0xda,0x3,0xb8,0x14,0xc9,0x26,0x6c,0x19,0x81,0x1a,0x80,0x5f,0x92,0xee,0xf,0x5d, + 0x14,0x6d,0x39,0xf0,0x26,0x74,0xe5,0xc5,0x6d,0x16,0x20,0x7c,0x7,0xf7,0xbd,0x7a, + 0x56,0xa9,0xab,0x33,0xf0,0x98,0x42,0x5f,0x8,0x39,0x26,0xf6,0x15,0x1b,0x41,0x28, + 0x2e,0x2,0x6a,0x92,0x49,0x84,0xe0,0xbb,0xe8,0xa6,0xaa,0x5,0x24,0xa6,0xdc,0xc5, + 0xfe,0x89,0xac,0xa9,0x1f,0xe,0x50,0x1c,0xf3,0x84,0x52,0xd7,0x61,0x64,0x17,0xc7, + 0x6f,0x49,0x5d,0x6a,0x84,0x9e,0xc0,0xfb,0x64,0x33,0xea,0x5f,0xa3,0xb4,0xe9,0x18, + 0x85,0xae,0xa9,0xe8,0xa,0x5e,0xd4,0x33,0x2b,0x22,0x49,0x57,0x5d,0xf7,0x4a,0x93, + 0x65,0x19,0xa4,0xf4,0x5b,0x16,0xcf,0xc1,0x73,0xd4,0xee,0x36,0x74,0x43,0xb2,0x25, + 0xd2,0xa1,0xd2,0xfe,0xe1,0xdf,0x57,0xda,0xb3,0x6,0xb2,0x70,0xe8,0xd2,0xb7,0x67, + 0xdc,0xb,0xae,0x13,0x4e,0xc2,0x7d,0x8f,0x66,0xa3,0xcb,0x8,0xdc,0x13,0x89,0x17, + 0x48,0xfb,0x19,0xf0,0x29,0x58,0x6a,0x64,0xc8,0x40,0xe0,0x4c,0x24,0xe1,0xe6,0xe7, + 0xa4,0xf7,0x0,0x68,0x7f,0x7c,0x4d,0x95,0x9a,0x87,0xe2,0x5f,0x6e,0xee,0x69,0x46, + 0x76,0x59,0x5c,0xf7,0xe8,0x26,0xa5,0xbe,0x5d,0x15,0xba,0xe2,0xca,0x27,0xc8,0xec, + 0xe2,0x24,0xa4,0x4,0x99,0x91,0x3,0x96,0x43,0xb6,0xfa,0x8e,0x4,0x2e,0x2,0xee, + 0x43,0xf6,0xff,0x35,0x6f,0xe6,0x28,0x39,0x41,0xd9,0xfe,0x71,0x4a,0x7d,0x9b,0x25, + 0xba,0xca,0xfc,0x72,0x10,0xba,0xfb,0xa3,0x29,0xc5,0xe,0x70,0x99,0x52,0x5f,0x94, + 0x4c,0x41,0x3a,0x7a,0x69,0x85,0xe0,0x95,0x12,0x5d,0xa5,0x91,0x1a,0x9a,0x22,0x9d, + 0x1d,0xd1,0x17,0xd9,0xaa,0x2b,0xdf,0x23,0xfe,0x1a,0xba,0xad,0xbe,0x7b,0x81,0xbd, + 0x15,0xc7,0xf5,0x43,0xde,0x1c,0xae,0xf0,0xdf,0xbb,0x69,0xbc,0x5,0xc1,0x26,0x60, + 0x1c,0xb0,0x89,0xe3,0xb8,0x29,0x2c,0xa9,0x1f,0xe8,0xe2,0x35,0x24,0xbd,0xb7,0x8b, + 0xc5,0xc0,0x44,0x96,0xf6,0xf5,0x28,0xfa,0x7f,0x58,0xae,0x86,0x6,0xa6,0x1b,0x52, + 0xad,0xd7,0xf5,0x96,0x58,0x80,0xcc,0x2e,0x34,0xdc,0xae,0xd0,0xd7,0x46,0xe3,0xb9, + 0x9e,0x1e,0x86,0xee,0x8d,0xfc,0x2b,0xa5,0xbe,0x61,0x4a,0x7d,0xdb,0x62,0xb,0xaf, + 0x46,0x4,0x9d,0x80,0xcf,0x70,0x3f,0x48,0xc7,0x29,0xf5,0x6d,0x88,0xee,0x93,0xe3, + 0x55,0x1a,0xa7,0xee,0x7c,0x5f,0x24,0x9,0xa8,0xeb,0x9e,0xcc,0x7,0x6,0x29,0x75, + 0x5e,0xac,0xd0,0xf7,0x72,0xb0,0x2b,0x30,0xea,0x9a,0x9b,0x71,0x3f,0x4c,0x63,0x3d, + 0xf4,0xdd,0xa7,0xd0,0x57,0xa0,0x71,0x3c,0xcb,0xae,0x40,0x77,0x3f,0x7e,0xaf,0xd4, + 0xd7,0x8c,0x54,0x19,0x76,0xe9,0x3b,0x2f,0xd4,0x5,0x18,0xf5,0xcd,0xfe,0xe8,0xa6, + 0xed,0x6b,0x2b,0xf5,0x6d,0xa1,0xd0,0x57,0x7c,0xe3,0x6d,0x10,0xea,0x22,0x6a,0x94, + 0x91,0x40,0xb,0xee,0x7b,0xb1,0x8,0xf9,0xf6,0xd7,0xb0,0x93,0x42,0x5f,0x1,0xd8, + 0x38,0xd4,0x45,0x18,0xf5,0x4d,0x77,0x60,0x3a,0xee,0x7,0xea,0x77,0x1e,0x3a,0xef, + 0x57,0xe8,0x2b,0x0,0xaf,0x53,0xbf,0x55,0x83,0x57,0x46,0xef,0xab,0xa1,0x7d,0xfb, + 0x83,0x54,0x7c,0x72,0xe9,0xcb,0xca,0x5b,0xd4,0xa8,0x13,0xfe,0x8c,0xfb,0xa1,0x9a, + 0x3,0xac,0xa0,0xd4,0xb7,0x16,0x7a,0x27,0x95,0x9b,0x88,0xbf,0xc3,0x51,0xab,0x74, + 0x45,0xdc,0xa3,0x35,0xd7,0xff,0x9,0xfa,0xbd,0xf6,0xc1,0xe8,0xca,0x80,0x9f,0x16, + 0xe6,0x32,0x8c,0x46,0x61,0x38,0xba,0x87,0xf5,0xe7,0x1e,0x3a,0xcf,0x55,0xea,0x2c, + 0x0,0x17,0x86,0xb8,0x88,0x1a,0xa1,0x9,0xb8,0x11,0xfd,0xb5,0x1f,0xe6,0xa1,0x5b, + 0xa3,0x77,0x31,0xfa,0xc5,0x44,0xc3,0xf8,0x1f,0x2f,0xe3,0x7e,0xb8,0xa6,0xa1,0x9f, + 0xb2,0x77,0x47,0x72,0xb,0x68,0x3b,0xc2,0x89,0x81,0xae,0xa3,0xda,0xf8,0x38,0xe8, + 0x3c,0x89,0x7e,0xf6,0xb3,0x1a,0xb0,0x50,0xa1,0xb3,0xa3,0x12,0xe1,0x86,0xe1,0xe4, + 0x48,0x74,0xf,0xed,0x99,0x1e,0x3a,0x87,0xa3,0x7b,0x68,0xb,0xc8,0xd4,0x36,0xcf, + 0x83,0x40,0x13,0x70,0x9,0xfa,0xce,0x3f,0x1d,0x89,0xa1,0xd0,0x72,0x9d,0x52,0xef, + 0x36,0x89,0xaf,0xc4,0x68,0x48,0xba,0xa0,0xdb,0x5e,0x9a,0x8d,0x2c,0x70,0x69,0x39, + 0x45,0xa1,0xb3,0x54,0x2e,0x22,0x7f,0x6b,0x2,0x9d,0xd1,0x77,0xd0,0x2,0xb2,0xab, + 0xb2,0xaf,0x87,0xfe,0x8d,0xd0,0xed,0x26,0x3c,0x9f,0xfc,0x52,0x8c,0x46,0xe6,0x74, + 0x74,0xf,0xf0,0xd,0x1e,0x3a,0x9b,0x80,0x7f,0x28,0xf5,0x16,0xe5,0x66,0xf2,0x53, + 0x1a,0x6b,0x45,0xfc,0xc3,0x72,0x7d,0x76,0x54,0x40,0xbf,0xa0,0xd8,0x68,0x2e,0xd6, + 0x46,0x60,0x7a,0x1,0x9f,0xa2,0x9b,0xae,0x6f,0xee,0xa1,0x77,0x39,0x64,0xcb,0xcf, + 0xa7,0x93,0xbc,0x81,0xb8,0xbc,0xd6,0x32,0xdb,0xa3,0xf3,0xf2,0x2b,0x95,0xc7,0xf1, + 0x4b,0x8f,0xa6,0xf1,0xd3,0x28,0x20,0x6b,0x38,0x16,0xb3,0x6f,0x24,0x46,0x13,0xb3, + 0x5e,0x40,0x82,0x84,0x7c,0x58,0x15,0xff,0x44,0x26,0x73,0x11,0x8f,0xc1,0x5a,0x73, + 0x1b,0xee,0x9,0xfc,0x1a,0x59,0x71,0xf7,0xb9,0x9e,0x17,0xf1,0xcf,0xc4,0xfb,0x8a, + 0x52,0x77,0xa3,0xe7,0x5a,0x30,0x2,0xd1,0x15,0x78,0xf,0xdd,0x2c,0x40,0x93,0xb8, + 0xa2,0x94,0x75,0x88,0x97,0xc8,0xe4,0x15,0x6a,0x67,0x71,0x6b,0x2f,0x74,0xf7,0xa7, + 0x5c,0xde,0x45,0x57,0x11,0xa8,0x94,0x75,0x95,0xba,0xb5,0x39,0x4,0xd,0xc3,0x49, + 0x6f,0xf4,0xdb,0x77,0x71,0xf6,0x9b,0x37,0x27,0x5e,0x2,0x93,0x36,0xa4,0xb6,0x40, + 0xb5,0xf2,0x9,0xec,0x8c,0xfe,0x5b,0xbc,0x5c,0x26,0x11,0xaf,0x3a,0xd2,0x56,0x4a, + 0xfd,0x63,0xd1,0x67,0x71,0x36,0x8c,0x48,0xae,0x47,0xf7,0xd0,0x7d,0x4e,0xfc,0xd5, + 0xfa,0x21,0x24,0xcb,0x6b,0xf8,0x10,0x32,0xe5,0x4d,0x3b,0xd4,0xb5,0x7,0x12,0x32, + 0xfd,0x5c,0x2,0x5b,0x5f,0x26,0xbe,0x63,0xce,0xf2,0xe8,0x56,0xff,0xb,0x58,0xf0, + 0x8f,0x11,0x80,0x43,0xd0,0x3f,0xd8,0xe7,0x27,0x6c,0x6b,0x55,0xfc,0x17,0x6,0xcb, + 0x65,0x2a,0xe2,0x47,0xbf,0x3d,0xe1,0xea,0xe,0xf4,0x2,0x76,0x43,0x6,0xc2,0x59, + 0x9,0xed,0x7b,0x92,0xe4,0x29,0xb5,0x6e,0x52,0xb6,0xd5,0x82,0xc4,0xff,0x1b,0x46, + 0x2c,0x56,0x43,0x17,0x14,0x54,0x40,0x56,0xe8,0x43,0x4,0xf1,0x2c,0x87,0xff,0x16, + 0x61,0x25,0x99,0xb,0x3c,0x2,0x9c,0x3,0xec,0x87,0xec,0x20,0xb8,0x6,0x85,0x9e, + 0xc8,0x1e,0xfb,0xc1,0xc0,0x5,0x48,0x7e,0x45,0xad,0xe3,0x92,0x4b,0xfe,0x4c,0x98, + 0x8a,0x3c,0x2b,0xa2,0xab,0xbb,0x50,0x0,0x3e,0x44,0x66,0xd,0x86,0xe1,0x45,0x67, + 0x64,0x21,0x49,0xf3,0x90,0x2d,0x40,0x12,0x7f,0x84,0xa2,0x9,0x59,0xe9,0xf,0xd5, + 0xf1,0xca,0xdf,0x8a,0x5f,0x20,0xb,0x70,0x2f,0x23,0x69,0xb9,0x5e,0x45,0xbe,0xc9, + 0xa7,0x93,0x3c,0x5f,0x62,0x47,0x32,0xb,0x19,0x50,0x42,0xb2,0xb,0xba,0x20,0xa0, + 0x2,0x70,0x57,0xe0,0xb6,0x8d,0x6,0xe0,0x42,0xf4,0xf,0x78,0x5a,0xee,0xba,0xc3, + 0xf1,0x8b,0x1d,0xa8,0x45,0xf9,0xf,0xb2,0xd3,0x91,0x6,0x97,0x7a,0xd8,0xf1,0xfd, + 0x94,0x6c,0x30,0xea,0x90,0xed,0xd0,0x2f,0x34,0x3d,0x48,0xba,0x6e,0xba,0x5d,0x90, + 0xec,0xb4,0x73,0x94,0xf6,0xd4,0x8a,0xcc,0x68,0xb7,0x3b,0xcd,0x95,0xf8,0x2e,0xe8, + 0x17,0x23,0xe7,0x20,0xa1,0xc3,0x86,0x11,0x49,0x7f,0x60,0x32,0xba,0x87,0xea,0x53, + 0xb2,0x4b,0x19,0xbd,0x26,0xfa,0xd4,0x62,0xd5,0x94,0x56,0xc4,0x2d,0x7a,0x40,0x3a, + 0xb7,0x61,0x19,0xd6,0x6,0xbe,0x54,0xda,0xf6,0x2a,0xfe,0x7e,0x1a,0x46,0x83,0xf1, + 0x57,0xf4,0xf,0xba,0x36,0x5f,0x7d,0x48,0x36,0x2,0x46,0x91,0xce,0xb7,0x7a,0xd2, + 0x8e,0x3f,0xa,0xd9,0xce,0xcc,0x9a,0xef,0x7a,0xd8,0x79,0x59,0x15,0xec,0x33,0x72, + 0xc2,0xb1,0xe8,0x1f,0xa4,0x8b,0xaa,0x64,0x63,0x91,0xd,0x91,0x94,0xe3,0x59,0x94, + 0xc2,0x8a,0x92,0x59,0xc0,0x55,0xc8,0xc,0xa5,0x9a,0x68,0xd2,0xaf,0x17,0x90,0x81, + 0xd3,0x5c,0x84,0x8d,0x65,0x18,0x82,0x6c,0x9b,0x69,0x1e,0xa2,0x71,0x84,0xdb,0x63, + 0x4f,0x4a,0x3f,0x24,0x6f,0xc1,0xa3,0x64,0x37,0x2b,0x68,0x6d,0x6f,0xef,0x48,0xc4, + 0x4b,0xb2,0x16,0xe8,0x87,0xde,0x1d,0x79,0x2a,0xfe,0x2e,0xc8,0x46,0x1d,0xd3,0xd, + 0x78,0x9,0xdd,0xc3,0x33,0x9b,0xda,0x2d,0xc,0xf9,0x55,0x64,0xb5,0xfb,0x56,0xf4, + 0xfb,0xe4,0x5a,0x99,0x84,0xc4,0xf7,0x1f,0x4a,0x76,0xdf,0xf7,0xbe,0xc,0x47,0x57, + 0x69,0xb8,0x0,0x3c,0x4c,0xfe,0x72,0x2c,0x18,0x29,0xf1,0x3b,0xf4,0x1d,0xe1,0xc8, + 0x2a,0xd9,0x18,0x87,0x21,0xc0,0x81,0xc0,0xd9,0xc8,0xa0,0xf0,0x3c,0xe2,0x18,0x33, + 0x93,0x8e,0xa7,0xc6,0xd3,0x11,0x77,0xe4,0x67,0x81,0xbf,0x0,0x67,0x20,0x49,0x3a, + 0x56,0xcf,0xda,0xf0,0x4,0xfc,0x1c,0xfd,0x6f,0xd9,0x28,0x75,0x18,0x8c,0x8,0xd6, + 0x42,0x1f,0xc2,0x7a,0x6b,0x4a,0x36,0xc,0x22,0x8c,0x87,0x9c,0x2f,0x7d,0x11,0xcf, + 0xc3,0x6a,0x24,0x1a,0xe9,0x41,0x3a,0x3b,0x28,0x9d,0x80,0xa7,0xd0,0xfd,0x9e,0x33, + 0xb0,0x4a,0xbf,0xd,0xcf,0x39,0xe8,0xa7,0xc0,0xbe,0x71,0xeb,0x51,0x74,0x47,0xb2, + 0x4,0x7f,0xc1,0x92,0xef,0xea,0xd1,0xd4,0x7f,0xa5,0xe0,0x9d,0x90,0x78,0x80,0xe2, + 0x7d,0xfd,0x8,0xc9,0xb7,0x10,0xd2,0x5f,0x60,0x35,0xa4,0x73,0x6b,0x7e,0x57,0x9f, + 0xc,0xc4,0x46,0x1d,0xf2,0x7,0xf4,0xdf,0xfe,0xa1,0x2,0x4b,0x86,0x21,0x95,0x6c, + 0x2b,0x2d,0xb0,0xdd,0x80,0x5f,0x8e,0xc1,0x3c,0xb0,0x2e,0x92,0x30,0xa5,0xd2,0xfd, + 0x7d,0xa,0xe9,0xb8,0x21,0x38,0x0,0xfd,0xac,0xee,0xd4,0x40,0x6d,0x1a,0x39,0xe5, + 0x78,0xf4,0xdf,0x8c,0x21,0x6,0x81,0x1f,0x22,0x25,0xa8,0x35,0x6d,0x9d,0x45,0xfe, + 0xab,0x4,0x2d,0x8f,0xec,0xbd,0x6b,0xe2,0x1a,0xbe,0x20,0x79,0xe,0xbf,0x3,0xd0, + 0x2f,0x4,0x16,0x80,0xdd,0x13,0xb6,0x67,0xe4,0x9c,0x81,0x2c,0x99,0x86,0xa7,0x39, + 0x8,0x7c,0x5,0x49,0xde,0xa1,0x6d,0xa7,0x28,0x9f,0x1,0xbf,0x68,0x3f,0x3f,0x4f, + 0xac,0xa,0x5c,0x8e,0xdc,0x2f,0xdf,0x6b,0xbe,0x9a,0x78,0x3,0x9f,0x6f,0xe7,0x9f, + 0x88,0xac,0x45,0x18,0xd,0xce,0x7e,0xe8,0x7d,0xff,0xe3,0xc,0x2,0x23,0x91,0x6f, + 0x5d,0xdf,0x8e,0x50,0x2a,0x73,0x90,0xdd,0xa,0x6d,0x41,0xd2,0x6a,0xb1,0x11,0xf2, + 0x9,0x93,0x34,0x92,0xf1,0x4d,0xfc,0x22,0x2c,0x7d,0x3b,0xff,0x3c,0x24,0xbb,0x90, + 0x61,0x0,0x12,0xae,0xea,0x93,0xd0,0x72,0xe,0x30,0xc2,0xa1,0xb3,0x33,0x92,0x95, + 0xc6,0x67,0x70,0xd1,0xc8,0x38,0x24,0xd0,0x66,0xc5,0x64,0x97,0x1c,0x8c,0x95,0x11, + 0x7b,0xc6,0x11,0xf6,0x3a,0x17,0x20,0x5b,0x91,0xae,0xcc,0xbe,0xfb,0xe3,0xdf,0xf9, + 0xab,0xe1,0xc6,0x6d,0xd4,0x38,0x87,0x13,0x6e,0x26,0xb0,0x26,0xf0,0x6f,0xf,0x5d, + 0x71,0x3b,0xc8,0xbd,0xc0,0x9,0x64,0xeb,0x9c,0xd4,0x84,0xbc,0x9d,0x4f,0x7,0x1e, + 0x23,0xfc,0x0,0x57,0x2e,0xf7,0x53,0x79,0xb0,0x8b,0xf3,0xe6,0xb7,0xce,0x6f,0x54, + 0x24,0xc4,0x20,0x70,0x28,0xc9,0x53,0x67,0xc5,0x91,0xc9,0xc0,0x35,0x48,0x38,0x73, + 0x68,0x9a,0x81,0x6f,0x22,0x5,0x4a,0x34,0x75,0x12,0x42,0xcb,0x14,0x24,0x9,0x69, + 0x29,0xf6,0xe6,0x37,0x52,0x21,0xee,0x20,0xd0,0x7,0x7d,0xbe,0xba,0xb4,0xe5,0x6, + 0xc2,0xed,0xad,0xf7,0x46,0xf2,0x1e,0x54,0xfb,0x9a,0xda,0x90,0x5a,0x83,0x5d,0xb1, + 0xce,0x6f,0xa4,0x4c,0x9c,0x41,0x60,0xa2,0xc7,0xf1,0xa5,0xf2,0x2e,0xfa,0x1c,0x4, + 0x3e,0xf2,0xb3,0x40,0xf7,0xe2,0xea,0x14,0x6c,0x7b,0x9d,0x78,0xf5,0x10,0x8a,0xe7, + 0x5a,0xe7,0x37,0x52,0xc7,0x77,0x61,0x30,0x8e,0x8c,0x42,0x92,0x90,0x74,0x41,0xc2, + 0x91,0x43,0x6,0xf1,0x7c,0x4a,0xf2,0x59,0x40,0x3f,0xc2,0xe6,0x26,0x9c,0xdc,0x7e, + 0x9d,0x9d,0x90,0xa0,0xa2,0x7,0x2,0xea,0xb6,0xce,0x6f,0x4,0xc7,0x77,0x26,0xa0, + 0x95,0x59,0xed,0xba,0xcb,0xe9,0x85,0x2c,0xae,0x25,0xdd,0x36,0x2c,0xca,0xd0,0x84, + 0xd7,0xbf,0x7b,0x20,0x3b,0x26,0x0,0xc7,0xb0,0x6c,0xdd,0x82,0x26,0xc4,0x1b,0x2f, + 0x8d,0x4,0xa8,0xd6,0xf9,0x8d,0x20,0x84,0x1e,0x4,0xfe,0x83,0xbb,0x2a,0x4e,0x17, + 0xe0,0x8,0xf4,0x61,0xca,0x95,0x24,0xa9,0x67,0x9d,0x6f,0x29,0xf3,0x72,0x79,0xa, + 0xf8,0x16,0xee,0xad,0xbc,0x4d,0x80,0xb7,0x12,0xb6,0x65,0x9d,0xdf,0x48,0x8d,0x83, + 0x48,0xfe,0x39,0xd0,0x86,0x14,0xed,0xf0,0x4d,0x26,0x32,0xc,0xc9,0x40,0xf4,0x59, + 0x8c,0x36,0xcf,0x8e,0x71,0xad,0xa5,0x5c,0x1b,0xa3,0xcd,0x29,0xc8,0x75,0xfa,0xa6, + 0x4a,0xef,0xd1,0x7e,0x9e,0x75,0x7e,0xa3,0x26,0x49,0x32,0x13,0xf8,0x18,0xf8,0x46, + 0xc2,0xf6,0xbb,0x23,0x6f,0xf4,0x5b,0xd0,0xbb,0x2f,0xdf,0x96,0xb0,0xcd,0xb1,0xca, + 0x76,0xa6,0x20,0x8b,0x85,0xbb,0x91,0xbc,0x72,0xf1,0xc1,0xe8,0xa3,0xf9,0x3a,0xea, + 0xfc,0x3b,0x26,0x6c,0xdf,0x30,0x2a,0x12,0x67,0x10,0x18,0xd,0xac,0x10,0xd8,0x8e, + 0xce,0x48,0x8d,0x3e,0x57,0xdb,0x2f,0x26,0x6c,0xc7,0x35,0xd0,0xb4,0x21,0x7e,0x7, + 0xae,0x29,0xbe,0x2f,0x6b,0xa0,0x2f,0xcc,0x62,0x9d,0xdf,0xc8,0x14,0xed,0xe7,0xc0, + 0x7c,0xc4,0x45,0x36,0xad,0xd4,0x53,0x5d,0x15,0x76,0xcc,0x25,0x7e,0xe7,0x5c,0xc9, + 0xa1,0xbb,0x80,0x64,0x18,0x4a,0x8b,0x4e,0xe8,0x5d,0xa9,0x6d,0xda,0x6f,0x64,0x8a, + 0x6b,0x10,0xf0,0xd,0x66,0x89,0x8b,0xa6,0x72,0xd0,0x1a,0x31,0x75,0x8f,0x54,0xe8, + 0x7e,0x24,0xbe,0xe9,0x6a,0xb6,0x44,0x7c,0x25,0xac,0xf3,0x1b,0x35,0xc5,0xbe,0x2c, + 0x5b,0x3c,0xb4,0x5,0xf8,0x23,0xd9,0x85,0x99,0x6a,0xa,0x89,0x7e,0x33,0xa6,0xee, + 0x1f,0x2a,0x74,0xff,0x3e,0x81,0xed,0x3e,0x2c,0x47,0xc7,0x35,0x1b,0x3e,0x20,0x1d, + 0xd7,0x67,0x23,0x7,0x24,0x5d,0x6c,0x4a,0xca,0x3d,0x48,0x69,0xaa,0xfd,0x90,0x4, + 0x9c,0x53,0x91,0x87,0xf4,0x9d,0xc,0x6d,0x18,0xf,0xec,0xed,0x38,0x66,0x8,0xe2, + 0xca,0xeb,0x8b,0xc6,0x87,0xe0,0xcd,0x18,0x7a,0xe3,0x30,0x3,0x29,0xd5,0x7e,0x31, + 0x32,0xf0,0x2e,0x8f,0xac,0x6f,0xdc,0x8d,0x24,0x39,0x35,0x8c,0x86,0xe4,0x48,0xdc, + 0x6f,0xe9,0xeb,0x62,0xea,0x7e,0x4c,0xa1,0x7b,0xfb,0x4,0xb6,0x1b,0x46,0x22,0x42, + 0xaf,0x3c,0xe7,0x91,0xf1,0x8a,0x63,0xe2,0x96,0xeb,0xd2,0x9c,0xa7,0x69,0xdf,0x30, + 0x8c,0x94,0xe8,0x8d,0xbb,0x22,0xd0,0x8c,0x18,0x7a,0xfb,0x3a,0x74,0x16,0x80,0xcf, + 0x13,0xda,0x6e,0x18,0x89,0xb0,0x19,0x80,0x64,0x26,0xfa,0xc8,0x71,0x4c,0x7f,0xfc, + 0x73,0xf0,0xd7,0xd2,0xf7,0xbf,0x61,0x74,0x88,0xd,0x0,0x82,0x66,0x1a,0xee,0x1b, + 0x14,0xa4,0x99,0xfe,0xdb,0x0,0x60,0x54,0x95,0x6a,0xef,0x2,0xd4,0xa,0xe3,0x81, + 0x5d,0x1c,0xc7,0xec,0x85,0x5f,0x68,0xb0,0x66,0x5f,0x7d,0x82,0x87,0x3e,0xc3,0x30, + 0x52,0xe2,0x38,0xfc,0x5c,0x66,0x43,0x89,0x6b,0xd0,0x31,0x8c,0x54,0xb1,0x4f,0x0, + 0xa1,0x5a,0x2b,0xf1,0xb6,0x3,0x60,0x18,0x35,0xc0,0xa,0x64,0xff,0xf6,0x9f,0x8d, + 0x95,0xd7,0x36,0xaa,0x8c,0xcd,0x0,0x84,0xcf,0xc9,0x7e,0x4b,0x6e,0x3c,0x32,0x10, + 0x18,0x46,0xd5,0xb0,0x1,0x60,0x9,0x59,0xaf,0xc8,0xdb,0xf4,0xdf,0xa8,0x3a,0x36, + 0x0,0x2c,0xe1,0xe1,0x8c,0xdb,0x8b,0x13,0x5b,0x60,0x18,0x46,0x4a,0xc,0x22,0x7e, + 0x9a,0x6d,0x5f,0x19,0x8f,0x15,0xd5,0x34,0x8c,0x9a,0x63,0x2b,0xe0,0x7d,0xd2,0xed, + 0xfc,0xaf,0x1,0xeb,0x64,0x75,0x41,0x86,0x11,0x85,0xad,0x42,0x2f,0x4b,0x4f,0x24, + 0x3c,0x78,0x28,0xcb,0xa6,0xe0,0x4e,0xc2,0x7c,0xe0,0x15,0xa4,0x4e,0x5f,0x4b,0x40, + 0xbd,0x86,0x61,0x18,0x86,0xe1,0xcf,0xff,0x3,0x31,0x3d,0x6,0x53,0xe6,0x44,0x12, + 0x33,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, // E:/Projects/QT/GUIProj/RRJClient/RRJClient/resource/Icons/plane.png 0x0,0x0,0x4,0x49, 0x89, @@ -67784,12 +69645,22 @@ static const unsigned char qt_resource_name[] = { 0x0,0x4c, 0x0,0x69,0x0,0x62,0x0,0x65,0x0,0x72,0x0,0x61,0x0,0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,0x53,0x0,0x61,0x0,0x6e,0x0,0x73,0x0,0x2d,0x0,0x52,0x0,0x65, 0x0,0x67,0x0,0x75,0x0,0x6c,0x0,0x61,0x0,0x72,0x0,0x2e,0x0,0x74,0x0,0x74,0x0,0x66, + // settingWhite.png + 0x0,0x10, + 0x6,0xb3,0xbe,0x47, + 0x0,0x73, + 0x0,0x65,0x0,0x74,0x0,0x74,0x0,0x69,0x0,0x6e,0x0,0x67,0x0,0x57,0x0,0x68,0x0,0x69,0x0,0x74,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, // monitor-display.png 0x0,0x13, 0x9,0x6a,0x6d,0x87, 0x0,0x6d, 0x0,0x6f,0x0,0x6e,0x0,0x69,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x64,0x0,0x69,0x0,0x73,0x0,0x70,0x0,0x6c,0x0,0x61,0x0,0x79,0x0,0x2e,0x0,0x70, 0x0,0x6e,0x0,0x67, + // setting.png + 0x0,0xb, + 0x0,0xbd,0xc0,0x27, + 0x0,0x73, + 0x0,0x65,0x0,0x74,0x0,0x74,0x0,0x69,0x0,0x6e,0x0,0x67,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, // plane.png 0x0,0x9, 0x8,0x48,0xb9,0x7, @@ -67804,33 +69675,39 @@ static const unsigned char qt_resource_struct[] = { 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, // :/style.css 0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, -0x0,0x0,0x1,0x92,0x43,0x15,0x61,0x91, +0x0,0x0,0x1,0x92,0x48,0x9,0x7,0xd0, // :/resource 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x3, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, // :/resource/Fonts - 0x0,0x0,0x0,0x5a,0x0,0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x8, + 0x0,0x0,0x0,0x5a,0x0,0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0xa, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, // :/resource/Icons - 0x0,0x0,0x0,0x4a,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x6, + 0x0,0x0,0x0,0x4a,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x6, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, // :/resource/SSJ-100.png - 0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x3,0x1f, + 0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x5,0xb7, 0x0,0x0,0x1,0x92,0x42,0xa,0xa2,0x28, + // :/resource/Icons/setting.png + 0x0,0x0,0x1,0x56,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x10,0xcc,0x51, +0x0,0x0,0x1,0x92,0x47,0x9,0xdd,0xaa, + // :/resource/Icons/settingWhite.png + 0x0,0x0,0x1,0x4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x10,0x80,0x4a, +0x0,0x0,0x1,0x92,0x47,0xc,0xaf,0x4c, // :/resource/Icons/plane.png - 0x0,0x0,0x1,0x30,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x10,0x83,0x81, + 0x0,0x0,0x1,0x72,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x10,0xf7,0x63, 0x0,0x0,0x1,0x91,0xb3,0xf,0xc0,0x1f, // :/resource/Icons/monitor-display.png - 0x0,0x0,0x1,0x4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x10,0x7d,0xb2, + 0x0,0x0,0x1,0x2a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x10,0xc6,0x82, 0x0,0x0,0x1,0x92,0x42,0xfe,0x89,0x26, // :/resource/Fonts/HelveticaNeue-Medium.ttf - 0x0,0x0,0x0,0x6a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x8,0x34,0x82, + 0x0,0x0,0x0,0x6a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x8,0x37,0x1a, 0x0,0x0,0x1,0x92,0x42,0xb4,0xbd,0xcd, // :/resource/Fonts/LiberationSans-Regular.ttf - 0x0,0x0,0x0,0xca,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x25,0xb6, + 0x0,0x0,0x0,0xca,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x28,0x4e, 0x0,0x0,0x1,0x92,0x42,0x25,0xa7,0xdc, // :/resource/Fonts/Kanit Cyrillic.ttf - 0x0,0x0,0x0,0xa0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x9d,0xf6, + 0x0,0x0,0x0,0xa0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xa0,0x8e, 0x0,0x0,0x1,0x92,0x42,0x14,0x94,0xcc, }; diff --git a/debug/qrc_resources.o b/debug/qrc_resources.o index c5588ff..b8a66ba 100644 Binary files a/debug/qrc_resources.o and b/debug/qrc_resources.o differ diff --git a/debug/updatenotifywidget.o b/debug/updatenotifywidget.o index 7ecb50b..d9f4bc6 100644 Binary files a/debug/updatenotifywidget.o and b/debug/updatenotifywidget.o differ diff --git a/mainwindow.cpp b/mainwindow.cpp index e81924b..58e165c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -24,13 +24,17 @@ void MainWindow::initialize() ui->notificationLabel->hide(); ui->loadingProgressBar->hide(); ui->updateButton->hide(); - ui->connectButton->hide(); + ui->offlineWidget->hide(); + ui->offlineStartButton->show(); + ui->offlineStartButton->setEnabled(false); + ui->offlineStartButton->setGeometry(570,552,220,35); + ui->startButton->hide(); ui->startButton->setEnabled(false); - ui->debugText->hide(); - ui->displayGroupWidget->hide(); + ui->displayGroupWidget->show(); ui->autostartCheckBox->hide(); - ui->updateButton->setEnabled(false); ui->startButton->setEnabled(false); + ui->loginWidget->hide(); + ui->updateWidget->hide(); createObjects(); @@ -87,18 +91,16 @@ void MainWindow::bindConnection() connect(recognizeSystem,&RecognizeSystem::sigUpdateBytesAvailable,this,&MainWindow::updateProgress,Qt::QueuedConnection); connect(recognizeSystem,&RecognizeSystem::sigLoadComplete,this,&MainWindow::loadComplete); connect(recognizeSystem,&RecognizeSystem::sigNeedUpdate,this,&MainWindow::setNeedUpdate); - connect(recognizeSystem,&RecognizeSystem::sigSendDebugLog,this,&MainWindow::debugLog); connect(recognizeSystem,&RecognizeSystem::sigSocketDisabled,this,&MainWindow::lostConnection); connect(recognizeSystem,&RecognizeSystem::sigSaveLoginData,this,&MainWindow::checkLoginResult); connect(recognizeSystem,&RecognizeSystem::sigSocketWaitForReadyRead,client,&TCPClient::waitRead,Qt::AutoConnection); connect(recognizeSystem,&RecognizeSystem::sigServerBlocked,this,&MainWindow::serverBlocked); connect(hashComparer,&HashComparer::sigCallCheck,this,&MainWindow::checkUpdate); + connect(hashComparer,&HashComparer::sigHaveDelta,this,&MainWindow::showUpdateInfo); connect(sendSystem,&SendSystem::sigGetXmlAnswer,dataParser,&DataParser::slotGetXmlAnswer); - connect(client,&TCPClient::sigSendDebugLog,this,&MainWindow::debugLog,Qt::AutoConnection); - connect(this,&MainWindow::sigInitializeClient,client,&TCPClient::initialize,Qt::AutoConnection); connect(this,&MainWindow::sigSetConnect,client,&TCPClient::setConnect,Qt::AutoConnection); connect(this,&MainWindow::sigSendCommand,client,&TCPClient::slotSendCommand,Qt::AutoConnection); @@ -124,8 +126,12 @@ void MainWindow::loadComplete() ui->updateButton->setEnabled(false); ui->startButton->setEnabled(true); autoStart(); - ui->inlineTextDebug->setText(tr("Обновление завершено...")); + ui->inlineTextDebug->setText(tr("Обновление завершено")); ui->loadingProgressBar->setValue(100); + ui->startButton->show(); + ui->offlineStartButton->setEnabled(true); + ui->autostartCheckBox->hide(); + ui->offlineStartButton->show(); } void MainWindow::setNeedUpdate(bool flag,quint64 size, quint64 fileCount) @@ -139,6 +145,8 @@ void MainWindow::setNeedUpdate(bool flag,quint64 size, quint64 fileCount) QString result = tr("Доступно обновление: ") + Tools::convertFileSize(size); result += tr("Количество файлов: ") + QString::number(fileCount); ui->inlineTextDebug->setText(result); + ui->updateButton->show(); + ui->autostartCheckBox->show(); } else { @@ -147,6 +155,8 @@ void MainWindow::setNeedUpdate(bool flag,quint64 size, quint64 fileCount) ui->loadingProgressBar->setMaximum(100); ui->loadingProgressBar->setValue(100); autoStart(); + ui->startButton->show(); + ui->offlineStartButton->show(); } ui->updateButton->setEnabled(flag); @@ -181,13 +191,10 @@ void MainWindow::checkLoginResult(ServerAuthorization *serverAuth) checkUpdate(); } - ui->updateButton->show(); - ui->displayGroupWidget->show(); - ui->autostartCheckBox->show(); - dataParser->createAuthData(serverAuth); ui->loginWidget->hide(); ui->LanguageWidget->hide(); + ui->settingsButton->hide(); } else { @@ -208,6 +215,7 @@ void MainWindow::checkAppAvailable() { bool isAvailable = externalExecuter->findApp(); ui->startButton->setEnabled(isAvailable); + ui->offlineStartButton->setEnabled(isAvailable); } void MainWindow::checkLanguage(QString language) @@ -253,13 +261,20 @@ void MainWindow::slotConnectionState(bool flag) { palette.setColor(ui->notificationLabel->foregroundRole(),Qt::green); ui->notificationLabel->setText(tr("Соединение установлено")); - ui->connectButton->hide(); + ui->loginWidget->show(); + + ui->offlineStartButton->show(); + ui->offlineStartButton->setGeometry(570,552,220,35); } else { palette.setColor(ui->notificationLabel->foregroundRole(),Qt::red); ui->notificationLabel->setText(tr("Соединение отсутсвует")); - ui->connectButton->show(); + ui->offlineWidget->show(); + ui->offlineStartButton->show(); + ui->offlineStartButton->setGeometry(300,340,220,35); + ui->settingsButton->show(); + ui->loginWidget->hide(); } ui->notificationLabel->setPalette(palette); @@ -270,10 +285,8 @@ void MainWindow::slotServerDisconnect() { ui->loadingProgressBar->hide(); ui->updateButton->hide(); - ui->displayGroupWidget->hide(); ui->autostartCheckBox->hide(); - ui->loginWidget->show(); ui->inlineTextDebug->setText(""); ui->updateButton->setEnabled(false); slotConnectionState(false); @@ -290,14 +303,6 @@ void MainWindow::slotDisableNotify() timer->stop(); } - - -void MainWindow::debugLog(QString message) -{ - ui->debugText->append(message); -} - - void MainWindow::callUpdateList() { updateController->calculateStreamingHash(); @@ -325,6 +330,10 @@ void MainWindow::on_loginButton_clicked() ui->notificationLabel->setText(tr("Соединение отсутсвует")); ui->notificationLabel->setPalette(palette); ui->notificationLabel->show(); + + ui->offlineWidget->show(); + ui->offlineStartButton->show(); + ui->offlineStartButton->setGeometry(300,340,220,35); return; } @@ -338,6 +347,9 @@ void MainWindow::on_loginButton_clicked() dataParser->createAuthMessage(autorization); emit sigSendAutorization(); + ui->offlineStartButton->setGeometry(570,510,220,35); + ui->offlineStartButton->show(); + } void MainWindow::on_updateButton_clicked() @@ -357,9 +369,14 @@ void MainWindow::on_saveServerButton_clicked() { ui->settingsWidget->hide(); - ui->loginWidget->show(); - if(client->getIsConnected()) return; + if(client->getIsConnected()) + { + ui->loginWidget->show(); + ui->offlineStartButton->show(); + return; + } + QString server = ui->serverInputField->text(); QString port = ui->portInputField->text(); @@ -372,6 +389,8 @@ void MainWindow::on_settingsButton_clicked() { ui->settingsWidget->show(); ui->loginWidget->hide(); + ui->offlineWidget->hide(); + ui->offlineStartButton->hide(); } void MainWindow::on_connectButton_clicked() @@ -395,6 +414,22 @@ void MainWindow::checkUpdate() ui->inlineTextDebug->setText(tr("Проверка обновлений...")); } +void MainWindow::showUpdateInfo() +{ + QString text = tr("Есть изменения в локальных файлах (ссылка) "); + QString list = tr("Возможные действия:\n" + " 1. Загрузить изменения на сервер\n" + " 2. Отменить изменения с загрузкой версии с сервера \n" + " 3. Запустить с текущими изменениями"); + + + ui->updateListGuideLabel->setText(text); + ui->updateActionListLabel->setText(list); + + ui->updateWidget->show(); + ui->offlineStartButton->setGeometry(570,552,220,35); +} + void MainWindow::keyPressEvent(QKeyEvent *event) { @@ -406,11 +441,30 @@ void MainWindow::keyPressEvent(QKeyEvent *event) } } + +void MainWindow::on_updateListGuideLabel_linkActivated(const QString &link) +{ + updateWidget->show(); +} + void MainWindow::painting() { - QFontDatabase::addApplicationFont(":/Fonts/Kanit Cyrillic.ttf"); - QFontDatabase::addApplicationFont(":/Fonts/HelveticaNeue-Medium.ttf"); + QFontDatabase::addApplicationFont(":/resource/Fonts/Kanit Cyrillic.ttf"); + QFontDatabase::addApplicationFont(":/resource/Fonts/HelveticaNeue-Medium.ttf"); + QPixmap settingIcon(":resource/Icons/settingWhite.png"); + QPainter painter; + QColor color(45,84,130); + + painter.begin(&settingIcon); + painter.setCompositionMode(QPainter::CompositionMode_SourceIn); + painter.fillRect(settingIcon.rect(),color); + painter.end(); + + QIcon icon; + icon.addPixmap(settingIcon,QIcon::Normal,QIcon::Off); + + ui->settingsButton->setIcon(icon); } MainWindow::~MainWindow() @@ -424,3 +478,4 @@ MainWindow::~MainWindow() delete ui; } + diff --git a/mainwindow.h b/mainwindow.h index 80b4343..a64a1db 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -71,6 +71,8 @@ private slots: void slotServerDisconnect(); + void on_updateListGuideLabel_linkActivated(const QString &link); + private: Ui::MainWindow *ui; UpdateNotifyWidget *updateWidget; @@ -89,7 +91,6 @@ private: int fileCountForUpdate; int filesLoaded; - void debugLog(QString message); void painting(); void initialize(); void updateProgress(); @@ -104,6 +105,7 @@ private: void loadStaticData(); void bindClient(); void createObjects(); + void showUpdateInfo(); protected: virtual void keyPressEvent(QKeyEvent *event); diff --git a/mainwindow.ui b/mainwindow.ui index 02228da..e865b7f 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -6,8 +6,8 @@ 0 0 - 700 - 500 + 800 + 600 @@ -18,42 +18,47 @@ - 700 - 500 + 800 + 600 - 700 - 500 + 800 + 600 Тренажер процедур технического обслуживания самолета RRJ-95NEW-100 + + + 800 + 600 + + + + + 800 + 600 + + 10 - 400 - 681 - 88 + 550 + 780 + 41 - - - - - - - Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft - - - + + 0 + @@ -76,79 +81,17 @@ - + QLayout::SetFixedSize - 27 + 0 0 - - - - true - - - - 0 - 0 - - - - - 100 - 30 - - - - - 100 - 30 - - - - Соединиться - - - false - - - false - - - - - - - true - - - - 0 - 0 - - - - - 100 - 30 - - - - - 100 - 30 - - - - Запуск - - - - + true @@ -185,16 +128,31 @@ - - + + true - - Автозапуск + + + 0 + 0 + - - false + + + 100 + 30 + + + + + 100 + 30 + + + + Запуск @@ -210,8 +168,8 @@ 10 10 - 681 - 381 + 781 + 211 @@ -220,199 +178,13 @@ QFrame::Raised - - - - 10 - 290 - 661 - 81 - - - - - - - -10 - 150 - 691 - 221 - - - - - QLayout::SetDefaultConstraint - - - 0 - - - - - true - - - - 0 - 0 - - - - - 250 - 0 - - - - - 250 - 16777215 - - - - false - - - - - - Вход в систему - - - Qt::AlignCenter - - - - - - - - - - - - Логин - - - - - - - - - - - Пароль - - - - - - - - - - - Настройки - - - - - - - Войти - - - true - - - - - - - - - - - - true - - - - 0 - 0 - - - - - 200 - 0 - - - - - 200 - 16777215 - - - - false - - - - - - Настройки сервера - - - Qt::AlignCenter - - - - - - - - - Сервер - - - - - - - - - - - Порт - - - - - - - - - Сохранить - - - true - - - - - - - - - -10 - -10 - 691 - 250 + 40 + 10 + 700 + 200 @@ -424,13 +196,13 @@ 300 - 250 + 200 700 - 300 + 200 @@ -497,60 +269,37 @@ - + - 190 - 30 - 300 + 730 + 10 + 51 40 - - - 0 - 0 - - - 300 - 0 + 0 + 40 - - - 300 - 16777215 - - - - - 10 - - - - QFrame::StyledPanel - - - QFrame::Plain - - Какая-то ошибка + - - Qt::RichText - - - Qt::AlignCenter + + + 30 + 30 + - 10 - 440 + 0 + 560 200 30 @@ -613,9 +362,585 @@ + + + + 0 + 220 + 801 + 181 + + + + + QLayout::SetDefaultConstraint + + + 1 + + + + + true + + + + 0 + 0 + + + + + 0 + 0 + + + + + 250 + 300 + + + + false + + + + 5 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + 0 + 0 + + + + + 250 + 0 + + + + + 240 + 200 + + + + + + + + 0 + 0 + + + + + 250 + 30 + + + + Вход в систему + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + 230 + 35 + + + + + + + Логин + + + + + + + + 0 + 0 + + + + + 230 + 35 + + + + Пароль + + + + + + + + 230 + 40 + + + + Войти + + + true + + + + + + + + + + + + + + 0 + 0 + + + + + 350 + 16777215 + + + + + 0 + + + 0 + + + 0 + + + + + + 0 + 0 + + + + + 0 + 50 + + + + + 350 + 60 + + + + + 8 + + + + false + + + Связь с сервером не установлена проверьте настройки или запустите в автономном режиме + + + true + + + true + + + 0 + + + + + + + + + + true + + + + 0 + 0 + + + + + 0 + 0 + + + + + 200 + 16777215 + + + + false + + + + + + Настройки сервера + + + Qt::AlignCenter + + + + + + + + + + 0 + 35 + + + + Сервер + + + + + + + + + + + + 0 + 35 + + + + Порт + + + + + + + + + + 0 + 40 + + + + + 16777215 + 50 + + + + Сохранить + + + true + + + + + + + + + + + + 250 + 460 + 300 + 40 + + + + + 0 + 0 + + + + + 300 + 0 + + + + + 300 + 16777215 + + + + + 10 + + + + QFrame::StyledPanel + + + QFrame::Plain + + + Какая-то ошибка + + + Qt::RichText + + + Qt::AlignCenter + + + + + true + + + + 570 + 552 + 220 + 35 + + + + + 0 + 0 + + + + + 150 + 35 + + + + + 1500 + 35 + + + + Запуск в автономном режиме + + + false + + + false + + + + + + 10 + 500 + 561 + 51 + + + + + 10 + + + 1 + + + 1 + + + 1 + + + 1 + + + + + true + + + Автозапуск + + + false + + + + + + + + + + Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft + + + + + + + + + 0 + 330 + 791 + 171 + + + + + + + + 500 + 20 + + + + + 16777215 + 20 + + + + + Calibri + 10 + + + + Есть изменения в локальных файлах + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + TextLabel + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + + + 10 + 550 + 551 + 41 + + + + + + + + 0 + 35 + + + + PushButton + + + + + + + + 0 + 35 + + + + PushButton + + + + + + + + 0 + 35 + + + + PushButton + + + + + + updateWidget + LanguageWidget mainFrame layoutWidget - LanguageWidget + horizontalWidget + notificationLabel + offlineStartButton + debugWidget + horizontalLayoutWidget diff --git a/mainwindow.ui.autosave b/mainwindow.ui.autosave new file mode 100644 index 0000000..be27b01 --- /dev/null +++ b/mainwindow.ui.autosave @@ -0,0 +1,948 @@ + + + MainWindow + + + + 0 + 0 + 800 + 600 + + + + + 0 + 0 + + + + + 800 + 600 + + + + + 800 + 600 + + + + Тренажер процедур технического обслуживания самолета RRJ-95NEW-100 + + + + + 800 + 600 + + + + + 800 + 600 + + + + + + 10 + 550 + 780 + 41 + + + + + + + 0 + + + + + + 0 + 30 + + + + + 16777215 + 30 + + + + 10 + + + + + + + + + QLayout::SetFixedSize + + + 0 + + + 0 + + + + + true + + + + 0 + 0 + + + + + 100 + 30 + + + + + 100 + 30 + + + + + Calibri + 8 + + + + Обновить + + + false + + + + + + + true + + + + 0 + 0 + + + + + 100 + 30 + + + + + 100 + 30 + + + + Запуск + + + + + + + + + + true + + + + 10 + 10 + 781 + 211 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + 40 + 10 + 700 + 200 + + + + + 0 + 0 + + + + + 300 + 200 + + + + + 700 + 200 + + + + + + + + 0 + 0 + + + + + 16777215 + 30 + + + + + 10 + + + + Выберите активные мониторы: + + + Qt::AlignBottom|Qt::AlignHCenter + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 700 + 16777215 + + + + + + + 6 + + + QLayout::SetDefaultConstraint + + + + + + + + + + + + 730 + 10 + 51 + 40 + + + + + 0 + 40 + + + + + + + + 30 + 30 + + + + + + + + 0 + 560 + 200 + 30 + + + + + 0 + + + 0 + + + + + + 0 + 0 + + + + + Calibri + 10 + 50 + false + PreferAntialias + + + + Язык/Language + + + + + + + + 0 + 0 + + + + + Helvetica Cyr Upright-Bold + 75 + true + + + + + RUS + + + + + ENG + + + + + + + + + + 0 + 220 + 801 + 181 + + + + + QLayout::SetDefaultConstraint + + + 1 + + + + + true + + + + 0 + 0 + + + + + 0 + 0 + + + + + 250 + 300 + + + + false + + + + 5 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + 0 + 0 + + + + + 250 + 0 + + + + + 240 + 200 + + + + + + + + 0 + 0 + + + + + 250 + 30 + + + + Вход в систему + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + 230 + 35 + + + + + + + Логин + + + + + + + + 0 + 0 + + + + + 230 + 35 + + + + Пароль + + + + + + + + 230 + 40 + + + + Войти + + + true + + + + + + + + + + + + + + 0 + 0 + + + + + 350 + 16777215 + + + + + 0 + + + 0 + + + 0 + + + + + + 0 + 0 + + + + + 0 + 50 + + + + + 350 + 60 + + + + + 8 + + + + false + + + Связь с сервером не установлена проверьте настройки или запустите в автономном режиме + + + true + + + true + + + 0 + + + + + + + + + + true + + + + 0 + 0 + + + + + 0 + 0 + + + + + 200 + 16777215 + + + + false + + + + + + Настройки сервера + + + Qt::AlignCenter + + + + + + + + + + 0 + 35 + + + + Сервер + + + + + + + + + + + + 0 + 35 + + + + Порт + + + + + + + + + + 0 + 40 + + + + + 16777215 + 50 + + + + Сохранить + + + true + + + + + + + + + + + + 250 + 460 + 300 + 40 + + + + + 0 + 0 + + + + + 300 + 0 + + + + + 300 + 16777215 + + + + + 10 + + + + QFrame::StyledPanel + + + QFrame::Plain + + + Какая-то ошибка + + + Qt::RichText + + + Qt::AlignCenter + + + + + true + + + + 570 + 552 + 220 + 35 + + + + + 0 + 0 + + + + + 150 + 35 + + + + + 1500 + 35 + + + + Запуск в автономном режиме + + + false + + + false + + + + + + 10 + 500 + 561 + 51 + + + + + 10 + + + 1 + + + 1 + + + 1 + + + 1 + + + + + true + + + Автозапуск + + + false + + + + + + + + + + Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft + + + + + + + + + 0 + 330 + 791 + 171 + + + + + + + + 500 + 20 + + + + + 16777215 + 20 + + + + + Calibri + 10 + + + + Есть изменения в локальных файлах + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + TextLabel + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + + + 10 + 550 + 551 + 41 + + + + + + + + 0 + 35 + + + + Загрузить на сервер + + + + + + + + 0 + 35 + + + + PushButton + + + + + + + + 0 + 35 + + + + PushButton + + + + + + updateWidget + LanguageWidget + mainFrame + layoutWidget + horizontalWidget + notificationLabel + offlineStartButton + debugWidget + horizontalLayoutWidget + + + + + diff --git a/resource/Icons/setting.png b/resource/Icons/setting.png new file mode 100644 index 0000000..825f9a8 Binary files /dev/null and b/resource/Icons/setting.png differ diff --git a/resource/Icons/settingWhite.png b/resource/Icons/settingWhite.png new file mode 100644 index 0000000..6b0d5e5 Binary files /dev/null and b/resource/Icons/settingWhite.png differ diff --git a/resources.qrc b/resources.qrc index 2f20327..064ffa2 100644 --- a/resources.qrc +++ b/resources.qrc @@ -8,5 +8,7 @@ resource/Fonts/HelveticaNeue-Medium.ttf resource/Icons/monitor-display.png resource/Icons/plane.png + resource/Icons/setting.png + resource/Icons/settingWhite.png diff --git a/style.css b/style.css index ff59cd1..9d9be87 100644 --- a/style.css +++ b/style.css @@ -14,8 +14,11 @@ QPushButton font: 16px; color: rgb(45,84,130); } - - +QPushButton:disabled +{ + background-color: lightGray; + color: gray +} QLineEdit { @@ -23,6 +26,30 @@ QLineEdit border-radius: 3px; } +QProgressBar +{ + border: 2px solid rgb(45,84,130); + border-radius: 12px; + color: black; + font-family: "Calibri"; + font: 15px bold; + text-align: center; +} + + +QProgressBar::chunk +{ + border-radius: 10px; + background-color: rgb(151,176,201); +} + +QCheckBox +{ + font-family:"Calibri"; + font: 16px; + color: white; +} + QLabel { font-family: "Calibri"; @@ -45,9 +72,7 @@ QPushButton#displayView { border: 4px solid rgb(45,84,130); border-radius: 5px; - background-color: white; - } QPushButton#displayView:checked @@ -55,3 +80,18 @@ QPushButton#displayView:checked background-color: rgb(151,176,201); } + +QPushButton#displayView:disabled +{ + background-color: rgb(151,176,201); + color:rgb(45,84,130); +} + +QPushButton#linkButton +{ + background-color: rgba(0,0,0,0); + font-family: "Calibri"; + color:blue; + +} + diff --git a/ui_mainwindow.h b/ui_mainwindow.h index aba3400..a93fec0 100644 --- a/ui_mainwindow.h +++ b/ui_mainwindow.h @@ -14,14 +14,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include @@ -34,27 +32,35 @@ public: QWidget *layoutWidget; QHBoxLayout *downlayout; QVBoxLayout *downLayoutLoadingSlider; - QLabel *inlineTextDebug; QProgressBar *loadingProgressBar; - QGridLayout *gridLayout; - QPushButton *connectButton; - QPushButton *startButton; + QHBoxLayout *horizontalLayout_4; QPushButton *updateButton; - QCheckBox *autostartCheckBox; + QPushButton *startButton; QFrame *mainFrame; - QTextEdit *debugText; - QWidget *horizontalLayoutWidget; + QWidget *displayGroupWidget; + QVBoxLayout *verticalLayout_4; + QLabel *displayChoiceTitle; + QWidget *screenWidget; + QHBoxLayout *horizontalLayout_3; + QHBoxLayout *displayLayout; + QPushButton *settingsButton; + QWidget *LanguageWidget; + QHBoxLayout *horizontalLayout_2; + QLabel *languageTitle; + QComboBox *languageComboBox; + QWidget *horizontalWidget; QHBoxLayout *horizontalLayout; QWidget *loginWidget; QVBoxLayout *verticalLayout; + QWidget *loginLayoutWidget; + QVBoxLayout *loginLayout; QLabel *loginTitle; - QHBoxLayout *loginLayout; QLineEdit *loginInputField; - QHBoxLayout *passwordLayout; QLineEdit *passwordInputField; - QHBoxLayout *loginButtonsLayout; - QPushButton *settingsButton; QPushButton *loginButton; + QWidget *offlineWidget; + QVBoxLayout *verticalLayout_3; + QLabel *offlineNotifyLabel; QWidget *settingsWidget; QVBoxLayout *verticalLayout_2; QLabel *serverSettingsTitle; @@ -63,46 +69,42 @@ public: QHBoxLayout *portInputLayout; QLineEdit *portInputField; QPushButton *saveServerButton; - QWidget *displayGroupWidget; - QVBoxLayout *verticalLayout_4; - QLabel *displayChoiceTitle; - QWidget *screenWidget; - QHBoxLayout *horizontalLayout_3; - QHBoxLayout *displayLayout; QLabel *notificationLabel; - QWidget *LanguageWidget; - QHBoxLayout *horizontalLayout_2; - QLabel *languageTitle; - QComboBox *languageComboBox; + QPushButton *offlineStartButton; + QWidget *debugWidget; + QVBoxLayout *verticalLayout_5; + QCheckBox *autostartCheckBox; + QLabel *inlineTextDebug; + QWidget *updateWidget; + QVBoxLayout *verticalLayout_10; + QLabel *updateListGuideLabel; + QLabel *updateActionListLabel; void setupUi(QMainWindow *MainWindow) { if (MainWindow->objectName().isEmpty()) MainWindow->setObjectName(QString::fromUtf8("MainWindow")); - MainWindow->resize(700, 500); + MainWindow->resize(800, 600); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth()); MainWindow->setSizePolicy(sizePolicy); - MainWindow->setMinimumSize(QSize(700, 500)); - MainWindow->setMaximumSize(QSize(700, 500)); + MainWindow->setMinimumSize(QSize(800, 600)); + MainWindow->setMaximumSize(QSize(800, 600)); centralwidget = new QWidget(MainWindow); centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + centralwidget->setMinimumSize(QSize(800, 600)); + centralwidget->setMaximumSize(QSize(800, 600)); layoutWidget = new QWidget(centralwidget); layoutWidget->setObjectName(QString::fromUtf8("layoutWidget")); - layoutWidget->setGeometry(QRect(10, 400, 681, 88)); + layoutWidget->setGeometry(QRect(10, 550, 780, 41)); downlayout = new QHBoxLayout(layoutWidget); downlayout->setObjectName(QString::fromUtf8("downlayout")); downlayout->setContentsMargins(0, 0, 0, 0); downLayoutLoadingSlider = new QVBoxLayout(); + downLayoutLoadingSlider->setSpacing(0); downLayoutLoadingSlider->setObjectName(QString::fromUtf8("downLayoutLoadingSlider")); - inlineTextDebug = new QLabel(layoutWidget); - inlineTextDebug->setObjectName(QString::fromUtf8("inlineTextDebug")); - inlineTextDebug->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft); - - downLayoutLoadingSlider->addWidget(inlineTextDebug); - loadingProgressBar = new QProgressBar(layoutWidget); loadingProgressBar->setObjectName(QString::fromUtf8("loadingProgressBar")); loadingProgressBar->setMinimumSize(QSize(0, 30)); @@ -114,38 +116,16 @@ public: downlayout->addLayout(downLayoutLoadingSlider); - gridLayout = new QGridLayout(); - gridLayout->setObjectName(QString::fromUtf8("gridLayout")); - gridLayout->setSizeConstraint(QLayout::SetFixedSize); - gridLayout->setContentsMargins(-1, 27, -1, 0); - connectButton = new QPushButton(layoutWidget); - connectButton->setObjectName(QString::fromUtf8("connectButton")); - connectButton->setEnabled(true); - QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum); - sizePolicy1.setHorizontalStretch(0); - sizePolicy1.setVerticalStretch(0); - sizePolicy1.setHeightForWidth(connectButton->sizePolicy().hasHeightForWidth()); - connectButton->setSizePolicy(sizePolicy1); - connectButton->setMinimumSize(QSize(100, 30)); - connectButton->setMaximumSize(QSize(100, 30)); - connectButton->setCheckable(false); - connectButton->setChecked(false); - - gridLayout->addWidget(connectButton, 1, 0, 1, 1); - - startButton = new QPushButton(layoutWidget); - startButton->setObjectName(QString::fromUtf8("startButton")); - startButton->setEnabled(true); - sizePolicy1.setHeightForWidth(startButton->sizePolicy().hasHeightForWidth()); - startButton->setSizePolicy(sizePolicy1); - startButton->setMinimumSize(QSize(100, 30)); - startButton->setMaximumSize(QSize(100, 30)); - - gridLayout->addWidget(startButton, 1, 2, 1, 1); - + horizontalLayout_4 = new QHBoxLayout(); + horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); + horizontalLayout_4->setSizeConstraint(QLayout::SetFixedSize); + horizontalLayout_4->setContentsMargins(-1, 0, -1, 0); updateButton = new QPushButton(layoutWidget); updateButton->setObjectName(QString::fromUtf8("updateButton")); updateButton->setEnabled(true); + QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum); + sizePolicy1.setHorizontalStretch(0); + sizePolicy1.setVerticalStretch(0); sizePolicy1.setHeightForWidth(updateButton->sizePolicy().hasHeightForWidth()); updateButton->setSizePolicy(sizePolicy1); updateButton->setMinimumSize(QSize(100, 30)); @@ -156,147 +136,37 @@ public: updateButton->setFont(font); updateButton->setFlat(false); - gridLayout->addWidget(updateButton, 1, 1, 1, 1); + horizontalLayout_4->addWidget(updateButton); - autostartCheckBox = new QCheckBox(layoutWidget); - autostartCheckBox->setObjectName(QString::fromUtf8("autostartCheckBox")); - autostartCheckBox->setEnabled(true); - autostartCheckBox->setChecked(false); + startButton = new QPushButton(layoutWidget); + startButton->setObjectName(QString::fromUtf8("startButton")); + startButton->setEnabled(true); + sizePolicy1.setHeightForWidth(startButton->sizePolicy().hasHeightForWidth()); + startButton->setSizePolicy(sizePolicy1); + startButton->setMinimumSize(QSize(100, 30)); + startButton->setMaximumSize(QSize(100, 30)); - gridLayout->addWidget(autostartCheckBox, 0, 2, 1, 1); + horizontalLayout_4->addWidget(startButton); - downlayout->addLayout(gridLayout); + downlayout->addLayout(horizontalLayout_4); mainFrame = new QFrame(centralwidget); mainFrame->setObjectName(QString::fromUtf8("mainFrame")); mainFrame->setEnabled(true); - mainFrame->setGeometry(QRect(10, 10, 681, 381)); + mainFrame->setGeometry(QRect(10, 10, 781, 211)); mainFrame->setFrameShape(QFrame::StyledPanel); mainFrame->setFrameShadow(QFrame::Raised); - debugText = new QTextEdit(mainFrame); - debugText->setObjectName(QString::fromUtf8("debugText")); - debugText->setGeometry(QRect(10, 290, 661, 81)); - horizontalLayoutWidget = new QWidget(mainFrame); - horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget")); - horizontalLayoutWidget->setGeometry(QRect(-10, 150, 691, 221)); - horizontalLayout = new QHBoxLayout(horizontalLayoutWidget); - horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); - horizontalLayout->setSizeConstraint(QLayout::SetDefaultConstraint); - horizontalLayout->setContentsMargins(0, 0, 0, 0); - loginWidget = new QWidget(horizontalLayoutWidget); - loginWidget->setObjectName(QString::fromUtf8("loginWidget")); - loginWidget->setEnabled(true); - QSizePolicy sizePolicy2(QSizePolicy::Maximum, QSizePolicy::Maximum); - sizePolicy2.setHorizontalStretch(0); - sizePolicy2.setVerticalStretch(0); - sizePolicy2.setHeightForWidth(loginWidget->sizePolicy().hasHeightForWidth()); - loginWidget->setSizePolicy(sizePolicy2); - loginWidget->setMinimumSize(QSize(250, 0)); - loginWidget->setMaximumSize(QSize(250, 16777215)); - loginWidget->setAutoFillBackground(false); - verticalLayout = new QVBoxLayout(loginWidget); - verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); - loginTitle = new QLabel(loginWidget); - loginTitle->setObjectName(QString::fromUtf8("loginTitle")); - loginTitle->setAlignment(Qt::AlignCenter); - - verticalLayout->addWidget(loginTitle); - - loginLayout = new QHBoxLayout(); - loginLayout->setObjectName(QString::fromUtf8("loginLayout")); - loginInputField = new QLineEdit(loginWidget); - loginInputField->setObjectName(QString::fromUtf8("loginInputField")); - - loginLayout->addWidget(loginInputField); - - - verticalLayout->addLayout(loginLayout); - - passwordLayout = new QHBoxLayout(); - passwordLayout->setObjectName(QString::fromUtf8("passwordLayout")); - passwordInputField = new QLineEdit(loginWidget); - passwordInputField->setObjectName(QString::fromUtf8("passwordInputField")); - - passwordLayout->addWidget(passwordInputField); - - - verticalLayout->addLayout(passwordLayout); - - loginButtonsLayout = new QHBoxLayout(); - loginButtonsLayout->setObjectName(QString::fromUtf8("loginButtonsLayout")); - settingsButton = new QPushButton(loginWidget); - settingsButton->setObjectName(QString::fromUtf8("settingsButton")); - - loginButtonsLayout->addWidget(settingsButton); - - loginButton = new QPushButton(loginWidget); - loginButton->setObjectName(QString::fromUtf8("loginButton")); - loginButton->setProperty("isGreen", QVariant(true)); - - loginButtonsLayout->addWidget(loginButton); - - - verticalLayout->addLayout(loginButtonsLayout); - - - horizontalLayout->addWidget(loginWidget); - - settingsWidget = new QWidget(horizontalLayoutWidget); - settingsWidget->setObjectName(QString::fromUtf8("settingsWidget")); - settingsWidget->setEnabled(true); - sizePolicy.setHeightForWidth(settingsWidget->sizePolicy().hasHeightForWidth()); - settingsWidget->setSizePolicy(sizePolicy); - settingsWidget->setMinimumSize(QSize(200, 0)); - settingsWidget->setMaximumSize(QSize(200, 16777215)); - settingsWidget->setAutoFillBackground(false); - verticalLayout_2 = new QVBoxLayout(settingsWidget); - verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); - serverSettingsTitle = new QLabel(settingsWidget); - serverSettingsTitle->setObjectName(QString::fromUtf8("serverSettingsTitle")); - serverSettingsTitle->setAlignment(Qt::AlignCenter); - - verticalLayout_2->addWidget(serverSettingsTitle); - - serverInputLayout = new QHBoxLayout(); - serverInputLayout->setObjectName(QString::fromUtf8("serverInputLayout")); - serverInputField = new QLineEdit(settingsWidget); - serverInputField->setObjectName(QString::fromUtf8("serverInputField")); - - serverInputLayout->addWidget(serverInputField); - - - verticalLayout_2->addLayout(serverInputLayout); - - portInputLayout = new QHBoxLayout(); - portInputLayout->setObjectName(QString::fromUtf8("portInputLayout")); - portInputField = new QLineEdit(settingsWidget); - portInputField->setObjectName(QString::fromUtf8("portInputField")); - - portInputLayout->addWidget(portInputField); - - - verticalLayout_2->addLayout(portInputLayout); - - saveServerButton = new QPushButton(settingsWidget); - saveServerButton->setObjectName(QString::fromUtf8("saveServerButton")); - saveServerButton->setProperty("blueButton", QVariant(true)); - - verticalLayout_2->addWidget(saveServerButton); - - - horizontalLayout->addWidget(settingsWidget); - displayGroupWidget = new QWidget(mainFrame); displayGroupWidget->setObjectName(QString::fromUtf8("displayGroupWidget")); - displayGroupWidget->setGeometry(QRect(-10, -10, 691, 250)); - QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Preferred); - sizePolicy3.setHorizontalStretch(0); - sizePolicy3.setVerticalStretch(0); - sizePolicy3.setHeightForWidth(displayGroupWidget->sizePolicy().hasHeightForWidth()); - displayGroupWidget->setSizePolicy(sizePolicy3); - displayGroupWidget->setMinimumSize(QSize(300, 250)); - displayGroupWidget->setMaximumSize(QSize(700, 300)); + displayGroupWidget->setGeometry(QRect(40, 10, 700, 200)); + QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred); + sizePolicy2.setHorizontalStretch(0); + sizePolicy2.setVerticalStretch(0); + sizePolicy2.setHeightForWidth(displayGroupWidget->sizePolicy().hasHeightForWidth()); + displayGroupWidget->setSizePolicy(sizePolicy2); + displayGroupWidget->setMinimumSize(QSize(300, 200)); + displayGroupWidget->setMaximumSize(QSize(700, 200)); verticalLayout_4 = new QVBoxLayout(displayGroupWidget); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); displayChoiceTitle = new QLabel(displayGroupWidget); @@ -313,8 +183,8 @@ public: screenWidget = new QWidget(displayGroupWidget); screenWidget->setObjectName(QString::fromUtf8("screenWidget")); - sizePolicy3.setHeightForWidth(screenWidget->sizePolicy().hasHeightForWidth()); - screenWidget->setSizePolicy(sizePolicy3); + sizePolicy2.setHeightForWidth(screenWidget->sizePolicy().hasHeightForWidth()); + screenWidget->setSizePolicy(sizePolicy2); screenWidget->setMinimumSize(QSize(0, 0)); screenWidget->setMaximumSize(QSize(700, 16777215)); horizontalLayout_3 = new QHBoxLayout(screenWidget); @@ -329,31 +199,24 @@ public: verticalLayout_4->addWidget(screenWidget); - notificationLabel = new QLabel(mainFrame); - notificationLabel->setObjectName(QString::fromUtf8("notificationLabel")); - notificationLabel->setGeometry(QRect(190, 30, 300, 40)); - sizePolicy.setHeightForWidth(notificationLabel->sizePolicy().hasHeightForWidth()); - notificationLabel->setSizePolicy(sizePolicy); - notificationLabel->setMinimumSize(QSize(300, 0)); - notificationLabel->setMaximumSize(QSize(300, 16777215)); - notificationLabel->setFont(font1); - notificationLabel->setFrameShape(QFrame::StyledPanel); - notificationLabel->setFrameShadow(QFrame::Plain); - notificationLabel->setTextFormat(Qt::RichText); - notificationLabel->setAlignment(Qt::AlignCenter); + settingsButton = new QPushButton(mainFrame); + settingsButton->setObjectName(QString::fromUtf8("settingsButton")); + settingsButton->setGeometry(QRect(730, 10, 51, 40)); + settingsButton->setMinimumSize(QSize(0, 40)); + settingsButton->setIconSize(QSize(30, 30)); LanguageWidget = new QWidget(centralwidget); LanguageWidget->setObjectName(QString::fromUtf8("LanguageWidget")); - LanguageWidget->setGeometry(QRect(10, 440, 200, 30)); + LanguageWidget->setGeometry(QRect(0, 560, 200, 30)); horizontalLayout_2 = new QHBoxLayout(LanguageWidget); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalLayout_2->setContentsMargins(-1, 0, -1, 0); languageTitle = new QLabel(LanguageWidget); languageTitle->setObjectName(QString::fromUtf8("languageTitle")); - QSizePolicy sizePolicy4(QSizePolicy::Expanding, QSizePolicy::Expanding); - sizePolicy4.setHorizontalStretch(0); - sizePolicy4.setVerticalStretch(0); - sizePolicy4.setHeightForWidth(languageTitle->sizePolicy().hasHeightForWidth()); - languageTitle->setSizePolicy(sizePolicy4); + QSizePolicy sizePolicy3(QSizePolicy::Expanding, QSizePolicy::Expanding); + sizePolicy3.setHorizontalStretch(0); + sizePolicy3.setVerticalStretch(0); + sizePolicy3.setHeightForWidth(languageTitle->sizePolicy().hasHeightForWidth()); + languageTitle->setSizePolicy(sizePolicy3); QFont font2; font2.setFamily(QString::fromUtf8("Calibri")); font2.setPointSize(10); @@ -368,11 +231,11 @@ public: languageComboBox->addItem(QString()); languageComboBox->addItem(QString()); languageComboBox->setObjectName(QString::fromUtf8("languageComboBox")); - QSizePolicy sizePolicy5(QSizePolicy::Maximum, QSizePolicy::Expanding); - sizePolicy5.setHorizontalStretch(0); - sizePolicy5.setVerticalStretch(0); - sizePolicy5.setHeightForWidth(languageComboBox->sizePolicy().hasHeightForWidth()); - languageComboBox->setSizePolicy(sizePolicy5); + QSizePolicy sizePolicy4(QSizePolicy::Maximum, QSizePolicy::Expanding); + sizePolicy4.setHorizontalStretch(0); + sizePolicy4.setVerticalStretch(0); + sizePolicy4.setHeightForWidth(languageComboBox->sizePolicy().hasHeightForWidth()); + languageComboBox->setSizePolicy(sizePolicy4); QFont font3; font3.setFamily(QString::fromUtf8("Helvetica Cyr Upright-Bold")); font3.setBold(true); @@ -381,10 +244,226 @@ public: horizontalLayout_2->addWidget(languageComboBox); + horizontalWidget = new QWidget(centralwidget); + horizontalWidget->setObjectName(QString::fromUtf8("horizontalWidget")); + horizontalWidget->setGeometry(QRect(0, 220, 801, 181)); + horizontalLayout = new QHBoxLayout(horizontalWidget); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + horizontalLayout->setSizeConstraint(QLayout::SetDefaultConstraint); + horizontalLayout->setContentsMargins(1, -1, -1, -1); + loginWidget = new QWidget(horizontalWidget); + loginWidget->setObjectName(QString::fromUtf8("loginWidget")); + loginWidget->setEnabled(true); + QSizePolicy sizePolicy5(QSizePolicy::Minimum, QSizePolicy::Preferred); + sizePolicy5.setHorizontalStretch(0); + sizePolicy5.setVerticalStretch(0); + sizePolicy5.setHeightForWidth(loginWidget->sizePolicy().hasHeightForWidth()); + loginWidget->setSizePolicy(sizePolicy5); + loginWidget->setMinimumSize(QSize(0, 0)); + loginWidget->setMaximumSize(QSize(250, 300)); + loginWidget->setAutoFillBackground(false); + verticalLayout = new QVBoxLayout(loginWidget); + verticalLayout->setSpacing(5); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + verticalLayout->setContentsMargins(0, 0, 0, 0); + loginLayoutWidget = new QWidget(loginWidget); + loginLayoutWidget->setObjectName(QString::fromUtf8("loginLayoutWidget")); + sizePolicy5.setHeightForWidth(loginLayoutWidget->sizePolicy().hasHeightForWidth()); + loginLayoutWidget->setSizePolicy(sizePolicy5); + loginLayoutWidget->setMinimumSize(QSize(250, 0)); + loginLayoutWidget->setMaximumSize(QSize(240, 200)); + loginLayout = new QVBoxLayout(loginLayoutWidget); + loginLayout->setObjectName(QString::fromUtf8("loginLayout")); + loginTitle = new QLabel(loginLayoutWidget); + loginTitle->setObjectName(QString::fromUtf8("loginTitle")); + sizePolicy1.setHeightForWidth(loginTitle->sizePolicy().hasHeightForWidth()); + loginTitle->setSizePolicy(sizePolicy1); + loginTitle->setMaximumSize(QSize(250, 30)); + loginTitle->setAlignment(Qt::AlignCenter); + + loginLayout->addWidget(loginTitle); + + loginInputField = new QLineEdit(loginLayoutWidget); + loginInputField->setObjectName(QString::fromUtf8("loginInputField")); + QSizePolicy sizePolicy6(QSizePolicy::Minimum, QSizePolicy::Fixed); + sizePolicy6.setHorizontalStretch(0); + sizePolicy6.setVerticalStretch(0); + sizePolicy6.setHeightForWidth(loginInputField->sizePolicy().hasHeightForWidth()); + loginInputField->setSizePolicy(sizePolicy6); + loginInputField->setMinimumSize(QSize(230, 35)); + + loginLayout->addWidget(loginInputField); + + passwordInputField = new QLineEdit(loginLayoutWidget); + passwordInputField->setObjectName(QString::fromUtf8("passwordInputField")); + sizePolicy6.setHeightForWidth(passwordInputField->sizePolicy().hasHeightForWidth()); + passwordInputField->setSizePolicy(sizePolicy6); + passwordInputField->setMinimumSize(QSize(230, 35)); + + loginLayout->addWidget(passwordInputField); + + loginButton = new QPushButton(loginLayoutWidget); + loginButton->setObjectName(QString::fromUtf8("loginButton")); + loginButton->setMinimumSize(QSize(230, 40)); + loginButton->setProperty("isGreen", QVariant(true)); + + loginLayout->addWidget(loginButton); + + + verticalLayout->addWidget(loginLayoutWidget); + + + horizontalLayout->addWidget(loginWidget); + + offlineWidget = new QWidget(horizontalWidget); + offlineWidget->setObjectName(QString::fromUtf8("offlineWidget")); + offlineWidget->setMinimumSize(QSize(0, 0)); + offlineWidget->setMaximumSize(QSize(350, 16777215)); + verticalLayout_3 = new QVBoxLayout(offlineWidget); + verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); + verticalLayout_3->setContentsMargins(0, 0, 0, -1); + offlineNotifyLabel = new QLabel(offlineWidget); + offlineNotifyLabel->setObjectName(QString::fromUtf8("offlineNotifyLabel")); + sizePolicy1.setHeightForWidth(offlineNotifyLabel->sizePolicy().hasHeightForWidth()); + offlineNotifyLabel->setSizePolicy(sizePolicy1); + offlineNotifyLabel->setMinimumSize(QSize(0, 50)); + offlineNotifyLabel->setMaximumSize(QSize(350, 60)); + QFont font4; + font4.setPointSize(8); + offlineNotifyLabel->setFont(font4); + offlineNotifyLabel->setAutoFillBackground(false); + offlineNotifyLabel->setScaledContents(true); + offlineNotifyLabel->setWordWrap(true); + offlineNotifyLabel->setMargin(0); + + verticalLayout_3->addWidget(offlineNotifyLabel); + + + horizontalLayout->addWidget(offlineWidget); + + settingsWidget = new QWidget(horizontalWidget); + settingsWidget->setObjectName(QString::fromUtf8("settingsWidget")); + settingsWidget->setEnabled(true); + sizePolicy.setHeightForWidth(settingsWidget->sizePolicy().hasHeightForWidth()); + settingsWidget->setSizePolicy(sizePolicy); + settingsWidget->setMinimumSize(QSize(0, 0)); + settingsWidget->setMaximumSize(QSize(200, 16777215)); + settingsWidget->setAutoFillBackground(false); + verticalLayout_2 = new QVBoxLayout(settingsWidget); + verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); + serverSettingsTitle = new QLabel(settingsWidget); + serverSettingsTitle->setObjectName(QString::fromUtf8("serverSettingsTitle")); + serverSettingsTitle->setAlignment(Qt::AlignCenter); + + verticalLayout_2->addWidget(serverSettingsTitle); + + serverInputLayout = new QHBoxLayout(); + serverInputLayout->setObjectName(QString::fromUtf8("serverInputLayout")); + serverInputField = new QLineEdit(settingsWidget); + serverInputField->setObjectName(QString::fromUtf8("serverInputField")); + serverInputField->setMinimumSize(QSize(0, 35)); + + serverInputLayout->addWidget(serverInputField); + + + verticalLayout_2->addLayout(serverInputLayout); + + portInputLayout = new QHBoxLayout(); + portInputLayout->setObjectName(QString::fromUtf8("portInputLayout")); + portInputField = new QLineEdit(settingsWidget); + portInputField->setObjectName(QString::fromUtf8("portInputField")); + portInputField->setMinimumSize(QSize(0, 35)); + + portInputLayout->addWidget(portInputField); + + + verticalLayout_2->addLayout(portInputLayout); + + saveServerButton = new QPushButton(settingsWidget); + saveServerButton->setObjectName(QString::fromUtf8("saveServerButton")); + saveServerButton->setMinimumSize(QSize(0, 40)); + saveServerButton->setMaximumSize(QSize(16777215, 50)); + saveServerButton->setProperty("blueButton", QVariant(true)); + + verticalLayout_2->addWidget(saveServerButton); + + + horizontalLayout->addWidget(settingsWidget); + + notificationLabel = new QLabel(centralwidget); + notificationLabel->setObjectName(QString::fromUtf8("notificationLabel")); + notificationLabel->setGeometry(QRect(250, 470, 300, 40)); + sizePolicy.setHeightForWidth(notificationLabel->sizePolicy().hasHeightForWidth()); + notificationLabel->setSizePolicy(sizePolicy); + notificationLabel->setMinimumSize(QSize(300, 0)); + notificationLabel->setMaximumSize(QSize(300, 16777215)); + notificationLabel->setFont(font1); + notificationLabel->setFrameShape(QFrame::StyledPanel); + notificationLabel->setFrameShadow(QFrame::Plain); + notificationLabel->setTextFormat(Qt::RichText); + notificationLabel->setAlignment(Qt::AlignCenter); + offlineStartButton = new QPushButton(centralwidget); + offlineStartButton->setObjectName(QString::fromUtf8("offlineStartButton")); + offlineStartButton->setEnabled(true); + offlineStartButton->setGeometry(QRect(570, 552, 220, 35)); + sizePolicy6.setHeightForWidth(offlineStartButton->sizePolicy().hasHeightForWidth()); + offlineStartButton->setSizePolicy(sizePolicy6); + offlineStartButton->setMinimumSize(QSize(150, 35)); + offlineStartButton->setMaximumSize(QSize(1500, 35)); + offlineStartButton->setCheckable(false); + offlineStartButton->setChecked(false); + debugWidget = new QWidget(centralwidget); + debugWidget->setObjectName(QString::fromUtf8("debugWidget")); + debugWidget->setGeometry(QRect(10, 500, 561, 51)); + verticalLayout_5 = new QVBoxLayout(debugWidget); + verticalLayout_5->setSpacing(10); + verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5")); + verticalLayout_5->setContentsMargins(1, 1, 1, 1); + autostartCheckBox = new QCheckBox(debugWidget); + autostartCheckBox->setObjectName(QString::fromUtf8("autostartCheckBox")); + autostartCheckBox->setEnabled(true); + autostartCheckBox->setChecked(false); + + verticalLayout_5->addWidget(autostartCheckBox); + + inlineTextDebug = new QLabel(debugWidget); + inlineTextDebug->setObjectName(QString::fromUtf8("inlineTextDebug")); + inlineTextDebug->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft); + + verticalLayout_5->addWidget(inlineTextDebug); + + updateWidget = new QWidget(centralwidget); + updateWidget->setObjectName(QString::fromUtf8("updateWidget")); + updateWidget->setGeometry(QRect(0, 330, 791, 171)); + verticalLayout_10 = new QVBoxLayout(updateWidget); + verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10")); + updateListGuideLabel = new QLabel(updateWidget); + updateListGuideLabel->setObjectName(QString::fromUtf8("updateListGuideLabel")); + updateListGuideLabel->setMinimumSize(QSize(500, 20)); + updateListGuideLabel->setMaximumSize(QSize(16777215, 20)); + QFont font5; + font5.setFamily(QString::fromUtf8("Calibri")); + font5.setPointSize(10); + updateListGuideLabel->setFont(font5); + updateListGuideLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop); + + verticalLayout_10->addWidget(updateListGuideLabel); + + updateActionListLabel = new QLabel(updateWidget); + updateActionListLabel->setObjectName(QString::fromUtf8("updateActionListLabel")); + updateActionListLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop); + + verticalLayout_10->addWidget(updateActionListLabel); + MainWindow->setCentralWidget(centralwidget); + LanguageWidget->raise(); mainFrame->raise(); layoutWidget->raise(); - LanguageWidget->raise(); + horizontalWidget->raise(); + notificationLabel->raise(); + offlineStartButton->raise(); + debugWidget->raise(); + updateWidget->raise(); retranslateUi(MainWindow); @@ -394,27 +473,30 @@ public: void retranslateUi(QMainWindow *MainWindow) { MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "\320\242\321\200\320\265\320\275\320\260\320\266\320\265\321\200 \320\277\321\200\320\276\321\206\320\265\320\264\321\203\321\200 \321\202\320\265\321\205\320\275\320\270\321\207\320\265\321\201\320\272\320\276\320\263\320\276 \320\276\320\261\321\201\320\273\321\203\320\266\320\270\320\262\320\260\320\275\320\270\321\217 \321\201\320\260\320\274\320\276\320\273\320\265\321\202\320\260 RRJ-95NEW-100", nullptr)); - inlineTextDebug->setText(QString()); - connectButton->setText(QCoreApplication::translate("MainWindow", "\320\241\320\276\320\265\320\264\320\270\320\275\320\270\321\202\321\214\321\201\321\217", nullptr)); - startButton->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\277\321\203\321\201\320\272", nullptr)); updateButton->setText(QCoreApplication::translate("MainWindow", "\320\236\320\261\320\275\320\276\320\262\320\270\321\202\321\214", nullptr)); - autostartCheckBox->setText(QCoreApplication::translate("MainWindow", "\320\220\320\262\321\202\320\276\320\267\320\260\320\277\321\203\321\201\320\272", nullptr)); - loginTitle->setText(QCoreApplication::translate("MainWindow", "\320\222\321\205\320\276\320\264 \320\262 \321\201\320\270\321\201\321\202\320\265\320\274\321\203", nullptr)); - loginInputField->setText(QString()); - loginInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\233\320\276\320\263\320\270\320\275", nullptr)); - passwordInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\260\321\200\320\276\320\273\321\214", nullptr)); - settingsButton->setText(QCoreApplication::translate("MainWindow", "\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270", nullptr)); - loginButton->setText(QCoreApplication::translate("MainWindow", "\320\222\320\276\320\271\321\202\320\270", nullptr)); - serverSettingsTitle->setText(QCoreApplication::translate("MainWindow", "\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270 \321\201\320\265\321\200\320\262\320\265\321\200\320\260", nullptr)); - serverInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\241\320\265\321\200\320\262\320\265\321\200", nullptr)); - portInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\276\321\200\321\202", nullptr)); - saveServerButton->setText(QCoreApplication::translate("MainWindow", "\320\241\320\276\321\205\321\200\320\260\320\275\320\270\321\202\321\214", nullptr)); + startButton->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\277\321\203\321\201\320\272", nullptr)); displayChoiceTitle->setText(QCoreApplication::translate("MainWindow", "\320\222\321\213\320\261\320\265\321\200\320\270\321\202\320\265 \320\260\320\272\321\202\320\270\320\262\320\275\321\213\320\265 \320\274\320\276\320\275\320\270\321\202\320\276\321\200\321\213:", nullptr)); - notificationLabel->setText(QCoreApplication::translate("MainWindow", "\320\232\320\260\320\272\320\260\321\217-\321\202\320\276 \320\276\321\210\320\270\320\261\320\272\320\260", nullptr)); + settingsButton->setText(QString()); languageTitle->setText(QCoreApplication::translate("MainWindow", "\320\257\320\267\321\213\320\272/Language", nullptr)); languageComboBox->setItemText(0, QCoreApplication::translate("MainWindow", "RUS", nullptr)); languageComboBox->setItemText(1, QCoreApplication::translate("MainWindow", "ENG", nullptr)); + loginTitle->setText(QCoreApplication::translate("MainWindow", "\320\222\321\205\320\276\320\264 \320\262 \321\201\320\270\321\201\321\202\320\265\320\274\321\203", nullptr)); + loginInputField->setText(QString()); + loginInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\233\320\276\320\263\320\270\320\275", nullptr)); + passwordInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\260\321\200\320\276\320\273\321\214", nullptr)); + loginButton->setText(QCoreApplication::translate("MainWindow", "\320\222\320\276\320\271\321\202\320\270", nullptr)); + offlineNotifyLabel->setText(QCoreApplication::translate("MainWindow", "\320\241\320\262\321\217\320\267\321\214 \321\201 \321\201\320\265\321\200\320\262\320\265\321\200\320\276\320\274 \320\275\320\265 \321\203\321\201\321\202\320\260\320\275\320\276\320\262\320\273\320\265\320\275\320\260 \320\277\321\200\320\276\320\262\320\265\321\200\321\214\321\202\320\265 \320\275\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270 \320\270\320\273\320\270 \320\267\320\260\320\277\321\203\321\201\321\202\320\270\321\202\320\265 \320\262 \320\260\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\276\320\274 \321\200\320\265\320\266\320\270\320\274\320\265", nullptr)); + serverSettingsTitle->setText(QCoreApplication::translate("MainWindow", "\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270 \321\201\320\265\321\200\320\262\320\265\321\200\320\260", nullptr)); + serverInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\241\320\265\321\200\320\262\320\265\321\200", nullptr)); + portInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\276\321\200\321\202", nullptr)); + saveServerButton->setText(QCoreApplication::translate("MainWindow", "\320\241\320\276\321\205\321\200\320\260\320\275\320\270\321\202\321\214", nullptr)); + notificationLabel->setText(QCoreApplication::translate("MainWindow", "\320\232\320\260\320\272\320\260\321\217-\321\202\320\276 \320\276\321\210\320\270\320\261\320\272\320\260", nullptr)); + offlineStartButton->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\277\321\203\321\201\320\272 \320\262 \320\260\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\276\320\274 \321\200\320\265\320\266\320\270\320\274\320\265", nullptr)); + autostartCheckBox->setText(QCoreApplication::translate("MainWindow", "\320\220\320\262\321\202\320\276\320\267\320\260\320\277\321\203\321\201\320\272", nullptr)); + inlineTextDebug->setText(QString()); + updateListGuideLabel->setText(QCoreApplication::translate("MainWindow", "\320\225\321\201\321\202\321\214 \320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\321\217 \320\262 \320\273\320\276\320\272\320\260\320\273\321\214\320\275\321\213\321\205 \321\204\320\260\320\271\320\273\320\260\321\205", nullptr)); + updateActionListLabel->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); } // retranslateUi }; diff --git a/ui_updatenotifywidget.h b/ui_updatenotifywidget.h index 810bd44..f6bab5e 100644 --- a/ui_updatenotifywidget.h +++ b/ui_updatenotifywidget.h @@ -11,11 +11,9 @@ #include #include -#include #include #include #include -#include #include #include #include @@ -25,67 +23,40 @@ QT_BEGIN_NAMESPACE class Ui_UpdateNotifyWidget { public: - QGridLayout *gridLayout; - QWidget *DynamicWidget; QVBoxLayout *verticalLayout; - QProgressBar *LoadingBar; - QHBoxLayout *ButtonsLayout; - QPushButton *StartLoadButton; - QPushButton *CancelButton; QLabel *NotificationLabel; QListWidget *updateListWidget; + QHBoxLayout *horizontalLayout; + QPushButton *closeButton; void setupUi(QWidget *UpdateNotifyWidget) { if (UpdateNotifyWidget->objectName().isEmpty()) UpdateNotifyWidget->setObjectName(QString::fromUtf8("UpdateNotifyWidget")); UpdateNotifyWidget->resize(726, 429); - gridLayout = new QGridLayout(UpdateNotifyWidget); - gridLayout->setObjectName(QString::fromUtf8("gridLayout")); - DynamicWidget = new QWidget(UpdateNotifyWidget); - DynamicWidget->setObjectName(QString::fromUtf8("DynamicWidget")); - DynamicWidget->setEnabled(true); - QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); - sizePolicy.setHorizontalStretch(0); - sizePolicy.setVerticalStretch(0); - sizePolicy.setHeightForWidth(DynamicWidget->sizePolicy().hasHeightForWidth()); - DynamicWidget->setSizePolicy(sizePolicy); - DynamicWidget->setMinimumSize(QSize(0, 40)); - verticalLayout = new QVBoxLayout(DynamicWidget); + verticalLayout = new QVBoxLayout(UpdateNotifyWidget); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); - LoadingBar = new QProgressBar(DynamicWidget); - LoadingBar->setObjectName(QString::fromUtf8("LoadingBar")); - LoadingBar->setValue(24); - - verticalLayout->addWidget(LoadingBar); - - ButtonsLayout = new QHBoxLayout(); - ButtonsLayout->setObjectName(QString::fromUtf8("ButtonsLayout")); - StartLoadButton = new QPushButton(DynamicWidget); - StartLoadButton->setObjectName(QString::fromUtf8("StartLoadButton")); - - ButtonsLayout->addWidget(StartLoadButton); - - CancelButton = new QPushButton(DynamicWidget); - CancelButton->setObjectName(QString::fromUtf8("CancelButton")); - - ButtonsLayout->addWidget(CancelButton); - - - verticalLayout->addLayout(ButtonsLayout); - - - gridLayout->addWidget(DynamicWidget, 3, 0, 1, 1); - NotificationLabel = new QLabel(UpdateNotifyWidget); NotificationLabel->setObjectName(QString::fromUtf8("NotificationLabel")); - gridLayout->addWidget(NotificationLabel, 0, 0, 1, 1); + verticalLayout->addWidget(NotificationLabel); updateListWidget = new QListWidget(UpdateNotifyWidget); updateListWidget->setObjectName(QString::fromUtf8("updateListWidget")); - gridLayout->addWidget(updateListWidget, 1, 0, 1, 1); + verticalLayout->addWidget(updateListWidget); + + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + closeButton = new QPushButton(UpdateNotifyWidget); + closeButton->setObjectName(QString::fromUtf8("closeButton")); + closeButton->setMinimumSize(QSize(0, 35)); + closeButton->setMaximumSize(QSize(200, 16777215)); + + horizontalLayout->addWidget(closeButton); + + + verticalLayout->addLayout(horizontalLayout); retranslateUi(UpdateNotifyWidget); @@ -96,9 +67,8 @@ public: void retranslateUi(QWidget *UpdateNotifyWidget) { UpdateNotifyWidget->setWindowTitle(QCoreApplication::translate("UpdateNotifyWidget", "Form", nullptr)); - StartLoadButton->setText(QCoreApplication::translate("UpdateNotifyWidget", "\320\227\320\260\320\263\321\200\321\203\320\267\320\270\321\202\321\214 \320\275\320\260 \321\201\320\265\321\200\320\262\320\265\321\200", nullptr)); - CancelButton->setText(QCoreApplication::translate("UpdateNotifyWidget", "\320\236\321\202\320\274\320\265\320\275\320\260", nullptr)); NotificationLabel->setText(QCoreApplication::translate("UpdateNotifyWidget", "\320\236\320\261\320\275\320\260\321\200\321\203\320\266\320\265\320\275\321\213 \320\275\320\276\320\262\321\213\320\265 \321\204\320\260\320\271\320\273\321\213:", nullptr)); + closeButton->setText(QCoreApplication::translate("UpdateNotifyWidget", "\320\227\320\260\320\272\321\200\321\213\321\202\321\214", nullptr)); } // retranslateUi }; diff --git a/updatenotifywidget.cpp b/updatenotifywidget.cpp index b4e7b61..e8a7ef0 100644 --- a/updatenotifywidget.cpp +++ b/updatenotifywidget.cpp @@ -16,7 +16,7 @@ void UpdateNotifyWidget::initialize(MainWindow *mainWindow,UpdateController *upd { setWindowTitle(tr("Отправка новых файлов")); - ui->LoadingBar->hide(); + //ui->LoadingBar->hide(); this->mainWindow = mainWindow; this->updateController = updateController; currentLoadingCount = 0; @@ -31,13 +31,13 @@ void UpdateNotifyWidget::setUpdateList(QList *fileDataList) int listCount = fileDataList->count(); this->updateList = fileDataList; - ui->LoadingBar->setRange(0,listCount); + //ui->LoadingBar->setRange(0,listCount); } void UpdateNotifyWidget::updateCount() { currentLoadingCount++; - ui->LoadingBar->setValue(currentLoadingCount); + //ui->LoadingBar->setValue(currentLoadingCount); } void UpdateNotifyWidget::addToList(FileData fileData) @@ -51,15 +51,15 @@ void UpdateNotifyWidget::addToList(FileData fileData) void UpdateNotifyWidget::on_StartLoadButton_clicked() { emit sigUpdateFilesOnServer(updateList); - ui->StartLoadButton->setEnabled(false); - ui->CancelButton->setEnabled(false); - ui->LoadingBar->show(); + //ui->StartLoadButton->setEnabled(false); + //ui->CancelButton->setEnabled(false); + //ui->LoadingBar->show(); } void UpdateNotifyWidget::on_CancelButton_clicked() { mainWindow->checkUpdate(); - close(); + } void UpdateNotifyWidget::fillList() @@ -95,3 +95,8 @@ void UpdateNotifyWidget::showCompleteDialogBox(bool flag) connect(messageBox,&QMessageBox::accepted,this,&UpdateNotifyWidget::on_CancelButton_clicked); messageBox->show(); } + +void UpdateNotifyWidget::on_closeButton_clicked() +{ + close(); +} diff --git a/updatenotifywidget.h b/updatenotifywidget.h index 98e7eb6..04620e7 100644 --- a/updatenotifywidget.h +++ b/updatenotifywidget.h @@ -34,6 +34,8 @@ private slots: void on_StartLoadButton_clicked(); void on_CancelButton_clicked(); + void on_closeButton_clicked(); + private: Ui::UpdateNotifyWidget *ui; MainWindow *mainWindow; diff --git a/updatenotifywidget.ui b/updatenotifywidget.ui index 68ebef3..4016274 100644 --- a/updatenotifywidget.ui +++ b/updatenotifywidget.ui @@ -13,63 +13,40 @@ Form - - - - - true - - - - 0 - 0 - - - - - 0 - 40 - - - - - - - 24 - - - - - - - - - Загрузить на сервер - - - - - - - Отмена - - - - - - - - - + + Обнаружены новые файлы: - + + + + + + + + 0 + 35 + + + + + 200 + 16777215 + + + + Закрыть + + + + +