diff --git a/Makefile b/Makefile index b8e085c..f990bab 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ IDC = idc IDL = midl ZIP = zip -r -9 DEF_FILE = -RES_FILE = +RES_FILE = RRJClient_resource_res.o SED = $(QMAKE) -install sed MOVE = move SUBTARGETS = \ diff --git a/Makefile.Debug b/Makefile.Debug index 03e1d12..0b61b8f 100644 --- a/Makefile.Debug +++ b/Makefile.Debug @@ -19,7 +19,7 @@ CXXFLAGS = -fno-keep-inline-dllexport -g -std=gnu++11 -Wall -Wextra -Wextra INCPATH = -I. -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtWidgets -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtGui -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtANGLE -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtNetwork -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtXml -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtCore -Idebug -I. -I/include -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\mkspecs\win32-g++ LINKER = g++ LFLAGS = -Wl,-subsystem,windows -mthreads -LIBS = C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Widgets.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Gui.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Network.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Xml.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Core.a -lmingw32 C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libqtmain.a -LC:\openssl\lib -LC:\Utils\my_sql\mysql-5.7.25-winx64\lib -LC:\Utils\postgresql\pgsql\lib -lshell32 +LIBS = C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Widgets.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Gui.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Network.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Xml.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Core.a debug\RRJClient_resource_res.o -lmingw32 C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libqtmain.a -LC:\openssl\lib -LC:\Utils\my_sql\mysql-5.7.25-winx64\lib -LC:\Utils\postgresql\pgsql\lib -lshell32 QMAKE = C:\Qt\Qt5.14.2\5.14.2\mingw73_64\bin\qmake.exe DEL_FILE = del CHK_DIR_EXISTS= if not exist @@ -40,7 +40,7 @@ IDC = idc IDL = midl ZIP = zip -r -9 DEF_FILE = -RES_FILE = +RES_FILE = debug\RRJClient_resource_res.o SED = $(QMAKE) -install sed MOVE = move @@ -191,9 +191,12 @@ DESTDIR_TARGET = debug\RRJClient.exe first: all all: Makefile.Debug debug/RRJClient.exe -debug/RRJClient.exe: C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Gui.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Network.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Xml.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Core.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libqtmain.a ui_waitanimationwidget.h ui_commonbuttongroupwidget.h ui_entrywidget.h ui_instructorbuttongroupwidget.h ui_mainwindow.h ui_newversionwidget.h ui_updatenotifywidget.h ui_versionselectwidget.h $(OBJECTS) +debug/RRJClient.exe: C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Gui.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Network.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Xml.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Core.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libqtmain.a ui_waitanimationwidget.h ui_commonbuttongroupwidget.h ui_entrywidget.h ui_instructorbuttongroupwidget.h ui_mainwindow.h ui_newversionwidget.h ui_updatenotifywidget.h ui_versionselectwidget.h $(OBJECTS) debug/RRJClient_resource_res.o $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) @object_script.RRJClient.Debug $(LIBS) +debug/RRJClient_resource_res.o: RRJClient_resource.rc + windres -i RRJClient_resource.rc -o debug\RRJClient_resource_res.o --include-dir=. $(DEFINES) + qmake: FORCE @$(QMAKE) -o Makefile.Debug RRJClient.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" @@ -204,6 +207,7 @@ dist: clean: compiler_clean -$(DEL_FILE) debug\notifycontroller.o debug\sendsystem.o debug\versioncontainer.o debug\updatecontroller.o debug\externalexecuter.o debug\dataparser.o debug\recognizesystem.o debug\screenchecker.o debug\tcpclient.o debug\tools.o debug\hashcomparer.o debug\resourcemanager.o debug\waitanimationwidget.o debug\commonbuttongroupwidget.o debug\entrywidget.o debug\instructorbuttongroupwidget.o debug\main.o debug\mainwindow.o debug\mywinheader.o debug\newversionwidget.o debug\updatenotifywidget.o debug\versionselectwidget.o debug\qrc_resources.o debug\moc_notifycontroller.o debug\moc_versioncontainer.o debug\moc_sendsystem.o debug\moc_updatecontroller.o debug\moc_externalexecuter.o debug\moc_dataparser.o debug\moc_recognizesystem.o debug\moc_screenchecker.o debug\moc_tcpclient.o debug\moc_hashcomparer.o debug\moc_resourcemanager.o debug\moc_waitanimationwidget.o debug\moc_commonbuttongroupwidget.o debug\moc_entrywidget.o debug\moc_instructorbuttongroupwidget.o debug\moc_mainwindow.o debug\moc_mywinheader.o debug\moc_newversionwidget.o debug\moc_updatenotifywidget.o debug\moc_versionselectwidget.o + -$(DEL_FILE) debug\RRJClient_resource_res.o distclean: clean -$(DEL_FILE) .qmake.stash @@ -236,6 +240,7 @@ debug/qrc_resources.cpp: resources.qrc \ resource/Icons/caution.png \ resource/Icons/762.gif \ resource/Icons/whiteCross.png \ + resource/Icons/planeIcon.ico \ resource/Icons/settingWhite.png \ resource/Icons/monitor-display.png \ resource/Icons/setting.png \ diff --git a/Makefile.Release b/Makefile.Release index a8c41af..fc57541 100644 --- a/Makefile.Release +++ b/Makefile.Release @@ -19,7 +19,7 @@ CXXFLAGS = -fno-keep-inline-dllexport -O2 -std=gnu++11 -Wall -Wextra -Wextr INCPATH = -I. -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtWidgets -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtGui -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtANGLE -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtNetwork -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtXml -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\include\QtCore -Irelease -I. -I/include -IC:\Qt\Qt5.14.2\5.14.2\mingw73_64\mkspecs\win32-g++ LINKER = g++ LFLAGS = -Wl,-s -Wl,-subsystem,windows -mthreads -LIBS = C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Widgets.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Gui.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Network.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Xml.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Core.a -lmingw32 C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libqtmain.a -LC:\openssl\lib -LC:\Utils\my_sql\mysql-5.7.25-winx64\lib -LC:\Utils\postgresql\pgsql\lib -lshell32 +LIBS = C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Widgets.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Gui.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Network.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Xml.a C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libQt5Core.a release\RRJClient_resource_res.o -lmingw32 C:\Qt\Qt5.14.2\5.14.2\mingw73_64\lib\libqtmain.a -LC:\openssl\lib -LC:\Utils\my_sql\mysql-5.7.25-winx64\lib -LC:\Utils\postgresql\pgsql\lib -lshell32 QMAKE = C:\Qt\Qt5.14.2\5.14.2\mingw73_64\bin\qmake.exe DEL_FILE = del CHK_DIR_EXISTS= if not exist @@ -40,7 +40,7 @@ IDC = idc IDL = midl ZIP = zip -r -9 DEF_FILE = -RES_FILE = +RES_FILE = release\RRJClient_resource_res.o SED = $(QMAKE) -install sed MOVE = move @@ -191,9 +191,12 @@ DESTDIR_TARGET = release\RRJClient.exe first: all all: Makefile.Release release/RRJClient.exe -release/RRJClient.exe: C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Gui.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Network.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Xml.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Core.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libqtmain.a ui_waitanimationwidget.h ui_commonbuttongroupwidget.h ui_entrywidget.h ui_instructorbuttongroupwidget.h ui_mainwindow.h ui_newversionwidget.h ui_updatenotifywidget.h ui_versionselectwidget.h $(OBJECTS) +release/RRJClient.exe: C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Gui.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Network.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Xml.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Core.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libqtmain.a ui_waitanimationwidget.h ui_commonbuttongroupwidget.h ui_entrywidget.h ui_instructorbuttongroupwidget.h ui_mainwindow.h ui_newversionwidget.h ui_updatenotifywidget.h ui_versionselectwidget.h $(OBJECTS) release/RRJClient_resource_res.o $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) @object_script.RRJClient.Release $(LIBS) +release/RRJClient_resource_res.o: RRJClient_resource.rc + windres -i RRJClient_resource.rc -o release\RRJClient_resource_res.o --include-dir=. $(DEFINES) + qmake: FORCE @$(QMAKE) -o Makefile.Release RRJClient.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" @@ -204,6 +207,7 @@ dist: clean: compiler_clean -$(DEL_FILE) release\notifycontroller.o release\sendsystem.o release\versioncontainer.o release\updatecontroller.o release\externalexecuter.o release\dataparser.o release\recognizesystem.o release\screenchecker.o release\tcpclient.o release\tools.o release\hashcomparer.o release\resourcemanager.o release\waitanimationwidget.o release\commonbuttongroupwidget.o release\entrywidget.o release\instructorbuttongroupwidget.o release\main.o release\mainwindow.o release\mywinheader.o release\newversionwidget.o release\updatenotifywidget.o release\versionselectwidget.o release\qrc_resources.o release\moc_notifycontroller.o release\moc_versioncontainer.o release\moc_sendsystem.o release\moc_updatecontroller.o release\moc_externalexecuter.o release\moc_dataparser.o release\moc_recognizesystem.o release\moc_screenchecker.o release\moc_tcpclient.o release\moc_hashcomparer.o release\moc_resourcemanager.o release\moc_waitanimationwidget.o release\moc_commonbuttongroupwidget.o release\moc_entrywidget.o release\moc_instructorbuttongroupwidget.o release\moc_mainwindow.o release\moc_mywinheader.o release\moc_newversionwidget.o release\moc_updatenotifywidget.o release\moc_versionselectwidget.o + -$(DEL_FILE) release\RRJClient_resource_res.o distclean: clean -$(DEL_FILE) .qmake.stash @@ -236,6 +240,7 @@ release/qrc_resources.cpp: resources.qrc \ resource/Icons/caution.png \ resource/Icons/762.gif \ resource/Icons/whiteCross.png \ + resource/Icons/planeIcon.ico \ resource/Icons/settingWhite.png \ resource/Icons/monitor-display.png \ resource/Icons/setting.png \ diff --git a/RRJClient.pro b/RRJClient.pro index 540910d..818c7b1 100644 --- a/RRJClient.pro +++ b/RRJClient.pro @@ -87,3 +87,6 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin RESOURCES += \ resources.qrc + +win32:RC_ICONS = $$PWD/resource/Icons/planeIcon.ico + diff --git a/RRJClient.pro.user b/RRJClient.pro.user index f520386..9311908 100644 --- a/RRJClient.pro.user +++ b/RRJClient.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId diff --git a/RRJClient_resource.rc b/RRJClient_resource.rc new file mode 100644 index 0000000..0d0fcd8 --- /dev/null +++ b/RRJClient_resource.rc @@ -0,0 +1,37 @@ +#include + +IDI_ICON1 ICON DISCARDABLE "D:\\QT\\Projects\\RRJClient\\resource\\Icons\\planeIcon.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,0,0,0 + PRODUCTVERSION 0,0,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_DLL + FILESUBTYPE 0x0L + BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "\0" + VALUE "FileDescription", "\0" + VALUE "FileVersion", "0.0.0.0\0" + VALUE "LegalCopyright", "\0" + VALUE "OriginalFilename", "RRJClient.exe\0" + VALUE "ProductName", "RRJClient\0" + VALUE "ProductVersion", "0.0.0.0\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 1200 + END + END +/* End of Version info */ + diff --git a/debug/RRJClient.exe b/debug/RRJClient.exe index b88341d..ac42701 100644 Binary files a/debug/RRJClient.exe and b/debug/RRJClient.exe differ diff --git a/debug/RRJClient_resource_res.o b/debug/RRJClient_resource_res.o new file mode 100644 index 0000000..943f8e7 Binary files /dev/null and b/debug/RRJClient_resource_res.o differ diff --git a/debug/mainwindow.o b/debug/mainwindow.o index a373c21..863d08f 100644 Binary files a/debug/mainwindow.o and b/debug/mainwindow.o differ diff --git a/debug/qrc_resources.cpp b/debug/qrc_resources.cpp index 34018e1..119b072 100644 --- a/debug/qrc_resources.cpp +++ b/debug/qrc_resources.cpp @@ -325072,6 +325072,308 @@ static const unsigned char qt_resource_data[] = { 0x1f,0x4,0xf0,0x4f,0x22,0x62,0x9f,0x6a,0x4d,0xfa,0xfa,0x7f,0x88,0x53,0x93,0xc5, 0x4b,0x9b,0x69,0x9b,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/QT/Projects/RRJClient/resource/Icons/planeIcon.ico + 0x0,0x0,0x12,0xab, + 0x0, + 0x0,0x1,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x95,0x12,0x0, + 0x0,0x16,0x0,0x0,0x0,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,0x6f,0x72,0x4e,0x54,0x1,0xcf, + 0xa2,0x77,0x9a,0x0,0x0,0x12,0x4f,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x79, + 0x90,0x9e,0x55,0x95,0x87,0xf,0x6,0xc,0x10,0x3,0x11,0xc2,0x6a,0x40,0x96,0x12, + 0x8,0x91,0x8,0x44,0x25,0x2,0x51,0x40,0x59,0x8b,0x88,0x11,0x41,0xd1,0x1,0x24, + 0xc,0x38,0x22,0x88,0x62,0x19,0x19,0x1d,0xb6,0xb0,0xa8,0x38,0x10,0x33,0xc3,0xa0, + 0x5,0x58,0x46,0x44,0x88,0xa0,0xc8,0x56,0x8a,0xe,0x98,0xa0,0xe,0x84,0x51,0xb6, + 0x12,0x29,0x1,0x5,0x14,0x4,0x31,0x51,0xc2,0x66,0x14,0x42,0xe2,0xf9,0x79,0x6f, + 0x6b,0xd2,0x74,0xba,0xbf,0xfe,0xbe,0x77,0xb9,0xf7,0x7d,0x9f,0xa7,0xea,0xf7,0x57, + 0x20,0xe9,0xbe,0xf7,0x9e,0xf3,0xde,0xe5,0x2c,0x66,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x55,0x33,0xca,0xb5,0xb5,0x6b,0x3f,0xd7,0x87, + 0x5c,0xa7,0xbb,0xce,0x71,0x9d,0xed,0x3a,0xc9,0x35,0x35,0xfe,0xf9,0x8,0x86,0xa, + 0xa0,0x19,0xbc,0xd2,0x35,0xd1,0x35,0xc3,0x75,0x9d,0xeb,0x61,0xd7,0x33,0xae,0xa5, + 0xae,0xe5,0xfd,0xf4,0x9c,0xeb,0x41,0xd7,0x7f,0xb9,0x26,0xbb,0x56,0x63,0xf8,0x0, + 0xf2,0x64,0x7d,0xd7,0x3b,0x5d,0x73,0x5c,0xbf,0x1d,0xc0,0xd8,0x87,0x92,0xfe,0x9f, + 0x13,0x5d,0xaf,0x62,0x28,0x1,0xf2,0x61,0x23,0xd7,0x71,0xae,0x1f,0xbb,0x9e,0xed, + 0xc2,0xf0,0x57,0xd4,0x5f,0x5c,0x5f,0xc4,0x9,0x0,0xa4,0xcf,0x3a,0xae,0xc3,0x5c, + 0x3f,0x72,0xbd,0xd0,0xa3,0xe1,0xf7,0x77,0x2,0x27,0x72,0x1c,0x0,0x48,0x93,0x35, + 0x5c,0xfb,0xba,0xae,0x75,0x3d,0x5f,0xa0,0xe1,0xf7,0x3f,0xe,0x4c,0x66,0xa8,0x1, + 0xd2,0xe2,0xb5,0xae,0xff,0x74,0x2d,0x2a,0xc9,0xf0,0x57,0x94,0x2e,0x6,0x79,0x1d, + 0x0,0x48,0x0,0xdd,0xec,0x4f,0x73,0x2d,0xa8,0xc0,0xf0,0xfb,0xa4,0xd7,0x81,0xad, + 0x19,0x7a,0x80,0x7a,0xd1,0x25,0xdf,0xb9,0xae,0xa7,0x2a,0x34,0xfe,0xbe,0x27,0xc2, + 0xa9,0xc,0x3f,0x40,0x7d,0xec,0xec,0xba,0xc1,0xf5,0x52,0xc5,0xc6,0xdf,0xa7,0x93, + 0x98,0x2,0xe8,0x5,0x3d,0x27,0x6d,0xe0,0xda,0x24,0x9e,0x5f,0xf5,0x35,0x5b,0x93, + 0x61,0x19,0x92,0xd5,0x5d,0x87,0xba,0xee,0xab,0xc9,0xf0,0xfb,0x74,0x36,0x53,0x1, + 0xc3,0x61,0x44,0x34,0x74,0x6d,0x1d,0x67,0xba,0xae,0x77,0xdd,0x19,0xcf,0x93,0x8f, + 0xba,0xee,0x71,0x5d,0x11,0xbf,0x2c,0x9c,0x2f,0x7,0x66,0x5d,0xd7,0x29,0xae,0x3f, + 0xd5,0x6c,0xfc,0xd2,0x39,0x4c,0x7,0x74,0xc2,0xda,0xae,0xdd,0x5d,0xb3,0x5d,0xf7, + 0xc7,0xf3,0xe3,0x50,0x8b,0xeb,0x6e,0xce,0x98,0x2f,0x43,0x4e,0xf1,0xeb,0x56,0xec, + 0xbb,0x7e,0x2f,0x3a,0x9d,0x29,0x81,0xa1,0xc,0xff,0x20,0xd7,0x95,0xae,0x85,0x5d, + 0x2c,0xb0,0x5f,0x1b,0xef,0xcd,0x7d,0xbc,0xcd,0xf5,0x7f,0x89,0x18,0xbe,0xa4,0xdc, + 0x81,0xf,0x31,0x2d,0x30,0x10,0xaf,0x70,0xbd,0xd9,0x75,0xa9,0xeb,0xe9,0x1e,0x17, + 0xda,0xd5,0xd6,0xee,0xd0,0xd3,0x91,0xae,0xe9,0xae,0x47,0x12,0x32,0x7e,0x49,0x9, + 0x44,0xfb,0xb1,0xd4,0xa1,0x3f,0xe3,0x5c,0x67,0x58,0x77,0x9,0x27,0x3,0x49,0x3b, + 0x87,0x5d,0x5a,0x3a,0x96,0x63,0x5d,0x9f,0x8f,0xc6,0xb6,0x3c,0x31,0x3d,0xcc,0x3d, + 0xd,0xac,0x88,0x62,0xc3,0xf7,0x70,0xdd,0xe2,0x5a,0x56,0xe0,0x42,0xd3,0xdf,0x75, + 0x42,0xb,0xc7,0x73,0x42,0xdc,0xfd,0x2c,0x4d,0xd0,0xf8,0x25,0xa5,0x12,0x8f,0x62, + 0xd9,0x83,0xc5,0x85,0x20,0x23,0x7d,0xb4,0xa4,0xc5,0x76,0x66,0xcb,0x1c,0xe9,0xfe, + 0x16,0x5e,0x47,0x96,0x27,0xac,0x19,0x2c,0x7b,0x10,0x7a,0xd6,0xbb,0xc4,0xb5,0xa4, + 0xc4,0xc5,0x36,0xab,0x25,0x63,0xa9,0x4b,0xd3,0x8f,0xba,0x9e,0x48,0xdc,0xf8,0x75, + 0xbc,0x9b,0xc8,0xd2,0x7,0x6d,0x53,0xbf,0x5f,0xc1,0x82,0x9b,0xd9,0x82,0xb1,0xdc, + 0xd4,0x75,0x81,0xeb,0xcf,0x89,0x1b,0xbf,0x34,0xc7,0x42,0xfe,0x1,0xb4,0x18,0x5d, + 0xcc,0xdd,0x56,0xc1,0x62,0xd3,0x1d,0xc0,0xf1,0xd,0x1f,0xcb,0x49,0xd1,0x91,0x2e, + 0xcb,0xc0,0xf8,0x55,0x54,0xe4,0x9d,0x2c,0xff,0x76,0xf3,0xe,0xd7,0xcf,0xad,0xba, + 0xe7,0xa6,0xfd,0x1b,0x3a,0x8e,0x8a,0x8c,0x7c,0x8f,0xd5,0x1f,0xd2,0x3b,0x1c,0xa9, + 0xb2,0xd0,0xfa,0x98,0x40,0x3d,0x5f,0xdc,0x73,0xe2,0x19,0xf1,0x0,0xd7,0x76,0x16, + 0x9e,0x89,0xaa,0x8e,0x9d,0xdf,0xcb,0x42,0xe8,0x6e,0x55,0xb,0xee,0x1,0xd7,0xe6, + 0xd,0x9c,0x4f,0x55,0xec,0xf9,0xb4,0x55,0x93,0xbb,0x5f,0x94,0x14,0x81,0x78,0x1c, + 0xa6,0x58,0x2d,0xba,0x15,0x9e,0xba,0xc2,0x57,0x62,0x59,0xfc,0x2a,0x3e,0xee,0xfa, + 0xa9,0x85,0xd8,0xf9,0xb3,0x5c,0x47,0xb9,0xa6,0xc4,0x4b,0x39,0xc5,0x8b,0xaf,0x5e, + 0xc2,0xcf,0xb2,0x93,0xeb,0xae,0x8a,0x17,0xdd,0x37,0xad,0x79,0x9,0x42,0x5b,0xc6, + 0x73,0xf4,0x5f,0x33,0x32,0x7e,0x49,0xe5,0xc5,0x36,0xc2,0x24,0xab,0x43,0x17,0x2d, + 0xc7,0x44,0x63,0xef,0xc4,0x3b,0x2b,0x41,0xe4,0x21,0xd7,0xf,0x5d,0x17,0xbb,0x3e, + 0x15,0xb7,0x98,0x32,0xdc,0x8d,0xad,0xb7,0x77,0xdb,0xad,0xe2,0xdf,0x5b,0xf5,0x17, + 0x67,0x7a,0xc3,0xe6,0x74,0x4a,0x34,0xa4,0xe5,0x99,0x49,0xe5,0xc5,0xe,0xc3,0x24, + 0xab,0x63,0xb4,0xeb,0x34,0xeb,0x3d,0x94,0x56,0xb7,0xca,0x7f,0x70,0xdd,0x6b,0x21, + 0x78,0xe3,0x7c,0xd7,0x47,0x2c,0xd4,0x8d,0xdb,0x26,0x9e,0xe7,0x46,0xe,0xf1,0xb3, + 0x28,0x65,0xf7,0xca,0x1a,0x16,0x9d,0x76,0x3d,0x5b,0x34,0xc8,0x99,0x1f,0x19,0x1d, + 0xf4,0xf2,0xc,0x75,0x6d,0x3c,0xb6,0x40,0x5,0x28,0x3f,0xfe,0xa2,0x12,0xb7,0x88, + 0x2f,0xc5,0x63,0xc4,0x63,0xae,0xdb,0x5d,0xdf,0xb0,0xf0,0xd4,0x76,0x84,0x6b,0x37, + 0xd7,0x66,0xf1,0x18,0xa1,0x98,0x7e,0xc5,0xe1,0x5f,0x60,0xf5,0x14,0x9d,0x38,0x37, + 0xfe,0xc,0xb9,0x23,0x27,0x7b,0x76,0x1,0xce,0xbc,0x2e,0x2d,0x8a,0x1f,0xc,0xa8, + 0x80,0xf1,0xf1,0x4b,0x5d,0xc7,0x93,0xd0,0x5f,0xe3,0x31,0xe2,0x57,0xae,0x9b,0x5c, + 0x17,0x5a,0x48,0x3f,0x5d,0x52,0xc3,0xcf,0xf2,0x88,0x6b,0xc7,0x86,0xcc,0xe7,0x55, + 0x96,0x6e,0x48,0x6f,0x27,0x52,0xa1,0xd1,0x35,0x30,0xcd,0xf2,0x51,0xce,0xfc,0x82, + 0x8c,0x17,0xa,0x5f,0xff,0x95,0x2f,0x6f,0xf7,0x71,0xfd,0x2c,0xf3,0x79,0x58,0x10, + 0x2f,0x96,0xa1,0x44,0xb4,0xd0,0xf,0xb6,0xf0,0xe4,0x85,0xf1,0x87,0xa2,0x21,0x13, + 0x32,0x9e,0xcf,0xb5,0xe2,0x3d,0xcb,0xef,0x32,0x9f,0x7,0x15,0x1a,0x9d,0x86,0x79, + 0x96,0x8b,0x2e,0xe0,0x14,0xe9,0xf6,0x24,0x86,0xff,0x8f,0x63,0x48,0xce,0xd9,0x7f, + 0xba,0xbf,0x99,0x6d,0xe5,0x35,0xe5,0xa8,0x4a,0x2f,0xc5,0x5d,0x18,0x21,0xbf,0x25, + 0x32,0xc6,0x42,0x70,0xcf,0x73,0x18,0xfe,0x4a,0x5,0x40,0x46,0x67,0x3a,0x9f,0x7a, + 0x6e,0xfd,0xae,0xe5,0x11,0xd2,0x3b,0x94,0x54,0x6d,0x98,0x37,0xff,0x12,0xd1,0x4d, + 0xfb,0x1c,0xd7,0x8b,0x18,0xfd,0x4a,0x5f,0x9d,0xb9,0xae,0x43,0x2c,0xc4,0xc7,0x6f, + 0x12,0x5f,0x21,0x52,0xef,0x43,0x37,0x22,0x6e,0x95,0xef,0x6d,0xc8,0x3c,0xe8,0xf9, + 0x75,0x67,0x4c,0xb4,0x3c,0x76,0x70,0xdd,0x88,0xc1,0xf,0x1a,0xbb,0xb0,0x30,0x2e, + 0xc4,0x1b,0xe2,0x96,0x5a,0xc7,0x82,0x3a,0x43,0xa0,0x57,0x85,0x76,0x2b,0x33,0xac, + 0xbb,0x9a,0x87,0x29,0x4a,0xaf,0x40,0x87,0x62,0xa2,0xe5,0xb1,0xa7,0xeb,0xe,0x8c, + 0xbc,0xab,0xac,0xc0,0x15,0x43,0xa0,0xb5,0x53,0xe8,0x1f,0x2,0xad,0x23,0xd5,0xea, + 0x15,0xce,0xa5,0xfe,0xcd,0xaf,0x58,0xe8,0x98,0xdb,0x84,0x31,0x56,0xe4,0xe5,0x29, + 0x15,0x8f,0x61,0x6b,0xd0,0x36,0x51,0xa1,0x94,0xf,0x61,0xcc,0x85,0x2f,0xda,0xa7, + 0xe2,0xb8,0xce,0xb3,0x10,0x2,0x7d,0x72,0x3c,0x46,0xf4,0x85,0x40,0x97,0x51,0x54, + 0x74,0x57,0xd7,0xfc,0x86,0x8d,0xa5,0x62,0x3e,0xd6,0xc5,0x54,0x8b,0x47,0xcf,0x42, + 0x6a,0x76,0xb1,0x8,0x83,0xad,0xf4,0x18,0xa1,0x10,0xe8,0x5f,0x58,0x8,0xac,0x9a, + 0x15,0x5f,0x5b,0x54,0xc9,0xb6,0x2f,0x4,0xba,0x9b,0x63,0x84,0x2,0x62,0xfe,0xc5, + 0x42,0xb0,0x54,0x93,0xc6,0x4b,0x25,0xc7,0x29,0xf2,0x59,0x2,0x5a,0x68,0xe7,0x59, + 0x1e,0x95,0x5e,0xda,0x70,0xc9,0xa8,0x63,0x84,0xde,0xe7,0x15,0x2,0x7d,0xb9,0x85, + 0x10,0x68,0xc5,0xe8,0x2b,0x8,0x6b,0x73,0x1b,0x3c,0x93,0xf2,0xd5,0xf1,0xbf,0x5f, + 0xdc,0xb0,0x71,0x79,0xc4,0x42,0xdf,0x1,0x28,0xc1,0xf8,0xe7,0x60,0x78,0x59,0xc4, + 0x1e,0xe8,0xf2,0x4b,0x8d,0x48,0x6e,0xb6,0x90,0x87,0xa1,0x8b,0x3d,0x5,0x67,0xed, + 0xe8,0xda,0xd0,0x42,0x60,0xd2,0xdc,0x6,0xbe,0xda,0xc8,0x21,0x4e,0xc7,0x54,0xcb, + 0xbb,0x21,0x3e,0x3a,0x9e,0x4d,0x9f,0xc7,0xd0,0xb2,0x4c,0x81,0x55,0x80,0x96,0xaa, + 0x1f,0xdd,0xdf,0xc0,0xdf,0x4f,0xf9,0x9,0xea,0x3b,0x30,0x12,0x53,0x2d,0x97,0xf5, + 0x2c,0xe4,0xe5,0x7f,0xc7,0xaa,0xef,0xe3,0x8e,0xd0,0x60,0x41,0x57,0x63,0x31,0xcf, + 0xea,0xd0,0x6d,0xf4,0xde,0xae,0xaf,0x5a,0xfa,0xa5,0x9f,0x51,0xb3,0x75,0xa7,0xe5, + 0x9d,0x6f,0x91,0x35,0x8a,0xaf,0xde,0x25,0xde,0x4c,0xf3,0x2c,0x88,0xaa,0x96,0x3e, + 0x3e,0xfb,0x63,0x86,0xf5,0x33,0x22,0x7a,0xe1,0x53,0xe3,0x39,0x73,0x29,0x8b,0x13, + 0x55,0xf0,0x3c,0xaa,0xc2,0xb2,0xab,0x61,0x7e,0x69,0xb1,0x45,0x9c,0x98,0x5b,0xad, + 0x39,0x91,0x65,0x28,0xbd,0x68,0x4a,0x55,0x77,0x5a,0x1b,0x73,0x4b,0x17,0x65,0x60, + 0x1d,0x6e,0x21,0x57,0xe0,0x19,0x16,0x2d,0x2a,0x50,0x6a,0x3e,0xb2,0x29,0x26,0x96, + 0x7,0xa,0x48,0x51,0x7,0x16,0x95,0xc5,0x26,0x82,0x10,0x15,0x91,0xe1,0x37,0x9, + 0xb3,0xca,0xf,0x85,0x11,0x2b,0x4a,0xeb,0xcb,0x56,0x5e,0xf7,0x5d,0xd4,0x6c,0x2d, + 0x8a,0xcf,0xd0,0x90,0x31,0x8a,0x41,0x57,0x72,0xcb,0xe7,0x2c,0x4,0xa5,0x2c,0x63, + 0x61,0xa3,0xe,0xa4,0x28,0xc7,0x4f,0xc7,0xb,0x67,0x68,0x0,0xba,0xbd,0x55,0x32, + 0x8b,0x9a,0x7e,0xe8,0x2d,0xf7,0x5,0x16,0x39,0xb2,0xc1,0x3b,0xf9,0x52,0xcf,0xbf, + 0xa1,0x8c,0x73,0x1d,0x6b,0x21,0x2d,0x95,0x64,0x23,0x34,0x50,0x2b,0xaf,0x2d,0x31, + 0x93,0xe6,0xa3,0xa4,0x23,0x55,0x71,0x51,0xf7,0x96,0xc5,0x2c,0x7c,0x64,0x21,0xc0, + 0x6c,0xa,0xa6,0xd1,0x2e,0x14,0x6a,0xac,0xe,0x2e,0x97,0xba,0x7e,0x8f,0x11,0xb4, + 0x56,0xea,0x40,0x74,0x24,0xe6,0xd0,0x5e,0x94,0xdd,0xf5,0x16,0xb,0xb5,0xf4,0x1e, + 0xc6,0x20,0x5a,0x25,0x45,0x93,0xaa,0xd,0x19,0xe5,0xbc,0xe1,0xef,0x37,0xbf,0xaf, + 0x77,0x9d,0x61,0xa1,0x62,0x2d,0xa1,0xc6,0xcd,0xd7,0x55,0xf1,0x48,0x8,0xb0,0x12, + 0xba,0xc,0xfa,0x98,0x85,0x56,0x4f,0x84,0x1a,0x37,0x53,0x6a,0x43,0x36,0x9e,0xa5, + 0xe,0x83,0xb1,0x71,0x3c,0x1f,0xfe,0xc0,0xf5,0x2c,0x46,0xd3,0x18,0xa9,0xcc,0xd9, + 0x3e,0x2c,0x6f,0xe8,0x94,0x31,0xae,0x77,0xc5,0x2d,0xe3,0x1f,0x31,0xa0,0xec,0x2b, + 0x17,0xa9,0x17,0x21,0x19,0x7e,0x30,0x6c,0x94,0x19,0xa6,0x5e,0x5,0x17,0x5b,0xfe, + 0xcd,0x2c,0xdb,0x9a,0xe1,0xa7,0xcb,0xde,0xb5,0x58,0xca,0xd0,0xb,0xa,0x35,0x56, + 0xb2,0x88,0x1a,0x42,0x3e,0x68,0x84,0x1a,0xe7,0x22,0xf5,0x22,0xdc,0x84,0xe5,0xb, + 0x45,0xa1,0x56,0xe5,0xdb,0x5a,0x88,0x1f,0xbf,0xcb,0xe8,0x5d,0x98,0xb2,0xf4,0xb2, + 0xb3,0x13,0x4b,0x16,0xca,0x42,0xd,0x4c,0x3f,0x6c,0x21,0xa4,0x94,0x50,0xe3,0xb4, + 0xa4,0x5e,0x84,0xd3,0x58,0xa2,0x50,0x5,0xaa,0x1c,0xab,0xb6,0x66,0xd7,0x5b,0x88, + 0x32,0xc3,0x0,0xeb,0x95,0x9e,0x71,0xd5,0xb7,0x80,0xc,0x3f,0xa8,0x14,0xf5,0x39, + 0x50,0x31,0xc9,0xcb,0x2c,0xb4,0xdd,0xc2,0x18,0xeb,0xd1,0x57,0xe2,0x5c,0x0,0xd4, + 0x82,0x7a,0xea,0xed,0x66,0xa1,0xbe,0xdc,0x6f,0x30,0xc8,0x4a,0x35,0xdf,0x42,0x57, + 0x62,0x80,0xda,0x51,0xf,0xbd,0x89,0xae,0x33,0x2d,0x94,0x9c,0x7a,0x9,0x3,0x2d, + 0x55,0x6a,0x48,0xba,0x2b,0xcb,0xe,0x52,0x43,0x1,0x28,0xea,0x2c,0xfb,0x9,0xd7, + 0xff,0x5b,0xa8,0x42,0x83,0xc1,0x16,0xab,0xc5,0x16,0xba,0x12,0x3,0x24,0x8d,0xde, + 0xa4,0xd5,0x6c,0xf2,0x26,0xd7,0x73,0x18,0x6e,0x21,0xd2,0x53,0xac,0xba,0x12,0xaf, + 0xc1,0xf2,0x82,0x5c,0x50,0x2b,0xed,0x77,0xbb,0xbe,0x6d,0xa1,0xf3,0x2e,0x86,0xdc, + 0xbd,0xe6,0xc6,0xf1,0x4,0xc8,0x8e,0x51,0xae,0xb7,0x5b,0xb8,0xb9,0x7e,0x1c,0x63, + 0x1e,0xb6,0x54,0x0,0x96,0x1e,0x7e,0x90,0x3d,0x2a,0x50,0xf1,0x26,0xd7,0x79,0xf1, + 0x32,0x8b,0x50,0xe3,0xce,0xa4,0x96,0x71,0x1b,0xb2,0x7c,0xa0,0x29,0x28,0xd4,0x58, + 0x39,0xeb,0xff,0xe1,0xba,0xc7,0x8,0x35,0x1e,0x4a,0x4f,0xba,0x76,0x64,0xd9,0x40, + 0x13,0xd9,0xdc,0x42,0x1a,0xeb,0x4f,0x5c,0x4b,0x30,0xf6,0x55,0xa6,0xfa,0x1e,0xcc, + 0x52,0x81,0x26,0xb3,0x81,0xeb,0x3,0x16,0x32,0xdb,0xe8,0x87,0xf8,0x72,0xcd,0x60, + 0x89,0x40,0x1b,0x50,0x3,0x8b,0x3,0x5d,0x97,0x5b,0x8,0x35,0xe6,0x9e,0x20,0xe8, + 0x22,0xb,0x41,0x57,0x0,0xad,0x40,0x55,0x8d,0x95,0x7c,0xc4,0xf3,0x61,0xd0,0xcd, + 0x16,0x9a,0xc5,0x2,0xb4,0x82,0xd1,0xf1,0xab,0x47,0x68,0x71,0xd0,0xaf,0xe3,0x7d, + 0x9,0x40,0xe3,0x51,0xb4,0xdb,0xa9,0x46,0x38,0xf1,0x8a,0xd2,0x4e,0x68,0x77,0x96, + 0x6,0xb4,0x81,0xf,0x1a,0xed,0xcd,0x6,0xea,0xf0,0x4b,0xa7,0x1f,0x68,0x3c,0xef, + 0x30,0xd2,0x8b,0x57,0xa5,0x99,0x2c,0xf,0x68,0x32,0xea,0x60,0x74,0x7,0x86,0xbe, + 0x4a,0xe9,0x65,0x64,0x4d,0x96,0x9,0x34,0x11,0x65,0x10,0xde,0x80,0x91,0xf,0xaa, + 0xdb,0x8d,0x96,0x5f,0xd0,0x40,0xd4,0xd1,0xf8,0x42,0xe3,0xcd,0xbf,0x93,0xce,0x3f, + 0xdb,0xb0,0x5c,0xa0,0x49,0x28,0xb8,0xe5,0x64,0xa3,0x57,0x61,0x27,0x52,0x84,0xe4, + 0x7e,0x2c,0x19,0x68,0x12,0xa,0xf6,0xa1,0x2d,0x59,0x67,0x52,0x4c,0xc4,0xf1,0x2c, + 0x19,0x68,0xa,0x6f,0xb5,0x10,0xe0,0x82,0x71,0x77,0xae,0x59,0x2c,0x1b,0x68,0x2, + 0xea,0x3c,0xb4,0x0,0x83,0x1e,0xb6,0xae,0x8b,0x77,0x26,0x0,0xd9,0xa2,0xe2,0x16, + 0x57,0x63,0xcc,0x5d,0xe9,0x17,0x16,0xda,0xbb,0x3,0x64,0x89,0x3a,0x11,0x7f,0xd1, + 0x88,0xf1,0xef,0x56,0xca,0x90,0xa4,0x17,0x20,0x64,0x89,0x2a,0x1,0x7d,0xdc,0xe8, + 0x31,0xd8,0x8b,0x34,0x76,0x87,0xb0,0x94,0x20,0x47,0x54,0xd5,0x66,0x21,0x46,0xdc, + 0xb3,0x4e,0x66,0x29,0x41,0x6e,0xbc,0xc5,0x42,0x75,0x5b,0xc,0xb8,0x77,0x5d,0x6c, + 0x14,0x7,0x81,0x8c,0x50,0xc7,0xa0,0x1f,0x63,0xb8,0x85,0x69,0x9e,0x6b,0xc,0xcb, + 0xa,0x72,0x40,0xb1,0xeb,0x73,0x31,0xda,0x42,0xf5,0x90,0xd1,0x1c,0x14,0x32,0x40, + 0x99,0x6b,0xe7,0xba,0x96,0x62,0xb4,0x85,0xea,0x29,0xd7,0x14,0x96,0x17,0xa4,0x8c, + 0x9a,0x85,0xaa,0xdc,0x37,0xbd,0x1,0x8b,0xd7,0xb,0xae,0xa3,0x58,0x62,0x90,0x32, + 0x53,0x5d,0x4f,0x60,0xac,0xa5,0xe9,0x2c,0x96,0x18,0xa4,0xca,0x1b,0x2d,0x44,0xac, + 0x61,0xa8,0xe5,0x36,0xb,0xa5,0x38,0x8,0x24,0x87,0x2e,0xa7,0x6e,0xc6,0x40,0x4b, + 0xd7,0x4f,0x5d,0x63,0x59,0x6e,0x90,0x12,0x63,0x5c,0x97,0x62,0x9c,0x95,0x48,0x5d, + 0x96,0xb7,0x63,0xc9,0x41,0x2a,0xa8,0xf3,0xef,0x99,0xf1,0x82,0xa,0x3,0xad,0xa6, + 0x38,0xc8,0x1,0x2c,0x3b,0x48,0x85,0x7f,0x35,0x7a,0xfa,0x55,0x29,0x95,0x4f,0x3b, + 0x81,0x65,0x7,0x29,0xa0,0x32,0x55,0x8f,0x61,0x94,0x95,0x6b,0xb6,0x85,0xe7,0xd6, + 0xa1,0xd0,0x65,0xa1,0xba,0xa,0xed,0x6f,0xa1,0xa2,0x90,0xca,0x8b,0xcf,0x8a,0x3b, + 0x36,0x39,0x91,0x5d,0x8c,0x1a,0x3,0xd0,0x25,0x6f,0x70,0xdd,0x8d,0x31,0xd6,0xa2, + 0x1b,0x6,0x31,0x5c,0x65,0x5e,0x6e,0xe1,0x9a,0xee,0xfa,0xa6,0xeb,0x81,0xb8,0x43, + 0x5b,0x36,0xc0,0x4e,0x42,0x9,0x5a,0xaa,0xcf,0x30,0x99,0xe5,0xc,0xc3,0x61,0x9c, + 0xeb,0xc6,0x86,0x19,0x95,0xa2,0x16,0x17,0x59,0x1e,0x15,0x8a,0xef,0xb3,0x50,0x4e, + 0xbd,0xbf,0xe1,0xef,0x68,0x21,0x2,0xf3,0xbe,0x61,0xde,0xc9,0xa8,0x3c,0xdb,0x54, + 0x96,0x35,0x74,0x82,0x9a,0x77,0x5e,0xd2,0x30,0xe3,0x57,0xfb,0xad,0x2f,0xb9,0xe, + 0x75,0x3d,0x99,0xc1,0xcf,0xab,0x2f,0xf7,0xa4,0x15,0xe6,0x64,0x42,0x34,0xfc,0x47, + 0x7a,0xf8,0x3b,0xb5,0x9b,0xdb,0x9a,0xe5,0xd,0x83,0xa1,0xe6,0x9d,0xa7,0x58,0xb3, + 0x9a,0x77,0x2a,0xbe,0xfe,0x33,0x71,0x4b,0xad,0x17,0x8d,0x6f,0x64,0xf0,0x33,0xf7, + 0x15,0x7,0x19,0x1d,0xcf,0xf2,0x45,0xa5,0x5b,0x9f,0xc4,0x12,0x87,0xc1,0x38,0xc2, + 0x9a,0xd5,0xbc,0x53,0x5f,0xcc,0xc3,0x6d,0xe5,0x1c,0x7b,0x3d,0xb1,0x3d,0x6d,0x79, + 0x44,0x4,0x5e,0x5d,0xb0,0x33,0xbe,0xc2,0x88,0x32,0x84,0x55,0xb0,0x57,0x8f,0x5b, + 0xcc,0x14,0x23,0xea,0xf6,0x1c,0xe0,0xf7,0x5c,0xc7,0xf2,0x68,0x55,0x56,0x46,0x6d, + 0xc5,0x7b,0x5c,0x1b,0xb1,0xd4,0xa1,0x3f,0x3a,0x63,0xfe,0xcc,0x9a,0xf3,0x8e,0x7e, + 0xad,0x6b,0xfb,0x41,0x7e,0xdf,0xf7,0xbb,0x96,0xb4,0xf0,0x75,0xe1,0x51,0xa3,0xde, + 0x0,0xf4,0x43,0xa5,0xa8,0xaf,0x6b,0xc8,0x2,0x97,0x51,0x5f,0x60,0x43,0x97,0xd7, + 0xde,0xc0,0xda,0x59,0xc9,0xe8,0xc1,0x1,0x5e,0x17,0xa0,0xc5,0x8c,0x72,0xfd,0x8f, + 0x35,0xa3,0x79,0xa7,0x9e,0xf8,0x3e,0x19,0x7f,0xa7,0x4e,0x38,0xce,0xf5,0x62,0xcb, + 0x1c,0xc0,0x9d,0xd1,0xf9,0x1,0xd8,0x8,0xd7,0x8c,0x86,0x6c,0x85,0x7f,0xe5,0x7a, + 0x6f,0xfc,0x9d,0x3a,0x45,0x11,0x74,0x77,0xb7,0xcc,0x1,0x5c,0x6f,0x44,0x6,0x42, + 0xe4,0x7d,0xd6,0x8c,0xe6,0x9d,0xb7,0xba,0x76,0xef,0x72,0xc,0x3e,0x63,0xed,0x6a, + 0x5d,0x3e,0x93,0x65,0xf,0x62,0x4a,0xfc,0x6a,0xe6,0xde,0x51,0xf7,0x5b,0xae,0x6d, + 0x7a,0x18,0x87,0xed,0xe2,0xb9,0xb8,0xd,0xc6,0xaf,0x12,0x6e,0x44,0x3,0xc2,0xdf, + 0xd,0xe6,0xb6,0xcc,0x17,0xf3,0xf3,0xae,0xf3,0xb,0x38,0xcf,0x2a,0xbc,0xf6,0xb, + 0x2d,0x71,0x0,0xf7,0xf3,0x2,0x0,0x1b,0xc4,0xaf,0x66,0xee,0x3d,0xf4,0x4e,0x74, + 0xad,0x55,0xd0,0x98,0xa8,0xcc,0xd9,0xef,0x5a,0xe0,0x0,0x66,0xf,0xf3,0x8e,0x4, + 0x1a,0x86,0xc,0x66,0x96,0xe5,0xdd,0xbc,0xf3,0x97,0xae,0x69,0xf1,0xcb,0x5d,0x14, + 0xa,0xf,0xbe,0xa4,0xe1,0xc6,0xbf,0xb0,0x87,0x7b,0x12,0x68,0x0,0x32,0x98,0x8f, + 0x59,0xde,0xcd,0x3b,0x6f,0xb1,0x90,0xdf,0x5e,0x6,0x8a,0x82,0xfc,0x53,0x83,0x1d, + 0xc0,0x95,0x16,0xba,0x37,0x43,0x4b,0x79,0x77,0xdc,0x3a,0xe7,0xb8,0x78,0xf5,0x56, + 0x7f,0xb9,0x6b,0xab,0x12,0xc7,0x67,0xed,0x6,0x1c,0x8d,0x56,0x25,0xe5,0x3d,0x1c, + 0x84,0x9,0xb4,0x97,0xc9,0x71,0xeb,0x9c,0xeb,0xcd,0xf5,0xe7,0x5c,0xeb,0x55,0x30, + 0x4e,0xd3,0xac,0x99,0xcd,0x4e,0x2e,0xe5,0xeb,0xdf,0x5e,0xb6,0x8a,0x5b,0xe7,0x1c, + 0x17,0xae,0x9a,0x8f,0x7c,0xd8,0x35,0xb2,0xa2,0xb1,0x7a,0xb5,0xeb,0x7f,0x1b,0x66, + 0xfc,0xbf,0x75,0xbd,0x19,0x33,0x68,0x27,0xeb,0xc5,0xad,0x73,0x8e,0xb,0xf7,0x5e, + 0xd7,0x81,0xd6,0x59,0x5d,0xbc,0x22,0x51,0x5b,0xae,0xa6,0xd4,0x42,0x50,0x80,0xd3, + 0x19,0x5,0x5f,0x98,0x42,0x26,0xac,0x19,0xb7,0xce,0x39,0xc6,0xba,0xdf,0x64,0x2b, + 0x57,0xc3,0xa9,0x12,0x25,0x11,0xdd,0xde,0x10,0x7,0xa0,0x9d,0xdf,0x38,0x4c,0xa1, + 0x7d,0xac,0x16,0xb7,0xce,0xb9,0x9d,0x67,0x55,0xe3,0x6e,0x8e,0x85,0x18,0xfd,0x3a, + 0xf9,0xb8,0xe5,0xfd,0x54,0xda,0x97,0xf6,0xbb,0x7,0xa6,0xd0,0x4e,0xe,0xb4,0xfc, + 0x9a,0x77,0x3e,0x1d,0xb7,0xab,0xeb,0x26,0x72,0x6f,0x92,0x73,0xff,0x43,0x25,0x77, + 0x9d,0x50,0xc3,0xf1,0x9,0x12,0x60,0x52,0x3c,0x3f,0xe7,0xf6,0xb5,0x3a,0xda,0x42, + 0x40,0x4e,0x2a,0x3b,0xa8,0x99,0x19,0x3b,0x0,0x5,0x35,0x8d,0xc2,0x14,0xda,0xc7, + 0xe6,0xf1,0xfc,0x9c,0xd3,0x62,0xbd,0xcb,0xb5,0x6f,0x82,0x63,0xb9,0x83,0xe5,0x59, + 0x1e,0xed,0xfb,0x46,0xbc,0x7f,0x2b,0x59,0x37,0x9e,0x9f,0x73,0x5a,0xac,0xdf,0x73, + 0x4d,0x4c,0x74,0x3c,0x15,0x33,0xff,0xdf,0x99,0x8d,0xa7,0xd2,0xa2,0xb7,0xc7,0x14, + 0xda,0xc7,0x2b,0xe3,0x96,0x35,0x97,0xe6,0x9d,0x7a,0x66,0xbb,0xc8,0xf5,0x9a,0xc4, + 0xc7,0x75,0x57,0xcb,0xa3,0x87,0x40,0x5f,0xb1,0x4f,0xde,0xfb,0x2b,0x40,0x11,0x55, + 0x23,0x13,0xfb,0x99,0x8e,0xb6,0x3c,0xca,0x5c,0xaf,0x58,0xa3,0x7f,0x74,0x6,0x73, + 0xad,0xa7,0xd4,0xaf,0x67,0x30,0xa6,0x6a,0xd,0xb6,0x17,0xa6,0x59,0x3e,0xda,0x5e, + 0x5d,0x66,0xa1,0xb1,0xc4,0xa9,0xae,0xc3,0x2c,0xa4,0x92,0x6e,0x5c,0xe3,0xa5,0xcb, + 0xbe,0xf1,0x12,0x2d,0xd7,0x1a,0xfd,0xa9,0xa3,0xe6,0xa8,0x8b,0x13,0x1e,0x53,0xb5, + 0x8,0xdb,0x1b,0xd3,0x2c,0x9f,0xf1,0xae,0x79,0xf6,0xf2,0xe7,0x16,0xa5,0x59,0xea, + 0xc9,0xe8,0x1a,0xb,0x85,0x25,0x8e,0xb1,0xf0,0xfe,0xfa,0xda,0x78,0x2e,0x2f,0x33, + 0xff,0x7a,0x62,0xbc,0x44,0xcb,0xb9,0x46,0x7f,0xea,0x68,0xa7,0x72,0x7d,0xa2,0x63, + 0xaa,0x2,0x9f,0xa4,0xf8,0x56,0xf4,0xe5,0x9f,0xd7,0xe1,0xa4,0xbc,0x18,0xb7,0xb9, + 0xf,0xb9,0x6e,0xb6,0xd0,0x8f,0x4e,0xed,0x98,0x54,0x8a,0x49,0xe5,0xa7,0xd6,0x2f, + 0xe8,0x8,0xf1,0x9a,0x78,0x89,0xd6,0x84,0x1a,0xfd,0xa9,0xa3,0xda,0x89,0xa9,0xa5, + 0x51,0x6b,0x6d,0xed,0x8c,0x69,0xa6,0x65,0xfc,0x83,0xe9,0x59,0xd7,0xe3,0x16,0xc2, + 0x4c,0x2f,0xeb,0xf1,0x8,0x31,0x3a,0x5e,0xa2,0xe5,0x52,0xa3,0x3f,0xf7,0x4e,0x34, + 0x63,0x2d,0x9d,0x84,0xaa,0xbf,0x58,0x78,0xed,0xe1,0xa9,0xaf,0x22,0xe3,0x9f,0x5f, + 0xb2,0x81,0xc,0xf7,0x8,0xb1,0x7a,0xbc,0x44,0x4b,0x3d,0x61,0x65,0xb8,0x35,0xfa, + 0x53,0xe7,0xdf,0x2c,0x8d,0xbc,0xa,0x7d,0x3c,0xd6,0xc1,0x34,0xf3,0x37,0xfe,0xe1, + 0x1e,0x21,0x14,0xde,0xbb,0xad,0x6b,0x7a,0xfc,0xf3,0xa6,0xd5,0xe8,0x4f,0x9d,0x71, + 0x89,0xdc,0xb7,0x5c,0x68,0x64,0xf7,0x95,0xce,0x84,0x9a,0x8c,0xbf,0x93,0x23,0x44, + 0xea,0xcf,0x7d,0xbd,0xd4,0xe8,0x4f,0x9d,0x7f,0xb7,0xfa,0x7b,0x8,0xdc,0x64,0x69, + 0xe4,0x4b,0x34,0x96,0xf1,0x96,0x6f,0x1,0x8d,0x3a,0xb5,0xd4,0x75,0x95,0xf5,0x56, + 0xa3,0x3f,0x75,0xb4,0x3,0x7b,0x20,0x81,0xdd,0xd5,0x66,0x98,0x69,0x79,0x28,0xa0, + 0xe2,0x31,0xc,0xba,0xab,0x1a,0xfd,0x63,0x1b,0xbe,0x36,0xb4,0xf5,0xfe,0x7c,0xcd, + 0x63,0xad,0xc2,0xa5,0xbb,0x61,0xa6,0xe5,0xa1,0x4c,0xb0,0x43,0x70,0x2,0xb5,0xd5, + 0xe8,0x4f,0x9d,0x49,0x35,0xaf,0xd,0x5d,0xfe,0x1e,0x81,0x99,0x96,0xf,0x4e,0xa0, + 0x9e,0x1a,0xfd,0xa9,0xb3,0x86,0xd5,0xff,0x4,0x4b,0x7f,0x3f,0x9c,0x40,0xa3,0x6b, + 0xf4,0xa7,0xce,0x1e,0x56,0x6f,0x53,0x55,0x85,0xa2,0x8f,0xc4,0x3c,0x71,0x2,0x4d, + 0xad,0xd1,0x9f,0x3a,0x4a,0x8,0xbb,0xb2,0xc6,0x39,0x50,0x30,0xd9,0xfa,0x98,0x26, + 0x4e,0xa0,0x8e,0xa7,0xc8,0xcf,0x5a,0x35,0x35,0xfa,0x53,0xe7,0xa0,0x38,0x1e,0x75, + 0xcc,0x83,0xd6,0xe2,0x36,0x4c,0x1,0x4e,0xa0,0x4a,0x29,0x6,0xa1,0xca,0x1a,0xfd, + 0xa9,0x33,0xc6,0x42,0xf5,0x9d,0x3a,0xe6,0xe2,0x19,0x4b,0xb3,0x8a,0x12,0x4e,0xa0, + 0xa1,0xfa,0xb9,0xd5,0x53,0xa3,0x3f,0x75,0x8e,0xb4,0x10,0x9b,0x5f,0xf5,0x7c,0xa8, + 0x62,0xf1,0x47,0x18,0x7e,0x9c,0x40,0x55,0x91,0x67,0x64,0x9d,0xd,0x8c,0x92,0x9c, + 0x6e,0xab,0x69,0x5e,0xce,0x67,0xf8,0x71,0x2,0x6d,0xa8,0xd1,0x9f,0x3a,0x8a,0x81, + 0x58,0x5a,0xc3,0xfc,0x5c,0x67,0x54,0xfe,0xc5,0x9,0x94,0xa4,0x94,0x6a,0xf4,0xa7, + 0xce,0x96,0x56,0x4f,0x19,0x76,0xfd,0x9b,0x1b,0x33,0xfc,0x38,0x81,0xa6,0xd7,0xe8, + 0xcf,0x81,0xd3,0xad,0x9e,0x8,0xcc,0x9d,0x18,0x7a,0x9c,0x40,0xd1,0x35,0xfa,0xf7, + 0x61,0x4a,0x87,0xcd,0xeb,0x5d,0xf,0x57,0x3c,0x57,0xaa,0x50,0xf4,0x1e,0x86,0x1e, + 0x27,0x50,0x54,0xd9,0xae,0xef,0x5a,0xba,0x35,0xfa,0x53,0x47,0x75,0xf,0x66,0xd7, + 0x30,0x6f,0x9f,0x62,0xe8,0x71,0x2,0x45,0xd5,0xe8,0xdf,0x94,0x29,0xec,0x89,0xc9, + 0xae,0xdf,0x57,0x3c,0x77,0x17,0x5b,0x5e,0x15,0x96,0x71,0x2,0x89,0x29,0xa7,0x1a, + 0xfd,0xa9,0xa3,0x0,0xa9,0xaf,0x55,0x3c,0x7f,0x3f,0x34,0x2e,0x6a,0x71,0x2,0xd6, + 0xfd,0x4d,0xff,0x51,0x7c,0x41,0xa,0x45,0xd1,0x79,0x8b,0x2b,0x9c,0x43,0x95,0x8d, + 0xa3,0x38,0x28,0x4e,0xa0,0xeb,0xd0,0xde,0x6d,0x99,0xaa,0x42,0x79,0x95,0x85,0x12, + 0xe8,0x55,0x16,0x7,0x99,0xc2,0xb0,0xe3,0x4,0xba,0x4d,0xec,0x39,0x90,0x69,0x2a, + 0x9c,0x43,0xad,0xba,0x1e,0x2,0x2f,0xc4,0x5d,0x1c,0xe0,0x4,0xba,0xd2,0x49,0x4c, + 0x51,0xe1,0x28,0x4d,0x77,0x7e,0x85,0x73,0x78,0x16,0x43,0x8e,0x13,0xe8,0x56,0x2a, + 0x39,0x3e,0x82,0x29,0x2a,0x9c,0x63,0xad,0xba,0x4e,0xcd,0x57,0x58,0x68,0x62,0xa, + 0x38,0x81,0xae,0xda,0x4b,0x71,0x8b,0x5c,0x3c,0x6a,0xdb,0x76,0x47,0x45,0x73,0xa8, + 0x9e,0x8b,0x63,0x19,0x72,0x9c,0x0,0xb7,0xc8,0x69,0xa1,0x20,0x9d,0x2a,0x7a,0x8, + 0xe8,0x32,0x77,0x3b,0x86,0x1b,0x27,0xd0,0x6d,0x1c,0xc0,0x1e,0x4c,0x4b,0x29,0xbc, + 0xce,0x75,0x7f,0x5,0x73,0xa8,0xe2,0x20,0x7,0x30,0xdc,0x38,0x81,0x6e,0xeb,0xfb, + 0x1d,0xcb,0x94,0x94,0x82,0x8a,0xa7,0x7c,0xd6,0xaa,0x9,0xe3,0xfe,0x28,0xc3,0x8d, + 0x13,0xe8,0x56,0x5f,0x60,0x3a,0x4a,0x43,0xd9,0x7a,0x8f,0x56,0x30,0x87,0xe7,0x30, + 0xd4,0x38,0x81,0x6e,0x75,0x8d,0x51,0x58,0xa2,0x2c,0xd4,0x43,0xe0,0xcb,0x25,0xcf, + 0xdf,0x7d,0xd6,0xde,0xf2,0xec,0x38,0x81,0x2,0xa4,0xd6,0xe4,0x14,0x96,0x28,0x8f, + 0xb7,0x59,0x68,0x95,0x5e,0xd6,0x5,0xe0,0x54,0x86,0x18,0x27,0xd0,0x8b,0x16,0xba, + 0xde,0xc8,0x34,0x94,0x86,0x5a,0xa6,0xcd,0xb5,0x72,0x72,0x39,0x8e,0x31,0xa,0xb5, + 0xe2,0x4,0x7a,0xd4,0x12,0xd7,0x61,0x4c,0x41,0xa9,0xe8,0x2b,0xfd,0x8c,0x15,0x9b, + 0xc2,0x7d,0x9a,0x51,0xb5,0x9,0x27,0x50,0x90,0x4e,0x63,0xf8,0x4b,0x45,0xc1,0x56, + 0x37,0x5a,0x71,0xb7,0xfe,0xaa,0xdf,0x40,0xa,0x37,0x4e,0xa0,0x30,0x5d,0x66,0x34, + 0xfc,0x28,0x9b,0xc3,0xad,0x98,0x1e,0x2,0xaa,0x6,0xbc,0x9,0xc3,0x89,0x13,0xa0, + 0xd7,0x5c,0x5e,0x6c,0xe8,0xba,0xb5,0xc7,0x79,0x5a,0xe0,0x1a,0xcf,0x50,0xe2,0x4, + 0x8,0x27,0xcd,0x93,0x13,0xac,0xfb,0x1e,0x2,0xf,0xb8,0x76,0x67,0x8,0x71,0x2, + 0x65,0xd5,0x6,0xe0,0x39,0xa9,0x7c,0xb6,0xb0,0xd0,0x66,0x6d,0xb8,0xf3,0xf3,0xa4, + 0xeb,0x60,0x86,0xf,0x27,0x40,0x6d,0x80,0xfc,0x39,0x75,0x98,0xf3,0xf2,0x9c,0xeb, + 0x78,0xd7,0x2b,0x18,0x3a,0x9c,0x0,0xb5,0x1,0xf2,0x67,0x7b,0xb,0x59,0x98,0x9d, + 0xe6,0x6a,0x28,0xcc,0x97,0xb,0x5a,0x9c,0x40,0xe9,0x4e,0x80,0xda,0x0,0xd5,0x20, + 0x27,0x3b,0xab,0xc3,0x39,0x99,0x63,0xa1,0xd,0x39,0x40,0xe9,0x4e,0x80,0xda,0x0, + 0xd5,0xa1,0xd8,0xfd,0x27,0x86,0x98,0xf,0xc5,0xd,0x6c,0xc6,0x50,0x41,0x55,0x4e, + 0x80,0xda,0x0,0xd5,0xa1,0x8,0xbe,0xaf,0xe,0x32,0x17,0xaa,0x26,0xb4,0x3,0xc3, + 0x4,0x55,0x3a,0x1,0x6a,0x3,0x54,0xcb,0xde,0xd1,0xe9,0xe,0xb4,0x13,0xdb,0x93, + 0xe1,0x81,0x3a,0x9c,0x0,0xb5,0x1,0xaa,0x43,0x3d,0x4,0xbe,0xd3,0x6f,0xfc,0x95, + 0x35,0x48,0x5e,0x6,0xd4,0xe6,0x4,0xae,0x31,0x6a,0x3,0x54,0x89,0xba,0xfb,0x3e, + 0x6f,0xff,0xec,0xf6,0xab,0xa7,0x58,0x5e,0x62,0xa0,0x36,0x27,0x40,0x6d,0x80,0x6a, + 0x59,0xcf,0x35,0x2f,0x8e,0xfd,0x79,0x16,0x52,0x87,0x1,0x6a,0x73,0x2,0xd4,0x6, + 0xa8,0x9e,0xa3,0x2d,0x3c,0xf7,0x91,0x8b,0x1,0xb5,0x3b,0x1,0x6a,0x3,0x54,0xcf, + 0x68,0x8c,0x1f,0x52,0x72,0x2,0xd4,0x6,0x0,0x68,0xb1,0x13,0xb8,0xdc,0x8,0x3d, + 0x5,0x68,0xad,0x13,0x50,0x71,0x90,0xb5,0x19,0x46,0x80,0xf6,0x39,0x1,0xdd,0x48, + 0x6f,0xcf,0xf0,0x1,0xb4,0xcf,0x9,0xc8,0xf8,0xa9,0x36,0x3,0xd0,0x42,0x27,0xc0, + 0x97,0x1f,0xa0,0xa5,0x4e,0x60,0x3e,0xc6,0xf,0xd0,0x4e,0x27,0x80,0xf1,0x3,0xb4, + 0xd4,0x9,0x60,0xfc,0x0,0x2d,0x75,0x2,0xb7,0xb8,0x26,0x30,0x1c,0x0,0xed,0x42, + 0x7d,0xe4,0xf6,0x32,0x6e,0xfb,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1a,0xc6,0xdf,0x0,0x16,0xfb,0x86,0x64,0x33,0x20,0x53,0x34,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, // D:/QT/Projects/RRJClient/resource/Icons/settingWhite.png 0x0,0x0,0x46,0x34, 0x89, @@ -328107,6 +328409,11 @@ static const unsigned char qt_resource_name[] = { 0x8,0xb3,0x7d,0x7, 0x0,0x77, 0x0,0x68,0x0,0x69,0x0,0x74,0x0,0x65,0x0,0x43,0x0,0x72,0x0,0x6f,0x0,0x73,0x0,0x73,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // planeIcon.ico + 0x0,0xd, + 0x8,0x31,0xdd,0xbf, + 0x0,0x70, + 0x0,0x6c,0x0,0x61,0x0,0x6e,0x0,0x65,0x0,0x49,0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, // settingWhite.png 0x0,0x10, 0x6,0xb3,0xbe,0x47, @@ -328153,10 +328460,10 @@ static const unsigned char qt_resource_struct[] = { 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x3, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, // :/resource/Fonts - 0x0,0x0,0x0,0xe6,0x0,0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x12, + 0x0,0x0,0x0,0xe6,0x0,0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x13, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, // :/resource/Icons - 0x0,0x0,0x0,0xd6,0x0,0x2,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9, + 0x0,0x0,0x0,0xd6,0x0,0x2,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0x9, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, // :/resource/SSJ-100Dark.png 0x0,0x0,0x0,0xb2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3c,0x49,0xe0, @@ -328174,25 +328481,28 @@ static const unsigned char qt_resource_struct[] = { 0x0,0x0,0x1,0x90,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0x5,0x6d, 0x0,0x0,0x1,0x94,0x82,0xb9,0xe,0x4a, // :/resource/Icons/setting.png - 0x0,0x0,0x2,0x34,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0xa6,0x70, + 0x0,0x0,0x2,0x54,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0xb9,0x1f, 0x0,0x0,0x1,0x94,0x82,0xb8,0xc6,0x23, // :/resource/Icons/checked.png - 0x0,0x0,0x2,0x90,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x50,0x3,0xdd, + 0x0,0x0,0x2,0xb0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x50,0x16,0x8c, 0x0,0x0,0x1,0x94,0x82,0xb8,0xd6,0xe7, // :/resource/Icons/settingWhite.png - 0x0,0x0,0x1,0xe2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0x5a,0x69, + 0x0,0x0,0x2,0x2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0x6d,0x18, 0x0,0x0,0x1,0x94,0x82,0xb8,0xc6,0x23, + // :/resource/Icons/planeIcon.ico + 0x0,0x0,0x1,0xe2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0x5a,0x69, +0x0,0x0,0x1,0x97,0xee,0xf,0xf,0xc0, // :/resource/Icons/plane.png - 0x0,0x0,0x2,0x50,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0xd1,0x82, + 0x0,0x0,0x2,0x70,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0xe4,0x31, 0x0,0x0,0x1,0x94,0x82,0xb8,0xc2,0xec, // :/resource/Icons/crossInCircle.png - 0x0,0x0,0x2,0x68,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0xd5,0xcf, + 0x0,0x0,0x2,0x88,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0xe8,0x7e, 0x0,0x0,0x1,0x94,0x82,0xb8,0xcc,0x41, // :/resource/Icons/whiteCross.png 0x0,0x0,0x1,0xc0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0x43,0xf4, 0x0,0x0,0x1,0x94,0x82,0xb8,0xcc,0x41, // :/resource/Icons/monitor-display.png - 0x0,0x0,0x2,0x8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0xa0,0xa1, + 0x0,0x0,0x2,0x28,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0xb3,0x50, 0x0,0x0,0x1,0x94,0x82,0xb8,0xc2,0xec, // :/resource/Icons/762.gif 0x0,0x0,0x1,0xac,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4f,0x1d,0x7e, diff --git a/debug/qrc_resources.o b/debug/qrc_resources.o index 05b5392..0ef02ad 100644 Binary files a/debug/qrc_resources.o and b/debug/qrc_resources.o differ diff --git a/mainwindow.cpp b/mainwindow.cpp index cb311a1..5d5cb36 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -87,6 +87,7 @@ void MainWindow::initialize() resourceManager->painting(); commonButtonGroupWidget->initialize(this,externalExecuter,sendSystem,client); commonButtonGroupWidget->show(); + ui->LanguageWidget->hide(); setUpUi(); @@ -229,7 +230,7 @@ void MainWindow::checkLoginResult(ServerAuthorization *serverAuth) dataParser->createAuthData(serverAuth); entryWidget->loginIsActive(false); - ui->LanguageWidget->hide(); + //ui->LanguageWidget->hide(); ui->settingsButton->hide(); ui->offlineStartButton->show(); activateLoadingAnimation(true); diff --git a/release/RRJClient.exe b/release/RRJClient.exe index 5a5b33f..d039f75 100644 Binary files a/release/RRJClient.exe and b/release/RRJClient.exe differ diff --git a/resources.qrc b/resources.qrc index 6c3b06e..8cf90c3 100644 --- a/resources.qrc +++ b/resources.qrc @@ -18,5 +18,6 @@ resource/SSJ_backgroundDark.png resource/SSJ_backgroundDarkSM.png resource/Icons/caution.png + resource/Icons/planeIcon.ico